@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('fontawesome-webfont.8b43027f47b20503057d.eot?v=4.7.0');
  src: url('fontawesome-webfont.8b43027f47b20503057d.eot?#iefix&v=4.7.0') format("embedded-opentype"), url('fontawesome-webfont.20fd1704ea223900efa9.woff2?v=4.7.0') format("woff2"), url('fontawesome-webfont.f691f37e57f04c152e23.woff?v=4.7.0') format("woff"), url('fontawesome-webfont.1e59d2330b4c6deb84b3.ttf?v=4.7.0') format("truetype"), url('fontawesome-webfont.6878d55e3615ccf40c38.svg?v=4.7.0#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
  .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
  @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
  .iti--container:hover {
      cursor: pointer; }
  .iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
  .iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }
  .iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }
  .iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('flags.007b2705c0a8f69dfdf6.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url('flags@2x.9d5328fb490cddd43f66.png'); } }
  .iti__flag.iti__np {
  background-color: transparent; }

@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/* ---------------------
 *** Vendors Scss ***
-----------------------*/
/* The MIT License */
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  0% {
    background-position: 0 -400px;
  }
  100% {
    background-position: -7px -400px;
  }
}
.dropzone {
  box-sizing: border-box;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em;
  min-height: 360px;
  border-radius: 3px;
}
.dropzone * {
  box-sizing: border-box;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px;
}
.dropzone .dz-preview .dz-details {
  position: absolute;
  top: 10px;
  background-color: transparent;
  width: 50%;
  left: 0;
  text-align: center;
}
.dropzone .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 0;
}
.dropzone .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
  color: #8cc657;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.4s ease-in-out;
  background-image: image-url("/dropzone-spritemap.png");
  background-repeat: no-repeat;
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
  color: #ee162d;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.4s ease-in-out;
  background-image: image-url("/dropzone-spritemap.png");
  background-repeat: no-repeat;
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-error-mark span {
  display: none;
}
.dropzone .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #51bb25;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
  -webkit-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  transition: width 0.3s ease-in-out;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: image-url("/dropzone-spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
.dropzone .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload {
  background: #51bb25;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transition: opacity 0.3s ease-in-out;
  background-image: image-url("/dropzone-spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
.dropzone .dz-default.dz-message span {
  display: none;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.dropzone-previews {
  box-sizing: border-box;
}
.dropzone-previews * {
  box-sizing: border-box;
}
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  font-size: 14px;
}
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone-previews .dz-preview .dz-success-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
  color: #8cc657;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.4s ease-in-out;
  background-image: image-url("/dropzone-spritemap.png");
  background-repeat: no-repeat;
  background-position: -268px -163px;
}
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
  color: #ee162d;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.4s ease-in-out;
  background-image: image-url("/dropzone-spritemap.png");
  background-repeat: no-repeat;
  background-position: -268px -123px;
}
.dropzone-previews .dz-preview .dz-error-mark span {
  display: none;
}
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #51bb25;
  display: none;
}
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
  -webkit-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  transition: width 0.3s ease-in-out;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: image-url("/dropzone-spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.3s ease-in-out;
}
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.4s ease-in-out;
}
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.dropzone.dz-clickable {
  cursor: pointer;
  text-align: center;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message .dz-message {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
  border-radius: 5px;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  filter: alpha(opacity=15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
.dropzone.dz-started .dz-message {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone {
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border: 2px dashed #7e0e45;
  border: 2px dashed var(--theme-deafult);
  border-radius: 15px;
  -o-border-image: none;
  border-image: none;
  background: rgba(126, 14, 69, 0.1);
  box-sizing: border-box;
  min-height: 150px;
  position: relative;
}
.dropzone * {
  box-sizing: border-box;
}
.dropzone i {
  font-size: 50px;
  color: #7e0e45;
  color: var(--theme-deafult);
}
.dropzone .dz-message {
  text-align: center;
  margin: 25px 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  margin: 0.5em;
  padding: 0;
  border: none;
  background-color: #eeeeee;
  width: 120px;
  height: 120px;
  box-shadow: 0px 0px 3px #7e0e45;
  box-shadow: 0px 0px 3px var(--theme-deafult);
}
.dropzone .dz-preview .dz-progress {
  display: block;
  height: 10px;
  border: 1px solid #51bb25;
  left: 12px;
  right: 12px;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: #51bb25;
}
.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none;
  top: 131px;
  left: -12px;
  pointer-events: none;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px;
}
/*=============Scrollable css start=============*/
.ps-container.ps-active-y > .ps-scrollbar-y-rail, .ps-container.ps-active-x > .ps-scrollbar-x-rail {
  background-color: transparent;
  display: block;
}
.scroll-demo {
  padding: 10px;
  position: relative;
  border: 1px solid #f4f4f4;
  overflow: auto;
  height: 300px;
}
.scroll-demo .horz-scroll-content {
  width: 1600px;
}
.ps-container {
  touch-action: none;
  overflow: hidden !important;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #f4f4f4;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #59667a;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #f4f4f4;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #59667a;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #59667a;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0;
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  right: 3px;
  width: 8px;
  display: none;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 10px;
  position: absolute;
  background-color: #59667a;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #59667a;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  width: 128px;
  background-color: #999999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #59667a;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999999;
}
.ps-container:hover > .ps-scrollbar-x-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #f4f4f4;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999999;
}
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #f4f4f4;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #59667a;
}
.always-visible.ps-container > .ps-scrollbar-x-rail {
  opacity: 0.6;
}
.always-visible.ps-container > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.large-margin.ps-container > .ps-scrollbar-x-rail {
  margin: 0 25%;
}
.large-margin.ps-container > .ps-scrollbar-y-rail {
  margin: 100px 0;
}
/*=============Scrollable css end=============*/
/* * Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* * Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* * Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.noflick, .button, .note {
  perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.sticky-note {
  margin: -15px;
}
.note {
  float: left;
  display: block;
  position: relative;
  padding: 1em;
  width: calc(25% - 30px);
  min-height: 300px;
  margin: 15px;
  border-radius: 5px;
  background-color: #da1877;
  transition: transform 0.15s;
  z-index: 1;
}
.note:hover {
  cursor: move;
}
.note.ui-draggable-dragging:nth-child(n) {
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.125) !important;
  z-index: 100;
  cursor: move;
  transition: transform 0.15s;
}
.note textarea {
  background-color: transparent;
  border: none;
  resize: vertical;
  font-style: italic;
  width: 100%;
  padding: 5px;
}
.note textarea:focus {
  outline: none;
  border: none;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.2) inset;
}
.note textarea.title {
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  height: 64px;
  margin-top: 20px;
}
.note textarea.cnt {
  min-height: 200px;
}
.note:nth-child(2n) {
  background: #88a5c7;
}
.note:nth-child(3n) {
  background: #ebfae5;
}
.note:nth-child(4n) {
  background: #daa3fc;
}
.note:nth-child(5n) {
  background: #fef7d8;
}
.note:nth-child(6n) {
  background: #efa2a9;
}
/* Button style  */
.button {
  color: #ffffff;
  padding: 1em 2em;
  text-decoration: none;
  transition: transform 0.15s, background 0.01s;
}
.button.remove {
  position: absolute;
  top: 0;
  right: -10px;
  color: #999;
}
@media only screen and (max-width: 1199px) {
  .note {
    min-width: 260px;
    min-height: 260px;
  }
}
/*====todo css start====*/
.todo .action-box {
  background: transparent;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease;
}
.todo .action-box .icon {
  vertical-align: 0;
}
.todo .action-box.completed {
  background: #dc3545;
  border: 1px solid #dc3545;
  border-radius: 4px;
}
.todo .action-box.completed .icon {
  color: #fff;
  font-size: 14px;
}
.todo .action-box.large {
  height: 30px;
  width: 30px;
}
.todo .action-box.large .icon {
  font-size: 20px;
  vertical-align: -5px;
}
.todo .action-box.large .icon .icon-trash {
  color: #7e0e45;
  color: var(--theme-deafult);
}
.todo .action-box.large .icon .icon-check {
  color: #7e0e45;
  color: var(--theme-deafult);
}
.todo .todo-list-wrapper {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.todo .todo-list-wrapper .mark-all-tasks {
  position: absolute;
  top: 40px;
  right: 30px;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-tasks-container {
  overflow: hidden;
  position: relative;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-btn {
  cursor: pointer;
  display: inline-block;
  transition: all 200ms ease;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-btn#mark-all-finished {
  color: #dc3545;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete {
  color: #51bb25;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete .action-box {
  border: 2px solid #51bb25;
  border-radius: 4px;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete .action-box .icon {
  color: #51bb25;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-btn.move-up {
  transform: translateY(-30px);
  position: absolute;
  right: 0;
}
.todo .todo-list-wrapper .mark-all-tasks .mark-all-btn.move-down {
  transform: translateY(30px);
  position: absolute;
  right: 0;
}
.todo .todo-list-wrapper .mark-all-tasks .btn-label {
  margin-right: 5px;
  font-weight: 600;
}
.todo .todo-list-wrapper .todo-list-footer {
  position: relative;
}
.todo .todo-list-wrapper .todo-list-footer h5 {
  text-align: center;
  color: #efefef;
}
.todo .todo-list-wrapper .todo-list-footer .add-task-btn-wrapper {
  padding-top: 30px;
}
.todo .todo-list-wrapper .todo-list-footer .add-task-btn.hide {
  opacity: 0;
  display: none;
}
.todo .todo-list-wrapper .todo-list-footer .add-task-btn:hover {
  background: #7e0e45;
  background: var(--theme-deafult);
}
.todo .todo-list-wrapper .todo-list-footer .add-task-btn:hover .icon {
  color: #f4f4f4;
}
.todo .todo-list-wrapper .todo-list-footer .add-task-btn .icon {
  color: #7e0e45;
  color: var(--theme-deafult);
  font-size: 20px;
}
.todo .todo-list-wrapper .todo-list-footer .new-task-wrapper {
  transition: all 300ms ease;
  max-height: 0;
  overflow: hidden;
}
.todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #f4f4f4;
  height: 90px;
  padding: 10px 15px;
  margin-bottom: 24px;
  border-radius: 4px;
  transition: all 300ms ease;
}
.todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea:focus {
  border: 1px solid #efefef;
  outline: none;
}
.todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea.error {
  border: 1px solid #dc3545;
  outline: none;
}
.todo .todo-list-wrapper .todo-list-footer .new-task-wrapper .error-message {
  color: #dc3545;
  font-style: italic;
}
.todo .todo-list-wrapper .todo-list-footer .new-task-wrapper.visible {
  max-height: 300px;
  overflow: auto;
}
.todo .todo-list-wrapper .todo-list-footer .new-task-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.todo .todo-list-wrapper .todo-list-body {
  max-height: 500px;
  overflow: auto;
}
.todo .todo-list-wrapper #todo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.todo .todo-list-wrapper #todo-list .task:first-child .task-container {
  padding-top: 0;
}
.todo .todo-list-wrapper #todo-list .task:first-child .task-container h4 {
  padding-top: 0;
}
.todo .todo-list-wrapper #todo-list li {
  margin: 0;
  padding: 0;
}
.todo .todo-list-wrapper #todo-list li .task-container {
  display: table;
  background: #fff;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
  box-sizing: border-box;
  position: relative;
  transition: background 200ms ease;
}
.todo .todo-list-wrapper #todo-list li .task-container .task-label {
  display: block;
  font-size: 17px;
  vertical-align: middle;
  color: #898989;
  word-break: break-all;
  padding-top: 5px;
  font-weight: 300;
}
.todo .todo-list-wrapper #todo-list li .task-container .task-action-btn {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  min-width: 65px;
}
.todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box {
  margin-left: 5px;
  margin-top: 2px;
  border: 1px solid transparent;
  margin-bottom: 2px;
}
.todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box .icon {
  font-size: 16px;
}
.todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box:hover {
  border: 1px solid #59667a;
  background: #fff;
  border-radius: 4px;
}
.todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box:hover .icon {
  color: #59667a;
}
.todo .todo-list-wrapper #todo-list li .task-container:hover h4 {
  color: #2c323f;
  transition: all 0.3s ease;
}
.todo .todo-list-wrapper #todo-list li.completed .task-container .complete-btn {
  border: 1px solid #7e0e45;
  border: 1px solid var(--theme-deafult);
  border-radius: 4px;
}
.todo .todo-list-wrapper #todo-list li.completed .task-container .complete-btn .icon {
  font-weight: bold;
}
.todo .todo-list-wrapper #todo-list li.completed .task-container .complete-btn:hover {
  background: #fff;
  border: 1px solid #51bb25;
}
.todo .todo-list-wrapper #todo-list li.completed .task-container .complete-btn:hover .icon {
  color: #fff;
}
.todo .todo-list-wrapper #todo-list li.completed .task-container .task-label {
  text-decoration: line-through;
  color: #7e0e45;
  color: var(--theme-deafult);
}
.todo .todo-list-wrapper #todo-list li.new .task-container {
  -webkit-animation: taskHighlighter 2000ms linear 1;
          animation: taskHighlighter 2000ms linear 1;
}
.todo .todo-list-wrapper .todo-list-header h5 {
  text-align: center;
  color: #efefef;
}
.todo .notification-popup {
  position: fixed;
  top: 85px;
  right: 10px;
  width: 300px;
  display: inline-block;
  background: #51bb25;
  border: 1px solid #51bb25;
  color: #fff;
  padding: 20px;
  opacity: 0.9;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 300ms ease;
}
.todo .notification-popup.success {
  background: #51bb25;
  border: 1px solid #51bb25;
}
.todo .notification-popup p {
  margin-top: 0;
  margin-bottom: 0;
}
.todo .notification-popup .task {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}
.todo .notification-popup .notification-text {
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
}
.todo .notification-popup.hide {
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes taskHighlighter {
  0% {
    background: rgba(68, 102, 242, 0.5);
  }
  100% {
    background: #fff;
  }
}
@keyframes taskHighlighter {
  0% {
    background: rgba(68, 102, 242, 0.5);
  }
  100% {
    background: #fff;
  }
}
/*====todo css end====*/
/* Ngx-owl-carousel-o */
/* Toastr */
/* Dragula */
/* Ngx-datatable */
/* Dropzone */
/* Leaflet Map */
/* Wizard */
/* Scrollbar */
/* Ng-select */
.ng-select.ng-select-opened > .ng-select-container {
  background: #ffffff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #999999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: transparent transparent #333333;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: 0.9em;
  margin-bottom: 5px;
  background-color: #ebf5ff;
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #d1e8ff;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid #b8dbff;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid #b8dbff;
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid #b8dbff;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid #b8dbff;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #D0021B;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: #e6e6e6;
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: #f5faff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  background-color: #ebf5ff;
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: #ebf5ff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f5faff;
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #cccccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}
/* Datetime */
/* Emoji */
/* ---------------------
	*** Theme Scss ***
-----------------------*/
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #fdfeff;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #cfccd6;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

  .order-sm-last {
    order: 13;
  }

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

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

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

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

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

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

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

  .order-md-last {
    order: 13;
  }

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

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

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

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

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

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

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

  .order-lg-last {
    order: 13;
  }

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

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

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

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

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

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

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

  .order-xl-last {
    order: 13;
  }

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

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

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

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

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

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

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #cfccd6;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #fdfeff;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #feffff;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fefeff;
}
.table-hover .table-light:hover {
  background-color: #e5ffff;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e5ffff;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #cfccd6;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #cfccd6;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #cfccd6;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #fdfeff;
  border-color: #fdfeff;
}
.btn-light:hover {
  color: #212529;
  background-color: #d7ebff;
  border-color: #cae5ff;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #d7ebff;
  border-color: #cae5ff;
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 223, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #fdfeff;
  border-color: #fdfeff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cae5ff;
  border-color: #bddeff;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 223, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #fdfeff;
  border-color: #fdfeff;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #fdfeff;
  border-color: #fdfeff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 254, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fdfeff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #fdfeff;
  border-color: #fdfeff;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 254, 255, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #cfccd6;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid 1px solid #ecf3fa;
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid 1px solid #ecf3fa;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid 1px solid #ecf3fa;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #fdfeff;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #cae5ff;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 254, 255, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #848485;
  background-color: white;
  border-color: #feffff;
}
.alert-light hr {
  border-top-color: #e5ffff;
}
.alert-light .alert-link {
  color: #6b6b6b;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #cfccd6;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #7e0e45;
  border-color: var(--theme-deafult);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #848485;
  background-color: #feffff;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #848485;
  background-color: #e5ffff;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #848485;
  border-color: #848485;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

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

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #cfccd6;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #fdfeff !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cae5ff !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #fdfeff !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

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

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

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

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #fdfeff !important;
}
a.text-light:hover, a.text-light:focus {
  color: #b1d8ff !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #cfccd6 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*! -----------------------------------------------------------------------------------

    Template Name: Cuba Admin
    Template URI: http://angular.pixelstrap.com/cuba
    Description: This is Admin theme
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/pixelstrap

-----------------------------------------------------------------------------------
*/
/* ---------------------
	*** Utils ***
-----------------------*/
/** Colors variables */
.sb-default .sb-wrapper {
  --sb-color: #fff;
  --sb-background: var(--button-color);
  --sb-border-radius: 4px;
  --sb-overflow: hidden;
}
.sb-default .sb-wrapper.sb-show-icon.sb-show-text {
  --sb-text-padding: 0 1em 0 0;
}
.sb-default .sb-wrapper.sb-show-icon.sb-show-text .sb-text {
  filter: none;
}
/** Colors variables */
.sb-circles-dark .sb-wrapper, .sb-circles-light .sb-wrapper {
  --sb-color: #fff;
  --sb-background: transparent;
  --sb-min-width: fit-content;
  --sb-height: fit-content;
  --sb-icon-size: 1.4em;
}
.sb-circles-dark .sb-wrapper:active .sb-icon, .sb-circles-light .sb-wrapper:active .sb-icon {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.sb-circles-dark .sb-wrapper .sb-icon, .sb-circles-light .sb-wrapper .sb-icon {
  background-color: var(--button-color);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  width: 2.5em;
  min-height: 2.5em;
  border-radius: 50%;
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sb-circles-dark .sb-wrapper .sb-text, .sb-circles-light .sb-wrapper .sb-text {
  color: var(--button-color);
  font-size: 0.8em;
  margin-top: 5px;
  border-radius: 1em;
  width: 100%;
  height: 1.8em;
  line-height: 1.8em;
  padding: 0;
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sb-circles-dark .sb-wrapper .sb-content, .sb-circles-light .sb-wrapper .sb-content {
  align-items: center;
  flex-direction: column;
}
.sb-circles-dark .sb-wrapper .sb-icon {
  background-color: var(--button-color);
}
.sb-circles-dark .sb-wrapper .sb-text {
  color: var(--button-color);
}
.sb-circles-light .sb-wrapper .sb-icon, .sb-circles-light .sb-wrapper .sb-text {
  color: var(--button-color);
}
.sb-circles-light .sb-wrapper .sb-icon {
  background: radial-gradient(ellipse farthest-corner at center, white 30%, #f2f2f2 100%);
}
:root {
  --theme-deafult: #7e0e45;
  --theme-secondary: #324c6a;
}
/* ---------------------
	*** Icons Scss ***
-----------------------*/
/* VARIABLES */
/* Applies a stroke to the icons. Can use percentage for responsive */
.climacon_component-stroke {
  fill: #dcdada;
  stroke-width: 1px;
  stroke: #717171;
}
.climacon_component-fill {
  fill: #71717140;
  stroke-width: 0;
  stroke: #ddd;
}
/* SVG GLOBAL */
svg.climacon {
  display: inline-block;
  width: 80px;
  height: 80px;
  shape-rendering: geometricPrecision;
}
g, path, circle, rect {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  transform-origin: 50% 50%;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
/* SUN */
.climacon_componentWrap-sun {
  -webkit-animation-name: rotate;
          animation-name: rotate;
}
.climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke {
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
.climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
/* MOON */
.climacon_componentWrap-moon {
  -webkit-animation-name: partialRotate;
          animation-name: partialRotate;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
/* WIND */
.climacon_componentWrap-wind {
  -webkit-animation-name: translateWind;
          animation-name: translateWind;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
/* SNOWFLAKE */
.climacon_componentWrap-snowflake {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 54s;
          animation-duration: 54s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
/* CLOUD SUN */
.climacon_componentWrap-sun_cloud {
  -webkit-animation-name: behindCloudMove, rotate;
          animation-name: behindCloudMove, rotate;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-timing-function: ease-out, linear;
          animation-timing-function: ease-out, linear;
  -webkit-animation-delay: 0, 4.5s;
          animation-delay: 0, 4.5s;
  -webkit-animation-duration: 4.5s, 18s;
          animation-duration: 4.5s, 18s;
}
.climacon_componentWrap-sun_cloud .climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity, scale;
          animation-name: fillOpacity, scale;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-delay: 4.5s, 0;
          animation-delay: 4.5s, 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.climacon_componentWrap-sun_cloud .climacon_componentWrap_sunSpoke .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
/* CLOUD MOON */
.climacon_componentWrap-moon_cloud {
  -webkit-animation-name: behindCloudMove, partialRotate;
          animation-name: behindCloudMove, partialRotate;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-timing-function: ease-out, linear;
          animation-timing-function: ease-out, linear;
  -webkit-animation-delay: 0, 4.5s;
          animation-delay: 0, 4.5s;
  -webkit-animation-duration: 4.5s, 18s;
          animation-duration: 4.5s, 18s;
}
/* DRIZZLE */
.climacon_component-stroke_drizzle {
  fill-opacity: 0;
  -webkit-animation-name: drizzleFall, fillOpacity2;
          animation-name: drizzleFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.climacon_component-stroke_drizzle:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.climacon_component-stroke_drizzle:nth-child(2) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.climacon_component-stroke_drizzle:nth-child(3) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
/* RAIN */
.climacon_component-stroke_rain {
  fill-opacity: 0;
  -webkit-animation-name: rainFall, fillOpacity2;
          animation-name: rainFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.climacon_component-stroke_rain:nth-child(n+4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.climacon_component-stroke_rain_alt:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
/* HAIL */
/* HAIL ALT */
.climacon_component-stroke_hailAlt {
  fill-opacity: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.climacon_component-stroke_hailAlt-left {
  -webkit-animation-name: hailLeft, fillOpacity2;
          animation-name: hailLeft, fillOpacity2;
}
.climacon_component-stroke_hailAlt-middle {
  -webkit-animation-name: hailMiddle, fillOpacity2;
          animation-name: hailMiddle, fillOpacity2;
}
.climacon_component-stroke_hailAlt-middle:nth-child(2) {
  -webkit-animation-name: hailMiddle2, fillOpacity2;
          animation-name: hailMiddle2, fillOpacity2;
}
.climacon_component-stroke_hailAlt-right {
  -webkit-animation-name: hailRight, fillOpacity2;
          animation-name: hailRight, fillOpacity2;
}
.climacon_component-stroke_hailAlt:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.climacon_component-stroke_hailAlt:nth-child(2) {
  -webkit-animation-delay: 0.1666666667s;
          animation-delay: 0.1666666667s;
}
.climacon_component-stroke_hailAlt:nth-child(3) {
  -webkit-animation-delay: 0.3333333333s;
          animation-delay: 0.3333333333s;
}
.climacon_component-stroke_hailAlt:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.climacon_component-stroke_hailAlt:nth-child(5) {
  -webkit-animation-delay: 0.6666666667s;
          animation-delay: 0.6666666667s;
}
.climacon_component-stroke_hailAlt:nth-child(6) {
  -webkit-animation-delay: 0.8333333333s;
          animation-delay: 0.8333333333s;
}
/* SNOW */
.climacon_component-stroke_snow {
  fill-opacity: 0;
  -webkit-animation-name: snowFall, fillOpacity2;
          animation-name: snowFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
.climacon_component-stroke_snow:nth-child(3) {
  -webkit-animation-name: snowFall2, fillOpacity2;
          animation-name: snowFall2, fillOpacity2;
}
.climacon_component-stroke_snow:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.climacon_component-stroke_snow:nth-child(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.climacon_component-stroke_snow:nth-child(3) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
/* SNOW ALT */
.climacon_wrapperComponent-snowAlt {
  fill-opacity: 0;
  -webkit-animation-name: snowFall, fillOpacity2;
          animation-name: snowFall, fillOpacity2;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
/* FOG */
.climacon_component-stroke_fogLine {
  fill-opacity: 0.5;
  -webkit-animation-name: translateFog, fillOpacityFog;
          animation-name: translateFog, fillOpacityFog;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.climacon_component-stroke_fogLine:nth-child(even) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
/* LIGHTNING */
.climacon_component-stroke_lightning {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacityLightning;
          animation-name: fillOpacityLightning;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
/* TORNADO */
.climacon_component-stroke_tornadoLine {
  -webkit-animation-name: translateTornado1;
          animation-name: translateTornado1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.climacon_component-stroke_tornadoLine:nth-child(1) {
  -webkit-animation-name: translateTornado1;
          animation-name: translateTornado1;
}
.climacon_component-stroke_tornadoLine:nth-child(2) {
  -webkit-animation-name: translateTornado2;
          animation-name: translateTornado2;
}
.climacon_component-stroke_tornadoLine:nth-child(3) {
  -webkit-animation-name: translateTornado3;
          animation-name: translateTornado3;
}
.climacon_component-stroke_tornadoLine:nth-child(4) {
  -webkit-animation-name: translateTornado4;
          animation-name: translateTornado4;
}
.climacon_component-stroke_tornadoLine:nth-child(5) {
  -webkit-animation-name: translateTornado5;
          animation-name: translateTornado5;
}
.climacon_component-stroke_tornadoLine:nth-child(6) {
  -webkit-animation-name: translateTornado6;
          animation-name: translateTornado6;
}
.climacon_componentWrap-sunsetAlt {
  -webkit-animation-name: translateSunset;
          animation-name: translateSunset;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.climacon_componentWrap-sunsetAlt {
  -webkit-animation-name: translateSunset;
          animation-name: translateSunset;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.climacon_iconWrap-sun .climacon_component-stroke_sunSpoke, .climacon_iconWrap-sunFill .climacon_component-stroke_sunSpoke {
  fill-opacity: 1;
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.climacon_iconWrap-sun .climacon_component-stroke_sunSpoke:nth-child(even), .climacon_iconWrap-sunFill .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.climacon-iconWrap_sunFill .climacon_component-stroke_sunSpoke {
  fill-opacity: 1;
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.climacon-iconWrap_sunFill .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.climacon_component-stroke_arrow-up {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity2, translateArrowUp;
          animation-name: fillOpacity2, translateArrowUp;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
.climacon_component-stroke_arrow-down {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity2, translateArrowDown;
          animation-name: fillOpacity2, translateArrowDown;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
.climacon_componentWrap-sunrise .climacon_component-stroke_sunSpoke, .climacon_componentWrap-sunset .climacon_component-stroke_sunSpoke {
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.climacon_componentWrap-sunrise .climacon_component-stroke_sunSpoke:nth-child(even), .climacon_componentWrap-sunset .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.climacon_componentWrap-sunriseAlt {
  -webkit-animation-name: translateSunrise, fillOpacity;
          animation-name: translateSunrise, fillOpacity;
  -webkit-animation-duration: 18s, 9s;
          animation-duration: 18s, 9s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.climacon_componentWrap-sunriseAlt .climacon_component-stroke_sunSpoke {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity, scale;
          animation-name: fillOpacity, scale;
  -webkit-animation-direction: normal, alternate;
          animation-direction: normal, alternate;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-delay: 4.5s, 0;
          animation-delay: 4.5s, 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.climacon_componentWrap-sunriseAlt .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 4.5s, 4.5s;
          animation-delay: 4.5s, 4.5s;
}
.climacon_componentWrap-sunsetAlt {
  -webkit-animation-name: translateSunset;
          animation-name: translateSunset;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
/* ANIMATIONS */
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes partialRotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes partialRotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}
@keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}
@-webkit-keyframes behindCloudMove {
  0% {
    transform: translateX(-1.75px) translateY(1.75px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes behindCloudMove {
  0% {
    transform: translateX(-1.75px) translateY(1.75px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes drizzleFall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(21px);
  }
}
@keyframes drizzleFall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(21px);
  }
}
@-webkit-keyframes rainFall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(14px);
  }
}
@keyframes rainFall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(14px);
  }
}
@-webkit-keyframes rainFall2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
  }
  100% {
    transform: translateX(14px) translateY(14px);
  }
}
@keyframes rainFall2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
  }
  100% {
    transform: translateX(14px) translateY(14px);
  }
}
@-webkit-keyframes hailLeft {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(17.5px) translateX(-0.3px);
  }
  53% {
    transform: translateY(16.4033342063px) translateX(-0.9px);
  }
  55% {
    transform: translateY(15.3239634873px) translateX(-1.5px);
  }
  57% {
    transform: translateY(14.278910164px) translateX(-2.1px);
  }
  59% {
    transform: translateY(13.2846553516px) translateX(-2.7px);
  }
  61% {
    transform: translateY(12.3568790424px) translateX(-3.3px);
  }
  63% {
    transform: translateY(11.5102128231px) translateX(-3.9px);
  }
  65% {
    transform: translateY(10.7580091257px) translateX(-4.5px);
  }
  67% {
    transform: translateY(10.1121306519px) translateX(-5.1px);
  }
  69% {
    transform: translateY(9.5827632909px) translateX(-5.7px);
  }
  71% {
    transform: translateY(9.1782554824px) translateX(-6.3px);
  }
  73% {
    transform: translateY(8.9049865561px) translateX(-6.9px);
  }
  75% {
    transform: translateY(8.7672661263px) translateX(-7.5px);
  }
  77% {
    transform: translateY(8.7672661263px) translateX(-8.1px);
  }
  79% {
    transform: translateY(8.9049865561px) translateX(-8.7px);
  }
  81% {
    transform: translateY(9.1782554824px) translateX(-9.3px);
  }
  83% {
    transform: translateY(9.5827632909px) translateX(-9.9px);
  }
  85% {
    transform: translateY(10.1121306519px) translateX(-10.5px);
  }
  87% {
    transform: translateY(10.7580091257px) translateX(-11.1px);
  }
  89% {
    transform: translateY(11.5102128231px) translateX(-11.7px);
  }
  91% {
    transform: translateY(12.3568790424px) translateX(-12.3px);
  }
  93% {
    transform: translateY(13.2846553516px) translateX(-12.9px);
  }
  95% {
    transform: translateY(14.278910164px) translateX(-13.5px);
  }
  97% {
    transform: translateY(15.3239634873px) translateX(-14.1px);
  }
  99% {
    transform: translateY(16.4033342063px) translateX(-14.7px);
  }
}
@keyframes hailLeft {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(17.5px) translateX(-0.3px);
  }
  53% {
    transform: translateY(16.4033342063px) translateX(-0.9px);
  }
  55% {
    transform: translateY(15.3239634873px) translateX(-1.5px);
  }
  57% {
    transform: translateY(14.278910164px) translateX(-2.1px);
  }
  59% {
    transform: translateY(13.2846553516px) translateX(-2.7px);
  }
  61% {
    transform: translateY(12.3568790424px) translateX(-3.3px);
  }
  63% {
    transform: translateY(11.5102128231px) translateX(-3.9px);
  }
  65% {
    transform: translateY(10.7580091257px) translateX(-4.5px);
  }
  67% {
    transform: translateY(10.1121306519px) translateX(-5.1px);
  }
  69% {
    transform: translateY(9.5827632909px) translateX(-5.7px);
  }
  71% {
    transform: translateY(9.1782554824px) translateX(-6.3px);
  }
  73% {
    transform: translateY(8.9049865561px) translateX(-6.9px);
  }
  75% {
    transform: translateY(8.7672661263px) translateX(-7.5px);
  }
  77% {
    transform: translateY(8.7672661263px) translateX(-8.1px);
  }
  79% {
    transform: translateY(8.9049865561px) translateX(-8.7px);
  }
  81% {
    transform: translateY(9.1782554824px) translateX(-9.3px);
  }
  83% {
    transform: translateY(9.5827632909px) translateX(-9.9px);
  }
  85% {
    transform: translateY(10.1121306519px) translateX(-10.5px);
  }
  87% {
    transform: translateY(10.7580091257px) translateX(-11.1px);
  }
  89% {
    transform: translateY(11.5102128231px) translateX(-11.7px);
  }
  91% {
    transform: translateY(12.3568790424px) translateX(-12.3px);
  }
  93% {
    transform: translateY(13.2846553516px) translateX(-12.9px);
  }
  95% {
    transform: translateY(14.278910164px) translateX(-13.5px);
  }
  97% {
    transform: translateY(15.3239634873px) translateX(-14.1px);
  }
  99% {
    transform: translateY(16.4033342063px) translateX(-14.7px);
  }
}
@-webkit-keyframes hailMiddle {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(17.5px) translateX(-0.15px);
  }
  53% {
    transform: translateY(16.4033342063px) translateX(-0.45px);
  }
  55% {
    transform: translateY(15.3239634873px) translateX(-0.75px);
  }
  57% {
    transform: translateY(14.278910164px) translateX(-1.05px);
  }
  59% {
    transform: translateY(13.2846553516px) translateX(-1.35px);
  }
  61% {
    transform: translateY(12.3568790424px) translateX(-1.65px);
  }
  63% {
    transform: translateY(11.5102128231px) translateX(-1.95px);
  }
  65% {
    transform: translateY(10.7580091257px) translateX(-2.25px);
  }
  67% {
    transform: translateY(10.1121306519px) translateX(-2.55px);
  }
  69% {
    transform: translateY(9.5827632909px) translateX(-2.85px);
  }
  71% {
    transform: translateY(9.1782554824px) translateX(-3.15px);
  }
  73% {
    transform: translateY(8.9049865561px) translateX(-3.45px);
  }
  75% {
    transform: translateY(8.7672661263px) translateX(-3.75px);
  }
  77% {
    transform: translateY(8.7672661263px) translateX(-4.05px);
  }
  79% {
    transform: translateY(8.9049865561px) translateX(-4.35px);
  }
  81% {
    transform: translateY(9.1782554824px) translateX(-4.65px);
  }
  83% {
    transform: translateY(9.5827632909px) translateX(-4.95px);
  }
  85% {
    transform: translateY(10.1121306519px) translateX(-5.25px);
  }
  87% {
    transform: translateY(10.7580091257px) translateX(-5.55px);
  }
  89% {
    transform: translateY(11.5102128231px) translateX(-5.85px);
  }
  91% {
    transform: translateY(12.3568790424px) translateX(-6.15px);
  }
  93% {
    transform: translateY(13.2846553516px) translateX(-6.45px);
  }
  95% {
    transform: translateY(14.278910164px) translateX(-6.75px);
  }
  97% {
    transform: translateY(15.3239634873px) translateX(-7.05px);
  }
  99% {
    transform: translateY(16.4033342063px) translateX(-7.35px);
  }
}
@keyframes hailMiddle {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(17.5px) translateX(-0.15px);
  }
  53% {
    transform: translateY(16.4033342063px) translateX(-0.45px);
  }
  55% {
    transform: translateY(15.3239634873px) translateX(-0.75px);
  }
  57% {
    transform: translateY(14.278910164px) translateX(-1.05px);
  }
  59% {
    transform: translateY(13.2846553516px) translateX(-1.35px);
  }
  61% {
    transform: translateY(12.3568790424px) translateX(-1.65px);
  }
  63% {
    transform: translateY(11.5102128231px) translateX(-1.95px);
  }
  65% {
    transform: translateY(10.7580091257px) translateX(-2.25px);
  }
  67% {
    transform: translateY(10.1121306519px) translateX(-2.55px);
  }
  69% {
    transform: translateY(9.5827632909px) translateX(-2.85px);
  }
  71% {
    transform: translateY(9.1782554824px) translateX(-3.15px);
  }
  73% {
    transform: translateY(8.9049865561px) translateX(-3.45px);
  }
  75% {
    transform: translateY(8.7672661263px) translateX(-3.75px);
  }
  77% {
    transform: translateY(8.7672661263px) translateX(-4.05px);
  }
  79% {
    transform: translateY(8.9049865561px) translateX(-4.35px);
  }
  81% {
    transform: translateY(9.1782554824px) translateX(-4.65px);
  }
  83% {
    transform: translateY(9.5827632909px) translateX(-4.95px);
  }
  85% {
    transform: translateY(10.1121306519px) translateX(-5.25px);
  }
  87% {
    transform: translateY(10.7580091257px) translateX(-5.55px);
  }
  89% {
    transform: translateY(11.5102128231px) translateX(-5.85px);
  }
  91% {
    transform: translateY(12.3568790424px) translateX(-6.15px);
  }
  93% {
    transform: translateY(13.2846553516px) translateX(-6.45px);
  }
  95% {
    transform: translateY(14.278910164px) translateX(-6.75px);
  }
  97% {
    transform: translateY(15.3239634873px) translateX(-7.05px);
  }
  99% {
    transform: translateY(16.4033342063px) translateX(-7.35px);
  }
}
@-webkit-keyframes hailMiddle2 {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(17.5px) translateX(0.15px);
  }
  53% {
    transform: translateY(16.4033342063px) translateX(0.45px);
  }
  55% {
    transform: translateY(15.3239634873px) translateX(0.75px);
  }
  57% {
    transform: translateY(14.278910164px) translateX(1.05px);
  }
  59% {
    transform: translateY(13.2846553516px) translateX(1.35px);
  }
  61% {
    transform: translateY(12.3568790424px) translateX(1.65px);
  }
  63% {
    transform: translateY(11.5102128231px) translateX(1.95px);
  }
  65% {
    transform: translateY(10.7580091257px) translateX(2.25px);
  }
  67% {
    transform: translateY(10.1121306519px) translateX(2.55px);
  }
  69% {
    transform: translateY(9.5827632909px) translateX(2.85px);
  }
  71% {
    transform: translateY(9.1782554824px) translateX(3.15px);
  }
  73% {
    transform: translateY(8.9049865561px) translateX(3.45px);
  }
  75% {
    transform: translateY(8.7672661263px) translateX(3.75px);
  }
  77% {
    transform: translateY(8.7672661263px) translateX(4.05px);
  }
  79% {
    transform: translateY(8.9049865561px) translateX(4.35px);
  }
  81% {
    transform: translateY(9.1782554824px) translateX(4.65px);
  }
  83% {
    transform: translateY(9.5827632909px) translateX(4.95px);
  }
  85% {
    transform: translateY(10.1121306519px) translateX(5.25px);
  }
  87% {
    transform: translateY(10.7580091257px) translateX(5.55px);
  }
  89% {
    transform: translateY(11.5102128231px) translateX(5.85px);
  }
  91% {
    transform: translateY(12.3568790424px) translateX(6.15px);
  }
  93% {
    transform: translateY(13.2846553516px) translateX(6.45px);
  }
  95% {
    transform: translateY(14.278910164px) translateX(6.75px);
  }
  97% {
    transform: translateY(15.3239634873px) translateX(7.05px);
  }
  99% {
    transform: translateY(16.4033342063px) translateX(7.35px);
  }
}
@keyframes hailMiddle2 {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(17.5px) translateX(0.15px);
  }
  53% {
    transform: translateY(16.4033342063px) translateX(0.45px);
  }
  55% {
    transform: translateY(15.3239634873px) translateX(0.75px);
  }
  57% {
    transform: translateY(14.278910164px) translateX(1.05px);
  }
  59% {
    transform: translateY(13.2846553516px) translateX(1.35px);
  }
  61% {
    transform: translateY(12.3568790424px) translateX(1.65px);
  }
  63% {
    transform: translateY(11.5102128231px) translateX(1.95px);
  }
  65% {
    transform: translateY(10.7580091257px) translateX(2.25px);
  }
  67% {
    transform: translateY(10.1121306519px) translateX(2.55px);
  }
  69% {
    transform: translateY(9.5827632909px) translateX(2.85px);
  }
  71% {
    transform: translateY(9.1782554824px) translateX(3.15px);
  }
  73% {
    transform: translateY(8.9049865561px) translateX(3.45px);
  }
  75% {
    transform: translateY(8.7672661263px) translateX(3.75px);
  }
  77% {
    transform: translateY(8.7672661263px) translateX(4.05px);
  }
  79% {
    transform: translateY(8.9049865561px) translateX(4.35px);
  }
  81% {
    transform: translateY(9.1782554824px) translateX(4.65px);
  }
  83% {
    transform: translateY(9.5827632909px) translateX(4.95px);
  }
  85% {
    transform: translateY(10.1121306519px) translateX(5.25px);
  }
  87% {
    transform: translateY(10.7580091257px) translateX(5.55px);
  }
  89% {
    transform: translateY(11.5102128231px) translateX(5.85px);
  }
  91% {
    transform: translateY(12.3568790424px) translateX(6.15px);
  }
  93% {
    transform: translateY(13.2846553516px) translateX(6.45px);
  }
  95% {
    transform: translateY(14.278910164px) translateX(6.75px);
  }
  97% {
    transform: translateY(15.3239634873px) translateX(7.05px);
  }
  99% {
    transform: translateY(16.4033342063px) translateX(7.35px);
  }
}
@-webkit-keyframes hailRight {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(17.5px) translateX(0.3px);
  }
  53% {
    transform: translateY(16.4033342063px) translateX(0.9px);
  }
  55% {
    transform: translateY(15.3239634873px) translateX(1.5px);
  }
  57% {
    transform: translateY(14.278910164px) translateX(2.1px);
  }
  59% {
    transform: translateY(13.2846553516px) translateX(2.7px);
  }
  61% {
    transform: translateY(12.3568790424px) translateX(3.3px);
  }
  63% {
    transform: translateY(11.5102128231px) translateX(3.9px);
  }
  65% {
    transform: translateY(10.7580091257px) translateX(4.5px);
  }
  67% {
    transform: translateY(10.1121306519px) translateX(5.1px);
  }
  69% {
    transform: translateY(9.5827632909px) translateX(5.7px);
  }
  71% {
    transform: translateY(9.1782554824px) translateX(6.3px);
  }
  73% {
    transform: translateY(8.9049865561px) translateX(6.9px);
  }
  75% {
    transform: translateY(8.7672661263px) translateX(7.5px);
  }
  77% {
    transform: translateY(8.7672661263px) translateX(8.1px);
  }
  79% {
    transform: translateY(8.9049865561px) translateX(8.7px);
  }
  81% {
    transform: translateY(9.1782554824px) translateX(9.3px);
  }
  83% {
    transform: translateY(9.5827632909px) translateX(9.9px);
  }
  85% {
    transform: translateY(10.1121306519px) translateX(10.5px);
  }
  87% {
    transform: translateY(10.7580091257px) translateX(11.1px);
  }
  89% {
    transform: translateY(11.5102128231px) translateX(11.7px);
  }
  91% {
    transform: translateY(12.3568790424px) translateX(12.3px);
  }
  93% {
    transform: translateY(13.2846553516px) translateX(12.9px);
  }
  95% {
    transform: translateY(14.278910164px) translateX(13.5px);
  }
  97% {
    transform: translateY(15.3239634873px) translateX(14.1px);
  }
  99% {
    transform: translateY(16.4033342063px) translateX(14.7px);
  }
}
@keyframes hailRight {
  50% {
    transform: translateY(17.5px);
  }
  51% {
    transform: translateY(17.5px) translateX(0.3px);
  }
  53% {
    transform: translateY(16.4033342063px) translateX(0.9px);
  }
  55% {
    transform: translateY(15.3239634873px) translateX(1.5px);
  }
  57% {
    transform: translateY(14.278910164px) translateX(2.1px);
  }
  59% {
    transform: translateY(13.2846553516px) translateX(2.7px);
  }
  61% {
    transform: translateY(12.3568790424px) translateX(3.3px);
  }
  63% {
    transform: translateY(11.5102128231px) translateX(3.9px);
  }
  65% {
    transform: translateY(10.7580091257px) translateX(4.5px);
  }
  67% {
    transform: translateY(10.1121306519px) translateX(5.1px);
  }
  69% {
    transform: translateY(9.5827632909px) translateX(5.7px);
  }
  71% {
    transform: translateY(9.1782554824px) translateX(6.3px);
  }
  73% {
    transform: translateY(8.9049865561px) translateX(6.9px);
  }
  75% {
    transform: translateY(8.7672661263px) translateX(7.5px);
  }
  77% {
    transform: translateY(8.7672661263px) translateX(8.1px);
  }
  79% {
    transform: translateY(8.9049865561px) translateX(8.7px);
  }
  81% {
    transform: translateY(9.1782554824px) translateX(9.3px);
  }
  83% {
    transform: translateY(9.5827632909px) translateX(9.9px);
  }
  85% {
    transform: translateY(10.1121306519px) translateX(10.5px);
  }
  87% {
    transform: translateY(10.7580091257px) translateX(11.1px);
  }
  89% {
    transform: translateY(11.5102128231px) translateX(11.7px);
  }
  91% {
    transform: translateY(12.3568790424px) translateX(12.3px);
  }
  93% {
    transform: translateY(13.2846553516px) translateX(12.9px);
  }
  95% {
    transform: translateY(14.278910164px) translateX(13.5px);
  }
  97% {
    transform: translateY(15.3239634873px) translateX(14.1px);
  }
  99% {
    transform: translateY(16.4033342063px) translateX(14.7px);
  }
}
@-webkit-keyframes fillOpacity {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
}
@keyframes fillOpacity {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
}
@-webkit-keyframes fillOpacity2 {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
}
@keyframes fillOpacity2 {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
}
@-webkit-keyframes lightningFlash {
  0% {
    fill-opacity: 0;
  }
  1% {
    fill-opacity: 1;
  }
  2% {
    fill-opacity: 0;
  }
  50% {
    fill-opacity: 0;
  }
  51% {
    fill-opacity: 1;
  }
  52% {
    fill-opacity: 0;
  }
  53% {
    fill-opacity: 1;
  }
  54% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 0;
  }
}
@keyframes lightningFlash {
  0% {
    fill-opacity: 0;
  }
  1% {
    fill-opacity: 1;
  }
  2% {
    fill-opacity: 0;
  }
  50% {
    fill-opacity: 0;
  }
  51% {
    fill-opacity: 1;
  }
  52% {
    fill-opacity: 0;
  }
  53% {
    fill-opacity: 1;
  }
  54% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 0;
  }
}
@-webkit-keyframes snowFall {
  0% {
    transform: translateY(0px) translateX(0px);
  }
  2% {
    transform: translateY(0.35px) translateX(0.7534862344px);
  }
  4% {
    transform: translateY(0.7px) translateX(1.441332186px);
  }
  6% {
    transform: translateY(1.05px) translateX(2.0611944604px);
  }
  8% {
    transform: translateY(1.4px) translateX(2.6112438152px);
  }
  10% {
    transform: translateY(1.75px) translateX(3.0901699437px);
  }
  12% {
    transform: translateY(2.1px) translateX(3.4971832505px);
  }
  14% {
    transform: translateY(2.45px) translateX(3.8320136241px);
  }
  16% {
    transform: translateY(2.8px) translateX(4.0949062299px);
  }
  18% {
    transform: translateY(3.15px) translateX(4.2866143598px);
  }
  20% {
    transform: translateY(3.5px) translateX(4.4083893922px);
  }
  22% {
    transform: translateY(3.85px) translateX(4.4619679282px);
  }
  24% {
    transform: translateY(4.2px) translateX(4.4495561885px);
  }
  26% {
    transform: translateY(4.55px) translateX(4.3738117645px);
  }
  28% {
    transform: translateY(4.9px) translateX(4.2378228353px);
  }
  30% {
    transform: translateY(5.25px) translateX(4.0450849719px);
  }
  32% {
    transform: translateY(5.6px) translateX(3.7994756648px);
  }
  34% {
    transform: translateY(5.95px) translateX(3.5052267202px);
  }
  36% {
    transform: translateY(6.3px) translateX(3.1668946836px);
  }
  38% {
    transform: translateY(6.65px) translateX(2.7893294577px);
  }
  40% {
    transform: translateY(7px) translateX(2.3776412907px);
  }
  42% {
    transform: translateY(7.35px) translateX(1.9371663223px);
  }
  44% {
    transform: translateY(7.7px) translateX(1.4734308761px);
  }
  46% {
    transform: translateY(8.05px) translateX(0.9921147013px);
  }
  48% {
    transform: translateY(8.4px) translateX(0.4990133642px);
  }
  50% {
    transform: translateY(8.75px) translateX(0px);
  }
  52% {
    transform: translateY(9.1px) translateX(-0.4990133642px);
  }
  54% {
    transform: translateY(9.45px) translateX(-0.9921147013px);
  }
  56% {
    transform: translateY(9.8px) translateX(-1.4734308761px);
  }
  58% {
    transform: translateY(10.15px) translateX(-1.9371663223px);
  }
  60% {
    transform: translateY(10.5px) translateX(-2.3776412907px);
  }
  62% {
    transform: translateY(10.85px) translateX(-2.7893294577px);
  }
  64% {
    transform: translateY(11.2px) translateX(-3.1668946836px);
  }
  66% {
    transform: translateY(11.55px) translateX(-3.5052267202px);
  }
  68% {
    transform: translateY(11.9px) translateX(-3.7994756648px);
  }
  70% {
    transform: translateY(12.25px) translateX(-4.0450849719px);
  }
  72% {
    transform: translateY(12.6px) translateX(-4.2378228353px);
  }
  74% {
    transform: translateY(12.95px) translateX(-4.3738117645px);
  }
  76% {
    transform: translateY(13.3px) translateX(-4.4495561885px);
  }
  78% {
    transform: translateY(13.65px) translateX(-4.4619679282px);
  }
  80% {
    transform: translateY(14px) translateX(-4.4083893922px);
  }
  82% {
    transform: translateY(14.35px) translateX(-4.2866143598px);
  }
  84% {
    transform: translateY(14.7px) translateX(-4.0949062299px);
  }
  86% {
    transform: translateY(15.05px) translateX(-3.8320136241px);
  }
  88% {
    transform: translateY(15.4px) translateX(-3.4971832505px);
  }
  90% {
    transform: translateY(15.75px) translateX(-3.0901699438px);
  }
  92% {
    transform: translateY(16.1px) translateX(-2.6112438152px);
  }
  94% {
    transform: translateY(16.45px) translateX(-2.0611944605px);
  }
  96% {
    transform: translateY(16.8px) translateX(-1.441332186px);
  }
  98% {
    transform: translateY(17.15px) translateX(-0.7534862344px);
  }
  100% {
    transform: translateY(17.5px) translateX(-1.2679853549px);
  }
}
@keyframes snowFall {
  0% {
    transform: translateY(0px) translateX(0px);
  }
  2% {
    transform: translateY(0.35px) translateX(0.7534862344px);
  }
  4% {
    transform: translateY(0.7px) translateX(1.441332186px);
  }
  6% {
    transform: translateY(1.05px) translateX(2.0611944604px);
  }
  8% {
    transform: translateY(1.4px) translateX(2.6112438152px);
  }
  10% {
    transform: translateY(1.75px) translateX(3.0901699437px);
  }
  12% {
    transform: translateY(2.1px) translateX(3.4971832505px);
  }
  14% {
    transform: translateY(2.45px) translateX(3.8320136241px);
  }
  16% {
    transform: translateY(2.8px) translateX(4.0949062299px);
  }
  18% {
    transform: translateY(3.15px) translateX(4.2866143598px);
  }
  20% {
    transform: translateY(3.5px) translateX(4.4083893922px);
  }
  22% {
    transform: translateY(3.85px) translateX(4.4619679282px);
  }
  24% {
    transform: translateY(4.2px) translateX(4.4495561885px);
  }
  26% {
    transform: translateY(4.55px) translateX(4.3738117645px);
  }
  28% {
    transform: translateY(4.9px) translateX(4.2378228353px);
  }
  30% {
    transform: translateY(5.25px) translateX(4.0450849719px);
  }
  32% {
    transform: translateY(5.6px) translateX(3.7994756648px);
  }
  34% {
    transform: translateY(5.95px) translateX(3.5052267202px);
  }
  36% {
    transform: translateY(6.3px) translateX(3.1668946836px);
  }
  38% {
    transform: translateY(6.65px) translateX(2.7893294577px);
  }
  40% {
    transform: translateY(7px) translateX(2.3776412907px);
  }
  42% {
    transform: translateY(7.35px) translateX(1.9371663223px);
  }
  44% {
    transform: translateY(7.7px) translateX(1.4734308761px);
  }
  46% {
    transform: translateY(8.05px) translateX(0.9921147013px);
  }
  48% {
    transform: translateY(8.4px) translateX(0.4990133642px);
  }
  50% {
    transform: translateY(8.75px) translateX(0px);
  }
  52% {
    transform: translateY(9.1px) translateX(-0.4990133642px);
  }
  54% {
    transform: translateY(9.45px) translateX(-0.9921147013px);
  }
  56% {
    transform: translateY(9.8px) translateX(-1.4734308761px);
  }
  58% {
    transform: translateY(10.15px) translateX(-1.9371663223px);
  }
  60% {
    transform: translateY(10.5px) translateX(-2.3776412907px);
  }
  62% {
    transform: translateY(10.85px) translateX(-2.7893294577px);
  }
  64% {
    transform: translateY(11.2px) translateX(-3.1668946836px);
  }
  66% {
    transform: translateY(11.55px) translateX(-3.5052267202px);
  }
  68% {
    transform: translateY(11.9px) translateX(-3.7994756648px);
  }
  70% {
    transform: translateY(12.25px) translateX(-4.0450849719px);
  }
  72% {
    transform: translateY(12.6px) translateX(-4.2378228353px);
  }
  74% {
    transform: translateY(12.95px) translateX(-4.3738117645px);
  }
  76% {
    transform: translateY(13.3px) translateX(-4.4495561885px);
  }
  78% {
    transform: translateY(13.65px) translateX(-4.4619679282px);
  }
  80% {
    transform: translateY(14px) translateX(-4.4083893922px);
  }
  82% {
    transform: translateY(14.35px) translateX(-4.2866143598px);
  }
  84% {
    transform: translateY(14.7px) translateX(-4.0949062299px);
  }
  86% {
    transform: translateY(15.05px) translateX(-3.8320136241px);
  }
  88% {
    transform: translateY(15.4px) translateX(-3.4971832505px);
  }
  90% {
    transform: translateY(15.75px) translateX(-3.0901699438px);
  }
  92% {
    transform: translateY(16.1px) translateX(-2.6112438152px);
  }
  94% {
    transform: translateY(16.45px) translateX(-2.0611944605px);
  }
  96% {
    transform: translateY(16.8px) translateX(-1.441332186px);
  }
  98% {
    transform: translateY(17.15px) translateX(-0.7534862344px);
  }
  100% {
    transform: translateY(17.5px) translateX(-1.2679853549px);
  }
}
@-webkit-keyframes snowFall2 {
  0% {
    transform: translateY(0px) translateX(0px);
  }
  2% {
    transform: translateY(0.35px) translateX(-0.7534862344px);
  }
  4% {
    transform: translateY(0.7px) translateX(-1.441332186px);
  }
  6% {
    transform: translateY(1.05px) translateX(-2.0611944604px);
  }
  8% {
    transform: translateY(1.4px) translateX(-2.6112438152px);
  }
  10% {
    transform: translateY(1.75px) translateX(-3.0901699437px);
  }
  12% {
    transform: translateY(2.1px) translateX(-3.4971832505px);
  }
  14% {
    transform: translateY(2.45px) translateX(-3.8320136241px);
  }
  16% {
    transform: translateY(2.8px) translateX(-4.0949062299px);
  }
  18% {
    transform: translateY(3.15px) translateX(-4.2866143598px);
  }
  20% {
    transform: translateY(3.5px) translateX(-4.4083893922px);
  }
  22% {
    transform: translateY(3.85px) translateX(-4.4619679282px);
  }
  24% {
    transform: translateY(4.2px) translateX(-4.4495561885px);
  }
  26% {
    transform: translateY(4.55px) translateX(-4.3738117645px);
  }
  28% {
    transform: translateY(4.9px) translateX(-4.2378228353px);
  }
  30% {
    transform: translateY(5.25px) translateX(-4.0450849719px);
  }
  32% {
    transform: translateY(5.6px) translateX(-3.7994756648px);
  }
  34% {
    transform: translateY(5.95px) translateX(-3.5052267202px);
  }
  36% {
    transform: translateY(6.3px) translateX(-3.1668946836px);
  }
  38% {
    transform: translateY(6.65px) translateX(-2.7893294577px);
  }
  40% {
    transform: translateY(7px) translateX(-2.3776412907px);
  }
  42% {
    transform: translateY(7.35px) translateX(-1.9371663223px);
  }
  44% {
    transform: translateY(7.7px) translateX(-1.4734308761px);
  }
  46% {
    transform: translateY(8.05px) translateX(-0.9921147013px);
  }
  48% {
    transform: translateY(8.4px) translateX(-0.4990133642px);
  }
  50% {
    transform: translateY(8.75px) translateX(0px);
  }
  52% {
    transform: translateY(9.1px) translateX(0.4990133642px);
  }
  54% {
    transform: translateY(9.45px) translateX(0.9921147013px);
  }
  56% {
    transform: translateY(9.8px) translateX(1.4734308761px);
  }
  58% {
    transform: translateY(10.15px) translateX(1.9371663223px);
  }
  60% {
    transform: translateY(10.5px) translateX(2.3776412907px);
  }
  62% {
    transform: translateY(10.85px) translateX(2.7893294577px);
  }
  64% {
    transform: translateY(11.2px) translateX(3.1668946836px);
  }
  66% {
    transform: translateY(11.55px) translateX(3.5052267202px);
  }
  68% {
    transform: translateY(11.9px) translateX(3.7994756648px);
  }
  70% {
    transform: translateY(12.25px) translateX(4.0450849719px);
  }
  72% {
    transform: translateY(12.6px) translateX(4.2378228353px);
  }
  74% {
    transform: translateY(12.95px) translateX(4.3738117645px);
  }
  76% {
    transform: translateY(13.3px) translateX(4.4495561885px);
  }
  78% {
    transform: translateY(13.65px) translateX(4.4619679282px);
  }
  80% {
    transform: translateY(14px) translateX(4.4083893922px);
  }
  82% {
    transform: translateY(14.35px) translateX(4.2866143598px);
  }
  84% {
    transform: translateY(14.7px) translateX(4.0949062299px);
  }
  86% {
    transform: translateY(15.05px) translateX(3.8320136241px);
  }
  88% {
    transform: translateY(15.4px) translateX(3.4971832505px);
  }
  90% {
    transform: translateY(15.75px) translateX(3.0901699438px);
  }
  92% {
    transform: translateY(16.1px) translateX(2.6112438152px);
  }
  94% {
    transform: translateY(16.45px) translateX(2.0611944605px);
  }
  96% {
    transform: translateY(16.8px) translateX(1.441332186px);
  }
  98% {
    transform: translateY(17.15px) translateX(0.7534862344px);
  }
  100% {
    transform: translateY(17.5px) translateX(1.2679853549px);
  }
}
@keyframes snowFall2 {
  0% {
    transform: translateY(0px) translateX(0px);
  }
  2% {
    transform: translateY(0.35px) translateX(-0.7534862344px);
  }
  4% {
    transform: translateY(0.7px) translateX(-1.441332186px);
  }
  6% {
    transform: translateY(1.05px) translateX(-2.0611944604px);
  }
  8% {
    transform: translateY(1.4px) translateX(-2.6112438152px);
  }
  10% {
    transform: translateY(1.75px) translateX(-3.0901699437px);
  }
  12% {
    transform: translateY(2.1px) translateX(-3.4971832505px);
  }
  14% {
    transform: translateY(2.45px) translateX(-3.8320136241px);
  }
  16% {
    transform: translateY(2.8px) translateX(-4.0949062299px);
  }
  18% {
    transform: translateY(3.15px) translateX(-4.2866143598px);
  }
  20% {
    transform: translateY(3.5px) translateX(-4.4083893922px);
  }
  22% {
    transform: translateY(3.85px) translateX(-4.4619679282px);
  }
  24% {
    transform: translateY(4.2px) translateX(-4.4495561885px);
  }
  26% {
    transform: translateY(4.55px) translateX(-4.3738117645px);
  }
  28% {
    transform: translateY(4.9px) translateX(-4.2378228353px);
  }
  30% {
    transform: translateY(5.25px) translateX(-4.0450849719px);
  }
  32% {
    transform: translateY(5.6px) translateX(-3.7994756648px);
  }
  34% {
    transform: translateY(5.95px) translateX(-3.5052267202px);
  }
  36% {
    transform: translateY(6.3px) translateX(-3.1668946836px);
  }
  38% {
    transform: translateY(6.65px) translateX(-2.7893294577px);
  }
  40% {
    transform: translateY(7px) translateX(-2.3776412907px);
  }
  42% {
    transform: translateY(7.35px) translateX(-1.9371663223px);
  }
  44% {
    transform: translateY(7.7px) translateX(-1.4734308761px);
  }
  46% {
    transform: translateY(8.05px) translateX(-0.9921147013px);
  }
  48% {
    transform: translateY(8.4px) translateX(-0.4990133642px);
  }
  50% {
    transform: translateY(8.75px) translateX(0px);
  }
  52% {
    transform: translateY(9.1px) translateX(0.4990133642px);
  }
  54% {
    transform: translateY(9.45px) translateX(0.9921147013px);
  }
  56% {
    transform: translateY(9.8px) translateX(1.4734308761px);
  }
  58% {
    transform: translateY(10.15px) translateX(1.9371663223px);
  }
  60% {
    transform: translateY(10.5px) translateX(2.3776412907px);
  }
  62% {
    transform: translateY(10.85px) translateX(2.7893294577px);
  }
  64% {
    transform: translateY(11.2px) translateX(3.1668946836px);
  }
  66% {
    transform: translateY(11.55px) translateX(3.5052267202px);
  }
  68% {
    transform: translateY(11.9px) translateX(3.7994756648px);
  }
  70% {
    transform: translateY(12.25px) translateX(4.0450849719px);
  }
  72% {
    transform: translateY(12.6px) translateX(4.2378228353px);
  }
  74% {
    transform: translateY(12.95px) translateX(4.3738117645px);
  }
  76% {
    transform: translateY(13.3px) translateX(4.4495561885px);
  }
  78% {
    transform: translateY(13.65px) translateX(4.4619679282px);
  }
  80% {
    transform: translateY(14px) translateX(4.4083893922px);
  }
  82% {
    transform: translateY(14.35px) translateX(4.2866143598px);
  }
  84% {
    transform: translateY(14.7px) translateX(4.0949062299px);
  }
  86% {
    transform: translateY(15.05px) translateX(3.8320136241px);
  }
  88% {
    transform: translateY(15.4px) translateX(3.4971832505px);
  }
  90% {
    transform: translateY(15.75px) translateX(3.0901699438px);
  }
  92% {
    transform: translateY(16.1px) translateX(2.6112438152px);
  }
  94% {
    transform: translateY(16.45px) translateX(2.0611944605px);
  }
  96% {
    transform: translateY(16.8px) translateX(1.441332186px);
  }
  98% {
    transform: translateY(17.15px) translateX(0.7534862344px);
  }
  100% {
    transform: translateY(17.5px) translateX(1.2679853549px);
  }
}
/* Tornado */
@-webkit-keyframes translateTornado1 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(3.997px);
  }
  75% {
    transform: translateX(-3.997px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado1 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(3.997px);
  }
  75% {
    transform: translateX(-3.997px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado2 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(2.002px);
  }
  75% {
    transform: translateX(-2.002px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado2 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(2.002px);
  }
  75% {
    transform: translateX(-2.002px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado3 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(8.001px);
  }
  75% {
    transform: translateX(-8.001px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado3 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(8.001px);
  }
  75% {
    transform: translateX(-8.001px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado4 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(5.999px);
  }
  75% {
    transform: translateX(-5.999px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado4 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(5.999px);
  }
  75% {
    transform: translateX(-5.999px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado5 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(10.003px);
  }
  75% {
    transform: translateX(-10.003px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado5 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(10.003px);
  }
  75% {
    transform: translateX(-10.003px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes translateTornado6 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(5.999px);
  }
  75% {
    transform: translateX(-5.999px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateTornado6 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(5.999px);
  }
  75% {
    transform: translateX(-5.999px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fillOpacityLightning {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  1% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  7% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  50% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  51% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  53% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  54% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  60% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
}
@keyframes fillOpacityLightning {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  1% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  7% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  50% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  51% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  53% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  54% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  60% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
  }
}
@-webkit-keyframes translateFog {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(2.499px);
  }
  75% {
    transform: translateX(-2.499px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateFog {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(2.499px);
  }
  75% {
    transform: translateX(-2.499px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fillOpacityFog {
  0% {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
  }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
  }
}
@keyframes fillOpacityFog {
  0% {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
  }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
  }
}
@-webkit-keyframes translateSunrise {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-16.002px);
  }
  100% {
    transform: translateY(-16.002px);
  }
}
@keyframes translateSunrise {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-16.002px);
  }
  100% {
    transform: translateY(-16.002px);
  }
}
@-webkit-keyframes translateSunset {
  0% {
    transform: translateY(-16.002px);
  }
  25% {
    transform: translateY(-3.997px);
  }
  100% {
    transform: translateY(-3.997px);
  }
}
@keyframes translateSunset {
  0% {
    transform: translateY(-16.002px);
  }
  25% {
    transform: translateY(-3.997px);
  }
  100% {
    transform: translateY(-3.997px);
  }
}
@-webkit-keyframes translateArrowDown {
  0% {
    transform: translateY(2.002px);
  }
  100% {
    transform: translateY(4.998px);
  }
}
@keyframes translateArrowDown {
  0% {
    transform: translateY(2.002px);
  }
  100% {
    transform: translateY(4.998px);
  }
}
@-webkit-keyframes translateArrowUp {
  0% {
    transform: translateY(-2.002px);
  }
  100% {
    transform: translateY(-4.998px);
  }
}
@keyframes translateArrowUp {
  0% {
    transform: translateY(-2.002px);
  }
  100% {
    transform: translateY(-4.998px);
  }
}
@-webkit-keyframes translateWind {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(4.998px);
  }
  75% {
    transform: translateX(-4.998px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes translateWind {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateX(4.998px);
  }
  75% {
    transform: translateX(-4.998px);
  }
  100% {
    transform: translateX(0);
  }
}
/**
 * @package IcoFont by ThemeHunt - https://themehunt.com
 * @version 1.0.0 Beta
 * @author IcoFont http://icofont.com
 * @copyright Copyright (c) 2018 IcoFont
 * @license - http://icofont.com/license/
*/
@font-face {
  font-family: "icofont";
  src: url('icofont.556fa8050e7e3b9a829d.eot?v=1.0.0-beta');
  src: url('icofont.556fa8050e7e3b9a829d.eot?v=1.0.0-beta#iefix') format("embedded-opentype"), url('icofont.dae25655dd28a58eb576.ttf?v=1.0.0-beta') format("truetype"), url('icofont.c2bb62e2c5c6870a5cb5.woff?v=1.0.0-beta') format("woff"), url('icofont.9999a483fca7c18fdec0.svg?v=1.0.0-beta#icofont') format("svg");
  font-weight: normal;
  font-style: normal;
}
.icofont {
  font-family: "IcoFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icofont-angry-monster:before {
  content: "";
}
.icofont-bathtub:before {
  content: "";
}
.icofont-bird-wings:before {
  content: "";
}
.icofont-bow:before {
  content: "";
}
.icofont-brain-alt:before {
  content: "";
}
.icofont-butterfly-alt:before {
  content: "";
}
.icofont-castle:before {
  content: "";
}
.icofont-circuit:before {
  content: "";
}
.icofont-dart:before {
  content: "";
}
.icofont-dice-alt:before {
  content: "";
}
.icofont-disability-race:before {
  content: "";
}
.icofont-diving-goggle:before {
  content: "";
}
.icofont-fire-alt:before {
  content: "";
}
.icofont-flame-torch:before {
  content: "";
}
.icofont-flora-flower:before {
  content: "";
}
.icofont-flora:before {
  content: "";
}
.icofont-gift-box:before {
  content: "";
}
.icofont-halloween-pumpkin:before {
  content: "";
}
.icofont-hand-power:before {
  content: "";
}
.icofont-hand-thunder:before {
  content: "";
}
.icofont-king-crown:before {
  content: "";
}
.icofont-king-monster:before {
  content: "";
}
.icofont-love:before {
  content: "";
}
.icofont-magician-hat:before {
  content: "";
}
.icofont-native-american:before {
  content: "";
}
.icofont-open-eye:before {
  content: "";
}
.icofont-owl-look:before {
  content: "";
}
.icofont-phoenix:before {
  content: "";
}
.icofont-queen-crown:before {
  content: "";
}
.icofont-robot-face:before {
  content: "";
}
.icofont-sand-clock:before {
  content: "";
}
.icofont-shield-alt:before {
  content: "";
}
.icofont-ship-wheel:before {
  content: "";
}
.icofont-skull-danger:before {
  content: "";
}
.icofont-skull-face:before {
  content: "";
}
.icofont-snail:before {
  content: "";
}
.icofont-snow-alt:before {
  content: "";
}
.icofont-snow-flake:before {
  content: "";
}
.icofont-snowmobile:before {
  content: "";
}
.icofont-space-shuttle:before {
  content: "";
}
.icofont-star-shape:before {
  content: "";
}
.icofont-swirl:before {
  content: "";
}
.icofont-tattoo-wing:before {
  content: "";
}
.icofont-throne:before {
  content: "";
}
.icofont-touch:before {
  content: "";
}
.icofont-tree-alt:before {
  content: "";
}
.icofont-triangle:before {
  content: "";
}
.icofont-unity-hand:before {
  content: "";
}
.icofont-weed:before {
  content: "";
}
.icofont-woman-bird:before {
  content: "";
}
.icofont-animal-bat:before {
  content: "";
}
.icofont-animal-bear-tracks:before {
  content: "";
}
.icofont-animal-bear:before {
  content: "";
}
.icofont-animal-bird-alt:before {
  content: "";
}
.icofont-animal-bird:before {
  content: "";
}
.icofont-animal-bone:before {
  content: "";
}
.icofont-animal-bull:before {
  content: "";
}
.icofont-animal-camel-alt:before {
  content: "";
}
.icofont-animal-camel-head:before {
  content: "";
}
.icofont-animal-camel:before {
  content: "";
}
.icofont-animal-cat-alt-1:before {
  content: "";
}
.icofont-animal-cat-alt-2:before {
  content: "";
}
.icofont-animal-cat-alt-3:before {
  content: "";
}
.icofont-animal-cat-alt-4:before {
  content: "";
}
.icofont-animal-cat-with-dog:before {
  content: "";
}
.icofont-animal-cat:before {
  content: "";
}
.icofont-animal-cow-head:before {
  content: "";
}
.icofont-animal-cow:before {
  content: "";
}
.icofont-animal-crab:before {
  content: "";
}
.icofont-animal-crocodile:before {
  content: "";
}
.icofont-animal-deer-head:before {
  content: "";
}
.icofont-animal-dog-alt:before {
  content: "";
}
.icofont-animal-dog-barking:before {
  content: "";
}
.icofont-animal-dog:before {
  content: "";
}
.icofont-animal-dolphin:before {
  content: "";
}
.icofont-animal-duck-tracks:before {
  content: "";
}
.icofont-animal-eagle-head:before {
  content: "";
}
.icofont-animal-eaten-fish:before {
  content: "";
}
.icofont-animal-elephant-alt:before {
  content: "";
}
.icofont-animal-elephant-head-alt:before {
  content: "";
}
.icofont-animal-elephant-head:before {
  content: "";
}
.icofont-animal-elephant:before {
  content: "";
}
.icofont-animal-elk:before {
  content: "";
}
.icofont-animal-fish-alt-1:before {
  content: "";
}
.icofont-animal-fish-alt-2:before {
  content: "";
}
.icofont-animal-fish-alt-3:before {
  content: "";
}
.icofont-animal-fish-alt-4:before {
  content: "";
}
.icofont-animal-fish:before {
  content: "";
}
.icofont-animal-fox-alt:before {
  content: "";
}
.icofont-animal-fox:before {
  content: "";
}
.icofont-animal-frog-tracks:before {
  content: "";
}
.icofont-animal-frog:before {
  content: "";
}
.icofont-animal-froggy:before {
  content: "";
}
.icofont-animal-giraffe-alt:before {
  content: "";
}
.icofont-animal-giraffe:before {
  content: "";
}
.icofont-animal-goat-head-alt-1:before {
  content: "";
}
.icofont-animal-goat-head-alt-2:before {
  content: "";
}
.icofont-animal-goat-head:before {
  content: "";
}
.icofont-animal-gorilla:before {
  content: "";
}
.icofont-animal-hen-tracks:before {
  content: "";
}
.icofont-animal-horse-head-alt-1:before {
  content: "";
}
.icofont-animal-horse-head-alt-2:before {
  content: "";
}
.icofont-animal-horse-head:before {
  content: "";
}
.icofont-animal-horse-tracks:before {
  content: "";
}
.icofont-animal-jellyfish:before {
  content: "";
}
.icofont-animal-kangaroo:before {
  content: "";
}
.icofont-animal-lemur:before {
  content: "";
}
.icofont-animal-lion-alt:before {
  content: "";
}
.icofont-animal-lion-head-alt:before {
  content: "";
}
.icofont-animal-lion-head:before {
  content: "";
}
.icofont-animal-lion:before {
  content: "";
}
.icofont-animal-monkey-alt-1:before {
  content: "";
}
.icofont-animal-monkey-alt-2:before {
  content: "";
}
.icofont-animal-monkey-alt-3:before {
  content: "";
}
.icofont-animal-monkey:before {
  content: "";
}
.icofont-animal-octopus-alt:before {
  content: "";
}
.icofont-animal-octopus:before {
  content: "";
}
.icofont-animal-owl:before {
  content: "";
}
.icofont-animal-panda-alt:before {
  content: "";
}
.icofont-animal-panda:before {
  content: "";
}
.icofont-animal-panther:before {
  content: "";
}
.icofont-animal-parrot-lip:before {
  content: "";
}
.icofont-animal-parrot:before {
  content: "";
}
.icofont-animal-paw:before {
  content: "";
}
.icofont-animal-pelican:before {
  content: "";
}
.icofont-animal-penguin:before {
  content: "";
}
.icofont-animal-pig-alt:before {
  content: "";
}
.icofont-animal-pig:before {
  content: "";
}
.icofont-animal-pigeon-alt:before {
  content: "";
}
.icofont-animal-pigeon:before {
  content: "";
}
.icofont-animal-pigeons:before {
  content: "";
}
.icofont-animal-rabbit-running:before {
  content: "";
}
.icofont-animal-rat-alt:before {
  content: "";
}
.icofont-animal-rhino-head:before {
  content: "";
}
.icofont-animal-rhino:before {
  content: "";
}
.icofont-animal-rooster:before {
  content: "";
}
.icofont-animal-seahorse:before {
  content: "";
}
.icofont-animal-seal:before {
  content: "";
}
.icofont-animal-shrimp:before {
  content: "";
}
.icofont-animal-snail-alt-1:before {
  content: "";
}
.icofont-animal-snail-alt-2:before {
  content: "";
}
.icofont-animal-snail:before {
  content: "";
}
.icofont-animal-snake:before {
  content: "";
}
.icofont-animal-squid:before {
  content: "";
}
.icofont-animal-squirrel:before {
  content: "";
}
.icofont-animal-tiger-alt:before {
  content: "";
}
.icofont-animal-tiger:before {
  content: "";
}
.icofont-animal-turtle:before {
  content: "";
}
.icofont-animal-whale:before {
  content: "";
}
.icofont-animal-woodpecker:before {
  content: "";
}
.icofont-animal-zebra:before {
  content: "";
}
.icofont-brand-acer:before {
  content: "";
}
.icofont-brand-adidas:before {
  content: "";
}
.icofont-brand-adobe:before {
  content: "";
}
.icofont-brand-air-new-zealand:before {
  content: "";
}
.icofont-brand-airbnb:before {
  content: "";
}
.icofont-brand-aircell:before {
  content: "";
}
.icofont-brand-airtel:before {
  content: "";
}
.icofont-brand-alcatel:before {
  content: "";
}
.icofont-brand-alibaba:before {
  content: "";
}
.icofont-brand-aliexpress:before {
  content: "";
}
.icofont-brand-alipay:before {
  content: "";
}
.icofont-brand-amazon:before {
  content: "";
}
.icofont-brand-amd:before {
  content: "";
}
.icofont-brand-american-airlines:before {
  content: "";
}
.icofont-brand-android-robot:before {
  content: "";
}
.icofont-brand-android:before {
  content: "";
}
.icofont-brand-aol:before {
  content: "";
}
.icofont-brand-apple:before {
  content: "";
}
.icofont-brand-appstore:before {
  content: "";
}
.icofont-brand-asus:before {
  content: "";
}
.icofont-brand-ati:before {
  content: "";
}
.icofont-brand-att:before {
  content: "";
}
.icofont-brand-audi:before {
  content: "";
}
.icofont-brand-axiata:before {
  content: "";
}
.icofont-brand-bada:before {
  content: "";
}
.icofont-brand-bbc:before {
  content: "";
}
.icofont-brand-bing:before {
  content: "";
}
.icofont-brand-blackberry:before {
  content: "";
}
.icofont-brand-bmw:before {
  content: "";
}
.icofont-brand-box:before {
  content: "";
}
.icofont-brand-burger-king:before {
  content: "";
}
.icofont-brand-business-insider:before {
  content: "";
}
.icofont-brand-buzzfeed:before {
  content: "";
}
.icofont-brand-cannon:before {
  content: "";
}
.icofont-brand-casio:before {
  content: "";
}
.icofont-brand-china-mobile:before {
  content: "";
}
.icofont-brand-china-telecom:before {
  content: "";
}
.icofont-brand-china-unicom:before {
  content: "";
}
.icofont-brand-cisco:before {
  content: "";
}
.icofont-brand-citibank:before {
  content: "";
}
.icofont-brand-cnet:before {
  content: "";
}
.icofont-brand-cnn:before {
  content: "";
}
.icofont-brand-cocal-cola:before {
  content: "";
}
.icofont-brand-compaq:before {
  content: "";
}
.icofont-brand-copy:before {
  content: "";
}
.icofont-brand-debian:before {
  content: "";
}
.icofont-brand-delicious:before {
  content: "";
}
.icofont-brand-dell:before {
  content: "";
}
.icofont-brand-designbump:before {
  content: "";
}
.icofont-brand-designfloat:before {
  content: "";
}
.icofont-brand-disney:before {
  content: "";
}
.icofont-brand-dodge:before {
  content: "";
}
.icofont-brand-dove:before {
  content: "";
}
.icofont-brand-ebay:before {
  content: "";
}
.icofont-brand-eleven:before {
  content: "";
}
.icofont-brand-emirates:before {
  content: "";
}
.icofont-brand-espn:before {
  content: "";
}
.icofont-brand-etihad-airways:before {
  content: "";
}
.icofont-brand-etisalat:before {
  content: "";
}
.icofont-brand-etsy:before {
  content: "";
}
.icofont-brand-facebook:before {
  content: "";
}
.icofont-brand-fastrack:before {
  content: "";
}
.icofont-brand-fedex:before {
  content: "";
}
.icofont-brand-ferrari:before {
  content: "";
}
.icofont-brand-fitbit:before {
  content: "";
}
.icofont-brand-flikr:before {
  content: "";
}
.icofont-brand-forbes:before {
  content: "";
}
.icofont-brand-foursquare:before {
  content: "";
}
.icofont-brand-fox:before {
  content: "";
}
.icofont-brand-foxconn:before {
  content: "";
}
.icofont-brand-fujitsu:before {
  content: "";
}
.icofont-brand-general-electric:before {
  content: "";
}
.icofont-brand-gillette:before {
  content: "";
}
.icofont-brand-gizmodo:before {
  content: "";
}
.icofont-brand-gnome:before {
  content: "";
}
.icofont-brand-google:before {
  content: "";
}
.icofont-brand-gopro:before {
  content: "";
}
.icofont-brand-gucci:before {
  content: "";
}
.icofont-brand-hallmark:before {
  content: "";
}
.icofont-brand-hi5:before {
  content: "";
}
.icofont-brand-honda:before {
  content: "";
}
.icofont-brand-hp:before {
  content: "";
}
.icofont-brand-hsbc:before {
  content: "";
}
.icofont-brand-htc:before {
  content: "";
}
.icofont-brand-huawei:before {
  content: "";
}
.icofont-brand-hulu:before {
  content: "";
}
.icofont-brand-hyundai:before {
  content: "";
}
.icofont-brand-ibm:before {
  content: "";
}
.icofont-brand-icofont:before {
  content: "";
}
.icofont-brand-icq:before {
  content: "";
}
.icofont-brand-ikea:before {
  content: "";
}
.icofont-brand-imdb:before {
  content: "";
}
.icofont-brand-indiegogo:before {
  content: "";
}
.icofont-brand-intel:before {
  content: "";
}
.icofont-brand-ipair:before {
  content: "";
}
.icofont-brand-jaguar:before {
  content: "";
}
.icofont-brand-java:before {
  content: "";
}
.icofont-brand-joomshaper:before {
  content: "";
}
.icofont-brand-kickstarter:before {
  content: "";
}
.icofont-brand-kik:before {
  content: "";
}
.icofont-brand-lastfm:before {
  content: "";
}
.icofont-brand-lego:before {
  content: "";
}
.icofont-brand-lenovo:before {
  content: "";
}
.icofont-brand-levis:before {
  content: "";
}
.icofont-brand-lexus:before {
  content: "";
}
.icofont-brand-lg:before {
  content: "";
}
.icofont-brand-life-hacker:before {
  content: "";
}
.icofont-brand-line-messenger:before {
  content: "";
}
.icofont-brand-linkedin:before {
  content: "";
}
.icofont-brand-linux-mint:before {
  content: "";
}
.icofont-brand-linux:before {
  content: "";
}
.icofont-brand-lionix:before {
  content: "";
}
.icofont-brand-live-messenger:before {
  content: "";
}
.icofont-brand-loreal:before {
  content: "";
}
.icofont-brand-louis-vuitton:before {
  content: "";
}
.icofont-brand-mac-os:before {
  content: "";
}
.icofont-brand-marvel-app:before {
  content: "";
}
.icofont-brand-mashable:before {
  content: "";
}
.icofont-brand-mazda:before {
  content: "";
}
.icofont-brand-mcdonals:before {
  content: "";
}
.icofont-brand-mercedes:before {
  content: "";
}
.icofont-brand-micromax:before {
  content: "";
}
.icofont-brand-microsoft:before {
  content: "";
}
.icofont-brand-mobileme:before {
  content: "";
}
.icofont-brand-mobily:before {
  content: "";
}
.icofont-brand-motorola:before {
  content: "";
}
.icofont-brand-msi:before {
  content: "";
}
.icofont-brand-mts:before {
  content: "";
}
.icofont-brand-myspace:before {
  content: "";
}
.icofont-brand-mytv:before {
  content: "";
}
.icofont-brand-nasa:before {
  content: "";
}
.icofont-brand-natgeo:before {
  content: "";
}
.icofont-brand-nbc:before {
  content: "";
}
.icofont-brand-nescafe:before {
  content: "";
}
.icofont-brand-nestle:before {
  content: "";
}
.icofont-brand-netflix:before {
  content: "";
}
.icofont-brand-nexus:before {
  content: "";
}
.icofont-brand-nike:before {
  content: "";
}
.icofont-brand-nokia:before {
  content: "";
}
.icofont-brand-nvidia:before {
  content: "";
}
.icofont-brand-omega:before {
  content: "";
}
.icofont-brand-opensuse:before {
  content: "";
}
.icofont-brand-oracle:before {
  content: "";
}
.icofont-brand-panasonic:before {
  content: "";
}
.icofont-brand-paypal:before {
  content: "";
}
.icofont-brand-pepsi:before {
  content: "";
}
.icofont-brand-philips:before {
  content: "";
}
.icofont-brand-pizza-hut:before {
  content: "";
}
.icofont-brand-playstation:before {
  content: "";
}
.icofont-brand-puma:before {
  content: "";
}
.icofont-brand-qatar-air:before {
  content: "";
}
.icofont-brand-qvc:before {
  content: "";
}
.icofont-brand-readernaut:before {
  content: "";
}
.icofont-brand-redbull:before {
  content: "";
}
.icofont-brand-reebok:before {
  content: "";
}
.icofont-brand-reuters:before {
  content: "";
}
.icofont-brand-samsung:before {
  content: "";
}
.icofont-brand-sap:before {
  content: "";
}
.icofont-brand-saudia-airlines:before {
  content: "";
}
.icofont-brand-scribd:before {
  content: "";
}
.icofont-brand-shell:before {
  content: "";
}
.icofont-brand-siemens:before {
  content: "";
}
.icofont-brand-sk-telecom:before {
  content: "";
}
.icofont-brand-slideshare:before {
  content: "";
}
.icofont-brand-smashing-magazine:before {
  content: "";
}
.icofont-brand-snapchat:before {
  content: "";
}
.icofont-brand-sony-ericsson:before {
  content: "";
}
.icofont-brand-sony:before {
  content: "";
}
.icofont-brand-soundcloud:before {
  content: "";
}
.icofont-brand-sprint:before {
  content: "";
}
.icofont-brand-squidoo:before {
  content: "";
}
.icofont-brand-starbucks:before {
  content: "";
}
.icofont-brand-stc:before {
  content: "";
}
.icofont-brand-steam:before {
  content: "";
}
.icofont-brand-suzuki:before {
  content: "";
}
.icofont-brand-symbian:before {
  content: "";
}
.icofont-brand-t-mobile:before {
  content: "";
}
.icofont-brand-tango:before {
  content: "";
}
.icofont-brand-target:before {
  content: "";
}
.icofont-brand-tata-indicom:before {
  content: "";
}
.icofont-brand-techcrunch:before {
  content: "";
}
.icofont-brand-telenor:before {
  content: "";
}
.icofont-brand-teliasonera:before {
  content: "";
}
.icofont-brand-tesla:before {
  content: "";
}
.icofont-brand-the-verge:before {
  content: "";
}
.icofont-brand-thenextweb:before {
  content: "";
}
.icofont-brand-toshiba:before {
  content: "";
}
.icofont-brand-toyota:before {
  content: "";
}
.icofont-brand-tribenet:before {
  content: "";
}
.icofont-brand-ubuntu:before {
  content: "";
}
.icofont-brand-unilever:before {
  content: "";
}
.icofont-brand-vaio:before {
  content: "";
}
.icofont-brand-verizon:before {
  content: "";
}
.icofont-brand-viber:before {
  content: "";
}
.icofont-brand-vodafone:before {
  content: "";
}
.icofont-brand-volkswagen:before {
  content: "";
}
.icofont-brand-walmart:before {
  content: "";
}
.icofont-brand-warnerbros:before {
  content: "";
}
.icofont-brand-whatsapp:before {
  content: "";
}
.icofont-brand-wikipedia:before {
  content: "";
}
.icofont-brand-windows:before {
  content: "";
}
.icofont-brand-wire:before {
  content: "";
}
.icofont-brand-yahoobuzz:before {
  content: "";
}
.icofont-brand-yamaha:before {
  content: "";
}
.icofont-brand-youtube:before {
  content: "";
}
.icofont-brand-zain:before {
  content: "";
}
.icofont-bank-alt:before {
  content: "";
}
.icofont-barcode:before {
  content: "";
}
.icofont-basket:before {
  content: "";
}
.icofont-bill-alt:before {
  content: "";
}
.icofont-billboard:before {
  content: "";
}
.icofont-briefcase-alt-1:before {
  content: "";
}
.icofont-briefcase-alt-2:before {
  content: "";
}
.icofont-building-alt:before {
  content: "";
}
.icofont-businessman:before {
  content: "";
}
.icofont-businesswoman:before {
  content: "";
}
.icofont-cart-alt:before {
  content: "";
}
.icofont-chair:before {
  content: "";
}
.icofont-clip:before {
  content: "";
}
.icofont-coins:before {
  content: "";
}
.icofont-company:before {
  content: "";
}
.icofont-contact-add:before {
  content: "";
}
.icofont-deal:before {
  content: "";
}
.icofont-files:before {
  content: "";
}
.icofont-growth:before {
  content: "";
}
.icofont-id-card:before {
  content: "";
}
.icofont-idea:before {
  content: "";
}
.icofont-list:before {
  content: "";
}
.icofont-meeting-add:before {
  content: "";
}
.icofont-money-bag:before {
  content: "";
}
.icofont-people:before {
  content: "";
}
.icofont-pie-chart:before {
  content: "";
}
.icofont-presentation-alt:before {
  content: "";
}
.icofont-stamp:before {
  content: "";
}
.icofont-stock-mobile:before {
  content: "";
}
.icofont-support:before {
  content: "";
}
.icofont-tasks-alt:before {
  content: "";
}
.icofont-wheel:before {
  content: "";
}
.icofont-chart-arrows-axis:before {
  content: "";
}
.icofont-chart-bar-graph:before {
  content: "";
}
.icofont-chart-flow-alt-1:before {
  content: "";
}
.icofont-chart-flow-alt-2:before {
  content: "";
}
.icofont-chart-flow:before {
  content: "";
}
.icofont-chart-histogram-alt:before {
  content: "";
}
.icofont-chart-histogram:before {
  content: "";
}
.icofont-chart-line-alt:before {
  content: "";
}
.icofont-chart-line:before {
  content: "";
}
.icofont-chart-pie-alt:before {
  content: "";
}
.icofont-chart-pie:before {
  content: "";
}
.icofont-chart-radar-graph:before {
  content: "";
}
.icofont-cur-afghani-false:before {
  content: "";
}
.icofont-cur-afghani-minus:before {
  content: "";
}
.icofont-cur-afghani-plus:before {
  content: "";
}
.icofont-cur-afghani-true:before {
  content: "";
}
.icofont-cur-afghani:before {
  content: "";
}
.icofont-cur-baht-false:before {
  content: "";
}
.icofont-cur-baht-minus:before {
  content: "";
}
.icofont-cur-baht-plus:before {
  content: "";
}
.icofont-cur-baht-true:before {
  content: "";
}
.icofont-cur-baht:before {
  content: "";
}
.icofont-cur-bitcoin-false:before {
  content: "";
}
.icofont-cur-bitcoin-minus:before {
  content: "";
}
.icofont-cur-bitcoin-plus:before {
  content: "";
}
.icofont-cur-bitcoin-true:before {
  content: "";
}
.icofont-cur-bitcoin:before {
  content: "";
}
.icofont-cur-dollar-flase:before {
  content: "";
}
.icofont-cur-dollar-minus:before {
  content: "";
}
.icofont-cur-dollar-plus:before {
  content: "";
}
.icofont-cur-dollar-true:before {
  content: "";
}
.icofont-cur-dollar:before {
  content: "";
}
.icofont-cur-dong-false:before {
  content: "";
}
.icofont-cur-dong-minus:before {
  content: "";
}
.icofont-cur-dong-plus:before {
  content: "";
}
.icofont-cur-dong-true:before {
  content: "";
}
.icofont-cur-dong:before {
  content: "";
}
.icofont-cur-euro-false:before {
  content: "";
}
.icofont-cur-euro-minus:before {
  content: "";
}
.icofont-cur-euro-plus:before {
  content: "";
}
.icofont-cur-euro-true:before {
  content: "";
}
.icofont-cur-euro:before {
  content: "";
}
.icofont-cur-frank-false:before {
  content: "";
}
.icofont-cur-frank-minus:before {
  content: "";
}
.icofont-cur-frank-plus:before {
  content: "";
}
.icofont-cur-frank-true:before {
  content: "";
}
.icofont-cur-frank:before {
  content: "";
}
.icofont-cur-hryvnia-false:before {
  content: "";
}
.icofont-cur-hryvnia-minus:before {
  content: "";
}
.icofont-cur-hryvnia-plus:before {
  content: "";
}
.icofont-cur-hryvnia-true:before {
  content: "";
}
.icofont-cur-hryvnia:before {
  content: "";
}
.icofont-cur-lira-false:before {
  content: "";
}
.icofont-cur-lira-minus:before {
  content: "";
}
.icofont-cur-lira-plus:before {
  content: "";
}
.icofont-cur-lira-true:before {
  content: "";
}
.icofont-cur-lira:before {
  content: "";
}
.icofont-cur-peseta-false:before {
  content: "";
}
.icofont-cur-peseta-minus:before {
  content: "";
}
.icofont-cur-peseta-plus:before {
  content: "";
}
.icofont-cur-peseta-true:before {
  content: "";
}
.icofont-cur-peseta:before {
  content: "";
}
.icofont-cur-peso-false:before {
  content: "";
}
.icofont-cur-peso-minus:before {
  content: "";
}
.icofont-cur-peso-plus:before {
  content: "";
}
.icofont-cur-peso-true:before {
  content: "";
}
.icofont-cur-peso:before {
  content: "";
}
.icofont-cur-pound-false:before {
  content: "";
}
.icofont-cur-pound-minus:before {
  content: "";
}
.icofont-cur-pound-plus:before {
  content: "";
}
.icofont-cur-pound-true:before {
  content: "";
}
.icofont-cur-pound:before {
  content: "";
}
.icofont-cur-renminbi-false:before {
  content: "";
}
.icofont-cur-renminbi-minus:before {
  content: "";
}
.icofont-cur-renminbi-plus:before {
  content: "";
}
.icofont-cur-renminbi-true:before {
  content: "";
}
.icofont-cur-renminbi:before {
  content: "";
}
.icofont-cur-riyal-false:before {
  content: "";
}
.icofont-cur-riyal-minus:before {
  content: "";
}
.icofont-cur-riyal-plus:before {
  content: "";
}
.icofont-cur-riyal-true:before {
  content: "";
}
.icofont-cur-riyal:before {
  content: "";
}
.icofont-cur-rouble-false:before {
  content: "";
}
.icofont-cur-rouble-minus:before {
  content: "";
}
.icofont-cur-rouble-plus:before {
  content: "";
}
.icofont-cur-rouble-true:before {
  content: "";
}
.icofont-cur-rouble:before {
  content: "";
}
.icofont-cur-rupee-false:before {
  content: "";
}
.icofont-cur-rupee-minus:before {
  content: "";
}
.icofont-cur-rupee-plus:before {
  content: "";
}
.icofont-cur-rupee-true:before {
  content: "";
}
.icofont-cur-rupee:before {
  content: "";
}
.icofont-cur-taka-false:before {
  content: "";
}
.icofont-cur-taka-minus:before {
  content: "";
}
.icofont-cur-taka-plus:before {
  content: "";
}
.icofont-cur-taka-true:before {
  content: "";
}
.icofont-cur-taka:before {
  content: "";
}
.icofont-cur-turkish-lira-false:before {
  content: "";
}
.icofont-cur-turkish-lira-minus:before {
  content: "";
}
.icofont-cur-turkish-lira-plus:before {
  content: "";
}
.icofont-cur-turkish-lira-true:before {
  content: "";
}
.icofont-cur-turkish-lira:before {
  content: "";
}
.icofont-cur-won-false:before {
  content: "";
}
.icofont-cur-won-minus:before {
  content: "";
}
.icofont-cur-won-plus:before {
  content: "";
}
.icofont-cur-won-true:before {
  content: "";
}
.icofont-cur-won:before {
  content: "";
}
.icofont-cur-yen-false:before {
  content: "";
}
.icofont-cur-yen-minus:before {
  content: "";
}
.icofont-cur-yen-plus:before {
  content: "";
}
.icofont-cur-yen-true:before {
  content: "";
}
.icofont-cur-yen:before {
  content: "";
}
.icofont-android-nexus:before {
  content: "";
}
.icofont-android-tablet:before {
  content: "";
}
.icofont-apple-watch:before {
  content: "";
}
.icofont-drwaing-tablet:before {
  content: "";
}
.icofont-earphone:before {
  content: "";
}
.icofont-flash-drive:before {
  content: "";
}
.icofont-game-control:before {
  content: "";
}
.icofont-headphone-alt:before {
  content: "";
}
.icofont-htc-one:before {
  content: "";
}
.icofont-imac:before {
  content: "";
}
.icofont-ipad-touch:before {
  content: "";
}
.icofont-iphone:before {
  content: "";
}
.icofont-ipod-nano:before {
  content: "";
}
.icofont-ipod-touch:before {
  content: "";
}
.icofont-keyboard-alt:before {
  content: "";
}
.icofont-keyboard-wireless:before {
  content: "";
}
.icofont-laptop-alt:before {
  content: "";
}
.icofont-macbook:before {
  content: "";
}
.icofont-magic-mouse:before {
  content: "";
}
.icofont-microphone-alt:before {
  content: "";
}
.icofont-monitor:before {
  content: "";
}
.icofont-mouse:before {
  content: "";
}
.icofont-nintendo:before {
  content: "";
}
.icofont-playstation:before {
  content: "";
}
.icofont-psvita:before {
  content: "";
}
.icofont-radio-mic:before {
  content: "";
}
.icofont-refrigerator:before {
  content: "";
}
.icofont-samsung-galaxy:before {
  content: "";
}
.icofont-surface-tablet:before {
  content: "";
}
.icofont-washing-machine:before {
  content: "";
}
.icofont-wifi-router:before {
  content: "";
}
.icofont-wii-u:before {
  content: "";
}
.icofont-windows-lumia:before {
  content: "";
}
.icofont-wireless-mouse:before {
  content: "";
}
.icofont-xbox-360:before {
  content: "";
}
.icofont-arrow-down:before {
  content: "";
}
.icofont-arrow-left:before {
  content: "";
}
.icofont-arrow-right:before {
  content: "";
}
.icofont-arrow-up:before {
  content: "";
}
.icofont-block-down:before {
  content: "";
}
.icofont-block-left:before {
  content: "";
}
.icofont-block-right:before {
  content: "";
}
.icofont-block-up:before {
  content: "";
}
.icofont-bubble-down:before {
  content: "";
}
.icofont-bubble-left:before {
  content: "";
}
.icofont-bubble-right:before {
  content: "";
}
.icofont-bubble-up:before {
  content: "";
}
.icofont-caret-down:before {
  content: "";
}
.icofont-caret-left:before {
  content: "";
}
.icofont-caret-right:before {
  content: "";
}
.icofont-caret-up:before {
  content: "";
}
.icofont-circled-down:before {
  content: "";
}
.icofont-circled-left:before {
  content: "";
}
.icofont-circled-right:before {
  content: "";
}
.icofont-circled-up:before {
  content: "";
}
.icofont-collapse:before {
  content: "";
}
.icofont-cursor-drag:before {
  content: "";
}
.icofont-curved-double-left:before {
  content: "";
}
.icofont-curved-double-right:before {
  content: "";
}
.icofont-curved-down:before {
  content: "";
}
.icofont-curved-left:before {
  content: "";
}
.icofont-curved-right:before {
  content: "";
}
.icofont-curved-up:before {
  content: "";
}
.icofont-dotted-down:before {
  content: "";
}
.icofont-dotted-left:before {
  content: "";
}
.icofont-dotted-right:before {
  content: "";
}
.icofont-dotted-up:before {
  content: "";
}
.icofont-double-left:before {
  content: "";
}
.icofont-double-right:before {
  content: "";
}
.icofont-drag:before {
  content: "";
}
.icofont-drag1:before {
  content: "";
}
.icofont-drag2:before {
  content: "";
}
.icofont-drag3:before {
  content: "";
}
.icofont-expand-alt:before {
  content: "";
}
.icofont-hand-down:before {
  content: "";
}
.icofont-hand-drag:before {
  content: "";
}
.icofont-hand-drag1:before {
  content: "";
}
.icofont-hand-drag2:before {
  content: "";
}
.icofont-hand-drawn-alt-down:before {
  content: "";
}
.icofont-hand-drawn-alt-left:before {
  content: "";
}
.icofont-hand-drawn-alt-right:before {
  content: "";
}
.icofont-hand-drawn-alt-up:before {
  content: "";
}
.icofont-hand-drawn-down:before {
  content: "";
}
.icofont-hand-drawn-left:before {
  content: "";
}
.icofont-hand-drawn-right:before {
  content: "";
}
.icofont-hand-drawn-up:before {
  content: "";
}
.icofont-hand-left:before {
  content: "";
}
.icofont-hand-right:before {
  content: "";
}
.icofont-hand-up:before {
  content: "";
}
.icofont-line-block-down:before {
  content: "";
}
.icofont-line-block-left:before {
  content: "";
}
.icofont-line-block-right:before {
  content: "";
}
.icofont-line-block-up:before {
  content: "";
}
.icofont-long-arrow-down:before {
  content: "";
}
.icofont-long-arrow-left:before {
  content: "";
}
.icofont-long-arrow-right:before {
  content: "";
}
.icofont-long-arrow-up:before {
  content: "";
}
.icofont-rounded-collapse:before {
  content: "";
}
.icofont-rounded-double-left:before {
  content: "";
}
.icofont-rounded-double-right:before {
  content: "";
}
.icofont-rounded-down:before {
  content: "";
}
.icofont-rounded-expand:before {
  content: "";
}
.icofont-rounded-left-down:before {
  content: "";
}
.icofont-rounded-left-up:before {
  content: "";
}
.icofont-rounded-left:before {
  content: "";
}
.icofont-rounded-right-down:before {
  content: "";
}
.icofont-rounded-right-up:before {
  content: "";
}
.icofont-rounded-right:before {
  content: "";
}
.icofont-rounded-up:before {
  content: "";
}
.icofont-scroll-bubble-down:before {
  content: "";
}
.icofont-scroll-bubble-left:before {
  content: "";
}
.icofont-scroll-bubble-right:before {
  content: "";
}
.icofont-scroll-bubble-up:before {
  content: "";
}
.icofont-scroll-double-down:before {
  content: "";
}
.icofont-scroll-double-left:before {
  content: "";
}
.icofont-scroll-double-right:before {
  content: "";
}
.icofont-scroll-double-up:before {
  content: "";
}
.icofont-scroll-down:before {
  content: "";
}
.icofont-scroll-left:before {
  content: "";
}
.icofont-scroll-long-down:before {
  content: "";
}
.icofont-scroll-long-left:before {
  content: "";
}
.icofont-scroll-long-right:before {
  content: "";
}
.icofont-scroll-long-up:before {
  content: "";
}
.icofont-scroll-right:before {
  content: "";
}
.icofont-scroll-up:before {
  content: "";
}
.icofont-simple-down:before {
  content: "";
}
.icofont-simple-left-down:before {
  content: "";
}
.icofont-simple-left-up:before {
  content: "";
}
.icofont-simple-left:before {
  content: "";
}
.icofont-simple-right-down:before {
  content: "";
}
.icofont-simple-right-up:before {
  content: "";
}
.icofont-simple-right:before {
  content: "";
}
.icofont-simple-up:before {
  content: "";
}
.icofont-square-down:before {
  content: "";
}
.icofont-square-left:before {
  content: "";
}
.icofont-square-right:before {
  content: "";
}
.icofont-square-up:before {
  content: "";
}
.icofont-stylish-down:before {
  content: "";
}
.icofont-stylish-left:before {
  content: "";
}
.icofont-stylish-right:before {
  content: "";
}
.icofont-stylish-up:before {
  content: "";
}
.icofont-swoosh-down:before {
  content: "";
}
.icofont-swoosh-left:before {
  content: "";
}
.icofont-swoosh-right:before {
  content: "";
}
.icofont-swoosh-up:before {
  content: "";
}
.icofont-thin-double-left:before {
  content: "";
}
.icofont-thin-double-right:before {
  content: "";
}
.icofont-thin-down:before {
  content: "";
}
.icofont-thin-left:before {
  content: "";
}
.icofont-thin-right:before {
  content: "";
}
.icofont-thin-up:before {
  content: "";
}
.icofont-atom:before {
  content: "";
}
.icofont-award:before {
  content: "";
}
.icofont-bell-alt:before {
  content: "";
}
.icofont-book-alt:before {
  content: "";
}
.icofont-brainstorming:before {
  content: "";
}
.icofont-certificate-alt-1:before {
  content: "";
}
.icofont-certificate-alt-2:before {
  content: "";
}
.icofont-dna-alt-2:before {
  content: "";
}
.icofont-education:before {
  content: "";
}
.icofont-electron:before {
  content: "";
}
.icofont-fountain-pen:before {
  content: "";
}
.icofont-globe-alt:before {
  content: "";
}
.icofont-graduate-alt:before {
  content: "";
}
.icofont-group-students:before {
  content: "";
}
.icofont-hat-alt:before {
  content: "";
}
.icofont-hat:before {
  content: "";
}
.icofont-instrument:before {
  content: "";
}
.icofont-lamp-light:before {
  content: "";
}
.icofont-microscope-alt:before {
  content: "";
}
.icofont-paper:before {
  content: "";
}
.icofont-pen-alt-4:before {
  content: "";
}
.icofont-pen-nib:before {
  content: "";
}
.icofont-pencil-alt-5:before {
  content: "";
}
.icofont-quill-pen:before {
  content: "";
}
.icofont-read-book-alt:before {
  content: "";
}
.icofont-read-book:before {
  content: "";
}
.icofont-school-bag:before {
  content: "";
}
.icofont-school-bus:before {
  content: "";
}
.icofont-student-alt:before {
  content: "";
}
.icofont-student:before {
  content: "";
}
.icofont-teacher:before {
  content: "";
}
.icofont-test-bulb:before {
  content: "";
}
.icofont-test-tube-alt:before {
  content: "";
}
.icofont-university:before {
  content: "";
}
.icofont-emo-angry:before {
  content: "";
}
.icofont-emo-astonished:before {
  content: "";
}
.icofont-emo-confounded:before {
  content: "";
}
.icofont-emo-confused:before {
  content: "";
}
.icofont-emo-crying:before {
  content: "";
}
.icofont-emo-dizzy:before {
  content: "";
}
.icofont-emo-expressionless:before {
  content: "";
}
.icofont-emo-heart-eyes:before {
  content: "";
}
.icofont-emo-laughing:before {
  content: "";
}
.icofont-emo-nerd-smile:before {
  content: "";
}
.icofont-emo-open-mouth:before {
  content: "";
}
.icofont-emo-rage:before {
  content: "";
}
.icofont-emo-rolling-eyes:before {
  content: "";
}
.icofont-emo-sad:before {
  content: "";
}
.icofont-emo-simple-smile:before {
  content: "";
}
.icofont-emo-slightly-smile:before {
  content: "";
}
.icofont-emo-smirk:before {
  content: "";
}
.icofont-emo-stuck-out-tongue:before {
  content: "";
}
.icofont-emo-wink-smile:before {
  content: "";
}
.icofont-emo-worried:before {
  content: "";
}
.icofont-architecture-alt:before {
  content: "";
}
.icofont-architecture:before {
  content: "";
}
.icofont-barricade:before {
  content: "";
}
.icofont-bricks:before {
  content: "";
}
.icofont-calculations:before {
  content: "";
}
.icofont-cement-mix:before {
  content: "";
}
.icofont-cement-mixer:before {
  content: "";
}
.icofont-danger-zone:before {
  content: "";
}
.icofont-drill:before {
  content: "";
}
.icofont-eco-energy:before {
  content: "";
}
.icofont-eco-environmen:before {
  content: "";
}
.icofont-energy-air:before {
  content: "";
}
.icofont-energy-oil:before {
  content: "";
}
.icofont-energy-savings:before {
  content: "";
}
.icofont-energy-solar:before {
  content: "";
}
.icofont-energy-water:before {
  content: "";
}
.icofont-engineer:before {
  content: "";
}
.icofont-fire-extinguisher-alt:before {
  content: "";
}
.icofont-fix-tools:before {
  content: "";
}
.icofont-glue-oil:before {
  content: "";
}
.icofont-hammer-alt:before {
  content: "";
}
.icofont-help-robot:before {
  content: "";
}
.icofont-industries-alt-1:before {
  content: "";
}
.icofont-industries-alt-2:before {
  content: "";
}
.icofont-industries-alt-3:before {
  content: "";
}
.icofont-industries-alt-4:before {
  content: "";
}
.icofont-industries-alt-5:before {
  content: "";
}
.icofont-industries:before {
  content: "";
}
.icofont-labour:before {
  content: "";
}
.icofont-mining:before {
  content: "";
}
.icofont-paint-brush:before {
  content: "";
}
.icofont-pollution:before {
  content: "";
}
.icofont-power-zone:before {
  content: "";
}
.icofont-radio-active:before {
  content: "";
}
.icofont-recycle-alt:before {
  content: "";
}
.icofont-recycling-man:before {
  content: "";
}
.icofont-safety-hat-light:before {
  content: "";
}
.icofont-safety-hat:before {
  content: "";
}
.icofont-saw:before {
  content: "";
}
.icofont-screw-driver:before {
  content: "";
}
.icofont-settings-alt:before {
  content: "";
}
.icofont-tools-alt-1:before {
  content: "";
}
.icofont-tools-alt-2:before {
  content: "";
}
.icofont-tools-bag:before {
  content: "";
}
.icofont-trolley:before {
  content: "";
}
.icofont-trowel:before {
  content: "";
}
.icofont-under-construction-alt:before {
  content: "";
}
.icofont-under-construction:before {
  content: "";
}
.icofont-vehicle-cement:before {
  content: "";
}
.icofont-vehicle-crane:before {
  content: "";
}
.icofont-vehicle-delivery-van:before {
  content: "";
}
.icofont-vehicle-dozer:before {
  content: "";
}
.icofont-vehicle-excavator:before {
  content: "";
}
.icofont-vehicle-trucktor:before {
  content: "";
}
.icofont-vehicle-wrecking:before {
  content: "";
}
.icofont-worker-group:before {
  content: "";
}
.icofont-worker:before {
  content: "";
}
.icofont-wrench:before {
  content: "";
}
.icofont-file-audio:before {
  content: "";
}
.icofont-file-avi-mp4:before {
  content: "";
}
.icofont-file-bmp:before {
  content: "";
}
.icofont-file-code:before {
  content: "";
}
.icofont-file-css:before {
  content: "";
}
.icofont-file-document:before {
  content: "";
}
.icofont-file-eps:before {
  content: "";
}
.icofont-file-excel:before {
  content: "";
}
.icofont-file-exe:before {
  content: "";
}
.icofont-file-file:before {
  content: "";
}
.icofont-file-flv:before {
  content: "";
}
.icofont-file-gif:before {
  content: "";
}
.icofont-file-html5:before {
  content: "";
}
.icofont-file-image:before {
  content: "";
}
.icofont-file-iso:before {
  content: "";
}
.icofont-file-java:before {
  content: "";
}
.icofont-file-javascript:before {
  content: "";
}
.icofont-file-jpg:before {
  content: "";
}
.icofont-file-midi:before {
  content: "";
}
.icofont-file-mov:before {
  content: "";
}
.icofont-file-mp3:before {
  content: "";
}
.icofont-file-pdf:before {
  content: "";
}
.icofont-file-php:before {
  content: "";
}
.icofont-file-png:before {
  content: "";
}
.icofont-file-powerpoint:before {
  content: "";
}
.icofont-file-presentation:before {
  content: "";
}
.icofont-file-psb:before {
  content: "";
}
.icofont-file-psd:before {
  content: "";
}
.icofont-file-python:before {
  content: "";
}
.icofont-file-ruby:before {
  content: "";
}
.icofont-file-spreadsheet:before {
  content: "";
}
.icofont-file-sql:before {
  content: "";
}
.icofont-file-svg:before {
  content: "";
}
.icofont-file-text:before {
  content: "";
}
.icofont-file-tiff:before {
  content: "";
}
.icofont-file-video:before {
  content: "";
}
.icofont-file-wave:before {
  content: "";
}
.icofont-file-wmv:before {
  content: "";
}
.icofont-file-word:before {
  content: "";
}
.icofont-file-zip:before {
  content: "";
}
.icofont-apple:before {
  content: "";
}
.icofont-arabian-coffee:before {
  content: "";
}
.icofont-artichoke:before {
  content: "";
}
.icofont-asparagus:before {
  content: "";
}
.icofont-avocado:before {
  content: "";
}
.icofont-baby-food:before {
  content: "";
}
.icofont-banana:before {
  content: "";
}
.icofont-bbq:before {
  content: "";
}
.icofont-beans:before {
  content: "";
}
.icofont-beer:before {
  content: "";
}
.icofont-bell-pepper-capsicum:before {
  content: "";
}
.icofont-birthday-cake:before {
  content: "";
}
.icofont-bread:before {
  content: "";
}
.icofont-broccoli:before {
  content: "";
}
.icofont-burger:before {
  content: "";
}
.icofont-cabbage:before {
  content: "";
}
.icofont-carrot:before {
  content: "";
}
.icofont-cauli-flower:before {
  content: "";
}
.icofont-cheese:before {
  content: "";
}
.icofont-chef:before {
  content: "";
}
.icofont-cherry:before {
  content: "";
}
.icofont-chicken-fry:before {
  content: "";
}
.icofont-chicken:before {
  content: "";
}
.icofont-cocktail:before {
  content: "";
}
.icofont-coconut:before {
  content: "";
}
.icofont-coffee-alt:before {
  content: "";
}
.icofont-coffee-mug:before {
  content: "";
}
.icofont-coffee-pot:before {
  content: "";
}
.icofont-cola:before {
  content: "";
}
.icofont-corn:before {
  content: "";
}
.icofont-croissant:before {
  content: "";
}
.icofont-crop-plant:before {
  content: "";
}
.icofont-cucumber:before {
  content: "";
}
.icofont-cup-cake:before {
  content: "";
}
.icofont-dining-table:before {
  content: "";
}
.icofont-donut:before {
  content: "";
}
.icofont-egg-plant:before {
  content: "";
}
.icofont-egg-poached:before {
  content: "";
}
.icofont-farmer:before {
  content: "";
}
.icofont-farmer1:before {
  content: "";
}
.icofont-fast-food:before {
  content: "";
}
.icofont-fish:before {
  content: "";
}
.icofont-food-basket:before {
  content: "";
}
.icofont-food-cart:before {
  content: "";
}
.icofont-fork-and-knife:before {
  content: "";
}
.icofont-french-fries:before {
  content: "";
}
.icofont-fresh-juice:before {
  content: "";
}
.icofont-fruits:before {
  content: "";
}
.icofont-grapes:before {
  content: "";
}
.icofont-honey:before {
  content: "";
}
.icofont-hot-dog:before {
  content: "";
}
.icofont-hotel-alt:before {
  content: "";
}
.icofont-ice-cream-alt:before {
  content: "";
}
.icofont-ice-cream:before {
  content: "";
}
.icofont-ketchup:before {
  content: "";
}
.icofont-kiwi:before {
  content: "";
}
.icofont-layered-cake:before {
  content: "";
}
.icofont-lemon-alt:before {
  content: "";
}
.icofont-lobster:before {
  content: "";
}
.icofont-mango:before {
  content: "";
}
.icofont-milk:before {
  content: "";
}
.icofont-mushroom:before {
  content: "";
}
.icofont-noodles:before {
  content: "";
}
.icofont-onion:before {
  content: "";
}
.icofont-orange:before {
  content: "";
}
.icofont-pear:before {
  content: "";
}
.icofont-peas:before {
  content: "";
}
.icofont-pepper:before {
  content: "";
}
.icofont-pie-alt:before {
  content: "";
}
.icofont-pineapple:before {
  content: "";
}
.icofont-pizza-slice:before {
  content: "";
}
.icofont-pizza:before {
  content: "";
}
.icofont-plant:before {
  content: "";
}
.icofont-popcorn:before {
  content: "";
}
.icofont-potato:before {
  content: "";
}
.icofont-pumpkin:before {
  content: "";
}
.icofont-raddish:before {
  content: "";
}
.icofont-restaurant-menu:before {
  content: "";
}
.icofont-restaurant:before {
  content: "";
}
.icofont-salt-and-pepper:before {
  content: "";
}
.icofont-sandwich:before {
  content: "";
}
.icofont-sausage:before {
  content: "";
}
.icofont-shrimp:before {
  content: "";
}
.icofont-sof-drinks:before {
  content: "";
}
.icofont-soup-bowl:before {
  content: "";
}
.icofont-spoon-and-fork:before {
  content: "";
}
.icofont-steak:before {
  content: "";
}
.icofont-strawberry:before {
  content: "";
}
.icofont-sub-sandwich:before {
  content: "";
}
.icofont-sushi:before {
  content: "";
}
.icofont-taco:before {
  content: "";
}
.icofont-tea-pot:before {
  content: "";
}
.icofont-tea:before {
  content: "";
}
.icofont-tomato:before {
  content: "";
}
.icofont-waiter-alt:before {
  content: "";
}
.icofont-watermelon:before {
  content: "";
}
.icofont-wheat:before {
  content: "";
}
.icofont-abc:before {
  content: "";
}
.icofont-baby-cloth:before {
  content: "";
}
.icofont-baby-milk-bottle:before {
  content: "";
}
.icofont-baby-trolley:before {
  content: "";
}
.icofont-back-pack:before {
  content: "";
}
.icofont-candy:before {
  content: "";
}
.icofont-cycling:before {
  content: "";
}
.icofont-holding-hands:before {
  content: "";
}
.icofont-infant-nipple:before {
  content: "";
}
.icofont-kids-scooter:before {
  content: "";
}
.icofont-safety-pin:before {
  content: "";
}
.icofont-teddy-bear:before {
  content: "";
}
.icofont-toy-ball:before {
  content: "";
}
.icofont-toy-cat:before {
  content: "";
}
.icofont-toy-duck:before {
  content: "";
}
.icofont-toy-elephant:before {
  content: "";
}
.icofont-toy-hand:before {
  content: "";
}
.icofont-toy-horse:before {
  content: "";
}
.icofont-toy-lattu:before {
  content: "";
}
.icofont-toy-train:before {
  content: "";
}
.icofont-unique-idea:before {
  content: "";
}
.icofont-bag-alt:before {
  content: "";
}
.icofont-burglar:before {
  content: "";
}
.icofont-cannon-firing:before {
  content: "";
}
.icofont-cc-camera:before {
  content: "";
}
.icofont-cop-badge:before {
  content: "";
}
.icofont-cop:before {
  content: "";
}
.icofont-court-hammer:before {
  content: "";
}
.icofont-court:before {
  content: "";
}
.icofont-finger-print:before {
  content: "";
}
.icofont-handcuff-alt:before {
  content: "";
}
.icofont-handcuff:before {
  content: "";
}
.icofont-investigation:before {
  content: "";
}
.icofont-investigator:before {
  content: "";
}
.icofont-jail:before {
  content: "";
}
.icofont-judge:before {
  content: "";
}
.icofont-law-alt-1:before {
  content: "";
}
.icofont-law-alt-2:before {
  content: "";
}
.icofont-law-alt-3:before {
  content: "";
}
.icofont-law-book:before {
  content: "";
}
.icofont-law-document:before {
  content: "";
}
.icofont-law:before {
  content: "";
}
.icofont-lawyer-alt-1:before {
  content: "";
}
.icofont-lawyer-alt-2:before {
  content: "";
}
.icofont-lawyer:before {
  content: "";
}
.icofont-order:before {
  content: "";
}
.icofont-pistol:before {
  content: "";
}
.icofont-police-badge:before {
  content: "";
}
.icofont-police-cap:before {
  content: "";
}
.icofont-police-car-alt-1:before {
  content: "";
}
.icofont-police-car-alt-2:before {
  content: "";
}
.icofont-police-hat:before {
  content: "";
}
.icofont-police-van:before {
  content: "";
}
.icofont-police:before {
  content: "";
}
.icofont-protect:before {
  content: "";
}
.icofont-scales:before {
  content: "";
}
.icofont-thief-alt:before {
  content: "";
}
.icofont-thief:before {
  content: "";
}
.icofont-abacus-alt:before {
  content: "";
}
.icofont-abacus:before {
  content: "";
}
.icofont-angle:before {
  content: "";
}
.icofont-calculator-alt-1:before {
  content: "";
}
.icofont-calculator-alt-2:before {
  content: "";
}
.icofont-circle-ruler-alt:before {
  content: "";
}
.icofont-circle-ruler:before {
  content: "";
}
.icofont-compass-alt-1:before {
  content: "";
}
.icofont-compass-alt-2:before {
  content: "";
}
.icofont-compass-alt-3:before {
  content: "";
}
.icofont-compass-alt-4:before {
  content: "";
}
.icofont-degrees-alt-1:before {
  content: "";
}
.icofont-degrees-alt-2:before {
  content: "";
}
.icofont-degrees:before {
  content: "";
}
.icofont-golden-ratio:before {
  content: "";
}
.icofont-marker-alt-1:before {
  content: "";
}
.icofont-marker-alt-2:before {
  content: "";
}
.icofont-marker-alt-3:before {
  content: "";
}
.icofont-mathematical-alt-1:before {
  content: "";
}
.icofont-mathematical-alt-2:before {
  content: "";
}
.icofont-mathematical:before {
  content: "";
}
.icofont-pen-alt-1:before {
  content: "";
}
.icofont-pen-alt-2:before {
  content: "";
}
.icofont-pen-alt-3:before {
  content: "";
}
.icofont-pen-holder-alt-1:before {
  content: "";
}
.icofont-pen-holder:before {
  content: "";
}
.icofont-pencil-alt-1:before {
  content: "";
}
.icofont-pencil-alt-2:before {
  content: "";
}
.icofont-pencil-alt-3:before {
  content: "";
}
.icofont-pencil-alt-4:before {
  content: "";
}
.icofont-ruler-alt-1:before {
  content: "";
}
.icofont-ruler-alt-2:before {
  content: "";
}
.icofont-ruler-compass-alt:before {
  content: "";
}
.icofont-ruler-compass:before {
  content: "";
}
.icofont-ruler-pencil-alt-1:before {
  content: "";
}
.icofont-ruler-pencil-alt-2:before {
  content: "";
}
.icofont-ruler-pencil:before {
  content: "";
}
.icofont-ruler:before {
  content: "";
}
.icofont-rulers-alt:before {
  content: "";
}
.icofont-rulers:before {
  content: "";
}
.icofont-square-root:before {
  content: "";
}
.icofont-aids:before {
  content: "";
}
.icofont-ambulance:before {
  content: "";
}
.icofont-autism:before {
  content: "";
}
.icofont-bandage:before {
  content: "";
}
.icofont-bed-patient:before {
  content: "";
}
.icofont-blind:before {
  content: "";
}
.icofont-blood-drop:before {
  content: "";
}
.icofont-blood-test:before {
  content: "";
}
.icofont-blood:before {
  content: "";
}
.icofont-capsule:before {
  content: "";
}
.icofont-crutches:before {
  content: "";
}
.icofont-dna-alt-1:before {
  content: "";
}
.icofont-dna:before {
  content: "";
}
.icofont-doctor-alt:before {
  content: "";
}
.icofont-doctor:before {
  content: "";
}
.icofont-drug-pack:before {
  content: "";
}
.icofont-drug:before {
  content: "";
}
.icofont-eye-alt:before {
  content: "";
}
.icofont-first-aid-alt:before {
  content: "";
}
.icofont-garbage:before {
  content: "";
}
.icofont-heart-alt:before {
  content: "";
}
.icofont-heartbeat:before {
  content: "";
}
.icofont-herbal:before {
  content: "";
}
.icofont-hospital:before {
  content: "";
}
.icofont-icu:before {
  content: "";
}
.icofont-injection-syringe:before {
  content: "";
}
.icofont-laboratory:before {
  content: "";
}
.icofont-medical-sign-alt:before {
  content: "";
}
.icofont-medical-sign:before {
  content: "";
}
.icofont-nurse-alt:before {
  content: "";
}
.icofont-nurse:before {
  content: "";
}
.icofont-nursing-home:before {
  content: "";
}
.icofont-operation-theater:before {
  content: "";
}
.icofont-paralysis-disability:before {
  content: "";
}
.icofont-pills:before {
  content: "";
}
.icofont-prescription:before {
  content: "";
}
.icofont-pulse:before {
  content: "";
}
.icofont-stethoscope-alt:before {
  content: "";
}
.icofont-stethoscope:before {
  content: "";
}
.icofont-stretcher:before {
  content: "";
}
.icofont-surgeon-alt:before {
  content: "";
}
.icofont-surgeon:before {
  content: "";
}
.icofont-tablets:before {
  content: "";
}
.icofont-test-bottle:before {
  content: "";
}
.icofont-test-tube:before {
  content: "";
}
.icofont-thermometer-alt:before {
  content: "";
}
.icofont-tooth:before {
  content: "";
}
.icofont-xray:before {
  content: "";
}
.icofont-ui-add:before {
  content: "";
}
.icofont-ui-alarm:before {
  content: "";
}
.icofont-ui-battery:before {
  content: "";
}
.icofont-ui-block:before {
  content: "";
}
.icofont-ui-bluetooth:before {
  content: "";
}
.icofont-ui-brightness:before {
  content: "";
}
.icofont-ui-browser:before {
  content: "";
}
.icofont-ui-calculator:before {
  content: "";
}
.icofont-ui-calendar:before {
  content: "";
}
.icofont-ui-call:before {
  content: "";
}
.icofont-ui-camera:before {
  content: "";
}
.icofont-ui-cart:before {
  content: "";
}
.icofont-ui-cell-phone:before {
  content: "";
}
.icofont-ui-chat:before {
  content: "";
}
.icofont-ui-check:before {
  content: "";
}
.icofont-ui-clip-board:before {
  content: "";
}
.icofont-ui-clip:before {
  content: "";
}
.icofont-ui-clock:before {
  content: "";
}
.icofont-ui-close:before {
  content: "";
}
.icofont-ui-contact-list:before {
  content: "";
}
.icofont-ui-copy:before {
  content: "";
}
.icofont-ui-cut:before {
  content: "";
}
.icofont-ui-delete:before {
  content: "";
}
.icofont-ui-dial-phone:before {
  content: "";
}
.icofont-ui-edit:before {
  content: "";
}
.icofont-ui-email:before {
  content: "";
}
.icofont-ui-file:before {
  content: "";
}
.icofont-ui-fire-wall:before {
  content: "";
}
.icofont-ui-flash-light:before {
  content: "";
}
.icofont-ui-flight:before {
  content: "";
}
.icofont-ui-folder:before {
  content: "";
}
.icofont-ui-game:before {
  content: "";
}
.icofont-ui-handicapped:before {
  content: "";
}
.icofont-ui-head-phone:before {
  content: "";
}
.icofont-ui-home:before {
  content: "";
}
.icofont-ui-image:before {
  content: "";
}
.icofont-ui-keyboard:before {
  content: "";
}
.icofont-ui-laoding:before {
  content: "";
}
.icofont-ui-lock:before {
  content: "";
}
.icofont-ui-love-add:before {
  content: "";
}
.icofont-ui-love-broken:before {
  content: "";
}
.icofont-ui-love-remove:before {
  content: "";
}
.icofont-ui-love:before {
  content: "";
}
.icofont-ui-map:before {
  content: "";
}
.icofont-ui-message:before {
  content: "";
}
.icofont-ui-messaging:before {
  content: "";
}
.icofont-ui-movie:before {
  content: "";
}
.icofont-ui-music-player:before {
  content: "";
}
.icofont-ui-music:before {
  content: "";
}
.icofont-ui-mute:before {
  content: "";
}
.icofont-ui-network:before {
  content: "";
}
.icofont-ui-next:before {
  content: "";
}
.icofont-ui-note:before {
  content: "";
}
.icofont-ui-office:before {
  content: "";
}
.icofont-ui-password:before {
  content: "";
}
.icofont-ui-pause:before {
  content: "";
}
.icofont-ui-play-stop:before {
  content: "";
}
.icofont-ui-play:before {
  content: "";
}
.icofont-ui-pointer:before {
  content: "";
}
.icofont-ui-power:before {
  content: "";
}
.icofont-ui-press:before {
  content: "";
}
.icofont-ui-previous:before {
  content: "";
}
.icofont-ui-rate-add:before {
  content: "";
}
.icofont-ui-rate-blank:before {
  content: "";
}
.icofont-ui-rate-remove:before {
  content: "";
}
.icofont-ui-rating:before {
  content: "";
}
.icofont-ui-record:before {
  content: "";
}
.icofont-ui-remove:before {
  content: "";
}
.icofont-ui-reply:before {
  content: "";
}
.icofont-ui-rotation:before {
  content: "";
}
.icofont-ui-rss:before {
  content: "";
}
.icofont-ui-search:before {
  content: "";
}
.icofont-ui-settings:before {
  content: "";
}
.icofont-ui-social-link:before {
  content: "";
}
.icofont-ui-tag:before {
  content: "";
}
.icofont-ui-text-chat:before {
  content: "";
}
.icofont-ui-text-loading:before {
  content: "";
}
.icofont-ui-theme:before {
  content: "";
}
.icofont-ui-timer:before {
  content: "";
}
.icofont-ui-touch-phone:before {
  content: "";
}
.icofont-ui-travel:before {
  content: "";
}
.icofont-ui-unlock:before {
  content: "";
}
.icofont-ui-user-group:before {
  content: "";
}
.icofont-ui-user:before {
  content: "";
}
.icofont-ui-v-card:before {
  content: "";
}
.icofont-ui-video-chat:before {
  content: "";
}
.icofont-ui-video-message:before {
  content: "";
}
.icofont-ui-video-play:before {
  content: "";
}
.icofont-ui-video:before {
  content: "";
}
.icofont-ui-volume:before {
  content: "";
}
.icofont-ui-weather:before {
  content: "";
}
.icofont-ui-wifi:before {
  content: "";
}
.icofont-ui-zoom-in:before {
  content: "";
}
.icofont-ui-zoom-out:before {
  content: "";
}
.icofont-cassette-player:before {
  content: "";
}
.icofont-cassette:before {
  content: "";
}
.icofont-forward:before {
  content: "";
}
.icofont-game:before {
  content: "";
}
.icofont-guiter:before {
  content: "";
}
.icofont-headphone-alt-1:before {
  content: "";
}
.icofont-headphone-alt-2:before {
  content: "";
}
.icofont-headphone-alt-3:before {
  content: "";
}
.icofont-listening:before {
  content: "";
}
.icofont-megaphone-alt:before {
  content: "";
}
.icofont-megaphone:before {
  content: "";
}
.icofont-movie:before {
  content: "";
}
.icofont-mp3-player:before {
  content: "";
}
.icofont-multimedia:before {
  content: "";
}
.icofont-music-disk:before {
  content: "";
}
.icofont-music-note:before {
  content: "";
}
.icofont-pause:before {
  content: "";
}
.icofont-play-alt-1:before {
  content: "";
}
.icofont-play-alt-2:before {
  content: "";
}
.icofont-play-alt-3:before {
  content: "";
}
.icofont-play-pause:before {
  content: "";
}
.icofont-record:before {
  content: "";
}
.icofont-retro-music-disk:before {
  content: "";
}
.icofont-rewind:before {
  content: "";
}
.icofont-song-notes:before {
  content: "";
}
.icofont-sound-wave-alt:before {
  content: "";
}
.icofont-sound-wave:before {
  content: "";
}
.icofont-stop:before {
  content: "";
}
.icofont-video-alt:before {
  content: "";
}
.icofont-video-cam:before {
  content: "";
}
.icofont-volume-bar:before {
  content: "";
}
.icofont-volume-mute:before {
  content: "";
}
.icofont-youtube-play:before {
  content: "";
}
.icofont-amazon-alt:before {
  content: "";
}
.icofont-amazon:before {
  content: "";
}
.icofont-american-express-alt:before {
  content: "";
}
.icofont-american-express:before {
  content: "";
}
.icofont-apple-pay-alt:before {
  content: "";
}
.icofont-apple-pay:before {
  content: "";
}
.icofont-bank-transfer-alt:before {
  content: "";
}
.icofont-bank-transfer:before {
  content: "";
}
.icofont-braintree-alt:before {
  content: "";
}
.icofont-braintree:before {
  content: "";
}
.icofont-cash-on-delivery-alt:before {
  content: "";
}
.icofont-cash-on-delivery:before {
  content: "";
}
.icofont-checkout-alt:before {
  content: "";
}
.icofont-checkout:before {
  content: "";
}
.icofont-diners-club-alt-1:before {
  content: "";
}
.icofont-diners-club-alt-2:before {
  content: "";
}
.icofont-diners-club-alt-3:before {
  content: "";
}
.icofont-diners-club:before {
  content: "";
}
.icofont-discover-alt:before {
  content: "";
}
.icofont-discover:before {
  content: "";
}
.icofont-eway-alt:before {
  content: "";
}
.icofont-eway:before {
  content: "";
}
.icofont-google-wallet-alt-1:before {
  content: "";
}
.icofont-google-wallet-alt-2:before {
  content: "";
}
.icofont-google-wallet-alt-3:before {
  content: "";
}
.icofont-google-wallet:before {
  content: "";
}
.icofont-jcb-alt:before {
  content: "";
}
.icofont-jcb:before {
  content: "";
}
.icofont-maestro-alt:before {
  content: "";
}
.icofont-maestro:before {
  content: "";
}
.icofont-mastercard-alt:before {
  content: "";
}
.icofont-mastercard:before {
  content: "";
}
.icofont-payoneer-alt:before {
  content: "";
}
.icofont-payoneer:before {
  content: "";
}
.icofont-paypal-alt:before {
  content: "";
}
.icofont-paypal:before {
  content: "";
}
.icofont-sage-alt:before {
  content: "";
}
.icofont-sage:before {
  content: "";
}
.icofont-skrill-alt:before {
  content: "";
}
.icofont-skrill:before {
  content: "";
}
.icofont-stripe-alt:before {
  content: "";
}
.icofont-stripe:before {
  content: "";
}
.icofont-visa-alt:before {
  content: "";
}
.icofont-visa-electron:before {
  content: "";
}
.icofont-visa:before {
  content: "";
}
.icofont-western-union-alt:before {
  content: "";
}
.icofont-western-union:before {
  content: "";
}
.icofont-boy:before {
  content: "";
}
.icofont-business-man-alt-1:before {
  content: "";
}
.icofont-business-man-alt-2:before {
  content: "";
}
.icofont-business-man-alt-3:before {
  content: "";
}
.icofont-business-man:before {
  content: "";
}
.icofont-funky-man:before {
  content: "";
}
.icofont-girl-alt:before {
  content: "";
}
.icofont-girl:before {
  content: "";
}
.icofont-hotel-boy-alt:before {
  content: "";
}
.icofont-hotel-boy:before {
  content: "";
}
.icofont-man-in-glasses:before {
  content: "";
}
.icofont-user-alt-1:before {
  content: "";
}
.icofont-user-alt-2:before {
  content: "";
}
.icofont-user-alt-3:before {
  content: "";
}
.icofont-user-alt-4:before {
  content: "";
}
.icofont-user-alt-5:before {
  content: "";
}
.icofont-user-alt-6:before {
  content: "";
}
.icofont-user-alt-7:before {
  content: "";
}
.icofont-user-female:before {
  content: "";
}
.icofont-user-male:before {
  content: "";
}
.icofont-user-suited:before {
  content: "";
}
.icofont-user:before {
  content: "";
}
.icofont-users-alt-1:before {
  content: "";
}
.icofont-users-alt-2:before {
  content: "";
}
.icofont-users-alt-3:before {
  content: "";
}
.icofont-users-alt-4:before {
  content: "";
}
.icofont-users-alt-5:before {
  content: "";
}
.icofont-users-alt-6:before {
  content: "";
}
.icofont-users-social:before {
  content: "";
}
.icofont-users:before {
  content: "";
}
.icofont-waiter:before {
  content: "";
}
.icofont-woman-in-glasses:before {
  content: "";
}
.icofont-document-search:before {
  content: "";
}
.icofont-folder-search:before {
  content: "";
}
.icofont-home-search:before {
  content: "";
}
.icofont-job-search:before {
  content: "";
}
.icofont-map-search:before {
  content: "";
}
.icofont-restaurant-search:before {
  content: "";
}
.icofont-search-alt-1:before {
  content: "";
}
.icofont-search-alt-2:before {
  content: "";
}
.icofont-search:before {
  content: "";
}
.icofont-stock-search:before {
  content: "";
}
.icofont-user-search:before {
  content: "";
}
.icofont-social-aim:before {
  content: "";
}
.icofont-social-badoo:before {
  content: "";
}
.icofont-social-bebo:before {
  content: "";
}
.icofont-social-behance:before {
  content: "";
}
.icofont-social-blogger:before {
  content: "";
}
.icofont-social-bootstrap:before {
  content: "";
}
.icofont-social-brightkite:before {
  content: "";
}
.icofont-social-cloudapp:before {
  content: "";
}
.icofont-social-concrete5:before {
  content: "";
}
.icofont-social-designbump:before {
  content: "";
}
.icofont-social-designfloat:before {
  content: "";
}
.icofont-social-deviantart:before {
  content: "";
}
.icofont-social-digg:before {
  content: "";
}
.icofont-social-dotcms:before {
  content: "";
}
.icofont-social-dribble:before {
  content: "";
}
.icofont-social-dropbox:before {
  content: "";
}
.icofont-brand-drupal:before {
  content: "";
}
.icofont-social-ebuddy:before {
  content: "";
}
.icofont-social-ello:before {
  content: "";
}
.icofont-social-ember:before {
  content: "";
}
.icofont-social-envato:before {
  content: "";
}
.icofont-social-evernote:before {
  content: "";
}
.icofont-social-facebook:before {
  content: "";
}
.icofont-social-feedburner:before {
  content: "";
}
.icofont-social-folkd:before {
  content: "";
}
.icofont-social-friendfeed:before {
  content: "";
}
.icofont-social-ghost:before {
  content: "";
}
.icofont-social-github:before {
  content: "";
}
.icofont-social-gnome:before {
  content: "";
}
.icofont-social-google-buzz:before {
  content: "";
}
.icofont-social-google-map:before {
  content: "";
}
.icofont-social-google-plus:before {
  content: "";
}
.icofont-social-google-talk:before {
  content: "";
}
.icofont-social-hype-machine:before {
  content: "";
}
.icofont-social-instagram:before {
  content: "";
}
.icofont-brand-joomla:before {
  content: "";
}
.icofont-social-kickstarter:before {
  content: "";
}
.icofont-social-line:before {
  content: "";
}
.icofont-social-linux-mint:before {
  content: "";
}
.icofont-social-livejournal:before {
  content: "";
}
.icofont-social-magento:before {
  content: "";
}
.icofont-social-meetup:before {
  content: "";
}
.icofont-social-mixx:before {
  content: "";
}
.icofont-social-newsvine:before {
  content: "";
}
.icofont-social-nimbuss:before {
  content: "";
}
.icofont-social-opencart:before {
  content: "";
}
.icofont-social-oscommerce:before {
  content: "";
}
.icofont-social-pandora:before {
  content: "";
}
.icofont-social-picasa:before {
  content: "";
}
.icofont-social-pinterest:before {
  content: "";
}
.icofont-social-prestashop:before {
  content: "";
}
.icofont-social-qik:before {
  content: "";
}
.icofont-social-readernaut:before {
  content: "";
}
.icofont-social-reddit:before {
  content: "";
}
.icofont-social-rss:before {
  content: "";
}
.icofont-social-shopify:before {
  content: "";
}
.icofont-social-silverstripe:before {
  content: "";
}
.icofont-social-skype:before {
  content: "";
}
.icofont-social-slashdot:before {
  content: "";
}
.icofont-social-smugmug:before {
  content: "";
}
.icofont-social-steam:before {
  content: "";
}
.icofont-social-stumbleupon:before {
  content: "";
}
.icofont-social-technorati:before {
  content: "";
}
.icofont-social-telegram:before {
  content: "";
}
.icofont-social-tinder:before {
  content: "";
}
.icofont-social-tumblr:before {
  content: "";
}
.icofont-social-twitter:before {
  content: "";
}
.icofont-social-typo3:before {
  content: "";
}
.icofont-social-ubercart:before {
  content: "";
}
.icofont-social-viber:before {
  content: "";
}
.icofont-social-viddler:before {
  content: "";
}
.icofont-social-vimeo:before {
  content: "";
}
.icofont-social-vine:before {
  content: "";
}
.icofont-social-virb:before {
  content: "";
}
.icofont-social-virtuemart:before {
  content: "";
}
.icofont-social-wechat:before {
  content: "";
}
.icofont-brand-wordpress:before {
  content: "";
}
.icofont-social-xing:before {
  content: "";
}
.icofont-social-yahoo:before {
  content: "";
}
.icofont-social-yelp:before {
  content: "";
}
.icofont-social-zencart:before {
  content: "";
}
.icofont-badminton-birdie:before {
  content: "";
}
.icofont-baseball:before {
  content: "";
}
.icofont-baseballer:before {
  content: "";
}
.icofont-basketball-hoop:before {
  content: "";
}
.icofont-basketball:before {
  content: "";
}
.icofont-billiard-ball:before {
  content: "";
}
.icofont-boot-alt-1:before {
  content: "";
}
.icofont-boot-alt-2:before {
  content: "";
}
.icofont-bowling-alt:before {
  content: "";
}
.icofont-bowling:before {
  content: "";
}
.icofont-canoe:before {
  content: "";
}
.icofont-cheer-leader:before {
  content: "";
}
.icofont-climbing:before {
  content: "";
}
.icofont-corner:before {
  content: "";
}
.icofont-cyclist:before {
  content: "";
}
.icofont-dumbbell-alt:before {
  content: "";
}
.icofont-dumbbell:before {
  content: "";
}
.icofont-field-alt:before {
  content: "";
}
.icofont-field:before {
  content: "";
}
.icofont-football-alt:before {
  content: "";
}
.icofont-foul:before {
  content: "";
}
.icofont-goal-keeper:before {
  content: "";
}
.icofont-goal:before {
  content: "";
}
.icofont-golf-alt:before {
  content: "";
}
.icofont-golf-bag:before {
  content: "";
}
.icofont-golf-field:before {
  content: "";
}
.icofont-golf:before {
  content: "";
}
.icofont-golfer:before {
  content: "";
}
.icofont-gym-alt-1:before {
  content: "";
}
.icofont-gym-alt-2:before {
  content: "";
}
.icofont-gym-alt-3:before {
  content: "";
}
.icofont-gym:before {
  content: "";
}
.icofont-hand-grippers:before {
  content: "";
}
.icofont-heart-beat-alt:before {
  content: "";
}
.icofont-helmet:before {
  content: "";
}
.icofont-hockey-alt:before {
  content: "";
}
.icofont-hockey:before {
  content: "";
}
.icofont-ice-skate:before {
  content: "";
}
.icofont-jersey-alt:before {
  content: "";
}
.icofont-jersey:before {
  content: "";
}
.icofont-jumping:before {
  content: "";
}
.icofont-kick:before {
  content: "";
}
.icofont-leg:before {
  content: "";
}
.icofont-match-review:before {
  content: "";
}
.icofont-medal-alt:before {
  content: "";
}
.icofont-muscle-alt:before {
  content: "";
}
.icofont-muscle:before {
  content: "";
}
.icofont-offside:before {
  content: "";
}
.icofont-olympic-logo:before {
  content: "";
}
.icofont-olympic:before {
  content: "";
}
.icofont-padding:before {
  content: "";
}
.icofont-penalty-card:before {
  content: "";
}
.icofont-racer:before {
  content: "";
}
.icofont-racing-car:before {
  content: "";
}
.icofont-racing-flag-alt:before {
  content: "";
}
.icofont-racing-flag:before {
  content: "";
}
.icofont-racings-wheel:before {
  content: "";
}
.icofont-referee:before {
  content: "";
}
.icofont-refree-jersey:before {
  content: "";
}
.icofont-result:before {
  content: "";
}
.icofont-rugby-ball:before {
  content: "";
}
.icofont-rugby-player:before {
  content: "";
}
.icofont-rugby:before {
  content: "";
}
.icofont-runner-alt-1:before {
  content: "";
}
.icofont-runner-alt-2:before {
  content: "";
}
.icofont-runner:before {
  content: "";
}
.icofont-score-board:before {
  content: "";
}
.icofont-skiing-man:before {
  content: "";
}
.icofont-skydiving-goggles:before {
  content: "";
}
.icofont-snow-mobile:before {
  content: "";
}
.icofont-steering:before {
  content: "";
}
.icofont-substitute:before {
  content: "";
}
.icofont-swimmer:before {
  content: "";
}
.icofont-table-tennis:before {
  content: "";
}
.icofont-team-alt:before {
  content: "";
}
.icofont-team:before {
  content: "";
}
.icofont-tennis-player:before {
  content: "";
}
.icofont-tennis:before {
  content: "";
}
.icofont-time:before {
  content: "";
}
.icofont-track:before {
  content: "";
}
.icofont-tracking:before {
  content: "";
}
.icofont-trophy-alt:before {
  content: "";
}
.icofont-trophy:before {
  content: "";
}
.icofont-volleyball-alt:before {
  content: "";
}
.icofont-volleyball-fire:before {
  content: "";
}
.icofont-volleyball:before {
  content: "";
}
.icofont-water-bottle:before {
  content: "";
}
.icofont-whisle:before {
  content: "";
}
.icofont-win-trophy:before {
  content: "";
}
.icofont-align-center:before {
  content: "";
}
.icofont-align-left:before {
  content: "";
}
.icofont-align-right:before {
  content: "";
}
.icofont-all-caps:before {
  content: "";
}
.icofont-bold:before {
  content: "";
}
.icofont-brush:before {
  content: "";
}
.icofont-clip-board:before {
  content: "";
}
.icofont-code-alt:before {
  content: "";
}
.icofont-color-bucket:before {
  content: "";
}
.icofont-color-picker:before {
  content: "";
}
.icofont-copy-alt:before {
  content: "";
}
.icofont-copy-black:before {
  content: "";
}
.icofont-cut:before {
  content: "";
}
.icofont-delete-alt:before {
  content: "";
}
.icofont-edit-alt:before {
  content: "";
}
.icofont-eraser-alt:before {
  content: "";
}
.icofont-file-alt:before {
  content: "";
}
.icofont-font:before {
  content: "";
}
.icofont-header:before {
  content: "";
}
.icofont-indent:before {
  content: "";
}
.icofont-italic-alt:before {
  content: "";
}
.icofont-justify-all:before {
  content: "";
}
.icofont-justify-center:before {
  content: "";
}
.icofont-justify-left:before {
  content: "";
}
.icofont-justify-right:before {
  content: "";
}
.icofont-line-height:before {
  content: "";
}
.icofont-link-alt:before {
  content: "";
}
.icofont-listine-dots:before {
  content: "";
}
.icofont-listing-box:before {
  content: "";
}
.icofont-listing-number:before {
  content: "";
}
.icofont-marker:before {
  content: "";
}
.icofont-outdent:before {
  content: "";
}
.icofont-paper-clip:before {
  content: "";
}
.icofont-paragraph:before {
  content: "";
}
.icofont-pin:before {
  content: "";
}
.icofont-printer:before {
  content: "";
}
.icofont-redo:before {
  content: "";
}
.icofont-rotation:before {
  content: "";
}
.icofont-save:before {
  content: "";
}
.icofont-small-cap:before {
  content: "";
}
.icofont-strike-through:before {
  content: "";
}
.icofont-sub-listing:before {
  content: "";
}
.icofont-subscript:before {
  content: "";
}
.icofont-superscript:before {
  content: "";
}
.icofont-table:before {
  content: "";
}
.icofont-text-height:before {
  content: "";
}
.icofont-text-width:before {
  content: "";
}
.icofont-trash:before {
  content: "";
}
.icofont-underline:before {
  content: "";
}
.icofont-undo:before {
  content: "";
}
.icofont-unlink:before {
  content: "";
}
.icofont-air-balloon:before {
  content: "";
}
.icofont-airplane-alt:before {
  content: "";
}
.icofont-airplane:before {
  content: "";
}
.icofont-ambulance-crescent:before {
  content: "";
}
.icofont-ambulance-cross:before {
  content: "";
}
.icofont-articulated-truck:before {
  content: "";
}
.icofont-auto-rickshaw:before {
  content: "";
}
.icofont-bicycle-alt-1:before {
  content: "";
}
.icofont-bicycle-alt-2:before {
  content: "";
}
.icofont-bull-dozer:before {
  content: "";
}
.icofont-bus-alt-1:before {
  content: "";
}
.icofont-bus-alt-2:before {
  content: "";
}
.icofont-bus-alt-3:before {
  content: "";
}
.icofont-cable-car:before {
  content: "";
}
.icofont-car-alt-1:before {
  content: "";
}
.icofont-car-alt-2:before {
  content: "";
}
.icofont-car-alt-3:before {
  content: "";
}
.icofont-car-alt-4:before {
  content: "";
}
.icofont-concrete-mixer:before {
  content: "";
}
.icofont-delivery-time:before {
  content: "";
}
.icofont-excavator:before {
  content: "";
}
.icofont-fast-delivery:before {
  content: "";
}
.icofont-fire-truck-alt:before {
  content: "";
}
.icofont-fire-truck:before {
  content: "";
}
.icofont-fork-lift:before {
  content: "";
}
.icofont-free-delivery:before {
  content: "";
}
.icofont-golf-cart:before {
  content: "";
}
.icofont-helicopter:before {
  content: "";
}
.icofont-motor-bike-alt:before {
  content: "";
}
.icofont-motor-bike:before {
  content: "";
}
.icofont-motor-biker:before {
  content: "";
}
.icofont-oil-truck:before {
  content: "";
}
.icofont-police-car:before {
  content: "";
}
.icofont-rickshaw:before {
  content: "";
}
.icofont-rocket-alt-1:before {
  content: "";
}
.icofont-rocket-alt-2:before {
  content: "";
}
.icofont-sail-boat:before {
  content: "";
}
.icofont-scooter:before {
  content: "";
}
.icofont-sea-plane:before {
  content: "";
}
.icofont-ship-alt:before {
  content: "";
}
.icofont-speed-boat:before {
  content: "";
}
.icofont-taxi:before {
  content: "";
}
.icofont-tow-truck:before {
  content: "";
}
.icofont-tractor:before {
  content: "";
}
.icofont-traffic-light:before {
  content: "";
}
.icofont-train-line:before {
  content: "";
}
.icofont-train-steam:before {
  content: "";
}
.icofont-tram:before {
  content: "";
}
.icofont-truck-alt:before {
  content: "";
}
.icofont-truck-loaded:before {
  content: "";
}
.icofont-truck:before {
  content: "";
}
.icofont-van-alt:before {
  content: "";
}
.icofont-van:before {
  content: "";
}
.icofont-yacht:before {
  content: "";
}
.icofont-5-star-hotel:before {
  content: "";
}
.icofont-anchor-alt:before {
  content: "";
}
.icofont-beach-bed:before {
  content: "";
}
.icofont-camping-vest:before {
  content: "";
}
.icofont-coconut-alt:before {
  content: "";
}
.icofont-direction-sign:before {
  content: "";
}
.icofont-hill-side:before {
  content: "";
}
.icofont-island-alt:before {
  content: "";
}
.icofont-long-drive:before {
  content: "";
}
.icofont-map-pins:before {
  content: "";
}
.icofont-plane-ticket:before {
  content: "";
}
.icofont-sail-boat-alt-1:before {
  content: "";
}
.icofont-sail-boat-alt-2:before {
  content: "";
}
.icofont-sandals-female:before {
  content: "";
}
.icofont-sandals-male:before {
  content: "";
}
.icofont-travelling:before {
  content: "";
}
.icofont-breakdown:before {
  content: "";
}
.icofont-celsius:before {
  content: "";
}
.icofont-clouds:before {
  content: "";
}
.icofont-cloudy:before {
  content: "";
}
.icofont-compass-alt:before {
  content: "";
}
.icofont-dust:before {
  content: "";
}
.icofont-eclipse:before {
  content: "";
}
.icofont-fahrenheit:before {
  content: "";
}
.icofont-forest-fire:before {
  content: "";
}
.icofont-full-night:before {
  content: "";
}
.icofont-full-sunny:before {
  content: "";
}
.icofont-hail-night:before {
  content: "";
}
.icofont-hail-rainy-night:before {
  content: "";
}
.icofont-hail-rainy-sunny:before {
  content: "";
}
.icofont-hail-rainy:before {
  content: "";
}
.icofont-hail-sunny:before {
  content: "";
}
.icofont-hail-thunder-night:before {
  content: "";
}
.icofont-hail-thunder-sunny:before {
  content: "";
}
.icofont-hail-thunder:before {
  content: "";
}
.icofont-hail:before {
  content: "";
}
.icofont-hill-night:before {
  content: "";
}
.icofont-hill-sunny:before {
  content: "";
}
.icofont-hill:before {
  content: "";
}
.icofont-hurricane:before {
  content: "";
}
.icofont-island:before {
  content: "";
}
.icofont-meteor:before {
  content: "";
}
.icofont-night:before {
  content: "";
}
.icofont-rainy-night:before {
  content: "";
}
.icofont-rainy-sunny:before {
  content: "";
}
.icofont-rainy-thunder:before {
  content: "";
}
.icofont-rainy:before {
  content: "";
}
.icofont-showy-night-hail:before {
  content: "";
}
.icofont-snow-temp:before {
  content: "";
}
.icofont-snow:before {
  content: "";
}
.icofont-snowy-hail:before {
  content: "";
}
.icofont-snowy-night-rainy:before {
  content: "";
}
.icofont-snowy-night:before {
  content: "";
}
.icofont-snowy-rainy:before {
  content: "";
}
.icofont-snowy-sunny-hail:before {
  content: "";
}
.icofont-snowy-sunny-rainy:before {
  content: "";
}
.icofont-snowy-sunny:before {
  content: "";
}
.icofont-snowy-thunder-night:before {
  content: "";
}
.icofont-snowy-thunder-sunny:before {
  content: "";
}
.icofont-snowy-thunder:before {
  content: "";
}
.icofont-snowy-windy-night:before {
  content: "";
}
.icofont-snowy-windy-sunny:before {
  content: "";
}
.icofont-snowy-windy:before {
  content: "";
}
.icofont-snowy:before {
  content: "";
}
.icofont-sun-alt:before {
  content: "";
}
.icofont-sun-rise:before {
  content: "";
}
.icofont-sun-set:before {
  content: "";
}
.icofont-sunny-day-temp:before {
  content: "";
}
.icofont-sunny:before {
  content: "";
}
.icofont-thermometer:before {
  content: "";
}
.icofont-thinder-light:before {
  content: "";
}
.icofont-tornado:before {
  content: "";
}
.icofont-umbrella-alt:before {
  content: "";
}
.icofont-volcano:before {
  content: "";
}
.icofont-wave:before {
  content: "";
}
.icofont-wind-scale-0:before {
  content: "";
}
.icofont-wind-scale-1:before {
  content: "";
}
.icofont-wind-scale-2:before {
  content: "";
}
.icofont-wind-scale-3:before {
  content: "";
}
.icofont-wind-scale-4:before {
  content: "";
}
.icofont-wind-scale-5:before {
  content: "";
}
.icofont-wind-scale-6:before {
  content: "";
}
.icofont-wind-scale-7:before {
  content: "";
}
.icofont-wind-scale-8:before {
  content: "";
}
.icofont-wind-scale-9:before {
  content: "";
}
.icofont-wind-scale-10:before {
  content: "";
}
.icofont-wind-scale-11:before {
  content: "";
}
.icofont-wind-scale-12:before {
  content: "";
}
.icofont-wind-waves:before {
  content: "";
}
.icofont-wind:before {
  content: "";
}
.icofont-windy-hail:before {
  content: "";
}
.icofont-windy-night:before {
  content: "";
}
.icofont-windy-raining:before {
  content: "";
}
.icofont-windy-sunny:before {
  content: "";
}
.icofont-windy-thunder-raining:before {
  content: "";
}
.icofont-windy-thunder:before {
  content: "";
}
.icofont-windy:before {
  content: "";
}
.icofont-addons:before {
  content: "";
}
.icofont-address-book:before {
  content: "";
}
.icofont-adjust:before {
  content: "";
}
.icofont-alarm:before {
  content: "";
}
.icofont-anchor:before {
  content: "";
}
.icofont-archive:before {
  content: "";
}
.icofont-at:before {
  content: "";
}
.icofont-attachment:before {
  content: "";
}
.icofont-audio:before {
  content: "";
}
.icofont-auto-mobile:before {
  content: "";
}
.icofont-automation:before {
  content: "";
}
.icofont-baby:before {
  content: "";
}
.icofont-badge:before {
  content: "";
}
.icofont-bag:before {
  content: "";
}
.icofont-ban:before {
  content: "";
}
.icofont-bank:before {
  content: "";
}
.icofont-bar-code:before {
  content: "";
}
.icofont-bars:before {
  content: "";
}
.icofont-battery-empty:before {
  content: "";
}
.icofont-battery-full:before {
  content: "";
}
.icofont-battery-half:before {
  content: "";
}
.icofont-battery-low:before {
  content: "";
}
.icofont-beach:before {
  content: "";
}
.icofont-beaker:before {
  content: "";
}
.icofont-bear:before {
  content: "";
}
.icofont-beard:before {
  content: "";
}
.icofont-bed:before {
  content: "";
}
.icofont-bell:before {
  content: "";
}
.icofont-beverage:before {
  content: "";
}
.icofont-bicycle:before {
  content: "";
}
.icofont-bill:before {
  content: "";
}
.icofont-bin:before {
  content: "";
}
.icofont-binary:before {
  content: "";
}
.icofont-binoculars:before {
  content: "";
}
.icofont-bird:before {
  content: "";
}
.icofont-birds:before {
  content: "";
}
.icofont-black-board:before {
  content: "";
}
.icofont-bluetooth:before {
  content: "";
}
.icofont-bolt:before {
  content: "";
}
.icofont-bomb:before {
  content: "";
}
.icofont-book-mark:before {
  content: "";
}
.icofont-book:before {
  content: "";
}
.icofont-boot:before {
  content: "";
}
.icofont-box:before {
  content: "";
}
.icofont-brain:before {
  content: "";
}
.icofont-briefcase:before {
  content: "";
}
.icofont-broken:before {
  content: "";
}
.icofont-bucket:before {
  content: "";
}
.icofont-bucket1:before {
  content: "";
}
.icofont-bucket2:before {
  content: "";
}
.icofont-bug:before {
  content: "";
}
.icofont-building:before {
  content: "";
}
.icofont-bullet:before {
  content: "";
}
.icofont-bullhorn:before {
  content: "";
}
.icofont-bullseye:before {
  content: "";
}
.icofont-bus:before {
  content: "";
}
.icofont-butterfly:before {
  content: "";
}
.icofont-cab:before {
  content: "";
}
.icofont-calculator:before {
  content: "";
}
.icofont-calendar:before {
  content: "";
}
.icofont-camera-alt:before {
  content: "";
}
.icofont-camera:before {
  content: "";
}
.icofont-car:before {
  content: "";
}
.icofont-card:before {
  content: "";
}
.icofont-cart:before {
  content: "";
}
.icofont-cc:before {
  content: "";
}
.icofont-certificate:before {
  content: "";
}
.icofont-charging:before {
  content: "";
}
.icofont-chat:before {
  content: "";
}
.icofont-check-alt:before {
  content: "";
}
.icofont-check-circled:before {
  content: "";
}
.icofont-check:before {
  content: "";
}
.icofont-checked:before {
  content: "";
}
.icofont-children-care:before {
  content: "";
}
.icofont-clock-time:before {
  content: "";
}
.icofont-close-circled:before {
  content: "";
}
.icofont-close-line-circled:before {
  content: "";
}
.icofont-close-line-squared-alt:before {
  content: "";
}
.icofont-close-line-squared:before {
  content: "";
}
.icofont-close-line:before {
  content: "";
}
.icofont-close-squared-alt:before {
  content: "";
}
.icofont-close-squared:before {
  content: "";
}
.icofont-close:before {
  content: "";
}
.icofont-cloud-download:before {
  content: "";
}
.icofont-cloud-refresh:before {
  content: "";
}
.icofont-cloud-upload:before {
  content: "";
}
.icofont-cloud:before {
  content: "";
}
.icofont-code-not-allowed:before {
  content: "";
}
.icofont-code:before {
  content: "";
}
.icofont-coffee-cup:before {
  content: "";
}
.icofont-comment:before {
  content: "";
}
.icofont-compass:before {
  content: "";
}
.icofont-computer:before {
  content: "";
}
.icofont-connection:before {
  content: "";
}
.icofont-console:before {
  content: "";
}
.icofont-contacts:before {
  content: "";
}
.icofont-contrast:before {
  content: "";
}
.icofont-copy:before {
  content: "";
}
.icofont-copyright:before {
  content: "";
}
.icofont-credit-card:before {
  content: "";
}
.icofont-crop:before {
  content: "";
}
.icofont-crown:before {
  content: "";
}
.icofont-cube:before {
  content: "";
}
.icofont-cubes:before {
  content: "";
}
.icofont-culinary:before {
  content: "";
}
.icofont-dashboard-web:before {
  content: "";
}
.icofont-dashboard:before {
  content: "";
}
.icofont-data:before {
  content: "";
}
.icofont-database-add:before {
  content: "";
}
.icofont-database-locked:before {
  content: "";
}
.icofont-database-remove:before {
  content: "";
}
.icofont-database:before {
  content: "";
}
.icofont-delete:before {
  content: "";
}
.icofont-diamond:before {
  content: "";
}
.icofont-dice:before {
  content: "";
}
.icofont-disabled:before {
  content: "";
}
.icofont-disc:before {
  content: "";
}
.icofont-diskette:before {
  content: "";
}
.icofont-document-folder:before {
  content: "";
}
.icofont-download-alt:before {
  content: "";
}
.icofont-download:before {
  content: "";
}
.icofont-downloaded:before {
  content: "";
}
.icofont-earth:before {
  content: "";
}
.icofont-ebook:before {
  content: "";
}
.icofont-edit:before {
  content: "";
}
.icofont-eject:before {
  content: "";
}
.icofont-email:before {
  content: "";
}
.icofont-envelope-open:before {
  content: "";
}
.icofont-envelope:before {
  content: "";
}
.icofont-eraser:before {
  content: "";
}
.icofont-error:before {
  content: "";
}
.icofont-exchange:before {
  content: "";
}
.icofont-exclamation-circle:before {
  content: "";
}
.icofont-exclamation-square:before {
  content: "";
}
.icofont-exclamation-tringle:before {
  content: "";
}
.icofont-exclamation:before {
  content: "";
}
.icofont-exit:before {
  content: "";
}
.icofont-expand:before {
  content: "";
}
.icofont-external-link:before {
  content: "";
}
.icofont-external:before {
  content: "";
}
.icofont-eye-blocked:before {
  content: "";
}
.icofont-eye-dropper:before {
  content: "";
}
.icofont-eye:before {
  content: "";
}
.icofont-favourite:before {
  content: "";
}
.icofont-fax:before {
  content: "";
}
.icofont-female:before {
  content: "";
}
.icofont-file:before {
  content: "";
}
.icofont-film:before {
  content: "";
}
.icofont-filter:before {
  content: "";
}
.icofont-fire-burn:before {
  content: "";
}
.icofont-fire-extinguisher:before {
  content: "";
}
.icofont-fire:before {
  content: "";
}
.icofont-first-aid:before {
  content: "";
}
.icofont-flag-alt-1:before {
  content: "";
}
.icofont-flag-alt-2:before {
  content: "";
}
.icofont-flag:before {
  content: "";
}
.icofont-flash-light:before {
  content: "";
}
.icofont-flash:before {
  content: "";
}
.icofont-flask:before {
  content: "";
}
.icofont-focus:before {
  content: "";
}
.icofont-folder-open:before {
  content: "";
}
.icofont-folder:before {
  content: "";
}
.icofont-foot-print:before {
  content: "";
}
.icofont-football-american:before {
  content: "";
}
.icofont-football:before {
  content: "";
}
.icofont-game-console:before {
  content: "";
}
.icofont-game-pad:before {
  content: "";
}
.icofont-gavel:before {
  content: "";
}
.icofont-gear:before {
  content: "";
}
.icofont-gears:before {
  content: "";
}
.icofont-gift:before {
  content: "";
}
.icofont-glass:before {
  content: "";
}
.icofont-globe:before {
  content: "";
}
.icofont-graduate:before {
  content: "";
}
.icofont-graffiti:before {
  content: "";
}
.icofont-grocery:before {
  content: "";
}
.icofont-group:before {
  content: "";
}
.icofont-hammer:before {
  content: "";
}
.icofont-hand:before {
  content: "";
}
.icofont-hanger:before {
  content: "";
}
.icofont-hard-disk:before {
  content: "";
}
.icofont-headphone:before {
  content: "";
}
.icofont-heart-beat:before {
  content: "";
}
.icofont-heart:before {
  content: "";
}
.icofont-history:before {
  content: "";
}
.icofont-home:before {
  content: "";
}
.icofont-horn:before {
  content: "";
}
.icofont-hotel:before {
  content: "";
}
.icofont-hour-glass:before {
  content: "";
}
.icofont-id:before {
  content: "";
}
.icofont-image:before {
  content: "";
}
.icofont-inbox:before {
  content: "";
}
.icofont-infinite:before {
  content: "";
}
.icofont-info-circle:before {
  content: "";
}
.icofont-info-square:before {
  content: "";
}
.icofont-info:before {
  content: "";
}
.icofont-institution:before {
  content: "";
}
.icofont-interface:before {
  content: "";
}
.icofont-invisible:before {
  content: "";
}
.icofont-italic:before {
  content: "";
}
.icofont-jacket:before {
  content: "";
}
.icofont-jar:before {
  content: "";
}
.icofont-jewlery:before {
  content: "";
}
.icofont-karate:before {
  content: "";
}
.icofont-key-hole:before {
  content: "";
}
.icofont-key:before {
  content: "";
}
.icofont-keyboard:before {
  content: "";
}
.icofont-kid:before {
  content: "";
}
.icofont-label:before {
  content: "";
}
.icofont-lamp:before {
  content: "";
}
.icofont-laptop:before {
  content: "";
}
.icofont-layers:before {
  content: "";
}
.icofont-layout:before {
  content: "";
}
.icofont-leaf:before {
  content: "";
}
.icofont-leaflet:before {
  content: "";
}
.icofont-learn:before {
  content: "";
}
.icofont-legal:before {
  content: "";
}
.icofont-lego:before {
  content: "";
}
.icofont-lemon:before {
  content: "";
}
.icofont-lens:before {
  content: "";
}
.icofont-letter:before {
  content: "";
}
.icofont-letterbox:before {
  content: "";
}
.icofont-library:before {
  content: "";
}
.icofont-license:before {
  content: "";
}
.icofont-life-bouy:before {
  content: "";
}
.icofont-life-buoy:before {
  content: "";
}
.icofont-life-jacket:before {
  content: "";
}
.icofont-life-ring:before {
  content: "";
}
.icofont-light-bulb:before {
  content: "";
}
.icofont-lighter:before {
  content: "";
}
.icofont-lightning-ray:before {
  content: "";
}
.icofont-like:before {
  content: "";
}
.icofont-link:before {
  content: "";
}
.icofont-live-support:before {
  content: "";
}
.icofont-location-arrow:before {
  content: "";
}
.icofont-location-pin:before {
  content: "";
}
.icofont-lock:before {
  content: "";
}
.icofont-login:before {
  content: "";
}
.icofont-logout:before {
  content: "";
}
.icofont-lollipop:before {
  content: "";
}
.icofont-look:before {
  content: "";
}
.icofont-loop:before {
  content: "";
}
.icofont-luggage:before {
  content: "";
}
.icofont-lunch:before {
  content: "";
}
.icofont-lungs:before {
  content: "";
}
.icofont-magic-alt:before {
  content: "";
}
.icofont-magic:before {
  content: "";
}
.icofont-magnet:before {
  content: "";
}
.icofont-mail-box:before {
  content: "";
}
.icofont-mail:before {
  content: "";
}
.icofont-male:before {
  content: "";
}
.icofont-map:before {
  content: "";
}
.icofont-math:before {
  content: "";
}
.icofont-maximize:before {
  content: "";
}
.icofont-measure:before {
  content: "";
}
.icofont-medal:before {
  content: "";
}
.icofont-medical:before {
  content: "";
}
.icofont-medicine:before {
  content: "";
}
.icofont-mega-phone:before {
  content: "";
}
.icofont-memorial:before {
  content: "";
}
.icofont-memory-card:before {
  content: "";
}
.icofont-mic-mute:before {
  content: "";
}
.icofont-mic:before {
  content: "";
}
.icofont-micro-chip:before {
  content: "";
}
.icofont-microphone:before {
  content: "";
}
.icofont-microscope:before {
  content: "";
}
.icofont-military:before {
  content: "";
}
.icofont-mill:before {
  content: "";
}
.icofont-minus-circle:before {
  content: "";
}
.icofont-minus-square:before {
  content: "";
}
.icofont-minus:before {
  content: "";
}
.icofont-mobile-phone:before {
  content: "";
}
.icofont-molecule:before {
  content: "";
}
.icofont-money:before {
  content: "";
}
.icofont-moon:before {
  content: "";
}
.icofont-mop:before {
  content: "";
}
.icofont-muffin:before {
  content: "";
}
.icofont-music-alt:before {
  content: "";
}
.icofont-music-notes:before {
  content: "";
}
.icofont-music:before {
  content: "";
}
.icofont-mustache:before {
  content: "";
}
.icofont-mute-volume:before {
  content: "";
}
.icofont-navigation-menu:before {
  content: "";
}
.icofont-navigation:before {
  content: "";
}
.icofont-network-tower:before {
  content: "";
}
.icofont-network:before {
  content: "";
}
.icofont-news:before {
  content: "";
}
.icofont-newspaper:before {
  content: "";
}
.icofont-no-smoking:before {
  content: "";
}
.icofont-not-allowed:before {
  content: "";
}
.icofont-notebook:before {
  content: "";
}
.icofont-notepad:before {
  content: "";
}
.icofont-notification:before {
  content: "";
}
.icofont-numbered:before {
  content: "";
}
.icofont-opposite:before {
  content: "";
}
.icofont-optic:before {
  content: "";
}
.icofont-options:before {
  content: "";
}
.icofont-package:before {
  content: "";
}
.icofont-page:before {
  content: "";
}
.icofont-paint:before {
  content: "";
}
.icofont-paper-plane:before {
  content: "";
}
.icofont-paperclip:before {
  content: "";
}
.icofont-papers:before {
  content: "";
}
.icofont-paw:before {
  content: "";
}
.icofont-pay:before {
  content: "";
}
.icofont-pen:before {
  content: "";
}
.icofont-pencil:before {
  content: "";
}
.icofont-penguin-linux:before {
  content: "";
}
.icofont-pestle:before {
  content: "";
}
.icofont-phone-circle:before {
  content: "";
}
.icofont-phone:before {
  content: "";
}
.icofont-picture:before {
  content: "";
}
.icofont-pie:before {
  content: "";
}
.icofont-pine:before {
  content: "";
}
.icofont-pixels:before {
  content: "";
}
.icofont-play:before {
  content: "";
}
.icofont-plugin:before {
  content: "";
}
.icofont-plus-circle:before {
  content: "";
}
.icofont-plus-square:before {
  content: "";
}
.icofont-plus:before {
  content: "";
}
.icofont-polygonal:before {
  content: "";
}
.icofont-power:before {
  content: "";
}
.icofont-presentation:before {
  content: "";
}
.icofont-price:before {
  content: "";
}
.icofont-print:before {
  content: "";
}
.icofont-puzzle:before {
  content: "";
}
.icofont-qr-code:before {
  content: "";
}
.icofont-queen:before {
  content: "";
}
.icofont-question-circle:before {
  content: "";
}
.icofont-question-square:before {
  content: "";
}
.icofont-question:before {
  content: "";
}
.icofont-quote-left:before {
  content: "";
}
.icofont-quote-right:before {
  content: "";
}
.icofont-radio:before {
  content: "";
}
.icofont-random:before {
  content: "";
}
.icofont-recycle:before {
  content: "";
}
.icofont-refresh:before {
  content: "";
}
.icofont-repair:before {
  content: "";
}
.icofont-reply-all:before {
  content: "";
}
.icofont-reply:before {
  content: "";
}
.icofont-resize:before {
  content: "";
}
.icofont-responsive:before {
  content: "";
}
.icofont-retweet:before {
  content: "";
}
.icofont-road:before {
  content: "";
}
.icofont-robot:before {
  content: "";
}
.icofont-rocket:before {
  content: "";
}
.icofont-royal:before {
  content: "";
}
.icofont-rss-feed:before {
  content: "";
}
.icofont-safety:before {
  content: "";
}
.icofont-sale-discount:before {
  content: "";
}
.icofont-satellite:before {
  content: "";
}
.icofont-send-mail:before {
  content: "";
}
.icofont-server:before {
  content: "";
}
.icofont-settings:before {
  content: "";
}
.icofont-share-alt:before {
  content: "";
}
.icofont-share-boxed:before {
  content: "";
}
.icofont-share:before {
  content: "";
}
.icofont-shield:before {
  content: "";
}
.icofont-ship:before {
  content: "";
}
.icofont-shopping-cart:before {
  content: "";
}
.icofont-sign-in:before {
  content: "";
}
.icofont-sign-out:before {
  content: "";
}
.icofont-signal:before {
  content: "";
}
.icofont-site-map:before {
  content: "";
}
.icofont-smart-phone:before {
  content: "";
}
.icofont-soccer:before {
  content: "";
}
.icofont-sort-alt:before {
  content: "";
}
.icofont-sort:before {
  content: "";
}
.icofont-space:before {
  content: "";
}
.icofont-spanner:before {
  content: "";
}
.icofont-speech-comments:before {
  content: "";
}
.icofont-speed-meter:before {
  content: "";
}
.icofont-spinner-alt-1:before {
  content: "";
}
.icofont-spinner-alt-2:before {
  content: "";
}
.icofont-spinner-alt-3:before {
  content: "";
}
.icofont-spinner-alt-4:before {
  content: "";
}
.icofont-spinner-alt-5:before {
  content: "";
}
.icofont-spinner-alt-6:before {
  content: "";
}
.icofont-spinner:before {
  content: "";
}
.icofont-spreadsheet:before {
  content: "";
}
.icofont-square:before {
  content: "";
}
.icofont-ssl-security:before {
  content: "";
}
.icofont-star-alt-1:before {
  content: "";
}
.icofont-star-alt-2:before {
  content: "";
}
.icofont-star:before {
  content: "";
}
.icofont-street-view:before {
  content: "";
}
.icofont-sun:before {
  content: "";
}
.icofont-support-faq:before {
  content: "";
}
.icofont-tack-pin:before {
  content: "";
}
.icofont-tag:before {
  content: "";
}
.icofont-tags:before {
  content: "";
}
.icofont-tasks:before {
  content: "";
}
.icofont-telephone:before {
  content: "";
}
.icofont-telescope:before {
  content: "";
}
.icofont-terminal:before {
  content: "";
}
.icofont-thumbs-down:before {
  content: "";
}
.icofont-thumbs-up:before {
  content: "";
}
.icofont-tick-boxed:before {
  content: "";
}
.icofont-tick-mark:before {
  content: "";
}
.icofont-ticket:before {
  content: "";
}
.icofont-tie:before {
  content: "";
}
.icofont-toggle-off:before {
  content: "";
}
.icofont-toggle-on:before {
  content: "";
}
.icofont-tools:before {
  content: "";
}
.icofont-transparent:before {
  content: "";
}
.icofont-tree:before {
  content: "";
}
.icofont-umbrella:before {
  content: "";
}
.icofont-unlock:before {
  content: "";
}
.icofont-unlocked:before {
  content: "";
}
.icofont-upload-alt:before {
  content: "";
}
.icofont-upload:before {
  content: "";
}
.icofont-usb-drive:before {
  content: "";
}
.icofont-usb:before {
  content: "";
}
.icofont-vector-path:before {
  content: "";
}
.icofont-verification-check:before {
  content: "";
}
.icofont-video-clapper:before {
  content: "";
}
.icofont-video:before {
  content: "";
}
.icofont-volume-down:before {
  content: "";
}
.icofont-volume-off:before {
  content: "";
}
.icofont-volume-up:before {
  content: "";
}
.icofont-wall-clock:before {
  content: "";
}
.icofont-wall:before {
  content: "";
}
.icofont-wallet:before {
  content: "";
}
.icofont-warning-alt:before {
  content: "";
}
.icofont-warning:before {
  content: "";
}
.icofont-water-drop:before {
  content: "";
}
.icofont-web:before {
  content: "";
}
.icofont-wheelchair:before {
  content: "";
}
.icofont-wifi-alt:before {
  content: "";
}
.icofont-wifi:before {
  content: "";
}
.icofont-world:before {
  content: "";
}
.icofont-zigzag:before {
  content: "";
}
.icofont-zipped:before {
  content: "";
}
.icofont-social-500px:before {
  content: "";
}
.icofont-social-baidu-tieba:before {
  content: "";
}
.icofont-social-bbm-messenger:before {
  content: "";
}
.icofont-social-delicious:before {
  content: "";
}
.icofont-social-dribbble:before {
  content: "";
}
.icofont-social-facebook-messenger:before {
  content: "";
}
.icofont-social-flikr:before {
  content: "";
}
.icofont-social-foursquare:before {
  content: "";
}
.icofont-social-google-hangouts:before {
  content: "";
}
.icofont-social-kakaotalk:before {
  content: "";
}
.icofont-social-kik:before {
  content: "";
}
.icofont-social-kiwibox:before {
  content: "";
}
.icofont-social-linkedin:before {
  content: "";
}
.icofont-social-meetme:before {
  content: "";
}
.icofont-social-odnoklassniki:before {
  content: "";
}
.icofont-social-photobucket:before {
  content: "";
}
.icofont-social-qq:before {
  content: "";
}
.icofont-social-renren:before {
  content: "";
}
.icofont-social-slack:before {
  content: "";
}
.icofont-social-slidshare:before {
  content: "";
}
.icofont-social-snapchat:before {
  content: "";
}
.icofont-social-soundcloud:before {
  content: "";
}
.icofont-social-spotify:before {
  content: "";
}
.icofont-social-stack-exchange:before {
  content: "";
}
.icofont-social-stack-overflow:before {
  content: "";
}
.icofont-social-tagged:before {
  content: "";
}
.icofont-social-trello:before {
  content: "";
}
.icofont-social-twitch:before {
  content: "";
}
.icofont-social-vk:before {
  content: "";
}
.icofont-social-weibo:before {
  content: "";
}
.icofont-social-whatsapp:before {
  content: "";
}
.icofont-social-youku:before {
  content: "";
}
.icofont-social-youtube-play:before {
  content: "";
}
.icofont-social-youtube:before {
  content: "";
}
.icofont-brand-xiaomi:before {
  content: "";
}
/*Font size*/
.icofont-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icofont-2x {
  font-size: 2em;
}
.icofont-3x {
  font-size: 3em;
}
.icofont-4x {
  font-size: 4em;
}
.icofont-5x {
  font-size: 5em;
}
.icofont-fw {
  display: inline-block;
  width: 1.28571429em;
  text-align: center;
  width: 1.28571429em;
  text-align: center;
}
/*Fixed Width Icons*/
/*Custom list icons*/
.icofont-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icofont-ul > li {
  position: relative;
}
.icofont-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
/*Animation*/
.icofont-rotate {
  display: inline-block;
  -webkit-animation: icofont-rotate 2s infinite linear;
  animation: icofont-rotate 2s infinite linear;
}
@-webkit-keyframes icofont-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes icofont-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "themify";
  src: url('themify.9bad94440d49256265a5.eot?-fvbane');
  src: url('themify.9bad94440d49256265a5.eot?#iefix-fvbane') format("embedded-opentype"), url('themify.29b39089170885ae2967.woff?-fvbane') format("woff"), url('themify.eda8b94308c6f538f04a.ttf?-fvbane') format("truetype"), url('themify.c4292f34297f1004471a.svg?-fvbane#themify') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: 0.3em;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em;
}
/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em;
}
[class^=icon-].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em;
}
.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit;
}
[class^=icon-].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: white;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^=icon-],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}
.icon-wand:before {
  content: "";
}
.icon-volume:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-unlock:before {
  content: "";
}
.icon-unlink:before {
  content: "";
}
.icon-trash:before {
  content: "";
}
.icon-thought:before {
  content: "";
}
.icon-target:before {
  content: "";
}
.icon-tag:before {
  content: "";
}
.icon-tablet:before {
  content: "";
}
.icon-star:before {
  content: "";
}
.icon-spray:before {
  content: "";
}
.icon-signal:before {
  content: "";
}
.icon-shopping-cart:before {
  content: "";
}
.icon-shopping-cart-full:before {
  content: "";
}
.icon-settings:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-zoom-in:before {
  content: "";
}
.icon-zoom-out:before {
  content: "";
}
.icon-cut:before {
  content: "";
}
.icon-ruler:before {
  content: "";
}
.icon-ruler-pencil:before {
  content: "";
}
.icon-ruler-alt:before {
  content: "";
}
.icon-bookmark:before {
  content: "";
}
.icon-bookmark-alt:before {
  content: "";
}
.icon-reload:before {
  content: "";
}
.icon-plus:before {
  content: "";
}
.icon-pin:before {
  content: "";
}
.icon-pencil:before {
  content: "";
}
.icon-pencil-alt:before {
  content: "";
}
.icon-paint-roller:before {
  content: "";
}
.icon-paint-bucket:before {
  content: "";
}
.icon-na:before {
  content: "";
}
.icon-mobile:before {
  content: "";
}
.icon-minus:before {
  content: "";
}
.icon-medall:before {
  content: "";
}
.icon-medall-alt:before {
  content: "";
}
.icon-marker:before {
  content: "";
}
.icon-marker-alt:before {
  content: "";
}
.icon-arrow-up:before {
  content: "";
}
.icon-arrow-right:before {
  content: "";
}
.icon-arrow-left:before {
  content: "";
}
.icon-arrow-down:before {
  content: "";
}
.icon-lock:before {
  content: "";
}
.icon-location-arrow:before {
  content: "";
}
.icon-link:before {
  content: "";
}
.icon-layout:before {
  content: "";
}
.icon-layers:before {
  content: "";
}
.icon-layers-alt:before {
  content: "";
}
.icon-key:before {
  content: "";
}
.icon-import:before {
  content: "";
}
.icon-image:before {
  content: "";
}
.icon-heart:before {
  content: "";
}
.icon-heart-broken:before {
  content: "";
}
.icon-hand-stop:before {
  content: "";
}
.icon-hand-open:before {
  content: "";
}
.icon-hand-drag:before {
  content: "";
}
.icon-folder:before {
  content: "";
}
.icon-flag:before {
  content: "";
}
.icon-flag-alt:before {
  content: "";
}
.icon-flag-alt-2:before {
  content: "";
}
.icon-eye:before {
  content: "";
}
.icon-export:before {
  content: "";
}
.icon-exchange-vertical:before {
  content: "";
}
.icon-desktop:before {
  content: "";
}
.icon-cup:before {
  content: "";
}
.icon-crown:before {
  content: "";
}
.icon-comments:before {
  content: "";
}
.icon-comment:before {
  content: "";
}
.icon-comment-alt:before {
  content: "";
}
.icon-close:before {
  content: "";
}
.icon-clip:before {
  content: "";
}
.icon-angle-up:before {
  content: "";
}
.icon-angle-right:before {
  content: "";
}
.icon-angle-left:before {
  content: "";
}
.icon-angle-down:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-check-box:before {
  content: "";
}
.icon-camera:before {
  content: "";
}
.icon-announcement:before {
  content: "";
}
.icon-brush:before {
  content: "";
}
.icon-briefcase:before {
  content: "";
}
.icon-bolt:before {
  content: "";
}
.icon-bolt-alt:before {
  content: "";
}
.icon-blackboard:before {
  content: "";
}
.icon-bag:before {
  content: "";
}
.icon-move:before {
  content: "";
}
.icon-arrows-vertical:before {
  content: "";
}
.icon-arrows-horizontal:before {
  content: "";
}
.icon-fullscreen:before {
  content: "";
}
.icon-arrow-top-right:before {
  content: "";
}
.icon-arrow-top-left:before {
  content: "";
}
.icon-arrow-circle-up:before {
  content: "";
}
.icon-arrow-circle-right:before {
  content: "";
}
.icon-arrow-circle-left:before {
  content: "";
}
.icon-arrow-circle-down:before {
  content: "";
}
.icon-angle-double-up:before {
  content: "";
}
.icon-angle-double-right:before {
  content: "";
}
.icon-angle-double-left:before {
  content: "";
}
.icon-angle-double-down:before {
  content: "";
}
.icon-zip:before {
  content: "";
}
.icon-world:before {
  content: "";
}
.icon-wheelchair:before {
  content: "";
}
.icon-view-list:before {
  content: "";
}
.icon-view-list-alt:before {
  content: "";
}
.icon-view-grid:before {
  content: "";
}
.icon-uppercase:before {
  content: "";
}
.icon-upload:before {
  content: "";
}
.icon-underline:before {
  content: "";
}
.icon-truck:before {
  content: "";
}
.icon-timer:before {
  content: "";
}
.icon-ticket:before {
  content: "";
}
.icon-thumb-up:before {
  content: "";
}
.icon-thumb-down:before {
  content: "";
}
.icon-text:before {
  content: "";
}
.icon-stats-up:before {
  content: "";
}
.icon-stats-down:before {
  content: "";
}
.icon-split-v:before {
  content: "";
}
.icon-split-h:before {
  content: "";
}
.icon-smallcap:before {
  content: "";
}
.icon-shine:before {
  content: "";
}
.icon-shift-right:before {
  content: "";
}
.icon-shift-left:before {
  content: "";
}
.icon-shield:before {
  content: "";
}
.icon-notepad:before {
  content: "";
}
.icon-server:before {
  content: "";
}
.icon-quote-right:before {
  content: "";
}
.icon-quote-left:before {
  content: "";
}
.icon-pulse:before {
  content: "";
}
.icon-printer:before {
  content: "";
}
.icon-power-off:before {
  content: "";
}
.icon-plug:before {
  content: "";
}
.icon-pie-chart:before {
  content: "";
}
.icon-paragraph:before {
  content: "";
}
.icon-panel:before {
  content: "";
}
.icon-package:before {
  content: "";
}
.icon-music:before {
  content: "";
}
.icon-music-alt:before {
  content: "";
}
.icon-mouse:before {
  content: "";
}
.icon-mouse-alt:before {
  content: "";
}
.icon-money:before {
  content: "";
}
.icon-microphone:before {
  content: "";
}
.icon-menu:before {
  content: "";
}
.icon-menu-alt:before {
  content: "";
}
.icon-map:before {
  content: "";
}
.icon-map-alt:before {
  content: "";
}
.icon-loop:before {
  content: "";
}
.icon-location-pin:before {
  content: "";
}
.icon-list:before {
  content: "";
}
.icon-light-bulb:before {
  content: "";
}
.icon-Italic:before {
  content: "";
}
.icon-info:before {
  content: "";
}
.icon-infinite:before {
  content: "";
}
.icon-id-badge:before {
  content: "";
}
.icon-hummer:before {
  content: "";
}
.icon-home:before {
  content: "";
}
.icon-help:before {
  content: "";
}
.icon-headphone:before {
  content: "";
}
.icon-harddrives:before {
  content: "";
}
.icon-harddrive:before {
  content: "";
}
.icon-gift:before {
  content: "";
}
.icon-game:before {
  content: "";
}
.icon-filter:before {
  content: "";
}
.icon-files:before {
  content: "";
}
.icon-file:before {
  content: "";
}
.icon-eraser:before {
  content: "";
}
.icon-envelope:before {
  content: "";
}
.icon-download:before {
  content: "";
}
.icon-direction:before {
  content: "";
}
.icon-direction-alt:before {
  content: "";
}
.icon-dashboard:before {
  content: "";
}
.icon-control-stop:before {
  content: "";
}
.icon-control-shuffle:before {
  content: "";
}
.icon-control-play:before {
  content: "";
}
.icon-control-pause:before {
  content: "";
}
.icon-control-forward:before {
  content: "";
}
.icon-control-backward:before {
  content: "";
}
.icon-cloud:before {
  content: "";
}
.icon-cloud-up:before {
  content: "";
}
.icon-cloud-down:before {
  content: "";
}
.icon-clipboard:before {
  content: "";
}
.icon-car:before {
  content: "";
}
.icon-calendar:before {
  content: "";
}
.icon-book:before {
  content: "";
}
.icon-bell:before {
  content: "";
}
.icon-basketball:before {
  content: "";
}
.icon-bar-chart:before {
  content: "";
}
.icon-bar-chart-alt:before {
  content: "";
}
.icon-back-right:before {
  content: "";
}
.icon-back-left:before {
  content: "";
}
.icon-arrows-corner:before {
  content: "";
}
.icon-archive:before {
  content: "";
}
.icon-anchor:before {
  content: "";
}
.icon-align-right:before {
  content: "";
}
.icon-align-left:before {
  content: "";
}
.icon-align-justify:before {
  content: "";
}
.icon-align-center:before {
  content: "";
}
.icon-alert:before {
  content: "";
}
.icon-alarm-clock:before {
  content: "";
}
.icon-agenda:before {
  content: "";
}
.icon-write:before {
  content: "";
}
.icon-window:before {
  content: "";
}
.icon-widgetized:before {
  content: "";
}
.icon-widget:before {
  content: "";
}
.icon-widget-alt:before {
  content: "";
}
.icon-wallet:before {
  content: "";
}
.icon-video-clapper:before {
  content: "";
}
.icon-video-camera:before {
  content: "";
}
.icon-vector:before {
  content: "";
}
.icon-themify-logo:before {
  content: "";
}
.icon-themify-favicon:before {
  content: "";
}
.icon-themify-favicon-alt:before {
  content: "";
}
.icon-support:before {
  content: "";
}
.icon-stamp:before {
  content: "";
}
.icon-split-v-alt:before {
  content: "";
}
.icon-slice:before {
  content: "";
}
.icon-shortcode:before {
  content: "";
}
.icon-shift-right-alt:before {
  content: "";
}
.icon-shift-left-alt:before {
  content: "";
}
.icon-ruler-alt-2:before {
  content: "";
}
.icon-receipt:before {
  content: "";
}
.icon-pin2:before {
  content: "";
}
.icon-pin-alt:before {
  content: "";
}
.icon-pencil-alt2:before {
  content: "";
}
.icon-palette:before {
  content: "";
}
.icon-more:before {
  content: "";
}
.icon-more-alt:before {
  content: "";
}
.icon-microphone-alt:before {
  content: "";
}
.icon-magnet:before {
  content: "";
}
.icon-line-double:before {
  content: "";
}
.icon-line-dotted:before {
  content: "";
}
.icon-line-dashed:before {
  content: "";
}
.icon-layout-width-full:before {
  content: "";
}
.icon-layout-width-default:before {
  content: "";
}
.icon-layout-width-default-alt:before {
  content: "";
}
.icon-layout-tab:before {
  content: "";
}
.icon-layout-tab-window:before {
  content: "";
}
.icon-layout-tab-v:before {
  content: "";
}
.icon-layout-tab-min:before {
  content: "";
}
.icon-layout-slider:before {
  content: "";
}
.icon-layout-slider-alt:before {
  content: "";
}
.icon-layout-sidebar-right:before {
  content: "";
}
.icon-layout-sidebar-none:before {
  content: "";
}
.icon-layout-sidebar-left:before {
  content: "";
}
.icon-layout-placeholder:before {
  content: "";
}
.icon-layout-menu:before {
  content: "";
}
.icon-layout-menu-v:before {
  content: "";
}
.icon-layout-menu-separated:before {
  content: "";
}
.icon-layout-menu-full:before {
  content: "";
}
.icon-layout-media-right-alt:before {
  content: "";
}
.icon-layout-media-right:before {
  content: "";
}
.icon-layout-media-overlay:before {
  content: "";
}
.icon-layout-media-overlay-alt:before {
  content: "";
}
.icon-layout-media-overlay-alt-2:before {
  content: "";
}
.icon-layout-media-left-alt:before {
  content: "";
}
.icon-layout-media-left:before {
  content: "";
}
.icon-layout-media-center-alt:before {
  content: "";
}
.icon-layout-media-center:before {
  content: "";
}
.icon-layout-list-thumb:before {
  content: "";
}
.icon-layout-list-thumb-alt:before {
  content: "";
}
.icon-layout-list-post:before {
  content: "";
}
.icon-layout-list-large-image:before {
  content: "";
}
.icon-layout-line-solid:before {
  content: "";
}
.icon-layout-grid4:before {
  content: "";
}
.icon-layout-grid3:before {
  content: "";
}
.icon-layout-grid2:before {
  content: "";
}
.icon-layout-grid2-thumb:before {
  content: "";
}
.icon-layout-cta-right:before {
  content: "";
}
.icon-layout-cta-left:before {
  content: "";
}
.icon-layout-cta-center:before {
  content: "";
}
.icon-layout-cta-btn-right:before {
  content: "";
}
.icon-layout-cta-btn-left:before {
  content: "";
}
.icon-layout-column4:before {
  content: "";
}
.icon-layout-column3:before {
  content: "";
}
.icon-layout-column2:before {
  content: "";
}
.icon-layout-accordion-separated:before {
  content: "";
}
.icon-layout-accordion-merged:before {
  content: "";
}
.icon-layout-accordion-list:before {
  content: "";
}
.icon-ink-pen:before {
  content: "";
}
.icon-info-alt:before {
  content: "";
}
.icon-help-alt:before {
  content: "";
}
.icon-headphone-alt:before {
  content: "";
}
.icon-hand-point-up:before {
  content: "";
}
.icon-hand-point-right:before {
  content: "";
}
.icon-hand-point-left:before {
  content: "";
}
.icon-hand-point-down:before {
  content: "";
}
.icon-gallery:before {
  content: "";
}
.icon-face-smile:before {
  content: "";
}
.icon-face-sad:before {
  content: "";
}
.icon-credit-card:before {
  content: "";
}
.icon-control-skip-forward:before {
  content: "";
}
.icon-control-skip-backward:before {
  content: "";
}
.icon-control-record:before {
  content: "";
}
.icon-control-eject:before {
  content: "";
}
.icon-comments-smiley:before {
  content: "";
}
.icon-brush-alt:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-vimeo:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-time:before {
  content: "";
}
.icon-tumblr:before {
  content: "";
}
.icon-skype:before {
  content: "";
}
.icon-share:before {
  content: "";
}
.icon-share-alt:before {
  content: "";
}
.icon-rocket:before {
  content: "";
}
.icon-pinterest:before {
  content: "";
}
.icon-new-window:before {
  content: "";
}
.icon-microsoft:before {
  content: "";
}
.icon-list-ol:before {
  content: "";
}
.icon-linkedin:before {
  content: "";
}
.icon-layout-sidebar-2:before {
  content: "";
}
.icon-layout-grid4-alt:before {
  content: "";
}
.icon-layout-grid3-alt:before {
  content: "";
}
.icon-layout-grid2-alt:before {
  content: "";
}
.icon-layout-column4-alt:before {
  content: "";
}
.icon-layout-column3-alt:before {
  content: "";
}
.icon-layout-column2-alt:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-google:before {
  content: "";
}
.icon-github:before {
  content: "";
}
.icon-flickr:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-dropbox:before {
  content: "";
}
.icon-dribbble:before {
  content: "";
}
.icon-apple:before {
  content: "";
}
.icon-android:before {
  content: "";
}
.icon-save:before {
  content: "";
}
.icon-save-alt:before {
  content: "";
}
.icon-yahoo:before {
  content: "";
}
.icon-wordpress:before {
  content: "";
}
.icon-vimeo-alt:before {
  content: "";
}
.icon-twitter-alt:before {
  content: "";
}
.icon-tumblr-alt:before {
  content: "";
}
.icon-trello:before {
  content: "";
}
.icon-stack-overflow:before {
  content: "";
}
.icon-soundcloud:before {
  content: "";
}
.icon-sharethis:before {
  content: "";
}
.icon-sharethis-alt:before {
  content: "";
}
.icon-reddit:before {
  content: "";
}
.icon-pinterest-alt:before {
  content: "";
}
.icon-microsoft-alt:before {
  content: "";
}
.icon-linux:before {
  content: "";
}
.icon-jsfiddle:before {
  content: "";
}
.icon-joomla:before {
  content: "";
}
.icon-html5:before {
  content: "";
}
.icon-flickr-alt:before {
  content: "";
}
.icon-email:before {
  content: "";
}
.icon-drupal:before {
  content: "";
}
.icon-dropbox-alt:before {
  content: "";
}
.icon-css3:before {
  content: "";
}
.icon-rss:before {
  content: "";
}
.icon-rss-alt:before {
  content: "";
}
/* ---------------------
	*** Base ***
-----------------------*/
/**=====================
     Reset css start
==========================**/
.font-roboto {
  font-family: Open Sans, sans-serif;
}
/*====== Padding css starts ======*/
.p-0 {
  padding: 0px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.p-35 {
  padding: 35px;
}
.p-40 {
  padding: 40px;
}
.p-45 {
  padding: 45px;
}
.p-50 {
  padding: 50px;
}
/*====== Padding css ends ======*/
/*====== Padding-left css starts ======*/
.p-l-0 {
  padding-left: 0px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-l-50 {
  padding-left: 50px;
}
/*====== Padding-left css ends ======*/
/*====== Padding-top css starts ======*/
.p-t-0 {
  padding-top: 0px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
/*====== Padding-top css ends ======*/
/*====== Padding-bottom css starts ======*/
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
/*====== Padding-bottom css ends ======*/
/*====== Padding-right css starts ======*/
.p-r-0 {
  padding-right: 0px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-r-35 {
  padding-right: 35px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-r-45 {
  padding-right: 45px;
}
.p-r-50 {
  padding-right: 50px;
}
/*====== Padding-right css ends ======*/
/*====== Margin css starts ======*/
.m-0 {
  margin: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-45 {
  margin: 45px !important;
}
.m-50 {
  margin: 50px !important;
}
/*====== Margin css ends ======*/
/*====== Margin-top css starts ======*/
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
/*====== Margin-top css ends ======*/
/*====== Margin-Bottom css starts ======*/
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
/*====== Margin-Bottom css ends ======*/
/*====== Margin-left css starts ======*/
.m-l-0 {
  margin-left: 0px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.m-l-45 {
  margin-left: 45px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
/*====== Margin-left css ends ======*/
/*====== Margin-right css starts ======*/
.m-r-0 {
  margin-right: 0px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-r-50 {
  margin-right: 50px;
}
/*====== Margin-right css ends ======*/
/*====== Border-radius css starts ======*/
.b-r-0 {
  border-radius: 0px !important;
}
.b-r-1 {
  border-radius: 1px !important;
}
.b-r-2 {
  border-radius: 2px !important;
}
.b-r-3 {
  border-radius: 3px !important;
}
.b-r-4 {
  border-radius: 4px !important;
}
.b-r-5 {
  border-radius: 5px !important;
}
.b-r-6 {
  border-radius: 6px !important;
}
.b-r-7 {
  border-radius: 7px !important;
}
.b-r-8 {
  border-radius: 8px !important;
}
.b-r-9 {
  border-radius: 9px !important;
}
.b-r-10 {
  border-radius: 10px !important;
}
/*====== Border-radius css ends ======*/
/*====== Font-size css starts ======*/
.f-12 {
  font-size: 12px !important;
}
.f-14 {
  font-size: 14px !important;
}
.f-16 {
  font-size: 16px !important;
}
.f-18 {
  font-size: 18px !important;
}
.f-20 {
  font-size: 20px !important;
}
.f-22 {
  font-size: 22px !important;
}
.f-24 {
  font-size: 24px !important;
}
.f-26 {
  font-size: 26px !important;
}
.f-28 {
  font-size: 28px !important;
}
.f-30 {
  font-size: 30px !important;
}
.f-32 {
  font-size: 32px !important;
}
.f-34 {
  font-size: 34px !important;
}
.f-36 {
  font-size: 36px !important;
}
.f-38 {
  font-size: 38px !important;
}
.f-40 {
  font-size: 40px !important;
}
.f-42 {
  font-size: 42px !important;
}
.f-44 {
  font-size: 44px !important;
}
.f-46 {
  font-size: 46px !important;
}
.f-48 {
  font-size: 48px !important;
}
.f-50 {
  font-size: 50px !important;
}
.f-52 {
  font-size: 52px !important;
}
.f-54 {
  font-size: 54px !important;
}
.f-56 {
  font-size: 56px !important;
}
.f-58 {
  font-size: 58px !important;
}
.f-60 {
  font-size: 60px !important;
}
.f-62 {
  font-size: 62px !important;
}
.f-64 {
  font-size: 64px !important;
}
.f-66 {
  font-size: 66px !important;
}
.f-68 {
  font-size: 68px !important;
}
.f-70 {
  font-size: 70px !important;
}
.f-72 {
  font-size: 72px !important;
}
.f-74 {
  font-size: 74px !important;
}
.f-76 {
  font-size: 76px !important;
}
.f-78 {
  font-size: 78px !important;
}
.f-80 {
  font-size: 80px !important;
}
.f-82 {
  font-size: 82px !important;
}
.f-84 {
  font-size: 84px !important;
}
.f-86 {
  font-size: 86px !important;
}
.f-88 {
  font-size: 88px !important;
}
.f-90 {
  font-size: 90px !important;
}
.f-92 {
  font-size: 92px !important;
}
.f-94 {
  font-size: 94px !important;
}
.f-96 {
  font-size: 96px !important;
}
.f-98 {
  font-size: 98px !important;
}
.f-100 {
  font-size: 100px !important;
}
/*====== Font-size css ends ======*/
/*====== Font-weight css starts ======*/
.f-w-100 {
  font-weight: 100;
}
.f-w-300 {
  font-weight: 300;
}
.f-w-500 {
  font-weight: 500;
}
.f-w-400 {
  font-weight: 400;
}
.f-w-600 {
  font-weight: 600;
}
.f-w-700 {
  font-weight: 700;
}
.f-w-900 {
  font-weight: 900;
}
/*====== Font-weight css ends ======*/
/*====== Font-style css starts ======*/
.f-s-normal {
  font-style: normal;
}
.f-s-italic {
  font-style: italic;
}
.f-s-oblique {
  font-style: oblique;
}
.f-s-initial {
  font-style: normal;
  font-style: initial;
}
.f-s-inherit {
  font-style: inherit;
}
/*====== Font-style css ends ======*/
/*====== Text-Decoration css starts ======*/
.text-overline {
  text-decoration: overline;
}
.text-line-through {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
.text-dashed {
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
}
.text-blink {
  text-decoration: blink;
}
.text-dotted {
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
}
.text-initial {
  text-decoration: none;
  text-decoration: initial;
}
.text-none {
  text-decoration: none;
}
.text-solid {
  -webkit-text-decoration: solid;
          text-decoration: solid;
}
.text-wavy {
  -webkit-text-decoration: wavy;
          text-decoration: wavy;
}
.text-inherit {
  text-decoration: inherit;
}
.text-double {
  -webkit-text-decoration: double;
          text-decoration: double;
}
/*====== Text-Decoration css ends ======*/
/*====== Vertical-Align css starts ======*/
.baseline {
  vertical-align: baseline;
}
.sub {
  vertical-align: sub;
}
.super {
  vertical-align: super;
}
.top {
  vertical-align: top;
}
.text-top {
  vertical-align: text-top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.text-bottom {
  vertical-align: text-bottom;
}
.initial {
  vertical-align: baseline;
  vertical-align: initial;
}
.inherit {
  vertical-align: inherit;
}
/*====== Vertical-Align css ends ======*/
/*====== Position css starts ======*/
.p-static {
  position: static;
}
.p-absolute {
  position: absolute;
}
.p-fixed {
  position: fixed;
}
.p-relative {
  position: relative;
}
.p-initial {
  position: static;
  position: initial;
}
.p-inherit {
  position: inherit;
}
/*====== Position css ends ======*/
/*====== Float css starts ======*/
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-none {
  float: none;
}
/*====== Float css ends ======*/
/*====== Overflow css starts ======*/
.o-hidden {
  overflow: hidden;
}
.o-visible {
  overflow: visible;
}
.o-auto {
  overflow: auto;
}
/*====== Overflow css ends ======*/
/*====== Image-sizes css starts ======*/
.img-10 {
  width: 10px !important;
}
.img-20 {
  width: 20px !important;
}
.img-30 {
  width: 30px !important;
}
.img-40 {
  width: 40px !important;
}
.img-50 {
  width: 50px !important;
}
.img-60 {
  width: 60px !important;
}
.img-70 {
  width: 70px !important;
}
.img-80 {
  width: 80px !important;
}
.img-90 {
  width: 90px !important;
}
.img-100 {
  width: 100px !important;
}
/*====== Image-sizes css ends ======*/
/*======= Text css starts ===========*/
.font-primary {
  color: #7e0e45 !important;
}
.font-secondary {
  color: #324c6a !important;
}
.font-success {
  color: #51bb25 !important;
}
.font-danger {
  color: #dc3545 !important;
}
.font-info {
  color: #a927f9 !important;
}
.font-light {
  color: #f4f4f4 !important;
}
.font-dark {
  color: #2c323f !important;
}
.font-warning {
  color: #f8d62b !important;
}
.font-primary {
  color: #7e0e45 !important;
  color: var(--theme-deafult) !important;
}
.font-secondary {
  color: #324c6a !important;
  color: var(--theme-secondary) !important;
}
/*======= Text css ends ===========*/
/*======= Label-color css starts  ======= */
.label {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
}
.label-theme {
  background-color: #7e0e45;
}
.label-primary {
  background-color: #7e0e45;
}
.label-secondary {
  background-color: #324c6a;
}
.label-success {
  background-color: #51bb25;
}
.label-danger {
  background-color: #dc3545;
}
.label-info {
  background-color: #a927f9;
}
.label-light {
  background-color: #f4f4f4;
}
.label-dark {
  background-color: #2c323f;
}
.label-warning {
  background-color: #f8d62b;
}
/*======= Label-color css ends  ======= */
/*======= Badge-color css starts  ======= */
.badge-primary {
  background-color: #7e0e45;
}
.badge-secondary {
  background-color: #324c6a;
}
.badge-success {
  background-color: #51bb25;
}
.badge-danger {
  background-color: #dc3545;
}
.badge-info {
  background-color: #a927f9;
}
.badge-light {
  background-color: #f4f4f4;
}
.badge-dark {
  background-color: #2c323f;
}
.badge-warning {
  background-color: #f8d62b;
}
.badge-primary {
  background-color: #7e0e45 !important;
  background-color: var(--theme-deafult) !important;
}
.badge-secondary {
  background-color: #324c6a !important;
  background-color: var(--theme-secondary) !important;
}
/*======= Badge-color css end  ======= */
/*======= Background-color css starts  ======= */
.bg-primary {
  background-color: #7e0e45 !important;
  color: #fff;
}
.bg-light-primary {
  background-color: rgba(126, 14, 69, 0.2) !important;
  color: #fff;
}
.bg-secondary {
  background-color: #324c6a !important;
  color: #fff;
}
.bg-light-secondary {
  background-color: rgba(50, 76, 106, 0.2) !important;
  color: #fff;
}
.bg-success {
  background-color: #51bb25 !important;
  color: #fff;
}
.bg-light-success {
  background-color: rgba(81, 187, 37, 0.2) !important;
  color: #fff;
}
.bg-danger {
  background-color: #dc3545 !important;
  color: #fff;
}
.bg-light-danger {
  background-color: rgba(220, 53, 69, 0.2) !important;
  color: #fff;
}
.bg-info {
  background-color: #a927f9 !important;
  color: #fff;
}
.bg-light-info {
  background-color: rgba(169, 39, 249, 0.2) !important;
  color: #fff;
}
.bg-light {
  background-color: #f4f4f4 !important;
  color: #fff;
}
.bg-light-light {
  background-color: rgba(244, 244, 244, 0.2) !important;
  color: #fff;
}
.bg-dark {
  background-color: #2c323f !important;
  color: #fff;
}
.bg-light-dark {
  background-color: rgba(44, 50, 63, 0.2) !important;
  color: #fff;
}
.bg-warning {
  background-color: #f8d62b !important;
  color: #fff;
}
.bg-light-warning {
  background-color: rgba(248, 214, 43, 0.2) !important;
  color: #fff;
}
.bg-primary {
  background-color: #7e0e45 !important;
  background-color: var(--theme-deafult) !important;
}
.bg-secondary {
  background-color: #324c6a !important;
  background-color: var(--theme-secondary) !important;
}
/*======= Background-color css end  ======= */
/*======= Font-color css starts  ======= */
.txt-primary {
  color: #7e0e45 !important;
}
.txt-secondary {
  color: #324c6a !important;
}
.txt-success {
  color: #51bb25 !important;
}
.txt-danger {
  color: #dc3545 !important;
}
.txt-info {
  color: #a927f9 !important;
}
.txt-light {
  color: #f4f4f4 !important;
}
.txt-dark {
  color: #2c323f !important;
}
.txt-warning {
  color: #f8d62b !important;
}
.txt-google-plus {
  color: #c64e40 !important;
}
.txt-twitter {
  color: "" !important;
}
.txt-linkedin {
  color: "" !important;
}
.txt-fb {
  color: #50598e !important;
}
.txt-primary {
  color: #7e0e45 !important;
  color: var(--theme-deafult) !important;
}
.txt-secondary {
  color: #324c6a !important;
  color: var(--theme-secondary) !important;
}
/*======= Font-color css end  ======= */
/*======= Button-color css starts  ======= */
.btn-primary {
  background-color: #7e0e45 !important;
  border-color: #7e0e45 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #7e0e45 !important;
  border-color: #7e0e45 !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #e93c91;
}
.btn-secondary {
  background-color: #324c6a !important;
  border-color: #324c6a !important;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #324c6a !important;
  border-color: #324c6a !important;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem #7698bf;
}
.btn-success {
  background-color: #51bb25 !important;
  border-color: #51bb25 !important;
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #51bb25 !important;
  border-color: #51bb25 !important;
}
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem #aae990;
}
.btn-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem #f3b7bd;
}
.btn-info {
  background-color: #a927f9 !important;
  border-color: #a927f9 !important;
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #a927f9 !important;
  border-color: #a927f9 !important;
}
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem #e4bcfd;
}
.btn-light {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem white;
}
.btn-dark {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
}
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem #6c7a98;
}
.btn-warning {
  background-color: #f8d62b !important;
  border-color: #f8d62b !important;
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f8d62b !important;
  border-color: #f8d62b !important;
}
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem #fdf3bf;
}
.btn-light {
  background-color: rgba(126, 14, 69, 0.06) !important;
  border-color: rgba(126, 14, 69, 0.06) !important;
}
.btn-light:hover {
  background-color: rgba(126, 14, 69, 0.1) !important;
  border-color: rgba(126, 14, 69, 0.1) !important;
}
.btn-primary {
  background-color: #7e0e45 !important;
  background-color: var(--theme-deafult) !important;
  border-color: #7e0e45 !important;
  border-color: var(--theme-deafult) !important;
}
.btn-secondary {
  background-color: #324c6a !important;
  background-color: var(--theme-secondary) !important;
  border-color: #324c6a !important;
  border-color: var(--theme-secondary) !important;
}
/*======= Button-color css ends  ======= */
.btn-outline-primary-2x {
  border-width: 2px;
  border-color: #7e0e45;
  color: #7e0e45;
  background-color: transparent;
}
.btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
  color: white;
  background-color: #50092c !important;
  border-color: #50092c !important;
  box-shadow: none;
}
.btn-outline-secondary-2x {
  border-width: 2px;
  border-color: #324c6a;
  color: #324c6a;
  background-color: transparent;
}
.btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active {
  color: white;
  background-color: #223347 !important;
  border-color: #223347 !important;
  box-shadow: none;
}
.btn-outline-success-2x {
  border-width: 2px;
  border-color: #51bb25;
  color: #51bb25;
  background-color: transparent;
}
.btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active {
  color: white;
  background-color: #3f901d !important;
  border-color: #3f901d !important;
  box-shadow: none;
}
.btn-outline-danger-2x {
  border-width: 2px;
  border-color: #dc3545;
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger-2x:hover, .btn-outline-danger-2x:focus, .btn-outline-danger-2x:active, .btn-outline-danger-2x.active {
  color: white;
  background-color: #bd2130 !important;
  border-color: #bd2130 !important;
  box-shadow: none;
}
.btn-outline-info-2x {
  border-width: 2px;
  border-color: #a927f9;
  color: #a927f9;
  background-color: transparent;
}
.btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active {
  color: white;
  background-color: #9106e7 !important;
  border-color: #9106e7 !important;
  box-shadow: none;
}
.btn-outline-light-2x {
  border-width: 2px;
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
}
.btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active {
  color: white;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
  box-shadow: none;
}
.btn-outline-dark-2x {
  border-width: 2px;
  border-color: #2c323f;
  color: #2c323f;
  background-color: transparent;
}
.btn-outline-dark-2x:hover, .btn-outline-dark-2x:focus, .btn-outline-dark-2x:active, .btn-outline-dark-2x.active {
  color: white;
  background-color: #171a21 !important;
  border-color: #171a21 !important;
  box-shadow: none;
}
.btn-outline-warning-2x {
  border-width: 2px;
  border-color: #f8d62b;
  color: #f8d62b;
  background-color: transparent;
}
.btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active {
  color: white;
  background-color: #e8c308 !important;
  border-color: #e8c308 !important;
  box-shadow: none;
}
.btn-outline-primary {
  border-color: #7e0e45;
  color: #7e0e45;
  background-color: transparent;
}
.btn-outline-primary.disabled {
  color: #7e0e45;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  color: white;
  background-color: #50092c !important;
  border-color: #50092c !important;
}
.btn-outline-secondary {
  border-color: #324c6a;
  color: #324c6a;
  background-color: transparent;
}
.btn-outline-secondary.disabled {
  color: #324c6a;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  color: white;
  background-color: #223347 !important;
  border-color: #223347 !important;
}
.btn-outline-success {
  border-color: #51bb25;
  color: #51bb25;
  background-color: transparent;
}
.btn-outline-success.disabled {
  color: #51bb25;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
  color: white;
  background-color: #3f901d !important;
  border-color: #3f901d !important;
}
.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger.disabled {
  color: #dc3545;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active {
  color: white;
  background-color: #bd2130 !important;
  border-color: #bd2130 !important;
}
.btn-outline-info {
  border-color: #a927f9;
  color: #a927f9;
  background-color: transparent;
}
.btn-outline-info.disabled {
  color: #a927f9;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
  color: white;
  background-color: #9106e7 !important;
  border-color: #9106e7 !important;
}
.btn-outline-light {
  border-color: #f4f4f4;
  color: #f4f4f4;
  background-color: transparent;
  color: #2b2b2b;
}
.btn-outline-light.disabled {
  color: #f4f4f4;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: white;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
}
.btn-outline-dark {
  border-color: #2c323f;
  color: #2c323f;
  background-color: transparent;
}
.btn-outline-dark.disabled {
  color: #2c323f;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
  color: white;
  background-color: #171a21 !important;
  border-color: #171a21 !important;
}
.btn-outline-warning {
  border-color: #f8d62b;
  color: #f8d62b;
  background-color: transparent;
}
.btn-outline-warning.disabled {
  color: #f8d62b;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
  color: white;
  background-color: #e8c308 !important;
  border-color: #e8c308 !important;
}
.btn-primary:not([disabled]):not(.disabled).active {
  background-color: #50092c;
  border-color: #50092c;
  box-shadow: none !important;
}
.btn-primary:not([disabled]):not(.disabled).active:hover, .btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled).active:active, .btn-primary:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #50092c;
  border-color: #50092c;
}
.btn-secondary:not([disabled]):not(.disabled).active {
  background-color: #223347;
  border-color: #223347;
  box-shadow: none !important;
}
.btn-secondary:not([disabled]):not(.disabled).active:hover, .btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled).active:active, .btn-secondary:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #223347;
  border-color: #223347;
}
.btn-success:not([disabled]):not(.disabled).active {
  background-color: #3f901d;
  border-color: #3f901d;
  box-shadow: none !important;
}
.btn-success:not([disabled]):not(.disabled).active:hover, .btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled).active:active, .btn-success:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #3f901d;
  border-color: #3f901d;
}
.btn-danger:not([disabled]):not(.disabled).active {
  background-color: #bd2130;
  border-color: #bd2130;
  box-shadow: none !important;
}
.btn-danger:not([disabled]):not(.disabled).active:hover, .btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled).active:active, .btn-danger:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #bd2130;
  border-color: #bd2130;
}
.btn-info:not([disabled]):not(.disabled).active {
  background-color: #9106e7;
  border-color: #9106e7;
  box-shadow: none !important;
}
.btn-info:not([disabled]):not(.disabled).active:hover, .btn-info:not([disabled]):not(.disabled).active:focus, .btn-info:not([disabled]):not(.disabled).active:active, .btn-info:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #9106e7;
  border-color: #9106e7;
}
.btn-light:not([disabled]):not(.disabled).active {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none !important;
}
.btn-light:not([disabled]):not(.disabled).active:hover, .btn-light:not([disabled]):not(.disabled).active:focus, .btn-light:not([disabled]):not(.disabled).active:active, .btn-light:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}
.btn-dark:not([disabled]):not(.disabled).active {
  background-color: #171a21;
  border-color: #171a21;
  box-shadow: none !important;
}
.btn-dark:not([disabled]):not(.disabled).active:hover, .btn-dark:not([disabled]):not(.disabled).active:focus, .btn-dark:not([disabled]):not(.disabled).active:active, .btn-dark:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #171a21;
  border-color: #171a21;
}
.btn-warning:not([disabled]):not(.disabled).active {
  background-color: #e8c308;
  border-color: #e8c308;
  box-shadow: none !important;
}
.btn-warning:not([disabled]):not(.disabled).active:hover, .btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled).active:active, .btn-warning:not([disabled]):not(.disabled).active.active {
  color: white;
  background-color: #e8c308;
  border-color: #e8c308;
}
.btn-outline-primary-2x:not([disabled]):not(.disabled).active {
  background-color: #7e0e45;
  border-color: #7e0e45;
  box-shadow: none !important;
  color: white;
}
.btn-outline-primary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-primary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #50092c !important;
  border-color: #50092c !important;
}
.btn-outline-secondary-2x:not([disabled]):not(.disabled).active {
  background-color: #324c6a;
  border-color: #324c6a;
  box-shadow: none !important;
  color: white;
}
.btn-outline-secondary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #223347 !important;
  border-color: #223347 !important;
}
.btn-outline-success-2x:not([disabled]):not(.disabled).active {
  background-color: #51bb25;
  border-color: #51bb25;
  box-shadow: none !important;
  color: white;
}
.btn-outline-success-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-success-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-success-2x:not([disabled]):not(.disabled).active:active, .btn-outline-success-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #3f901d !important;
  border-color: #3f901d !important;
}
.btn-outline-danger-2x:not([disabled]):not(.disabled).active {
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: none !important;
  color: white;
}
.btn-outline-danger-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:active, .btn-outline-danger-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #bd2130 !important;
  border-color: #bd2130 !important;
}
.btn-outline-info-2x:not([disabled]):not(.disabled).active {
  background-color: #a927f9;
  border-color: #a927f9;
  box-shadow: none !important;
  color: white;
}
.btn-outline-info-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-info-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-info-2x:not([disabled]):not(.disabled).active:active, .btn-outline-info-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #9106e7 !important;
  border-color: #9106e7 !important;
}
.btn-outline-light-2x:not([disabled]):not(.disabled).active {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  box-shadow: none !important;
  color: white;
}
.btn-outline-light-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-light-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-light-2x:not([disabled]):not(.disabled).active:active, .btn-outline-light-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #dbdbdb !important;
  border-color: #dbdbdb !important;
}
.btn-outline-dark-2x:not([disabled]):not(.disabled).active {
  background-color: #2c323f;
  border-color: #2c323f;
  box-shadow: none !important;
  color: white;
}
.btn-outline-dark-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:active, .btn-outline-dark-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #171a21 !important;
  border-color: #171a21 !important;
}
.btn-outline-warning-2x:not([disabled]):not(.disabled).active {
  background-color: #f8d62b;
  border-color: #f8d62b;
  box-shadow: none !important;
  color: white;
}
.btn-outline-warning-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:active, .btn-outline-warning-2x:not([disabled]):not(.disabled).active.active {
  color: white;
  box-shadow: none !important;
  background-color: #e8c308 !important;
  border-color: #e8c308 !important;
}
/*======= Table-Border-Bottom-color css starts  ======= */
table thead .border-bottom-primary th,
table tbody .border-bottom-primary th,
table tbody .border-bottom-primary td {
  border-bottom: 1px solid #7e0e45;
}
table thead .border-bottom-secondary th,
table tbody .border-bottom-secondary th,
table tbody .border-bottom-secondary td {
  border-bottom: 1px solid #324c6a;
}
table thead .border-bottom-success th,
table tbody .border-bottom-success th,
table tbody .border-bottom-success td {
  border-bottom: 1px solid #51bb25;
}
table thead .border-bottom-danger th,
table tbody .border-bottom-danger th,
table tbody .border-bottom-danger td {
  border-bottom: 1px solid #dc3545;
}
table thead .border-bottom-info th,
table tbody .border-bottom-info th,
table tbody .border-bottom-info td {
  border-bottom: 1px solid #a927f9;
}
table thead .border-bottom-light th,
table tbody .border-bottom-light th,
table tbody .border-bottom-light td {
  border-bottom: 1px solid #f4f4f4;
}
table thead .border-bottom-dark th,
table tbody .border-bottom-dark th,
table tbody .border-bottom-dark td {
  border-bottom: 1px solid #2c323f;
}
table thead .border-bottom-warning th,
table tbody .border-bottom-warning th,
table tbody .border-bottom-warning td {
  border-bottom: 1px solid #f8d62b;
}
/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #7e0e45;
  color: #fff;
  border: 3px solid #7e0e45;
}
.table-styling .table-primary thead,
.table-styling.table-primary thead {
  background-color: #50092c;
  border: 3px solid #50092c;
}
.table-styling .table-secondary,
.table-styling.table-secondary {
  background-color: #324c6a;
  color: #fff;
  border: 3px solid #324c6a;
}
.table-styling .table-secondary thead,
.table-styling.table-secondary thead {
  background-color: #223347;
  border: 3px solid #223347;
}
.table-styling .table-success,
.table-styling.table-success {
  background-color: #51bb25;
  color: #fff;
  border: 3px solid #51bb25;
}
.table-styling .table-success thead,
.table-styling.table-success thead {
  background-color: #3f901d;
  border: 3px solid #3f901d;
}
.table-styling .table-danger,
.table-styling.table-danger {
  background-color: #dc3545;
  color: #fff;
  border: 3px solid #dc3545;
}
.table-styling .table-danger thead,
.table-styling.table-danger thead {
  background-color: #bd2130;
  border: 3px solid #bd2130;
}
.table-styling .table-info,
.table-styling.table-info {
  background-color: #a927f9;
  color: #fff;
  border: 3px solid #a927f9;
}
.table-styling .table-info thead,
.table-styling.table-info thead {
  background-color: #9106e7;
  border: 3px solid #9106e7;
}
.table-styling .table-light,
.table-styling.table-light {
  background-color: #f4f4f4;
  color: #fff;
  border: 3px solid #f4f4f4;
}
.table-styling .table-light thead,
.table-styling.table-light thead {
  background-color: #dbdbdb;
  border: 3px solid #dbdbdb;
}
.table-styling .table-dark,
.table-styling.table-dark {
  background-color: #2c323f;
  color: #fff;
  border: 3px solid #2c323f;
}
.table-styling .table-dark thead,
.table-styling.table-dark thead {
  background-color: #171a21;
  border: 3px solid #171a21;
}
.table-styling .table-warning,
.table-styling.table-warning {
  background-color: #f8d62b;
  color: #fff;
  border: 3px solid #f8d62b;
}
.table-styling .table-warning thead,
.table-styling.table-warning thead {
  background-color: #e8c308;
  border: 3px solid #e8c308;
}
/*======= Table styling css ends  ======= */
/*======= All-Borders-color css starts  ======= */
.b-primary {
  border: 1px solid #7e0e45 !important;
}
.b-t-primary {
  border-top: 1px solid #7e0e45 !important;
}
.b-b-primary {
  border-bottom: 1px solid #7e0e45 !important;
}
.b-l-primary {
  border-left: 1px solid #7e0e45 !important;
}
.b-r-primary {
  border-right: 1px solid #7e0e45 !important;
}
.b-secondary {
  border: 1px solid #324c6a !important;
}
.b-t-secondary {
  border-top: 1px solid #324c6a !important;
}
.b-b-secondary {
  border-bottom: 1px solid #324c6a !important;
}
.b-l-secondary {
  border-left: 1px solid #324c6a !important;
}
.b-r-secondary {
  border-right: 1px solid #324c6a !important;
}
.b-success {
  border: 1px solid #51bb25 !important;
}
.b-t-success {
  border-top: 1px solid #51bb25 !important;
}
.b-b-success {
  border-bottom: 1px solid #51bb25 !important;
}
.b-l-success {
  border-left: 1px solid #51bb25 !important;
}
.b-r-success {
  border-right: 1px solid #51bb25 !important;
}
.b-danger {
  border: 1px solid #dc3545 !important;
}
.b-t-danger {
  border-top: 1px solid #dc3545 !important;
}
.b-b-danger {
  border-bottom: 1px solid #dc3545 !important;
}
.b-l-danger {
  border-left: 1px solid #dc3545 !important;
}
.b-r-danger {
  border-right: 1px solid #dc3545 !important;
}
.b-info {
  border: 1px solid #a927f9 !important;
}
.b-t-info {
  border-top: 1px solid #a927f9 !important;
}
.b-b-info {
  border-bottom: 1px solid #a927f9 !important;
}
.b-l-info {
  border-left: 1px solid #a927f9 !important;
}
.b-r-info {
  border-right: 1px solid #a927f9 !important;
}
.b-light {
  border: 1px solid #f4f4f4 !important;
}
.b-t-light {
  border-top: 1px solid #f4f4f4 !important;
}
.b-b-light {
  border-bottom: 1px solid #f4f4f4 !important;
}
.b-l-light {
  border-left: 1px solid #f4f4f4 !important;
}
.b-r-light {
  border-right: 1px solid #f4f4f4 !important;
}
.b-dark {
  border: 1px solid #2c323f !important;
}
.b-t-dark {
  border-top: 1px solid #2c323f !important;
}
.b-b-dark {
  border-bottom: 1px solid #2c323f !important;
}
.b-l-dark {
  border-left: 1px solid #2c323f !important;
}
.b-r-dark {
  border-right: 1px solid #2c323f !important;
}
.b-warning {
  border: 1px solid #f8d62b !important;
}
.b-t-warning {
  border-top: 1px solid #f8d62b !important;
}
.b-b-warning {
  border-bottom: 1px solid #f8d62b !important;
}
.b-l-warning {
  border-left: 1px solid #f8d62b !important;
}
.b-r-warning {
  border-right: 1px solid #f8d62b !important;
}
/*======= All-Borders-color css ends  ======= */
/*====== Border width css starts ======*/
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-6 {
  border-width: 6px !important;
}
.border-7 {
  border-width: 7px !important;
}
.border-8 {
  border-width: 8px !important;
}
.border-9 {
  border-width: 9px !important;
}
.border-10 {
  border-width: 10px !important;
}
/*====== Border width css ends ======*/
.opacity-0 {
  opacity: 0;
}
.map-block {
  height: 350px;
  width: 100%;
}
.map-js-height {
  height: 500px;
}
.map-js-height .btn-group input {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
}
.map-js-height .btn-group input + input {
  background-color: #324c6a;
  background-color: var(--theme-secondary);
}
/**====== custom scrollbar css start ======**/
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ecf3fa;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(68, 102, 242, 0.15);
}
/**====== Custom scrollbar css end ======**/
/**====== Animation css Start ======**/
.comment {
  color: #9f9ba5;
  font-style: italic;
}
.line {
  color: #2c323f;
}
.line pre {
  font-size: 100%;
}
/**====== Animation css end ======**/
/**====== list style css Start ======**/
.list-circle {
  list-style: circle;
}
/**====== list style css end ======**/
/**====== Modal style css Start ======**/
.theme-close {
  opacity: 1;
  height: 40px;
  width: 40px;
  position: absolute;
  font-weight: 400;
  z-index: 1;
  right: 0;
  background-color: #fff !important;
  border-radius: 5px;
}
/**====== Modal style css end ======**/
/**====== Animation css start ======**/
.options > div {
  color: #cccccc;
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid;
  margin: 0 8px 8px 0;
  transition: all 0.3s ease;
}
.options > div:hover {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
  color: #fff;
  transition: all 0.3s ease;
}
/**====== Animation css Ends ======**/
.modal-footer {
  flex-wrap: wrap;
}
.img-cropper #putData {
  margin-bottom: 0;
}
.img-cropper .img-container {
  min-height: auto;
  margin-bottom: 0;
}
.img-cropper .docs-data > .input-group:last-child {
  margin-bottom: 0;
}
.img-cropper .docs-preview {
  margin-top: 20px;
  margin-bottom: 10px;
}
.dropzone .dz-preview .dz-error-message {
  background: #fff !important;
  color: #7e0e45 !important;
  color: var(--theme-deafult) !important;
  border: 1px solid #7e0e45;
  border: 1px solid var(--theme-deafult);
}
.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #7e0e45 !important;
  border-bottom: 6px solid var(--theme-deafult) !important;
}
.typeahead .theme-form .form-group {
  margin-bottom: 0;
}
.editor-statusbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.page-builder .ge-canvas.ge-editing .row {
  padding: 30px;
  margin-bottom: 0;
  background-color: rgba(126, 14, 69, 0.02);
}
.page-builder .ge-canvas.ge-layout-desktop [class*=col-] {
  width: inherit !important;
}
.page-builder .btn-screen {
  padding: 0 18px 0 0;
}
.bg-overlay.active {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 7;
  top: 0;
}
button:focus {
  outline: none !important;
}
.dotted {
  border-style: dotted;
}
.dashed {
  border-style: dashed;
}
.double {
  border-style: double;
}
.groove {
  border-style: groove;
}
.ridge {
  border-style: ridge;
}
.inset {
  border-style: inset;
}
.outset {
  border-style: outset;
}
@-webkit-keyframes fadeIncustom {
  0% {
    opacity: 0;
    top: 50px;
  }
  75% {
    opacity: 0.6;
    top: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIncustom {
  0% {
    opacity: 0;
    top: 50px;
  }
  75% {
    opacity: 0.6;
    top: 0;
  }
  100% {
    opacity: 1;
  }
}
/**=====================
     Reset css Ends
==========================**/
/**=====================
    Typography css start
==========================**/
html {
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: Open Sans !important;
  color: #2b2b2b;
}
ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
}
* a {
  color: #7e0e45;
  color: var(--theme-deafult);
  text-decoration: none;
  letter-spacing: 1px;
}
a:hover {
  text-decoration: none;
  color: #7e0e45;
  color: var(--theme-deafult);
}
.btn {
  font-size: 14px;
}
*.btn:focus {
  box-shadow: none !important;
}
p {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.7px;
}
code {
  color: #7e0e45 !important;
  color: var(--theme-deafult) !important;
  background-color: rgba(126, 14, 69, 0.03);
  padding: 3px;
  margin: 0 3px;
  border-radius: 2px;
}
blockquote {
  border-left: 4px solid #ecf3fa;
  padding: 15px;
}
blockquote.text-center {
  border: none;
  padding: 15px;
}
blockquote.text-right {
  border-left: none;
  border-right: 4px solid #ecf3fa;
  padding: 15px;
}
:focus {
  outline-color: #7e0e45;
  outline-color: var(--theme-deafult);
}
.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
svg {
  vertical-align: baseline;
}
input:focus {
  outline-color: transparent;
}
label {
  margin-bottom: 0.5rem;
}
.media-widgets .media-body {
  margin-bottom: 30px;
}
.typography h1,
.typography .h1,
.typography h2,
.typography .h2,
.typography h3,
.typography .h3,
.typography h4,
.typography .h4,
.typography h5,
.typography .h5,
.typography h6,
.typography .h6 {
  margin: 20px 0;
  margin-top: 0;
}
.typography h1:last-child,
.typography .h1:last-child,
.typography h2:last-child,
.typography .h2:last-child,
.typography h3:last-child,
.typography .h3:last-child,
.typography h4:last-child,
.typography .h4:last-child,
.typography h5:last-child,
.typography .h5:last-child,
.typography h6:last-child,
.typography .h6:last-child {
  margin-bottom: 0;
}
.typography small {
  padding-left: 10px;
  color: #2c323f;
}
pre {
  background-color: rgba(126, 14, 69, 0.03);
  padding: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #da1877;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #7e0e45;
  background: var(--theme-deafult);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: -10px;
  margin-top: 25px;
}
.click2edit ~ .note-editor.note-frame {
  margin-bottom: 30px;
}
.note-editor.note-frame {
  border-color: #f4f4f4;
}
.note-editor.note-frame {
  border-color: #f4f4f4;
}
.modal .close {
  font-weight: 400;
}
.modal .modal-body .card {
  box-shadow: none !important;
}
.modal-dialog .modal-content {
  -webkit-animation: modal-animation 0.5s ease;
          animation: modal-animation 0.5s ease;
}
.modal-dialog .modal-content .modal-body p a {
  margin-right: 0;
}
@-webkit-keyframes modal-animation {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes modal-animation {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.alert-theme button {
  top: 33px !important;
  right: 30px !important;
  color: #7e0e45;
  color: var(--theme-deafult);
}
.alert-theme span + span + span {
  background-color: #ee6aab;
  color: #7e0e45;
  color: var(--theme-deafult);
  border-radius: 4px;
  box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2);
}
.alert-theme i {
  padding: 20px;
  padding-right: 0 !important;
  margin-right: 20px !important;
}
.alert-theme .progress {
  margin-top: -2px !important;
  height: 2px;
}
.alert-theme .progress .progress-bar {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
}
.alert-copy {
  border: 1px solid #7e0e45;
  border: 1px solid var(--theme-deafult);
  line-height: 1;
  display: inline-block;
  width: 300px;
  color: #fff;
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
}
.alert-copy .close {
  box-shadow: none;
  color: #fff;
  line-height: 1.4;
  font-weight: 100;
}
.alert-copy .close:focus {
  outline: none;
}
.ace-editor {
  height: 400px;
  width: 100%;
}
.editor-toolbar {
  width: 100% !important;
}
.CodeMirror {
  top: 0 !important;
}
.irs-from,
.irs-to,
.irs-single {
  background: #7e0e45;
  background: var(--theme-deafult);
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  border-top-color: #7e0e45;
  border-top-color: var(--theme-deafult);
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
}
.swal-button {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
}
.swal-button:active {
  background-color: #670b38;
}
.swal-button--cancel {
  background-color: #EFEFEE !important;
}
.clipboaard-container h6 {
  line-height: 1.6;
}
fieldset .bootstrap-touchspin-postfix,
fieldset .bootstrap-touchspin-prefix {
  border-radius: 0;
  padding: 0.4rem 0.75rem;
}
fieldset .input-group-prepend ~ .form-control {
  height: 39px;
}
fieldset .input-group-lg .touchspin {
  height: 50px;
}
.f1 .f1-steps .f1-step .f1-step-icon {
  padding: 12px;
}
.form-inline .form-group {
  display: flex;
}
.input-group-text i {
  line-height: 1.5;
}
.tap-top {
  text-align: center;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5;
  color: #fff;
  background: #7e0e45;
  background: var(--theme-deafult);
  border: none;
  padding: 7px;
  box-shadow: 0 0 10px #7e0e45;
  box-shadow: 0 0 10px var(--theme-deafult);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.tap-top:hover {
  transition: all 0.3s ease;
  opacity: 1;
}
.tap-top svg {
  width: 20px;
}
/**=====================
    Typography css Ends
==========================**/
/* ---------------------
	*** Components ***
-----------------------*/
/**=====================
    24. According CSS start
==========================**/
.accordion > .card {
  box-shadow: none;
  border: 1px solid #ecf3fa !important;
  margin-bottom: 10px !important;
}
.accordion > .card .card-header {
  margin: -1px;
  padding: 20px;
}
.accordion > .card .card-header .btn {
  padding: 0;
}
.accordion > .card .card-header .btn-link {
  color: #2b2b2b;
  font-weight: 500;
}
.accordion > .card .card-header .btn-link:hover, .accordion > .card .card-header .btn-link:focus {
  text-decoration: none;
}
.accordion > .card:last-child {
  margin-bottom: 0 !important;
}
.default-according .card {
  margin-bottom: 0;
  box-shadow: none;
}
.default-according .card + .card {
  margin-top: 10px;
}
.default-according .card .btn-link {
  font-weight: 500;
  color: #2b2b2b;
  text-decoration: none;
}
.default-according .card .btn-link:focus, .default-according .card .btn-link:hover {
  text-decoration: none;
}
.default-according .card .card-header {
  padding: 0.75rem 1.25rem;
  border: 1px solid #ecf3fa;
}
.default-according .card .card-header i {
  position: absolute;
  left: 18px;
  font-size: 20px;
  top: 20px;
}
.default-according .card .card-header h5 {
  margin-top: 2px;
}
.default-according .card .card-body {
  border: 1px solid #ecf3fa;
  border-top: none;
}
.default-according.style-1 button {
  width: 100%;
  text-align: left;
}
.default-according.style-1 button:before {
  right: 20px;
  position: absolute;
  transition: 0.4s;
}
.default-according.style-1 button[aria-expanded=true]:before {
  content: "";
  font-family: IcoFont;
}
.default-according.style-1 button[aria-expanded=false]:before {
  content: "";
  font-family: IcoFont;
}
/**=====================
     24. According CSS Ends
==========================**/
/**=====================
     15. Alert CSS start
==========================**/
.alert {
  border-radius: 0.15rem;
  padding: 15px;
}
.alert.alert-custom {
  color: #fff;
  background-color: #f169b4;
  border-color: transparent;
}
.alert svg {
  vertical-align: middle;
}
.alert .progress {
  margin-top: 15px;
}
.alert [data-notify=message] {
  display: block;
}
.alert i {
  margin-right: 5px;
  font-size: 16px;
}
.alert p {
  margin-bottom: 0;
}
.alert .close {
  opacity: 1;
}
.alert .close span {
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  border-radius: 3px;
  text-shadow: none;
  padding: 0 5px;
  padding-right: 0;
}
.alert-dismissible .close {
  padding: 10px 1.25rem;
  top: 4px;
  padding-right: 13px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.alert-dismissible .close:hover {
  transition: all 0.3s ease;
  opacity: 1;
  color: inherit;
}
.card-body button:focus {
  outline: none;
}
.card-body .alert:last-child {
  margin-bottom: 0;
}
.card-body .alert svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  position: absolute;
  top: 18px;
}
.card-body .alert svg ~ p {
  padding-left: 20px;
}
strong {
  display: inline-block;
}
strong ~ p {
  display: inline-block;
}
.alert-primary {
  background-color: rgba(126, 14, 69, 0.8);
  border-color: rgba(126, 14, 69, 0.9);
  color: #fff;
}
.alert-primary .progress {
  height: 5px;
  background-color: #790d42;
  border-radius: 0;
}
.alert-primary .progress-bar {
  background-color: #f498c5;
}
.alert-primary .alert-link {
  color: #7e0e45;
}
.alert-primary hr {
  border-top-color: #7e0e45;
}
.alert-primary.dark {
  background-color: #7e0e45;
  border-color: #7e0e45;
  color: #fafafa;
}
.alert-primary.dark .alert-link {
  color: #fff;
}
.alert-primary.outline, .alert-primary.outline-2x {
  background-color: transparent;
  border-color: #7e0e45;
  color: #7e0e45;
}
.alert-primary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #7e0e45;
  color: #2b2b2b;
}
.alert-primary.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #7e0e45;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-primary.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #7e0e45;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.alert-secondary {
  background-color: rgba(50, 76, 106, 0.8);
  border-color: rgba(50, 76, 106, 0.9);
  color: #fff;
}
.alert-secondary .progress {
  height: 5px;
  background-color: #304a67;
  border-radius: 0;
}
.alert-secondary .progress-bar {
  background-color: #bcccdf;
}
.alert-secondary .alert-link {
  color: #324c6a;
}
.alert-secondary hr {
  border-top-color: #324c6a;
}
.alert-secondary.dark {
  background-color: #324c6a;
  border-color: #324c6a;
  color: #fafafa;
}
.alert-secondary.dark .alert-link {
  color: #fff;
}
.alert-secondary.outline, .alert-secondary.outline-2x {
  background-color: transparent;
  border-color: #324c6a;
  color: #324c6a;
}
.alert-secondary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #324c6a;
  color: #2b2b2b;
}
.alert-secondary.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #324c6a;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-secondary.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #324c6a;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.alert-success {
  background-color: rgba(81, 187, 37, 0.8);
  border-color: rgba(81, 187, 37, 0.9);
  color: #fff;
}
.alert-success .progress {
  height: 5px;
  background-color: #4fb724;
  border-radius: 0;
}
.alert-success .progress-bar {
  background-color: #ebfae5;
}
.alert-success .alert-link {
  color: #51bb25;
}
.alert-success hr {
  border-top-color: #51bb25;
}
.alert-success.dark {
  background-color: #51bb25;
  border-color: #51bb25;
  color: #fafafa;
}
.alert-success.dark .alert-link {
  color: #fff;
}
.alert-success.outline, .alert-success.outline-2x {
  background-color: transparent;
  border-color: #51bb25;
  color: #51bb25;
}
.alert-success.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #51bb25;
  color: #2b2b2b;
}
.alert-success.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #51bb25;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-success.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #51bb25;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.alert-danger {
  background-color: rgba(220, 53, 69, 0.8);
  border-color: rgba(220, 53, 69, 0.9);
  color: #fff;
}
.alert-danger .progress {
  height: 5px;
  background-color: #db3141;
  border-radius: 0;
}
.alert-danger .progress-bar {
  background-color: white;
}
.alert-danger .alert-link {
  color: #dc3545;
}
.alert-danger hr {
  border-top-color: #dc3545;
}
.alert-danger.dark {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fafafa;
}
.alert-danger.dark .alert-link {
  color: #fff;
}
.alert-danger.outline, .alert-danger.outline-2x {
  background-color: transparent;
  border-color: #dc3545;
  color: #dc3545;
}
.alert-danger.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #dc3545;
  color: #2b2b2b;
}
.alert-danger.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #dc3545;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-danger.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #dc3545;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.alert-warning {
  background-color: rgba(248, 214, 43, 0.8);
  border-color: rgba(248, 214, 43, 0.9);
  color: #fff;
}
.alert-warning .progress {
  height: 5px;
  background-color: #f8d526;
  border-radius: 0;
}
.alert-warning .progress-bar {
  background-color: white;
}
.alert-warning .alert-link {
  color: #f8d62b;
}
.alert-warning hr {
  border-top-color: #f8d62b;
}
.alert-warning.dark {
  background-color: #f8d62b;
  border-color: #f8d62b;
  color: #fafafa;
}
.alert-warning.dark .alert-link {
  color: #fff;
}
.alert-warning.outline, .alert-warning.outline-2x {
  background-color: transparent;
  border-color: #f8d62b;
  color: #f8d62b;
}
.alert-warning.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #f8d62b;
  color: #2b2b2b;
}
.alert-warning.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #f8d62b;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-warning.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #f8d62b;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.alert-info {
  background-color: rgba(169, 39, 249, 0.8);
  border-color: rgba(169, 39, 249, 0.9);
  color: #fff;
}
.alert-info .progress {
  height: 5px;
  background-color: #a722f9;
  border-radius: 0;
}
.alert-info .progress-bar {
  background-color: white;
}
.alert-info .alert-link {
  color: #a927f9;
}
.alert-info hr {
  border-top-color: #a927f9;
}
.alert-info.dark {
  background-color: #a927f9;
  border-color: #a927f9;
  color: #fafafa;
}
.alert-info.dark .alert-link {
  color: #fff;
}
.alert-info.outline, .alert-info.outline-2x {
  background-color: transparent;
  border-color: #a927f9;
  color: #a927f9;
}
.alert-info.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #a927f9;
  color: #2b2b2b;
}
.alert-info.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #a927f9;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-info.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #a927f9;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.alert-light {
  background-color: rgba(244, 244, 244, 0.8);
  border-color: rgba(244, 244, 244, 0.9);
  color: #fff;
  color: #2c323f;
  background-color: #f4f4f4;
}
.alert-light .progress {
  height: 5px;
  background-color: #f1f1f1;
  border-radius: 0;
}
.alert-light .progress-bar {
  background-color: white;
}
.alert-light .alert-link {
  color: #f4f4f4;
  color: #2c323f;
}
.alert-light hr {
  border-top-color: #f4f4f4;
}
.alert-light.dark {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #fafafa;
  color: #2c323f;
}
.alert-light.dark .alert-link {
  color: #fff;
  color: #2c323f;
}
.alert-light.outline, .alert-light.outline-2x {
  background-color: transparent;
  border-color: #f4f4f4;
  color: #f4f4f4;
  color: #2c323f;
}
.alert-light.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #f4f4f4;
  color: #2b2b2b;
}
.alert-light.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #f4f4f4;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-light.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #f4f4f4;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.alert-dark {
  background-color: rgba(44, 50, 63, 0.8);
  border-color: rgba(44, 50, 63, 0.9);
  color: #fff;
}
.alert-dark .progress {
  height: 5px;
  background-color: #2a303c;
  border-radius: 0;
}
.alert-dark .progress-bar {
  background-color: #a8b0c2;
}
.alert-dark .alert-link {
  color: #2c323f;
}
.alert-dark hr {
  border-top-color: #2c323f;
}
.alert-dark.dark {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fafafa;
}
.alert-dark.dark .alert-link {
  color: #fff;
}
.alert-dark.outline, .alert-dark.outline-2x {
  background-color: transparent;
  border-color: #2c323f;
  color: #2c323f;
}
.alert-dark.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #2c323f;
  color: #2b2b2b;
}
.alert-dark.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #2c323f;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.alert-dark.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #2c323f;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.outline-2x {
  border-width: 2px;
  padding: 11px 1.25rem;
}
/**=====================
     15. Alert CSS end
==========================**/
/**=====================
    80. avatars CSS start
==========================**/
.avatars .avatar {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.avatars .avatar:last-child {
  margin-right: 0;
}
.avatars .avatar .b-r-30 {
  border-radius: 30px;
}
.avatars .avatar .b-r-35 {
  border-radius: 35px;
}
.avatars .avatar .b-r-25 {
  border-radius: 25px;
}
.avatars .avatar .b-r-15 {
  border-radius: 15px;
}
.avatars .avatar.ratio img {
  width: auto;
}
.avatars .avatar .status {
  position: absolute;
  background-color: #999999;
  bottom: 0;
  right: 4px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.avatars .avatar .status {
  position: absolute;
  height: 12%;
  width: 12%;
  background-color: #51bb25;
  border-radius: 100%;
  bottom: 12%;
  right: 4%;
}
.customers ul {
  display: inline-block;
}
.customers ul li img {
  border: 2px solid #fff;
  box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.customers ul li img:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}
.customers ul li + li {
  margin-left: -10%;
}
.customers ul li:nth-child(4) {
  margin-left: -4px;
}
.customers.avatar-group {
  margin-right: 30px;
}
.customers.avatar-group:last-child {
  margin-right: 0;
}
.avatar-showcase {
  margin-bottom: -10px;
}
.avatar-showcase .avatars .avatar {
  margin-bottom: 10px;
}
.avatar-showcase .avatar-group {
  margin-bottom: 10px;
}
/**=====================
     80. avatars CSS Ends
==========================**/
/**=====================
    49. Badge CSS start
==========================**/
.badge {
  padding: 0.44em 0.7em;
}
.badge + .badge {
  margin-left: 5px;
}
.badge svg {
  width: 10px;
  height: 10px;
  padding-top: 3px;
}
.pill-badge-primary {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
  box-shadow: -0.5px 4.33px 16px 0px rgba(#7e0e45, 0.25);
  box-shadow: -0.5px 4.33px 16px 0px rgba(var(--theme-deafult), 0.25);
  color: #fff;
  border-radius: 0;
}
.pill-badge-secondary {
  background-color: #324c6a;
  box-shadow: -0.5px 4.33px 16px 0px rgba(50, 76, 106, 0.25);
  color: #fff;
  border-radius: 0;
}
.pill-badge-success {
  background-color: #51bb25;
  box-shadow: -0.5px 4.33px 16px 0px rgba(81, 187, 37, 0.25);
  color: #fff;
  border-radius: 0;
}
.pill-badge-danger {
  background-color: #dc3545;
  box-shadow: -0.5px 4.33px 16px 0px rgba(220, 53, 69, 0.25);
  color: #fff;
  border-radius: 0;
}
.pill-badge-info {
  background-color: #a927f9;
  box-shadow: -0.5px 4.33px 16px 0px rgba(169, 39, 249, 0.25);
  color: #fff;
  border-radius: 0;
}
.pill-badge-light {
  background-color: #f4f4f4;
  box-shadow: -0.5px 4.33px 16px 0px rgba(244, 244, 244, 0.25);
  color: #fff;
  border-radius: 0;
}
.pill-badge-dark {
  background-color: #2c323f;
  box-shadow: -0.5px 4.33px 16px 0px rgba(44, 50, 63, 0.25);
  color: #fff;
  border-radius: 0;
}
.pill-badge-warning {
  background-color: #f8d62b;
  box-shadow: -0.5px 4.33px 16px 0px rgba(248, 214, 43, 0.25);
  color: #fff;
  border-radius: 0;
}
.pill-badge-primary {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
}
.pill-badge-secondary {
  background-color: #324c6a;
  background-color: var(--theme-secondary);
}
.round-badge-primary {
  border-radius: 6px;
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
  box-shadow: -0.5px -6.67px 14px 0px rgba(#7e0e45, 0.18);
  box-shadow: -0.5px -6.67px 14px 0px rgba(var(--theme-deafult), 0.18);
  color: #fff !important;
}
.round-badge-secondary {
  border-radius: 6px;
  background-color: #324c6a;
  box-shadow: -0.5px -6.67px 14px 0px rgba(50, 76, 106, 0.18);
  color: #fff !important;
}
.round-badge-success {
  border-radius: 6px;
  background-color: #51bb25;
  box-shadow: -0.5px -6.67px 14px 0px rgba(81, 187, 37, 0.18);
  color: #fff !important;
}
.round-badge-danger {
  border-radius: 6px;
  background-color: #dc3545;
  box-shadow: -0.5px -6.67px 14px 0px rgba(220, 53, 69, 0.18);
  color: #fff !important;
}
.round-badge-info {
  border-radius: 6px;
  background-color: #a927f9;
  box-shadow: -0.5px -6.67px 14px 0px rgba(169, 39, 249, 0.18);
  color: #fff !important;
}
.round-badge-light {
  border-radius: 6px;
  background-color: #f4f4f4;
  box-shadow: -0.5px -6.67px 14px 0px rgba(244, 244, 244, 0.18);
  color: #fff !important;
}
.round-badge-dark {
  border-radius: 6px;
  background-color: #2c323f;
  box-shadow: -0.5px -6.67px 14px 0px rgba(44, 50, 63, 0.18);
  color: #fff !important;
}
.round-badge-warning {
  border-radius: 6px;
  background-color: #f8d62b;
  box-shadow: -0.5px -6.67px 14px 0px rgba(248, 214, 43, 0.18);
  color: #fff !important;
}
.round-badge-primary {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
}
.round-badge-secondary {
  background-color: #324c6a;
  background-color: var(--theme-secondary);
}
/**=====================
    49. Badge CSS Ends
==========================**/
/**=====================
    06. Button CSS start
==========================**/
.btn.calendar {
  color: #2b2b2b;
}
.btn-link {
  color: #7e0e45;
  color: var(--theme-deafult);
}
.btn-primary-gradien {
  background-image: linear-gradient(to right, #a31259 0%, #590a31 51%, #a31259 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
  color: #fff;
}
.btn-primary-gradien:focus, .btn-primary-gradien:active, .btn-primary-gradien.active {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #a31259, 0%, #590a31, 100%, #fff) !important;
}
.btn-secondary-gradien {
  background-image: linear-gradient(to right, #3f6086 0%, #25384e 51%, #3f6086 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-secondary-gradien:hover, .btn-secondary-gradien:focus, .btn-secondary-gradien:active, .btn-secondary-gradien.active, .btn-secondary-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #3f6086, 0%, #25384e, 100%, #fff) !important;
}
.btn-success-gradien {
  background-image: linear-gradient(to right, #62d632 0%, #42991e 51%, #62d632 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-success-gradien:hover, .btn-success-gradien:focus, .btn-success-gradien:active, .btn-success-gradien.active, .btn-success-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #62d632, 0%, #42991e, 100%, #fff) !important;
}
.btn-danger-gradien {
  background-image: linear-gradient(to right, #e25865 0%, #c62232 51%, #e25865 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-danger-gradien:hover, .btn-danger-gradien:focus, .btn-danger-gradien:active, .btn-danger-gradien.active, .btn-danger-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #e25865, 0%, #c62232, 100%, #fff) !important;
}
.btn-warning-gradien {
  background-image: linear-gradient(to right, #f9de52 0%, #f2cb08 51%, #f9de52 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-warning-gradien:hover, .btn-warning-gradien:focus, .btn-warning-gradien:active, .btn-warning-gradien.active, .btn-warning-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #f9de52, 0%, #f2cb08, 100%, #fff) !important;
}
.btn-info-gradien {
  background-image: linear-gradient(to right, #b94ffa 0%, #9707f1 51%, #b94ffa 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-info-gradien:hover, .btn-info-gradien:focus, .btn-info-gradien:active, .btn-info-gradien.active, .btn-info-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #b94ffa, 0%, #9707f1, 100%, #fff) !important;
}
.btn-light-gradien {
  background-image: linear-gradient(to right, white 0%, #e0e0e0 51%, white 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-light-gradien:hover, .btn-light-gradien:focus, .btn-light-gradien:active, .btn-light-gradien.active, .btn-light-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, white, 0%, #e0e0e0, 100%, #fff) !important;
}
.btn-dark-gradien {
  background-image: linear-gradient(to right, #3d4557 0%, #1b1f27 51%, #3d4557 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}
.btn-dark-gradien:hover, .btn-dark-gradien:focus, .btn-dark-gradien:active, .btn-dark-gradien.active, .btn-dark-gradien.hover {
  transition: 1.5s;
  background-position: right center;
  background-image: linear-gradient(to right, #3d4557, 0%, #1b1f27, 100%, #fff) !important;
}
.btn {
  padding: 0.375rem 1.75rem;
}
.btn-lg, .btn-group-lg > .btn {
  font-size: 18px;
}
.btn-sm, .btn-group-sm > .btn {
  font-size: 12px;
}
.btn-xs {
  padding: 0.05rem 0.4rem;
  font-size: 11px;
}
.large-btn {
  margin-bottom: -20px;
}
.large-btn .btn {
  margin-right: 5px;
  margin-bottom: 15px;
}
.btn-air-primary {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active {
  background-color: #50092c;
  border-color: #50092c;
}
.input-air-primary {
  box-shadow: 0 3px 5px 1px rgba(126, 14, 69, 0.1) !important;
}
.input-air-primary:focus {
  border-color: #7e0e45;
}
.btn-air-secondary {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-secondary:hover, .btn-air-secondary:active, .btn-air-secondary:not([disabled]):not(.disabled):active {
  background-color: #223347;
  border-color: #223347;
}
.input-air-secondary {
  box-shadow: 0 3px 5px 1px rgba(50, 76, 106, 0.1) !important;
}
.input-air-secondary:focus {
  border-color: #324c6a;
}
.btn-air-success {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-success:hover, .btn-air-success:active, .btn-air-success:not([disabled]):not(.disabled):active {
  background-color: #3f901d;
  border-color: #3f901d;
}
.input-air-success {
  box-shadow: 0 3px 5px 1px rgba(81, 187, 37, 0.1) !important;
}
.input-air-success:focus {
  border-color: #51bb25;
}
.btn-air-danger {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-danger:hover, .btn-air-danger:active, .btn-air-danger:not([disabled]):not(.disabled):active {
  background-color: #bd2130;
  border-color: #bd2130;
}
.input-air-danger {
  box-shadow: 0 3px 5px 1px rgba(220, 53, 69, 0.1) !important;
}
.input-air-danger:focus {
  border-color: #dc3545;
}
.btn-air-info {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-info:hover, .btn-air-info:active, .btn-air-info:not([disabled]):not(.disabled):active {
  background-color: #9106e7;
  border-color: #9106e7;
}
.input-air-info {
  box-shadow: 0 3px 5px 1px rgba(169, 39, 249, 0.1) !important;
}
.input-air-info:focus {
  border-color: #a927f9;
}
.btn-air-light {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-light:hover, .btn-air-light:active, .btn-air-light:not([disabled]):not(.disabled):active {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}
.input-air-light {
  box-shadow: 0 3px 5px 1px rgba(244, 244, 244, 0.1) !important;
}
.input-air-light:focus {
  border-color: #f4f4f4;
}
.btn-air-dark {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-dark:hover, .btn-air-dark:active, .btn-air-dark:not([disabled]):not(.disabled):active {
  background-color: #171a21;
  border-color: #171a21;
}
.input-air-dark {
  box-shadow: 0 3px 5px 1px rgba(44, 50, 63, 0.1) !important;
}
.input-air-dark:focus {
  border-color: #2c323f;
}
.btn-air-warning {
  box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}
.btn-air-warning:hover, .btn-air-warning:active, .btn-air-warning:not([disabled]):not(.disabled):active {
  background-color: #e8c308;
  border-color: #e8c308;
}
.input-air-warning {
  box-shadow: 0 3px 5px 1px rgba(248, 214, 43, 0.1) !important;
}
.input-air-warning:focus {
  border-color: #f8d62b;
}
.btn-gradient {
  color: #fff !important;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 5px;
  background: linear-gradient(26deg, #7e0e45 0%, #a26cf8 100%);
  background: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%);
  letter-spacing: 0.06rem;
}
.btn-gradient:hover {
  background-size: 100% !important;
}
.btn-warning {
  color: #fff;
}
.btn-warning:hover, .btn-warning.disabled {
  color: #fff;
}
[class*=-gradien]:hover {
  background-size: 50% 100%;
  transition: all 0.3s ease;
  color: #fff;
}
.btn-square {
  border-radius: 0px;
}
.btn-pill {
  border-radius: 60px;
}
.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px;
}
.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0;
}
.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px;
}
.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0;
}
.btn-showcase {
  margin-bottom: -10px;
}
.btn-showcase .btn {
  margin-bottom: 10px;
  margin-right: 18px;
}
.btn-dropdown-showcase {
  margin-bottom: -10px;
}
.btn-dropdown-showcase .dropdown {
  margin-bottom: 10px;
  margin-right: 18px;
}
.btn-dropdown-showcase .btn-group {
  margin-bottom: 10px;
  margin-right: 18px;
}
.btn-group .radio label::before {
  top: 2px;
}
.btn-group .radio label::after {
  top: 7px;
}
.btn-group .checkbox label {
  margin-top: 3px;
}
.btn-group-showcase > div {
  margin-bottom: -20px;
}
.btn-group-showcase > div label {
  margin-bottom: 0;
}
.btn-group-showcase .btn-group {
  margin-right: 20px;
  margin-bottom: 20px;
}
.btn-group-showcase .checkbox input[type=checkbox] {
  display: none;
}
.tooltiptext {
  visibility: visible;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
  transition: opacity 0.3s;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
/**=====================
     06. Button CSS end
==========================**/
/**=====================
    03.  Card CSS Start
==========================**/
.card {
  margin-bottom: 30px;
  border: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
}
.card:hover {
  box-shadow: 0 0 40px rgba(8, 21, 66, 0.05);
  transition: all 0.3s ease;
}
.card .card-header {
  background-color: #fff;
  padding: 40px;
  border-bottom: 1px solid #ecf3fa;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}
.card .card-header.card-no-border {
  border-bottom: none !important;
}
.card .card-header h5 {
  font-size: 22px;
}
.card .card-header h5:not(.mb-0), .card .card-header h5:not(.m-0) {
  margin-bottom: 0;
  text-transform: capitalize;
}
.card .card-header > span {
  font-size: 12px;
  color: rgba(43, 43, 43, 0.7);
  margin-top: 5px;
  display: block;
  letter-spacing: 1px;
}
.card .card-header .card-header-right {
  border-radius: 0 0 0 7px;
  right: 35px;
  top: 33px;
  display: inline-block;
  float: right;
  padding: 8px 0;
  position: absolute;
  background-color: #fff;
  z-index: 1;
}
.card .card-header .card-header-right .card-option {
  text-align: right;
  width: 35px;
  height: 20px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.card .card-header .card-header-right .card-option li {
  display: inline-block;
}
.card .card-header .card-header-right .card-option li:first-child i {
  transition: 1s;
  font-size: 16px;
  color: #7e0e45;
  color: var(--theme-deafult);
}
.card .card-header .card-header-right .card-option li:first-child i.icofont {
  color: unset;
}
.card .card-header .card-header-right i {
  margin: 0 5px;
  cursor: pointer;
  color: #2c323f;
  line-height: 20px;
}
.card .card-header .card-header-right i.icofont-refresh {
  font-size: 13px;
}
.card .card-body {
  padding: 40px;
  background-color: transparent;
}
.card .card-body p:last-child {
  margin-bottom: 0;
}
.card .sub-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 18px;
}
.card .card-footer {
  background-color: #fff;
  border-top: 1px solid #ecf3fa;
  padding: 40px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.card.card-load .card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 8;
  align-items: center;
  justify-content: center;
}
.card.card-load .card-loader i {
  margin: 0 auto;
  color: #7e0e45;
  color: var(--theme-deafult);
  font-size: 20px;
}
.card.full-card {
  position: fixed;
  top: 0;
  z-index: 99999;
  box-shadow: none;
  right: 0;
  border-radius: 0;
  border: 1px solid #efefef;
  width: calc(100vw - 12px);
  height: calc(100vh);
}
.card.full-card .card-body {
  overflow: auto;
}
.card-absolute {
  margin-top: 20px;
}
.card-absolute .card-header {
  position: absolute;
  top: -20px;
  left: 15px;
  border-radius: 0.25rem;
  padding: 10px 15px;
}
.card-absolute .card-header h5 {
  font-size: 17px;
}
.card-absolute .card-body {
  margin-top: 10px;
}
.card-header .border-tab {
  margin-bottom: -13px;
}
.custom-card {
  overflow: hidden;
  padding: 30px;
}
.custom-card .card-header {
  padding: 0;
}
.custom-card .card-header img {
  border-radius: 50%;
  margin-top: -100px;
  transform: scale(1.5);
}
.custom-card .card-profile {
  text-align: center;
}
.custom-card .card-profile img {
  height: 150px;
  padding: 7px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.custom-card .card-social {
  text-align: center;
}
.custom-card .card-social li {
  display: inline-block;
  padding: 15px 0;
}
.custom-card .card-social li a {
  padding: 13px;
  color: #bcc6de;
  font-size: 16px;
  transition: all 0.3s ease;
}
.custom-card .card-social li a:hover {
  color: #7e0e45;
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}
.custom-card .profile-details h6 {
  margin-bottom: 30px;
  margin-top: 10px;
  color: rgba(43, 43, 43, 0.7);
  font-size: 14px;
}
.custom-card .card-footer {
  padding: 0;
}
.custom-card .card-footer > div {
  padding: 15px;
  text-align: center;
}
.custom-card .card-footer > div + div {
  border-left: 1px solid #efefef;
}
.custom-card .card-footer > div h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.custom-card .card-footer > div h6 {
  font-size: 14px;
  color: rgba(43, 43, 43, 0.7);
}
.custom-card .card-footer > div i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 15px;
}
.custom-card .card-footer > div .m-b-card {
  margin-bottom: 10px;
}
/**=====================
    03. Card CSS End
==========================**/
/**=====================
     04. Loader CSS Start
==========================**/
.loader-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  z-index: 111;
  top: 0;
  /*Color Loader*/
  /*Color Loader*/
}
.loader-wrapper .loader-index {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  filter: url("#goo");
}
.loader-wrapper .loader-index:after {
  content: "";
  width: 4em;
  height: 4em;
  background: #7e0e45;
  background: var(--theme-deafult);
  border-radius: 50%;
  position: absolute;
  transform: scale(0.5);
  -webkit-animation: grow 2s cubic-bezier(0.14, 0.05, 0.55, 0.5) infinite alternate;
          animation: grow 2s cubic-bezier(0.14, 0.05, 0.55, 0.5) infinite alternate;
}
.loader-wrapper .loader-index span {
  width: 2em;
  height: 2em;
  background: #324c6a;
  background: var(--theme-secondary);
  border-radius: 50%;
  margin-right: 2em;
  position: relative;
  transform: translateX(7em);
  -webkit-animation: move 4s ease-in-out infinite;
          animation: move 4s ease-in-out infinite;
}
.loader-wrapper .loader-index span:before {
  content: "";
  width: 2em;
  height: 2em;
  background: #7e0e45;
  background: var(--theme-deafult);
  border-radius: 50%;
  position: absolute;
  left: 3em;
  transform: translateX(0em);
  -webkit-animation: shrink 2s ease-in-out infinite;
          animation: shrink 2s ease-in-out infinite;
}
.loader-wrapper .loader-index span:after {
  content: "";
  width: 2em;
  height: 2em;
  background: #a927f9;
  border-radius: 50%;
  position: absolute;
  right: 3em;
  transform: translateX(0em);
  -webkit-animation: shrink 2s ease-in-out infinite;
          animation: shrink 2s ease-in-out infinite;
}
@-webkit-keyframes grow {
  0% {
    transform: scale(0.5);
    background: #a927f9;
  }
  50% {
    transform: scale(1);
    background: #324c6a;
    background: var(--theme-secondary);
  }
}
@keyframes grow {
  0% {
    transform: scale(0.5);
    background: #a927f9;
  }
  50% {
    transform: scale(1);
    background: #324c6a;
    background: var(--theme-secondary);
  }
}
@-webkit-keyframes move {
  0% {
    transform: translateX(7em);
  }
  50% {
    transform: translateX(-5em);
  }
}
@keyframes move {
  0% {
    transform: translateX(7em);
  }
  50% {
    transform: translateX(-5em);
  }
}
@-webkit-keyframes shrink {
  0% {
    transform: translateX(0em);
  }
  50% {
    transform: translateX(-1em);
  }
}
@keyframes shrink {
  0% {
    transform: translateX(0em);
  }
  50% {
    transform: translateX(-1em);
  }
}
.loader-wrapper svg {
  width: 0;
  height: 0;
}
.loader-wrapper body {
  font-family: sans;
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-content: center;
  background: black;
}
.loader-wrapper h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 2em;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
}
.loader-wrapper h1:before {
  position: absolute;
  content: "";
  height: 1px;
  background: linear-gradient(to right, #324c6a, #7e0e45, #a927f9);
  background: linear-gradient(to right, var(--theme-secondary), var(--theme-deafult), #a927f9);
  color: #fff;
  top: 2.75em;
  left: 0.75em;
  width: 2.5em;
  font-weight: 400;
  font-feature-settings: "smcp";
  font-variant: small-caps;
  font-size: 0.5em;
}
.loader-box {
  height: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
}
.loader-box [class*=loader-] {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: inherit;
  vertical-align: middle;
}
.loader-box .loader-1 {
  border: 0.2em dotted #7e0e45;
  border: 0.2em dotted var(--theme-deafult);
  border-radius: 50%;
  -webkit-animation: 1s loader-01 linear infinite;
          animation: 1s loader-01 linear infinite;
}
@-webkit-keyframes loader-01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-2 {
  border: 0.2em solid transparent;
  border-left-color: #324c6a;
  border-left-color: var(--theme-secondary);
  border-right-color: #324c6a;
  border-right-color: var(--theme-secondary);
  border-radius: 50%;
  -webkit-animation: 1s loader-02 linear infinite;
          animation: 1s loader-02 linear infinite;
}
@-webkit-keyframes loader-02 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-02 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-3 {
  border: 0.2em solid #a927f9;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loader-03 linear infinite;
          animation: 1s loader-03 linear infinite;
  position: relative;
}
@-webkit-keyframes loader-03 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-03 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-4 {
  border: 1px solid #a927f9;
  border-radius: 50%;
  -webkit-animation: 1s loader-04 linear infinite;
          animation: 1s loader-04 linear infinite;
  position: relative;
}
.loader-box .loader-4:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.2em;
  left: 50%;
  border: 0.2em solid #a927f9;
  border-radius: 50%;
}
@-webkit-keyframes loader-04 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-04 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-5 {
  border: 0.2em solid transparent;
  border-top-color: #f8d62b;
  border-radius: 50%;
  -webkit-animation: 1s loader-05 linear infinite;
          animation: 1s loader-05 linear infinite;
  position: relative;
}
.loader-box .loader-5:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  border: 0.2em solid #f8d62b;
  border-radius: 50%;
  opacity: 0.5;
}
@-webkit-keyframes loader-05 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-05 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-6 {
  border: 0.2em solid #dc3545;
  border-radius: 50%;
  -webkit-animation: loader-06 1s ease-out infinite;
          animation: loader-06 1s ease-out infinite;
}
@-webkit-keyframes loader-06 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes loader-06 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loader-box .loader-7 {
  border: 0 solid transparent;
  border-radius: 50%;
  position: relative;
}
.loader-box .loader-7:before, .loader-box .loader-7:after {
  content: "";
  border: 0.2em solid #7e0e45;
  border: 0.2em solid var(--theme-deafult);
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-07 1s linear infinite;
          animation: loader-07 1s linear infinite;
  opacity: 0;
}
.loader-box .loader-7:before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.loader-box .loader-7:after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes loader-07 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes loader-07 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loader-box .loader-8 {
  position: relative;
}
.loader-box .loader-8:before, .loader-box .loader-8:after {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background-color: #324c6a;
  background-color: var(--theme-secondary);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-08 2s infinite ease-in-out;
          animation: loader-08 2s infinite ease-in-out;
}
.loader-box .loader-8:after {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes loader-08 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes loader-08 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.loader-box .loader-9 {
  background-color: #a927f9;
  border-radius: 50%;
  -webkit-animation: loader-09 1s infinite ease-in-out;
          animation: loader-09 1s infinite ease-in-out;
}
@-webkit-keyframes loader-09 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes loader-09 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.loader-box .loader-10 {
  position: relative;
  -webkit-animation: loader-10-1 2s infinite linear;
          animation: loader-10-1 2s infinite linear;
}
.loader-box .loader-10:before, .loader-box .loader-10:after {
  content: "";
  width: 0;
  height: 0;
  border: 0.5em solid #a927f9;
  display: block;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: loader-10-2 2s infinite ease-in-out;
          animation: loader-10-2 2s infinite ease-in-out;
}
.loader-box .loader-10:before {
  top: 0;
  left: 50%;
}
.loader-box .loader-10:after {
  bottom: 0;
  right: 50%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes loader-10-1 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-10-1 {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-10-2 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes loader-10-2 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.loader-box .loader-11 {
  background-color: #f8d62b;
  -webkit-animation: loader-11 1.2s infinite ease-in-out;
          animation: loader-11 1.2s infinite ease-in-out;
}
@-webkit-keyframes loader-11 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes loader-11 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.loader-box .loader-12 {
  position: relative;
}
.loader-box .loader-12:before, .loader-box .loader-12:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #dc3545;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 50%;
  box-shadow: -0.5em 0 0 #dc3545;
  -webkit-animation: loader-12 1s linear infinite;
          animation: loader-12 1s linear infinite;
}
.loader-box .loader-12:after {
  top: 50%;
  bottom: 0;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
@-webkit-keyframes loader-12 {
  0%, 100% {
    box-shadow: -0.5em 0 0 transparent;
    background-color: #dc3545;
  }
  50% {
    box-shadow: -0.5em 0 0 #dc3545;
    background-color: transparent;
  }
}
@keyframes loader-12 {
  0%, 100% {
    box-shadow: -0.5em 0 0 transparent;
    background-color: #dc3545;
  }
  50% {
    box-shadow: -0.5em 0 0 #dc3545;
    background-color: transparent;
  }
}
.loader-box .loader-13:before,
.loader-box .loader-13:after,
.loader-box .loader-13 {
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: loader-13 1.8s infinite ease-in-out;
          animation: loader-13 1.8s infinite ease-in-out;
}
.loader-box .loader-13 {
  color: #7e0e45;
  color: var(--theme-deafult);
  position: relative;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  top: -1em;
}
.loader-box .loader-13:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.loader-box .loader-13:after {
  left: 100%;
}
.loader-box .loader-13:before, .loader-box .loader-13:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}
@-webkit-keyframes loader-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em;
  }
}
@keyframes loader-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em;
  }
}
.loader-box .loader-14 {
  border-radius: 50%;
  box-shadow: 0 1em 0 -0.2em #324c6a;
  box-shadow: 0 1em 0 -0.2em var(--theme-secondary);
  position: relative;
  -webkit-animation: loader-14 0.8s ease-in-out alternate infinite;
          animation: loader-14 0.8s ease-in-out alternate infinite;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
  top: -1em;
}
.loader-box .loader-14:after, .loader-box .loader-14:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}
.loader-box .loader-14:before {
  left: -1em;
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.loader-box .loader-14:after {
  right: -1em;
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
@-webkit-keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -0.2em #324c6a;
    box-shadow: 0 2em 0 -0.2em var(--theme-secondary);
  }
  100% {
    box-shadow: 0 1em 0 -0.2em #324c6a;
    box-shadow: 0 1em 0 -0.2em var(--theme-secondary);
  }
}
@keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -0.2em #324c6a;
    box-shadow: 0 2em 0 -0.2em var(--theme-secondary);
  }
  100% {
    box-shadow: 0 1em 0 -0.2em #324c6a;
    box-shadow: 0 1em 0 -0.2em var(--theme-secondary);
  }
}
.loader-box .loader-15 {
  background: #a927f9;
  position: relative;
  -webkit-animation: loader-15 1s ease-in-out infinite;
          animation: loader-15 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  width: 0.25em;
  height: 0.5em;
  margin: 0 0.5em;
}
.loader-box .loader-15:after, .loader-box .loader-15:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}
.loader-box .loader-15:before {
  right: 0.5em;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loader-box .loader-15:after {
  left: 0.5em;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@-webkit-keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 #a927f9, 0 0 0 #a927f9;
  }
  50% {
    box-shadow: 0 -0.25em 0 #a927f9, 0 0.25em 0 #a927f9;
  }
}
@keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 #a927f9, 0 0 0 #a927f9;
  }
  50% {
    box-shadow: 0 -0.25em 0 #a927f9, 0 0.25em 0 #a927f9;
  }
}
.loader-box .loader-16 {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
}
.loader-box .loader-16:before, .loader-box .loader-16:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
          animation: 1s spin linear infinite;
}
.loader-box .loader-16:before {
  transform: rotateX(70deg);
}
.loader-box .loader-16:after {
  transform: rotateY(70deg);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@-webkit-keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px #a927f9;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 #a927f9;
  }
  25% {
    box-shadow: 0 0.2em 0 0px #a927f9;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 #a927f9;
  }
  50% {
    box-shadow: -0.2em 0 0 0 #a927f9;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 #a927f9;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 #a927f9;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 #a927f9;
  }
}
.loader-box .loader-17 {
  position: relative;
  background-color: #f8d62b;
  border-radius: 50%;
}
.loader-box .loader-17:after, .loader-box .loader-17:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.8;
}
.loader-box .loader-17:after {
  left: -0.5em;
  top: -0.25em;
  background-color: #f8d62b;
  transform-origin: 30px 35px;
  -webkit-animation: loader-17 1s linear infinite;
          animation: loader-17 1s linear infinite;
  opacity: 0.6;
}
.loader-box .loader-17:before {
  left: -1.25em;
  top: -0.75em;
  background-color: #f8d62b;
  transform-origin: 40px 40px;
  -webkit-animation: loader-17 2s linear infinite;
          animation: loader-17 2s linear infinite;
}
@-webkit-keyframes loader-17 {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
@keyframes loader-17 {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
.loader-box .loader-18 {
  position: relative;
}
.loader-box .loader-18:before, .loader-box .loader-18:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 0.1em solid transparent;
  border-bottom-color: #dc3545;
  top: 0;
  left: 0;
  -webkit-animation: 1s loader-18 linear infinite;
          animation: 1s loader-18 linear infinite;
}
.loader-box .loader-18:before {
  width: 40px;
  height: 40px;
}
.loader-box .loader-18:after {
  width: 30px;
  height: 30px;
  top: 0.1em;
  left: 0.1em;
  animation-direction: reverse;
}
@-webkit-keyframes loader-18 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-18 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-19 {
  border-top: 0.2em solid #7e0e45;
  border-top: 0.2em solid var(--theme-deafult);
  border-right: 0.2em solid transparent;
  -webkit-animation: loader-19 1s linear infinite;
          animation: loader-19 1s linear infinite;
  border-radius: 100%;
  position: relative;
}
@-webkit-keyframes loader-19 {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-19 {
  to {
    transform: rotate(360deg);
  }
}
.loader-box .loader-20 {
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 0.1em #324c6a;
  box-shadow: inset 0px 0px 0px 0.1em var(--theme-secondary);
  border-radius: 50%;
  position: relative;
}
.loader-box .loader-20:after, .loader-box .loader-20:before {
  position: absolute;
  content: "";
  background-color: #324c6a;
  background-color: var(--theme-secondary);
  top: 24px;
  left: 24px;
  height: 0.1em;
  transform-origin: left center;
}
.loader-box .loader-20:after {
  width: 0.4em;
  -webkit-animation: loader-20 2s linear infinite;
          animation: loader-20 2s linear infinite;
}
.loader-box .loader-20:before {
  width: 20px;
  -webkit-animation: loader-20 8s linear infinite;
          animation: loader-20 8s linear infinite;
}
@-webkit-keyframes loader-20 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-20 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-21 {
  position: relative;
}
.loader-box .loader-21:before, .loader-box .loader-21:after {
  position: absolute;
  content: "";
}
.loader-box .loader-21:before {
  width: 80%;
  height: 80%;
  left: 10%;
  bottom: 10%;
  border-radius: 100% 100% 100% 0;
  box-shadow: 0px 0px 0px 0.1em #a927f9;
  -webkit-animation: loader-21 1s linear infinite;
          animation: loader-21 1s linear infinite;
  transform: rotate(-46deg);
}
.loader-box .loader-21:after {
  width: 1em;
  height: 0.3em;
  border-radius: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: -0.2em;
  z-index: -1;
}
@-webkit-keyframes loader-21 {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}
@keyframes loader-21 {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}
.loader-box .loader-22 {
  border: 0.1em #a927f9 solid;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.loader-box .loader-22:after, .loader-box .loader-22:before {
  position: absolute;
  content: "";
  background-color: #a927f9;
}
.loader-box .loader-22:after {
  width: 50%;
  height: 0.1em;
  left: 50%;
  top: 50%;
  transform-origin: left center;
  -webkit-animation: loader-22 2s linear infinite alternate;
          animation: loader-22 2s linear infinite alternate;
}
.loader-box .loader-22:before {
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
}
@-webkit-keyframes loader-22 {
  0% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@keyframes loader-22 {
  0% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
.loader-box .loader-23 {
  height: 0.5em;
  border: 0.1em #f8d62b solid;
  border-radius: 0.1em;
  position: relative;
  -webkit-animation: loader-23 5s linear infinite;
          animation: loader-23 5s linear infinite;
}
.loader-box .loader-23:after {
  width: 0.07em;
  height: 100%;
  background-color: #f8d62b;
  border-radius: 0px 0.5em 0.5em 0px;
  position: absolute;
  content: "";
  top: 0;
  left: calc(100% + .1em);
}
@-webkit-keyframes loader-23 {
  0% {
    box-shadow: inset 0px 0px 0px #f8d62b;
  }
  100% {
    box-shadow: inset 1em 0px 0px #f8d62b;
  }
}
@keyframes loader-23 {
  0% {
    box-shadow: inset 0px 0px 0px #f8d62b;
  }
  100% {
    box-shadow: inset 1em 0px 0px #f8d62b;
  }
}
.loader-box .loader-24 {
  width: 0.8em;
  height: 1em;
  border: 0.1em #dc3545 solid;
  border-radius: 0px 0px 0.2em 0.2em;
  position: relative;
}
.loader-box .loader-24:after, .loader-box .loader-24:before {
  position: absolute;
  content: "";
}
.loader-box .loader-24:after {
  width: 0.2em;
  height: 50%;
  border: 0.1em #dc3545 solid;
  border-left: none;
  border-radius: 0px 0.5em 0.5em 0px;
  left: calc(100% + .1em);
  top: 0.1em;
}
.loader-box .loader-24:before {
  width: 0.1em;
  height: 0.3em;
  background-color: #dc3545;
  top: -0.3em;
  left: 0.05em;
  box-shadow: 0.2em 0px 0px 0px #dc3545, 0.2em -0.2em 0px 0px #dc3545, 0.4em 0px 0px 0px #dc3545;
  -webkit-animation: loader-24 1s linear infinite alternate;
          animation: loader-24 1s linear infinite alternate;
}
@-webkit-keyframes loader-24 {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
@keyframes loader-24 {
  0% {
    height: 0px;
  }
  100% {
    height: 6px;
  }
}
.loader-box .loader-25 {
  border: 0.1em #7e0e45 solid;
  border: 0.1em var(--theme-deafult) solid;
  position: relative;
  -webkit-animation: loader-25-1 5s linear infinite;
          animation: loader-25-1 5s linear infinite;
}
.loader-box .loader-25:after {
  width: 0.2em;
  height: 0.2em;
  position: absolute;
  content: "";
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
  bottom: calc(100% + .2em);
  left: -0.4em;
  -webkit-animation: loader-25-2 1s ease-in-out infinite;
          animation: loader-25-2 1s ease-in-out infinite;
}
@-webkit-keyframes loader-25-1 {
  0% {
    box-shadow: inset 0 0 0 0 #7e0e45;
    box-shadow: inset 0 0 0 0 var(--theme-deafult);
  }
  100% {
    box-shadow: inset 0 -1em 0 0 #7e0e45;
    box-shadow: inset 0 -1em 0 0 var(--theme-deafult);
  }
}
@keyframes loader-25-1 {
  0% {
    box-shadow: inset 0 0 0 0 #7e0e45;
    box-shadow: inset 0 0 0 0 var(--theme-deafult);
  }
  100% {
    box-shadow: inset 0 -1em 0 0 #7e0e45;
    box-shadow: inset 0 -1em 0 0 var(--theme-deafult);
  }
}
@-webkit-keyframes loader-25-2 {
  25% {
    left: calc(100% + .2em);
    bottom: calc(100% + .2em);
  }
  50% {
    left: calc(100% + .2em);
    bottom: -0.4em;
  }
  75% {
    left: -0.4em;
    bottom: -0.4em;
  }
  100% {
    left: -0.4em;
    bottom: calc(100% + .2em);
  }
}
@keyframes loader-25-2 {
  25% {
    left: calc(100% + .2em);
    bottom: calc(100% + .2em);
  }
  50% {
    left: calc(100% + .2em);
    bottom: -0.4em;
  }
  75% {
    left: -0.4em;
    bottom: -0.4em;
  }
  100% {
    left: -0.4em;
    bottom: calc(100% + .2em);
  }
}
.loader-box .loader-26 {
  width: 0.5em;
  height: 0.5em;
  background-color: #324c6a;
  background-color: var(--theme-secondary);
  box-shadow: 1em 0px 0px #324c6a;
  box-shadow: 1em 0px 0px var(--theme-secondary);
  border-radius: 50%;
  -webkit-animation: loader-26 1s ease-in-out infinite alternate;
          animation: loader-26 1s ease-in-out infinite alternate;
}
@-webkit-keyframes loader-26 {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}
@keyframes loader-26 {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}
.loader-box .loader-29 {
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.1em #a927f9, -0.5em -0.5em 0 -0.4em #a927f9, 0 -0.7em 0 -0.4em #a927f9, 0.5em -0.5em 0 -0.4em #a927f9, -0.5em 0.5em 0 -0.4em #a927f9, 0 0.7em 0 -0.4em #a927f9, 0.5em 0.5em 0 -0.4em #a927f9, -0.7em 0 0 -0.4em #a927f9, 0.7em 0 0 -0.4em #a927f9;
  -webkit-animation: 5s loader-29 linear infinite;
          animation: 5s loader-29 linear infinite;
}
@-webkit-keyframes loader-29 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-29 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-30 {
  border: 0.2em solid transparent;
  border-top-color: #a927f9;
  border-bottom-color: #a927f9;
  border-radius: 50%;
  position: relative;
  -webkit-animation: 1s loader-30 linear infinite;
          animation: 1s loader-30 linear infinite;
}
.loader-box .loader-30:before, .loader-box .loader-30:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: 0.2em solid transparent;
  border-bottom-color: #a927f9;
}
.loader-box .loader-30:before {
  transform: rotate(135deg);
  right: -0.3em;
  top: -0.05em;
}
.loader-box .loader-30:after {
  transform: rotate(-45deg);
  left: -0.3em;
  bottom: -0.05em;
}
@-webkit-keyframes loader-30 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-30 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-box .loader-31 {
  box-shadow: 0 0 2em #f8d62b;
  background-color: #f8d62b;
  position: relative;
  border-radius: 50%;
  transform: rotateX(-60deg) perspective(1000px);
}
.loader-box .loader-31:before, .loader-box .loader-31:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  -webkit-animation: 1s loader-31 ease-out infinite;
          animation: 1s loader-31 ease-out infinite;
}
.loader-box .loader-31:after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes loader-31 {
  0% {
    opacity: 1;
    transform: rotate(0deg);
    box-shadow: 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b;
  }
  100% {
    opacity: 0;
    transform: rotate(180deg);
    box-shadow: -1em -1em 0 -0.35em #f8d62b, 0 -1.5em 0 -0.35em #f8d62b, 1em -1em 0 -0.35em #f8d62b, -1.5em 0 0 -0.35em #f8d62b, 1.5em 0 0 -0.35em #f8d62b, -1em 1em 0 -0.35em #f8d62b, 0 1.5em 0 -0.35em #f8d62b, 1em 1em 0 -0.35em #f8d62b;
  }
}
@keyframes loader-31 {
  0% {
    opacity: 1;
    transform: rotate(0deg);
    box-shadow: 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b;
  }
  100% {
    opacity: 0;
    transform: rotate(180deg);
    box-shadow: -1em -1em 0 -0.35em #f8d62b, 0 -1.5em 0 -0.35em #f8d62b, 1em -1em 0 -0.35em #f8d62b, -1.5em 0 0 -0.35em #f8d62b, 1.5em 0 0 -0.35em #f8d62b, -1em 1em 0 -0.35em #f8d62b, 0 1.5em 0 -0.35em #f8d62b, 1em 1em 0 -0.35em #f8d62b;
  }
}
.loader-box .loader-32 {
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0 1em 0 #dc3545, inset 0 0 1em 0 #dc3545;
  -webkit-animation: 1s loader-32 linear infinite;
          animation: 1s loader-32 linear infinite;
}
.loader-box .loader-32:before, .loader-box .loader-32:after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  border-radius: 50%;
}
.loader-box .loader-32:before {
  border-top: 0.2em solid #dc3545;
  border-right: 0.2em solid transparent;
  top: 0.28em;
  right: calc(50% - .22em);
}
.loader-box .loader-32:after {
  border-bottom: 0.2em solid #dc3545;
  border-left: 0.2em solid transparent;
  bottom: 0.28em;
  left: calc(50% - .22em);
}
@-webkit-keyframes loader-32 {
  0% {
    transform: rotateX(-60deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(-60deg) rotateZ(360deg);
  }
}
@keyframes loader-32 {
  0% {
    transform: rotateX(-60deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(-60deg) rotateZ(360deg);
  }
}
.loader-box .loader-34 {
  position: relative;
  width: 1em;
  height: 0.5em;
}
.loader-box .loader-34:after, .loader-box .loader-34:before {
  position: absolute;
  content: "";
  height: 0.4em;
  width: 0.4em;
  top: 0;
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
  border-radius: 50%;
}
.loader-box .loader-34:after {
  right: 0;
  -webkit-animation: loader-34-2 0.5s ease-in-out infinite;
          animation: loader-34-2 0.5s ease-in-out infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.loader-box .loader-34:before {
  left: 0;
  -webkit-animation: loader-34-1 0.5s ease-in-out infinite;
          animation: loader-34-1 0.5s ease-in-out infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@-webkit-keyframes loader-34-1 {
  0% {
    transform: translatex(0px);
  }
  65% {
    height: 0.4em;
    width: 0.4em;
  }
  100% {
    height: 0.5em;
    width: 0.3em;
    transform: translatex(0.2em);
  }
}
@keyframes loader-34-1 {
  0% {
    transform: translatex(0px);
  }
  65% {
    height: 0.4em;
    width: 0.4em;
  }
  100% {
    height: 0.5em;
    width: 0.3em;
    transform: translatex(0.2em);
  }
}
@-webkit-keyframes loader-34-2 {
  0% {
    transform: translatex(0px);
  }
  65% {
    height: 0.4em;
    width: 0.4em;
  }
  100% {
    height: 0.5em;
    width: 0.3em;
    transform: translatex(-0.2em);
  }
}
@keyframes loader-34-2 {
  0% {
    transform: translatex(0px);
  }
  65% {
    height: 0.4em;
    width: 0.4em;
  }
  100% {
    height: 0.5em;
    width: 0.3em;
    transform: translatex(-0.2em);
  }
}
.loader-box .loader-35 {
  margin: 0 0.5em;
  position: relative;
}
.loader-box .loader-35:before {
  border-radius: 50%;
  background-color: #324c6a;
  background-color: var(--theme-secondary);
  -webkit-animation: loader-35 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: loader-35 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  content: "";
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
  position: absolute;
}
@-webkit-keyframes loader-35 {
  0% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-100%) scale(0.3);
  }
  50% {
    transform: translateX(0) scale(1);
  }
  75% {
    transform: translateX(100%) scale(0.3);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@keyframes loader-35 {
  0% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-100%) scale(0.3);
  }
  50% {
    transform: translateX(0) scale(1);
  }
  75% {
    transform: translateX(100%) scale(0.3);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
.loader-box .loader-37 {
  border-right: 0.1em solid #a927f9;
  border-radius: 100%;
  -webkit-animation: loader-37 800ms linear infinite;
          animation: loader-37 800ms linear infinite;
}
.loader-box .loader-37:before, .loader-box .loader-37:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  position: absolute;
  top: calc(50% - .4em);
  left: calc(50% - .4em);
  border-left: 0.08em solid #a927f9;
  border-radius: 100%;
  animation: loader-37 400ms linear infinite reverse;
}
.loader-box .loader-37:after {
  width: 0.6em;
  height: 0.6em;
  top: calc(50% - .3em);
  left: calc(50% - .3em);
  border: 0;
  border-right: 0.05em solid #a927f9;
  -webkit-animation: none;
          animation: none;
}
@-webkit-keyframes loader-37 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes loader-37 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.loader-box .loader-38 {
  height: 0.1em;
  width: 0.1em;
  box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9;
  -webkit-animation: loader-38 6s infinite;
          animation: loader-38 6s infinite;
}
@-webkit-keyframes loader-38 {
  0% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9;
  }
  8.33% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9;
  }
  16.66% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9;
  }
  24.99% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9;
  }
  33.32% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9;
  }
  41.65% {
    box-shadow: 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9;
  }
  49.98% {
    box-shadow: 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9;
  }
  58.31% {
    box-shadow: -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9;
  }
  66.64% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9;
  }
  74.97% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9;
  }
  83.3% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9;
  }
  91.63% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9;
  }
  100% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9;
  }
}
@keyframes loader-38 {
  0% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9;
  }
  8.33% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9;
  }
  16.66% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9;
  }
  24.99% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9;
  }
  33.32% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9;
  }
  41.65% {
    box-shadow: 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9;
  }
  49.98% {
    box-shadow: 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9;
  }
  58.31% {
    box-shadow: -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9;
  }
  66.64% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9;
  }
  74.97% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9;
  }
  83.3% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9;
  }
  91.63% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9;
  }
  100% {
    box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9;
  }
}
.loader-box .loader-39 {
  position: relative;
  width: 0.15em;
  height: 0.15em;
  background-color: #f8d62b;
  border-radius: 100%;
  -webkit-animation: loader-39-1 30s infinite linear;
          animation: loader-39-1 30s infinite linear;
}
.loader-box .loader-39:before, .loader-box .loader-39:after {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader-box .loader-39:before {
  width: 20px;
  height: 60px;
  -webkit-animation: loader-39-2 0.8s linear infinite;
          animation: loader-39-2 0.8s linear infinite;
}
.loader-box .loader-39:after {
  width: 60px;
  height: 20px;
  -webkit-animation: loader-39-2 1.2s linear infinite;
          animation: loader-39-2 1.2s linear infinite;
}
@-webkit-keyframes loader-39-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-39-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-39-2 {
  0% {
    box-shadow: 0.04em -0.04em 0 0.02em #f8d62b;
  }
  25% {
    box-shadow: 0.04em 0.04em 0 0.02em #f8d62b;
  }
  50% {
    box-shadow: -0.04em 0.04em 0 0.02em #f8d62b;
  }
  75% {
    box-shadow: -0.04em -0.04em 0 0.02em #f8d62b;
  }
  100% {
    box-shadow: 0.04em -0.04em 0 0.02em #f8d62b;
  }
}
@keyframes loader-39-2 {
  0% {
    box-shadow: 0.04em -0.04em 0 0.02em #f8d62b;
  }
  25% {
    box-shadow: 0.04em 0.04em 0 0.02em #f8d62b;
  }
  50% {
    box-shadow: -0.04em 0.04em 0 0.02em #f8d62b;
  }
  75% {
    box-shadow: -0.04em -0.04em 0 0.02em #f8d62b;
  }
  100% {
    box-shadow: 0.04em -0.04em 0 0.02em #f8d62b;
  }
}
.loader-box .loader-40 {
  border: 0.05em #dc3545 solid;
  border-radius: 0.2em;
  overflow: hidden;
  position: relative;
}
.loader-box .loader-40:after, .loader-box .loader-40:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-animation: loader-40 2s infinite linear;
          animation: loader-40 2s infinite linear;
}
.loader-box .loader-40:before {
  border-top: 0.2em #dc3545 solid;
  top: -0.15em;
  left: calc(-50% - .15em);
  transform-origin: right center;
}
.loader-box .loader-40:after {
  border-bottom: 0.2em #dc3545 solid;
  top: 0.15em;
  right: calc(-50% - .15em);
  transform-origin: left center;
}
@-webkit-keyframes loader-40 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes loader-40 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.loader-box .loader-41 {
  border: 0.05em #7e0e45 solid;
  border: 0.05em var(--theme-deafult) solid;
  border-radius: 0.2em;
  position: relative;
  background: linear-gradient(45deg, transparent 48%, #7e0e45 50%, #7e0e45 50%, transparent 52%, transparent), linear-gradient(-45deg, transparent 48%, #7e0e45 50%, #7e0e45 50%, transparent 52%, transparent);
  background: linear-gradient(45deg, transparent 48%, var(--theme-deafult) 50%, var(--theme-deafult) 50%, transparent 52%, transparent), linear-gradient(-45deg, transparent 48%, var(--theme-deafult) 50%, var(--theme-deafult) 50%, transparent 52%, transparent);
  background-size: 0.5em 0.5em;
  background-position: 0% 0%;
  -webkit-animation: loader-41 1s infinite linear;
          animation: loader-41 1s infinite linear;
}
@-webkit-keyframes loader-41 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1em 0;
  }
}
@keyframes loader-41 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1em 0;
  }
}
.loader-box .loader-42 {
  width: 2em;
  height: 0.66em;
  border: 0.05em #324c6a solid;
  border: 0.05em var(--theme-secondary) solid;
  border-radius: 0.1em;
  background: linear-gradient(-60deg, transparent 0%, transparent 50%, #324c6a 50%, #324c6a 75%, transparent 75%, transparent);
  background: linear-gradient(-60deg, transparent 0%, transparent 50%, var(--theme-secondary) 50%, var(--theme-secondary) 75%, transparent 75%, transparent);
  background-size: 1em 2em;
  background-position: 0 0;
  -webkit-animation: loader-42 0.8s infinite linear;
          animation: loader-42 0.8s infinite linear;
}
@-webkit-keyframes loader-42 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2em 0;
  }
}
@keyframes loader-42 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2em 0;
  }
}
/**=====================
     04. Loader CSS Ends
==========================**/
/**=====================
     16. Popover CSS Start
==========================**/
.popover-header {
  background-color: #2c323f;
  color: #fff;
}
.popover-body {
  color: #2b2b2b;
}
.popover-main .btn-showcase a {
  color: #fff;
}
.popover-main .btn-showcase button:last-child {
  margin-right: 0;
}
/**=====================
     16. Popover CSS Ends
==========================**/
/**=====================
     28. Radio CSS Start
==========================**/
.animate-chk label {
  line-height: 1.6;
  cursor: pointer;
}
.animate-chk label:last-child {
  margin-bottom: 0;
}
.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin: 0 1rem 0 0;
}
.checkbox_animated:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.225rem;
  z-index: 1;
  width: 0.75rem;
  height: 0.375rem;
  border: 2px solid #7e0e45;
  border: 2px solid var(--theme-deafult);
  border-top-style: none;
  border-right-style: none;
}
.checkbox_animated:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  background: #fff;
  border: 2px solid #ecf3fa;
  cursor: pointer;
}
.checkbox_animated:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}
.radio_animated {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.radio_animated:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0.125rem;
  z-index: 1;
  width: 0.75rem;
  height: 0.75rem;
  background: #7e0e45;
  background: var(--theme-deafult);
  border-radius: 50%;
}
.radio_animated:after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border: 2px solid #ecf3fa;
  border-radius: 50%;
}
.radio_animated:checked:before {
  transform: scale(1, 1);
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  margin-left: -16px;
  border: 1px solid #efefef;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #242934;
}
.checkbox input[type=checkbox] {
  opacity: 0;
}
.checkbox input[type=checkbox]:focus {
  outline-offset: -2px;
}
.checkbox input[type=checkbox]:focus + label::before {
  outline-offset: -2px;
}
.checkbox input[type=checkbox]:checked + label::before {
  font-family: themify;
  content: "";
  text-align: center;
  line-height: 1.2;
}
.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox]:disabled + label::before {
  background-color: #f4f4f4;
  cursor: not-allowed;
}
.checkbox .checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox .checkbox-inline {
  margin-top: 0;
}
.m-squar label::before {
  border-radius: 0;
}
.m-squar .checkbox-circle label::before {
  border-radius: 50%;
}
.m-squar .checkbox-inline {
  margin-top: 0;
}
.checkbox-primary label::before {
  border-color: #7e0e45;
  border-color: var(--theme-deafult);
}
.checkbox-primary input[type=checkbox]:checked + label::before {
  border-color: #7e0e45;
  border-color: var(--theme-deafult);
  color: #7e0e45;
  color: var(--theme-deafult);
}
.checkbox-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-primary label:before {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
  border-color: #7e0e45;
  border-color: var(--theme-deafult);
  color: #fff;
}
.checkbox-solid-primary input[type=checkbox]:checked + label::before {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
  border-color: #7e0e45;
  border-color: var(--theme-deafult);
  color: #fff;
}
.checkbox-solid-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}
.radio-primary input[type=radio] + label::before {
  border-color: #7e0e45;
  border-color: var(--theme-deafult);
}
.radio-primary input[type=radio] + label::after {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
}
.radio-primary input[type=radio]:checked + label::before {
  border-color: #7e0e45;
  border-color: var(--theme-deafult);
}
.radio-primary input[type=radio]:checked + label::after {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
}
.checkbox-secondary label::before {
  border-color: #324c6a;
}
.checkbox-secondary input[type=checkbox]:checked + label::before {
  border-color: #324c6a;
  color: #324c6a;
}
.checkbox-secondary input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-secondary label:before {
  background-color: #324c6a;
  border-color: #324c6a;
  color: #fff;
}
.checkbox-solid-secondary input[type=checkbox]:checked + label::before {
  background-color: #324c6a;
  border-color: #324c6a;
  color: #fff;
}
.checkbox-solid-secondary input[type=checkbox]:checked + label::after {
  color: #fff;
}
.radio-secondary input[type=radio] + label::before {
  border-color: #324c6a;
}
.radio-secondary input[type=radio] + label::after {
  background-color: #324c6a;
}
.radio-secondary input[type=radio]:checked + label::before {
  border-color: #324c6a;
}
.radio-secondary input[type=radio]:checked + label::after {
  background-color: #324c6a;
}
.checkbox-success label::before {
  border-color: #51bb25;
}
.checkbox-success input[type=checkbox]:checked + label::before {
  border-color: #51bb25;
  color: #51bb25;
}
.checkbox-success input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-success label:before {
  background-color: #51bb25;
  border-color: #51bb25;
  color: #fff;
}
.checkbox-solid-success input[type=checkbox]:checked + label::before {
  background-color: #51bb25;
  border-color: #51bb25;
  color: #fff;
}
.checkbox-solid-success input[type=checkbox]:checked + label::after {
  color: #fff;
}
.radio-success input[type=radio] + label::before {
  border-color: #51bb25;
}
.radio-success input[type=radio] + label::after {
  background-color: #51bb25;
}
.radio-success input[type=radio]:checked + label::before {
  border-color: #51bb25;
}
.radio-success input[type=radio]:checked + label::after {
  background-color: #51bb25;
}
.checkbox-danger label::before {
  border-color: #dc3545;
}
.checkbox-danger input[type=checkbox]:checked + label::before {
  border-color: #dc3545;
  color: #dc3545;
}
.checkbox-danger input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-danger label:before {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.checkbox-solid-danger input[type=checkbox]:checked + label::before {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.checkbox-solid-danger input[type=checkbox]:checked + label::after {
  color: #fff;
}
.radio-danger input[type=radio] + label::before {
  border-color: #dc3545;
}
.radio-danger input[type=radio] + label::after {
  background-color: #dc3545;
}
.radio-danger input[type=radio]:checked + label::before {
  border-color: #dc3545;
}
.radio-danger input[type=radio]:checked + label::after {
  background-color: #dc3545;
}
.checkbox-info label::before {
  border-color: #a927f9;
}
.checkbox-info input[type=checkbox]:checked + label::before {
  border-color: #a927f9;
  color: #a927f9;
}
.checkbox-info input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-info label:before {
  background-color: #a927f9;
  border-color: #a927f9;
  color: #fff;
}
.checkbox-solid-info input[type=checkbox]:checked + label::before {
  background-color: #a927f9;
  border-color: #a927f9;
  color: #fff;
}
.checkbox-solid-info input[type=checkbox]:checked + label::after {
  color: #fff;
}
.radio-info input[type=radio] + label::before {
  border-color: #a927f9;
}
.radio-info input[type=radio] + label::after {
  background-color: #a927f9;
}
.radio-info input[type=radio]:checked + label::before {
  border-color: #a927f9;
}
.radio-info input[type=radio]:checked + label::after {
  background-color: #a927f9;
}
.checkbox-light label::before {
  border-color: #f4f4f4;
}
.checkbox-light input[type=checkbox]:checked + label::before {
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.checkbox-light input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-light label:before {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #fff;
}
.checkbox-solid-light input[type=checkbox]:checked + label::before {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #fff;
}
.checkbox-solid-light input[type=checkbox]:checked + label::after {
  color: #fff;
}
.radio-light input[type=radio] + label::before {
  border-color: #f4f4f4;
}
.radio-light input[type=radio] + label::after {
  background-color: #f4f4f4;
}
.radio-light input[type=radio]:checked + label::before {
  border-color: #f4f4f4;
}
.radio-light input[type=radio]:checked + label::after {
  background-color: #f4f4f4;
}
.checkbox-dark label::before {
  border-color: #2c323f;
}
.checkbox-dark input[type=checkbox]:checked + label::before {
  border-color: #2c323f;
  color: #2c323f;
}
.checkbox-dark input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-dark label:before {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fff;
}
.checkbox-solid-dark input[type=checkbox]:checked + label::before {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fff;
}
.checkbox-solid-dark input[type=checkbox]:checked + label::after {
  color: #fff;
}
.radio-dark input[type=radio] + label::before {
  border-color: #2c323f;
}
.radio-dark input[type=radio] + label::after {
  background-color: #2c323f;
}
.radio-dark input[type=radio]:checked + label::before {
  border-color: #2c323f;
}
.radio-dark input[type=radio]:checked + label::after {
  background-color: #2c323f;
}
.checkbox-warning label::before {
  border-color: #f8d62b;
}
.checkbox-warning input[type=checkbox]:checked + label::before {
  border-color: #f8d62b;
  color: #f8d62b;
}
.checkbox-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}
.checkbox-solid-warning label:before {
  background-color: #f8d62b;
  border-color: #f8d62b;
  color: #fff;
}
.checkbox-solid-warning input[type=checkbox]:checked + label::before {
  background-color: #f8d62b;
  border-color: #f8d62b;
  color: #fff;
}
.checkbox-solid-warning input[type=checkbox]:checked + label::after {
  color: #fff;
}
.radio-warning input[type=radio] + label::before {
  border-color: #f8d62b;
}
.radio-warning input[type=radio] + label::after {
  background-color: #f8d62b;
}
.radio-warning input[type=radio]:checked + label::before {
  border-color: #f8d62b;
}
.radio-warning input[type=radio]:checked + label::after {
  background-color: #f8d62b;
}
.m-checkbox-inline .checkbox {
  display: inline-block;
}
.m-checkbox-inline .radio {
  display: inline-block;
}
.m-checkbox-inline label {
  margin-right: 20px;
}
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #7e0e45;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 9px;
  height: 9px;
  left: 5px;
  top: 5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #7e0e45;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type=radio] {
  opacity: 0;
}
.radio input[type=radio]:focus + label::before {
  outline-offset: -2px;
}
.radio input[type=radio]:checked + label::after {
  transform: scale(1, 1);
}
.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}
.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}
.radio .radio-inline {
  margin-top: 0;
}
/**=====================
     28. Radio CSS Ends
==========================**/
/**=====================
     39. Table  CSS Start
==========================**/
.pills-component {
  width: 20%;
}
.table {
  margin-bottom: 0px;
}
.table th, .table td {
  padding: 0.75rem;
}
.table th {
  color: #2b2b2b;
  font-weight: 500;
}
.table td {
  color: #2b2b2b;
}
.table [class*=bg-] {
  color: #fff;
}
.table .bg-light {
  color: #2b2b2b;
}
.table tfoot {
  font-weight: bold;
}
.table .Double th,
.table .Double td {
  border-bottom-style: double;
  border-color: #ecf3fa;
}
.table .Double:last-child th,
.table .Double:last-child td {
  border-bottom: none;
}
.table thead .Double th {
  border-top: 1px double #ecf3fa;
  border-bottom-style: double !important;
  border-color: #ecf3fa !important;
}
.table .Dotted th,
.table .Dotted td {
  border-bottom-style: dotted;
  border-color: #ecf3fa;
}
.table .Dotted:last-child th,
.table .Dotted:last-child td {
  border-bottom: none;
}
.table thead .Dotted th {
  border-top: 1px dotted #ecf3fa;
  border-bottom-style: dotted !important;
  border-color: #ecf3fa !important;
}
.table .Dashed th,
.table .Dashed td {
  border-bottom-style: dashed;
  border-color: #ecf3fa;
}
.table .Dashed:last-child th,
.table .Dashed:last-child td {
  border-bottom: none;
}
.table thead .Dashed th {
  border-top: 1px dashed #ecf3fa;
  border-bottom-style: dashed !important;
  border-color: #ecf3fa !important;
}
.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th, .table-inverse td {
  border-color: #fff;
  color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}
.table[class*=bg-] th, .table[class*=bg-] td {
  color: #fff;
}
.table-hover tbody tr:hover {
  background-color: #fdfeff;
}
.table-xl td, .table-xl th {
  padding: 1.25rem 2rem;
  font-size: 120%;
}
.table-lg td, .table-lg th {
  padding: 0.9rem 2rem;
  font-size: 110%;
}
.table-de td, .table-de th {
  padding: 0.75rem 2rem;
}
.table-sm th, .table-sm td {
  padding: 0.5rem 2rem;
  font-size: 90%;
}
.table-xs th, .table-xs td {
  padding: 0.2rem 2rem;
  font-size: 80%;
}
.table-border-horizontal tr, .table-border-horizontal th, .table-border-horizontal td {
  border-top: 1px solid #f2f4ff;
  padding: 0.75rem 2rem;
}
.table-border-vertical tr, .table-border-vertical th, .table-border-vertical td {
  border-top: 0;
  border-right: 1px solid #f2f4ff;
}
.table-border-vertical tr td:last-child {
  border-right: none;
}
.table-bordernone td {
  border: none !important;
}
.table-bordernone thead th {
  border: none !important;
}
.table-bordernone .bd-t-none {
  border-top: none;
}
.table-bordernone .u-s-tb {
  padding: 11px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(245, 247, 250, 0.5);
}
.table-bordered td, .table-bordered th {
  border-color: #f2f4ff;
}
/**=====================
     39.Table CSS Ends
==========================**/
agm-map {
  height: 500px;
}
/**=====================
    52. Datepicker CSS Start
==========================**/
.date-range-picker .theme-form {
  margin-bottom: 30px;
}
.date-range-picker > div:last-child .theme-form {
  margin-bottom: 0px;
}
.ngb-dp-arrow-btn {
  padding: 0.25rem;
}
.custom-datepicker {
  border: 1px solid transparent !important;
}
.custom-datepicker .custom-day {
  font-size: 14px;
  text-align: center;
  padding: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.custom-datepicker ngb-datepicker, .custom-datepicker .dropdown-menu {
  border: none;
  box-shadow: 0 4px 14px rgba(126, 14, 69, 0.15);
  border-radius: 8px;
  width: 295px;
}
.custom-datepicker .ngb-dp-header {
  padding: 20px 0 10px 0;
}
.custom-datepicker .ngb-dp-months {
  display: inherit;
  width: 100%;
  background-color: #fff;
}
.custom-datepicker .ngb-dp-weekday {
  color: #2b2b2b;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11.2px;
}
.custom-datepicker .ngb-dp-weekdays {
  border-bottom: 1px solid transparent;
}
.custom-datepicker .ngb-dp-day, .custom-datepicker .ngb-dp-week-number, .custom-datepicker .ngb-dp-weekday, .custom-datepicker .ngb-dp-arrow {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-style: inherit;
}
.custom-datepicker .ngb-dp-day [ngbDatepickerDayView], .custom-datepicker .ngb-dp-week-number [ngbDatepickerDayView], .custom-datepicker .ngb-dp-weekday [ngbDatepickerDayView], .custom-datepicker .ngb-dp-arrow [ngbDatepickerDayView] {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.custom-datepicker .ngb-dp-day .btn-light, .custom-datepicker .ngb-dp-week-number .btn-light, .custom-datepicker .ngb-dp-weekday .btn-light, .custom-datepicker .ngb-dp-arrow .btn-light {
  background-color: #fff !important;
  border-color: #fff !important;
  font-size: 14px;
  color: #000 !important;
}
.custom-datepicker .ngb-dp-day .btn-light:hover, .custom-datepicker .ngb-dp-day .btn-light:focus, .custom-datepicker .ngb-dp-day .btn-light:active, .custom-datepicker .ngb-dp-day .btn-light.active, .custom-datepicker .ngb-dp-week-number .btn-light:hover, .custom-datepicker .ngb-dp-week-number .btn-light:focus, .custom-datepicker .ngb-dp-week-number .btn-light:active, .custom-datepicker .ngb-dp-week-number .btn-light.active, .custom-datepicker .ngb-dp-weekday .btn-light:hover, .custom-datepicker .ngb-dp-weekday .btn-light:focus, .custom-datepicker .ngb-dp-weekday .btn-light:active, .custom-datepicker .ngb-dp-weekday .btn-light.active, .custom-datepicker .ngb-dp-arrow .btn-light:hover, .custom-datepicker .ngb-dp-arrow .btn-light:focus, .custom-datepicker .ngb-dp-arrow .btn-light:active, .custom-datepicker .ngb-dp-arrow .btn-light.active {
  background-color: #7e0e45 !important;
  color: #fff !important;
}
.custom-datepicker .ngb-dp-day .btn-link, .custom-datepicker .ngb-dp-week-number .btn-link, .custom-datepicker .ngb-dp-weekday .btn-link, .custom-datepicker .ngb-dp-arrow .btn-link {
  color: #2b2b2b;
}
.custom-datepicker .ngb-dp-day .btn-link .ngb-dp-navigation-chevron, .custom-datepicker .ngb-dp-week-number .btn-link .ngb-dp-navigation-chevron, .custom-datepicker .ngb-dp-weekday .btn-link .ngb-dp-navigation-chevron, .custom-datepicker .ngb-dp-arrow .btn-link .ngb-dp-navigation-chevron {
  width: 9px;
  height: 9px;
}
.custom-datepicker .ngb-dp-navigation-select .custom-select {
  width: 100px;
}
.custom-datepicker .ngb-dp-navigation-select .custom-select:first-child {
  margin-right: 15px;
}
.custom-datepicker .bg-light {
  background-color: #fff !important;
}
.custom-datepicker .ngb-dp-month:first-child .ngb-dp-week {
  padding-left: 15px;
}
.custom-datepicker .ngb-dp-month:last-child .ngb-dp-week {
  padding-right: 15px;
}
.custom-datepicker .ngb-dp-month .ngb-dp-week:last-child {
  padding-bottom: 15px;
}
.mutliple-datepicker {
  border: 1px solid transparent !important;
}
.mutliple-datepicker .custom-day {
  text-align: center;
  padding: 0.185rem 0.25rem;
  border-radius: 0.25rem;
  display: inline-block;
  width: 2rem;
}
.mutliple-datepicker .custom-day.range, .mutliple-datepicker .custom-day:hover {
  background-color: #7e0e45;
  color: white;
}
.mutliple-datepicker ngb-datepicker, .mutliple-datepicker .dropdown-menu {
  border: none;
  box-shadow: 0 4px 14px rgba(126, 14, 69, 0.15);
  border-radius: 8px;
  width: 483px;
}
.mutliple-datepicker ngb-datepicker .ngb-dp-month, .mutliple-datepicker .dropdown-menu .ngb-dp-month {
  width: 50%;
}
.mutliple-datepicker ngb-datepicker .ngb-dp-month + .ngb-dp-month > .ngb-dp-month-name, .mutliple-datepicker ngb-datepicker .ngb-dp-month + .ngb-dp-month > ngb-datepicker-month-view > .ngb-dp-week, .mutliple-datepicker .dropdown-menu .ngb-dp-month + .ngb-dp-month > .ngb-dp-month-name, .mutliple-datepicker .dropdown-menu .ngb-dp-month + .ngb-dp-month > ngb-datepicker-month-view > .ngb-dp-week {
  padding-left: 6px;
}
.mutliple-datepicker .ngb-dp-month-name {
  font-size: medium;
  font-size: initial;
}
.mutliple-datepicker .ngb-dp-header {
  padding: 20px 0 10px 0;
}
.mutliple-datepicker .ngb-dp-weekday {
  color: #2b2b2b;
  font-weight: 600;
  text-transform: uppercase;
  font-style: unset;
  font-size: 11.2px;
}
.mutliple-datepicker .ngb-dp-weekdays {
  border-bottom: 1px solid transparent;
}
.mutliple-datepicker .ngb-dp-day .ngb-dp-day, .mutliple-datepicker .ngb-dp-day .ngb-dp-week-number, .mutliple-datepicker .ngb-dp-day .ngb-dp-weekday, .mutliple-datepicker .ngb-dp-day .ngb-dp-arrow, .mutliple-datepicker .ngb-dp-week-number .ngb-dp-day, .mutliple-datepicker .ngb-dp-week-number .ngb-dp-week-number, .mutliple-datepicker .ngb-dp-week-number .ngb-dp-weekday, .mutliple-datepicker .ngb-dp-week-number .ngb-dp-arrow, .mutliple-datepicker .ngb-dp-weekday .ngb-dp-day, .mutliple-datepicker .ngb-dp-weekday .ngb-dp-week-number, .mutliple-datepicker .ngb-dp-weekday .ngb-dp-weekday, .mutliple-datepicker .ngb-dp-weekday .ngb-dp-arrow, .mutliple-datepicker .ngb-dp-arrow .ngb-dp-day, .mutliple-datepicker .ngb-dp-arrow .ngb-dp-week-number, .mutliple-datepicker .ngb-dp-arrow .ngb-dp-weekday, .mutliple-datepicker .ngb-dp-arrow .ngb-dp-arrow {
  width: 95%;
  font-style: inherit;
}
.mutliple-datepicker .ngb-dp-day .ngb-dp-day [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-day .ngb-dp-week-number [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-day .ngb-dp-weekday [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-day .ngb-dp-arrow [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-week-number .ngb-dp-day [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-week-number .ngb-dp-week-number [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-week-number .ngb-dp-weekday [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-week-number .ngb-dp-arrow [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-weekday .ngb-dp-day [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-weekday .ngb-dp-week-number [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-weekday .ngb-dp-weekday [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-weekday .ngb-dp-arrow [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-arrow .ngb-dp-day [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-arrow .ngb-dp-week-number [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-arrow .ngb-dp-weekday [ngbDatepickerDayView], .mutliple-datepicker .ngb-dp-arrow .ngb-dp-arrow [ngbDatepickerDayView] {
  width: 95%;
}
.mutliple-datepicker .ngb-dp-day .btn-light, .mutliple-datepicker .ngb-dp-week-number .btn-light, .mutliple-datepicker .ngb-dp-weekday .btn-light, .mutliple-datepicker .ngb-dp-arrow .btn-light {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #2b2b2b !important;
  font-size: 14px;
}
.mutliple-datepicker .ngb-dp-day .btn-light:hover, .mutliple-datepicker .ngb-dp-day .btn-light:focus, .mutliple-datepicker .ngb-dp-day .btn-light:active, .mutliple-datepicker .ngb-dp-day .btn-light.active, .mutliple-datepicker .ngb-dp-week-number .btn-light:hover, .mutliple-datepicker .ngb-dp-week-number .btn-light:focus, .mutliple-datepicker .ngb-dp-week-number .btn-light:active, .mutliple-datepicker .ngb-dp-week-number .btn-light.active, .mutliple-datepicker .ngb-dp-weekday .btn-light:hover, .mutliple-datepicker .ngb-dp-weekday .btn-light:focus, .mutliple-datepicker .ngb-dp-weekday .btn-light:active, .mutliple-datepicker .ngb-dp-weekday .btn-light.active, .mutliple-datepicker .ngb-dp-arrow .btn-light:hover, .mutliple-datepicker .ngb-dp-arrow .btn-light:focus, .mutliple-datepicker .ngb-dp-arrow .btn-light:active, .mutliple-datepicker .ngb-dp-arrow .btn-light.active {
  background-color: #7e0e45 !important;
  color: #fff !important;
}
.mutliple-datepicker .ngb-dp-day .btn-link, .mutliple-datepicker .ngb-dp-week-number .btn-link, .mutliple-datepicker .ngb-dp-weekday .btn-link, .mutliple-datepicker .ngb-dp-arrow .btn-link {
  color: #2b2b2b;
}
.mutliple-datepicker .ngb-dp-day .btn-link .ngb-dp-navigation-chevron, .mutliple-datepicker .ngb-dp-week-number .btn-link .ngb-dp-navigation-chevron, .mutliple-datepicker .ngb-dp-weekday .btn-link .ngb-dp-navigation-chevron, .mutliple-datepicker .ngb-dp-arrow .btn-link .ngb-dp-navigation-chevron {
  width: 9px;
  height: 9px;
}
.mutliple-datepicker .ngb-dp-navigation-select .custom-select {
  width: 100px;
}
.mutliple-datepicker .ngb-dp-navigation-select .custom-select:first-child {
  margin-right: 15px;
}
.mutliple-datepicker .bg-light {
  background-color: #fff !important;
  color: #2b2b2b;
}
.mutliple-datepicker .ngb-dp-month:first-child .ngb-dp-week {
  padding-left: 15px;
}
.mutliple-datepicker .ngb-dp-month:last-child .ngb-dp-week {
  padding-right: 15px;
}
.mutliple-datepicker .ngb-dp-month .ngb-dp-week:last-child {
  padding-bottom: 15px;
}
.custom-datepicker-dropdown .form-group .input-group .input-group-append .btn {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
.custom-datepicker-dropdown .form-group .input-group .input-group-append .btn {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
select.custom-select {
  font-size: 14px;
  width: auto;
  margin: 6px 6px 0 0;
}
.time-picker-custom .ngb-tp .ngb-tp-input-container .btn-link {
  color: #7e0e45;
}
bs-datepicker-container, bs-daterangepicker-container {
  z-index: 7;
}
.bs-datepicker {
  box-shadow: none;
}
.bs-datepicker-container {
  padding: 0;
}
.theme-green .bs-datepicker-head {
  background-color: #7e0e45;
}
.theme-green .bs-datepicker-body table td span.selected, .theme-green .bs-datepicker-body table td span span, .theme-green .bs-datepicker-body table td span:after, .theme-green .bs-datepicker-body table td span span:after, .theme-green .bs-datepicker-body table td.selected.selected, .theme-green .bs-datepicker-body table td.selected span, .theme-green .bs-datepicker-body table td.selected:after, .theme-green .bs-datepicker-body table td.selected span:after, .theme-green .bs-datepicker-body table td span[class*=select-].selected, .theme-green .bs-datepicker-body table td span[class*=select-] span, .theme-green .bs-datepicker-body table td span[class*=select-]:after, .theme-green .bs-datepicker-body table td span[class*=select-] span:after, .theme-green .bs-datepicker-body table td[class*=select-].selected, .theme-green .bs-datepicker-body table td[class*=select-] span, .theme-green .bs-datepicker-body table td[class*=select-]:after, .theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #7e0e45;
}
.theme-green .bs-datepicker-body table td.week span {
  color: #7e0e45;
}
/**=====================
   52. Datepicker CSS End
==========================**/
/* ---------------------
	*** Pages ***
-----------------------*/
/**=====================
    41. Chart CSS Start
==========================**/
.radial-bar.radial-bar-lg > img, .radial-bar.radial-bar-lg:after {
  width: 70px;
  height: 70px;
  margin-left: 15px;
  margin-top: 15px;
  line-height: 70px;
}
.radial-bar.radial-bar-sm > img, .radial-bar.radial-bar-sm:after {
  width: 35px;
  height: 35px;
  margin-left: 7.5px;
  margin-top: 7.5px;
  line-height: 35px;
}
.radial-bar.radial-bar-xs > img, .radial-bar.radial-bar-xs:after {
  width: 20px;
  height: 20px;
  margin-left: 5.5px;
  margin-top: 4.5px;
  line-height: 21px;
}
.chart-block canvas {
  width: 100% !important;
}
.chart-block .chart-overflow {
  overflow: hidden;
  text-align: center;
}
.candidcahrt {
  width: 100%;
  height: 470px;
}
.amcharts-export-canvas {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.amcharts-export-canvas .canvas-container {
  transition: opacity 0.5s ease-out;
}
.amcharts-export-canvas.active {
  display: block;
}
.amcharts-export-canvas.dropbox .canvas-container {
  opacity: 0.5;
}
.flot-chart-container {
  box-sizing: border-box;
  width: 100%;
  height: 400px;
}
.flot-chart-container #toggling-series-flot {
  width: 79% !important;
}
.all-chart .flot-chart-container {
  height: 350px;
}
.flot-chart-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
}
.flot-chart-placeholder .legend table {
  border-spacing: 5px;
}
.morris-hover {
  position: absolute;
  z-index: 8;
}
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #898989;
  background: #fff;
  border: solid 1px #ecf3fa;
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
.chart-sparkline {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  background: rgba(49, 49, 49, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  color: #fff;
  font: 10px Open Sans, sans-serif;
  text-align: left;
  white-space: nowrap;
  padding: 5px;
  border: 1px solid rgba(49, 49, 49, 0.75);
  box-sizing: content-box;
  z-index: 10000;
  border-radius: 5px;
}
.chart-sparkline .jqsfield {
  color: #fff;
  font: 10px Open Sans, sans-serif;
  text-align: left;
}
.radial-bar {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  box-sizing: content-box;
  width: 80px;
  height: 80px;
  font-size: 18px;
  background-clip: content-box;
}
.radial-bar:after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  color: #455a64;
  content: attr(data-label);
  background-color: #fff;
  z-index: 1;
  width: 56px;
  height: 56px;
  margin-left: 12px;
  margin-top: 12px;
  line-height: 56px;
}
.radial-bar > img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  color: #455a64;
  z-index: 3;
  width: 56px;
  height: 56px;
  margin-left: 12px;
  margin-top: 12px;
  line-height: 56px;
}
.radial-bar-danger.radial-bar-20 {
  background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(162deg, #dc3545 50%, #efefef 50%, #efefef);
}
.radial-bar.radial-bar-lg {
  width: 100px;
  height: 100px;
  font-size: 20px;
}
.radial-bar.radial-bar-sm {
  width: 50px;
  height: 50px;
  font-size: 12px;
}
.radial-bar.radial-bar-xs {
  width: 30px;
  height: 30px;
  font-size: 8px;
}
.pieLabel div {
  color: #fff !important;
}
.pieLabel div input[type=checkbox] {
  margin: 7px;
}
.knob-chart {
  min-height: 255px;
}
.knob-chart .chart-clock-main {
  position: relative;
  width: 200px;
  margin: 45px auto;
}
.knob-chart .chart-clock-main .clock-large {
  position: absolute;
  left: -48px;
  top: -45px;
}
.knob-chart .chart-clock-main .clock-medium {
  position: absolute;
  left: 2px;
  top: 5px;
}
.knob-chart .chart-clock-main .clock-small {
  position: absolute;
  left: 15px;
  top: 55px;
}
.peity-charts svg {
  width: 100%;
  height: 250px;
}
.peity-charts.peity-chart-primary svg polygon {
  fill: rgba(126, 14, 69, 0.2);
}
.peity-charts.peity-chart-primary svg polyline {
  stroke: #7e0e45;
  stroke: var(--theme-deafult);
}
.bar-odd-even svg rect:nth-child(odd) {
  fill: #7e0e45;
  fill: var(--theme-deafult);
}
.bar-odd-even svg rect:nth-child(even) {
  fill: #324c6a;
  fill: var(--theme-secondary);
}
.donut-peity svg path:nth-child(odd) {
  fill: #7e0e45;
  fill: var(--theme-deafult);
}
.donut-peity svg path:nth-child(even) {
  fill: #324c6a;
  fill: var(--theme-secondary);
}
.small-donut ~ svg path:nth-child(odd),
.small-donut svg path:nth-child(odd),
.donut-peity2 ~ svg path:nth-child(odd),
.donut-peity2 svg path:nth-child(odd),
.pie-peity ~ svg path:nth-child(odd),
.pie-peity svg path:nth-child(odd) {
  fill: #7e0e45;
  fill: var(--theme-deafult);
}
.small-donut ~ svg path:nth-child(even),
.small-donut svg path:nth-child(even),
.donut-peity2 ~ svg path:nth-child(even),
.donut-peity2 svg path:nth-child(even),
.pie-peity ~ svg path:nth-child(even),
.pie-peity svg path:nth-child(even) {
  fill: #efefef;
}
.small-donut2 ~ svg path:nth-child(odd) {
  fill: #324c6a;
  fill: var(--theme-secondary);
}
.small-donut3 ~ svg path:nth-child(odd) {
  fill: #51bb25;
}
.small-donut4 ~ svg path:nth-child(odd) {
  fill: #a927f9;
}
.small-donut5 ~ svg path:nth-child(odd) {
  fill: #f8d62b;
}
.small-donut6 ~ svg path:nth-child(odd) {
  fill: #dc3545;
}
p.data-attributes svg {
  margin-right: 10px;
}
.knob-block {
  position: relative;
}
.knob-block input {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  margin-left: 0 !important;
  margin-top: -3px !important;
}
.knob-block canvas {
  position: relative !important;
}
.apex-chart {
  margin: 0 auto;
}
.apexcharts-toolbar {
  z-index: 1 !important;
}
.apexcharts-menu-item {
  width: 110px;
}
.word-tree {
  height: 400px;
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-area {
  fill: #7e0e45;
  fill: var(--theme-deafult);
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #7e0e45;
  stroke: var(--theme-deafult);
}
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #324c6a;
  stroke: var(--theme-secondary);
}
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-area {
  fill: #324c6a;
  fill: var(--theme-secondary);
}
/**=====================
     41. Chart CSS End
==========================**/
/**=====================
     09. Error-page  CSS Start
==========================**/
.error-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}
.error-wrapper.maintenance-bg {
  background-image: url('maintenance-bg.174c05be80e1ac4eab0e.jpg');
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: overlay;
}
.error-wrapper .maintenance-icons li i {
  color: #59667a;
  font-size: 50px;
  animation: rotate-effect 40s infinite linear reverse;
}
.error-wrapper .maintenance-icons li:nth-child(2) i {
  font-size: 100px;
  margin-left: 110px;
  margin-top: -25px;
  animation: rotate-effect 40s linear infinite reverse;
}
.error-wrapper .maintenance-icons li:nth-child(3) i {
  -webkit-animation: rotate-effect 30s infinite linear;
          animation: rotate-effect 30s infinite linear;
  font-size: 150px;
  margin-top: -85px;
  margin-right: 120px;
}
.error-wrapper .maintenance-heading {
  margin-top: 70px;
}
.error-wrapper .maintenance-heading .headline {
  font-size: 99px;
  font-weight: 900;
  letter-spacing: 10px;
  color: #7e0e45;
  color: var(--theme-deafult);
  z-index: 2;
  position: relative;
  margin-top: -70px;
}
.error-wrapper .error-heading {
  margin-top: 115px;
}
.error-wrapper .error-heading .headline {
  font-size: 285px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: -130px;
}
.error-wrapper .sub-content {
  font-size: 18px;
  color: #2b2b2b;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 35px;
  z-index: 3;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
}
.error-wrapper .btn {
  margin-top: 40px;
}
.error {
  margin: 20px 0 100px;
  color: #000;
}
.error .error-title {
  font-size: 9.5rem;
  color: #fff;
  text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.32);
}
.error .line-bottom {
  width: 10%;
  height: 5px;
  background-color: #f8d62b;
  border: none;
}
.error .c-white {
  color: #fff;
}
.error .error-btn {
  text-align: center;
}
.error .padd {
  padding: 10px 30px 10px 30px;
}
.error .btn-back-home {
  background-color: #f4f4f4;
  color: #000;
}
.error .btn-back-home:hover {
  background-color: #f8d62b;
  color: #fff;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21);
}
.error .btn-adnc-serc {
  background-color: #2c323f;
  color: #fff;
}
.error .btn-adnc-serc:hover {
  background-color: #f8d62b;
  color: #fff;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21);
}
/**=====================
     09. Error-page CSS Ends
==========================**/
/**=====================
    25. Authentication CSS Start
==========================**/
.login-card {
  min-height: 100vh;
  font-family: "Open sans";
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: linear-gradient(135deg, #a70c3c 5%, #630336 40%, #6a0b5e 95%);
  padding: 15px 0px 15px;
}
.login-card .logo {
  display: block;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
}
.login-card .login-main {
  width: 398px;
  padding: 45px 35px 45px 35px;
  border-radius: 25px;
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.login-card .login-main .theme-form .login-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .login-card .login-main .theme-form .login-icon {
    left: 15px;
  }
}
.login-card .login-main .theme-form .eye-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  left: initial;
  right: 20px;
}
.login-card .login-main .theme-form input {
  transition: all 0.3s ease;
  border: 2px solid #fff;
  height: 60px;
  font-size: 18px;
  line-height: 31px;
  border-radius: 50px;
  padding-bottom: 11px;
  color: #fff;
  padding-left: 55px;
}
.login-card .login-main .theme-form input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .login-card .login-main .theme-form input::-webkit-input-placeholder {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.login-card .login-main .theme-form input:hover, .login-card .login-main .theme-form input:focus {
  border: 2px solid #b9c1cc;
  box-shadow: none !important;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .login-card .login-main .theme-form input {
    padding-left: 45px;
  }
}
.login-card .login-main .theme-form p {
  margin-bottom: 25px;
  font-size: 14px;
  color: #898989;
}
.login-card .login-main .theme-form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.login-card .login-main .theme-form .link {
  font-size: 16px;
  line-height: 19px;
  color: #FEE999;
  letter-spacing: normal;
}
.login-card .login-main .login-btn {
  background-color: #fff !important;
  border-radius: 50px !important;
  color: #7D0530 !important;
  height: 60px;
  font-weight: 700;
  border: 0px;
  line-height: 30px;
  font-size: 24px;
}
.login-card .login-main h4 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  .login-card .login-main h4 {
    font-size: 24px;
  }
}
.login-card .login-main .theme-form input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.login-card .login-main .theme-form input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.login-card .login-main .theme-form input::placeholder {
  color: #fff;
  font-size: 16px;
}
.login-card .login-main .theme-form input:-ms-input-placeholder:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.login-card .login-main .theme-form input::placeholder:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.login-card .login-main .theme-form input::-moz-placeholder:-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.login-card .login-main .theme-form input::placeholder:-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .login-card .login-main .theme-form input::-moz-placeholder {
    font-size: 14px;
    letter-spacing: normal;
  }
  .login-card .login-main .theme-form input:-ms-input-placeholder {
    font-size: 14px;
    letter-spacing: normal;
  }
  .login-card .login-main .theme-form input::placeholder {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.fgt-psw-btn {
  width: 70% !important;
  margin: 0 auto !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
.show-hide {
  position: absolute;
  top: 52px;
  right: 20px;
  transform: translateY(-50%);
}
.login-copyright {
  font-size: 14px;
}
.rtypr-psw-icon {
  position: absolute;
  right: 20px;
  top: 58%;
  color: #fff;
  transform: translateY(-50%);
  width: 20px;
}
@media screen and (max-width: 576px) {
  .rtypr-psw-icon {
    right: 12px;
  }
}
.rtypr-psw-icon2 {
  top: 71% !important;
}
@media screen and (max-width: 576px) {
  .rtypr-psw-icon2 {
    right: 12px;
  }
}
.strength p.alert-info {
  display: none;
}
input, input:focus {
  background: transparent;
}
input.no-autofill-bkg:-webkit-autofill {
  background-clip: text;
  -webkit-background-clip: text;
}
.login-card .login-main .theme-form input:-webkit-autofill {
  box-shadow: 0 0 0 50px transparent inset;
  -webkit-box-shadow: 0 0 0 50px transparent inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #fff !important;
}
.login-card .login-main .theme-form input:-webkit-autofill:focus {
  box-shadow: 0 0 0 50px transparent inset;
  -webkit-box-shadow: 0 0 0 50px transparent inset;
  -webkit-text-fill-color: #fff !important;
}
.login-main .form-control {
  background-color: transparent !important;
}
/**=====================
    25. Authentication CSS Ends
==========================**/
/**=====================
     32. pagination CSS Start
==========================**/
.page-link {
  color: #7e0e45 !important;
  color: var(--theme-deafult) !important;
}
.page-item.active .page-link {
  background-color: #7e0e45 !important;
  background-color: var(--theme-deafult) !important;
  border-color: #7e0e45 !important;
  border-color: var(--theme-deafult) !important;
  color: #fff !important;
}
.pagination-space .pagination-top {
  margin-top: 15px;
}
.pagination-space p {
  margin-bottom: 5px;
}
/*test Nav bar color */
.pagination-theme .page-item .page-link {
  color: #7e0e45 !important;
  color: var(--theme-deafult) !important;
}
.pagination-theme .page-item.active .page-link {
  color: #fff !important;
  background-color: #7e0e45 !important;
  background-color: var(--theme-deafult) !important;
  border-color: #7e0e45;
  border-color: var(--theme-deafult);
}
.pagination-primary .page-item .page-link {
  color: #7e0e45 !important;
  color: var(--theme-deafult) !important;
}
.pagination-primary .page-item.active .page-link {
  color: #fff !important;
  background-color: #7e0e45 !important;
  background-color: var(--theme-deafult) !important;
  border-color: #7e0e45;
  border-color: var(--theme-deafult);
}
.pagination-secondary .page-item .page-link {
  color: #324c6a !important;
}
.pagination-secondary .page-item.active .page-link {
  color: #fff !important;
  background-color: #324c6a !important;
  border-color: #324c6a;
}
.pagination-success .page-item .page-link {
  color: #51bb25 !important;
}
.pagination-success .page-item.active .page-link {
  color: #fff !important;
  background-color: #51bb25 !important;
  border-color: #51bb25;
}
.pagination-danger .page-item .page-link {
  color: #dc3545 !important;
}
.pagination-danger .page-item.active .page-link {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545;
}
.pagination-info .page-item .page-link {
  color: #a927f9 !important;
}
.pagination-info .page-item.active .page-link {
  color: #fff !important;
  background-color: #a927f9 !important;
  border-color: #a927f9;
}
.pagination-dark .page-item .page-link {
  color: #2c323f !important;
}
.pagination-dark .page-item.active .page-link {
  color: #fff !important;
  background-color: #2c323f !important;
  border-color: #2c323f;
}
.pagination-warning .page-item .page-link {
  color: #f8d62b !important;
}
.pagination-warning .page-item.active .page-link {
  color: #fff !important;
  background-color: #f8d62b !important;
  border-color: #f8d62b;
}
/**=====================
     32. pagination CSS Ends
==========================**/
.signup-bg {
  background-color: #F5F4F6;
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
}
.signup-bg > div:nth-child(2) {
  left: 50%;
}
@media screen and (max-width: 767px) {
  .signup-bg > div:nth-child(2) {
    left: 45%;
  }
}
@media screen and (max-width: 576px) {
  .signup-bg > div:nth-child(2) {
    left: 0%;
  }
}
.signup-bg .signup-img {
  background-color: #FEFEFE;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: fixed;
  height: 100%;
}
.signup-bg .signup-img img {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 7676px) {
  .signup-bg .signup-img img {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .signup-bg .signup-img img {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .signup-bg .signup-img {
    position: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.signup-bg .signup-form h3 {
  font-size: 20px;
  color: #121212;
  line-height: 30px;
  font-weight: 600;
}
.signup-bg .signup-form h4 {
  font-size: 16px;
  color: #121212;
  line-height: 30px;
  font-weight: 600;
}
.signup-bg .signup-form p {
  color: #575F68;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.signup-bg .signup-form p span a {
  color: #8E1B3E;
  text-decoration: underline;
}
.signup-bg .signup-form .signup-form-field {
  margin-top: 60px;
}
.signup-bg .signup-form .signup-form-field input {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DADCE0;
  border-radius: 24px;
  height: 48px;
  padding-left: 15px;
  color: #121212;
}
.signup-bg .signup-form .signup-form-field input::-moz-placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.signup-bg .signup-form .signup-form-field input:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.signup-bg .signup-form .signup-form-field input::placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.signup-bg .signup-form .signup-form-field input::-webkit-input-placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.signup-bg .signup-form .signup-form-field input::-moz-input-placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.signup-bg .signup-form .signup-form-field input:focus, .signup-bg .signup-form .signup-form-field input:active {
  border: 1px solid #DADCE0 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .signup-bg .signup-form .signup-form-field input {
    width: 100%;
  }
}
.signup-bg .signup-form .signup-form-field .sgnup-mob {
  display: flex;
}
.signup-bg .signup-form .signup-form-field .sgnup-mob .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
  width: auto;
  height: 48px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #DADCE0 !important;
  width: 121px;
  color: #121212 !important;
  border: 1px solid #DADCE0 !important;
}
.signup-bg .signup-form .signup-form-field .sgnup-mob .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  overflow: visible;
}
.signup-bg .signup-form .signup-form-field .sgnup-mob .ng-option img, .signup-bg .signup-form .signup-form-field .sgnup-mob .ng-option-label img, .signup-bg .signup-form .signup-form-field .sgnup-mob .ng-value-label img {
  width: 25px;
}
.signup-bg .signup-form .signup-form-field .sgnup-mob input {
  background-color: #fff;
  margin-left: 5px;
}
.signup-bg .signup-form .signup-form-field .c-filter-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  display: none !important;
}
.signup-bg .signup-form .signup-form-field .c-filter-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-placeholder {
  color: #121212;
  font-size: 14px;
}
.signup-bg .signup-form .signup-form-field .c-filter-dropdown .ng-select .ng-arrow-wrapper {
  background-image: url("/assets/images/pos-panel/signup/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position-x: 85%;
  background-position-y: 35%;
}
.signup-bg .signup-form .psw-rqrmnt h5 {
  font-size: 14px;
  color: #121212;
  font-weight: 600;
  text-align: left;
}
.signup-bg .signup-form .psw-rqrmnt .psw-strnth-img {
  width: 25px;
  height: 21px;
  text-align: center;
  margin-right: 10px;
}
.signup-bg .signup-form .psw-rqrmnt .psw-strnth {
  font-size: 12px;
  color: #121212;
  line-height: 24px;
  text-align: left;
}
.signup-bg .signup-form .sgnup-tc {
  display: flex;
  margin-top: 45px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.signup-bg .signup-form .sgnup-tc .tc-ckbx {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.signup-bg .signup-form .sgnup-tc .tc-ckbx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.signup-bg .signup-form .sgnup-tc .checkmark {
  position: absolute;
  top: 4px;
  left: 14px;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid #121212;
  border-radius: 4px !important;
}
.signup-bg .signup-form .sgnup-tc .tc-ckbx:hover input ~ .checkmark {
  background-color: #ccc;
}
.signup-bg .signup-form .sgnup-tc .tc-ckbx input:checked ~ .checkmark {
  background-color: transparent;
}
.signup-bg .signup-form .sgnup-tc .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.signup-bg .signup-form .sgnup-tc .tc-ckbx input:checked ~ .checkmark:after {
  display: block;
}
.signup-bg .signup-form .sgnup-tc .tc-ckbx .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #121212;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.signup-bg .signup-form .sgnup-tc h5 {
  font-size: 14px;
  color: #121212;
  line-height: 21px;
  padding-left: 15px;
}
.signup-bg .signup-form .sgnup-tc h5 a {
  color: #8E1B3E;
  font-weight: 600;
  text-decoration: underline;
}
.signup-bg .otp-form {
  padding-top: 25%;
}
.signup-bg .otp-form h3, .signup-bg .otp-form p {
  text-align: center;
  letter-spacing: normal;
  color: #121212;
}
.signup-bg .otp-form p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}
.signup-bg .otp-form .otp-form-field {
  display: flex;
  justify-content: center;
}
.signup-bg .otp-form .otp-form-field input {
  background-color: #FFFFFF;
  border: 1px solid #DADCE0;
  border-radius: 12px;
  height: 48px;
  width: 48px;
  text-align: center;
  color: #121212;
  margin-left: 10px;
  background-image: url("/assets/images/pos-panel/signup/otp-bg.png");
  background-repeat: no-repeat;
  background-position-x: 53%;
  background-position-y: 70%;
}
.signup-bg .otp-form .otp-form-field input:focus, .signup-bg .otp-form .otp-form-field input:active {
  border-color: #DADCE0 !important;
}
@media screen and (max-width: 576px) {
  .signup-bg .otp-form .otp-form-field input {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 375px) {
  .signup-bg .otp-form .otp-form-field input {
    height: 40px;
    width: 40px;
  }
}
.signup-bg .otp-form .resend {
  color: #C2C5CB !important;
}
.signup-bg .otp-form .otp-valid {
  color: #8E1B3E;
}
@media screen and (max-width: 576px) {
  .signup-bg .otp-form {
    padding-top: 5%;
  }
}
.signup-bg .sgnup-sbmt-btl {
  width: 198px;
  height: 48px;
  border-radius: 29px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  outline: 0 !important;
  color: #fff;
  margin: 60px auto 30px;
  background-color: #8E1B3E;
}
.signup-bg .sgnup-sbmt-btl:hover {
  background-color: #b43070 !important;
  transition: 0.6s;
}
.signup-bg .sgnup-sbmt-btl:active {
  background: #b43070 !important;
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
}
.signup-bg .sgnup-psw-icon {
  background-image: url("/assets/images/pos-panel/signup/psw-icon.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 51%;
}
.signup-success-bg {
  height: 100vh;
}
.success-reg {
  margin-top: auto;
  margin-bottom: auto !important;
  padding-top: 0 !important;
}
.scss-reg {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
  color: #121212;
  line-height: 30px;
}
/* ---------------------
	*** Themes ***
-----------------------*/
/**=====================
     62. Responsive CSS Start
==========================**/
/* ========= min and max scss for 1200 to 1366 screen ========= */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .page-wrapper.compact-wrapper .left-header {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .nav-right {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .custom-filter-p0 {
    padding: 0px;
  }

  .custom-filter-p15 {
    padding: 0px 15px;
  }

  .product-item-wrap .product-dtl-view i {
    margin-top: 55px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-top: 90px !important;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    z-index: 111 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .marchant_details h6 {
    font-size: 14px !important;
  }

  .custom-select-with-input .bank-select-filter {
    width: 36% !important;
  }

  .custom-filter-p0 {
    padding: 0px;
  }

  .custom-filter-p15 {
    padding: 0px 15px;
  }

  .merchant-header .merchant-tab li a {
    padding: 8px 20px !important;
  }

  .filter-daterange-main ngb-datepicker.dropdown-menu {
    transform: translate(-280px, 50px) !important;
  }

  .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .page-body .merchant-header .merchant-tab .dropdown > div {
    transform: translate(-50%, 10%) !important;
    top: 50% !important;
  }

  .settlement-wrap .filter-content .dropdown {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .mob-view-left-header {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-wrapper.compact-wrapper .nav-right .nav-menus {
    margin-right: 0px !important;
  }

  .home-content-main .counter-wrapper {
    padding-top: 0px !important;
  }
  .home-content-main .counter-wrapper .card .counter-content .counter-number p {
    font-size: 14px !important;
  }

  .modal-b-border .d-flex {
    display: inline-block !important;
    width: 100%;
  }
  .modal-b-border .d-flex h5 {
    font-size: 16px !important;
  }

  .merchant-header {
    display: block;
  }

  .mobile-merchant-tab {
    display: block !important;
  }
  .mobile-merchant-tab .mobile-project-select .ng-select.ng-select-single .ng-select-container {
    height: 45px;
    background-color: #fff;
    font-size: 14px;
  }

  .merchant-content-main {
    padding-top: 0px !important;
  }

  .merchant-content-main .data-table-card .merchant-table th {
    padding: 15px !important;
    font-size: 14px !important;
  }

  .request-id-selectbox .select-box .select-box__input-text {
    background-color: #f9f9f9;
    height: 40px;
    border-radius: 28px;
  }
  .request-id-selectbox .select-box .select-box__value p {
    font-size: 12px;
  }

  .bank-name-dropdown {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .filter-daterange-wrap,
.mobile-custom-calendar {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .filter-daterange-wrap .filter-daterange-main .dropdown-menu,
.mobile-custom-calendar .filter-daterange-main .dropdown-menu {
    min-width: 150px;
    transform: translate(0px, 50px) !important;
  }
  .filter-daterange-wrap .ngb-dp-months,
.mobile-custom-calendar .ngb-dp-months {
    width: 100%;
  }
  .filter-daterange-wrap .ngb-dp-week,
.mobile-custom-calendar .ngb-dp-week {
    justify-content: space-around;
  }

  .bank-select-filter .select-box .select-box__input-text {
    border-radius: 28px !important;
    margin-bottom: 15px;
  }

  .withdrawal-filter ngb-datepicker.dropdown-menu,
.payout-filter ngb-datepicker.dropdown-menu {
    transform: translate(0px) !important;
    z-index: 1 !important;
  }

  .mobile-custom-calendar {
    position: relative;
  }
  .mobile-custom-calendar .form-control {
    padding: 10px 15px 15px 40px;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 28px;
    color: #121212;
    font-weight: normal;
    font-size: 14px;
    height: 45px;
  }
  .mobile-custom-calendar .form-control:focus {
    box-shadow: none;
    outline: 0px;
  }
  .mobile-custom-calendar .calander-icon {
    width: 16px;
    vertical-align: bottom;
    margin-bottom: 1px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(50%, -50%);
  }

  .header-dropdown {
    display: block;
  }

  .invoice-wrapper {
    padding-top: 0px !important;
  }

  .mob-view-left-header {
    display: block;
    background-color: #324c6a;
    color: #fff !important;
    padding: 15px 45px;
  }

  .desk-view-left-header {
    display: none;
  }

  .pos-selection {
    position: relative !important;
    max-width: 250px !important;
    width: 250px !important;
    left: 0 !important;
    margin-left: 10% !important;
    left: 0 !important;
  }

  .marchant_details h6 {
    display: none;
  }

  .marchant_details p,
.marchant_details p span {
    color: #fff !important;
    font-weight: normal !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .marchant_details {
    display: inline-block;
    position: relative;
    left: 0px;
    text-align: right;
    bottom: 0px;
    padding-right: 0px;
  }
  .marchant_details h6 {
    display: none;
  }
  .marchant_details p {
    display: block;
    font-size: 10px;
    text-align: left;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    z-index: 1111 !important;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    transform: translateY(0%);
    top: 0%;
    padding-right: 0px !important;
    margin-right: 0px !important;
    border-right: 0px !important;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar svg {
    width: auto !important;
    vertical-align: middle;
    height: 28px;
  }

  .header-menu .nav-menus li {
    margin-right: 0px !important;
  }

  .page-wrapper .page-header {
    height: 92px;
  }

  .p-30 {
    padding: 15px;
  }

  .merchant-header .merchant-tab {
    padding: 0px 15px !important;
    display: flex;
    overflow: scroll;
  }

  .top-header-tab .nav-pills {
    display: flex;
    padding: 0px !important;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-y: auto;
  }
  .top-header-tab .nav-pills .nav-link {
    padding: 20px 30px 16px !important;
  }

  .data-table-card .media {
    display: inline-block;
  }
  .data-table-card .media .filter-content .dropdown,
.data-table-card .media .filter-content .custom-drop-w-select,
.data-table-card .media .filter-content .filter-custom-drop {
    width: 100%;
    margin-bottom: 15px;
  }
  .data-table-card .media .filter-content .dropdown.filter-custom-drop,
.data-table-card .media .filter-content .custom-drop-w-select.filter-custom-drop,
.data-table-card .media .filter-content .filter-custom-drop.filter-custom-drop {
    margin-bottom: 0px;
  }
  .data-table-card .media .filter-content .dropdown.filter-custom-drop.bank-name-drop, .data-table-card .media .filter-content .dropdown.filter-custom-drop.payout-bank-name, .data-table-card .media .filter-content .dropdown.filter-custom-drop.iban-number-drop, .data-table-card .media .filter-content .dropdown.filter-custom-drop.product-type-drop,
.data-table-card .media .filter-content .custom-drop-w-select.filter-custom-drop.bank-name-drop,
.data-table-card .media .filter-content .custom-drop-w-select.filter-custom-drop.payout-bank-name,
.data-table-card .media .filter-content .custom-drop-w-select.filter-custom-drop.iban-number-drop,
.data-table-card .media .filter-content .custom-drop-w-select.filter-custom-drop.product-type-drop,
.data-table-card .media .filter-content .filter-custom-drop.filter-custom-drop.bank-name-drop,
.data-table-card .media .filter-content .filter-custom-drop.filter-custom-drop.payout-bank-name,
.data-table-card .media .filter-content .filter-custom-drop.filter-custom-drop.iban-number-drop,
.data-table-card .media .filter-content .filter-custom-drop.filter-custom-drop.product-type-drop {
    width: 100%;
  }
  .data-table-card .media .filter-content .dropdown.custom-drop-w-select.username-input,
.data-table-card .media .filter-content .custom-drop-w-select.custom-drop-w-select.username-input,
.data-table-card .media .filter-content .filter-custom-drop.custom-drop-w-select.username-input {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .data-table-card .media .filter-content .search-btn,
.data-table-card .media .filter-content .clear-btn {
    width: 100%;
  }
  .data-table-card .media .filter-content .search-btn.pr-2,
.data-table-card .media .filter-content .clear-btn.pr-2 {
    padding-left: 15px;
    padding-right: 0px !important;
    margin-bottom: 0 !important;
  }
  .data-table-card .media .filter-content .search-btn.pl-2,
.data-table-card .media .filter-content .clear-btn.pl-2 {
    padding-left: 15px !important;
    padding-right: 0px;
  }
  .data-table-card .media .filter-content .search-custom-btn,
.data-table-card .media .filter-content .clear-custom-btn {
    margin-bottom: 15px;
  }
  .data-table-card .media .filter-content .custom-select-with-input {
    margin-bottom: 15px;
  }
  .data-table-card .media .filter-content .product-type-select {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  .data-table-card .media .filter-content .request-id-selectbox {
    width: 100%;
    margin-bottom: 15px;
  }

  .settlement-wrap .filter-header-title {
    font-size: 14px;
  }
  .settlement-wrap .filter-header-title span img {
    height: 30px;
  }
  .settlement-wrap .withdrawal-fund-wrap .balance-main h3 {
    font-size: 20px;
  }
  .settlement-wrap .withdrawal-fund-wrap .withdraw-content .withdraw-btn {
    width: 100%;
    margin-top: 20px;
    font-size: 16px !important;
  }
  .settlement-wrap .filter-content .dropdown .dropdown-menu {
    transform: translate(-50%, 10%) !important;
    top: 10% !important;
    left: 50% !important;
  }
  .settlement-wrap .filter-content .p-0 {
    padding: 0px 15px !important;
  }

  .modal-b-border .d-flex {
    display: inline-block !important;
    width: 100%;
  }
  .modal-b-border .d-flex h5 {
    font-size: 16px !important;
  }

  .header-menu .profile-nav {
    display: block !important;
  }
  .header-menu .profile-nav .ml-4 {
    margin-left: 0px !important;
  }

  .filter-daterange-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .payout-filter .custom-select-with-input .p-0,
.withdrawal-filter .custom-select-with-input .p-0 {
    padding: 0px !important;
  }

  .onhover-dropdown:hover .onhover-show-div {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li p {
    font-size: 14px !important;
  }

  .withdrawal-filter ngb-datepicker.dropdown-menu,
.payout-filter ngb-datepicker.dropdown-menu {
    transform: translate(0px, 50px) !important;
    z-index: 1 !important;
  }

  .weekly-chart-wrapper .nav-tabs .nav-link {
    padding: 10px 25px 20px 25px !important;
  }

  .home-content-main .weekly-chart-wrapper .nav-link.active::after, .home-content-main .weekly-chart-wrapper .nav-link.active::before, .home-content-main .weekly-chart-wrapper .nav-link:hover::after, .home-content-main .weekly-chart-wrapper .nav-link:hover::before, .home-content-main .weekly-chart-wrapper .nav-link:focus::after, .home-content-main .weekly-chart-wrapper .nav-link:focus::before, .home-content-main .weekly-chart-wrapper .nav-link:active::after, .home-content-main .weekly-chart-wrapper .nav-link:active::before {
    top: 0 !important;
    z-index: 0 !important;
  }

  .m-checkbox-inline .radio {
    margin-bottom: 10px;
  }

  .custom-radio-ml {
    margin-left: 10px;
    text-align: left;
  }

  .report-wrapper .card .report-selction .d-flex {
    display: inline-block !important;
    padding-bottom: 15px;
    width: 100% !important;
  }
  .report-wrapper .card .report-selction .select-report-filter,
.report-wrapper .card .report-selction .select-period-filter,
.report-wrapper .card .report-selction .select-formate-filter {
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .report-wrapper .card .report-selction .select-report-filter .c-filter-dropdown,
.report-wrapper .card .report-selction .select-period-filter .c-filter-dropdown,
.report-wrapper .card .report-selction .select-formate-filter .c-filter-dropdown {
    margin-bottom: 0px !important;
  }
  .report-wrapper .card .report-selction .select-report-filter .filter-daterange-wrap,
.report-wrapper .card .report-selction .select-period-filter .filter-daterange-wrap,
.report-wrapper .card .report-selction .select-formate-filter .filter-daterange-wrap {
    margin-bottom: 0px !important;
  }
  .report-wrapper .card .col-form-label {
    margin: 0px 2px !important;
  }

  .report-download-main .d-flex {
    display: inline-block !important;
  }

  .my-account-inner .d-flex {
    display: inline-block !important;
    text-align: right;
  }
  .my-account-inner .d-flex .verify-content {
    display: block !important;
    font-size: 16px !important;
    margin-top: 0px !important;
  }
  .my-account-inner .d-flex .verify-content img {
    margin: 0px !important;
    margin-right: 5px !important;
  }

  .mob-view-left-header {
    padding: 15px 15px;
  }

  .pos-selection {
    padding-left: 0;
    margin-left: 100px !important;
    z-index: 99;
  }
}
.invc-dtl-delete-icon {
  display: none;
}
@media only screen and (max-width: 480px) {
  .header-menu .nav-menus li {
    margin-left: 5px !important;
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
  .weekly-chart-wrapper .nav-tabs {
    display: flex;
    justify-content: space-between !important;
    width: 100%;
  }
  .weekly-chart-wrapper .nav-tabs .nav-link {
    padding: 10px 23px 20px 23px !important;
  }

  .home-content-main .weekly-chart-wrapper .nav-link {
    margin-right: 0px !important;
  }
  .home-content-main .weekly-chart-wrapper .nav-link.active::after, .home-content-main .weekly-chart-wrapper .nav-link.active::before, .home-content-main .weekly-chart-wrapper .nav-link:hover::after, .home-content-main .weekly-chart-wrapper .nav-link:hover::before, .home-content-main .weekly-chart-wrapper .nav-link:focus::after, .home-content-main .weekly-chart-wrapper .nav-link:focus::before, .home-content-main .weekly-chart-wrapper .nav-link:active::after, .home-content-main .weekly-chart-wrapper .nav-link:active::before {
    top: 0 !important;
    z-index: 0 !important;
  }
  .home-content-main .weekly-chart-wrapper .nav-item:last-child .nav-link.active::after, .home-content-main .weekly-chart-wrapper .nav-item:last-child .nav-link:hover::after, .home-content-main .weekly-chart-wrapper .nav-item:last-child .nav-link:focus::after, .home-content-main .weekly-chart-wrapper .nav-item:last-child .nav-link:active::after {
    display: none;
  }

  .m-checkbox-inline .radio {
    margin-bottom: 10px;
  }

  .custom-radio-ml {
    margin-left: 10px;
    text-align: left;
  }

  .invoice-wrapper {
    padding-top: 0px !important;
  }

  .invoice-management-title h5 {
    margin-bottom: 0px !important;
    font-size: 18px !important;
  }

  .create-invoice-btn .btn {
    padding: 7px 15px !important;
    font-size: 14px;
    height: 40px !important;
  }
  .create-invoice-btn .btn img {
    height: 16px !important;
  }

  .report-wrapper .card .report-selction .d-flex {
    display: inline-block !important;
    padding-bottom: 15px;
    width: 100% !important;
  }
  .report-wrapper .card .report-selction .select-report-filter,
.report-wrapper .card .report-selction .select-period-filter,
.report-wrapper .card .report-selction .select-formate-filter {
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .report-wrapper .card .report-selction .select-report-filter .c-filter-dropdown,
.report-wrapper .card .report-selction .select-period-filter .c-filter-dropdown,
.report-wrapper .card .report-selction .select-formate-filter .c-filter-dropdown {
    margin-bottom: 0px !important;
  }
  .report-wrapper .card .report-selction .select-report-filter .filter-daterange-wrap,
.report-wrapper .card .report-selction .select-period-filter .filter-daterange-wrap,
.report-wrapper .card .report-selction .select-formate-filter .filter-daterange-wrap {
    margin-bottom: 0px !important;
  }
  .report-wrapper .card .col-form-label {
    margin: 0px 2px !important;
  }

  .report-download-main .d-flex {
    display: inline-block !important;
  }

  .my-account-inner .d-flex {
    display: inline-block !important;
  }
  .my-account-inner .d-flex .verify-content {
    display: block !important;
    font-size: 16px !important;
    margin-top: 0px !important;
  }
  .my-account-inner .d-flex .verify-content img {
    margin: 0px !important;
    margin-right: 5px !important;
  }
}
/**=====================
     62. Responsive CSS Ends
==========================**/
/**=====================
     63. styles for app
==========================**/
.snackbar-green {
  background-color: #09d009 !important;
  color: #000 !important;
}
/**=====================
     62. Responsive CSS Start
==========================**/
/* ========= min and max scss for 1200 to 1366 screen ========= */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-key-box .config-header {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .top-header-tab .nav-pills {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
  }
  .top-header-tab .nav-pills .nav-link.active {
    height: 100%;
  }

  .webhook-inner-wrapper .theme-clr-one,
.webhook-inner-wrapper .theme-clr-two {
    top: 38% !important;
  }
  .webhook-inner-wrapper .col-sm-2 {
    padding: 0px;
  }
  .webhook-inner-wrapper .generate-btn .btn-primary {
    font-size: 12px;
    width: 100%;
  }

  .text-key-box .config-header {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 575.98px) {
  .home-online-payment .device__wrap img {
    height: 30px !important;
  }

  .transaction__box .d-flex {
    display: Flex !important;
    width: 100%;
  }

  .trans-mob-view {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .trans-mob-view > div {
    justify-content: center !important;
    padding-bottom: 10px !important;
  }

  .home-online-payment .device__wrap img {
    height: 80% !important;
  }

  .home-online-payment .tansactions__content {
    height: auto !important;
    width: 100% !important;
    border-radius: 0px 0px 15px 15px !important;
    position: relative !important;
    padding: 30px 20px !important;
  }

  .transaction__box .col-lg-6 .card {
    padding: 0 !important;
  }

  .home-online-payment .tansactions__content .transactions__right-box {
    transform: translateY(0%) !important;
  }

  .device-content {
    padding-left: 10px !important;
    text-align: center;
  }

  .create-user-form .col-form-label {
    line-height: 26px !important;
  }

  .text-key-box {
    text-align: center;
  }
  .text-key-box .config-header.first-b-radius {
    border-radius: 13px 0px 0px 0px !important;
  }
  .text-key-box .br-right {
    border-right: 0px !important;
  }

  .test-key-content .text-key-input .invoice-input {
    margin-left: 7px !important;
  }

  .sms-notification-list {
    display: inline-block !important;
  }
  .sms-notification-list .email-n-title h6 {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .webhook-inner-wrapper .webhook-input {
    margin-bottom: 15px;
  }
  .webhook-inner-wrapper .webhook-uploaded-logo {
    position: static !important;
    position: initial !important;
    width: 100% !important;
    margin-top: 15px;
  }
  .webhook-inner-wrapper .theme-clr-one,
.webhook-inner-wrapper .theme-clr-two {
    top: 38% !important;
  }
  .webhook-inner-wrapper .text-area-custom {
    position: static !important;
    position: initial !important;
    width: 100% !important;
  }
  .webhook-inner-wrapper .form-group {
    margin-bottom: 0px;
  }

  .manageuser-wrapper .d-flex {
    display: inline-block !important;
  }

  .product-price-tag {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
  .marchant_details {
    padding-right: 0px;
  }

  .online-payment-c-wrap .nav-tabs {
    justify-content: initial !important;
  }

  .home-content-main .bottom-maps-wrapper .home-chart-box .graph-label {
    padding: 8px 8px !important;
  }

  .home-online-payment .device__wrap img {
    height: 60px !important;
  }

  .pagination {
    flex-wrap: wrap;
    white-space: nowrap;
  }

  .transactions__right-box h6 {
    font-size: 13px;
  }
  .transactions__right-box h4 {
    font-size: 16px !important;
  }

  .text-key-box {
    text-align: center;
  }
  .text-key-box .config-header.first-b-radius {
    border-radius: 13px 0px 0px 0px !important;
  }
  .text-key-box .config-header.last-b-radius {
    border-radius: 0px 13px 0px 0px !important;
  }
  .text-key-box .br-right {
    border-right: 0px !important;
  }

  .test-key-content .text-key-input .invoice-input {
    margin-left: 7px !important;
  }

  .sms-notification-list {
    display: inline-block !important;
  }
  .sms-notification-list .email-n-title h6 {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .webhook-inner-wrapper .webhook-input {
    margin-bottom: 15px;
  }
  .webhook-inner-wrapper .webhook-uploaded-logo {
    position: static !important;
    position: initial !important;
    width: 100% !important;
    margin-top: 15px;
  }
  .webhook-inner-wrapper .theme-clr-one {
    top: 38% !important;
  }
  .webhook-inner-wrapper .form-group {
    margin-bottom: 0px;
  }

  .manageuser-wrapper .d-flex {
    display: inline-block !important;
  }

  .product-price-tag {
    padding: 0px 10px;
  }
}
/**=====================
     62. Responsive CSS Ends
==========================**/
/* ---------------------
	*** Layout ***
-----------------------*/
/*======= Page Header css Start ======= */
/*======= Page Header css ends  ======= */
/**======Main Header css Start ======**/
.offcanvas .page-wrapper .page-body-wrapper .page-body,
.offcanvas-bookmark .page-wrapper .page-body-wrapper .page-body {
  position: relative;
  filter: blur(5px) grayscale(100%);
}
.toggle-sidebar {
  position: absolute;
  right: 0;
  top: 45%;
  cursor: pointer;
  transform: translateY(0);
  z-index: 1;
  cursor: pointer;
}
.close-toggle-sidebar {
  position: absolute;
  right: -18px;
  top: 0;
  cursor: pointer;
  transform: translateY(0);
  z-index: 1;
  cursor: pointer;
  height: 100vh;
}
.onhover-dropdown {
  position: relative;
}
.onhover-show-div {
  top: 80px;
  position: absolute;
  z-index: 99;
  background-color: #fff;
  transition: all linear 0.3s;
}
.onhover-show-div li a svg {
  margin-top: 0 !important;
}
.onhover-show-div li a svg path,
.onhover-show-div li a svg line {
  color: #2b2b2b !important;
}
/**======Main Header css Ends ======**/
/*=======Mega menu css start=======*/
.left-header .level-menu .nav-link {
  display: inline-block;
  border-radius: 5px;
  background-color: rgba(50, 76, 106, 0.15);
  transition: all 0.3s ease;
  color: #324c6a;
  color: var(--theme-secondary);
  margin-left: 10px;
}
.left-header .level-menu .nav-link.active {
  background-color: #324c6a;
  background-color: var(--theme-secondary);
  color: #fff;
  transition: all 0.3s ease;
}
.left-header .level-menu .nav-link.active svg {
  stroke: #fff;
}
.left-header .level-menu .nav-link svg {
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
  stroke: #324c6a;
  stroke: var(--theme-secondary);
}
.left-header .level-menu .header-level-menu {
  position: absolute;
  top: 59px;
  background-color: #fff;
  border-radius: 5px;
  width: 180px;
  padding: 0.7rem 0.5rem;
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.1);
}
.left-header .level-menu .header-level-menu li {
  padding: 0.5rem 1rem;
  width: 100%;
  transition: all 0.3s ease;
}
.left-header .level-menu .header-level-menu li:hover {
  background-color: rgba(126, 14, 69, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease;
}
.left-header .level-menu .header-level-menu li:hover > a > span {
  color: #7e0e45;
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}
.left-header .level-menu .header-level-menu li:hover > a svg {
  stroke: #7e0e45;
  stroke: var(--theme-deafult);
  transition: all 0.3s ease;
}
.left-header .level-menu .header-level-menu > li {
  position: relative;
  width: 100%;
}
.left-header .level-menu .header-level-menu > li:hover .header-level-sub-menu {
  opacity: 1;
  box-shadow: 0 0 37px rgba(8, 21, 66, 0.1);
}
.left-header .level-menu .header-level-menu > li a {
  color: #2c323f;
}
.left-header .level-menu .header-level-menu > li svg {
  width: 16px;
  vertical-align: middle;
  margin-right: 5px;
  stroke: #2c323f;
}
.left-header .level-menu .header-level-menu > li span {
  vertical-align: middle;
}
.left-header .level-menu .header-level-menu > li > .header-level-sub-menu {
  position: absolute;
  padding: 0.7rem 0.5rem;
  left: 173px;
  z-index: 9;
  background-color: #fff;
  width: 170px;
  border-radius: 5px;
  top: 0;
  opacity: 0;
}
.left-header .mega-menu .nav-link {
  display: inline-block;
  border-radius: 5px;
  background-color: rgba(126, 14, 69, 0.15);
  transition: all 0.3s ease;
}
.left-header .mega-menu .nav-link.active {
  transition: all 0.3s ease;
  color: #fff;
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
}
.left-header .mega-menu .nav-link .according-menu {
  display: none;
}
.left-header .mega-menu .nav-link svg {
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.left-header .mega-menu-container {
  min-width: 1100px;
  position: absolute;
  width: calc(100vw - 800px);
  border-radius: 0px;
  background-color: #fff;
  top: 59px;
  left: -30px;
  border-top: 1px solid #efefef;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
}
.left-header .mega-menu-container .link-section > div h6 {
  margin-top: 20px;
}
.left-header .mega-menu-container .link-section li {
  width: 100%;
  padding: 7px 0 7px 15px;
}
.left-header .mega-menu-container .link-section li a {
  transition: all 0.3s ease;
}
.left-header .mega-menu-container .link-section li:hover a {
  color: #7e0e45;
  color: var(--theme-deafult);
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
}
.left-header .mega-menu-container .mega-box + .mega-box + .mega-box {
  padding-left: 30px;
  border-left: 1px solid #efefef;
}
.left-header .mega-menu-container .mega-box .doted li {
  position: relative;
}
.left-header .mega-menu-container .mega-box .doted li:hover:before {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
  transition: all 0.3s ease;
}
.left-header .mega-menu-container .mega-box .doted li:before {
  content: "";
  position: absolute;
  top: 15px;
  height: 5px;
  width: 5px;
  background-color: #999999;
  left: 0;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.left-header .mega-menu-container .mega-box .dashed-links li {
  position: relative;
}
.left-header .mega-menu-container .mega-box .dashed-links li:hover:before {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
  transition: all 0.3s ease;
}
.left-header .mega-menu-container .mega-box .dashed-links li:before {
  content: "";
  position: absolute;
  top: 16px;
  height: 2px;
  width: 6px;
  background-color: #999999;
  left: 0;
}
.left-header .mega-menu-container .mega-box .icon li {
  position: relative;
}
.left-header .mega-menu-container .mega-box .icon li:hover:before {
  color: #7e0e45;
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}
.left-header .mega-menu-container .mega-box .icon li:before {
  content: "";
  font-family: fontawesome;
  position: absolute;
  top: 7px;
  left: 0px;
}
.left-header .mega-menu-container .mega-box .svg-icon ~ div h6 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.left-header .mega-menu-container .mega-box .svg-icon li {
  padding-left: 0px;
}
.left-header .mega-menu-container .mega-box .svg-icon li:hover:before {
  color: #7e0e45;
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}
.left-header .mega-menu-container .mega-box .svg-icon li a svg {
  width: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
.left-header .mega-menu-container .submenu-title {
  margin-top: 20px;
  margin-left: 20px;
}
.left-header .mega-menu-container .according-menu {
  display: none;
}
.horizontal-menu li {
  display: inline-block;
}
.mega-menu .default-according .card .btn-link {
  font-weight: 500;
  color: gray;
}
.mega-menu .default-according .card .card-body {
  font-size: 12px;
}
.mega-menu .onhover-show-div {
  width: 1500px;
}
.mega-menu .card-body {
  padding: 20px;
}
.mega-menu div > div a {
  margin-bottom: 0px;
  display: inline-block;
  color: rgba(43, 43, 43, 0.7);
}
.mega-menu .list-unstyled div a {
  padding: 8px 35px 8px 0;
  transition: 0.5s;
}
.mega-menu .list-unstyled div a:hover {
  padding: 8px 35px 8px 10px;
  transition: 0.5s;
}
.search-full .Typeahead-menu {
  top: 110%;
  left: 15px;
  width: 93%;
}
/*=======Mega menu css end=======*/
/**=====================
    05. Header CSS Ends
==========================**/
/**=====================
    78. Sidebar CSS Start
==========================**/
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-title h5:after, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li a:after {
  position: absolute;
  content: "";
  top: 48%;
  width: 6px;
  border-top: 2px solid #595c60;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li a:after {
  position: absolute;
  content: "";
  top: 49%;
  width: 5px;
  height: 1px;
  border-radius: 100%;
  background-color: #59667a;
}
.onhover-show-div {
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  left: 0;
}
.onhover-dropdown:hover .onhover-show-div {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  border-radius: 5px;
  overflow: hidden;
}
.onhover-dropdown:hover .onhover-show-div:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
  top: -7px;
  position: absolute;
  left: 10px;
  z-index: 2;
}
.onhover-dropdown:hover .onhover-show-div:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d7e2e9;
  content: "";
  top: -7px;
  position: absolute;
  left: 10px;
  z-index: 1;
}
.page-wrapper {
  position: relative;
}
.page-wrapper .page-header {
  max-width: 100vw;
  position: fixed;
  top: 0;
  z-index: 99;
  background: transparent linear-gradient(180deg, #e4e4e4 0%, #cfccd6 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
}
.page-wrapper .page-header .header-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 22px 30px;
  position: relative;
}
.page-wrapper .page-header .header-wrapper .search-full {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 0;
  width: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .search-full.open {
  height: 100%;
  width: 100%;
  -webkit-animation: zoomIn 0.5s ease-in-out;
          animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .search-full .Typeahead-menu {
  max-height: 330px;
  overflow: auto;
  color: rgba(126, 14, 69, 0.1);
}
.page-wrapper .page-header .header-wrapper .search-full .Typeahead-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px transparent;
  -webkit-box-shadow: inset 0 0 6px transparent;
}
.page-wrapper .page-header .header-wrapper .search-full .Typeahead-menu::-webkit-scrollbar-thumb, .page-wrapper .page-header .header-wrapper .search-full .Typeahead-menu::-webkit-scrollbar {
  width: 6px;
  border-radius: 13px;
}
.page-wrapper .page-header .header-wrapper .search-full .Typeahead-menu::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
  background-color: #fff;
}
.page-wrapper .page-header .header-wrapper .search-full input {
  color: #000;
  line-height: 65px;
  padding-left: 60px;
  width: 100% !important;
}
.page-wrapper .page-header .header-wrapper .search-full input:focus {
  outline: none !important;
}
.page-wrapper .page-header .header-wrapper .search-full .ProfileCard {
  padding: 10px;
  border: 1px solid #ccc !important;
  margin-bottom: 10px;
  border-radius: 10px;
}
.page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
  position: absolute;
  font-size: 15px;
  right: 30px;
  top: 30px;
  color: #898989;
  cursor: pointer;
}
.page-wrapper .page-header .header-wrapper .search-full .form-group:before {
  position: absolute;
  left: 30px;
  top: 30px;
  content: "";
  font-size: 16px;
  color: #898989;
  font-family: FontAwesome;
}
.page-wrapper .page-header .header-wrapper .nav-right {
  justify-content: flex-end;
}
.page-wrapper .page-header .header-wrapper .nav-right ul li svg {
  vertical-align: middle;
  width: 20px;
}
.page-wrapper .page-header .header-wrapper .nav-right ul li svg path {
  color: #242934;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode {
  cursor: pointer;
  width: 20px;
  text-align: center;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode i {
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode i.fa-lightbulb-o {
  font-weight: 500;
  font-size: 22px;
  transition: all 0.3s ease;
  -webkit-animation: zoomIn 300ms ease-in-out;
          animation: zoomIn 300ms ease-in-out;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .header-search {
  cursor: pointer;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body {
  margin-left: 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body span {
  font-weight: 500;
}
.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body p {
  font-size: 14px;
  line-height: 1;
  color: rgba(43, 43, 43, 0.7);
}
.page-wrapper .page-header .header-wrapper .nav-right > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li {
  padding: 6px 10px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li .badge {
  position: absolute;
  right: -5px;
  top: -6px;
  padding: 2px 4px;
  font-size: 11px;
  font-weight: 700;
  font-family: work-Sans, sans-serif;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul {
  left: inherit;
  right: -10px;
  width: 130px;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul:before, .page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul:after {
  left: inherit;
  right: 10px;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul li {
  display: block;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul li a {
  font-size: 14px;
  color: #2c323f;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul > li span ul li a i {
  margin-left: 10px;
  font-size: 13px;
  color: #2c323f;
}
.page-wrapper .page-header .header-wrapper .nav-right > ul .flag-icon {
  font-size: 16px;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card {
  width: 220px;
  height: 245px;
  background-color: transparent;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner {
  position: relative;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front,
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back {
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  width: 220px;
  height: 240px;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front button,
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button {
  background-color: transparent;
  color: #7e0e45;
  color: var(--theme-deafult);
  border: none;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front button:focus,
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button:focus {
  outline: transparent;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front {
  background-color: #fff;
  transition: 0.3s;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front .bookmark-dropdown {
  height: 100%;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front .bookmark-dropdown li:nth-child(2) {
  max-height: 126px;
  overflow: auto;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front .bookmark-dropdown li:last-child {
  border-top: 1px solid #efefef;
  position: static;
  width: 100%;
  bottom: -101px;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front svg {
  margin-bottom: 15px;
  stroke: #2c323f;
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front svg:hover {
  stroke: #7e0e45;
  stroke: var(--theme-deafult);
  transition: all 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back {
  background-color: #fff;
  transform: rotateY(180deg);
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back li:first-child {
  margin-top: 20px;
  height: 160px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back li:last-child {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button {
  width: 100%;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input {
  border-radius: 25px;
  padding: 6px 12px;
  width: 100%;
  border: 1px solid #ddd;
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner.flipped {
  transform: rotateY(180deg);
}
.page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner.flipped .front {
  opacity: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div {
  width: 330px;
  top: 50px;
  right: 0;
  left: unset;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li {
  padding: 0 20px;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li p {
  opacity: 0.6;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li + li {
  padding-top: 15px;
  padding-bottom: 0px;
  border-top: 1px solid #f5f5f5;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li:last-child {
  padding-bottom: 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media {
  position: relative;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media img {
  width: 40px;
  position: relative;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media .status-circle {
  left: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media .media-body > span {
  letter-spacing: 0.8px;
  padding-right: 10px;
  display: inline-block;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media .media-body p {
  margin-bottom: 15px;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:not(.profile-dropdown) li:first-child {
  padding: 20px;
  background-color: #eaeaea;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:not(.profile-dropdown) li:first-child svg {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  opacity: 0.05;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:before, .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:after {
  right: 10px !important;
  left: unset !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip {
  width: unset !important;
  box-shadow: unset !important;
  background-color: transparent !important;
  overflow: visible;
  overflow: initial;
}
.page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip .Typeahead-menu {
  top: 33%;
  background: transparent;
  box-shadow: none;
  left: -1px;
  overflow: auto;
  max-height: 100px;
}
.page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip .back li:first-child svg {
  position: relative;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  opacity: 1;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-box {
  position: relative;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-box svg {
  -webkit-animation: tada 1.5s ease infinite;
          animation: tada 1.5s ease infinite;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-box {
  position: relative;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-box svg {
  -webkit-animation: swing 1.5s ease infinite;
          animation: swing 1.5s ease infinite;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li .media {
  align-items: center;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li + li {
  padding-bottom: 10px;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown p {
  line-height: 1.3;
  margin-top: 3px;
  opacity: 0.6;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .close-circle {
  position: absolute;
  right: 0;
  top: 0;
}
.page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .close-circle svg {
  width: 14px;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown {
  top: 52px;
  width: 300px;
  height: 430px;
  right: 0px !important;
  left: unset;
  border: 1px solid #908f90;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li {
  height: 320px;
  overflow-y: auto;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li + li {
  padding-top: 8px;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li + li p {
  margin-bottom: 8px;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li:last-child {
  text-align: center;
  border-top: 1px solid #ecf3fa;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li p span {
  color: rgba(27, 49, 85, 0.4);
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li .no-notfcn {
  margin-top: 20% !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li .no-notfcn h3 {
  font-size: 20px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown:before, .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown:after {
  right: 28px !important;
  left: unset !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown button {
  border: 0;
  width: 100%;
  border-top: 1px solid #908f90;
  outline: 0 !important;
  border-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 12px 0px 11px 15px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
  width: 230px;
  top: 57px;
  left: -12px;
  padding: 0 10px;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li {
  padding: 10px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a span {
  color: #7e0e45;
  color: var(--theme-deafult);
  transition: color 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg {
  stroke: #7e0e45;
  stroke: var(--theme-deafult);
  transition: stroke 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg path {
  stroke: #7e0e45;
  stroke: var(--theme-deafult);
  transition: stroke 0.3s ease;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:last-child {
  padding-top: 10px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li span {
  color: #2c323f;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li svg {
  width: 16px;
  vertical-align: bottom;
  margin-right: 10px;
  stroke: #2c323f;
}
.page-wrapper .page-body-wrapper {
  background-color: #cfccd6;
  display: flex;
}
.page-wrapper .page-body-wrapper .page-body {
  min-height: calc(100vh - 136px);
  margin-top: 136px;
  padding: 0 15px 0 15px;
  position: relative;
}
.page-wrapper .page-body-wrapper .page-body:before {
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
}
.page-wrapper .page-body-wrapper .page-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-wrapper .page-body-wrapper .page-title > .row .col-6:first-child {
  display: flex;
}
.page-wrapper .page-body-wrapper .page-title > .row .col-6:first-child h3 {
  padding-right: 20px;
}
.page-wrapper .page-body-wrapper .page-title .row {
  align-items: center;
}
.page-wrapper .page-body-wrapper .page-title .row h3 {
  font-size: 24px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.page-wrapper .page-body-wrapper .page-title .row h3 small {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: rgba(43, 43, 43, 0.7);
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: flex-end;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb li {
  font-size: 13px;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "/";
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a {
  color: #7e0e45;
  color: var(--theme-deafult);
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg {
  width: 14px;
  height: 14px;
  color: #2c323f;
  vertical-align: text-top;
}
.page-wrapper.horizontal-wrapper .header-logo-wrapper {
  width: 150px;
}
.page-wrapper.horizontal-wrapper .header-logo-wrapper .toggle-sidebar {
  display: none;
}
.page-wrapper.horizontal-wrapper .page-body {
  margin-top: 135px;
}
.page-wrapper.horizontal-wrapper .footer {
  margin-left: 0;
}
.page-wrapper.horizontal-wrapper .sidebar-main-title {
  display: none !important;
}
.page-wrapper.horizontal-wrapper .scorlled .sidebar-wrapper {
  display: none;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper {
  height: 54px;
  line-height: inherit;
  top: 81px;
  background: #fff;
  box-shadow: 0px 9px 24px rgba(89, 102, 122, 0.05);
  overflow-x: hidden;
  z-index: 1;
  overflow-y: visible;
  position: fixed;
  width: 100vw;
  border-top: 1px solid #efefef;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .badge {
  position: absolute;
  top: 0;
  left: 48px;
  z-index: 1;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .logo-wrapper,
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .logo-icon-wrapper {
  display: none;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main {
  text-align: left;
  position: relative;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main #sidebar-menu {
  transition: 0.5s;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow,
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow {
  position: absolute;
  top: 0px;
  padding: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow svg,
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow svg {
  vertical-align: middle;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow.disabled,
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow.disabled {
  display: none;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow {
  left: 0;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow {
  right: 0;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  display: -webkit-box !important;
  padding: 0 5px;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list a.active .according-menu i:before {
  content: "-";
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list a .according-menu {
  display: none;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list ul.sidebar-submenu li a.active {
  color: #7e0e45;
  color: var(--theme-deafult);
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list ul.sidebar-submenu li a.active:after {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li {
  position: relative;
  float: left;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li:hover > a > span {
  color: #7e0e45;
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li:hover a {
  background-color: rgba(126, 14, 69, 0.0015);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li:hover a svg {
  fill: rgba(126, 14, 69, 0.001);
  stroke: #7e0e45;
  stroke: var(--theme-deafult);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li:first-child {
  display: none !important;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li > a {
  display: block;
  color: #2b2b2b;
  line-height: 23px;
  text-decoration: none;
  text-transform: capitalize;
  padding: 5px 15px;
  margin: 0 3px;
  letter-spacing: 0.04em;
  position: relative;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li > a.active {
  background-color: #e3197c;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li > a.active svg,
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li > a.active span {
  color: #7e0e45;
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li > a .badge {
  position: absolute;
  top: -5px;
  margin-left: 1px;
  right: 10px;
  padding: 0.2em 0.7em;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li > a svg {
  width: 16px;
  vertical-align: bottom;
  margin-right: 10px;
  stroke-width: 2.5px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu {
  position: fixed;
  z-index: 4;
  box-shadow: 0 0 1px 0 #898989;
  padding: 15px 0px 15px 0px;
  background: white;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li {
  border: 0;
  float: none;
  position: relative;
  display: block;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li a {
  background: transparent;
  padding: 4px 30px;
  display: block;
  transition: all 0.5s ease;
  line-height: 1.9;
  color: rgba(43, 43, 43, 0.6);
  letter-spacing: 0.06em;
  font-weight: 500;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li a:after {
  left: 20px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li a:hover {
  color: #7e0e45;
  color: var(--theme-deafult);
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li a:hover:after {
  background-color: #7e0e45;
  background-color: var(--theme-deafult);
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container {
  position: absolute;
  right: -24%;
  z-index: 4;
  box-shadow: 0 0 1px 0 #898989;
  padding: 30px;
  background: white;
  width: 95%;
  border-radius: 4px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box {
  width: 20%;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
  text-transform: uppercase;
  font-size: 14px;
  margin-left: -13px;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-content {
  box-shadow: none;
  background-color: transparent;
  position: relative;
  display: block;
  padding: 0;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-content li {
  border: 0;
  float: none;
  position: relative;
  display: block;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-content li a {
  border: 0 !important;
  background: transparent;
  color: #2b2b2b;
  border-radius: 0 !important;
  text-transform: capitalize;
  padding: 3px 0;
  font-size: 13px;
  display: block;
  letter-spacing: 0.07em;
  line-height: 1.9;
  position: relative;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-content li a:hover {
  color: #7e0e45;
  color: var(--theme-deafult);
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-content li a:hover:after {
  color: #7e0e45;
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-content li a:after {
  position: absolute;
  content: "";
  left: -12px;
  top: 50%;
  width: 5px;
  height: 1px;
  background-color: #59667a;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li:hover > a:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li.mega-menu {
  position: unset;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper.overlay-white {
  background-color: rgba(255, 255, 255, 0.08);
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav i {
  font-size: 24px;
}
.page-wrapper.horizontal-wrapper .page-header {
  width: 100%;
  box-shadow: none;
}
.page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right {
  flex: 0 0 62%;
  max-width: 62%;
}
.page-wrapper.horizontal-wrapper .page-header .header-wrapper .form-control-plaintext {
  width: auto !important;
}
.page-wrapper .sidebar-main-title > div {
  background-color: rgba(126, 14, 69, 0.06);
  padding: 15px 17px;
  border-radius: 10px;
}
.page-wrapper .sidebar-main-title h6 {
  color: #7e0e45;
  color: var(--theme-deafult);
  margin-bottom: 5px;
  letter-spacing: 0.4px;
}
.page-wrapper .sidebar-main-title p {
  color: #2c323f;
  font-size: 11px;
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 1;
}
.page-wrapper.compact-wrapper .page-header {
  margin-left: 280px;
  width: calc(100% - 280px);
}
.page-wrapper.compact-wrapper .page-header.close_icon {
  margin-left: 95px;
  width: calc(100% - 95px);
}
.page-wrapper.compact-wrapper .page-header .header-wrapper .logo-wrapper {
  display: none;
}
.page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
  position: fixed;
  top: 0;
  z-index: 99;
  line-height: inherit;
  background: linear-gradient(180deg, #90173b 0%, #650847 36%, #640845 75%, #7f093c 100%);
  min-width: 280px;
  transition: all 0.3s ease;
  text-align: left;
  transition: 0.3s;
  box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper {
  padding: 54px 30px 10px 30px;
  box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
  padding: 54px 0px 10px 0px;
  box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon {
  width: auto;
  transition: all 0.3s ease;
  min-width: inherit;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .badge {
  opacity: 0;
  width: 0;
  padding: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links > li {
  max-width: 86px;
  margin: 0;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links > li .sidebar-submenu a {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links > li a {
  padding: 12px 14px;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main-title {
  display: none !important;
  opacity: 0;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-wrapper {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-icon-wrapper {
  text-align: right;
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover {
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .badge {
  opacity: 1;
  width: auto;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links > li {
  max-width: 86px;
  margin: 0;
  margin: initial;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links > li .sidebar-submenu a {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links > li .sidebar-submenu a span {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links > li > a {
  padding: 12px 14px;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links > li > a span {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main-title {
  opacity: 1;
  display: block !important;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-wrapper {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-icon-wrapper {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .mobile-sidebar {
  transform: translate(183px);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ footer {
  margin-left: 95px;
  flex: 1;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .footer-fix {
  width: calc(100% - 90px);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links > li .sidebar-link::before {
  right: 20px;
  left: unset;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links > li a span {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active ~ .sidebar-submenu {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .according-menu {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .left-arrow,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .right-arrow {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
  left: -300px;
  z-index: 99;
  transition: color 1s ease;
  color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 30px;
  overflow-y: scroll;
  overflow-y: auto;
  scrollbar-width: thin !important;
  scrollbar-color: #ffffff transparent;
  height: 70vh;
  width: 100%;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links.custom-scrollbar::-webkit-scrollbar-thumb, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  border-radius: 13px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links.custom-scrollbar::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
  background-color: #fff;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links:hover.custom-scrollbar {
  color: rgba(68, 102, 242, 0.1);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active {
  color: #7e0e45;
  color: var(--theme-deafult);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active:after {
  border-color: #7e0e45;
  border-color: var(--theme-deafult);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a {
  font-weight: 300;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  letter-spacing: 0.7px;
  text-transform: capitalize;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.link-nav .according-menu {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li:last-child {
  border-bottom: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links.opennav {
  left: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .back-btn {
  display: block;
  width: 100%;
  padding: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .back-btn .mobile-back {
  padding: 20px;
  color: #242934;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li {
  display: block;
  width: 90%;
  padding: 0 20px 0px 10px;
  position: relative;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li.sidebar-main-title {
  padding-top: 15px;
  padding-bottom: 13px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li.sidebar-list .badge {
  position: absolute;
  right: 50px;
  top: 14.5px;
  padding: 0.44em 0.7em 0.32em;
  z-index: 1;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li.sidebar-list:hover > a:hover {
  background-color: rgba(126, 14, 69, 0.0012);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li:hover .sidebar-link:not(.active):hover svg {
  fill: rgba(126, 14, 69, 0.001);
  stroke: #7e0e45;
  stroke: var(--theme-deafult);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li:hover .sidebar-link:not(.active):hover span {
  color: #7e0e45;
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li:hover .sidebar-link:not(.active):hover .according-menu i {
  color: #7e0e45;
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li a {
  padding: 12px 15px;
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li a svg {
  width: 18px;
  margin-right: 10px;
  vertical-align: bottom;
  float: none;
  stroke-width: 2.3px;
  color: #fff;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li a .sub-arrow {
  right: 20px;
  position: absolute;
  top: 10px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li a .sub-arrow i {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li a .sub-arrow:before {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li:first-child {
  display: none !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu {
  width: 100%;
  padding: 0;
  position: relative !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu > li a {
  padding-left: 40px !important;
  font-weight: 400;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu .submenu-title .according-menu {
  top: 10px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu.opensubmenu {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li:hover > a {
  color: #7e0e45;
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li:hover > a:after {
  border-top: 2px solid #7e0e45;
  border-top: 2px solid var(--theme-deafult);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li .nav-sub-childmenu {
  display: none;
  position: relative !important;
  right: 0;
  width: 100%;
  padding: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li .nav-sub-childmenu.opensubchild {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li .nav-sub-childmenu li a {
  padding: 6px 45px;
  padding-left: 56px !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li .nav-sub-childmenu li a:after {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li a {
  padding: 7px 25px;
  font-size: 14px;
  color: rgba(43, 43, 43, 0.6);
  display: block;
  position: relative;
  letter-spacing: 0.06em;
  font-weight: 500;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li a:after {
  left: 20px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li a:hover {
  margin-left: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li.mega-menu .sidebar-title.active ~ .mega-menu-container {
  display: block !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container {
  padding: 0;
  position: relative;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container.opensubmenu {
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box {
  width: 100%;
  padding: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section:hover h5 {
  color: #7e0e45 !important;
  color: var(--theme-deafult) !important;
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section:hover h5:after {
  border-top: 2px solid #7e0e45;
  border-top: 2px solid var(--theme-deafult);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-title {
  position: relative;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
  margin-bottom: 0;
  line-height: 1.9;
  padding: 6px 25px 6px 45px;
  font-size: 14px;
  position: relative;
  color: rgba(43, 43, 43, 0.6);
  display: block;
  letter-spacing: 0.06em;
  font-weight: 500;
  cursor: pointer;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-title h5:after {
  left: 25px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-title .according-menu {
  top: 8px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a {
  margin-bottom: 0;
  line-height: 1.9;
  padding: 6px 25px 6px 45px;
  font-size: 14px;
  position: relative;
  color: rgba(43, 43, 43, 0.6);
  display: block;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a:after {
  display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a.active {
  color: #7e0e45;
  color: var(--theme-deafult);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
  line-height: 1.9;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
  margin-left: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link {
  border-radius: 10px;
  transition: all 0.5s ease;
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link.active {
  transition: all 0.5s ease;
  position: relative;
  margin-bottom: 10px;
  background-color: #e3197c;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link.active .according-menu i {
  color: #7e0e45;
  color: var(--theme-deafult);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link.active svg {
  color: #7e0e45;
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link.active span {
  color: #7e0e45;
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .custom-scrollbar {
  scrollbar-width: thin;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .custom-scrollbar:-webkit-scrollbar-track {
  background: transparent;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .custom-scrollbar:-webkit-scrollbar-thumb {
  background: #fff !important;
  border-radius: 13px;
}
.page-wrapper.compact-wrapper .page-body-wrapper .mega-box.col {
  flex-basis: unset;
}
.page-wrapper.compact-wrapper .page-body-wrapper .according-menu {
  position: absolute;
  right: 15px;
  top: 17px;
  display: block;
}
.page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}
.page-wrapper.compact-wrapper .page-body-wrapper .main-menu.border-section {
  border: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav {
  position: absolute;
  z-index: 2;
  right: 145px;
  top: 6px;
}
.page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
  font-size: 18px;
  padding-left: 5px;
  text-transform: uppercase;
}
.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
  min-height: calc(100vh - 0px);
  min-width: calc(100% - 280px);
  margin-top: 0px !important;
  margin-left: 280px;
  padding-top: 112px !important;
  padding-bottom: 25px !important;
}
.page-wrapper.compact-wrapper.dark-sidebar .toggle-sidebar svg, .page-wrapper.compact-wrapper.color-sidebar .toggle-sidebar svg {
  stroke: #7e0e45;
  stroke: var(--theme-deafult);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper {
  background-color: #262932 !important;
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a span, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  color: rgba(255, 255, 255, 0.7);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a svg, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a svg {
  stroke: rgba(255, 255, 255, 0.7);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-title h5, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
  color: rgba(255, 255, 255, 0.7);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container::after, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link.active, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link.active {
  background-color: rgba(126, 14, 69, 0.2);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link.active svg, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link.active svg {
  color: #7e0e45;
  color: var(--theme-deafult);
  stroke: #7e0e45;
  stroke: var(--theme-deafult);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li a, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li a {
  color: rgba(255, 255, 255, 0.7);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span {
  color: rgba(255, 255, 255, 0.7);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active {
  color: #7e0e45;
  color: var(--theme-deafult);
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .logo-wrapper .back-btn, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .logo-wrapper .back-btn {
  color: #fff;
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .logo-wrapper .for-light, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .logo-wrapper .for-light {
  display: none;
}
.page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .logo-wrapper .for-dark, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .logo-wrapper .for-dark {
  display: block;
}
.page-wrapper.compact-wrapper.dark-sidebar .according-menu i, .page-wrapper.compact-wrapper.color-sidebar .according-menu i {
  color: rgba(255, 255, 255, 0.7);
}
.page-wrapper.compact-wrapper.dark-sidebar .sidebar-main-title p, .page-wrapper.compact-wrapper.color-sidebar .sidebar-main-title p {
  color: rgba(255, 255, 255, 0.7);
}
.page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper {
  background-color: #2f3c4e !important;
}
.page-wrapper.compact-wrapper.color-sidebar .sidebar-main-title p {
  display: none;
}
.page-wrapper.compact-wrapper.color-sidebar .sidebar-main-title h6 {
  margin-bottom: 0;
}
.page-wrapper.compact-sidebar ~ .bg-overlay1 {
  transition: 0.8s;
}
.page-wrapper.compact-sidebar ~ .bg-overlay1.active {
  z-index: 8;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
}
.page-wrapper.compact-sidebar .toggle-sidebar {
  position: relative;
  right: unset;
  top: unset;
  margin-right: 15px;
}
.page-wrapper.compact-sidebar .sidebar-main-title {
  display: none;
}
.page-wrapper.compact-sidebar .logo-wrapper {
  display: none;
}
.page-wrapper.compact-sidebar .logo-icon-wrapper {
  display: block;
  text-align: center;
  padding: 24px 30px;
  box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-sidebar .page-header {
  margin-left: 150px;
  width: calc(100% - 150px);
}
.page-wrapper.compact-sidebar .page-header .header-wrapper .logo-wrapper {
  display: none;
}
.page-wrapper.compact-sidebar .page-header.close_icon {
  margin-left: 0;
  width: calc(100% - 0px);
}
.page-wrapper.compact-sidebar .page-body-wrapper .page-body {
  margin-top: 80px;
  margin-left: 150px;
}
.page-wrapper.compact-sidebar .page-body-wrapper .footer {
  margin-left: 150px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper {
  position: fixed;
  top: 0;
  z-index: 9;
  background: #fff;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .back-btn {
  display: none;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper > div {
  height: auto;
  line-height: inherit;
  background: #fff;
  width: 150px;
  transition: 0.3s;
  box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .left-arrow,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .right-arrow {
  display: none;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
  margin: 30px 0;
  height: calc(100vh - 113px);
  overflow: auto;
  min-width: 150px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a {
  color: #2c323f;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  letter-spacing: 0.7px;
  text-transform: capitalize;
  color: #2c323f;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active {
  background: rgba(126, 14, 69, 0.1);
  color: #7e0e45;
  border-radius: 20px;
  margin: 0 10px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active span {
  color: #7e0e45;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active ~ .sidebar-submenu,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active ~ .mega-menu-container {
  display: block;
  -webkit-animation: fadeInLeft 300ms ease-in-out;
          animation: fadeInLeft 300ms ease-in-out;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #f3f3f3;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container {
  position: fixed;
  top: 0px;
  height: calc(100vh - 0px);
  overflow: auto;
  left: 150px;
  width: 230px;
  background-color: #fff;
  box-shadow: 0 16px 15px 15px rgba(126, 55, 216, 0.03);
  transition: all 0.5s ease-in-out;
  display: none;
  padding-top: 20px;
  z-index: -1;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a {
  padding: 15px 15px 15px 40px;
  display: block;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .sub-arrow,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .sub-arrow {
  display: none;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .according-menu,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .according-menu {
  position: absolute;
  right: 20px;
  top: 19px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a.active,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a.active {
  background-color: rgba(126, 14, 69, 0.1);
  color: #7e0e45;
  transition: all 0.3s ease;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li .submenu-content li a.active,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li .submenu-content li a.active {
  background-color: transparent;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu > li > a::after,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container > li > a::after {
  position: absolute;
  content: "";
  left: 20px;
  top: 48%;
  width: 6px;
  border-top: 2px solid #595c60;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section {
  text-align: left;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section .submenu-title h5,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section .submenu-title h5 {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 15px 15px 40px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section .submenu-title h5::after,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section .submenu-title h5::after {
  position: absolute;
  content: "";
  left: 20px;
  top: 48%;
  width: 6px;
  border-top: 2px solid #595c60;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list {
  position: relative;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge {
  position: absolute;
  left: 53%;
  top: 7px;
  font-weight: 500;
  font-size: 9px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link {
  text-align: center;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link svg {
  display: block;
  margin: 0 auto 6px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link > span {
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link .according-menu {
  display: none;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu {
  text-align: center;
  padding: 0;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu svg {
  display: block;
  margin: 0 auto 6px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu .according-menu {
  position: absolute;
  right: 20px;
  top: 13px;
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon {
  transform: translateX(-150px);
}
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body,
.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon ~ .footer {
  margin-left: 0px;
}
.page-wrapper.compact-small .toggle-sidebar {
  position: relative;
  right: unset;
  top: unset;
  margin-right: 15px;
}
.page-wrapper.compact-small .sidebar-main-title,
.page-wrapper.compact-small .logo-wrapper {
  display: none;
}
.page-wrapper.compact-small .logo-icon-wrapper {
  display: block;
  text-align: center;
  padding: 27px 30px;
  box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1);
}
.page-wrapper.compact-small .page-header {
  margin-left: 90px;
  width: calc(100% - 90px);
}
.page-wrapper.compact-small .page-header .header-wrapper .logo-wrapper {
  display: none;
}
.page-wrapper.compact-small .page-header.close_icon {
  margin-left: 0;
  width: calc(100% - 0px);
}
.page-wrapper.compact-small .page-body-wrapper .page-body {
  margin-left: 90px;
}
.page-wrapper.compact-small .page-body-wrapper .footer {
  margin-left: 90px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper > div {
  width: 90px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
  min-width: unset !important;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title {
  display: block;
  padding: 15px 0;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu,
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container {
  left: 90px !important;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a,
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a {
  padding: 10px 15px 10px 40px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .sub-arrow,
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .sub-arrow {
  display: none;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .according-menu,
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .according-menu {
  top: 11px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge {
  display: none;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link svg {
  display: block;
  margin: 0 auto;
  width: 20px;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link > span {
  display: none;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu svg {
  margin: 0 auto;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu a > span {
  display: none;
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon {
  transform: translateX(-150px);
}
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body,
.page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon ~ .footer {
  margin-left: 0px;
}
.page-wrapper.only-body {
  background-color: #f2f0fa;
}
.page-wrapper.only-body .page-body-wrapper {
  background-color: #f2f0fa;
}
.page-wrapper.only-body .page-header {
  position: relative;
}
.page-wrapper.only-body .page-header .nav-menus .current_lang {
  color: #fff;
}
.page-wrapper.only-body .page-header .nav-menus .profile-nav .media-body > span,
.page-wrapper.only-body .page-header .nav-menus .profile-nav .media-body > p {
  color: #fff !important;
}
.page-wrapper.only-body .page-header .nav-menus > li svg {
  stroke: #fff;
}
.page-wrapper.only-body .page-header .nav-menus > li > a > svg {
  stroke: #fff;
}
.page-wrapper.only-body .page-header .nav-menus > li ul li svg {
  stroke: #2b2b2b;
}
.page-wrapper.only-body .page-header .nav-menus > li > div .lang-txt,
.page-wrapper.only-body .page-header .nav-menus > li > span .lang-txt {
  color: #fff;
}
.page-wrapper.only-body .page-header .nav-menus > li > div i,
.page-wrapper.only-body .page-header .nav-menus > li > span i {
  color: #fff;
}
.page-wrapper.only-body .page-header .nav-menus > li > div svg,
.page-wrapper.only-body .page-header .nav-menus > li > span svg {
  stroke: #fff;
}
.page-wrapper.only-body .page-header .left-header,
.page-wrapper.only-body .page-header .header-logo-wrapper {
  display: none;
}
.page-wrapper.only-body .page-header .header-wrapper {
  padding: 0 !important;
}
.page-wrapper.only-body .page-header .header-wrapper .nav-right {
  position: absolute;
  right: 60px;
  top: 58px;
}
.page-wrapper.only-body .page-header .header-wrapper .search-full {
  top: 37px;
  width: calc(100% - 56px);
  left: 25px;
}
.page-wrapper.only-body .page-header .header-wrapper .search-full .form-group {
  background-color: #fff;
  border-radius: 15px;
}
.page-wrapper.only-body .page-header .header-wrapper .search-full .Typeahead-menu {
  top: 78px;
  width: calc(100% - 30px);
  margin: 0 auto;
  right: 0;
}
.page-wrapper.only-body .page-body-wrapper .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.page-wrapper.only-body .page-body-wrapper .page-title {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-wrapper.only-body .page-body-wrapper .page-title .breadcrumb li {
  color: #fff;
}
.page-wrapper.only-body .page-body-wrapper .page-title .breadcrumb-item a svg {
  color: #fff;
}
.page-wrapper.only-body .page-body-wrapper .page-title .row h3 {
  color: #fff;
}
.page-wrapper.only-body .sidebar-wrapper,
.page-wrapper.only-body footer {
  display: none;
}
.page-wrapper.only-body .page-body-wrapper .page-body {
  margin-top: 0px;
  min-height: calc(100vh - 0px);
}
.page-wrapper.only-body .page-body-wrapper .page-title {
  background: linear-gradient(26deg, #7e0e45 0%, #a26cf8 100%);
  background: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%);
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
  margin-top: 30px;
}
.page-wrapper.only-body .page-body-wrapper .page-title > .row .col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.page-wrapper.only-body .page-body-wrapper .page-title .breadcrumb {
  margin-top: 5px;
  justify-content: flex-start;
}
.page-wrapper.modern-type .card .cal-date-widget .cal-info h2 {
  color: #7e0e45;
}
.page-wrapper.modern-type .page-header {
  z-index: 100;
  margin-left: 0px;
  width: calc(100% - 0px);
}
.page-wrapper.modern-type .page-header.close_icon {
  margin-left: 0px;
  width: calc(100% - 0px);
}
.page-wrapper.modern-type .page-header .header-wrapper .header-logo-wrapper {
  display: flex;
  align-items: center;
}
.page-wrapper.modern-type .page-header .header-wrapper .logo-wrapper {
  display: block;
  margin-right: 30px;
}
.page-wrapper.modern-type .page-header .header-wrapper .toggle-sidebar {
  display: block !important;
  position: relative;
  top: unset;
  right: unset;
  margin-right: 15px;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper {
  margin: 30px !important;
  top: 80px;
  bottom: 0;
  border-radius: 15px;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .logo-wrapper,
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
  display: none;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
  height: calc(100vh - 160px);
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon {
  left: -300px;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon .logo-icon-wrapper {
  display: none;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body {
  margin-left: 0px;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon ~ footer {
  margin-left: 0px;
  margin-right: 0px;
}
.page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-wrapper {
  display: none;
}
.page-wrapper.modern-type .page-body-wrapper .page-body {
  margin-left: 310px;
}
.page-wrapper.modern-type .page-body-wrapper .page-body .container-fluid, .page-wrapper.modern-type .page-body-wrapper .page-body .container-sm, .page-wrapper.modern-type .page-body-wrapper .page-body .container-md, .page-wrapper.modern-type .page-body-wrapper .page-body .container-lg, .page-wrapper.modern-type .page-body-wrapper .page-body .container-xl {
  max-width: 1450px;
}
.page-wrapper.modern-type .page-body-wrapper .footer {
  margin-left: 390px;
  margin-right: 70px;
  border-radius: 10px;
}
.page-wrapper.modern-type .default-datepicker .react-datepicker .react-datepicker__day-name,
.page-wrapper.modern-type .default-datepicker .react-datepicker .react-datepicker__day,
.page-wrapper.modern-type .default-datepicker .react-datepicker .react-datepicker__time-name {
  width: 45px !important;
}
.page-wrapper.material-type {
  position: relative;
}
.page-wrapper.material-type::before {
  position: absolute;
  content: "";
  left: 0;
  top: -50px;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(26deg, #7e0e45 0%, #a26cf8 100%);
  background-image: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%);
}
.page-wrapper.material-type .card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.page-wrapper.material-type .page-header {
  position: relative;
  max-width: 1560px;
  margin: 50px auto 0;
  border-radius: 15px 15px 0 0;
}
.page-wrapper.material-type .page-body-wrapper {
  background-image: url('boxbg.57cb7e691ff2185a6232.jpg');
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.5);
}
.page-wrapper.material-type .page-body-wrapper .sidebar-wrapper {
  position: relative;
  max-width: 1560px;
  margin: 0 auto;
  top: unset;
  height: unset;
  z-index: 2;
}
.page-wrapper.material-type .page-body-wrapper .page-body {
  margin: 0 auto;
  max-width: 1560px;
  background-color: #cfccd6;
  box-shadow: 0 0 20px 7px rgba(8, 21, 66, 0.05);
  border-radius: 0 0 15px 15px;
  z-index: 1;
}
.page-wrapper.material-type .footer {
  margin-top: 40px;
}
.page-wrapper.advance-layout {
  background-blend-mode: overlay;
  background-color: rgba(207, 204, 214, 0.7);
}
.page-wrapper.advance-layout .card {
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ecf3fa;
}
.page-wrapper.advance-layout .page-header {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
}
.page-wrapper.advance-layout .page-body-wrapper {
  background: transparent;
}
.page-wrapper.advance-layout .page-body-wrapper .sidebar-wrapper {
  position: relative !important;
  top: unset !important;
  height: unset;
  box-shadow: none;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.page-wrapper.advance-layout .page-body-wrapper .sidebar-wrapper > div {
  overflow-x: hidden;
}
.page-wrapper.advance-layout .page-body-wrapper .page-body {
  margin-top: 0 !important;
}
@-webkit-keyframes pagebody {
  from {
    opacity: 0;
    transform: scale3d(0.98, 0.98, 0.98) translate(-20px, -50px);
  }
  50% {
    opacity: 1;
  }
}
@keyframes pagebody {
  from {
    opacity: 0;
    transform: scale3d(0.98, 0.98, 0.98) translate(-20px, -50px);
  }
  50% {
    opacity: 1;
  }
}
.sidebar-main {
  height: 100vh;
}
#sidebar-menu {
  height: 73vh;
}
#sidebar-menu::-webkit-scrollbar {
  display: none;
}
.page-wrapper .page-header .header-wrapper .nav-right .merchant-profile.onhover-show-div {
  width: 350px;
  top: 52px;
  right: -1px;
  left: unset;
  border: 1px solid #66788F6B;
  box-shadow: 16px 23px 42px #00000029;
  padding: 14px 15px;
  border-radius: 10px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .merchant-profile.onhover-show-div li {
  background-color: #ffffff !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin: 0px !important;
}
.logo-wrapper .back-btn {
  display: none;
}
@media screen and (max-width: 1780px) {
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container {
    background-color: red;
    right: -18%;
    width: 91%;
  }
}
@media screen and (max-width: 1480px) {
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container {
    background-color: red;
    right: -18%;
    width: 91%;
  }
}
@media screen and (max-width: 1460px) {
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container {
    right: -54%;
    width: 75%;
  }

  .sidebar-wrapper .sidebar-main .sidebar-links > li {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1366px) {
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container {
    right: -49%;
    width: 70%;
  }

  .profile-dropdown.onhover-show-div {
    right: 0;
    left: unset !important;
  }
  .profile-dropdown.onhover-show-div:before, .profile-dropdown.onhover-show-div:after {
    right: 10px !important;
    left: unset !important;
  }

  .merchant-list-favourite img {
    height: auto !important;
    width: 18px !important;
  }
}
@media screen and (max-width: 1199px) {
  .page-wrapper .page-header .header-wrapper .nav-right > ul > li {
    padding: 6px;
  }

  .left-header .mega-menu-container .submenu-title {
    margin: 20px 20px 0 20px;
  }

  .mobile-title.d-none {
    display: flex !important;
    justify-content: space-between;
    padding: 20px 30px 17px;
    border-bottom: 1px solid #ddd;
    margin: 0 -15px;
  }
  .mobile-title.d-none h5 {
    color: #7e0e45;
    color: var(--theme-deafult);
  }
  .mobile-title.d-none svg {
    stroke: #7e0e45 !important;
    stroke: var(--theme-deafult) !important;
  }

  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .mega-menu-container {
    right: -35%;
    width: 56%;
  }

  .merchant-list-favourite img {
    height: auto !important;
    width: 18px !important;
  }
}
@media screen and (min-width: 992px) {
  .page-header .header-wrapper .nav-right .notification-dropdown {
    top: 46px;
  }

  .responsive-btn {
    display: none;
  }

  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu {
    width: 200px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transition: all 0.5s ease;
    display: block !important;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu a .sub-arrow {
    position: absolute;
    right: 20px;
    top: 5px;
    color: #59667a;
    font-weight: 100;
    transition: all 0.5s ease;
    font-size: 15px;
    top: 5px;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li .nav-sub-childmenu {
    display: none;
    border-radius: 4px;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li:hover .nav-sub-childmenu {
    display: block !important;
    position: absolute;
    left: 200px;
    background-color: #fff;
    top: -10px;
    padding: 15px 0px 15px 0px;
    box-shadow: 0 0 1px 0 #898989;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu li a:hover .sub-arrow {
    right: 16px;
    transition: all 0.5s ease;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links > li .mega-menu-container {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links > li:hover .sidebar-submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 8px;
    transition: all 0.5s ease;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links > li:hover .mega-menu-container {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
    transition: all 0.5s ease;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav {
    display: none;
  }
  .page-wrapper.horizontal-wrapper .page-body-wrapper .mobile-back {
    display: none !important;
  }

  .merchant-list-favourite img {
    height: auto !important;
    width: 18px !important;
  }
}
@media only screen and (min-width: 768px) {
  .page-wrapper.material-icon {
    position: relative;
  }
  .page-wrapper.material-icon::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 240px;
    background: linear-gradient(26deg, #7e0e45 0%, #a26cf8 100%);
    background: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%);
  }
  .page-wrapper.material-icon .toggle-sidebar {
    color: rgba(255, 255, 255, 0.8);
  }
  .page-wrapper.material-icon .toggle-sidebar:hover > svg {
    color: #fff !important;
    stroke: #fff !important;
  }
  .page-wrapper.material-icon .left-header .mega-menu .nav-link,
.page-wrapper.material-icon .left-header .level-menu .nav-link {
    background-color: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.7);
  }
  .page-wrapper.material-icon .left-header .mega-menu .nav-link svg,
.page-wrapper.material-icon .left-header .level-menu .nav-link svg {
    stroke: rgba(255, 255, 255, 0.7);
  }
  .page-wrapper.material-icon .page-header {
    position: relative;
    background: transparent;
    padding-left: 90px;
    max-width: 1660px;
    margin: 0 auto;
    width: calc(100% - 0px);
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li {
    color: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li .notification-box svg,
.page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li .cart-box svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li > a > svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li > app-message-box > app-feather-icons > svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li .text-dark svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right > ul > li > svg {
    stroke: #fff;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right .language-nav .more_lang {
    color: #2b2b2b;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right .onhover-show-div {
    color: #2b2b2b;
  }
  .page-wrapper.material-icon .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body p {
    color: rgba(255, 255, 255, 0.7);
  }
  .page-wrapper.material-icon .page-header.close_icon {
    padding-left: 0;
    margin: 0 auto !important;
  }
  .page-wrapper.material-icon .page-body-wrapper .page-body {
    margin-top: 0 !important;
    padding-left: 90px;
    max-width: 1660px;
    margin: 0 auto;
  }
  .page-wrapper.material-icon .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body {
    padding-left: 15px;
    margin: 0 auto !important;
  }
  .page-wrapper.material-icon .page-body-wrapper .page-title {
    color: #fff;
  }
  .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg {
    color: #fff;
  }
  .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.6);
  }
  .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.8);
  }

  .merchant-list-favourite img {
    height: auto !important;
    width: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-wrapper .menu .brand-logo img {
    width: 120px;
  }

  .merchant-list-favourite img {
    height: auto !important;
    width: 18px !important;
  }
}
@media screen and (max-width: 576px) {
  .toggle-nav i {
    font-size: 20px;
  }

  .page-wrapper .page-header .header-wrapper .nav-right .merchant-profile.onhover-show-div {
    position: fixed;
    width: 90%;
    top: 60px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }

  .merchant-list-favourite img {
    height: auto !important;
    width: 18px !important;
  }
}
/**=====================
    78. Sidebar CSS Ends
==========================**/
/**=====================
    60. RTL CSS Start
==========================**/
.rtl ul {
  padding-right: 0;
}
.rtl .page-wrapper .page-body-wrapper .page-title > .row .col-6:first-child h3 {
  padding-right: 0;
}
.rtl .page-wrapper .page-header .header-wrapper .search-full .Typeahead-menu {
  left: unset;
  right: 15px;
}
.rtl .page-wrapper .page-header .header-wrapper .search-full input {
  padding-left: unset;
  padding-right: 60px;
}
.rtl .page-wrapper .page-header .header-wrapper .search-full .form-group {
  margin: 0;
}
.rtl .page-wrapper .page-header .header-wrapper .search-full .form-group:before {
  left: unset;
  right: 30px;
}
.rtl .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
  right: unset;
  left: 30px;
}
.rtl .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown {
  left: -20px;
  right: unset !important;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper {
  position: fixed;
  border-bottom: none;
  z-index: 9;
  height: auto;
  line-height: inherit;
  background: linear-gradient(180deg, #90173B 0%, #650847 36%, #640845 75%, #7F093C 100%);
  width: 280px;
  text-align: right;
  transition: 0.5s;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .toggle-sidebar {
  right: unset;
  left: 30px;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links {
  padding: 0;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .badge {
  left: 50px !important;
  right: unset !important;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon {
  margin-right: 0;
  margin-left: unset;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .logo-icon-wrapper {
  text-align: left;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .logo-icon-wrapper img {
  margin-left: 8px;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .page-body, .rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ footer {
  margin-left: 0;
  margin-right: 100px;
  transition: 0.5s;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links > li a svg {
  margin-left: 0;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active ~ .sidebar-submenu {
  display: none !important;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .according-menu {
  display: none;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links > li a svg {
  margin-left: 13px;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover {
  transform: translate(0px);
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active ~ .sidebar-submenu {
  display: block !important;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .sidebar-main .sidebar-links > li a svg {
  float: none;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .according-menu {
  display: block;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu:after {
  right: 30px;
  left: unset;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu > li a {
  padding-right: 45px !important;
  padding-left: unset !important;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-submenu > li a:after {
  right: 26px;
  left: unset;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
  margin-left: unset;
  margin-right: 280px;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper {
  text-align: right;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links > li a svg {
  margin-right: unset;
  margin-left: 15px;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .according-menu {
  right: unset;
  left: 20px;
}
.rtl .left-header .level-menu .nav-link {
  margin-left: unset;
  margin-right: 10px;
}
.rtl .fa.pull-right {
  margin-right: 0.3em;
  margin-left: unset;
}
.rtl .page-wrapper.horizontal-wrapper .header-logo-wrapper {
  text-align: right;
}
.rtl .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
  margin-right: 0;
}
.rtl .page-wrapper.horizontal-wrapper .page-body-wrapper footer {
  margin-right: 0;
}
.rtl .page-wrapper.only-body .page-header .header-wrapper .search-full {
  right: 25px;
  left: unset;
}
.rtl .page-wrapper.only-body .page-header .header-wrapper .nav-right {
  right: unset;
  left: 60px;
}
.rtl .page-wrapper.compact-sidebar .toggle-sidebar {
  margin-left: 15px;
  margin-right: unset;
}
.rtl .page-wrapper.compact-sidebar .page-header {
  margin-left: unset;
  margin-right: 150px;
}
.rtl .page-wrapper.compact-sidebar .page-header.close_icon {
  margin-right: 0;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper .page-body {
  margin-left: unset;
  margin-right: 150px;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper .footer {
  margin-left: unset;
  margin-right: 150px;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active ~ .sidebar-submenu,
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active ~ .mega-menu-container {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
          animation: fadeInRight 1000ms ease-in-out;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu,
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container {
  right: 150px;
  left: unset;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a,
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a {
  padding: 15px 40px 15px 15px;
  text-align: right;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .according-menu,
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .according-menu {
  right: 20px;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu > li > a::after,
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container > li > a::after {
  left: unset;
  right: 20px;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section,
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section {
  text-align: right;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section .submenu-title h5,
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section .submenu-title h5 {
  padding: 15px 40px 15px 15px;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section .submenu-title h5::after,
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section .submenu-title h5::after {
  left: unset;
  right: 20px;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge {
  left: unset;
  right: 53%;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link {
  text-align: center;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu {
  text-align: center;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu .according-menu {
  right: unset;
  left: 20px;
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon {
  transform: translateX(150px);
}
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body,
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon ~ .footer {
  margin-right: 0px;
}
.rtl .page-wrapper.compact-small .page-header {
  margin-right: 90px;
}
.rtl .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu,
.rtl .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container {
  left: unset !important;
  right: 90px !important;
}
.rtl .page-wrapper.compact-small .page-body-wrapper .footer,
.rtl .page-wrapper.compact-small .page-body-wrapper .page-body {
  margin-right: 90px;
}
.rtl .page-wrapper.material-icon .page-header {
  padding-left: unset;
  padding-right: 90px;
  margin: 0 auto;
}
.rtl .page-wrapper.material-icon .page-header.close_icon {
  padding-right: 0;
}
.rtl .page-wrapper.material-icon .page-body-wrapper .page-body {
  padding-left: 15px;
  padding-right: 90px;
  margin: 0 auto;
}
.rtl .page-wrapper.material-icon .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body {
  padding-right: 15px;
  margin: 0 auto !important;
}
.rtl .page-wrapper.material-type .page-body-wrapper .page-body {
  margin-right: auto;
}
.rtl .page-header .header-wrapper .nav-right > ul > li:first-child {
  margin-right: 0;
}
.rtl .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body {
  margin-right: 15px;
  margin-left: unset;
}
.rtl .apexcharts-canvas {
  direction: ltr;
}
.rtl .email-wrap .btn-mail {
  text-align: right;
}
.rtl .email-wrap .email-app-sidebar ul li a {
  padding-left: unset;
  padding-right: 20px;
}
.rtl .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {
  text-align: center;
}
.rtl .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark {
  text-align: right;
}
.rtl .bookmark-wrap .row > div + div {
  padding-left: 15px !important;
}
.rtl .editable-rating .btn-position {
  right: unset;
  left: 30px;
}
.rtl .contact-options li .btn-category {
  padding-left: unset !important;
  padding-right: 40px !important;
}
.rtl .list-persons .profile-mail .media .media-body ul li + li {
  padding-left: unset;
  margin-left: unset;
  margin-right: 5px;
  padding-right: 5px;
  border-left: unset;
  border-right: 2px solid #f4f4f4;
}
.rtl .list-persons .profile-mail .email-general ul li > span {
  float: left;
}
.rtl .date-details > div + div {
  margin-left: unset;
  margin-right: 10px;
}
.rtl .taskadd table tr td:first-child {
  padding-left: unset;
  padding-right: 30px;
}
.rtl .earning-card.card .card-body .chart-left {
  padding: 40px 40px 40px 0;
}
.rtl .earning-card.card .card-body .inner-top-left ul li, .rtl .earning-card.card .card-body .inner-top-right ul li {
  margin-left: unset;
  margin-right: 35px;
}
.rtl .earning-card.card .card-body .inner-top-left ul li:first-child, .rtl .earning-card.card .card-body .inner-top-right ul li:first-child {
  margin-right: 0;
}
.rtl .earning-card.card .card-body .inner-top-right {
  padding-left: 15px;
}
.rtl .earning-card.card .card-body .media .media-left {
  margin-right: unset;
  margin-left: 15px;
}
.rtl .earning-card.card .card-body .earning-content {
  border-right: unset;
  border-left: 1px solid #ecf3fa;
}
.rtl .chart_data_left .card-body .chart-main .media, .rtl .chart_data_right .card-body .chart-main .media {
  border-right: unset;
  border-left: 1px solid #ecf3fa;
}
.rtl .chart_data_left .card-body .chart-main .media .media-body .right-chart-content, .rtl .chart_data_right .card-body .chart-main .media .media-body .right-chart-content {
  margin-left: unset;
  margin-right: 30px;
}
.rtl .chart_data_left .card-body .chart-main .media.border-none, .rtl .chart_data_right .card-body .chart-main .media.border-none {
  border-left: none;
}
.rtl .chart_data_right .card-body .media .right-chart-content h4 .new-box {
  margin-left: unset;
  margin-right: 10px;
}
.rtl .appointment-table table tr td .status-circle {
  left: unset;
  right: 35px;
}
.rtl .notification .card .media .media-body h6 .dot-notification {
  float: left;
}
.rtl .notification .card .media .media-body p .badge {
  margin-left: unset;
  margin-right: 10px;
}
.rtl .notification .card .media .media-body .inner-img:first-child {
  margin-right: unset;
  margin-left: 20px;
}
.rtl .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat {
  margin-left: unset;
  margin-right: 15px;
}
.rtl .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat .message-main span {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 30px;
}
.rtl .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0;
}
.rtl .chat-default .card-body.chat-box .input-group .form-control {
  border-left: unset;
  border-right: 1px solid #7e0e45;
  border-right: 1px solid var(--theme-deafult);
}
.rtl .chat-default .card-body.chat-box .input-group .send-msg svg {
  transform: rotate(-135deg);
  margin-left: 5px;
}
.rtl .dash-chart .media .media-body p .font-roboto {
  float: right;
}
.rtl .progress-gradient-primary {
  background-image: linear-gradient(to right, #7e0e45, transparent);
  background-image: linear-gradient(to right, var(--theme-deafult), transparent);
}
.rtl .progress-gradient-primary::after {
  right: unset;
  left: -1px;
}
.rtl .progress-gradient-primary .animate-circle {
  right: unset;
  left: -8px;
}
.rtl .progress-gradient-secondary {
  background-image: linear-gradient(to right, #324c6a, transparent);
}
.rtl .progress-gradient-secondary::after {
  right: unset;
  left: -1px;
}
.rtl .progress-gradient-secondary .animate-circle {
  right: unset;
  left: -8px;
}
.rtl .progress-gradient-success {
  background-image: linear-gradient(to right, #51bb25, transparent);
}
.rtl .progress-gradient-success::after {
  right: unset;
  left: -1px;
}
.rtl .progress-gradient-success .animate-circle {
  right: unset;
  left: -8px;
}
.rtl .progress-gradient-danger {
  background-image: linear-gradient(to right, #dc3545, transparent);
}
.rtl .progress-gradient-danger::after {
  right: unset;
  left: -1px;
}
.rtl .progress-gradient-danger .animate-circle {
  right: unset;
  left: -8px;
}
.rtl .progress-gradient-info {
  background-image: linear-gradient(to right, #a927f9, transparent);
}
.rtl .progress-gradient-info::after {
  right: unset;
  left: -1px;
}
.rtl .progress-gradient-info .animate-circle {
  right: unset;
  left: -8px;
}
.rtl .progress-gradient-light {
  background-image: linear-gradient(to right, #f4f4f4, transparent);
}
.rtl .progress-gradient-light::after {
  right: unset;
  left: -1px;
}
.rtl .progress-gradient-light .animate-circle {
  right: unset;
  left: -8px;
}
.rtl .progress-gradient-dark {
  background-image: linear-gradient(to right, #2c323f, transparent);
}
.rtl .progress-gradient-dark::after {
  right: unset;
  left: -1px;
}
.rtl .progress-gradient-dark .animate-circle {
  right: unset;
  left: -8px;
}
.rtl .progress-gradient-warning {
  background-image: linear-gradient(to right, #f8d62b, transparent);
}
.rtl .progress-gradient-warning::after {
  right: unset;
  left: -1px;
}
.rtl .progress-gradient-warning .animate-circle {
  right: unset;
  left: -8px;
}
.rtl .progress-animate span {
  left: -10px;
  right: unset;
}
.rtl .our-product table tr td:first-child, .rtl .best-seller-table table tr td:first-child {
  padding-left: 20px;
  padding-right: 0;
}
.rtl .our-product table tr td:last-child, .rtl .best-seller-table table tr td:last-child {
  padding-right: 20px;
  padding-left: 0;
  text-align: left;
}
.rtl .best-seller-table table tbody tr td .align-middle .status-circle {
  left: unset;
  right: 32px;
}
.rtl .best-seller-table table tbody tr td .fa-check-circle {
  left: unset;
  right: 30px;
}
.rtl .activity-timeline .media .media-body {
  margin-left: unset;
  margin-right: 20px;
}
.rtl .activity-timeline .media .activity-line {
  left: unset;
  right: 46px;
}
.rtl .offer-box .offer-slider .carousel-control-prev, .rtl .offer-box .offer-slider .carousel-control-next {
  right: unset;
  left: 0;
}
.rtl .total-users .goal-status .progress {
  background-image: linear-gradient(to right, transparent 15%, rgba(169, 39, 249, 0.1) 25%, transparent);
}
.rtl .total-users .goal-status .progress-gradient-primary {
  background-image: linear-gradient(to right, #7e0e45 25%, rgba(169, 39, 249, 0.1), transparent);
  background-image: linear-gradient(to right, var(--theme-deafult) 25%, rgba(169, 39, 249, 0.1), transparent);
}
.rtl .cal-date-widget .cal-info .pr-3 {
  padding-right: 1rem !important;
}
.rtl .mr-4, .rtl .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: unset !important;
}
.rtl .pr-4, .rtl .px-4 {
  padding-left: 1.5rem !important;
  padding-right: unset !important;
}
.rtl .mr-1, .rtl .mx-1 {
  margin-left: 0.25rem !important;
  margin-right: unset !important;
}
.rtl .navs-dropdown .onhover-show-div {
  right: 0;
}
.rtl .default-according.style-1 button {
  text-align: right;
}
.rtl .default-according.style-1 button:before {
  left: 20px;
  right: unset;
}
.rtl .default-according.style-1 button i {
  right: 18px;
  left: unset;
}
.rtl .default-according .card .card-header i {
  right: 18px;
  left: unset;
}
.rtl .ProfileCard-details {
  padding-right: 30px;
  padding-left: unset;
  float: right;
  text-align: right;
}
.rtl .starter-main .card-body ul {
  padding-right: 30px;
  padding-left: unset;
}
.rtl .theme-tab .tab-title li a svg {
  margin-left: 5px;
  margin-right: unset;
}
.rtl .spent .spent-graph .project-budget {
  margin-left: 30px;
  margin-right: unset;
}
.rtl .support-table table tbody tr td:first-child {
  padding-right: 0;
  padding-left: unset;
}
.rtl .widget-joins .row .pr-0 {
  padding-right: 15px !important;
}
.rtl .widget-joins .row .pl-0 {
  padding-left: 15px !important;
}
.rtl .order-box .sub-total .shipping-class .shopping-checkout-option, .rtl .order-box .sub-total .shipping-class span, .rtl .order-box .sub-total li .shopping-checkout-option, .rtl .order-box .sub-total li span, .rtl .order-box .total .shipping-class .shopping-checkout-option, .rtl .order-box .total .shipping-class span, .rtl .order-box .total li .shopping-checkout-option, .rtl .order-box .total li span, .rtl .order-box .qty .shipping-class .shopping-checkout-option, .rtl .order-box .qty .shipping-class span, .rtl .order-box .qty li .shopping-checkout-option, .rtl .order-box .qty li span {
  float: left;
}
.rtl .order-box .sub-total li .count, .rtl .order-box .total li .count, .rtl .order-box .qty li .count {
  float: left;
}
.rtl .img-paypal {
  margin-right: 15px;
  margin-left: unset;
}
.rtl .cart .qty-box .input-group .btn {
  border-radius: 0 !important;
}
.rtl .product-qnty fieldset .input-group .input-group-prepend .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .grid-options {
  margin-right: 10px;
  margin-left: unset;
}
.rtl .grid-options ul li a .line-grid-1 {
  right: 12px;
  left: unset;
}
.rtl .grid-options ul li a .line-grid-2 {
  right: 18px;
  left: unset;
}
.rtl .grid-options ul li a .line-grid-3 {
  right: 36px;
  left: unset;
}
.rtl .grid-options ul li a .line-grid-4 {
  right: 42px;
  left: unset;
}
.rtl .grid-options ul li a .line-grid-5 {
  right: 48px;
  left: unset;
}
.rtl .grid-options ul li a .line-grid-6 {
  right: 66px;
  left: unset;
}
.rtl .grid-options ul li a .line-grid-7 {
  right: 72px;
  left: unset;
}
.rtl .grid-options ul li a .line-grid-8 {
  right: 78px;
  left: unset;
}
.rtl .grid-options ul li a .line-grid-9 {
  right: 84px;
  left: unset;
}
.rtl .grid-options ul li a .line-grid-10 {
  right: 103px;
  left: unset;
}
.rtl .grid-options ul li a .line-grid-11 {
  right: 109px;
  left: unset;
}
.rtl .grid-options ul li a .line-grid-12 {
  right: 115px;
  left: unset;
}
.rtl .grid-options ul li a .line-grid-13 {
  right: 121px;
  left: unset;
}
.rtl .grid-options ul li a .line-grid-14 {
  right: 127px;
  left: unset;
}
.rtl .grid-options ul li a .line-grid-15 {
  right: 133px;
  left: unset;
}
.rtl .product-wrapper.sidebaron .product-grid .product-wrapper-grid {
  margin-right: calc(25% + 9px);
  margin-left: unset;
}
.rtl .product-filter.new-products .owl-theme .owl-nav {
  left: 0;
  right: unset;
}
.rtl .product-filter.new-products .owl-theme .owl-item .item .product-box .product-details.text-left {
  text-align: left !important;
}
.rtl .product-sidebar .filter-section .card .card-header h6 .pull-right i {
  left: auto;
  right: unset;
}
.rtl .feature-products form .form-group i {
  left: 30px;
  right: unset;
}
.rtl .product-wrapper-grid.list-view .product-box .product-details {
  text-align: right;
}
.rtl .page-wrapper .page-body-wrapper .page-title .breadcrumb {
  margin-left: unset;
}
.rtl .bookmark ul li + li {
  margin-left: unset;
  margin-right: 10px;
}
.rtl .bookmark ul li .search-form .form-control-search {
  left: -50px;
  right: unset;
}
.rtl .bookmark ul li .search-form .form-control-search:before {
  right: 50px;
  left: unset;
}
.rtl .bookmark ul li .search-form .form-control-search:after {
  right: 20px;
  left: unset;
}
.rtl .mr-0, .rtl .mx-0 {
  margin-left: 0 !important;
  margin-right: unset !important;
}
.rtl .footer .pull-right {
  float: none;
}
.rtl .checkbox_animated, .rtl .radio_animated {
  margin: 0 8px 0 16px;
}
.rtl .button.remove {
  left: -10px;
  right: unset;
}
.rtl .code-box-copy__btn {
  left: 11px;
  right: unset;
}
.rtl ul.nav-menus {
  border-bottom: none;
}
.rtl ul.notification-dropdown.onhover-show-div li {
  text-align: right;
}
.rtl .badge + .badge {
  margin-right: 5px;
  margin-left: unset;
}
.rtl .offset-xl-3 {
  margin-right: 25%;
  margin-left: unset;
}
.rtl .m-l-10 {
  margin-right: 10px !important;
  margin-left: unset !important;
}
.rtl .m-r-20 {
  margin-left: 20px;
  margin-right: unset;
}
.rtl .m-r-30 {
  margin-left: 30px;
  margin-right: unset;
}
.rtl .m-r-5 {
  margin-left: 5px;
  margin-right: unset;
}
.rtl .text-left {
  text-align: right !important;
}
.rtl .m-r-10 {
  margin-left: 10px;
  margin-right: unset;
}
.rtl .pr-3, .rtl .px-3 {
  padding-left: 1rem !important;
  padding-right: unset !important;
}
.rtl .p-r-0 {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .m-l-20 {
  margin-right: 20px !important;
  margin-left: unset !important;
}
.rtl .pl-3, .rtl .px-3 {
  padding-right: 1rem !important;
}
.rtl .b-r-light {
  border-left: 1px solid #f4f4f4 !important;
  border-right: unset !important;
}
.rtl .float-right {
  float: left !important;
}
.rtl .float-left {
  float: right !important;
}
.rtl .text-right {
  text-align: left !important;
}
.rtl .border-right {
  border-left: 1px solid #dee2e6 !important;
  border-right: unset !important;
}
.rtl .pr-0, .rtl .px-0 {
  padding-left: 0 !important;
  padding-right: unset !important;
}
.rtl .pl-0, .rtl .px-0 {
  padding-right: 0 !important;
  padding-left: unset !important;
}
.rtl .ml-1 {
  margin-left: unset !important;
  margin-right: 0.25rem !important;
}
.rtl .owl-carousel {
  direction: ltr;
}
.rtl .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .rtl .btn-group > :not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rtl .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .btn-group > .btn:nth-child(2) {
  border-radius: 0 !important;
}
.rtl .btn-group .btn-group > :not(:first-child) > .btn {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .btn-group .btn + .btn, .rtl .btn-group .btn + .btn-group {
  margin-right: -1px;
  border-right: none;
}
.rtl .btn-group .btn-group + .btn, .rtl .btn-group .btn-group + .btn-group {
  margin-right: -1px;
}
.rtl .btn-group .btn-group-vertical .btn + .btn, .rtl .btn-group .btn-group-vertical .btn + .btn-group {
  margin-right: -1px;
}
.rtl .btn-group .btn-group-vertical .btn-group + .btn, .rtl .btn-group .btn-group-vertical .btn-group + .btn-group {
  margin-right: -1px;
}
.rtl .mr-3, .rtl .mx-3 {
  margin-right: unset !important;
  margin-left: 1rem !important;
}
.rtl .mr-5, .rtl .mx-5 {
  margin-left: 3rem !important;
  margin-right: unset !important;
}
.rtl .ml-3, .rtl .mx-3 {
  margin-right: 1rem !important;
  margin-left: unset !important;
}
.rtl .m-r-15 {
  margin-left: 15px;
  margin-right: unset;
}
.rtl .b-l-light {
  border-right: 1px solid #f4f4f4 !important;
  border-left: unset !important;
}
.rtl .p-l-0 {
  padding-left: unset;
  padding-right: 0px;
}
.rtl .pl-4 {
  padding-right: 1.5rem !important;
  padding-left: unset !important;
}
.rtl .mr-2 {
  margin-left: 0.5rem !important;
  margin-right: unset !important;
}
.rtl .ml-2 {
  margin-right: 0.5rem !important;
  margin-left: unset !important;
}
.rtl .pr-2 {
  padding-right: unset !important;
  padding-left: 0.5rem !important;
}
.rtl .alert {
  text-align: right;
}
.rtl .pull-right, .rtl .f-right {
  float: left;
}
.rtl .form-inline .form-group {
  margin-left: 15px;
  margin-right: 0;
}
.rtl .card {
  text-align: right;
}
.rtl .card .card-header h5:not(.mb-0) {
  float: right;
}
.rtl .card .card-header span {
  clear: both;
}
.rtl .card .card-header .card-header-right {
  left: 35px;
  right: unset;
}
.rtl .card .card-header .card-header-right .card-option {
  text-align: left;
}
.rtl .card .card-header .card-header-right .card-option.list-unstyled {
  padding-right: 0;
  padding-left: unset;
}
.rtl .card .card-header .pull-left {
  float: right;
}
.rtl .card.full-card {
  left: 0;
  right: unset;
}
.rtl .card .card-body .alert svg {
  margin-left: 4px;
  margin-right: unset;
}
.rtl .card .card-body .value-left {
  margin-left: 30px;
  margin-right: unset;
}
.rtl .card .card-body .square {
  margin-left: 5px;
  margin-right: unset;
}
.rtl .modal-header .close {
  margin-left: 0;
}
.rtl .modal-footer > :not(:first-child) {
  margin-right: 0.5rem;
  margin-left: 0;
}
.rtl .form-inline .form-group .col-form-label {
  margin-left: 5px;
  margin-right: 0;
}
.rtl .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: unset;
}
.rtl .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  padding-right: unset;
}
.rtl code[class*=language-], .rtl pre[class*=language-] {
  text-align: right;
}
.rtl .input-group-prepend {
  margin-left: -1px;
  margin-right: unset;
}
.rtl .input-group > .form-control:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .input-group > .input-group-prepend > .btn, .rtl .input-group > .input-group-prepend > .input-group-text, .rtl .input-group > .input-group-append:not(:last-child) > .btn, .rtl .input-group > .input-group-append:not(:last-child) > .input-group-text, .rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rtl .input-group > .input-group-append > .btn, .rtl .input-group > .input-group-append > .input-group-text, .rtl .input-group > .input-group-prepend:not(:first-child) > .btn, .rtl .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .rtl .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .rtl .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .border-tab.nav-left .nav-link {
  text-align: left;
}
.rtl .socialprofile .social-group ul li:nth-child(4) {
  margin-right: -22px;
}
.rtl .social-status form .form-group .form-control-social {
  padding-right: 15px;
  padding-left: unset;
}
.rtl .social-status .media .social-status {
  right: 35px;
  left: unset;
}
.rtl .social-chat .other-msg {
  margin-right: 40px;
  margin-left: unset;
}
.rtl .social-chat .media-body:before {
  left: 100%;
  right: unset;
  border-left: 7px solid var(-semi-dark);
  border-right: unset;
}
.rtl .social-chat .media-body:after {
  left: 100%;
  right: unset;
  border-left: 7px solid #fff;
  border-right: unset;
}
.rtl .timeline-content .comment-number i {
  margin-left: 20px;
  margin-right: unset;
}
.rtl .photos ul li {
  margin-right: unset;
  margin-left: 15px;
}
.rtl .photos ul li:nth-child(3n) {
  margin-left: 0;
}
.rtl .avatar-showcase .friend-pic {
  margin-left: 8px;
  margin-right: unset;
}
.rtl .avatar-showcase .pepole-knows ul li {
  margin-left: 21px;
  margin-right: unset;
}
.rtl .avatar-showcase .pepole-knows ul li:last-child {
  margin-left: 0;
}
.rtl .user-profile .hovercard .user-image .share-icons {
  left: 100px;
  right: unset;
}
.rtl .user-profile .hovercard .user-image .share-icons li {
  margin-left: 10px;
  margin-right: unset;
}
.rtl .user-profile .hovercard .user-image .share-icons li:last-child {
  margin-left: 0;
}
.rtl .faq-form .search-icon {
  left: 12px;
  right: unset;
}
.rtl .faq-widgets .media-body p {
  padding-left: 20px;
  padding-right: unset;
}
.rtl .header-faq, .rtl .faq-title {
  text-align: right;
}
.rtl .faq-accordion .faq-header svg {
  left: 30px;
  right: unset;
}
.rtl .faq-accordion .card .btn-link svg {
  margin-left: 10px;
  margin-right: unset;
}
.rtl .navigation-option ul li {
  padding: 15px 0 15px 15px;
}
.rtl .navigation-option ul li a {
  padding-right: 40px;
  padding-left: unset;
}
.rtl .navigation-option ul li a svg {
  right: 15px;
  left: unset;
}
.rtl .updates-faq {
  margin-right: unset;
  margin-left: 30px;
}
.rtl .browse .browse-articles span svg {
  margin-left: 10px;
  margin-right: unset;
}
.rtl .categories .learning-header {
  padding-right: 30px;
  padding-left: unset;
}
.rtl .main .langChoice {
  left: 30px;
  right: unset;
}
.rtl .pricing-block svg {
  direction: ltr;
}
.rtl p.data-attributes svg {
  margin-left: 10px;
  margin-right: unset;
}
.rtl .avatars .avatar {
  margin-left: 10px;
  margin-right: unset;
}
.rtl .avatars .avatar:last-child {
  margin-left: 0;
}
.rtl .avatars .avatar .status {
  left: 4px;
  right: unset;
}
.rtl .customers.avatar-group {
  margin-left: 30px;
  margin-right: unset;
}
.rtl .customers ul li + li {
  margin-right: -10%;
  margin-left: unset;
}
.rtl .card .card-header h5 {
  float: none !important;
}
.rtl .knob-chart .chart-clock-main .clock-small {
  right: 10px;
  left: unset;
}
.rtl .weather-widget-two .top-bg-whether {
  left: -28px;
  right: unset;
}
.rtl .weather-widget-two .bottom-whetherinfo svg {
  left: unset;
  right: -35px;
}
.rtl .mobile-clock-widget .bg-svg {
  left: unset;
  right: -25px;
}
.rtl .todo .todo-list-wrapper .mark-all-tasks {
  left: 30px;
  right: unset;
}
.rtl .todo .todo-list-wrapper .mark-all-tasks .btn-label {
  margin-left: 5px;
  margin-right: unset;
}
.rtl .todo .todo-list-wrapper #todo-list li .task-container .task-action-btn {
  text-align: left;
}
.rtl .todo .notification-popup {
  left: 10px;
  right: unset;
}
.rtl .todo-options .badges-todo h6 {
  margin-left: 10px;
  margin-right: unset;
}
.rtl .todo-options .badges-todo h6:last-child {
  margin-left: 0;
}
.rtl .todo-list-btns .dropdown-basic .btn-group .form-group .checkbox {
  padding-right: 14px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-left: unset;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
.rtl .todo-list-btns .dropdown-basic .separated-btn {
  margin-right: -6px;
  margin-left: unset;
}
.rtl .todo-list-btns .dropdown-basic .separated-btn .btn {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.rtl .search-todo .dropdown-basic .btn-group {
  margin-left: 18px;
  margin-right: unset;
}
.rtl .sticky-note .note {
  float: right;
}
.rtl .mega-menu .list-unstyled div a {
  padding: 8px 0 8px 35px;
}
.rtl .mega-menu .list-unstyled div a:hover {
  padding: 8px 10px 8px 35px;
}
.rtl #testimonial .owl-stage-outer .owl-stage .owl-item .slide--item .media .mr-3, .rtl #testimonial .owl-stage-outer .owl-stage .owl-item .slide--item .media .mx-3 {
  margin-right: 1rem !important;
  margin-left: unset !important;
}
.rtl .needs-validation .input-group > .form-control:not(:last-child), .rtl .needs-validation .input-group > .custom-select:not(:last-child), .rtl .form-row .input-group > .form-control:not(:last-child), .rtl .form-row .input-group > .custom-select:not(:last-child) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .form-check {
  padding-right: 1.25rem;
  padding-left: unset;
}
.rtl .mega-menu .default-according .card .btn-link {
  text-align: right;
}
.rtl .mega-menu .default-according.style-1 button[aria-expanded=true]:before, .rtl .mega-menu .default-according.style-1 button[aria-expanded=false]:before {
  right: unset;
  left: 20px;
}
.rtl .email-wrap .row .col-xl-6 {
  padding-right: 0;
  padding-left: 15px;
}
.rtl .email-wrap .row .col-xl-3 + .col-xl-3 {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .email-wrap .email-app-sidebar .main-menu > li {
  text-align: right;
}
.rtl .email-wrap .email-app-sidebar .main-menu > li a i {
  margin-right: unset;
  margin-left: 10px;
}
.rtl .email-wrap .email-app-sidebar ul {
  padding-right: 0;
}
.rtl .email-wrap .email-content .email-top .user-emailid:after {
  float: left;
}
.rtl .email-wrap .email-right-aside .email-body .pr-0 {
  padding-right: unset !important;
}
.rtl .email-wrap .email-right-aside .radius-left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-radius: 4px;
}
.rtl .custom-datepicker,
.rtl .mutliple-datepicker {
  direction: ltr;
}
.rtl .dropdown-menu .dropdown-item {
  text-align: right;
}
.rtl .calendar-wrap .fc {
  direction: rtl;
  text-align: right;
}
.rtl .calendar-wrap .fc .fc-toolbar .fc-left {
  float: right;
}
.rtl .calendar-wrap .fc .fc-toolbar .fc-right {
  float: left;
}
.rtl .calendar-wrap .fc .fc-toolbar > * > * {
  margin-left: 0;
}
.rtl .calendar-wrap .fc-events-container {
  text-align: right;
}
.rtl .calendar-wrap .fc-scroller {
  margin-right: unset;
  margin-left: -17px;
}
.rtl .fc-agenda-view .fc-day-grid .fc-row {
  margin-right: 0 !important;
}
.rtl .fc-unthemed .fc-row {
  margin-right: 0 !important;
}
.rtl .cal-month-view .cal-day-number {
  float: left;
  margin-right: unset;
  margin-left: 15px;
}
.rtl .cal-month-view .cal-day-badge {
  margin-left: unset;
  margin-right: 10px;
}
.rtl .fc-button-group {
  direction: ltr;
}
.rtl .ngx-toolbar {
  direction: ltr;
  justify-content: flex-end;
}
.rtl .ngx-chart-direction {
  direction: ltr;
}
.rtl .ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: right;
}
.rtl .ngx-datatable .datatable-footer .datatable-pager {
  text-align: left;
}
.rtl .color-box button + button {
  margin-left: unset;
  margin-right: 5px;
}
.rtl .btn-group-showcase .btn-group {
  margin-left: 20px;
  margin-right: unset;
}
.rtl .btn-showcase .btn {
  margin-right: unset;
  margin-left: 18px;
}
.rtl .btn-square.dropdown-toggle {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rtl.button-builder ul.the-icons li {
  float: right;
}
.rtl.button-builder .color-slelector {
  float: right;
}
.rtl.button-builder .custom-button-color .form-control {
  border-radius: 0 5px 5px 0;
}
.rtl.button-builder .custom-button-color .form-control.pull-left {
  float: right;
}
.rtl.button-builder .hint-label {
  float: right;
  padding: 4px 20px 0 0;
}
.rtl #customer-review .owl-item img {
  order: 2;
}
.rtl .options > div {
  margin: 0 0 8px 8px;
}
.rtl .modal-dialog .modal-content .modal-body p a {
  margin-left: 0;
}
.rtl .drag-box fieldset .component .form-group .text-lg-left {
  text-align: right !important;
}
.rtl .drag-box fieldset .component .form-group .input-group .input-group-prepend .btn,
.rtl .drag-box fieldset .component .form-group .input-group .input-group-prepend .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rtl .drag-box fieldset .component .form-group .input-group .input-group-prepend .btn-right,
.rtl .drag-box fieldset .component .form-group .input-group .input-group-prepend .checkbox-radius {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .drag-box fieldset .component .form-group .input-group #prependedcheckbox {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rtl .drag-box fieldset .component .form-group .input-group #appendedcheckbox {
  border-right-color: #efefef;
}
.rtl .drag-box fieldset .component .form-group .input-group #buttondropdown {
  margin-right: unset;
  margin-left: -1px;
}
.rtl .drag form {
  text-align: right;
}
.rtl .drag form input {
  text-align: right;
}
.rtl .drag form label {
  text-align: right !important;
}
.rtl .drag form .form-group .input-group .input-group-prepend .btn,
.rtl .drag form .form-group .input-group .input-group-prepend .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rtl .drag form .form-group .input-group .input-group-prepend .btn-right,
.rtl .drag form .form-group .input-group .input-group-prepend .checkbox-radius {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .drag form .form-group .input-group #buttondropdown {
  margin-right: unset;
  margin-left: -1px;
}
.rtl .draggable label {
  text-align: right;
}
.rtl .form-builder-column .tab-content .tab-pane .theme-form .ui-draggable .input-group > .input-group-prepend > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rtl .form-builder-column #pills-tabContent .theme-form .form-group .input-group #buttondropdown, .rtl .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group #buttondropdown {
  margin-right: unset;
  margin-left: 15px;
}
.rtl .form-builder-column #pills-tabContent .theme-form .form-group .input-group .input-group-btn button, .rtl .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group .input-group-btn button {
  border-radius: 4px !important;
}
.rtl .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .text-lg-left {
  text-align: right !important;
}
.rtl .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .btn,
.rtl .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rtl .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .btn-right,
.rtl .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .checkbox-radius {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group #prependedcheckbox {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rtl .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group #appendedcheckbox {
  border-right-color: #efefef;
}
.rtl .form-builder .component .form-group .input-group #buttondropdown {
  margin-right: unset;
  margin-left: -1px;
}
.rtl .form-builder .component .form-group .pl-md-radios {
  padding-right: 37px;
  padding-left: unset;
}
.rtl .search-page .nav i {
  margin-left: 10px;
  margin-right: unset;
}
.rtl .product-stts {
  display: inline-block;
}
.rtl .product-stts .ml-1 {
  margin-right: 0.25rem !important;
  margin-left: unset !important;
}
.rtl .search-form input {
  padding: 10px 70px 10px 10px;
  text-align: right;
}
.rtl .icon-hover-bottom .icon-title {
  text-align: right;
}
.rtl .icon-hover-bottom .icon-popup .icon-last .form-inline .form-group .btn {
  margin-right: 15px;
  margin-left: unset;
}
.rtl .icon-lists div i {
  margin: 0 10px 0 15px;
}
.rtl .icon-lists ul {
  padding-right: 0;
}
.rtl ul.icon-lists {
  padding-right: 30px;
}
.rtl .floated-customizer-btn.third-floated-btn {
  left: 35px;
  right: unset;
}
.rtl .floated-customizer-btn > span {
  margin-right: 10px;
}
.rtl .floated-customizer-panel {
  text-align: right;
  left: -85px;
  right: unset;
}
.rtl .floated-customizer-panel.active {
  left: 35px;
  right: unset;
}
.rtl .floated-customizer-panel .close-customizer-btn {
  left: 30px;
  right: unset;
}
.rtl .floated-customizer-panel ul {
  padding-right: 0;
}
.rtl .form-builder-2-header > div nav {
  float: left;
}
.rtl .radio label {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .radio label::before {
  right: 0;
  margin-right: -20px;
  left: unset;
}
.rtl .page-wrapper .page-body-wrapper .page-title .row h3 {
  text-align: right;
  padding-left: 20px;
}
.rtl .page-wrapper.compact-wrapper .page-header {
  margin-right: 280px;
  margin-left: unset;
  width: calc(100% - 280px);
}
.rtl .page-wrapper.compact-wrapper .page-header.close_icon {
  margin-right: 100px;
  margin-left: unset;
  width: calc(100% - 100px);
}
.rtl .page-wrapper.modern-type .page-header {
  margin-right: 0;
  width: calc(100% - 0px);
}
.rtl .page-wrapper.modern-type .page-header.close_icon {
  margin-right: 0;
  width: calc(100% - 0px);
}
.rtl .page-wrapper.modern-type .page-header .header-wrapper .logo-wrapper {
  margin-right: unset;
  margin-left: 30px;
}
.rtl .page-wrapper.modern-type .page-header .header-wrapper .toggle-sidebar {
  margin-right: unset;
  margin-left: 15px;
}
.rtl .page-wrapper.modern-type .page-body-wrapper .page-body {
  margin-right: 310px;
}
.rtl .page-wrapper.modern-type .page-body-wrapper .footer {
  margin-left: 70px;
  margin-right: 390px;
}
.rtl .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon {
  right: -300px;
  left: unset;
}
.rtl .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body, .rtl .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon ~ footer {
  margin-right: 0;
}
.rtl .left-header .level-menu .nav-link {
  margin-left: unset;
  margin-right: 10px;
}
.rtl .left-header .level-menu .header-level-menu > li svg {
  margin-right: unset;
  margin-left: 5px;
}
.rtl .left-header .level-menu .header-level-menu > li > .header-level-sub-menu {
  left: unset;
  right: 173px;
}
.rtl .left-header .mega-menu-container {
  left: unset;
  right: -30px;
}
.rtl .left-header .mega-menu-container .mega-box .svg-icon li {
  padding-right: 0 !important;
}
.rtl .left-header .mega-menu-container .mega-box .svg-icon li a svg {
  margin-right: unset;
  margin-left: 5px;
}
.rtl .left-header .mega-menu-container .mega-box .link-section li:before {
  right: 0px;
  left: unset;
}
.rtl .left-header .mega-menu-container .mega-box + .mega-box {
  padding-left: unset;
  padding-right: 30px;
  border-left: unset;
  border-right: 1px solid #efefef;
}
.rtl .left-header .mega-menu .nav-link svg, .rtl .left-header .level-menu .nav-link svg {
  margin-right: unset;
  margin-left: 5px;
}
.rtl .page-header .header-wrapper .left-header {
  text-align: right;
}
.rtl .page-header .header-wrapper .left-header .mega-menu-container .mega-box .link-section li {
  padding: 7px 32px 7px 0;
}
.rtl .page-header .header-wrapper .left-header .mega-menu-container .mega-box .link-section li:before {
  right: 10px;
  left: 0;
}
.rtl .page-header .header-wrapper .nav-right {
  text-align: right;
}
.rtl .page-header .header-wrapper .nav-right .onhover-show-div {
  left: 0;
  right: unset;
}
.rtl .page-header .header-wrapper .nav-right .onhover-show-div:not(.profile-dropdown) li:first-child svg {
  right: unset;
  left: 0;
}
.rtl .page-header .header-wrapper .nav-right .chat-dropdown li .media .status-circle {
  left: unset;
  right: 0;
}
.rtl .page-header .header-wrapper .nav-right > ul > li {
  text-align: right;
}
.rtl .page-header .header-wrapper .nav-right > ul > li .lang-txt {
  margin-left: 0;
  margin-right: 8px;
}
.rtl .page-header .header-wrapper .nav-right > ul > li:before {
  right: 0;
  left: unset;
}
.rtl .page-header .header-wrapper .nav-right > ul > li .dot {
  left: 17px;
  right: unset;
}
.rtl .page-header .header-wrapper .nav-right > ul > li.onhover-dropdown:hover .onhover-show-div:before {
  right: 10px;
  left: unset;
}
.rtl .page-header .header-wrapper .nav-right > ul > li.onhover-dropdown:hover .onhover-show-div:after {
  right: 10px;
  left: unset;
}
.rtl .page-header .header-wrapper .nav-right > ul > li.onhover-dropdown:last-child {
  padding-left: 0;
  padding-right: 20px;
  border-right: none;
}
.rtl .page-header .header-wrapper .nav-right > ul > li:last-child {
  padding-right: 20px;
  padding-left: 0;
}
.rtl .page-header .header-wrapper .nav-right > ul > li i.ml-2 {
  margin-right: 0.5rem !important;
  margin-left: unset !important;
}
.rtl .page-header .header-wrapper .nav-right .cart-dropdown .close-circle {
  right: unset;
  left: 0px;
}
.rtl .page-header .header-wrapper .nav-right .profile-dropdown li svg {
  margin-right: unset;
  margin-left: 10px;
}
.rtl .page-header .header-wrapper .mobile-sidebar {
  padding-left: 20px;
  padding-right: unset;
}
.rtl .page-header.open {
  margin-right: 0;
}
.rtl ul.notification-dropdown.onhover-show-div {
  right: auto;
  right: initial;
  left: -30px;
  padding: 0;
}
.rtl ul.notification-dropdown.onhover-show-div:before {
  right: inherit !important;
  left: 35px !important;
}
.rtl ul.notification-dropdown.onhover-show-div:after {
  right: inherit !important;
  left: 35px !important;
}
.rtl ul.notification-dropdown.onhover-show-div li {
  margin-right: 0 !important;
}
.rtl ul.notification-dropdown.onhover-show-div li span.badge {
  margin-left: unset !important;
}
.rtl ul.notification-dropdown.onhover-show-div li span svg {
  margin-right: unset;
  margin-left: 10px;
}
.rtl ul.notification-dropdown.onhover-show-div li .notification-icon {
  margin-left: 20px;
  margin-right: unset;
}
.rtl .card-body .alert svg ~ p {
  padding-left: unset;
  padding-right: 20px;
}
.rtl .alert i {
  margin-left: 5px;
  margin-right: 0;
}
.rtl .inverse {
  padding: 13px 65px 13px 20px;
}
.rtl .inverse i {
  left: unset;
  right: 0;
}
.rtl .alert-primary.inverse:before {
  border-right: 7px solid #7e0e45;
  right: 54px;
  left: unset;
  border-left: unset;
}
.rtl .alert-secondary.inverse:before {
  border-right: 7px solid #324c6a;
  right: 54px;
  left: unset;
  border-left: unset;
}
.rtl .alert-success.inverse:before {
  border-right: 7px solid #51bb25;
  right: 54px;
  left: unset;
  border-left: unset;
}
.rtl .alert-danger.inverse:before {
  border-right: 7px solid #dc3545;
  right: 54px;
  left: unset;
  border-left: unset;
}
.rtl .alert-warning.inverse:before {
  border-right: 7px solid #f8d62b;
  right: 54px;
  left: unset;
  border-left: unset;
}
.rtl .alert-info.inverse:before {
  border-right: 7px solid #a927f9;
  right: 54px;
  left: unset;
  border-left: unset;
}
.rtl .alert-light.inverse:before {
  border-right: 7px solid #f4f4f4;
  right: 54px;
  left: unset;
  border-left: unset;
}
.rtl .alert-dark.inverse:before {
  border-right: 7px solid #2c323f;
  right: 54px;
  left: unset;
  border-left: unset;
}
.rtl .alert-dismissible .close {
  left: 0;
  right: unset;
}
.rtl .alert-dismissible .close span {
  padding-left: 0;
  padding-right: unset;
}
.rtl .icofont.icofont-truck {
  display: inline-block;
}
.rtl .blog-box .blog-details {
  padding-left: 20px;
  text-align: right;
}
.rtl .blog-box .blog-details .blog-social {
  padding-right: 0;
}
.rtl .blog-box .blog-details .blog-social li {
  padding-left: 40px;
  padding-right: unset;
}
.rtl .blog-box .blog-details .blog-social li:first-child {
  border-left: 1px solid #777777;
  border-right: unset;
  padding-left: 40px;
  padding-right: unset;
}
.rtl .blog-box .blog-details .blog-social li + li {
  margin-right: 30px;
  margin-left: unset;
  padding-left: 0;
}
.rtl .blog-box .blog-details-main .blog-social li {
  border-left: 1px solid;
  border-right: unset;
}
.rtl .blog-box .blog-details-main .blog-social li:last-child {
  border-left: none;
}
.rtl .blog-box .blog-date span {
  font-size: 36px;
  font-weight: 500;
  padding-left: 5px;
}
.rtl .comment-box .media img {
  margin-left: 45px;
  margin-right: unset;
}
.rtl .comment-box .media h6 {
  text-align: right;
}
.rtl .comment-box ul ul {
  margin-right: 135px;
  margin-left: unset;
  padding-right: 0;
}
.rtl .comment-box .comment-social {
  text-align: left;
}
.rtl .comment-box .comment-social li {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .comment-box .comment-social li:first-child {
  border-left: 1px solid #efefef;
  border-right: unset;
  padding-right: 0;
  padding-left: 20px;
}
.rtl .button-builder-wrap .form-group .btn {
  margin-left: 15px;
  margin-right: 0;
  padding: 9px;
}
.rtl .button-builder ul.the-icons {
  padding-right: 0 !important;
}
.rtl .call-chat-body .chat-box .chat-right-aside .chat .chat-history .caller-img.pl-0 {
  padding-left: 15px !important;
}
.rtl .chat-box .user-image {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.rtl .chat-box .people-list .search i {
  left: 10px;
  right: unset;
}
.rtl .chat-box .about {
  float: right;
  padding-right: 10px;
  padding-left: unset;
  text-align: right;
}
.rtl .chat-box .chat-menu {
  border-right: 1px solid #f4f4f4;
  border-left: unset;
}
.rtl .chat-box .chat-menu .nav {
  padding-right: 0;
}
.rtl .chat-box .chat-menu.pl-0 {
  padding-left: 15px !important;
}
.rtl .chat-box .chat-right-aside .chat .chat-message .smiley-box {
  margin-left: 0.5rem;
  margin-right: unset;
}
.rtl .chat-box .chat-right-aside.pr-0 {
  padding-right: 15px !important;
}
.rtl .chat-box .chat .chat-message .text-box .input-group-append {
  margin-right: -2px;
}
.rtl .chat-msg-box ul {
  padding-right: 0;
}
.rtl .chat-left-aside .status-circle {
  left: unset;
  right: 40px;
}
.rtl .chat-right-aside .chat .chat-header .chat-menu-icons {
  padding-left: 0;
  padding-right: unset;
}
.rtl .chat-right-aside .chat .chat-header .chat-menu-icons.float-sm-right {
  float: left !important;
}
.rtl .chat-right-aside .chat .chat-header img {
  float: right;
}
.rtl .cke_toolbar, .rtl .cke_toolgroup, .rtl a.cke_button, .rtl .cke_combo_text {
  float: right;
}
.rtl .cke_reset_all, .rtl .cke_reset_all *, .rtl .cke_reset_all a, .rtl .cke_reset_all textarea {
  text-align: right;
}
.rtl .cke_combo_text {
  padding-left: unset;
  padding-right: 10px;
}
.rtl #editor1 #cke_editor1 #cke_1_contents iframe html {
  direction: rtl !important;
}
.rtl #clockdiv ul {
  padding-right: 0;
}
.rtl .custom-card .card-footer > div + div {
  border-right: 1px solid #efefef;
  border-left: unset;
}
.rtl .card-social {
  padding-right: 0;
}
.rtl .card-absolute .card-header {
  right: 15px;
  left: unset;
}
.rtl .dataTables_wrapper .dataTables_filter input[type=search] {
  margin-right: 10px;
  margin-left: 0;
}
.rtl .dataTables_wrapper .dataTables_length {
  float: right;
}
.rtl .dataTables_wrapper .dataTables_filter {
  margin-left: unset;
  margin-right: 15px;
  float: left;
}
.rtl .dataTables_wrapper .dataTables_info {
  float: right;
}
.rtl .dataTables_wrapper .advance-5_filter {
  margin-left: 0;
}
.rtl .dataTables_wrapper .btn-group button {
  margin-left: 5px;
  margin-right: unset;
}
.rtl .dataTables_wrapper .btn-group button:last-child {
  margin-left: 0;
}
.rtl .dataTables_wrapper table.dataTable tbody td.select-checkbox:after, .rtl .dataTables_wrapper table.dataTable tbody th.select-checkbox:after {
  margin-left: 31px;
}
.rtl div.dataTables_wrapper div.dataTables_paginate {
  margin-right: 15px !important;
  margin-left: 0 !important;
  float: left;
}
.rtl table.dataTable thead > tr > th {
  padding-left: 30px;
  padding-right: 12px;
}
.rtl table.dataTable thead > tr > th:before {
  left: 1em !important;
  right: unset;
}
.rtl table.dataTable thead > tr > th:after {
  left: 0.5em !important;
  right: unset;
}
.rtl table.dataTable thead .sorting:before, .rtl table.dataTable thead .sorting_asc:before, .rtl table.dataTable thead .sorting_desc:before, .rtl table.dataTable thead .sorting_asc_disabled:before, .rtl table.dataTable thead .sorting_desc_disabled:before {
  left: 1em !important;
  right: unset;
}
.rtl .dataTables_scrollHeadInner {
  padding-right: unset !important;
  padding-left: 0 !important;
}
.rtl div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-right: 0;
  padding-left: 0;
}
.rtl div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
  padding-left: 0;
}
.rtl .dt-plugin-buttons button.m-r-10 {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .datetime-picker .theme-form .form-group label {
  text-align: left !important;
}
.rtl .datetime-picker .theme-form .form-group .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .datetime-picker .theme-form .form-group .input-group .form-control {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .dropdown-basic .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rtl .dropdown-basic .separated-btn .btn {
  border-radius: 0.25rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rtl .dropdown-basic .btn-group {
  margin-right: unset;
  margin-left: 18px;
}
.rtl .error-wrapper .col-md-8.offset-md-2 {
  margin: 0 auto !important;
}
.rtl .product-price del {
  padding-left: 20px;
  padding-right: 0;
}
.rtl .product-box .ribbon-bookmark.ribbon-vertical-left.ribbon-info:before, .rtl .product-box .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
  border-left-color: #007bff;
}
.rtl .product-box .ribbon-bookmark.ribbon-vertical-left:before, .rtl .product-box .ribbon-bookmark.ribbon-vertical-right:before {
  right: 0;
  left: unset;
  border-left: 15px solid #2a3142;
}
.rtl .product-box .ribbon-bookmark.ribbon-info:before {
  border-left-color: transparent;
}
.rtl .product-box .ribbon-warning.ribbon-clip:before {
  border-left-color: #ff850d;
  border-right-color: unset;
}
.rtl .product-box .ribbon-clip {
  right: -14px;
  left: unset;
}
.rtl .product-box .ribbon-clip:before {
  right: 0;
  left: unset;
}
.rtl .product-hover ul {
  padding-right: 0;
}
.rtl .customer-review .media img {
  margin-left: 25px;
  margin-right: 0;
}
.rtl .nav {
  padding-right: 0;
}
.rtl .custom-file-label::after {
  left: 0;
  right: unset;
}
.rtl .wizard-4 ul.anchor {
  float: right;
  padding-right: 0;
  padding-left: 30px;
}
.rtl .wizard-4 .step-container {
  clear: unset;
}
.rtl .wizard-4 .form-group {
  text-align: right;
}
.rtl .wizard-4 .action-bar .btn {
  float: left;
}
.rtl .f1 .f1-buttons {
  text-align: left;
}
.rtl .f1 .f1-steps .f1-step {
  float: right;
}
.rtl .static-top-widget .media-body {
  padding-right: 30px;
  padding-left: unset;
}
.rtl .static-top-widget .media-body .icon-bg {
  left: -20px;
  right: unset;
}
.rtl .widget-joins .media .details {
  border-right: 1px solid #efefef;
  border-left: unset;
}
.rtl .widget-joins .media .media-body {
  text-align: right;
}
.rtl .weather-widget-two .bottom-whetherinfo .whether-content {
  text-align: left;
}
.rtl .treeview-item .treeview-item {
  margin-left: unset;
  margin-right: 2rem;
}
.rtl .treeview-item .form-check-input {
  margin-left: 0.25rem;
}
.rtl .img-cropper .btn-group {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .img-cropper .btn-group button:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rtl .img-cropper .btn-group button:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .docs-toggles .btn-group .btn {
  border-radius: 0;
}
.rtl .docs-toggles .btn-group .btn:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rtl .docs-toggles .btn-group .btn:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rtl .btn-group > .btn:not(:last-child):not(.dropdown-toggle) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .jsgrid-button + .jsgrid-button {
  margin-right: 5px;
  margin-left: unset;
}
.rtl .list-group {
  padding-right: 0;
}
.rtl .list-group i, .rtl .list-group img {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .authentication-box {
  text-align: right;
}
.rtl .mega-horizontal .offset-sm-3 {
  margin-right: 25%;
  margin-left: unset;
}
.rtl .navs-icon svg {
  margin-left: 10px;
  margin-right: unset;
}
.rtl .navs-icon .fa {
  margin-left: 10px;
  margin-right: unset;
}
.rtl .nav-list .nav-list-disc {
  text-align: right;
  padding-right: 0;
}
.rtl .pl-navs-inline {
  padding-right: 30px !important;
  padding-left: 0 !important;
}
.rtl .onhover-dropdown.navs-dropdown:hover .onhover-show-div:before {
  left: 77px;
  right: unset;
}
.rtl .onhover-dropdown.navs-dropdown:hover .onhover-show-div:after {
  left: 77px;
  right: unset;
}
.rtl .navs-dropdown .onhover-show-div .navs-icon li {
  text-align: right;
}
.rtl .navs-icon.default-according.style-1 li button[aria-expanded=true]:before {
  left: 2px;
  right: unset;
}
.rtl .navs-icon.default-according.style-1 li button[aria-expanded=false]:before {
  left: 2px;
  right: unset;
}
.rtl .search-form .form-group:after {
  right: 53px;
  left: unset;
}
.rtl .search-form .form-group:before {
  right: 82px;
  left: unset;
}
.rtl .order-history table tbody tr td .product-name .order-process .order-process-circle:before {
  right: -15px;
  left: unset;
}
.rtl .order-history table th:first-child, .rtl .order-history table td:first-child {
  text-align: right;
}
.rtl .product-page-details span {
  padding-right: 15px;
  padding-left: 0;
}
.rtl .m-checkbox-inline label {
  margin-left: 20px;
  margin-right: 0;
}
.rtl .form-label-align-right label {
  text-align: left;
}
.rtl .br-theme-bars-reversed .br-widget .br-current-rating, .rtl .br-theme-bars-movie .br-widget .br-current-rating, .rtl .br-theme-bars-1to10 .br-widget .br-current-rating, .rtl .br-theme-bars-square .br-widget .br-current-rating {
  float: right;
}
.rtl .br-theme-bars-reversed .br-widget a, .rtl .br-theme-bars-movie .br-widget a, .rtl .br-theme-bars-1to10 .br-widget a, .rtl .br-theme-bars-square .br-widget a {
  float: right;
}
.rtl .ribbon-left {
  right: auto;
  left: -2px;
}
.rtl .ribbon-vertical-left {
  right: auto;
  left: 12px;
}
.rtl .ribbon-vertical-right {
  right: auto;
  left: 12px;
}
.rtl .star-ratings ul.search-info {
  padding-right: 0;
}
.rtl .star-ratings ul.search-info li + li {
  border-right: 1px solid #a5afc6;
  border-left: unset;
  padding-right: 8px;
  padding-left: 0;
  margin-right: 8px;
  margin-left: 0;
}
.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 10px !important;
  right: unset !important;
}
.rtl .select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.rtl .selection .select2-selection .select2-search__field {
  text-align: right;
}
.rtl .select2-results__option {
  text-align: right;
}
.rtl .editor-statusbar {
  text-align: left;
}
.rtl .editor-statusbar span {
  margin-right: 1em;
  margin-left: unset;
}
.rtl .CodeMirror-scroll {
  margin-left: -30px;
  margin-right: unset;
}
.rtl .primary-color ul, .rtl .yellow-color ul {
  padding-right: 0;
}
.rtl .u-step-desc {
  text-align: right;
}
.rtl .u-step-number {
  right: 20px;
  left: unset;
}
.rtl .u-step-number ~ .u-step-desc {
  margin-right: 50px;
}
.rtl .u-pearl:after {
  left: 0;
  right: unset;
}
.rtl .u-pearl:before {
  right: 0;
  left: unset;
}
.rtl .u-step-icon {
  float: right;
  margin-left: 0.5em;
  margin-right: unset;
}
.rtl .list-icons {
  padding-right: 0;
}
.rtl .card-header.note-toolbar .note-color .dropdown-toggle {
  padding-right: 5px;
}
.rtl .card-header.note-toolbar .form-group.draggable {
  text-align: right;
}
.rtl .card-header.note-toolbar .form-check {
  padding-right: 24px;
  padding-left: unset;
}
.rtl .card-header.note-toolbar form .custom-control {
  padding-right: 24px;
  padding-left: unset;
}
.rtl .card-header.note-toolbar form .custom-control .custom-control-label::after {
  right: 0;
  left: unset;
}
.rtl .card-header.note-toolbar form .custom-control .custom-control-label::before {
  right: 0;
  left: unset;
}
.rtl .dropdown-toggle::after {
  margin-right: 0.255em;
  margin-left: unset;
}
.rtl .tabbed-card ul {
  left: 22px;
  right: unset;
}
.rtl .checkbox label {
  padding-right: 16px;
  padding-left: unset;
}
.rtl .checkbox label::before {
  right: 0;
  left: unset;
  margin-right: -16px;
  margin-left: unset;
}
.rtl .radio label::after {
  right: 4px !important;
  left: unset;
  margin-right: -20px;
  margin-left: unset;
}
.rtl vertical-timeline {
  direction: ltr;
}
.rtl .cd-timeline-content::before {
  border-right: 7px solid #f4f4f4;
  border-left-color: transparent;
}
.rtl .cd-timeline-img i {
  right: 40%;
  left: unset;
  margin-right: -12px;
  margin-left: unset;
}
.rtl .cd-timeline-block:nth-child(even) .cd-timeline-content {
  float: left;
  border-left: 7px solid #eeeeee;
  border-right: unset;
}
.rtl .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  right: auto;
  left: 122%;
  text-align: left;
}
.rtl .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
  right: auto;
  left: 100%;
  border-left-color: #eeeeee;
  border-right-color: transparent;
}
.rtl .cd-timeline-content .cd-date {
  right: 122%;
  left: unset;
}
.rtl .introjs-tooltip {
  right: 0;
  left: unset;
}
.rtl .introjs-helperNumberLayer {
  right: -16px;
  left: unset;
}
.rtl .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltiptext {
  text-align: right;
}
.rtl .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons {
  text-align: left;
}
.rtl .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons .introjs-skipbutton {
  margin-left: 5px;
  margin-right: unset;
}
.rtl .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons .introjs-nextbutton {
  border-radius: 0.2em 0 0 0.2em;
}
.rtl .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
  margin-right: unset;
}
.rtl .like-comment ul.list-inline {
  padding-right: 0;
}
.rtl .typeahead {
  text-align: right;
}
.rtl .listing ul {
  padding-right: 0;
}
.rtl .listing ul .icofont {
  float: right;
}
.rtl .gallery .hover-5 img {
  margin-right: 30px;
}
.rtl .gallery .hover-5:hover img {
  margin-right: 0;
}
.rtl .lg-outer {
  text-align: right;
}
.rtl .lg-toolbar .lg-icon {
  float: left;
}
.rtl #lg-counter {
  padding-right: 20px;
  padding-left: unset;
  float: right;
}
.rtl .chart-widget-top .text-right {
  text-align: left !important;
}
.rtl .chart-widget-top .num .ml-1 {
  margin-right: 0.25rem !important;
}
.rtl .bar-chart-widget .earning-details i {
  left: -240px;
}
.rtl .bar-chart-widget .bottom-content .b-r-light {
  border-left: 1px solid #eeeeee !important;
  border-right: unset !important;
}
.rtl .bar-chart-widget .bottom-content .num .ml-1 {
  margin-right: 0.25rem !important;
}
.rtl .chart-vertical-center #myDoughnutGraph, .rtl .chart-vertical-center #myPolarGraph {
  width: auto !important;
}
.rtl .crm-activity ul.dates li + li {
  border-right: 1px solid #ddd;
  padding-right: 10px;
  margin-right: 5px;
  border-left: unset;
  padding-left: unset;
  margin-left: unset;
}
.rtl div.dt-buttons {
  float: right;
}
.rtl .dt-button-collection {
  left: -39px !important;
}
.rtl .dropzone .dz-preview .dz-error-mark,
.rtl .dropzone .dz-preview .dz-success-mark {
  right: 50%;
  margin-right: -27px;
  margin-left: unset;
  left: unset;
}
.rtl .page-wrapper .page-body-wrapper footer {
  margin-right: 280px;
  margin-left: unset;
}
.rtl .page-wrapper .page-body-wrapper footer p i {
  margin-right: 5px;
  margin-left: unset;
}
.rtl .footer-copyright {
  text-align: right;
}
.rtl .footer-links {
  text-align: left;
}
.rtl .page-item:first-child .page-link {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .page-item:last-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .popover.top > .arrow:after, .rtl .popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: unset;
}
.rtl .bootstrap-touchspin > .input-group-append > .btn,
.rtl .bootstrap-touchspin > .input-group-append > .input-group-text {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rtl .bootstrap-touchspin > .form-control:not(:last-child), .rtl .bootstrap-touchspin > .custom-select:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .typeahead span.twitter-typeahead .tt-suggestion {
  text-align: right;
}
.rtl .typeahead .league-name {
  text-align: right;
  margin-right: 5px;
}
.rtl .follow .text-md-right {
  text-align: left !important;
}
.rtl .jvectormap-zoomin,
.rtl .jvectormap-zoomout,
.rtl .jvectormap-goback {
  right: 10px;
  left: unset;
}
.rtl .file-content .files .file-box + .file-box,
.rtl .file-content .files .file-box + .folder-box,
.rtl .file-content .files .folder-box + .file-box,
.rtl .file-content .files .folder-box + .folder-box,
.rtl .file-content .folder .file-box + .file-box,
.rtl .file-content .folder .file-box + .folder-box,
.rtl .file-content .folder .folder-box + .file-box,
.rtl .file-content .folder .folder-box + .folder-box {
  margin-left: unset;
  margin-right: 5px;
}
.rtl .file-content .form-inline i {
  padding-right: unset;
  padding-left: 10px;
}
.rtl .file-sidebar .btn svg {
  margin-right: unset;
  margin-left: 8px;
}
.rtl .box-layout.page-wrapper.horizontal-wrapper .page-header {
  padding-right: 250px;
  padding-left: unset;
}
.rtl .box-layout.page-wrapper.horizontal-wrapper .page-header.open {
  padding-right: 0;
}
.rtl ~ app-customizer .customizer-links {
  display: block;
  right: unset;
  left: 0;
}
.rtl ~ app-customizer .customizer-links > .nav {
  padding-right: 10px;
}
.rtl ~ app-customizer .customizer-links .nav-link:before {
  right: 0;
}
.rtl ~ app-customizer .customizer-links .nav-link:after {
  right: -10px;
  left: unset;
  border-width: 5px 5px 5px 0;
  border-left-color: unset;
  border-right-color: #e72584;
}
.rtl ~ app-customizer .customizer-links .nav-link span {
  right: unset;
  left: -60px;
}
.rtl ~ app-customizer .customizer-links .nav-link:hover span {
  right: unset;
  left: 48px;
}
.rtl ~ app-customizer .customizer-links.open {
  right: unset;
  left: 330px;
  border-radius: 0 8px 8px 0;
}
.rtl ~ app-customizer .customizer-contain {
  right: unset;
  left: -335px;
}
.rtl ~ app-customizer .customizer-contain.open {
  right: unset;
  left: 0px;
}
.rtl ~ app-customizer .customizer-contain .customizer-header .icon-close {
  left: unset;
  right: 30px;
}
.rtl.dark-only .b-r-light {
  border-left: 1px solid #374558 !important;
  border-right: unset !important;
}
.rtl.dark-only .earning-card.card .card-body .earning-content {
  border-left: 1px solid #374558;
  border-right: unset;
}
.rtl.dark-only .chart_data_left .card-body .chart-main .media,
.rtl.dark-only .chart_data_right .card-body .chart-main .media {
  border-right: unset;
  border-left: 1px solid #374558;
}
.rtl.dark-only .chart_data_left .card-body .chart-main .media.border-none,
.rtl.dark-only .chart_data_right .card-body .chart-main .media.border-none {
  border-left: none;
}
.rtl.dark-only .chat-box .chat-menu {
  border-right: unset;
  border-left: 1px solid #374558;
}
.rtl.dark-only .list-persons .profile-mail .media .media-body ul li + li {
  border-left: unset;
  border-right: 1px solid #374558;
}
.rtl.dark-only .border-right {
  border-right: unset !important;
  border-left: 1px solid #1d1e26 !important;
}
.rtl.dark-only .custom-card .card-footer > div + div {
  border-right: 1px solid #1d1e26;
  border-left: unset !important;
}
.rtl.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li:first-child,
.rtl.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li:first-child {
  border-right: unset !important;
  border-left: 1px dotted rgba(255, 255, 255, 0.2);
}
.rtl.dark-only .blog-box .blog-details-main .blog-social li + li {
  border-left: 1px dotted rgba(255, 255, 255, 0.2);
}
.rtl.dark-only .blog-box .blog-details-main .blog-social li:last-child, .rtl.dark-only .blog-box .blog-details-main .blog-social li:first-child {
  border-left: none;
}
.rtl.dark-only .comment-box .comment-social li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: unset !important;
}
.rtl.dark-only .search-page ul.search-info li + li {
  border-left: unset;
  border-right: 1px solid #1d1e26;
}
.rtl.dark-only .bar-chart-widget .bottom-content .b-r-light {
  border-left: 1px solid #1d1e26 !important;
}
.rtl.dark-only .widget-joins .media .details {
  border-right: 1px solid #1d1e26;
}
.rtl.dark-only .crm-activity ul.dates li + li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1660px) {
  .rtl .caller-img {
    left: unset;
    right: 15px;
  }
}
@media only screen and (max-width: 1366px) {
  .rtl .profile-dropdown.onhover-show-div {
    right: unset !important;
    left: 0 !important;
  }
  .rtl .product-wrapper .product-grid .feature-products {
    margin-right: 0;
  }
  .rtl .product-grid {
    margin-right: 0;
  }
  .rtl .d-none-productlist {
    margin-left: 10px;
    margin-right: unset;
  }
  .rtl .product-sidebar {
    transform: translateX(300px) scaleX(0);
  }
  .rtl .photos ul li:nth-child(3n) {
    margin-left: 15px;
    margin-right: unset;
  }
  .rtl .chat-left-aside .status-circle {
    left: unset;
    right: 22px;
  }
  .rtl .earning-card .card-body > .row > div .chart-left {
    padding: 40px;
  }
  .rtl .earning-card .card-body > .row > div .chart-left .left-btn {
    text-align: left;
  }
  .rtl .chart_data_left .card-body .chart-main .media .media-body .right-chart-content {
    margin-right: 4px;
  }
  .rtl .best-seller-table table tbody tr td .fa-check-circle {
    right: 2px;
  }
  .rtl .offer-box .offer-slider .selling-slide .d-flex .left-content {
    padding-left: unset;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .rtl .chat-box .pr-xl-0, .rtl .chat-box .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
  .rtl .chat-box .pl-xl-0, .rtl .chat-box .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
  .rtl .pixelstrap ul a:hover .sub-arrow, .rtl .pixelstrap ul a:focus .sub-arrow, .rtl .pixelstrap ul a:active .sub-arrow, .rtl .pixelstrap ul a.highlighted .sub-arrow {
    left: 3px;
    right: unset;
  }
}
@media only screen and (max-width: 1199px) {
  .rtl .link-section > div > h6:before {
    right: unset;
    left: 10px;
  }
  .rtl .left-header .mega-menu-container {
    left: -300px !important;
    right: unset !important;
  }
  .rtl .left-header .mega-menu-container .link-section > div h6 {
    margin-left: 0;
    margin-right: 20px;
  }
  .rtl .left-header .mega-menu-container .mega-box + .mega-box {
    padding-right: 15px;
    border-right: 0px;
  }
  .rtl .left-header .mega-menu-container.d-block {
    left: 0 !important;
    right: unset !important;
    -webkit-animation: fadeInLeft 0.3s ease-in-out;
            animation: fadeInLeft 0.3s ease-in-out;
  }
  .rtl .page-wrapper .page-header .header-wrapper .nav-right > ul li:first-child {
    padding-left: 0px !important;
  }
  .rtl .page-wrapper .page-header .header-wrapper .nav-right > ul li .submenu li:first-child {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .rtl .user-profile .hovercard .user-image .share-icons {
    left: 45px;
  }
  .rtl .email-wrap .row .col-xl-6 {
    padding-right: 15px;
  }
  .rtl .email-wrap .row .col-xl-3 + .col-xl-3 {
    padding-left: 15px;
  }
  .rtl .email-wrap .email-app-sidebar .main-menu > li {
    text-align: right;
  }
  .rtl .email-wrap .email-app-sidebar .main-menu > li a i {
    margin-right: unset;
    margin-left: 10px;
  }
  .rtl .email-wrap .email-app-sidebar ul {
    padding-right: 0;
  }
  .rtl .email-wrap .email-content .email-top .user-emailid:after {
    float: left;
  }
  .rtl .email-wrap .email-right-aside .email-body .pr-0 {
    padding-right: unset !important;
  }
  .rtl .email-wrap .email-right-aside .radius-left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: 4px;
  }
  .rtl .chat-menu-icons {
    text-align: left;
  }
  .rtl .chat-box .chat-history .row .col-sm-7 {
    padding-left: 0 !important;
    padding-right: unset !important;
  }
  .rtl .chat-menu {
    left: 0;
    right: unset;
  }
  .rtl .earning-card .card-body > .row > div .chart-left .left_side_earning:nth-child(3) {
    text-align: left;
  }
  .rtl .chart_data_left .card-body .chart-main .media .media-body .right-chart-content {
    margin-right: 30px;
  }
  .rtl .best-seller-table table tbody tr td .fa-check-circle {
    right: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon:hover {
    transform: translate(285px);
  }
  .rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .logo-wrapper .back-btn {
    float: left;
    transform: rotate(180deg);
  }
  .rtl .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
    border-left: 1px solid #ddd;
    margin-left: 15px;
    padding-left: 15px;
  }
  .rtl .page-wrapper.compact-sidebar .page-header {
    margin-right: 0;
  }
  .rtl .page-wrapper.material-icon .page-header {
    padding-right: 0;
  }
  .rtl .page-wrapper.material-icon .page-body-wrapper .page-body {
    padding-right: 15px;
  }
  .rtl .faq-accordion .faq-header svg {
    left: 20px;
  }
  .rtl .categories .learning-header {
    padding-right: 20px;
  }
  .rtl .page-wrapper .page-header .header-logo-wrapper .logo-wrapper img {
    margin-left: 15px;
    margin-right: unset;
  }
  .rtl .page-body-wrapper .page-body, .rtl .page-body-wrapper footer {
    margin-right: 0 !important;
  }
  .rtl .main .langChoice {
    left: 20px;
  }
  .rtl .cd-timeline-img i {
    right: 50% !important;
  }
  .rtl .page-wrapper .page-body-wrapper .page-title .breadcrumb {
    margin-right: 0;
  }
  .rtl .page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 60px);
  }
  .rtl .page-wrapper .page-header {
    margin-right: 0;
  }
  .rtl .page-wrapper.compact-wrapper .page-header {
    margin-right: 0 !important;
    margin-left: unset !important;
  }
  .rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon {
    transform: translate(285px);
  }
  .rtl .card-body .value-left {
    margin-left: 20px;
  }
  .rtl .bookmark ul li .search-form .form-control-search {
    left: -127px;
  }
  .rtl .card .card-header .card-header-right {
    left: 15px;
  }
  .rtl .earning-card.card .card-body > .row > div .chart-left {
    padding: 20px;
  }
  .rtl .chart_data_left .card-body .chart-main .media .media-body .right-chart-content {
    margin-right: 20px;
  }
  .rtl .activity-timeline .media .activity-line {
    right: 26px;
  }
  .rtl .offer-box .offer-slider .selling-slide .d-flex .left-content {
    padding-right: 0;
  }
  .rtl .offer-box .offer-slider .carousel-control-prev-icon, .rtl .offer-box .offer-slider .carousel-control-next-icon {
    right: unset;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .rtl .float-md-right {
    float: left !important;
  }
  .rtl .text-md-right {
    text-align: left !important;
  }
  .rtl .offset-md-3 {
    margin-right: 25%;
    margin-left: unset;
  }
  .rtl .text-md-left {
    text-align: right !important;
  }
  .rtl .ecommerce-widget .text-md-right {
    text-align: left !important;
  }
  .rtl .ecommerce-widget .text-md-right ul {
    text-align: left;
  }
}
@media only screen and (max-width: 767.98px) {
  .rtl .page-wrapper.compact-wrapper .left-header .mega-menu, .rtl .page-wrapper.compact-sidebar .left-header .mega-menu {
    right: unset;
    left: 30px;
  }
  .rtl .page-wrapper.compact-wrapper .left-header .mega-menu .nav-link, .rtl .page-wrapper.compact-sidebar .left-header .mega-menu .nav-link {
    padding-right: 16px;
    padding-left: 0;
    border: 0;
  }
  .rtl .page-wrapper.compact-wrapper .nav-right .nav-menus {
    margin-right: unset;
    margin-left: 47px;
  }
  .rtl .page-wrapper.only-body .page-header .header-wrapper .nav-right .nav-menus {
    margin-left: -10px;
    margin-right: unset;
  }
  .rtl .page-wrapper .nav-right .nav-menus {
    margin-left: 60px;
    margin-right: unset;
  }
  .rtl .left-header .mega-menu .nav-link.active {
    color: #000;
  }
  .rtl .user-profile .hovercard .user-image .share-icons {
    left: 25px !important;
  }
  .rtl .ecommerce-widget .text-md-right {
    text-align: left !important;
  }
  .rtl .bar-chart-widget .earning-details i {
    left: -147px !important;
  }
  .rtl .dashboard-sec .earning-card .card-body > .row > div .chart-right > .row ul li + li {
    margin-left: unset;
    margin-right: 25px;
  }
  .rtl .dashboard-sec .earning-card .card-body > .row > div .chart-right > .row .inner-top-right ul li {
    margin-left: unset;
    margin-right: 30px;
  }
}
@media (min-width: 576px) {
  .rtl .offset-sm-3 {
    margin-right: 25%;
    margin-left: unset;
  }
  .rtl .text-sm-right {
    text-align: left !important;
  }
  .rtl .float-sm-right {
    float: left !important;
  }
  .rtl .mr-sm-2, .rtl .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: unset !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .rtl .translate_wrapper.active .more_lang.active {
    left: unset;
    right: 15px;
  }
  .rtl .page-header .header-wrapper .nav-right > ul > li:last-child {
    padding-right: 10px;
  }
  .rtl .page-header .header-wrapper .nav-right.right-header ul.profile-dropdown, .rtl .page-header .header-wrapper .nav-right.right-header ul.chat-dropdown, .rtl .page-header .header-wrapper .nav-right.right-header ul.notification-dropdown {
    left: unset;
    right: 15px !important;
  }
  .rtl .mega-menu {
    padding-left: unset;
    padding-right: 15px;
  }
  .rtl .page-wrapper .nav-right .nav-menus {
    margin-left: 35px;
  }
  .rtl .page-wrapper.compact-wrapper .nav-right .nav-menus, .rtl .page-wrapper.compact-sidebar .nav-right .nav-menus {
    margin-left: 37px;
  }
  .rtl .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar, .rtl .page-wrapper.compact-sidebar .page-header .header-wrapper .toggle-sidebar {
    margin-left: 8px;
    padding-left: 8px;
    margin-right: unset;
    padding-right: unset;
    border-right: unset;
    border-left: 1px solid #ddd;
  }
  .rtl .page-wrapper.compact-wrapper .left-header .mega-menu, .rtl .page-wrapper.compact-sidebar .left-header .mega-menu {
    left: 15px;
  }
  .rtl .page-wrapper.compact-wrapper .left-header .level-menu .nav-link, .rtl .page-wrapper.compact-sidebar .left-header .level-menu .nav-link {
    margin: 0;
  }
  .rtl .left-header .level-menu .nav-link {
    margin: 0;
  }
  .rtl .faq-accordion .faq-header svg {
    left: 15px;
  }
  .rtl .categories .learning-header {
    padding-right: 15px;
  }
  .rtl .user-profile .hovercard .user-image .share-icons {
    left: 15px !important;
  }
  .rtl .user-profile .hovercard .user-image .share-icons li {
    margin-left: 0px;
  }
  .rtl .main .langChoice {
    left: 15px;
  }
  .rtl .page-wrapper .search-form .form-group {
    margin-left: 0;
  }
  .rtl .card-body .value-left {
    margin-left: 15px;
  }
  .rtl .editable-rating .btn-position {
    right: 15px;
    left: unset;
  }
  .rtl .earning-card .card-body > .row > div .chart-left .left_side_earning:nth-child(3) {
    text-align: right;
  }
  .rtl .earning-card .card-body > .row > div .chart-left .left-btn {
    text-align: right;
  }
  .rtl .dashboard-sec .earning-card .card-body > .row > div .chart-right > .row ul li + li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .rtl .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div {
    right: unset;
    left: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu,
.rtl .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container {
    right: 112px;
  }
  .rtl .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu,
.rtl .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container {
    right: 80px;
  }
}
@media only screen and (max-width: 360px) {
  .rtl .social-app-profile .hovercard .user-image .avatar {
    margin-top: -47px;
  }
  .rtl .social-app-profile .hovercard .user-image .avatar img {
    width: 85px;
    height: 85px;
  }
  .rtl .social-chat .other-msg {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1460px) {
  .rtl .sidebar-wrapper .sidebar-main .sidebar-links > li {
    margin-left: 8px;
    margin-right: unset;
  }
}
html[dir=rtl] .modal-open .mr-1 {
  margin-right: unset !important;
  margin-left: 0.5rem !important;
}
html[dir=rtl] .modal-open .modal-header .close {
  margin-left: unset;
  margin-right: auto;
}
html[dir=rtl] .modal-open .modal-body {
  text-align: right;
}
html[dir=rtl] .modal-open .m-r-20 {
  margin-left: 20px;
  margin-right: unset;
}
html[dir=rtl] .modal-open button + button {
  margin-right: 5px;
}
html[dir=rtl] .modal-open .date-details {
  margin-right: 8px;
}
html[dir=rtl] .modal-open .date-details > div + div {
  margin-left: 10px;
  margin-right: 10px;
}
html[dir=rtl] .modal-open .custom-datepicker .input-group {
  direction: ltr;
}
html[dir=rtl] .modal-open .checkbox_animated {
  margin-right: unset;
  margin-left: 16px;
}
/**=====================
    60. RTL CSS Ends
==========================**/
/**=====================
       RTL CSS Start
==========================**/
.rtl {
  /*SIDEBAR CSS START*/
  /*SIDEBAR CSS END*/
  /*==========Home==========*/
  /*==========Merchant==========*/
  /*==========Settlements==========*/
}
.rtl .page-wrapper.compact-wrapper .page-header.close_icon {
  margin-right: 86px;
  margin-left: unset;
  width: calc(100% - 86px);
  z-index: 99;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .page-body .merchant-header .merchant-tab li {
  margin-left: 10px;
  margin-right: 0px;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .page-body .merchant-header .merchant-tab li .calander-wrap span {
  right: 10px;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .page-body .merchant-header .merchant-tab .custom-date-range-input {
  margin-top: 0px !important;
  padding-top: 3px !important;
  padding-right: 35px;
  padding-left: 15px;
  height: 38px;
}
@media screen and (max-width: 640px) {
  .rtl .page-wrapper.compact-wrapper .page-body-wrapper .page-body .merchant-header .merchant-tab .custom-date-range-input {
    margin-top: 3px !important;
  }
}
@media screen and (max-width: 1024px) {
  .rtl .page-wrapper.compact-wrapper .page-body-wrapper .page-body .merchant-header {
    padding-right: 0px !important;
  }
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .close-side-btn {
  border-radius: 32px 0px 0px 32px;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links li {
  padding: 0px 16px;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li {
  padding: 5px ​16px 0px 15px;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-link span {
  margin-right: 10px;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-link.active {
  background-color: transparent;
  margin-bottom: 0px;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-link.active span {
  color: #ffffff;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li:hover .sidebar-link:not(.active):hover span {
  color: #ffffff;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .page-body {
  margin-right: 89px !important;
}
@media screen and (max-width: 991px) {
  .rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .page-body {
    margin-right: 0px !important;
  }
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .toggle-sidebar {
  right: unset;
  left: 0px;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .toggle-sidebar .open-side-btn {
  border-radius: 0px 32px 32px 0px;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .toggle-sidebar .open-side-btn i {
  transform: rotate(180deg);
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .close-toggle-sidebar {
  left: -18px;
  right: unset;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .close-toggle-sidebar .close-side-btn i {
  transform: rotate(0deg);
}
.rtl .home-content-main .counter-wrapper .card .counter-content .counter-action img {
  transform: rotate(180deg);
}
.rtl .home-content-main .counter-wrapper .card .counter-content .counter-number h6 {
  margin-left: 10px;
  margin-right: 0px;
}
.rtl .home-content-main .counter-wrapper .card .pr-0 {
  padding-left: 0px !important;
  padding-right: 15px !important;
  z-index: 9;
}
.rtl .home-content-main .counter-wrapper .card .pl-0 {
  padding-left: 15px !important;
  padding-right: 0px !important;
}
.rtl .home-content-main .counter-wrapper .card .sbcptn-prdct-pln {
  padding-left: 0 !important;
}
.rtl .home-content-main .counter-wrapper .card .inactive-counter-bg {
  border-radius: 16px 0px 30px 16px;
}
.rtl .home-content-main .home-data-listing table th:nth-child(2),
.rtl .home-content-main .home-data-listing table td:nth-child(2) {
  text-align: right !important;
}
.rtl .merchant-content-main .data-table-card .merchant-table th:nth-child(2),
.rtl .merchant-content-main .data-table-card .merchant-table td:nth-child(2) {
  text-align: right !important;
}
.rtl .top-header-tab .px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.rtl .settlement-wrap .filter-content .calander-wrap span {
  right: 10px;
  left: unset;
}
.rtl .settlement-wrap .filter-content .dropdown > div {
  right: 0px;
}
.rtl .custom-datepicker ngb-datepicker {
  width: 100%;
}
.rtl .header-transfer .transfer-btn img {
  margin-left: 10px;
  margin-right: 0px !important;
}
.rtl .ng-dropdown-panel {
  right: 0;
}
.rtl .ml-4, .rtl .mx-4 {
  margin-right: 1.5rem;
  margin-left: 0rem !important;
}
.rtl .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
  left: 0;
  right: unset !important;
}
.rtl .page-wrapper.compact-wrapper .nav-right .nav-menus {
  margin-left: 0px !important;
}
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .page-body {
  margin-right: 95px !important;
}
.rtl .n-main-header .pos-selection {
  transform: translate(-50%, 0%) !important;
  position: absolute;
  right: 30% !important;
  margin-top: 0px;
}
.rtl .custom-tooltip {
  margin-right: 5px;
  margin-left: 0px;
}
.rtl .custom-tooltiptext.custom-t-right {
  right: 100%;
}
.rtl .ml-5, .rtl .mx-5 {
  margin-right: 3rem;
}
.rtl .custom-tooltiptext.custom-t-left {
  left: 10px;
  right: auto;
  right: initial;
}
.rtl .second-i-counter .pr-0 {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.rtl .second-i-counter .pl-0 {
  padding-right: 15px !important;
  padding-left: 0px !important;
}
.rtl .tandc-label-text {
  margin-right: 4px;
}
.rtl .view-tbl-btm-bdr span img.ml-1 {
  margin-left: 0.25rem !important;
  margin-right: 0 !important;
  margin-right: initial !important;
}
html[dir=rtl] .login-card .login-main .theme-form .eye-icon {
  left: 20px !important;
  right: auto !important;
  right: initial !important;
}
html[dir=rtl] .modal-open .mr-1 {
  margin-right: unset !important;
  margin-left: 0.5rem !important;
}
html[dir=rtl] .modal-open .modal-header .close {
  margin-left: unset;
  margin-right: auto;
}
html[dir=rtl] .modal-open .modal-body {
  text-align: right;
}
html[dir=rtl] .modal-open .m-r-20 {
  margin-left: 20px;
  margin-right: unset;
}
html[dir=rtl] .modal-open button + button {
  margin-right: 5px;
}
html[dir=rtl] .modal-open .date-details {
  margin-right: 8px;
}
html[dir=rtl] .modal-open .date-details > div + div {
  margin-left: 10px;
  margin-right: 10px;
}
html[dir=rtl] .modal-open .custom-datepicker .input-group {
  direction: ltr;
}
html[dir=rtl] .modal-open .checkbox_animated {
  margin-right: unset;
  margin-left: 16px;
}
html[dir=rtl] .merchant-header ul.compare__slaes-wrap {
  display: none !important;
}
html[dir=rtl] .home-content-main .weekly-chart-wrapper .nav-tabs {
  display: flex !important;
}
html[dir=rtl] .bottom-maps-wrapper, html[dir=rtl] .transaction__box {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 5px !important;
}
html[dir=rtl] .bottom-maps-wrapper > .row, html[dir=rtl] .transaction__box > .row {
  margin-left: -15px !important;
}
html[dir=rtl] .top-header-tab .tab-pane {
  padding-left: 0px;
  padding-right: 0px;
}
html[dir=rtl] .invoice-wrapper {
  padding-left: 0 !important;
  padding-right: 0px !important;
}
html[dir=rtl] .online-orders-wrapper .invoice-wrapper {
  padding-right: 0px !important;
}
html[dir=rtl] .invoice-wrapper .home-content-main .counter-wrapper, html[dir=rtl] .online-product-wrapper .invoice-wrapper {
  padding-right: 0px !important;
}
html[dir=rtl] .home-content-main .counter-wrapper {
  padding-left: 0 !important;
  padding-right: 0px !important;
}
html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li:last-child {
  margin-right: 1% !important;
}
html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li:first-child {
  margin-right: 0% !important;
}
html[dir=rtl] .product-list-mob-viw {
  padding-left: 15px !important;
}
html[dir=rtl] .top-header-tab .nav-pills {
  padding: 0px 20px 0px 15px !important;
}
html[dir=rtl] .chart-box {
  padding-right: 30px !important;
}
html[dir=rtl] .home-online-payment .tansactions__content {
  right: inherit;
  left: 0 !important;
  border-radius: 15px 0px 35px 15px;
}
html[dir=rtl] .home-online-payment > div, html[dir=rtl] .home-pos > div {
  padding-right: 45px;
}
html[dir=rtl] .trans-key-swt {
  right: inherit;
  left: 11px;
}
html[dir=rtl] .inv-btn-lbl {
  padding-right: 0px !important;
}
html[dir=rtl] .merchant-header .merchant-tab {
  text-align: right;
}
html[dir=rtl] .merchant-header .merchant-tab li .calander-icon {
  top: 50%;
  right: 25px;
}
html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li:hover {
  background-color: #853a6c;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}
html[dir=rtl] .sadad {
  top: 25px;
  left: 140px;
}
html[dir=rtl] .sec-key-copy-icon, html[dir=rtl] .test-key-content .generate-btn .btn-primary {
  margin-left: 0 !important;
  margin-right: 10px !important;
  height: 42px;
  padding-top: 0;
}
html[dir=rtl] .custom-calendar-main .filter-daterange-main .form-control:hover,
html[dir=rtl] .custom-calendar-main .filter-daterange-main .form-control:active {
  height: 38px !important;
  padding-top: 8px !important;
}
html[dir=rtl] .login-card .login-main .theme-form input {
  padding-left: inherit !important;
  padding-right: 47px !important;
}
html[dir=rtl] .login-card .login-main .theme-form .login-icon {
  left: inherit !important;
  right: 20px !important;
}
html[dir=rtl] .custom-calendar-main .filter-daterange-main .form-control {
  padding: 10px 10px 5px 40px;
}
html[dir=rtl] .custom-drop-w-select .product-type-select .custom-input-filter {
  border-radius: 28px 0px 0px 28px !important;
}
html[dir=rtl] .c-filter-dropdown.filter-drop-search .ng-select.ng-select-single .ng-select-container, html[dir=rtl] .modal .modal-dialog .modal-content .filter-content .input-group-text {
  border-radius: 0px 28px 28px 0px !important;
}
html[dir=rtl] .invc-dtil-mob-view > div:nth-child(4) .custom-drop-w-select, html[dir=rtl] .invc-dtil-mob-view > div:nth-child(5) {
  margin-right: 10px !important;
}
html[dir=rtl] .iti.separate-dial-code input, html[dir=rtl] .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 input {
  padding-right: 15px;
}
html[dir=rtl] .invoice-wrapper .home-content-main .third-i-counter .i-three-counter-bg, html[dir=rtl] .invoice-wrapper .home-content-main .first-i-counter .i-one-counter-bg, html[dir=rtl] .invoice-wrapper .home-content-main .second-i-counter .i-two-counter-bg, html[dir=rtl] .invoice-wrapper .home-content-main .fourth-i-counter .i-four-counter-bg {
  border-radius: 16px 0px 30px 16px;
}
html[dir=rtl] .sbcptn-inctv, html[dir=rtl] .sbcptn-prdct-pln {
  border-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
html[dir=rtl] .sbcptn-prdct-activ-pln {
  border-radius: 0px 16px 0px 32px;
}
html[dir=rtl] .product-item-wrap .product-sele-option p.view-prdct-dtl {
  left: 7%;
}
html[dir=rtl] .product-item-wrap .product-dtl-view i {
  margin-top: 120px;
}
html[dir=rtl] .product-item-wrap .product-dtl-view i {
  margin-left: inherit;
}
html[dir=rtl] .product-price-tag, html[dir=rtl] .product-title {
  padding-right: 0px;
  padding-left: 0px !important;
  text-align: left !important;
}
html[dir=rtl] .sbcptn-price-wrap .total-paid {
  border-radius: 0px 0px 8px 40px;
  border-left: 5px solid #fff;
}
html[dir=rtl] .sbcptn-price-wrap {
  padding-left: 15px;
}
html[dir=rtl] .product-item-wrap .notification-switch .switch-label {
  margin-right: 40px;
}
html[dir=rtl] .pdct-str-link {
  right: inherit;
  left: 0;
  text-align: left;
}
html[dir=rtl] .product-item-wrap .product-opt-dd button .notification-switch {
  margin: 0px 0px 0px 0px !important;
}
html[dir=rtl] .business-info-btn {
  right: inherit;
  left: 15px;
  z-index: 0;
}
html[dir=rtl] .total-due {
  flex-direction: row;
  flex-wrap: wrap;
}
html[dir=rtl] .sub-cancelled-bg, html[dir=rtl] .sub-complete-bg, html[dir=rtl] .sub-acivation-bg {
  border-radius: 0px 16px 16px 40px;
}
html[dir=rtl] .s-notification-wrapper h6 {
  margin-right: 0;
  margin-left: 15px;
}
html[dir=rtl] .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt {
  padding: 7px 14px 10px 10px;
}
html[dir=rtl] .webhook-inner-wrapper .theme-txt-two, html[dir=rtl] .webhook-inner-wrapper .theme-txt {
  padding-left: 0;
  padding-right: 30px !important;
}
html[dir=rtl] .webhook-inner-wrapper .theme-clr-two, html[dir=rtl] .webhook-inner-wrapper .theme-clr-one {
  top: 45%;
}
html[dir=rtl] .disable-naps-main .email-n-title h6 {
  margin-left: 38px !important;
}
html[dir=rtl] .notif-emailtitle-ml {
  margin-left: 35px !important;
}
html[dir=rtl] .prod-boxy .product-overlay .product-sele-option .product-opt-dd button {
  padding: 0px 6px 5px 8px !important;
}
html[dir=rtl] .subcptin-contr-algn .home-content-main .counter-wrapper .col-xl-7 .first-i-counter > .row {
  margin-right: 0px !important;
}
html[dir=rtl] .sticky-header {
  padding: 25px 45px 25px 25px;
}
html[dir=rtl] .pos-dvs-dt-tbl {
  padding-right: 45px !important;
}
html[dir=rtl] .trml-loc-hdng, html[dir=rtl] .sticky-header, html[dir=rtl] .sticky-header {
  text-align: right;
}
html[dir=rtl] .rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper ~ .page-body .sticky-header {
  max-width: calc(100% - 280px);
  left: 0;
}
html[dir=rtl] .rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .page-body .sticky-header {
  max-width: calc(100% - 86px);
}
html[dir=rtl] .business-info-wrap .b-i-user-profile .user-avatar .profile-user-counter ul li:first-child {
  margin-right: 0 !important;
}
html[dir=rtl] .business-info-wrap .b-i-user-profile .user-avatar .profile-user-counter ul li:last-child {
  margin-right: 10px !important;
}
html[dir=rtl] .notify-view-product-swtch .email-n-title, html[dir=rtl] .invc-dtil-mob-view .email-n-title {
  margin-right: 10px;
}
html[dir=rtl] .inv-dtl-btn button:first-child {
  margin-left: 15px !important;
  margin-right: 0 !important;
}
html[dir=rtl] .cancel-modal-btn, html[dir=rtl] .modal .modal-dialog .modal-content .close-modal-btn {
  left: 0px !important;
  right: inherit !important;
  padding-top: 7px !important;
}
html[dir=rtl] .share-close-modal-btn {
  left: 30px !important;
}
html[dir=rtl] .text-key-box .config-header.last-b-radius {
  border-radius: 13px 0px 0px 0px !important;
  padding-left: 15px;
}
html[dir=rtl] .text-key-box .config-header.first-b-radius {
  border-radius: 0px 13px 0px 0px !important;
}
html[dir=rtl] .modal .modal-dialog .modal-content .createinvoicetitle {
  text-align: right !important;
}
html[dir=rtl] .create-invoice-btn .btn img {
  margin-left: 10px;
  margin-right: 0;
}
html[dir=rtl] .create-product-btn, html[dir=rtl] .create-invoice-btn .btn {
  padding: 3px 10px 0px 10px;
}
html[dir=rtl] .create-product-btn .btn {
  margin-right: auto !important;
}
html[dir=rtl] .create-product-btn img {
  margin-left: 5px;
  margin-right: 0px;
}
html[dir=rtl] .modal-open .modal-header .close {
  position: absolute;
  left: 30px;
}
html[dir=rtl] .invoice-modal-wrapper .invoice-modal-inner .filter-content {
  margin-right: inherit !important;
  margin-left: 15px;
}
html[dir=rtl] .invoice-modal-wrapper .invoice-modal-inner .filter-content > div {
  padding-left: 0 !important;
}
html[dir=rtl] .invoice-modal-wrapper .invoice-modal-inner > div {
  text-align: right !important;
  padding-right: 0 !important;
}
html[dir=rtl] .modal .modal-dialog .modal-content .invoice-d-content p {
  padding-right: 0px !important;
  text-align: right;
}
html[dir=rtl] .modal .modal-dialog .modal-content .invoice-d-content > div, html[dir=rtl] .invc-dtil-mob-view > div:first-child {
  margin-right: 0 !important;
  margin-left: 10px !important;
}
html[dir=rtl] .notify-view-product-swtch > div:first-child {
  margin-right: 0 !important;
}
html[dir=rtl] .modal .modal-dialog .modal-content .invoice-detail-title h4 {
  text-align: right;
}
html[dir=rtl] .send-invoice-icon, html[dir=rtl] .save-invoice-icon {
  margin-right: 0 !important;
  margin-left: 10px !important;
}
html[dir=rtl] .invoice-modal-wrapper .align-items-start .notification-switch {
  margin-right: 20px !important;
  margin-left: 15px;
}
html[dir=rtl] .btn-invoice-yellow, html[dir=rtl] .btn-invoice-green {
  padding: 7px 11px 1px 11px;
}
html[dir=rtl] .btn-invoice-yellow {
  margin-right: 0 !important;
  margin-left: 15px !important;
}
html[dir=rtl] .edit-invoice td {
  text-align: right;
}
html[dir=rtl] .send-invoice-via ul {
  padding-right: 0 !important;
  text-align: right !important;
}
html[dir=rtl] .product-m-wrap .notification-switch {
  margin-right: 40px !important;
  margin-left: 12px !important;
}
html[dir=rtl] .watermark-text {
  padding-left: 0 !important;
  padding-right: 15px;
}
html[dir=rtl] .product-check-main .product-check-inner .checkbox-solid-info label:before {
  right: 0 !important;
}
html[dir=rtl] .product-check-main .product-check-inner .checkbox-solid-info > input {
  display: none;
}
html[dir=rtl] .product-check-main .product-check-inner .checkbox-solid-info label {
  padding-right: 25px !important;
  padding-left: 0px !important;
}
html[dir=rtl] .product-check-main {
  padding-right: 0 !important;
}
html[dir=rtl] .product-check-main .product-check-inner .checkbox-solid-info {
  text-align: right !important;
}
html[dir=rtl] .product-nm {
  text-align: right !important;
}
html[dir=rtl] .product-dtl-vw-s-mda {
  justify-content: flex-start !important;
}
html[dir=rtl] .product-dtl-vw-s-mda h6 {
  padding-right: 0 !important;
  padding-left: 15px !important;
}
html[dir=rtl] ul.vw-product-sumary li, html[dir=rtl] .vw-product-stus > div, html[dir=rtl] .sbcptn-crt-ftr h4 {
  text-align: right !important;
}
html[dir=rtl] ul.vw-product-sumary {
  padding-right: 0 !important;
}
html[dir=rtl] .abt-produc, html[dir=rtl] .abt-produc h4, html[dir=rtl] .abt-produc p, html[dir=rtl] .ad-to-ecom, html[dir=rtl] .sbcptn-frt-ckeckbox {
  text-align: right !important;
}
html[dir=rtl] .business-details .sbcptn-frt-ckeckbox {
  text-align: center !important;
}
html[dir=rtl] .sbcptn-frt-ckeckbox label:before {
  right: 0 !important;
}
html[dir=rtl] .sbcptn-frt-ckeckbox > input {
  display: none;
}
html[dir=rtl] .sbcptn-frt-ckeckbox label {
  padding-right: 20px !important;
  padding-left: 0 !important;
}
html[dir=rtl] .sbcptn-frt-detai-bdr-rgt {
  border-left: 1px solid #707070;
  border-right: 0 !important;
}
html[dir=rtl] .sbcptn-frt-detai-bdr-lft {
  border-right: 1px solid #707070;
  height: 89%;
  border-left: 0 !important;
  padding-right: 15px !important;
  padding-left: 0 !important;
}
html[dir=rtl] .sbcptn-crt-body .row > .col-lg-4 .notification-switch {
  margin-right: 40px !important;
  margin-left: 10px !important;
}
html[dir=rtl] .view-pln-img p {
  text-align: right;
}
html[dir=rtl] .product-plan .row .col-md-7 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html[dir=rtl] .recring-cycl-lmt p {
  padding-top: 0 !important;
}
html[dir=rtl] em {
  margin-right: 3px !important;
}
html[dir=rtl] .bank-info-note ul li {
  text-align: right;
}
html[dir=rtl] .business-info-wrap .verify-content {
  text-align: left;
  padding-left: 0 !important;
  padding-right: 15px !important;
}
html[dir=rtl] .remv-bnk-cntnt h4 {
  text-align: right;
}
html[dir=rtl] .user-avatar p.view-prdct-dtl {
  bottom: 30% !important;
}
html[dir=rtl] .bank-info-note ul {
  list-style: disc;
  padding-right: 0 !important;
  padding-left: 15px !important;
}
html[dir=rtl] .pos-selection {
  left: inherit !important;
  right: 30%;
}
html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right {
  right: inherit !important;
  left: 0;
}
html[dir=rtl] .rtl .page-wrapper.compact-wrapper .nav-right .nav-menus {
  margin-left: 10px;
}
html[dir=rtl] input:-webkit-autofill, html[dir=rtl] input:-webkit-autofill:hover, html[dir=rtl] input:-webkit-autofill:focus, html[dir=rtl] input:-internal-autofill-selected {
  background-color: transparent !important;
}
html[dir=rtl] .login-card .login-main .theme-form .otp input {
  padding-right: inherit !important;
}
html[dir=rtl] .rtypr-psw-icon {
  right: inherit;
  left: 20px;
}
html[dir=rtl] .point:last-of-type {
  margin-right: 3px !important;
}
html[dir=rtl] .new-psw-box label, html[dir=rtl] .crt-usr-enbl-otp-lbl h6, html[dir=rtl] .crt-usr-enbl-otp-lbl .col-sm-5, html[dir=rtl] .crt-usr-enbl-otp-lbl .col-sm-7 {
  text-align: right !important;
}
html[dir=rtl] .new-error-text {
  color: #FEE999;
  text-align: right !important;
}
html[dir=rtl] .crt-usr-enbl-otp-lbl .col-sm-5 {
  padding-right: 0;
}
html[dir=rtl] .login-card .login-main .theme-form p, html[dir=rtl] .cancel-m-content {
  text-align: center;
}
html[dir=rtl] .sbcptn-price-wrap .total-paid {
  border-right: 0 !important;
}
html[dir=rtl] .notification-dropdown .notification-title, html[dir=rtl] .notification-dropdown li .notification-box {
  padding: 10px 10px 10px 0px;
  text-align: right;
}
html[dir=rtl] .c-filter-dropdown .ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option {
  text-align: right;
}
html[dir=rtl] .report-wrapper .card .report-download-main .btn-download {
  padding: 2px 0px 0px 0px;
}
html[dir=rtl] .send-rep-btn {
  padding: 3px 0px 0px 0px;
  margin-left: 0px !important;
}
html[dir=rtl] .create-user-form .create-u-input {
  padding-top: 0 !important;
}
html[dir=rtl] .create-user-form .col-form-label {
  text-align: right !important;
}
html[dir=rtl] .product-modal-wrap .search-product .form-control {
  border-radius: 0px 28px 28px 0px;
}
html[dir=rtl] .product-modal-wrap .search-product .search-btn {
  border-radius: 28px 0px 0px 28px;
}
html[dir=rtl] .product-modal-wrap .product-items .product-content h6, html[dir=rtl] .product-modal-wrap .product-items .product-content p {
  text-align: right !important;
}
html[dir=rtl] .product-modal-wrap .product-close {
  left: 20px;
  right: inherit !important;
}
html[dir=rtl] .product-modal-wrap .product-modal-inner .product-m-title {
  text-align: right !important;
}
html[dir=rtl] ngb-datepicker-navigation-select > .custom-select {
  background-position: left 0.65rem !important;
  background-position-x: 5% !important;
}
html[dir=rtl] .right .ngb-dp-navigation-chevron {
  transform: rotate(225deg);
}
html[dir=rtl] .ngb-dp-navigation-chevron {
  transform: rotate(45deg);
}
html[dir=rtl] .settlement-wrap .settlement-data-table table tr td .user-trns__details .view-details__table tr td, html[dir=rtl] .product-plan p {
  text-align: right;
}
html[dir=rtl] a.viewbutton img {
  margin-left: 0 !important;
  margin-right: 5px !important;
}
html[dir=rtl] .create-user-form .row .col-7 {
  text-align: right !important;
}
html[dir=rtl] ul.vw-product-sumary li i {
  margin-right: 0;
}
html[dir=rtl] .vw-product-stus > div {
  padding: 5px 0px;
}
html[dir=rtl] .mob-view-ecom-page, html[dir=rtl] .abt-produc {
  padding-right: 0 !important;
}
html[dir=rtl] .wd-fnd-bank-dd > div h5 {
  text-align: right !important;
}
html[dir=rtl] .iti--allow-dropdown .iti__flag-container, html[dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0 !important;
  left: inherit !important;
}
html[dir=rtl] .iti.separate-dial-code input, html[dir=rtl] .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 input {
  padding-right: 98px !important;
  padding-left: inherit !important;
}
html[dir=rtl] .invoice-modal-wrapper .invoice-modal-inner > div:nth-child(2) {
  z-index: 1;
}
html[dir=rtl] .iti .dropdown-menu.country-dropdown {
  left: inherit !important;
  right: 0 !important;
}
html[dir=rtl] .country-dropdown ul li.iti__country {
  text-align: right;
}
html[dir=rtl] .iti input#country-search-box {
  padding-right: 15px !important;
}
html[dir=rtl] .iti__country-name {
  margin-right: 10px;
}
html[dir=rtl] .remv-bank-hdr .close-modal-btn {
  left: 0 !important;
}
html[dir=rtl] .chart-block {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
html[dir=rtl] .modal-open .modal-header .share-close-modal-btn {
  position: relative !important;
  margin-top: -55px;
  margin-left: -15px !important;
}
html[dir=rtl] .s-notification-wrapper .mat-slide-toggle {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
html[dir=rtl] .rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper {
  z-index: 99 !important;
}
html[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option, html[dir=rtl] .rental-view-data-table-label {
  text-align: right;
}
html[dir=rtl] .rental-view-data-table-label {
  padding-right: 10px;
}
html[dir=rtl] .business-info-wrap .submit-action > button:first-child {
  margin-right: 0px;
  margin-left: 10px;
}
html[dir=rtl] .business-info-wrap .submit-action > button:last-child {
  margin-right: 10px;
  margin-left: 0px;
}
html[dir=rtl] .product-item-wrap .product-sele-option p.view-prdct-dtl {
  left: 0%;
}
html[dir=rtl] .product-item-wrap .product-sele-option {
  left: 0;
  right: inherit;
}
html[dir=rtl] .product-item-wrap .col-md-6 .product-price-tag p {
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
}
html[dir=rtl] .product-item-wrap .product-price-tag p {
  padding-left: 20px;
  padding-right: 0px;
}
html[dir=rtl] .product-item-wrap .notification-switch .active {
  margin-left: 5px;
}
html[dir=rtl] .product-item-wrap .product-title h6 {
  text-align: right;
}
html[dir=rtl] .product-dtl-view {
  text-align: center;
}
html[dir=rtl] .product-item-wrap .product-opt-dd button .notification-switch {
  margin: 0px !important;
  width: 40px;
  padding-right: 2px;
}
html[dir=rtl] .sbscrn-pdct-dlt-bg {
  background-color: #8D083A;
  margin: 0px 10px 0px 0px;
}
html[dir=rtl] .online-basicstore .tab-pane {
  padding-right: 0 !important;
}
html[dir=rtl] .home-content-main .weekly-chart-wrapper .nav-link {
  margin-right: 0 !important;
  margin-left: 5px;
}
html[dir=rtl] .mat-slide-toggle-content > label {
  margin-right: 0 !important;
}
html[dir=rtl] .merchant-header .merchant-tab li a {
  padding: 7px 25px 7px 25px;
}
html[dir=rtl] .exp-product-btn {
  padding-bottom: 7px !important;
}
html[dir=rtl] .sbcptn-crt-body .col-lg-5 .notification-switch {
  margin-right: 35px;
}
html[dir=rtl] .business-detail-main {
  padding-right: 15px;
}
html[dir=rtl] .edt-inv-dtl-amt-pr-0 {
  padding-right: 0;
}
html[dir=rtl] .share-inv-popup .btn {
  padding: 4px 16px 11px !important;
}
html[dir=rtl] .product-item-wrap .product-opt-dd, html[dir=rtl] .product-overlay .product-sele-option .product-opt-dd {
  right: inherit !important;
  left: 10px !important;
}
html[dir=rtl] .prc-tg-rtl p {
  padding-left: 0 !important;
}
html[dir=rtl] .busines-form-main form > div {
  padding-right: 0 !important;
}
html[dir=rtl] .settlement-wrap .filter-content .p-0 {
  padding-left: 0 !important;
  justify-content: flex-end;
  margin-left: 0px !important;
}
html[dir=rtl] .withdrawal-filter > .row:last-child, html[dir=rtl] .withdrawal-filter > .row > div .row {
  justify-content: flex-end;
}
html[dir=rtl] .report-download-main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html[dir=rtl] .modal .modal-dialog .modal-content .filter-content .i-modal-label {
  padding-bottom: 12px;
}
html[dir=rtl] .pdct-btn-flx-wrp {
  justify-content: flex-start !important;
}
html[dir=rtl] .product-m-wrap .api-save-btn, html[dir=rtl] .conf-api-lnk {
  text-align: left !important;
}
html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .counter-number span,
html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .success-rate-title span,
html[dir=rtl] .email-n-title h6 span, html[dir=rtl] .s-n-content p span, html[dir=rtl] .s-n-content h5 span {
  margin-left: inherit;
  margin-right: 5px;
}
html[dir=rtl] .email-n-title h6 span, html[dir=rtl] .s-n-content p span, html[dir=rtl] .s-n-content h5 span {
  margin-top: -10px;
}
html[dir=rtl] .active-marchant p span .home-cont-h-1 {
  margin-left: -60px !important;
}
html[dir=rtl] .inactive-marchant p span .home-cont-h-1 {
  right: -160px !important;
  left: inherit !important;
}
html[dir=rtl] .settlement-wrap .withdrawal-fund-wrap .balance-main h6 span {
  margin-right: 10px;
}
html[dir=rtl] .settlement-wrap .withdrawal-fund-wrap .balance-main h6 span:hover .home-cont-h-1 {
  margin-left: -50px;
}
html[dir=rtl] .home-cont-h-1 {
  text-align: right;
}
html[dir=rtl] .sub-pro-detail table td, html[dir=rtl] .sub-pro-detail table th, html[dir=rtl] .sub-view-popup table td, html[dir=rtl] .sub-view-popup table th {
  text-align: right !important;
}
html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown button {
  text-align: center;
}
html[dir=rtl] .read-unrd-lbl {
  left: 30px;
  right: inherit;
}
html[dir=rtl] .notif-tm, html[dir=rtl] .notif-btn {
  margin-left: inherit;
  margin-right: 45px;
}
html[dir=rtl] .home-content-main .weekly-chart-wrapper ul li.nav-item:last-child .nav-link, html[dir=rtl] .home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li:last-child a {
  border-top-right-radius: 0px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 40px;
}
html[dir=rtl] .home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li:first-child a {
  border-top-left-radius: 0px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 40px;
}
html[dir=rtl] .suc-grph, html[dir=rtl] .fail-grph, html[dir=rtl] .chart-top-button span img {
  margin-left: 0;
  margin-right: 5px;
}
html[dir=rtl] .home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.visa .progress-count {
  text-align: left;
}
html[dir=rtl] .sbcptn-crt-body .col-lg-7 .invoice-d-content .notification-switch {
  margin-right: 45px;
}
html[dir=rtl] .home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.mc .progress-count {
  text-align: left;
}
html[dir=rtl] .amnt-qar {
  left: inherit;
  right: 28px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
html[dir=rtl] .modal .modal-dialog .modal-content .amount-input {
  padding: 5px 85px 5px 0px;
}
html[dir=rtl] .snackbar-error, html[dir=rtl] .snackbar-success {
  text-align: right;
}
html[dir=rtl] .sbcptn-frt-detail .invoice-d-content .invoice-input {
  padding-left: inherit !important;
  padding-right: 60px;
}
html[dir=rtl] .sbcptn-frt-detail .amnt-qar {
  right: 0;
}
html[dir=rtl] .op-pamnt-mt {
  padding: 0px 20px !important;
}
html[dir=rtl] .theme-checkbox .custom-control-label::before {
  right: -1.5rem;
}
html[dir=rtl] .theme-checkbox .custom-control-label::after {
  right: -1.05rem;
}
html[dir=rtl] ul.term-condtn-list li {
  text-align: right;
}
html[dir=rtl] .terms-cond-content .auto-withd-content {
  text-align: right;
}
html[dir=rtl] .mr-3, html[dir=rtl] .mx-3 {
  margin-right: 0 !important;
  margin-right: initial !important;
  margin-left: 1rem !important;
}
html[dir=rtl] .ml-auto, html[dir=rtl] .mx-auto {
  margin-left: 0 !important;
  margin-left: initial !important;
  margin-right: auto !important;
}
html[dir=rtl] .share-via-btn {
  margin-right: 15px;
  margin-left: 0px;
}
html[dir=rtl] .s-n-listing .custom-tooltiptext.custom-t-right {
  width: 240px;
}
html[dir=rtl] .s-n-header-title .custom-t-left {
  left: 90px;
}
html[dir=rtl] .manage-users-btn .mr-2 {
  margin-left: 0px !important;
}
html[dir=rtl] .sticky-header h5 {
  padding-right: 20px;
}
html[dir=rtl] .tab-slider-nav {
  left: 20px;
  right: auto;
  right: initial;
  top: 123px;
}
html[dir=rtl] .transaction-source-img {
  margin-right: 10px;
  margin-left: 0;
  margin-left: initial;
}
html[dir=rtl] .choose-plan-contet .pos-selection {
  margin-top: 0px;
}
html[dir=rtl] .email-n-title .adv-stng-logo {
  margin-left: 15px;
  margin-right: 0;
  margin-right: initial;
}
html[dir=rtl] .transferbtn-main {
  margin-left: 10px;
}
html[dir=rtl] .merchant-list-favourite {
  left: 0px !important;
  right: auto !important;
  right: initial !important;
}
html[dir=rtl] .merchant-primary-text {
  margin-right: -75px !important;
  margin-left: 0px;
}
html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .merchant-profile.onhover-show-div {
  left: -1px;
  right: unset;
}
html[dir=rtl] .batch-summary-wrapper .custom-calendar-main .custom-date-range-input {
  background-color: transparent;
  color: #ffffff;
  height: auto;
}
html[dir=rtl] .batch-summary-wrapper .custom-calendar-main .filter-daterange-main {
  max-width: 350px;
  min-width: 350px;
  width: auto;
}
html[dir=rtl] .batch-summary-wrapper .custom-calendar-main .filter-daterange-main .form-control {
  background: #7e0e45;
  border: 1px solid #ffffff;
  padding: 10px 10px 10px 40px;
  text-align: right;
}
html[dir=rtl] .batch-summary-wrapper .custom-calendar-main .filter-daterange-main .form-control:hover {
  height: auto !important;
  padding: 10px 10px 10px 40px !important;
}
html[dir=rtl] .batch-summary-wrapper .custom-calendar-main .filter-daterange-main .dropdown-menu.show {
  transform: translate(0px, 60px) !important;
  left: auto !important;
  left: initial !important;
}
html[dir=rtl] .batch-summary-wrapper .custom-calendar-main .filter-daterange-main :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
}
html[dir=rtl] .batch-summary-wrapper .custom-calendar-main .filter-daterange-main ::-moz-placeholder {
  font-size: 14px;
}
html[dir=rtl] .batch-summary-wrapper .custom-calendar-main .filter-daterange-main ::placeholder {
  font-size: 14px;
}
html[dir=rtl] .batch-summary-wrapper .custom-calendar-main .b-s-date-picker-icon img {
  position: absolute;
  top: 50%;
  right: auto;
  right: initial;
  left: 10px;
  transform: translateY(-50%);
  height: 20px;
  width: auto;
}
html[dir=rtl] .batchs-datepicker-main .batchs-time-title h6 {
  text-align: right;
}
html[dir=rtl] .batch-summary-timebox .mx-1 {
  margin-right: 0.25rem !important;
}
html[dir=rtl] .batch-sum-btn .btn-bs-email img {
  height: 18px;
  margin-right: 0px;
  margin-left: 5px;
}
html[dir=rtl] .btn-bs-download img {
  height: 18px;
  margin-right: 0px;
  margin-left: 5px;
}
html[dir=rtl] .batch-summary-wrapper .bs-radio-main .radio label::after {
  right: 5px !important;
}
html[dir=rtl] .user-name-text h5 {
  text-align: right;
}
html[dir=rtl] .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
  right: auto !important;
  right: initial !important;
  left: 0px !important;
}
html[dir=rtl] .multiselect-dropdown .dropdown-btn {
  text-align: right !important;
}
html[dir=rtl] .multiselect-dropdown .dropdown-btn .selected-item {
  float: right !important;
}
html[dir=rtl] .multiselect-item-checkbox input[type=checkbox] + div {
  padding-left: 0em;
  padding-right: 2em;
  text-align: right;
}
html[dir=rtl] .multiselect-item-checkbox input[type=checkbox] + div:before {
  left: auto;
  left: initial;
  right: 0px;
}
html[dir=rtl] .multiselect-item-checkbox input[type=checkbox] + div:after {
  left: auto;
  left: initial;
  right: 4px;
}
html[dir=rtl] .vpnerror-popup-main .n-submit-btn.mr-0 {
  margin-left: 0px !important;
  margin-right: 0 !important;
  margin-right: initial !important;
}
html[dir=rtl] .default-auto-main .radio {
  margin-right: 0;
  margin-right: initial;
  margin-left: 10px;
}
html[dir=rtl] .default-auto-main.m-checkbox-inline label {
  margin-left: 5px;
  margin-right: 0;
  margin-right: initial;
}
html[dir=rtl] .default-auto-main .radio label {
  padding-right: 5px;
}
html[dir=rtl] .default-auto-main .radio.select-radio label::after {
  right: 7px !important;
  left: auto !important;
  left: initial !important;
}
html[dir=rtl] .edit-withd-btn {
  margin-left: 0;
  margin-left: initial;
  margin-right: 10px;
}
html[dir=rtl] .text-left {
  text-align: right !important;
}
html[dir=rtl] .with-tooltip-box {
  right: auto;
  right: initial;
  left: -15px;
  text-align: right;
}
html[dir=rtl] .with-tooltip-box::after {
  right: auto;
  right: initial;
  left: 13px;
}
html[dir=rtl] .withdbutton-group .confirm-btn.mr-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
  margin-right: initial !important;
}
html[dir=rtl] .next-view-datatable th:first-child {
  border-top-right-radius: 15px !important;
  border-top-left-radius: 0 !important;
  border-top-left-radius: initial !important;
}
html[dir=rtl] .next-view-datatable th:last-child {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 0 !important;
  border-top-right-radius: initial !important;
}
html[dir=rtl] .settlement-batch-content p {
  text-align: right;
}
html[dir=rtl] .batch-title-main .backbath-wrapper .batchback-arrow {
  margin-right: 0 !important;
  margin-right: initial !important;
  margin-left: 15px !important;
}
html[dir=rtl] .filter-daterange-wrap .custom-input-filter {
  text-align: right;
}
html[dir=rtl] .filter-daterange-main .dropdown-menu {
  left: auto !important;
  left: initial !important;
  right: 0 !important;
}
html[dir=rtl] .withdbutton-group .confirm-btn {
  margin-right: 0px;
  margin-left: 0;
  margin-left: initial;
}
html[dir=rtl] .modal-catone .cate-popup-form .cate-custom-inputbox .cate-left-space {
  padding-left: 0;
  padding-left: initial;
  padding-right: 105px;
}
html[dir=rtl] .modal-catone .cate-popup-form .cate-custom-inputbox .cate-amount-label {
  left: auto;
  left: initial;
  right: 38px;
}
html[dir=rtl] .modal-catone .cate-popup-form label {
  text-align: right;
  display: block;
}
html[dir=rtl] .modal-cattwo .cattwo-header .cattwo-close {
  right: auto;
  right: initial;
  left: 15px;
}
html[dir=rtl] .modal-cattwo .cate-popup-body .terms-cond-content .term-condtn-list {
  padding-left: 0;
  padding-left: initial;
  padding-right: 18px;
}
html[dir=rtl] .home-online-payment .counter-wrapper .home-counter-inner.batch-settlement-wrap li.live-trax-balance::after {
  right: auto;
  right: initial;
  left: -3px;
}
html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li.live-trax-balance::after {
  right: auto;
  right: initial;
  left: -3px;
}
html[dir=rtl] .manage-merchant-wrapper .manage-users-btn .mr-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
  margin-right: initial !important;
}
html[dir=rtl] .merchant-eye-icon {
  right: auto;
  right: initial;
  left: 30px;
}
html[dir=rtl] .crt-pro-upld {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
html[dir=rtl] .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-logo {
  margin-right: 0 !important;
  margin-right: initial !important;
  margin-left: 18px !important;
}
html[dir=rtl] .checkout-preview-main .preview-header .preview-icons ul li {
  margin-right: 0;
  margin-right: initial;
  margin-left: 20px;
}
html[dir=rtl] .checkout-preview-main .preview-header .preview-icons ul li:last-child {
  margin-right: 0;
  margin-right: initial;
  margin-left: 0px;
}
html[dir=rtl] .invoice-checkout-box .invoice-header .invoice-logo .logo-image {
  margin-right: 0 !important;
  margin-right: initial !important;
  margin-left: 15px;
}
html[dir=rtl] .invoice-checkout-box .invoice-info-box .payment-box {
  margin-left: inherit !important;
  margin-right: auto;
}
html[dir=rtl] .themesetting-accordian .card .card-body .theme-color-main .theme-color-setting .theme-color-pick {
  margin-right: 0;
  margin-right: initial;
  margin-left: 12px;
}
html[dir=rtl] .themesetting-accordian .card .card-body .theme-color-main .theme-color-setting .hex-color {
  margin-right: 0;
  margin-right: initial;
  margin-left: 12px;
}
html[dir=rtl] .themesetting-accordian .card .card-header button:before {
  right: auto;
  right: initial;
  left: 12px;
}
html[dir=rtl] .payout-detail-box .tab-pane {
  padding: 15px;
}
html[dir=rtl] .payment-box .nav-pills {
  padding: 0px !important;
}
html[dir=rtl] .payout-detail-box .nav-pills {
  padding: 0px !important;
}
html[dir=rtl] .invoice-card {
  right: auto;
  right: initial;
  left: 10px;
}
html[dir=rtl] .credit-info .form-check .form-check-input {
  margin-left: 0;
  margin-left: initial;
  margin-right: -1.5em;
}
html[dir=rtl] .invoice-checkout-box .left-invoice-info-wrap .invoice-innercontent-details .web-back-icon .back-arrow-btn {
  margin-right: 0;
  margin-right: initial;
  margin-left: 10px;
  transform: rotate(180deg);
}
html[dir=rtl] .mobile-preview-details .payment-gateway-hosted-mobile .mobile-language-box a {
  margin-right: 10px;
  margin-left: 0 !important;
  margin-left: initial !important;
}
html[dir=rtl] .payment-gatewayiframe-main .payment-gatewayiframe-desktop .iframe-language-dropdown a {
  margin-left: 0;
  margin-left: initial;
  margin-right: 5px;
}
html[dir=rtl] .payment-gatewayiframe-main .payment-gatewayiframe-desktop .payment-box .secure-content .secure-img img {
  margin-right: 0 !important;
  margin-right: initial !important;
  margin-left: 6px;
}
html[dir=rtl] .payment-gatewayiframe-main .payment-gatewayiframe-mobile .iframe-language-dropdown a {
  margin-left: 0;
  margin-left: initial;
  margin-right: 5px;
}
html[dir=rtl] .payment-gatewayiframe-main .payment-gatewayiframe-mobile .payment-box .secure-content .secure-img img {
  margin-right: 0 !important;
  margin-right: initial !important;
  margin-left: 6px;
}
html[dir=rtl] .cvv-icon {
  right: auto;
  right: initial;
  left: 10px;
}
html[dir=rtl] .product-link-main .payment-box .secure-content .secure-img img {
  margin-right: 0 !important;
  margin-right: initial !important;
  margin-left: 6px;
}
html[dir=rtl] .product-link-main .unit-cell-main.credit-info .form-floating .input-plceholder-img {
  left: auto;
  left: initial;
  right: 12px;
}
html[dir=rtl] .secure-content .secure-img svg {
  margin-left: 6px;
  margin-right: 0;
  margin-right: initial;
}
html[dir=rtl] .themesetting-accordian .card .card-body .theme-color-main .theme-color-setting .hexcode-box .hex-color {
  margin-right: 0px;
  margin-left: 12px;
  padding: 7.5px 50px 7.5px 9px;
}
html[dir=rtl] .themesetting-accordian .card .card-body .theme-color-main .theme-color-setting .theme-picker-mainclass .reset-default a {
  z-index: 1;
}
html[dir=rtl] .checkout-tooltip img {
  margin-left: 0px;
  margin-right: 3px;
}
html[dir=rtl] .reset-default-tooltip {
  right: auto;
  right: initial;
  left: 35px;
}
html[dir=rtl] .reset-default-tooltip::before {
  right: auto;
  right: initial;
  left: -5px;
}
html[dir=rtl] .upload-tooltip {
  left: auto;
  left: initial;
  right: 30px;
}
html[dir=rtl] .upload-tooltip::before {
  right: -6px;
  left: auto;
  left: initial;
}
html[dir=rtl] .themeguide-tooltip {
  right: 30px;
  left: auto;
  left: initial;
}
html[dir=rtl] .themeguide-tooltip::before {
  right: -5px;
  left: auto;
  left: initial;
}
html[dir=rtl] .bg-title-tooltip {
  right: 30px;
  left: auto;
  left: initial;
}
html[dir=rtl] .bg-title-tooltip::before {
  right: -5px;
  left: auto;
  left: initial;
}
html[dir=rtl] .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: initial !important;
  border-top-left-radius: 0 !important;
  border-top-left-radius: initial !important;
}
html[dir=rtl] .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
  border-top-right-radius: 0 !important;
  border-top-right-radius: initial !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: initial !important;
  border-bottom-left-radius: 50px !important;
  border-top-left-radius: 50px !important;
}
html[dir=rtl] .checkout-tabs .nav-pills .nav-item svg {
  margin-left: 0 !important;
  margin-left: initial !important;
  margin-right: 3px;
}
html[dir=rtl] .cate-customselect .badge-primary {
  right: auto !important;
  right: initial !important;
  left: 0 !important;
  border-radius: 0px 0px 5px 0px;
}
html[dir=rtl] .mycustom-tooltip .tooltip-inner {
  text-align: right;
}
html[dir=rtl] .dashboard-inner-data .info-icon img {
  margin-left: 0;
  margin-left: initial;
  margin-right: 5px;
}
html[dir=rtl] .refund-m-radio .m-checkbox-inline label {
  margin-right: 0;
  margin-right: initial;
  margin-left: 20px;
  padding-left: 0;
  padding-left: initial;
  padding-right: 5px;
}
html[dir=rtl] .refund-m-radio .radio label::before {
  margin-left: 0;
  margin-left: initial;
  margin-right: -20px;
  left: auto;
  left: initial;
  right: 0px;
}
html[dir=rtl] .refund-m-radio .radio label::after {
  margin-left: 0;
  margin-left: initial;
  margin-right: -20px;
  left: auto;
  left: initial;
  right: 4px;
}
html[dir=rtl] .crt-usr-enbl-otp-lbl .m-checkbox-inline label {
  margin-right: 0;
  margin-right: initial;
  margin-left: 20px;
  padding-left: 0;
  padding-left: initial;
  padding-right: 5px;
}
html[dir=rtl] .crt-usr-enbl-otp-lbl .radio label::before {
  margin-left: 0;
  margin-left: initial;
  margin-right: -20px;
  left: auto;
  left: initial;
  right: 0px;
}
html[dir=rtl] .crt-usr-enbl-otp-lbl .radio label::after {
  margin-left: 0;
  margin-left: initial;
  margin-right: -20px;
  left: auto;
  left: initial;
  right: 5px;
}
html[dir=rtl] .crt-usr-enbl-otp-lbl .radio.pr-3 {
  padding-right: 0 !important;
  padding-right: initial !important;
  padding-left: 0rem !important;
}
html[dir=rtl] .prdct-cnl-btn {
  left: 12px;
  right: auto;
  right: initial;
}
/**=====================
       RTL CSS End
==========================**/
@media screen and (min-width: 2400px) and (max-width: 2559px) {
  html[dir=rtl] .page-wrapper {
    margin: 0 auto;
    max-width: 2400px;
  }
  html[dir=rtl] .page-wrapper .page-body-wrapper {
    background-color: #cfccd6;
    display: flex;
    margin: 0 auto;
    max-width: 2400px;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header {
    margin-left: 280px;
    width: calc(100% - 280px);
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header.close_icon {
    margin-left: 86px;
    width: calc(2400px - 86px);
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    padding-top: 118px !important;
  }
  html[dir=rtl] .n-home-counter .counter-wrapper {
    padding-top: 98px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-link span {
    font-size: 16px;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body, html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ footer {
    margin-left: 86px;
  }
  html[dir=rtl] .merchant-header .merchant-tab {
    padding: 0px 20px;
  }
  html[dir=rtl] .n-main-header .header-dropdown .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    font-size: 16px;
  }
  html[dir=rtl] .c-filter-dropdown .ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option {
    font-size: 16px;
  }
  html[dir=rtl] .merchant-header .merchant-tab li a {
    font-size: 16px;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6 {
    font-size: 24px;
    line-height: 40px;
  }
  html[dir=rtl] .home-online-payment .counter-wrapper .card .counter-content .counter-number p {
    font-size: 18px;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .card {
    padding: 20px 15px;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .counter-number h2 {
    font-size: 36px;
  }
  html[dir=rtl] .custom-tooltip {
    width: 20px;
  }
  html[dir=rtl] .custom-tooltiptext {
    font-size: 16px;
    width: 300px;
  }
  html[dir=rtl] .weekly-chart-wrapper {
    margin-top: 0px !important;
  }
  html[dir=rtl] .header-transfer .transfer-btn {
    font-size: 18px !important;
  }
  html[dir=rtl] .custom-header .media-body span {
    font-size: 18px !important;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body p {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 2201px) and (max-width: 2399px) {
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header {
    margin-right: 0px;
    width: calc(2200px - 280px);
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header.close_icon {
    margin-right: 0px;
    width: calc(2200px - 86px);
    z-index: 99;
  }
  html[dir=rtl] .rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper ~ .page-body .sticky-header {
    max-width: calc(100% - 280px);
    margin-right: 0;
    left: inherit !important;
    margin-top: 0px !important;
  }
  html[dir=rtl] .pos-dvs-dt-tbl {
    padding-top: 120px !important;
  }
  html[dir=rtl] .close_taskbar .nav-pills {
    margin-top: 0px;
  }
  html[dir=rtl] .merchant-header .merchant-tab li .calander-icon {
    top: 50% !important;
  }
  html[dir=rtl] .rtl .page-wrapper.compact-wrapper .page-body-wrapper .page-body .merchant-header .merchant-tab .custom-date-range-input {
    margin-top: 0px !important;
  }
  html[dir=rtl] .product-item-wrap .product-item-figure {
    height: 400px;
  }
  html[dir=rtl] .product-item-wrap .product-dtl-view i {
    margin-top: 170px;
  }
  html[dir=rtl] .online-basic-header {
    margin-top: -20px !important;
  }
  html[dir=rtl] .custom-calendar-main-notselected {
    margin-top: 0 !important;
  }
  html[dir=rtl] .rtl .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    padding-top: 132px !important;
  }
  html[dir=rtl] .merchant-header .merchant-tab li:last-child {
    padding-top: 20px !important;
  }
  html[dir=rtl] .online-basic-header .merchant-tab li:last-child {
    padding-top: 21px !important;
  }
  html[dir=rtl] .merchant-header.close_taskbar {
    padding-top: 0;
  }
  html[dir=rtl] .btn-invoice-yellow, html[dir=rtl] .btn-invoice-green {
    padding: 4px 11px 5px 11px;
  }
  html[dir=rtl] .settlement-wrap .filter-content .clear-btn {
    padding-right: 15px !important;
  }
  html[dir=rtl] .home-content-main .weekly-chart-wrapper .nav-tabs {
    top: -57px;
  }
  html[dir=rtl] .product-m-wrap .product-item-wrap .product-item-figure img {
    height: 280px !important;
  }
  html[dir=rtl] .product-m-wrap .product-item-wrap .product-item-figure {
    height: 300px !important;
  }
  html[dir=rtl] .pos-selection {
    margin-top: -15px;
  }
  html[dir=rtl] .online-basic-header .merchant-tab .custom-date-range-input {
    margin-top: 20px !important;
  }
  html[dir=rtl] .online-basic-header .merchant-tab li .calander-icon {
    top: 50% !important;
  }
  html[dir=rtl] .rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper ~ .page-body .trans-key-swt {
    max-width: calc(2200px - 280px);
    right: 2000px !important;
    left: inherit !important;
    margin-top: 9px !important;
  }
  html[dir=rtl] .home-content-main {
    padding-left: 0px !important;
  }
  html[dir=rtl] .product-item-wrap .product-title h6 {
    text-align: right;
  }
  html[dir=rtl] .prod-boxy .product-overlay .product-sele-option .product-opt-dd button {
    padding: 9px 11px 9px 8px !important;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper {
    padding-right: 45px;
  }
  html[dir=rtl] .online-product-wrapper .home-content-main .counter-wrapper {
    padding-left: 0 !important;
    padding-right: 45px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
  }
  html[dir=rtl] .subcptin-tbl-algn, html[dir=rtl] .product-list-mob-viw {
    padding-right: 45px !important;
  }
  html[dir=rtl] .product-list-mob-viw {
    padding-right: 45px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 1.2%;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .counter-number span:hover .home-cont-h-1, html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .success-rate-title span:hover .home-cont-h-1 {
    left: inherit;
    right: -90px;
  }
  html[dir=rtl] .subcptin-contr-algn .invoice-wrapper {
    padding-top: 70px !important;
  }
  html[dir=rtl] .s-n-content p span .home-cont-h-1 {
    margin-right: -30px;
    left: inherit;
    top: 25px;
  }
  html[dir=rtl] .sms-noti-lbl h6 span .home-cont-h-1, html[dir=rtl] .email-n-title h6 span .home-cont-h-1 {
    left: inherit;
  }
  html[dir=rtl] .email-n-title h6 span .home-cont-h-1 {
    margin-right: -30px;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .active-marchant p span .home-cont-h-1 {
    left: inherit;
    margin-right: -100px !important;
  }
  html[dir=rtl] .all-notif-mob-view {
    padding-right: 30px !important;
  }
  html[dir=rtl] .middle-top-button ul {
    margin-left: 0px !important;
  }
  html[dir=rtl] .push-nitf-spn-img p span .home-cont-h-1 {
    left: inherit;
  }
  html[dir=rtl] .chart-top-button .home-cont-h-1 {
    left: inherit;
    right: 30px;
    top: 50% !important;
  }
}
@media screen and (min-width: 1921) and (max-width: 2200px) {
  html[dir=rtl] .prod-boxy .product-overlay .product-sele-option .product-opt-dd button {
    padding: 7px 13px 5px 8px !important;
  }
  html[dir=rtl] .product-m-wrap .product-item-wrap .product-item-figure {
    height: 300px !important;
  }
  html[dir=rtl] .product-item-wrap .product-item-figure {
    height: 400px;
  }
  html[dir=rtl] .product-item-wrap .product-dtl-view i {
    margin-top: 170px;
  }
  html[dir=rtl] .merchant-header .merchant-tab li .calander-icon {
    top: 50% !important;
    transform: translateX(50%) !important;
  }
  html[dir=rtl] .merchant-header .merchant-tab {
    padding: 0px 20px 0px 20px;
  }
  html[dir=rtl] .pos-selection {
    margin-top: -25px;
  }
  html[dir=rtl] .online-basic-header {
    margin-top: 0px !important;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper {
    padding: 15px 45px 15px 30px;
  }
  html[dir=rtl] .withdrawal-filter .filter-daterange-main ngb-datepicker.dropdown-menu, html[dir=rtl] .payout-filter .filter-daterange-main ngb-datepicker.dropdown-menu {
    transform: translate(0px, 56px) !important;
    right: 0 !important;
    left: auto !important;
    left: initial !important;
  }
  html[dir=rtl] .withdrawal-filter .filter-daterange-main ngb-datepicker.dropdown-menu, html[dir=rtl] .payout-filter .filter-daterange-main ngb-datepicker.dropdown-menu {
    top: -10px !important;
  }
  html[dir=rtl] .online-product-wrapper > div, html[dir=rtl] .product-list-mob-viw, html[dir=rtl] .subcptin-tbl-algn {
    padding-right: 20px !important;
  }
  html[dir=rtl] .weekly-chart-wrapper {
    padding-right: 0px !important;
  }
  html[dir=rtl] .home-online-payment > div, html[dir=rtl] .home-pos > div, html[dir=rtl] .sticky-header {
    padding-right: 0px !important;
  }
  html[dir=rtl] .pos-dvs-dt-tbl {
    padding-right: 20px !important;
  }
  html[dir=rtl] .subcrbr-listing-mob-view {
    padding-right: 45px !important;
    padding-left: 15px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .counter-number span:hover .home-cont-h-1, html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .success-rate-title span:hover .home-cont-h-1 {
    left: inherit;
    right: -90px;
  }
  html[dir=rtl] .email-n-title h6 span .home-cont-h-1 {
    left: inherit;
    right: -100px;
  }
  html[dir=rtl] .s-n-content p span .home-cont-h-1 {
    margin-right: -30px;
    left: inherit;
    top: 25px;
  }
  html[dir=rtl] .sms-noti-lbl h6 span .home-cont-h-1, html[dir=rtl] .email-n-title h6 span .home-cont-h-1,
html[dir=rtl] .push-nitf-spn-img p span .home-cont-h-1 {
    left: inherit;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .active-marchant p span,
html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .inactive-marchant p span {
    margin-right: 5px !important;
    line-height: 40px;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .active-marchant p span .home-cont-h-1 {
    left: inherit;
    margin-right: -100px !important;
  }
  html[dir=rtl] .all-notif-mob-view {
    padding-right: 30px !important;
  }
  html[dir=rtl] .middle-top-button ul {
    margin-left: 0px !important;
  }
  html[dir=rtl] .chart-top-button .home-cont-h-1 {
    left: inherit;
    right: 30px;
    top: 50% !important;
  }
}
@media screen and (max-width: 1920px) {
  html[dir=rtl] .product-item-wrap .product-item-figure {
    height: 350px;
  }
  html[dir=rtl] .product-item-wrap .product-dtl-view i {
    margin-top: 140px;
  }
}
@media screen and (min-width: 1681px) and (max-width: 1880px) {
  html[dir=rtl] {
    /*Default Settlement Css*/
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0;
    margin-right: initial;
    display: block;
    width: auto;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: right;
    margin-left: 10px;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 14px !important;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
    left: auto !important;
    left: initial !important;
    right: 1px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdraw-content .radio label::before {
    left: auto !important;
    left: initial !important;
    right: -6px !important;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle !important;
  }
  html[dir=rtl] .withdraw-content .default-auto-main {
    display: flex !important;
  }
  html[dir=rtl] .edit-auto-btn {
    margin-left: 0;
    margin-left: initial;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1680px) {
  html[dir=rtl] {
    /*Default Settlement Css*/
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0 !important;
    margin-right: initial !important;
    display: block;
    width: auto;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 10px;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 14px !important;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 6px !important;
    left: auto !important;
    left: initial !important;
    right: 1px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdraw-content .radio label::before {
    left: auto !important;
    left: initial !important;
    right: -6px !important;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 10px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle !important;
  }
  html[dir=rtl] .withdraw-content .default-auto-main {
    display: flex !important;
  }
  html[dir=rtl] .edit-auto-btn {
    margin-right: 0px;
    margin-left: 0;
    margin-left: initial;
  }
}
@media screen and (max-width: 1600px) {
  html[dir=rtl] {
    /*Default Settlement Css*/
  }
  html[dir=rtl] .prod-boxy .product-overlay .product-sele-option .product-opt-dd button {
    padding: 5px 9px 5px 8px !important;
  }
  html[dir=rtl] .product-item-wrap .product-item-figure {
    height: 300px;
  }
  html[dir=rtl] .product-item-wrap .product-dtl-view i {
    margin-top: 110px;
  }
  html[dir=rtl] .online-basic-header {
    margin-top: 0px !important;
  }
  html[dir=rtl] .push-nitf-spn-img p span:hover .home-cont-h-1 {
    left: inherit;
    margin-right: -50px;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .home-content-main .counter-wrapper .home-counter-inner li .active-marchant p span .home-cont-h-1 {
    left: inherit;
    margin-right: -160px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    display: block;
    width: 38%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: right;
    margin-left: 0px;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 15px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 6px !important;
    left: auto !important;
    left: initial !important;
    right: 1px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdraw-content .radio label::before {
    left: auto !important;
    left: initial !important;
    right: -6px !important;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle !important;
  }
  html[dir=rtl] .withdraw-content .default-auto-main {
    display: block !important;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1599px) {
  html[dir=rtl] {
    /*Default Settlement Css*/
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    display: block;
    width: 40%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: right;
    margin-left: 0px;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 15px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 6px !important;
    left: auto !important;
    left: initial !important;
    right: 1px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdraw-content .radio label::before {
    left: auto !important;
    left: initial !important;
    right: -6px !important;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle !important;
  }
  html[dir=rtl] .withdraw-content .default-auto-main {
    display: block !important;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1440px) {
  html[dir=rtl] {
    /*Default Settlement Css*/
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    display: block;
    width: 40%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: right;
    margin-left: 0px;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 15px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 6px !important;
    left: auto !important;
    left: initial !important;
    right: 1px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdraw-content .radio label::before {
    left: auto !important;
    left: initial !important;
    right: -6px !important;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle !important;
  }
  html[dir=rtl] .withdraw-content .default-auto-main {
    display: block !important;
  }
}
@media screen and (max-width: 1440px) {
  html[dir=rtl] .prod-boxy .product-overlay .product-sele-option .product-opt-dd button {
    padding: 0px 6px 5px 8px !important;
  }
  html[dir=rtl] .product-item-wrap .product-item-figure {
    height: 250px;
  }
  html[dir=rtl] .product-item-wrap .product-dtl-view i {
    margin-top: 90px;
  }
  html[dir=rtl] .merchant-header .merchant-tab li .calander-icon {
    top: 58% !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .page-body .merchant-header .merchant-tab .custom-date-range-input {
    margin-top: 0px !important;
  }
  html[dir=rtl] .merchant-header .merchant-tab li .calander-icon {
    top: 54% !important;
  }
  html[dir=rtl] .payout-filter .filter-daterange-main ngb-datepicker.dropdown-menu {
    right: 0 !important;
    left: auto !important;
    left: initial !important;
  }
  html[dir=rtl] .sbscrn-pdct-edt-dlt {
    margin-right: 5px;
  }
  html[dir=rtl] .sbscrn-pdct-dlt-bg {
    margin: 0px 5px 0px 0px;
  }
  html[dir=rtl] .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt {
    padding: 9px 9px 10px 10px;
  }
  html[dir=rtl] .sbscrn-pdct-edt-dlt {
    font-size: 16px;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .inactive-marchant p span {
    margin-right: 10px !important;
    line-height: 33px;
  }
}
@media screen and (min-width: 1368px) and (max-width: 1399px) {
  html[dir=rtl] {
    /*Default Settlement Css*/
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    margin-left: 0px;
    width: 58%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: right;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 15px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 6px !important;
    left: auto !important;
    left: initial !important;
    right: 1px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdraw-content .radio label::before {
    left: auto !important;
    left: initial !important;
    right: -6px !important;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle !important;
  }
  html[dir=rtl] .default-auto-main {
    display: block !important;
  }
}
@media screen and (max-width: 1366px) {
  html[dir=rtl] {
    /*Default Settlement Css*/
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .inactive-counter-bg .inactive-marchant p span img {
    left: inherit;
    margin-top: 0;
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    margin-left: 0px;
    width: 58%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: right;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 15px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 6px !important;
    left: auto !important;
    left: initial !important;
    right: 1px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdraw-content .radio label::before {
    left: auto !important;
    left: initial !important;
    right: -6px !important;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle !important;
  }
  html[dir=rtl] .default-auto-main {
    display: block !important;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1280px) {
  html[dir=rtl] {
    /*Sadad Designer css start*/
    /*Default Settlement Css*/
  }
  html[dir=rtl] .custom-calendar-main-notselected {
    margin-top: 0 !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper {
    padding-top: 100px;
  }
  html[dir=rtl] .settlement-wrap .invoice-wrapper {
    padding-top: 100px;
  }
  html[dir=rtl] .weekly-chart-wrapper {
    padding-left: 0px;
  }
  html[dir=rtl] .home-online-payment .counter-wrapper .home-counter-inner li,
html[dir=rtl] .home-online-payment .counter-wrapper .home-counter-inner li:last-child,
html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li {
    max-width: 215px;
    min-width: 215px;
  }
  html[dir=rtl] .merchant-header ul.compare__slaes-wrap {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    width: 100%;
    padding-left: 70px;
    flex: 1;
  }
  html[dir=rtl] .home-online-payment .device-content h6,
html[dir=rtl] .home-online-payment .tansactions__content .transactions__right-box h4 {
    font-size: 22px !important;
  }
  html[dir=rtl] .home-online-payment .device-content p {
    font-size: 16px !important;
  }
  html[dir=rtl] .online-basic-header .custom-calendar-main-notselected {
    width: 158px;
  }
  html[dir=rtl] .pos-selection[_ngcontent-vme-c110] {
    left: 40%;
  }
  html[dir=rtl] .settlement-wrap .settlement-data-table table th {
    padding: 20px 10px;
  }
  html[dir=rtl] .top-header-tab .nav-pills .nav-link {
    padding: 26px 15px 19px;
    font-size: 14px;
  }
  html[dir=rtl] .webhook-inner-wrapper .theme-clr-one {
    top: 50% !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .theme-clr-two {
    top: 50% !important;
  }
  html[dir=rtl] .sbcptn-prdct-activ-pln span,
html[dir=rtl] .sbcptn-prdct-pln-paid,
html[dir=rtl] .sbcptn-inctv span {
    font-size: 14px;
  }
  html[dir=rtl] .sbcptn-prdct-activ-pln span {
    margin-top: 8px;
  }
  html[dir=rtl] .sbcptn-prdct-activ-pln,
html[dir=rtl] .sbcptn-prdct-pln-qar,
html[dir=rtl] .sbcptn-inctv {
    font-size: 22px;
  }
  html[dir=rtl] .sbcptn-inctv-qar h3 {
    font-size: 24px;
  }
  html[dir=rtl] .sbcptn-prdct-paid-amnt {
    font-size: 20px;
    margin-top: 15px;
  }
  html[dir=rtl] .sbcptn-prdct-pln-paid {
    padding: 10px 0px;
  }
  html[dir=rtl] .online-basicstore .tab-pane {
    padding-top: 65px !important;
  }
  html[dir=rtl] .svg-inline--fa.fa-fw {
    width: 0.7em !important;
  }
  html[dir=rtl] .sb-circles-light .sb-wrapper {
    margin-left: 1px !important;
  }
  html[dir=rtl] .sub-pro-actv-btn {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: 83px;
    height: 36px;
  }
  html[dir=rtl] .settlement-wrap .card-header-withdrawal,
html[dir=rtl] .settlement-wrap .card-header {
    padding: 18px 20px !important;
  }
  html[dir=rtl] .cust-map-frm-bg {
    padding: 20px !important;
  }
  html[dir=rtl] .online-basic-header {
    margin-top: -12px !important;
    padding-bottom: 0;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 1.1%;
  }
  html[dir=rtl] .d-r-li .d-r-drp div ngb-datepicker.dropdown-menu {
    transform: translate(-250px, 40px) !important;
    z-index: 1 !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper > .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    height: 100%;
    margin-right: inherit;
    margin-left: inherit;
  }
  html[dir=rtl] .subcptin-contr-algn .home-content-main .counter-wrapper > .row {
    padding-right: 0px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner {
    overflow-x: auto;
    padding-bottom: 20px;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .home-cont-h-1 {
    top: 183%;
  }
  html[dir=rtl] .subcptin-contr-algn .home-content-main .counter-wrapper .row > div {
    width: inherit !important;
    max-width: inherit !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .theme-clr-two {
    top: 24%;
  }
  html[dir=rtl] .subcptin-contr-algn .home-content-main .counter-wrapper > .row .col-xl-7 {
    padding-right: 15px !important;
  }
  html[dir=rtl] .product-nm {
    font-size: 20px !important;
  }
  html[dir=rtl] .settlement-wrap .invoice-wrapper .counter-wrapper > .row > div {
    padding-right: 0px !important;
  }
  html[dir=rtl] .settlement-wrap .invoice-wrapper .counter-wrapper > .row > div:first-child {
    padding-left: 15px !important;
    padding-right: 0px !important;
  }
  html[dir=rtl] .settlement-wrap .invoice-wrapper .counter-wrapper > .row > div:last-child {
    padding-left: 0px !important;
  }
  html[dir=rtl] .sbcptn-prdct-pln {
    padding-right: 0 !important;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body {
    margin-left: 0px;
  }
  html[dir=rtl] .sbscrn-pdct-dlt-bg {
    background-color: #8D083A;
    margin: 0px 5px 0px 0px;
  }
  html[dir=rtl] .product-item-wrap .notification-switch .active {
    margin-right: 5px;
    margin-left: 0px;
  }
  html[dir=rtl] .product-price-tag,
html[dir=rtl] .product-item-wrap .product-title h6 {
    padding-left: 0 !important;
  }
  html[dir=rtl] .online-orders-wrapper .invoice-wrapper {
    padding-left: 15px;
  }
  html[dir=rtl] .trans-key-swt {
    margin-top: 14px !important;
  }
  html[dir=rtl] .subcptin-contr-mrgn .home-content-main .counter-wrapper {
    padding-left: 0 !important;
  }
  html[dir=rtl] .home-cont-h-1 {
    z-index: 99;
    margin-top: 1%;
    margin-left: -40%;
    padding: 7px 10px;
  }
  html[dir=rtl] .settlement-wrap .withdrawal-fund-wrap .balance-main h6 span:hover .home-cont-h-1 {
    margin-left: -50px;
    width: 200px;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .counter-number h2 {
    margin-bottom: 0;
  }
  html[dir=rtl] .home-online-payment .counter-wrapper .home-counter-inner li .counter-amount h6 {
    margin-bottom: 10px;
    line-height: 27px;
  }
  html[dir=rtl] .home-online-payment .counter-wrapper .card .counter-content .counter-number p {
    line-height: 15px;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper {
    padding: 15px 15px 15px 45px;
  }
  html[dir=rtl] .subcptin-contr-algn .home-content-main .counter-wrapper {
    padding-top: 0px !important;
  }
  html[dir=rtl] .settlement-wrap .invoice-wrapper {
    padding-top: 80px;
  }
  html[dir=rtl] .sbscrb-mob-vie,
html[dir=rtl] .subcptin-contr-algn .invoice-wrapper {
    padding-top: 80px !important;
  }
  html[dir=rtl] .online-orders-wrapper .invoice-wrapper {
    padding-top: 80px !important;
  }
  html[dir=rtl] .sms-notification-list {
    width: 700px;
  }
  html[dir=rtl] .subcptin-contr-algn .home-content-main .counter-wrapper .row > div .sbcptn-prdct-pln {
    margin-left: 0px !important;
  }
  html[dir=rtl] .online-product-wrapper .invoice-wrapper .counter-wrapper > .row > div:first-child {
    padding-left: 30px !important;
  }
  html[dir=rtl] .sbcptn-prdct-pln-paid-bdr-rgt {
    border-left: 1px solid #C3CAD4;
    border-right: 0px;
  }
  html[dir=rtl] .sbcptn-inctv span {
    margin-left: 0;
    margin-right: 10px;
  }
  html[dir=rtl] .email-n-title h6 span .home-cont-h-1 {
    margin-left: 30px;
  }
  html[dir=rtl] .s-n-content p span .home-cont-h-1,
html[dir=rtl] .s-n-content h5 span .home-cont-h-1 {
    margin-left: 10px;
  }
  html[dir=rtl] .active-marchant .home-cont-h-1 {
    margin-left: -50px !important;
  }
  html[dir=rtl] .inactive-marchant .home-cont-h-1 {
    margin-left: -120px !important;
  }
  html[dir=rtl] .device-content {
    z-index: 2;
  }
  html[dir=rtl] .invoice-wrapper .home-content-main .first-i-counter .invoice-counter p,
html[dir=rtl] .invoice-wrapper .home-content-main .second-i-counter .invoice-counter p,
html[dir=rtl] .invoice-wrapper .home-content-main .third-i-counter .invoice-counter p,
html[dir=rtl] .invoice-wrapper .home-content-main .fourth-i-counter .invoice-counter p {
    font-size: 17px !important;
  }
  html[dir=rtl] .bottom-maps-wrapper .chart-title-date-mob-view h5.common-chart-title {
    font-size: 16px !important;
  }
  html[dir=rtl] .chart-top-button .home-cont-h-1 {
    top: 57% !important;
    margin-left: inherit;
  }
  html[dir=rtl] .pos-fltr-help .home-cont-h-1 {
    left: 90px !important;
    top: 27% !important;
  }
  html[dir=rtl] .pos-graph-btn {
    flex-direction: column;
  }
  html[dir=rtl] .push-nitf-spn-img p span .home-cont-h-1 {
    margin-left: -32px;
    top: 58%;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
html[dir=rtl] .home-content-main .counter-wrapper .card .active-marchant {
    padding: 18px 14px;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .active-marchant p,
html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .inactive-marchant p {
    font-size: 12px;
  }
  html[dir=rtl] .home-online-payment .counter-wrapper .home-counter-inner li .counter-number h2 {
    padding-top: 9px;
  }
  html[dir=rtl] .home-online-payment .counter-wrapper .home-counter-inner li .counter-number h2 {
    line-height: 13px;
    margin-bottom: 16px !important;
  }
  html[dir=rtl] .merchant-header .merchant-tab li a {
    font-size: 14px;
  }
  html[dir=rtl] .pos-fltr-help-1 .home-cont-h-1,
html[dir=rtl] .pos-fltr-help-2 .home-cont-h-1,
html[dir=rtl] .pos-fltr-help-3 .home-cont-h-1 {
    margin-left: 40%;
    top: 35% !important;
  }
  html[dir=rtl] .header-transfer .transfer-btn {
    display: flex !important;
  }
  html[dir=rtl] .marchant_details h6 {
    font-size: 16px !important;
  }
  html[dir=rtl] .marchant_details p {
    font-size: 14px !important;
  }
  html[dir=rtl] .profile-media {
    align-items: center !important;
  }
  html[dir=rtl] .header-menu .nav-menu-items a {
    height: 30px !important;
    width: 30px !important;
  }
  html[dir=rtl] .profile-media .avatars .avatar .img-40 {
    width: 30px !important;
  }
  html[dir=rtl] .avatars .avatar:last-child .img-40 {
    width: 30px !important;
  }
  html[dir=rtl] .custom-header .avatars .avatar .status {
    top: -5px !important;
    right: -2px !important;
  }
  html[dir=rtl] .header-menu .nav-menus li {
    margin-right: 6px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    padding-top: 108px !important;
  }
  html[dir=rtl] .merchant-header .merchant-tab {
    padding: 3px 20px 0px 20px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner {
    justify-content: space-between !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .home-counter-inner li .card,
html[dir=rtl] .home-online-payment .counter-wrapper .home-counter-inner li .card {
    padding: 15px !important;
  }
  html[dir=rtl] .page-wrapper .page-header {
    top: -2px !important;
  }
  html[dir=rtl] .merchant-header {
    margin-top: -2px !important;
  }
  html[dir=rtl] .home-online-payment .counter-wrapper .home-counter-inner li,
html[dir=rtl] .home-online-payment .counter-wrapper .home-counter-inner li:last-child,
html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li {
    min-width: 230px !important;
    max-width: 230px !important;
  }
  html[dir=rtl] .n-home-counter .counter-wrapper {
    padding-top: 80px !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .home-counter-inner li:last-child .card {
    padding: 0px !important;
  }
  html[dir=rtl] .chart-title-date-mob-view h5.common-chart-title {
    font-size: 16px !important;
  }
  html[dir=rtl] .pos-btm-chrt-hdng h5.common-chart-title {
    font-size: 16px !important;
  }
  html[dir=rtl] .home-online-payment .device__wrap img {
    height: 50px;
  }
  html[dir=rtl] .counter-number .custom-tooltip {
    width: 16px !important;
    height: 16px !important;
  }
  html[dir=rtl] .counter-number .custom-tooltip img {
    height: 100% !important;
    width: auto !important;
  }
  html[dir=rtl] .top-header-tab.settlement-wrap .tab-pane {
    padding-left: 0px !important;
    padding-top: 80px !important;
  }
  html[dir=rtl] .top-header-tab.online-basicstore .tab-pane {
    padding-top: 65px !important;
  }
  html[dir=rtl] .tab-slider-nav {
    top: 118px !important;
  }
  html[dir=rtl] .top-header-tab .nav-pills {
    padding: 0px 20px 0px 15px !important;
  }
  html[dir=rtl] .subcptin-contr-algn .invoice-wrapper {
    padding-top: 77px !important;
  }
  html[dir=rtl] .bs-counter-main span {
    font-size: 14px !important;
  }
  html[dir=rtl] .balance-statement-wrapper .bal-payment-in-title {
    font-size: 14px !important;
  }
  html[dir=rtl] .sub-complete-bg h6 {
    font-size: 20px !important;
  }
  html[dir=rtl] .sub-complete-bg p {
    font-size: 16px !important;
  }
  html[dir=rtl] .balance-statement-wrapper .total-record-content p {
    font-size: 22px !important;
  }
  html[dir=rtl] .settlement-wrap a.viewbutton img {
    height: 24px !important;
  }
  html[dir=rtl] .modal .modal-dialog .modal-content .invoice-d-content .invoice-input {
    height: 44px !important;
  }
  html[dir=rtl] .s-notification-wrapper .s-notification-title {
    font-size: 20px !important;
  }
  html[dir=rtl] .setting-n-header-bg .s-n-header-title {
    height: 100% !important;
    align-items: center !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .col-form-label {
    font-size: 14px !important;
  }
  html[dir=rtl] .invoice-wrapper .counter-wrapper > .row {
    overflow-x: visible !important;
    overflow-x: initial !important;
  }
  html[dir=rtl] .payment-gateway-main.top-header-tab .tab-pane {
    padding-top: 80px !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .card .s-notification-wrapper {
    padding-top: 0px !important;
    padding-left: 0px !important;
  }
  html[dir=rtl] .online-product-wrapper .home-content-main {
    margin-bottom: 20px !important;
  }
  html[dir=rtl] .invoice-wrapper .balance-statement-wrapper .card {
    height: calc(100% - 0px) !important;
  }
  html[dir=rtl] .bank-select-modal .ng-dropdown-panel .scroll-host {
    padding-top: 30px;
  }
  html[dir=rtl] .setting-data-box-mob-view a.viewbutton img {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
  }
  html[dir=rtl] .s-n-header-title .d-flex {
    padding: 0px 5px 0px 0px !important;
  }
  html[dir=rtl] .s-n-header-title .d-flex p {
    text-align: center !important;
  }
  html[dir=rtl] .online-product-wrapper .invoice-wrapper .home-content-main {
    margin-bottom: 0px !important;
  }
  html[dir=rtl] .product-item-wrap .product-list-mob-viw i {
    margin-top: 95px !important;
  }
  html[dir=rtl] .product-list-mob-viw p.view-prdct-dtl {
    bottom: 15% !important;
  }
  html[dir=rtl] p.view-prdct-dtl {
    bottom: 15% !important;
  }
  html[dir=rtl] .invoice-d-content .amnt-qar {
    height: 43px !important;
    padding-top: 10px !important;
  }
  html[dir=rtl] .s-notification-wrapper .manage-users-btn {
    margin-top: 0px !important;
  }
  html[dir=rtl] .s-notification-wrapper .s-notification-title {
    margin-bottom: 0px !important;
  }
  html[dir=rtl] .s-notification-wrapper {
    margin-bottom: 20px !important;
  }
  html[dir=rtl] .document-listing .col-xl-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html[dir=rtl] .doc p.view-prdct-dtl {
    bottom: 30% !important;
  }
  html[dir=rtl] .product-item-figure {
    height: 200px !important;
  }
  html[dir=rtl] .prdct-cnl-btn {
    z-index: 2 !important;
  }
  html[dir=rtl] .cust-map-padng {
    padding-top: 67px !important;
  }
  html[dir=rtl] .balance-statement-wrapper .second-i-counter .pl-0 {
    padding-right: 0px !important;
    padding-left: 15px !important;
  }
  html[dir=rtl] .s-n-header-title .custom-t-left {
    left: 40px !important;
  }
  html[dir=rtl] .crt-pro-upld {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  html[dir=rtl] .price-range-label {
    margin-right: 15px !important;
  }
  html[dir=rtl] .sbcptn-prdct-activ-pln span {
    margin-right: 5px !important;
    margin-left: 0px !important;
  }
  html[dir=rtl] .product-item-wrap .product-price-tag p {
    padding-left: 0px;
    padding-right: 20px;
  }
  html[dir=rtl] .sbcptn-price-wrap {
    padding-left: 0;
    padding-left: initial;
  }
  html[dir=rtl] .plan-wrapper .invoice-wrapper .counter-wrapper > .row > div:first-child {
    padding-left: 15px !important;
  }
  html[dir=rtl] .subcrbr-listing-mob-view {
    padding-right: 20px !important;
    padding-left: 15px !important;
  }
  html[dir=rtl] .custom-tooltiptext.custom-t-right {
    left: 0% !important;
    right: auto !important;
    right: initial !important;
    top: 30px !important;
  }
  html[dir=rtl] .home-online-payment .home-counter-inner .custom-tooltip {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  html[dir=rtl] .home-online-payment .home-counter-inner .custom-tooltiptext {
    bottom: -20px !important;
    top: auto !important;
    top: initial !important;
  }
  html[dir=rtl] .home-online-payment .home-counter-inner .custom-tooltiptext.custom-t-left {
    right: 25px;
  }
  html[dir=rtl] .home-online-payment .home-counter-inner li .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  html[dir=rtl] .home-pos .home-counter-inner .custom-tooltip {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  html[dir=rtl] .home-pos .home-counter-inner .custom-tooltiptext {
    bottom: -20px !important;
    top: auto !important;
    top: initial !important;
  }
  html[dir=rtl] .home-pos .home-counter-inner .custom-tooltiptext.custom-t-left {
    right: 25px;
  }
  html[dir=rtl] .home-pos .home-counter-inner li .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  html[dir=rtl] .home-pos .home-counter-inner .active-marchant,
html[dir=rtl] .home-pos .home-counter-inner .inactive-marchant {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  html[dir=rtl] .home-pos .home-counter-inner .inactive-marchant p {
    font-size: 12px !important;
  }
  html[dir=rtl] .home-pos .home-counter-inner .custom-tooltiptext.custom-t-right {
    right: 100% !important;
    left: auto !important;
    left: initial !important;
  }
  html[dir=rtl] .header_last_login p {
    margin-top: -20px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    margin-left: 0px;
    width: 58%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: right;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 15px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 6px !important;
    left: auto !important;
    left: initial !important;
    right: 1px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdraw-content .radio label::before {
    left: auto !important;
    left: initial !important;
    right: -6px !important;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle !important;
  }
  html[dir=rtl] .default-auto-main {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  html[dir=rtl] .home-content-main .bottom-maps-wrapper .common-chart-title {
    text-align: right;
    margin-bottom: 0 !important;
  }
  html[dir=rtl] .progress-wrapper > div {
    justify-content: right !important;
  }
}
@media screen and (max-width: 1150px) {
  html[dir=rtl] {
    /*Default Settlement Css*/
  }
  html[dir=rtl] .pos-selection {
    right: 18%;
  }
  html[dir=rtl] .text-key-box .config-header {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  html[dir=rtl] .settlement-wrap .withdrawal-fund-wrap .withdraw-content .radio label {
    margin-left: 0 !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    margin-left: 0px;
    width: 68%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: right;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 15px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle;
  }
  html[dir=rtl] .default-auto-main {
    display: block !important;
  }
}
@media screen and (max-width: 1086px) {
  html[dir=rtl] {
    /*Default Settlement Css*/
  }
  html[dir=rtl] .business-info-wrap .submit-action .btn-submit-veri {
    padding-left: 5px;
    padding-right: 5px;
  }
  html[dir=rtl] .sms-notification-list {
    width: 650px;
  }
  html[dir=rtl] .merchant-switch.mr-5 {
    margin-left: 0px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    padding-left: 0px;
  }
  html[dir=rtl] .n-main-header .pos-selection {
    right: 20% !important;
  }
  html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li:last-child {
    padding-right: 0px !important;
  }
  html[dir=rtl] .headermerchat_name h6 {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 35px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    margin-left: 0px;
    width: 68%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: right;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 15px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle;
  }
  html[dir=rtl] .default-auto-main {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  html[dir=rtl] {
    /*Default Settlement Css*/
  }
  html[dir=rtl] .pos-selection {
    right: 25%;
  }
  html[dir=rtl] .custom-calendar-main .filter-daterange-main {
    max-width: 170px;
    min-width: 170px;
  }
  html[dir=rtl] .settlement-wrap .withdrawal-fund-wrap .withdraw-content .radio label {
    margin-left: 0px !important;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    left: -20px !important;
    right: inherit !important;
    top: 40px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    margin-left: 0px;
    width: 68%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: right;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 15px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle;
  }
  html[dir=rtl] .default-auto-main {
    display: block !important;
  }
  html[dir=rtl] .product-link-main .left-invoice-info-wrap {
    width: 250px;
    margin-right: 0;
    margin-right: initial;
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  html[dir=rtl] {
    /*Sadad Designer CSS*/
    /*Default Settlement Css*/
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .card {
    margin-bottom: 0px !important;
    padding-bottom: 30px;
  }
  html[dir=rtl] .subcptin-contr-algn {
    padding-left: 15px !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .bottom-maps-wrapper > .row, html[dir=rtl] .transaction__box > .row {
    margin-left: -15px !important;
  }
  html[dir=rtl] .product-item-wrap .product-item-figure {
    height: 300px;
  }
  html[dir=rtl] .product-item-wrap .product-dtl-view i {
    margin-top: 120px;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .page-body .merchant-header .merchant-tab .custom-date-range-input {
    margin-top: 2px !important;
  }
  html[dir=rtl] .merchant-header .merchant-tab li .calander-icon {
    top: 52% !important;
  }
  html[dir=rtl] .rtl .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .page-body .sticky-header {
    max-width: calc(100% - 0px);
  }
  html[dir=rtl] .pos-selection {
    margin-top: 0px;
  }
  html[dir=rtl] .invoice-modal-wrapper .invoice-modal-inner > div:nth-child(2) {
    padding-right: 30px !important;
  }
  html[dir=rtl] .invoice-modal-wrapper .invoice-modal-inner > div:nth-child(1) {
    padding-right: 0px !important;
    padding-left: 10px !important;
  }
  html[dir=rtl] .invoice-modal-wrapper .edt-invoice-modal-inner > div:nth-child(2) {
    padding-right: 15px !important;
  }
  html[dir=rtl] .sbcptn-crt-body .row .col-lg-4 .notification-switch {
    margin-right: 40px !important;
    margin-left: 15px !important;
  }
  html[dir=rtl] .product-plan .col-lg-12 .col-lg-7 {
    padding-right: 0 !important;
  }
  html[dir=rtl] .product-paln-table {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=rtl] .invoice-modal-wrapper .edt-invoice-modal-inner > div:nth-child(2) > .filter-content > div {
    padding-right: 2px !important;
  }
  html[dir=rtl] .business-info-wrap .business-detail-main .business-d-title {
    padding-right: 0px !important;
  }
  html[dir=rtl] .home-online-payment > div, html[dir=rtl] .home-pos > div {
    padding-right: 45px;
  }
  html[dir=rtl] .business-detail-main {
    padding-right: 15px !important;
  }
  html[dir=rtl] .wd-fnd-bank-dd .amnt-qar {
    left: inherit !important;
    right: 0 !important;
  }
  html[dir=rtl] .top-header-tab .nav-pills .nav-link {
    font-size: 14px;
    line-height: 20px;
  }
  html[dir=rtl] .settlement-wrap .settlement-data-table table th {
    font-size: 14px;
    line-height: 18px;
  }
  html[dir=rtl] .settlement-wrap .settlement-data-table table tr td {
    font-size: 14px;
  }
  html[dir=rtl] .merchant-header ul.compare__slaes-wrap {
    padding-left: 40px;
  }
  html[dir=rtl] .pos-selection {
    left: 43% !important;
  }
  html[dir=rtl] .s-notification-wrapper .api-save-btn {
    justify-content: center !important;
  }
  html[dir=rtl] .d-tablet-none {
    display: none !important;
  }
  html[dir=rtl] .header-menu .nav-menu-items a {
    height: 35px !important;
    width: 35px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner {
    justify-content: initial !important;
    margin-top: 0px !important;
  }
  html[dir=rtl] .home-counter-inner .custom-tooltip {
    display: none !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .card {
    max-height: 120px !important;
  }
  html[dir=rtl] .n-home-counter .home-counter-inner li .card .card-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  html[dir=rtl] .n-home-counter .home-counter-inner li .card .card-body .counter-content {
    align-items: flex-end !important;
  }
  html[dir=rtl] .n-home-counter .home-counter-inner li:last-child .counter-number .success-rate-title p {
    margin-top: 18px !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .home-counter-inner li .card {
    padding: 15px !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .home-counter-inner li:last-child .card {
    padding: 0px !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
html[dir=rtl] .home-pos .counter-wrapper .card .active-marchant {
    padding: 15px 15px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  html[dir=rtl] .home-pos .counter-number h2 {
    margin-bottom: 40px !important;
  }
  html[dir=rtl] .page-wrapper .page-header {
    top: -9px !important;
  }
  html[dir=rtl] .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view {
    align-items: center !important;
  }
  html[dir=rtl] .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }
  html[dir=rtl] .settlement-wrap .tab-slider-nav {
    top: 115px !important;
  }
  html[dir=rtl] .top-header-tab .tab-pane {
    padding-top: 86px !important;
  }
  html[dir=rtl] .invoice-wrapper .balance-statement-wrapper .col-md-9,
html[dir=rtl] .invoice-wrapper .balance-statement-wrapper .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .totle-record-wrap .card {
    padding: 15px !important;
  }
  html[dir=rtl] .online-product-wrapper .invoice-wrapper {
    padding-top: 56px !important;
  }
  html[dir=rtl] .invoice-data-table th:last-child,
html[dir=rtl] .invoice-data-table td:last-child {
    min-width: 115px !important;
  }
  html[dir=rtl] .s-notification-board {
    width: 100% !important;
  }
  html[dir=rtl] .s-notification-board .text-key-box {
    display: block !important;
  }
  html[dir=rtl] .s-notification-board .test-key-content {
    padding-left: 0px !important;
  }
  html[dir=rtl] .text-key-box .config-header.first-b-radius {
    border-radius: 13px 13px 0px 0px !important;
  }
  html[dir=rtl] .text-key-box .config-header.last-b-radius {
    border-radius: 0px !important;
  }
  html[dir=rtl] .test-key-content .d-flex.text-key-input {
    display: block !important;
  }
  html[dir=rtl] .sec-key-copy-icon {
    margin-left: 0px !important;
    display: inline-block !important;
  }
  html[dir=rtl] .text-key-input .generate-btn {
    margin-right: 0px !important;
    margin-left: 10px !important;
    display: inline-block !important;
  }
  html[dir=rtl] .text-key-input .input-group {
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .s-notification-wrapper .s-notification-board .api-save-btn,
html[dir=rtl] .s-notification-wrapper .api-save-btn {
    width: 100% !important;
    margin-left: 0px !important;
  }
  html[dir=rtl] .text-key-input .custom-drop-w-select .confg-sec-key-icon {
    right: 20px !important;
  }
  html[dir=rtl] .test-key-content .text-key-input .invoice-input {
    padding: 0px 15px !important;
    margin: 0px 10px !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .s-notification-wrapper {
    overflow-x: hidden !important;
  }
  html[dir=rtl] .s-notification-wrapper .sms-notification-list {
    width: 100% !important;
  }
  html[dir=rtl] .sms-notification-list.d-flex {
    display: block !important;
  }
  html[dir=rtl] .notification-switch.ml-4 {
    margin-left: 0px !important;
  }
  html[dir=rtl] .sms-notification-list .notification-switch label {
    margin-left: 0px !important;
  }
  html[dir=rtl] .s-notification-board .col-md-1,
html[dir=rtl] .s-notification-board .col-md-2,
html[dir=rtl] .s-notification-board .col-md-4,
html[dir=rtl] .s-notification-board .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .s-n-header-title p {
    padding: 0px 10px !important;
  }
  html[dir=rtl] .s-n-header-title .custom-tooltip {
    position: absolute !important;
    top: 17px !important;
    left: 5px !important;
  }
  html[dir=rtl] .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 400px !important;
  }
  html[dir=rtl] .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-top {
    top: -100% !important;
  }
  html[dir=rtl] .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 250px !important;
  }
  html[dir=rtl] .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-top {
    top: -100% !important;
    left: 90% !important;
  }
  html[dir=rtl] .top-header-tab.payment-gateway-main .tab-pane {
    padding-top: 96px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .col .form-group {
    align-items: center !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .webhook-input,
html[dir=rtl] .create-product-btn .btn-primary {
    height: 54px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .generate-btn {
    padding-left: 15px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .theme-clr-one,
html[dir=rtl] .webhook-inner-wrapper .theme-clr-two {
    top: 50% !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .api-save-btn {
    justify-content: center !important;
  }
  html[dir=rtl] .top-header-tab.online-basicstore .tab-pane {
    padding-top: 62px !important;
  }
  html[dir=rtl] .product-item-figure .crt-pro-upld {
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .invoice-wrapper .counter-wrapper {
    margin-top: 10px !important;
  }
  html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row {
    flex-wrap: wrap !important;
  }
  html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-7,
html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .sbcptn-frt-detail .sbcptn-frt-detai-bdr-rgt .pt-4 {
    padding-top: 1.5rem !important;
  }
  html[dir=rtl] .product-listing-main .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  html[dir=rtl] .plan-wrapper .subcptin-contr-algn .counter-wrapper .row {
    flex-wrap: wrap !important;
  }
  html[dir=rtl] .plan-wrapper .subcptin-contr-algn .counter-wrapper .row .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  html[dir=rtl] .create-sub-content .pos-selection .c-filter-dropdown {
    width: 100% !important;
  }
  html[dir=rtl] .create-sub-content .subscription-fre-wrap .sub-customer-details .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .manageuser-wrapper {
    overflow-x: inherit !important;
  }
  html[dir=rtl] .busines-form-main .form-group .col-md-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .business-details .document-listing .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  html[dir=rtl] .primary-bank-main .submit-action > button {
    width: 100% !important;
  }
  html[dir=rtl] .home-pos .pos-weekly-chart-wrapper .chart-top-button > div {
    flex-wrap: wrap !important;
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }
  html[dir=rtl] .pos-weekly-chart-wrapper .chart-title-date-mob-view {
    align-items: center !important;
  }
  html[dir=rtl] .chart-title-date-mob-view .pt-3.pos-graph-clr {
    padding-top: 0px !important;
  }
  html[dir=rtl] .chart-date-wrap .dropdown-pdf > button {
    margin-right: 10px !important;
  }
  html[dir=rtl] .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }
  html[dir=rtl] .home-chart-box.pr-3 {
    padding-right: 15px !important;
  }
  html[dir=rtl] .home-pos .bottom-maps-wrapper .row {
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }
  html[dir=rtl] .cust-map-padng {
    padding-top: 70px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .page-body {
    margin-right: 0px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .card {
    padding-bottom: 15px !important;
  }
  html[dir=rtl] .profile-nav .custom-header.ml-4 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li:first-child a {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }
  html[dir=rtl] .home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li:last-child a {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }
  html[dir=rtl] .refund-m-radio .radio input {
    margin-right: 0px !important;
  }
  html[dir=rtl] .refund-m-radio .radio label.mr-4 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .refund-m-radio .radio label.mr-0 {
    margin-right: 10px !important;
  }
  html[dir=rtl] .tandc-label-text {
    margin-left: 0px !important;
    margin-right: 4px !important;
  }
  html[dir=rtl] .balance-statement-wrapper .second-i-counter .bs-counter-main span {
    padding: 0px 15px !important;
  }
  html[dir=rtl] .balance-statement-wrapper .second-i-counter .pl-0 {
    padding-right: 0px !important;
    padding-left: 15px !important;
  }
  html[dir=rtl] .online-product-wrapper .subcptin-contr-algn {
    padding-left: 0px !important;
  }
  html[dir=rtl] .online-product-wrapper .subcptin-contr-algn .balance-statement-wrapper {
    padding: 0px 15px !important;
  }
  html[dir=rtl] .sms-notification-list .notification-switch label {
    margin-left: 0px !important;
    margin-right: 30px !important;
  }
  html[dir=rtl] .sms-notification-list .notification-switch.ml-4 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .notification-switch.ml-3 .switch-label {
    margin-right: 30px !important;
  }
  html[dir=rtl] .online-orders-wrapper .invoice-wrapper {
    padding-top: 68px !important;
  }
  html[dir=rtl] .subcptin-contr-mrgn .subcptin-contr-algn {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html[dir=rtl] .crt-usr-enbl-otp-lbl .custom-radio-ml .radio.pr-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
    padding-right: initial !important;
  }
  html[dir=rtl] .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt i {
    line-height: 32px !important;
  }
  html[dir=rtl] .pos-dvs-dt-tbl {
    padding-right: 20px !important;
  }
  html[dir=rtl] .sticky-header.close_taskbar {
    padding: 20px !important;
  }
  html[dir=rtl] .sticky-header h5 {
    padding-right: 0px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper ~ .page-body .sticky-header {
    max-width: calc(100% - 0px) !important;
  }
  html[dir=rtl] .page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 0px) !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    min-width: calc(100% - 0px) !important;
  }
  html[dir=rtl] .subcptin-contr-mrgn .subcptin-contr-algn .card-body.second-i-counter {
    padding: 0px 15px !important;
  }
  html[dir=rtl] .top-header-tab.online-orders-wrapper {
    padding-top: 0px !important;
  }
  html[dir=rtl] .plan-wrapper .p-20 {
    padding: 0px 20px !important;
    padding-left: 20px !important;
  }
  html[dir=rtl] .merchant-switch.mr-5 {
    margin-left: 0px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    padding-left: 0px;
  }
  html[dir=rtl] .n-main-header .pos-selection {
    right: 20% !important;
  }
  html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li:last-child {
    padding-right: 0px !important;
  }
  html[dir=rtl] .headermerchat_name h6 {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 35px !important;
  }
  html[dir=rtl] .payment-select-box .multiselect-dropdown .dropdown-btn {
    padding: 8.8px 15px !important;
  }
  html[dir=rtl] .payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
    width: 6px !important;
  }
  html[dir=rtl] .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
    right: auto !important;
    right: initial !important;
    left: 0px !important;
    top: -3px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    margin-left: 0px;
    width: 65%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: right;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 15px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle;
  }
  html[dir=rtl] .default-auto-main {
    display: block !important;
  }
  html[dir=rtl] .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 0px !important;
  }
  html[dir=rtl] .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }
  html[dir=rtl] .theme-picker-wrapper .color-picker.open {
    right: 0px;
    left: auto;
    left: initial;
  }
}
@media screen and (max-width: 960px) {
  html[dir=rtl] {
    /*Sadad Designer CSS*/
    /*Default Settlement Css*/
  }
  html[dir=rtl] .custom-calendar-main .filter-daterange-main {
    max-width: 165px;
    min-width: 165px;
  }
  html[dir=rtl] .top-header-tab .nav-pills .nav-link {
    font-size: 14px;
    line-height: 20px;
  }
  html[dir=rtl] .settlement-wrap .settlement-data-table table th {
    font-size: 14px;
    line-height: 18px;
  }
  html[dir=rtl] .settlement-wrap .settlement-data-table table tr td {
    font-size: 14px;
  }
  html[dir=rtl] .merchant-header ul.compare__slaes-wrap {
    padding-left: 40px;
  }
  html[dir=rtl] .pos-selection {
    left: 43% !important;
  }
  html[dir=rtl] .s-notification-wrapper .api-save-btn {
    justify-content: center !important;
  }
  html[dir=rtl] .d-tablet-none {
    display: none !important;
  }
  html[dir=rtl] .header-menu .nav-menu-items a {
    height: 35px !important;
    width: 35px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner {
    justify-content: initial !important;
    margin-top: 0px !important;
  }
  html[dir=rtl] .home-counter-inner .custom-tooltip {
    display: none !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .card {
    max-height: 120px !important;
  }
  html[dir=rtl] .n-home-counter .home-counter-inner li .card .card-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  html[dir=rtl] .n-home-counter .home-counter-inner li .card .card-body .counter-content {
    align-items: flex-end !important;
  }
  html[dir=rtl] .n-home-counter .home-counter-inner li:last-child .counter-number .success-rate-title p {
    margin-top: 18px !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .home-counter-inner li .card {
    padding: 15px !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .home-counter-inner li:last-child .card {
    padding: 0px !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
html[dir=rtl] .home-pos .counter-wrapper .card .active-marchant {
    padding: 15px 15px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  html[dir=rtl] .home-pos .counter-number h2 {
    margin-bottom: 40px !important;
  }
  html[dir=rtl] .page-wrapper .page-header {
    top: -9px !important;
  }
  html[dir=rtl] .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view {
    align-items: center !important;
  }
  html[dir=rtl] .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }
  html[dir=rtl] .settlement-wrap .tab-slider-nav {
    top: 115px !important;
  }
  html[dir=rtl] .top-header-tab .tab-pane {
    padding-top: 86px !important;
  }
  html[dir=rtl] .invoice-wrapper .balance-statement-wrapper .col-md-9,
html[dir=rtl] .invoice-wrapper .balance-statement-wrapper .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .totle-record-wrap .card {
    padding: 15px !important;
  }
  html[dir=rtl] .online-product-wrapper .invoice-wrapper {
    padding-top: 56px !important;
  }
  html[dir=rtl] .invoice-data-table th:last-child,
html[dir=rtl] .invoice-data-table td:last-child {
    min-width: 115px !important;
  }
  html[dir=rtl] .s-notification-board {
    width: 100% !important;
  }
  html[dir=rtl] .s-notification-board .text-key-box {
    display: block !important;
  }
  html[dir=rtl] .s-notification-board .test-key-content {
    padding-left: 0px !important;
  }
  html[dir=rtl] .text-key-box .config-header.first-b-radius {
    border-radius: 13px 13px 0px 0px !important;
  }
  html[dir=rtl] .text-key-box .config-header.last-b-radius {
    border-radius: 0px !important;
  }
  html[dir=rtl] .test-key-content .d-flex.text-key-input {
    display: block !important;
  }
  html[dir=rtl] .sec-key-copy-icon {
    margin-left: 0px !important;
    display: inline-block !important;
  }
  html[dir=rtl] .text-key-input .generate-btn {
    margin-right: 0px !important;
    margin-left: 10px !important;
    display: inline-block !important;
  }
  html[dir=rtl] .text-key-input .input-group {
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .s-notification-wrapper .s-notification-board .api-save-btn,
html[dir=rtl] .s-notification-wrapper .api-save-btn {
    width: 100% !important;
    margin-left: 0px !important;
  }
  html[dir=rtl] .text-key-input .custom-drop-w-select .confg-sec-key-icon {
    right: 20px !important;
  }
  html[dir=rtl] .test-key-content .text-key-input .invoice-input {
    padding: 0px 15px !important;
    margin: 0px 10px !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .s-notification-wrapper {
    overflow-x: hidden !important;
  }
  html[dir=rtl] .s-notification-wrapper .sms-notification-list {
    width: 100% !important;
  }
  html[dir=rtl] .sms-notification-list.d-flex {
    display: block !important;
  }
  html[dir=rtl] .notification-switch.ml-4 {
    margin-left: 0px !important;
  }
  html[dir=rtl] .sms-notification-list .notification-switch label {
    margin-left: 0px !important;
  }
  html[dir=rtl] .s-notification-board .col-md-1,
html[dir=rtl] .s-notification-board .col-md-2,
html[dir=rtl] .s-notification-board .col-md-4,
html[dir=rtl] .s-notification-board .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .s-n-header-title p {
    padding: 0px 10px !important;
  }
  html[dir=rtl] .s-n-header-title .custom-tooltip {
    position: absolute !important;
    top: 17px !important;
    left: 5px !important;
  }
  html[dir=rtl] .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 400px !important;
  }
  html[dir=rtl] .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-top {
    top: -100% !important;
  }
  html[dir=rtl] .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 250px !important;
  }
  html[dir=rtl] .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-top {
    top: -100% !important;
    left: 90% !important;
  }
  html[dir=rtl] .top-header-tab.payment-gateway-main .tab-pane {
    padding-top: 96px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .col .form-group {
    align-items: center !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .webhook-input,
html[dir=rtl] .create-product-btn .btn-primary {
    height: 54px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .generate-btn {
    padding-left: 15px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .theme-clr-one,
html[dir=rtl] .webhook-inner-wrapper .theme-clr-two {
    top: 50% !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .api-save-btn {
    justify-content: center !important;
  }
  html[dir=rtl] .top-header-tab.online-basicstore .tab-pane {
    padding-top: 62px !important;
  }
  html[dir=rtl] .product-item-figure .crt-pro-upld {
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .invoice-wrapper .counter-wrapper {
    margin-top: 10px !important;
  }
  html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row {
    flex-wrap: wrap !important;
  }
  html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-7,
html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .sbcptn-frt-detail .sbcptn-frt-detai-bdr-rgt .pt-4 {
    padding-top: 1.5rem !important;
  }
  html[dir=rtl] .product-listing-main .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  html[dir=rtl] .plan-wrapper .subcptin-contr-algn .counter-wrapper .row {
    flex-wrap: wrap !important;
  }
  html[dir=rtl] .plan-wrapper .subcptin-contr-algn .counter-wrapper .row .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  html[dir=rtl] .create-sub-content .pos-selection .c-filter-dropdown {
    width: 100% !important;
  }
  html[dir=rtl] .create-sub-content .subscription-fre-wrap .sub-customer-details .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .manageuser-wrapper {
    overflow-x: inherit !important;
  }
  html[dir=rtl] .busines-form-main .form-group .col-md-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .business-details .document-listing .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  html[dir=rtl] .primary-bank-main .submit-action > button {
    width: 100% !important;
  }
  html[dir=rtl] .home-pos .pos-weekly-chart-wrapper .chart-top-button > div {
    flex-wrap: wrap !important;
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }
  html[dir=rtl] .pos-weekly-chart-wrapper .chart-title-date-mob-view {
    align-items: center !important;
  }
  html[dir=rtl] .chart-title-date-mob-view .pt-3.pos-graph-clr {
    padding-top: 0px !important;
  }
  html[dir=rtl] .chart-date-wrap .dropdown-pdf > button {
    margin-right: 10px !important;
  }
  html[dir=rtl] .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }
  html[dir=rtl] .home-chart-box.pr-3 {
    padding-right: 15px !important;
  }
  html[dir=rtl] .home-pos .bottom-maps-wrapper .row {
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }
  html[dir=rtl] .cust-map-padng {
    padding-top: 70px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .page-body {
    margin-right: 0px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .card {
    padding-bottom: 15px !important;
  }
  html[dir=rtl] .profile-nav .custom-header.ml-4 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li:first-child a {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }
  html[dir=rtl] .home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li:last-child a {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }
  html[dir=rtl] .refund-m-radio .radio input {
    margin-right: 0px !important;
  }
  html[dir=rtl] .refund-m-radio .radio label.mr-4 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .refund-m-radio .radio label.mr-0 {
    margin-right: 10px !important;
  }
  html[dir=rtl] .tandc-label-text {
    margin-left: 0px !important;
    margin-right: 4px !important;
  }
  html[dir=rtl] .balance-statement-wrapper .second-i-counter .bs-counter-main span {
    padding: 0px 15px !important;
  }
  html[dir=rtl] .balance-statement-wrapper .second-i-counter .pl-0 {
    padding-right: 0px !important;
    padding-left: 15px !important;
  }
  html[dir=rtl] .online-product-wrapper .subcptin-contr-algn {
    padding-left: 0px !important;
  }
  html[dir=rtl] .online-product-wrapper .subcptin-contr-algn .balance-statement-wrapper {
    padding: 0px 15px !important;
  }
  html[dir=rtl] .sms-notification-list .notification-switch label {
    margin-left: 0px !important;
    margin-right: 30px !important;
  }
  html[dir=rtl] .sms-notification-list .notification-switch.ml-4 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .notification-switch.ml-3 .switch-label {
    margin-right: 30px !important;
  }
  html[dir=rtl] .online-orders-wrapper .invoice-wrapper {
    padding-top: 68px !important;
  }
  html[dir=rtl] .subcptin-contr-mrgn .subcptin-contr-algn {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html[dir=rtl] .crt-usr-enbl-otp-lbl .custom-radio-ml .radio.pr-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
    padding-right: initial !important;
  }
  html[dir=rtl] .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt i {
    line-height: 32px !important;
  }
  html[dir=rtl] .pos-dvs-dt-tbl {
    padding-right: 20px !important;
  }
  html[dir=rtl] .sticky-header.close_taskbar {
    padding: 20px !important;
  }
  html[dir=rtl] .sticky-header h5 {
    padding-right: 0px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper ~ .page-body .sticky-header {
    max-width: calc(100% - 0px) !important;
  }
  html[dir=rtl] .page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 0px) !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    min-width: calc(100% - 0px) !important;
  }
  html[dir=rtl] .top-header-tab.online-orders-wrapper {
    padding-top: 0px !important;
  }
  html[dir=rtl] .merchant-switch.mr-5 {
    margin-left: 0px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    padding-left: 0px;
  }
  html[dir=rtl] .n-main-header .pos-selection {
    right: 20% !important;
  }
  html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li:last-child {
    padding-right: 0px !important;
  }
  html[dir=rtl] .headermerchat_name h6 {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 35px !important;
  }
  html[dir=rtl] .payment-select-box .multiselect-dropdown .dropdown-btn {
    padding: 8.8px 15px !important;
  }
  html[dir=rtl] .payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
    width: 6px !important;
  }
  html[dir=rtl] .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
    right: auto !important;
    right: initial !important;
    left: 0px !important;
    top: -3px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    margin-left: 0px;
    width: 65%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: right;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 15px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle;
  }
  html[dir=rtl] .default-auto-main {
    display: block !important;
  }
  html[dir=rtl] .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 0px !important;
  }
  html[dir=rtl] .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }
  html[dir=rtl] .theme-picker-wrapper .color-picker.open {
    right: 0px;
    left: auto;
    left: initial;
  }
}
@media screen and (max-width: 850px) {
  html[dir=rtl] {
    /*Sadad Designer CSS*/
    /*Default Settlement Css*/
  }
  html[dir=rtl] .home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li a {
    border-radius: 0;
  }
  html[dir=rtl] .home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li:first-child a {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  html[dir=rtl] .home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li:last-child a {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }
  html[dir=rtl] .product-item-wrap .product-item-figure {
    height: 300px;
  }
  html[dir=rtl] .product-item-wrap .product-dtl-view i {
    margin-top: 90px;
  }
  html[dir=rtl] .product-nm {
    margin-top: 20px;
  }
  html[dir=rtl] .product-item-wrap .product-dtl-view i {
    margin-top: 110px;
  }
  html[dir=rtl] .s-notification-wrapper .api-save-btn {
    justify-content: flex-end !important;
  }
  html[dir=rtl] .payout-filter .filter-daterange-main ngb-datepicker.dropdown-menu {
    right: 0 !important;
    left: auto !important;
    left: initial !important;
  }
  html[dir=rtl] .business-info-wrap .verify-content {
    padding-right: 0 !important;
  }
  html[dir=rtl] .setting-notification-main .notification-header .setting-n-header-bg {
    margin-right: 5px !important;
  }
  html[dir=rtl] .setting-notification-main .notification-header {
    margin-right: 5px !important;
  }
  html[dir=rtl] .email-n-title h6 span .home-cont-h-1 {
    right: -60px;
  }
  html[dir=rtl] .push-nitf-spn-img p span:hover .home-cont-h-1 {
    left: inherit;
    top: 50%;
    margin-right: -200px;
  }
  html[dir=rtl] .top-header-tab .nav-pills .nav-link {
    font-size: 14px;
    line-height: 20px;
  }
  html[dir=rtl] .settlement-wrap .settlement-data-table table th {
    font-size: 14px;
    line-height: 18px;
  }
  html[dir=rtl] .settlement-wrap .settlement-data-table table tr td {
    font-size: 14px;
  }
  html[dir=rtl] .merchant-header ul.compare__slaes-wrap {
    padding-left: 40px;
  }
  html[dir=rtl] .pos-selection {
    left: 43% !important;
  }
  html[dir=rtl] .s-notification-wrapper .api-save-btn {
    justify-content: center !important;
  }
  html[dir=rtl] .d-tablet-none {
    display: none !important;
  }
  html[dir=rtl] .header-menu .nav-menu-items a {
    height: 35px !important;
    width: 35px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner {
    justify-content: initial !important;
    margin-top: 0px !important;
  }
  html[dir=rtl] .home-counter-inner .custom-tooltip {
    display: none !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .card {
    max-height: 120px !important;
  }
  html[dir=rtl] .n-home-counter .home-counter-inner li .card .card-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  html[dir=rtl] .n-home-counter .home-counter-inner li .card .card-body .counter-content {
    align-items: flex-end !important;
  }
  html[dir=rtl] .n-home-counter .home-counter-inner li:last-child .counter-number .success-rate-title p {
    margin-top: 18px !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .home-counter-inner li .card {
    padding: 15px !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .home-counter-inner li:last-child .card {
    padding: 0px !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
html[dir=rtl] .home-pos .counter-wrapper .card .active-marchant {
    padding: 15px 15px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  html[dir=rtl] .home-pos .counter-number h2 {
    margin-bottom: 40px !important;
  }
  html[dir=rtl] .page-wrapper .page-header {
    top: -9px !important;
  }
  html[dir=rtl] .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view {
    align-items: center !important;
  }
  html[dir=rtl] .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }
  html[dir=rtl] .settlement-wrap .tab-slider-nav {
    top: 115px !important;
  }
  html[dir=rtl] .top-header-tab .tab-pane {
    padding-top: 86px !important;
  }
  html[dir=rtl] .invoice-wrapper .balance-statement-wrapper .col-md-9,
html[dir=rtl] .invoice-wrapper .balance-statement-wrapper .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .totle-record-wrap .card {
    padding: 15px !important;
  }
  html[dir=rtl] .online-product-wrapper .invoice-wrapper {
    padding-top: 56px !important;
  }
  html[dir=rtl] .invoice-data-table th:last-child,
html[dir=rtl] .invoice-data-table td:last-child {
    min-width: 115px !important;
  }
  html[dir=rtl] .s-notification-board {
    width: 100% !important;
  }
  html[dir=rtl] .s-notification-board .text-key-box {
    display: block !important;
  }
  html[dir=rtl] .s-notification-board .test-key-content {
    padding-left: 0px !important;
  }
  html[dir=rtl] .text-key-box .config-header.first-b-radius {
    border-radius: 13px 13px 0px 0px !important;
  }
  html[dir=rtl] .text-key-box .config-header.last-b-radius {
    border-radius: 0px !important;
  }
  html[dir=rtl] .test-key-content .d-flex.text-key-input {
    display: block !important;
  }
  html[dir=rtl] .sec-key-copy-icon {
    margin-left: 0px !important;
    display: inline-block !important;
  }
  html[dir=rtl] .text-key-input .generate-btn {
    margin-right: 0px !important;
    margin-left: 10px !important;
    display: inline-block !important;
  }
  html[dir=rtl] .text-key-input .input-group {
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .s-notification-wrapper .s-notification-board .api-save-btn,
html[dir=rtl] .s-notification-wrapper .api-save-btn {
    width: 100% !important;
    margin-left: 0px !important;
  }
  html[dir=rtl] .text-key-input .custom-drop-w-select .confg-sec-key-icon {
    right: 20px !important;
  }
  html[dir=rtl] .test-key-content .text-key-input .invoice-input {
    padding: 0px 15px !important;
    margin: 0px 10px !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .s-notification-wrapper {
    overflow-x: hidden !important;
  }
  html[dir=rtl] .s-notification-wrapper .sms-notification-list {
    width: 100% !important;
  }
  html[dir=rtl] .sms-notification-list.d-flex {
    display: block !important;
  }
  html[dir=rtl] .notification-switch.ml-4 {
    margin-left: 0px !important;
  }
  html[dir=rtl] .sms-notification-list .notification-switch label {
    margin-left: 0px !important;
  }
  html[dir=rtl] .s-notification-board .col-md-1,
html[dir=rtl] .s-notification-board .col-md-2,
html[dir=rtl] .s-notification-board .col-md-4,
html[dir=rtl] .s-notification-board .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .s-n-header-title p {
    padding: 0px 10px !important;
  }
  html[dir=rtl] .s-n-header-title .custom-tooltip {
    position: absolute !important;
    top: 17px !important;
    left: 5px !important;
  }
  html[dir=rtl] .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 400px !important;
  }
  html[dir=rtl] .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-top {
    top: -100% !important;
  }
  html[dir=rtl] .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 250px !important;
  }
  html[dir=rtl] .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-top {
    top: -100% !important;
    left: 90% !important;
  }
  html[dir=rtl] .top-header-tab.payment-gateway-main .tab-pane {
    padding-top: 96px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .col .form-group {
    align-items: center !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .webhook-input,
html[dir=rtl] .create-product-btn .btn-primary {
    height: 54px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .generate-btn {
    padding-left: 15px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .theme-clr-one,
html[dir=rtl] .webhook-inner-wrapper .theme-clr-two {
    top: 50% !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .api-save-btn {
    justify-content: center !important;
  }
  html[dir=rtl] .top-header-tab.online-basicstore .tab-pane {
    padding-top: 62px !important;
  }
  html[dir=rtl] .product-item-figure .crt-pro-upld {
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .invoice-wrapper .counter-wrapper {
    margin-top: 10px !important;
  }
  html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row {
    flex-wrap: wrap !important;
  }
  html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-7,
html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .sbcptn-frt-detail .sbcptn-frt-detai-bdr-rgt .pt-4 {
    padding-top: 1.5rem !important;
  }
  html[dir=rtl] .product-listing-main .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  html[dir=rtl] .plan-wrapper .subcptin-contr-algn .counter-wrapper .row {
    flex-wrap: wrap !important;
  }
  html[dir=rtl] .plan-wrapper .subcptin-contr-algn .counter-wrapper .row .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  html[dir=rtl] .create-sub-content .pos-selection .c-filter-dropdown {
    width: 100% !important;
  }
  html[dir=rtl] .create-sub-content .subscription-fre-wrap .sub-customer-details .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .manageuser-wrapper {
    overflow-x: inherit !important;
  }
  html[dir=rtl] .busines-form-main .form-group .col-md-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .business-details .document-listing .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  html[dir=rtl] .primary-bank-main .submit-action > button {
    width: 100% !important;
  }
  html[dir=rtl] .home-pos .pos-weekly-chart-wrapper .chart-top-button > div {
    flex-wrap: wrap !important;
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }
  html[dir=rtl] .pos-weekly-chart-wrapper .chart-title-date-mob-view {
    align-items: center !important;
  }
  html[dir=rtl] .chart-title-date-mob-view .pt-3.pos-graph-clr {
    padding-top: 0px !important;
  }
  html[dir=rtl] .chart-date-wrap .dropdown-pdf > button {
    margin-right: 10px !important;
  }
  html[dir=rtl] .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }
  html[dir=rtl] .home-chart-box.pr-3 {
    padding-right: 15px !important;
  }
  html[dir=rtl] .home-pos .bottom-maps-wrapper .row {
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }
  html[dir=rtl] .cust-map-padng {
    padding-top: 70px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .page-body {
    margin-right: 0px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .card {
    padding-bottom: 15px !important;
  }
  html[dir=rtl] .profile-nav .custom-header.ml-4 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li:first-child a {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }
  html[dir=rtl] .home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li:last-child a {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }
  html[dir=rtl] .refund-m-radio .radio input {
    margin-right: 0px !important;
  }
  html[dir=rtl] .refund-m-radio .radio label.mr-4 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .refund-m-radio .radio label.mr-0 {
    margin-right: 10px !important;
  }
  html[dir=rtl] .tandc-label-text {
    margin-left: 0px !important;
    margin-right: 4px !important;
  }
  html[dir=rtl] .balance-statement-wrapper .second-i-counter .bs-counter-main span {
    padding: 0px 15px !important;
  }
  html[dir=rtl] .balance-statement-wrapper .second-i-counter .pl-0 {
    padding-right: 0px !important;
    padding-left: 15px !important;
  }
  html[dir=rtl] .online-product-wrapper .subcptin-contr-algn {
    padding-left: 0px !important;
  }
  html[dir=rtl] .online-product-wrapper .subcptin-contr-algn .balance-statement-wrapper {
    padding: 0px 15px !important;
  }
  html[dir=rtl] .sms-notification-list .notification-switch label {
    margin-left: 0px !important;
    margin-right: 30px !important;
  }
  html[dir=rtl] .sms-notification-list .notification-switch.ml-4 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .notification-switch.ml-3 .switch-label {
    margin-right: 30px !important;
  }
  html[dir=rtl] .online-orders-wrapper .invoice-wrapper {
    padding-top: 68px !important;
  }
  html[dir=rtl] .subcptin-contr-mrgn .subcptin-contr-algn {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html[dir=rtl] .crt-usr-enbl-otp-lbl .custom-radio-ml .radio.pr-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
    padding-right: initial !important;
  }
  html[dir=rtl] .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt i {
    line-height: 32px !important;
  }
  html[dir=rtl] .pos-dvs-dt-tbl {
    padding-right: 20px !important;
  }
  html[dir=rtl] .sticky-header.close_taskbar {
    padding: 20px !important;
  }
  html[dir=rtl] .sticky-header h5 {
    padding-right: 0px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper ~ .page-body .sticky-header {
    max-width: calc(100% - 0px) !important;
  }
  html[dir=rtl] .page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 0px) !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    min-width: calc(100% - 0px) !important;
  }
  html[dir=rtl] .top-header-tab.online-orders-wrapper {
    padding-top: 0px !important;
  }
  html[dir=rtl] .plan-wrapper .p-20 {
    padding: 0px 20px !important;
    padding-left: 20px !important;
  }
  html[dir=rtl] .merchant-switch.mr-5 {
    margin-left: 0px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    padding-left: 0px;
  }
  html[dir=rtl] .n-main-header .pos-selection {
    right: 20% !important;
  }
  html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li:last-child {
    padding-right: 0px !important;
  }
  html[dir=rtl] .headermerchat_name h6 {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 35px !important;
  }
  html[dir=rtl] .payment-select-box .multiselect-dropdown .dropdown-btn {
    padding: 8.8px 15px !important;
  }
  html[dir=rtl] .payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
    width: 6px !important;
  }
  html[dir=rtl] .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
    right: auto !important;
    right: initial !important;
    left: 0px !important;
    top: -3px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    margin-left: 0px;
    width: 65%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: right;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 15px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle;
  }
  html[dir=rtl] .default-auto-main {
    display: block !important;
  }
  html[dir=rtl] .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 0px !important;
  }
  html[dir=rtl] .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }
  html[dir=rtl] .theme-picker-wrapper .color-picker.open {
    right: 0px;
    left: auto;
    left: initial;
  }
}
@media screen and (max-width: 768px) {
  html[dir=rtl] {
    /*Sadad Designer CSS*/
    /*Default Settlement Css*/
  }
  html[dir=rtl] .top-header-tab .nav-pills .nav-link {
    font-size: 14px;
    line-height: 20px;
  }
  html[dir=rtl] .settlement-wrap .settlement-data-table table th {
    font-size: 14px;
    line-height: 18px;
  }
  html[dir=rtl] .settlement-wrap .settlement-data-table table tr td {
    font-size: 14px;
  }
  html[dir=rtl] .merchant-header ul.compare__slaes-wrap {
    padding-left: 40px;
  }
  html[dir=rtl] .pos-selection {
    left: 43% !important;
  }
  html[dir=rtl] .s-notification-wrapper .api-save-btn {
    justify-content: center !important;
  }
  html[dir=rtl] .d-tablet-none {
    display: none !important;
  }
  html[dir=rtl] .header-menu .nav-menu-items a {
    height: 35px !important;
    width: 35px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner {
    justify-content: initial !important;
    margin-top: 0px !important;
  }
  html[dir=rtl] .home-counter-inner .custom-tooltip {
    display: none !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .card {
    max-height: 120px !important;
  }
  html[dir=rtl] .n-home-counter .home-counter-inner li .card .card-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  html[dir=rtl] .n-home-counter .home-counter-inner li .card .card-body .counter-content {
    align-items: flex-end !important;
  }
  html[dir=rtl] .n-home-counter .home-counter-inner li:last-child .counter-number .success-rate-title p {
    margin-top: 18px !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .home-counter-inner li .card {
    padding: 15px !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .home-counter-inner li:last-child .card {
    padding: 0px !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
html[dir=rtl] .home-pos .counter-wrapper .card .active-marchant {
    padding: 15px 15px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
  html[dir=rtl] .home-pos .counter-number h2 {
    margin-bottom: 40px !important;
  }
  html[dir=rtl] .page-wrapper .page-header {
    top: -6px !important;
  }
  html[dir=rtl] .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view {
    align-items: center !important;
  }
  html[dir=rtl] .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }
  html[dir=rtl] .settlement-wrap .tab-slider-nav {
    top: 115px !important;
  }
  html[dir=rtl] .top-header-tab .tab-pane {
    padding-top: 86px !important;
  }
  html[dir=rtl] .invoice-wrapper .balance-statement-wrapper .col-md-9,
html[dir=rtl] .invoice-wrapper .balance-statement-wrapper .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .totle-record-wrap .card {
    padding: 15px !important;
  }
  html[dir=rtl] .online-product-wrapper .invoice-wrapper {
    padding-top: 56px !important;
  }
  html[dir=rtl] .invoice-data-table th:last-child,
html[dir=rtl] .invoice-data-table td:last-child {
    min-width: 115px !important;
  }
  html[dir=rtl] .s-notification-board {
    width: 100% !important;
  }
  html[dir=rtl] .s-notification-board .text-key-box {
    display: block !important;
  }
  html[dir=rtl] .s-notification-board .test-key-content {
    padding-left: 0px !important;
  }
  html[dir=rtl] .text-key-box .config-header.first-b-radius {
    border-radius: 13px 13px 0px 0px !important;
  }
  html[dir=rtl] .text-key-box .config-header.last-b-radius {
    border-radius: 0px !important;
  }
  html[dir=rtl] .test-key-content .d-flex.text-key-input {
    display: block !important;
  }
  html[dir=rtl] .sec-key-copy-icon {
    margin-left: 0px !important;
    display: inline-block !important;
  }
  html[dir=rtl] .text-key-input .generate-btn {
    margin-right: 0px !important;
    margin-left: 10px !important;
    display: inline-block !important;
  }
  html[dir=rtl] .text-key-input .input-group {
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .s-notification-wrapper .s-notification-board .api-save-btn,
html[dir=rtl] .s-notification-wrapper .api-save-btn {
    width: 100% !important;
    margin-left: 0px !important;
  }
  html[dir=rtl] .text-key-input .custom-drop-w-select .confg-sec-key-icon {
    right: 20px !important;
  }
  html[dir=rtl] .test-key-content .text-key-input .invoice-input {
    padding: 0px 15px !important;
    margin: 0px 10px !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .s-notification-wrapper {
    overflow-x: hidden !important;
  }
  html[dir=rtl] .s-notification-wrapper .sms-notification-list {
    width: 100% !important;
  }
  html[dir=rtl] .sms-notification-list.d-flex {
    display: block !important;
  }
  html[dir=rtl] .notification-switch.ml-4 {
    margin-left: 0px !important;
  }
  html[dir=rtl] .sms-notification-list .notification-switch label {
    margin-left: 0px !important;
  }
  html[dir=rtl] .s-notification-board .col-md-1,
html[dir=rtl] .s-notification-board .col-md-2,
html[dir=rtl] .s-notification-board .col-md-4,
html[dir=rtl] .s-notification-board .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .s-n-header-title p {
    padding: 0px 10px !important;
  }
  html[dir=rtl] .s-n-header-title .custom-tooltip {
    position: absolute !important;
    top: 17px !important;
    left: 5px !important;
  }
  html[dir=rtl] .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 400px !important;
  }
  html[dir=rtl] .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-top {
    top: -100% !important;
  }
  html[dir=rtl] .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 250px !important;
  }
  html[dir=rtl] .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-top {
    top: -100% !important;
    left: 90% !important;
  }
  html[dir=rtl] .top-header-tab.payment-gateway-main .tab-pane {
    padding-top: 96px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .col .form-group {
    align-items: center !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .webhook-input,
html[dir=rtl] .create-product-btn .btn-primary {
    height: 54px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .generate-btn {
    padding-left: 15px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .theme-clr-one,
html[dir=rtl] .webhook-inner-wrapper .theme-clr-two {
    top: 50% !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .api-save-btn {
    justify-content: center !important;
  }
  html[dir=rtl] .top-header-tab.online-basicstore .tab-pane {
    padding-top: 62px !important;
  }
  html[dir=rtl] .product-item-figure .crt-pro-upld {
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .invoice-wrapper .counter-wrapper {
    margin-top: 10px !important;
  }
  html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row {
    flex-wrap: wrap !important;
  }
  html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-7,
html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .sbcptn-frt-detail .sbcptn-frt-detai-bdr-rgt .pt-4 {
    padding-top: 1.5rem !important;
  }
  html[dir=rtl] .product-listing-main .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  html[dir=rtl] .plan-wrapper .subcptin-contr-algn .counter-wrapper .row {
    flex-wrap: wrap !important;
  }
  html[dir=rtl] .plan-wrapper .subcptin-contr-algn .counter-wrapper .row .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  html[dir=rtl] .create-sub-content .pos-selection .c-filter-dropdown {
    width: 100% !important;
  }
  html[dir=rtl] .create-sub-content .subscription-fre-wrap .sub-customer-details .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .manageuser-wrapper {
    overflow-x: inherit !important;
  }
  html[dir=rtl] .busines-form-main .form-group .col-md-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .business-details .document-listing .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  html[dir=rtl] .primary-bank-main .submit-action > button {
    width: 100% !important;
  }
  html[dir=rtl] .home-pos .pos-weekly-chart-wrapper .chart-top-button > div {
    flex-wrap: wrap !important;
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }
  html[dir=rtl] .pos-weekly-chart-wrapper .chart-title-date-mob-view {
    align-items: center !important;
  }
  html[dir=rtl] .chart-title-date-mob-view .pt-3.pos-graph-clr {
    padding-top: 0px !important;
  }
  html[dir=rtl] .chart-date-wrap .dropdown-pdf > button {
    margin-right: 10px !important;
  }
  html[dir=rtl] .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }
  html[dir=rtl] .home-chart-box.pr-3 {
    padding-right: 15px !important;
  }
  html[dir=rtl] .home-pos .bottom-maps-wrapper .row {
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }
  html[dir=rtl] .cust-map-padng {
    padding-top: 70px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon ~ .page-body {
    margin-right: 0px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .card {
    padding-bottom: 15px !important;
  }
  html[dir=rtl] .profile-nav .custom-header.ml-4 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li:first-child a {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }
  html[dir=rtl] .home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li:last-child a {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }
  html[dir=rtl] .refund-m-radio .radio input {
    margin-right: 0px !important;
  }
  html[dir=rtl] .refund-m-radio .radio label.mr-4 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .refund-m-radio .radio label.mr-0 {
    margin-right: 10px !important;
  }
  html[dir=rtl] .tandc-label-text {
    margin-left: 0px !important;
    margin-right: 4px !important;
  }
  html[dir=rtl] .balance-statement-wrapper .second-i-counter .bs-counter-main span {
    padding: 0px 15px !important;
  }
  html[dir=rtl] .balance-statement-wrapper .second-i-counter .pl-0 {
    padding-right: 0px !important;
    padding-left: 15px !important;
  }
  html[dir=rtl] .online-product-wrapper .subcptin-contr-algn {
    padding-left: 0px !important;
  }
  html[dir=rtl] .online-product-wrapper .subcptin-contr-algn .balance-statement-wrapper {
    padding: 0px 15px !important;
  }
  html[dir=rtl] .sms-notification-list .notification-switch label {
    margin-left: 0px !important;
    margin-right: 30px !important;
  }
  html[dir=rtl] .sms-notification-list .notification-switch.ml-4 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .notification-switch.ml-3 .switch-label {
    margin-right: 30px !important;
  }
  html[dir=rtl] .online-orders-wrapper .invoice-wrapper {
    padding-top: 68px !important;
  }
  html[dir=rtl] .subcptin-contr-mrgn .subcptin-contr-algn {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html[dir=rtl] .crt-usr-enbl-otp-lbl .custom-radio-ml .radio.pr-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
    padding-right: initial !important;
  }
  html[dir=rtl] .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt i {
    line-height: 32px !important;
  }
  html[dir=rtl] .pos-dvs-dt-tbl {
    padding-right: 20px !important;
  }
  html[dir=rtl] .sticky-header.close_taskbar {
    padding: 20px !important;
  }
  html[dir=rtl] .sticky-header h5 {
    padding-right: 0px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper ~ .page-body .sticky-header {
    max-width: calc(100% - 0px) !important;
  }
  html[dir=rtl] .page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 0px) !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    min-width: calc(100% - 0px) !important;
  }
  html[dir=rtl] .top-header-tab.online-orders-wrapper {
    padding-top: 0px !important;
  }
  html[dir=rtl] .merchant-switch.mr-5 {
    margin-left: 0px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    padding-left: 0px;
  }
  html[dir=rtl] .n-main-header .pos-selection {
    right: 20% !important;
  }
  html[dir=rtl] .page-header .header-wrapper .nav-right > ul > li:last-child {
    padding-right: 0px !important;
  }
  html[dir=rtl] .headermerchat_name h6 {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 35px !important;
  }
  html[dir=rtl] .payment-select-box .multiselect-dropdown .dropdown-btn {
    padding: 8.8px 15px !important;
  }
  html[dir=rtl] .payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
    width: 6px !important;
  }
  html[dir=rtl] .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
    right: auto !important;
    right: initial !important;
    left: 0px !important;
    top: -3px !important;
  }
  html[dir=rtl] .vpnerror-popup-main .n-submit-btn.mr-0 {
    margin-left: 0px !important;
    margin-right: 0 !important;
    margin-right: initial !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    margin-left: 0px;
    width: 65%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: right;
  }
  html[dir=rtl] .default-auto-main .radio label {
    font-size: 15px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: middle;
  }
  html[dir=rtl] .default-auto-main {
    display: block !important;
  }
  html[dir=rtl] .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 0px !important;
  }
  html[dir=rtl] .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }
  html[dir=rtl] .theme-picker-wrapper .color-picker.open {
    right: 0px;
    left: auto;
    left: initial;
  }
}
@media screen and (max-width: 767px) {
  html[dir=rtl] {
    /*Default Settlement Css*/
  }
  html[dir=rtl] .weekly-chart-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html[dir=rtl] .pos-weekly-chart-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  html[dir=rtl] .product-item-wrap .product-item-figure {
    height: 300px;
  }
  html[dir=rtl] .pos-selection {
    right: 0%;
    padding-right: 0 !important;
  }
  html[dir=rtl] .text-key-box .config-header {
    white-space: nowrap;
    text-overflow: inherit !important;
  }
  html[dir=rtl] .online-basic-header {
    margin-top: 58px !important;
  }
  html[dir=rtl] .invoice-modal-wrapper .invoice-modal-inner > div:nth-child(2) {
    padding-left: 15px !important;
  }
  html[dir=rtl] .invoice-modal-wrapper .edt-invoice-modal-inner > div:nth-child(2) .filter-content {
    padding-left: 0.3px !important;
  }
  html[dir=rtl] .sbcptn-frt-detail > div:nth-child(3) .sbcptn-frt-detai-bdr-lft {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  html[dir=rtl] .subcr-pro-shping-detl-mob-view {
    padding-right: 0 !important;
  }
  html[dir=rtl] .settlement-wrap .filter-content .search-btn, html[dir=rtl] .settlement-wrap .filter-content .clear-btn {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html[dir=rtl] .recring-cycl-lmt .custom-drop-w-select {
    padding-right: 0 !important;
  }
  html[dir=rtl] .withdrawal-filter .filter-daterange-main ngb-datepicker.dropdown-menu, html[dir=rtl] .payout-filter .filter-daterange-main ngb-datepicker.dropdown-menu {
    transform: translate(0px, 56px) !important;
    right: 0 !important;
    left: inherit !important;
    top: -10px !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .page-body .merchant-header .merchant-tab .custom-date-range-input {
    margin-top: 0px !important;
  }
  html[dir=rtl] .merchant-header .merchant-tab li:last-child {
    padding-top: 13px !important;
  }
  html[dir=rtl] .merchant-header .merchant-tab li .calander-icon {
    top: 57% !important;
  }
  html[dir=rtl] .payout-filter .filter-daterange-main ngb-datepicker.dropdown-menu {
    transform: translate(150px, 56px) !important;
  }
  html[dir=rtl] .merchant-header .merchant-tab li .calander-icon {
    top: 49% !important;
  }
  html[dir=rtl] .product-item-wrap .product-title h6 {
    padding-left: 0;
  }
  html[dir=rtl] .subcptin-tbl-algn {
    padding-right: 30px !important;
  }
  html[dir=rtl] .business-details .border-right {
    border-left: 0 !important;
  }
  html[dir=rtl] .subcptin-contr-algn {
    padding-left: 15px !important;
  }
  html[dir=rtl] .sub-complete-bg {
    margin-right: 40px;
  }
  html[dir=rtl] .subcptin-contr-algn .invoice-wrapper .home-content-main .sub-complete-bg {
    margin-right: 0 !important;
  }
  html[dir=rtl] .subcptin-contr-mrgn {
    padding-right: 0;
  }
  html[dir=rtl] .online-product-wrapper {
    padding-right: 15px !important;
  }
  html[dir=rtl] .product-list-mob-viw {
    padding-right: 15px !important;
  }
  html[dir=rtl] .online-product-wrapper > div {
    padding-right: 15px !important;
  }
  html[dir=rtl] .sbscrb-mob-vie {
    padding-right: 30px !important;
  }
  html[dir=rtl] .subcrbr-listing-mob-view {
    padding-right: 30PX !important;
  }
  html[dir=rtl] .payout-filter .filter-daterange-main ngb-datepicker.dropdown-menu {
    transform: translate(0px, 48px) !important;
  }
  html[dir=rtl] .marchant_details p {
    text-align: right;
  }
  html[dir=rtl] .merchant-header .merchant-tab {
    padding: 3px 30px 0px 15px !important;
  }
  html[dir=rtl] .top-header-tab .nav-pills {
    padding: 0px 30px 0px 30px !important;
  }
  html[dir=rtl] .top-header-tab .tab-pane {
    padding-left: 0px;
    padding-right: 30px;
  }
  html[dir=rtl] .invoice-wrapper {
    padding-left: 0 !important;
    padding-right: 30px !important;
  }
  html[dir=rtl] .online-product-wrapper .invoice-wrapper {
    padding-right: 15px !important;
  }
  html[dir=rtl] .product-list-mob-viw {
    padding-right: 30px !important;
  }
  html[dir=rtl] .home-online-payment > div, html[dir=rtl] .home-pos > div, html[dir=rtl] .pos-dvs-dt-tbl, html[dir=rtl] .sticky-header {
    padding-right: 30px !important;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    left: 0 !important;
  }
  html[dir=rtl] .subcptin-contr-algn .home-content-main .counter-wrapper > .row {
    padding-right: 0px !important;
  }
  html[dir=rtl] .subcptin-contr-algn .home-content-main .counter-wrapper > .row {
    padding-right: 0px !important;
  }
  html[dir=rtl] .online-product-wrapper .invoice-wrapper {
    padding-right: 0px !important;
  }
  html[dir=rtl] .invoice-wrapper {
    padding-right: 15px !important;
  }
  html[dir=rtl] .online-orders-wrapper .invoice-wrapper {
    padding-right: 30px !important;
  }
  html[dir=rtl] .exp-product-btn {
    padding-bottom: 6px !important;
  }
  html[dir=rtl] .notify-view-product-swtch .notification-switch {
    float: left;
    margin-right: 35px !important;
  }
  html[dir=rtl] .transaction__box {
    padding-left: 0px !important;
  }
  html[dir=rtl] .invc-dtil-mob-view .notification-switch {
    margin-right: 35px !important;
  }
  html[dir=rtl] .invoice-modal-wrapper .invoice-modal-inner .filter-content,
html[dir=rtl] .modal .modal-dialog .modal-content .invoice-d-content > div {
    margin-left: 0 !important;
  }
  html[dir=rtl] .invc-dtil-mob-view > div:nth-child(5) {
    margin-right: 0 !important;
  }
  html[dir=rtl] .invc-dtil-mob-view > div:first-child {
    margin-right: 15px;
  }
  html[dir=rtl] .invc-dtil-mob-view .invoice-d-content {
    padding-left: 15px !important;
  }
  html[dir=rtl] .chart-top-button .home-cont-h-1 {
    left: inherit;
    right: 40%;
    top: 30% !important;
  }
  html[dir=rtl] .filter-daterange-wrap .custom-input-filter {
    height: 42px;
    text-align: right;
  }
  html[dir=rtl] .payment-select-box .multiselect-dropdown .dropdown-btn {
    padding: 8.8px 15px !important;
  }
  html[dir=rtl] .payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
    width: 6px !important;
  }
  html[dir=rtl] .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
    right: auto !important;
    right: initial !important;
    left: 0px !important;
    top: -3px !important;
  }
  html[dir=rtl] .multiselect-dropdown .dropdown-btn {
    text-align: right !important;
  }
  html[dir=rtl] .multiselect-dropdown .dropdown-btn .selected-item {
    float: right !important;
  }
  html[dir=rtl] .multiselect-item-checkbox input[type=checkbox] + div {
    padding-left: 0em;
    padding-right: 2em;
    text-align: right;
  }
  html[dir=rtl] .multiselect-item-checkbox input[type=checkbox] + div:before {
    left: auto;
    left: initial;
    right: 0px;
  }
  html[dir=rtl] .multiselect-item-checkbox input[type=checkbox] + div:after {
    left: auto;
    left: initial;
    right: 4px;
  }
  html[dir=rtl] .vpnerror-popup-main .modal-header {
    padding-bottom: 30px;
  }
  html[dir=rtl] .vpnerror-popup-main .modal-header .attention-title {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 0px;
  }
  html[dir=rtl] .vpnerror-popup-main .modal-body {
    padding: 30px 0px !important;
  }
  html[dir=rtl] .vpnerror-popup-main .modal-body .cancel-m-content {
    margin-top: 30px !important;
  }
  html[dir=rtl] .vpnerror-popup-main .n-submit-btn {
    font-size: 14px;
  }
  html[dir=rtl] .vpnerror-popup-main .n-submit-btn.mr-0 {
    margin-left: 0px !important;
    margin-right: 0 !important;
    margin-right: initial !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    margin-left: 0px;
    width: 100%;
    padding: 8px 15px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: text-bottom !important;
  }
  html[dir=rtl] .with-tooltip-box {
    width: 200px !important;
  }
  html[dir=rtl] .default-auto-main .radio {
    margin-bottom: 10px;
    text-align: right !important;
  }
  html[dir=rtl] .default-auto-main {
    display: block !important;
  }
  html[dir=rtl] .edit-auto-btn {
    text-align: right !important;
  }
  html[dir=rtl] .withdraw-content .radio label::before {
    left: auto !important;
    left: initial !important;
    right: 0px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    left: auto !important;
    left: initial !important;
    right: 7px !important;
  }
  html[dir=rtl] .default-auto-main .radio label {
    padding-left: 0;
    padding-left: initial;
    padding-right: 5px;
  }
  html[dir=rtl] .batch-summary-wrapper .invoice-management-title h5 {
    text-align: right;
  }
  html[dir=rtl] .batch-summary-wrapper .inv-btn-lbl {
    width: 100%;
  }
  html[dir=rtl] .create-mer-password .create-u-input {
    padding-top: 0.375rem !important;
  }
  html[dir=rtl] .create-user-form .merchantaddress-text {
    text-align: right;
  }
  html[dir=rtl] .signature-upld-box span.pl-2 {
    padding-left: 0 !important;
    padding-left: initial !important;
    padding-right: 0.5rem !important;
  }
  html[dir=rtl] .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 0px !important;
  }
  html[dir=rtl] .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }
  html[dir=rtl] .theme-picker-wrapper .color-picker.open {
    right: 0px;
    left: auto;
    left: initial;
  }
}
@media screen and (max-width: 640px) {
  html[dir=rtl] {
    /*Default Settlement Css*/
  }
  html[dir=rtl] .d-r-li .d-r-drp div ngb-datepicker.dropdown-menu {
    transform: translate(0px, 10px) !important;
    z-index: 1 !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .page-body .merchant-header .merchant-tab .custom-date-range-input {
    margin-top: 0px !important;
  }
  html[dir=rtl] .merchant-header .merchant-tab li .calander-icon {
    top: 52% !important;
  }
  html[dir=rtl] .filter-daterange-wrap .custom-input-filter {
    height: 42px;
  }
  html[dir=rtl] .payment-select-box .multiselect-dropdown .dropdown-btn {
    padding: 8.8px 15px !important;
  }
  html[dir=rtl] .payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
    width: 6px !important;
  }
  html[dir=rtl] .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
    right: auto !important;
    right: initial !important;
    left: 0px !important;
    top: -3px !important;
  }
  html[dir=rtl] .multiselect-dropdown .dropdown-btn {
    text-align: right !important;
  }
  html[dir=rtl] .multiselect-dropdown .dropdown-btn .selected-item {
    float: right !important;
  }
  html[dir=rtl] .multiselect-item-checkbox input[type=checkbox] + div {
    padding-left: 0em;
    padding-right: 2em;
    text-align: right;
  }
  html[dir=rtl] .multiselect-item-checkbox input[type=checkbox] + div:before {
    left: auto;
    left: initial;
    right: 0px;
  }
  html[dir=rtl] .multiselect-item-checkbox input[type=checkbox] + div:after {
    left: auto;
    left: initial;
    right: 4px;
  }
  html[dir=rtl] .vpnerror-popup-main .modal-header {
    padding-bottom: 30px;
  }
  html[dir=rtl] .vpnerror-popup-main .modal-header .attention-title {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 0px;
  }
  html[dir=rtl] .vpnerror-popup-main .modal-body {
    padding: 30px 0px !important;
  }
  html[dir=rtl] .vpnerror-popup-main .modal-body .cancel-m-content {
    margin-top: 30px !important;
  }
  html[dir=rtl] .vpnerror-popup-main .n-submit-btn {
    font-size: 14px;
  }
  html[dir=rtl] .vpnerror-popup-main .n-submit-btn.mr-0 {
    margin-left: 0px !important;
    margin-right: 0 !important;
    margin-right: initial !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    margin-left: 0px;
    width: 100%;
    padding: 8px 15px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: text-bottom !important;
  }
  html[dir=rtl] .with-tooltip-box {
    width: 200px !important;
  }
  html[dir=rtl] .default-auto-main .radio {
    margin-bottom: 10px;
    text-align: right !important;
  }
  html[dir=rtl] .default-auto-main {
    display: block !important;
  }
  html[dir=rtl] .edit-auto-btn {
    text-align: right !important;
  }
  html[dir=rtl] .withdraw-content .radio label::before {
    left: auto !important;
    left: initial !important;
    right: 0px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    left: auto !important;
    left: initial !important;
    right: 7px !important;
  }
  html[dir=rtl] .default-auto-main .radio label {
    padding-left: 0;
    padding-left: initial;
    padding-right: 5px;
  }
  html[dir=rtl] .batch-summary-wrapper .invoice-management-title h5 {
    text-align: right;
  }
  html[dir=rtl] .batch-summary-wrapper .inv-btn-lbl {
    width: 100%;
  }
  html[dir=rtl] .create-mer-password .create-u-input {
    padding-top: 0.375rem !important;
  }
  html[dir=rtl] .create-user-form .merchantaddress-text {
    text-align: right;
  }
  html[dir=rtl] .signature-upld-box span.pl-2 {
    padding-left: 0 !important;
    padding-left: initial !important;
    padding-right: 0.5rem !important;
  }
  html[dir=rtl] .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 0px !important;
  }
  html[dir=rtl] .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }
  html[dir=rtl] .theme-picker-wrapper .color-picker.open {
    right: 0px;
    left: auto;
    left: initial;
  }
}
@media screen and (max-width: 576px) {
  html[dir=rtl] {
    /*Sadad-Designer css added*/
    /*Sadad Designer 18-12-2022*/
    /*Business Document Css*/
    /*Default Settlement Css*/
  }
  html[dir=rtl] .invoice-modal-inner.settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter {
    margin-left: -19px;
    z-index: 1;
  }
  html[dir=rtl] .home-online-payment > div,
html[dir=rtl] .home-pos > div,
html[dir=rtl] .pos-dvs-dt-tbl,
html[dir=rtl] .sticky-header {
    padding-right: 0px !important;
  }
  html[dir=rtl] .input-group-prepend {
    z-index: 9;
  }
  html[dir=rtl] .bank-info-wrap {
    margin-top: 0px;
  }
  html[dir=rtl] .trans-key-swt {
    z-index: 1;
  }
  html[dir=rtl] .top-header-tab {
    margin-top: 11px;
  }
  html[dir=rtl] .online-product-wrapper {
    margin-top: 80px !important;
  }
  html[dir=rtl] .subcptin-contr-mrgn {
    margin-top: 80px !important;
  }
  html[dir=rtl] .sbcptn-frt-detai-bdr-rgt,
html[dir=rtl] .sbcptn-frt-detai-bdr-lft {
    border: 0 !important;
  }
  html[dir=rtl] .sbcptn-frt-detai-bdr-lft {
    padding-left: 0 !important;
  }
  html[dir=rtl] .product-mpb-view {
    display: flex;
    flex-wrap: nowrap;
  }
  html[dir=rtl] .wdrwl-pyout-pgntn {
    flex-wrap: inherit !important;
  }
  html[dir=rtl] .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    padding-top: 140px !important;
  }
  html[dir=rtl] .op-pamnt-mt {
    margin-top: 45px !important;
    padding-left: 15px;
  }
  html[dir=rtl] .trans-key-swt {
    left: 20px;
    margin-top: 127px !important;
  }
  html[dir=rtl] .subcptin-contr-algn {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  html[dir=rtl] .mobile-merchant-tab {
    display: none !important;
  }
  html[dir=rtl] .pos-dvs-dt-tbl {
    padding-left: 30px;
  }
  html[dir=rtl] .merchant-header .merchant-tab li:last-child {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  html[dir=rtl] .home-content-main {
    padding-top: 0px;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right {
    padding-right: 15px !important;
  }
  html[dir=rtl] .merchant-header .merchant-tab li .calander-icon {
    top: 50% !important;
  }
  html[dir=rtl] .merchant-header {
    margin-top: 0px !important;
  }
  html[dir=rtl] .top-header-tab .nav-pills {
    padding: 0px !important;
    margin-top: 60px;
  }
  html[dir=rtl] .top-header-tab .tab-pane {
    padding-left: 15px;
  }
  html[dir=rtl] .home-online-payment .device-content h6,
html[dir=rtl] .home-online-payment .tansactions__content .transactions__right-box h4 {
    font-size: 30px !important;
  }
  html[dir=rtl] .home-online-payment .tansactions__content .transactions__right-box h6,
html[dir=rtl] .home-online-payment .device-content h5 {
    font-size: 18px;
  }
  html[dir=rtl] .home-online-payment .device-content p {
    font-size: 18px !important;
  }
  html[dir=rtl] .login-card .login-main .theme-form .otp input {
    margin-left: 5px;
    width: 32px;
    height: 32px !important;
    padding: 5px 5px 5px 5px !important;
  }
  html[dir=rtl] .login-card .login-main .theme-form .otp input:first-child {
    margin-left: 0 !important;
  }
  html[dir=rtl] .online-product-wrapper .invoice-wrapper .counter-wrapper {
    margin-top: 92px;
  }
  html[dir=rtl] .product-list-mob-viw {
    padding-left: 30px !important;
  }
  html[dir=rtl] .crt-usr-enbl-otp-lbl {
    display: block !important;
    text-align: left;
  }
  html[dir=rtl] .crt-usr-enbl-otp-lbl .col-sm-5 {
    padding-left: 0 !important;
  }
  html[dir=rtl] .ng-trigger-popover {
    flex-wrap: nowrap !important;
  }
  html[dir=rtl] .trml-loc-hdng {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 18px;
    padding: 20px 30px;
  }
  html[dir=rtl] .mat-snack-bar-handset .mat-snack-bar-container {
    min-width: 80% !important;
    margin: 20px auto !important;
  }
  html[dir=rtl] .trans-key-swt {
    right: inherit;
    left: 20px;
  }
  html[dir=rtl] .prod-boxy .product-overlay button p.view-prdct-dtl {
    bottom: 36%;
  }
  html[dir=rtl] .report-download-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=rtl] .home-content-main .bottom-maps-wrapper .home-chart-box .graph-label {
    font-size: 14px;
  }
  html[dir=rtl] .home-online-payment .tansactions__content .transactions__right-box p.desk-view,
html[dir=rtl] .home-online-payment .tansactions__content .transactions__right-box h6.desk-view {
    display: none;
  }
  html[dir=rtl] .home-online-payment .tansactions__content .transactions__right-box .mob-view {
    display: flex;
    justify-content: center;
  }
  html[dir=rtl] .home-online-payment .tansactions__content .transactions__right-box .mob-view p {
    margin-right: 10px;
  }
  html[dir=rtl] .home-online-payment .tansactions__content .transactions__right-box .mob-view h6 {
    line-height: 28px;
  }
  html[dir=rtl] .home-online-payment .tansactions__content .transactions__right-box {
    text-align: center;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    width: 190px !important;
    left: inherit !important;
    left: 0px !important;
  }
  html[dir=rtl] .product-paln-table {
    overflow-x: auto;
  }
  html[dir=rtl] .product-paln-table table {
    width: 480px;
  }
  html[dir=rtl] .header-menu .nav-menu-items a {
    width: 30px !important;
    height: 30px !important;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .notification-box .avatar .img-40 {
    width: 30px;
    height: 30px;
  }
  html[dir=rtl] .online-basic-header .merchant-tab {
    margin-top: 0px !important;
  }
  html[dir=rtl] .home-content-main .weekly-chart-wrapper .home-chart-box .graph-label {
    padding: 8px 14px;
  }
  html[dir=rtl] .webhook-inner-wrapper .webhook-input {
    font-size: 14px;
    height: 42px !important;
    position: relative !important;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper {
    padding: 15px !important;
    height: auto !important;
  }
  html[dir=rtl] .api-save-btn {
    text-align: center !important;
    justify-content: center !important;
  }
  html[dir=rtl] .page-header .header-wrapper .nav-right.right-header ul.notification-dropdown,
html[dir=rtl] .page-header .header-wrapper .nav-right.right-header ul.profile-dropdown {
    top: 45px !important;
  }
  html[dir=rtl] .data-table-card .media .filter-content .custom-drop-w-select,
html[dir=rtl] .data-table-card .media .filter-content .custom-select-with-input,
html[dir=rtl] .filter-daterange-wrap {
    margin-bottom: 0 !important;
  }
  html[dir=rtl] .data-table-card .media .filter-content .request-id-selectbox {
    margin-bottom: 0 !important;
  }
  html[dir=rtl] .product-nm {
    font-size: 18px !important;
  }
  html[dir=rtl] .online-basic-header {
    margin-top: 44px !important;
  }
  html[dir=rtl] .business-info-wrap .verify-content {
    line-height: 28px;
    margin-top: 0;
  }
  html[dir=rtl] .product-plan-popup {
    padding: 0px 5px !important;
  }
  html[dir=rtl] .product-item-wrap .product-item-figure,
html[dir=rtl] .product-item-wrap .cropped-img-prev {
    height: 300px;
    border: 1px solid #dbe0ec;
    margin-bottom: 0px;
    overflow: hidden;
  }
  html[dir=rtl] .product-item-wrap .product-dtl-view i {
    margin-top: 120px;
  }
  html[dir=rtl] .ngb-dp-months {
    width: 472px !important;
  }
  html[dir=rtl] .online-orders-wrapper .invoice-wrapper .home-content-main .counter-wrapper .col-xl-4,
html[dir=rtl] .online-product-wrapper .home-content-main .counter-wrapper > .row > div,
html[dir=rtl] .settlement-wrap .invoice-wrapper .counter-wrapper > .row > div {
    max-width: 300px !important;
    min-width: 300px !important;
  }
  html[dir=rtl] .subcptin-contr-algn .home-content-main .counter-wrapper .row > div {
    width: 490px !important;
    max-width: 490px !important;
    min-width: inherit !important;
  }
  html[dir=rtl] .settlement-wrap .sbscrb-mob-vie .counter-wrapper > .row {
    margin-left: 0 !important;
  }
  html[dir=rtl] .settlement-wrap .sbscrb-mob-vie .counter-wrapper > .row > div {
    width: 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .sbscrb-mob-vie .home-content-main .counter-wrapper .row > div {
    max-width: 100% !important;
  }
  html[dir=rtl] .sbcptn-frt-detail {
    padding: 25px 15px;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl] .settlement-wrap .withdrawal-fund-wrap .balance-main h6 span:hover .home-cont-h-1 {
    margin-left: -100px;
    width: 200px;
  }
  html[dir=rtl] .sbcptn-frt-detail > .col-4 {
    max-width: 140px;
    min-width: 140px;
  }
  html[dir=rtl] .shopify-sett h6 span .home-cont-h-1 {
    margin-left: -130px !important;
  }
  html[dir=rtl] .s-n-content h5 span .home-cont-h-1 {
    margin-left: 0px;
  }
  html[dir=rtl] .manage-users-btn {
    margin-top: 0;
    margin-bottom: 20px;
  }
  html[dir=rtl] .transaction__box .col-xl-6 .card {
    padding: 0px !important;
  }
  html[dir=rtl] .device-content .s-n-content p span .home-cont-h-1 {
    position: absolute !important;
    margin-left: -70px;
  }
  html[dir=rtl] .pos-fltr-help-3 .home-cont-h-1 {
    margin-left: 20%;
    top: 35% !important;
  }
  html[dir=rtl] .avatars .avatar:last-child img {
    height: 30px;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li p {
    font-size: 12px !important;
  }
  html[dir=rtl] .nav-menus li.transferbtn-main {
    position: absolute !important;
    left: 15px;
    right: auto;
    right: initial;
    bottom: -77px;
  }
  html[dir=rtl] .profile-dropdown li:first-child {
    position: static !important;
    position: initial !important;
  }
  html[dir=rtl] .n-home-counter {
    padding: 0px 15px;
  }
  html[dir=rtl] .home-online-payment .counter-wrapper, html[dir=rtl] .invoice-wrapper {
    padding-right: 0px !important;
    padding-left: 0 !important;
    padding-left: initial !important;
  }
  html[dir=rtl] .n-home-counter .counter-wrapper {
    padding-top: 80px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner {
    margin-top: 0px !important;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .header-logo-wrapper {
    margin-right: 0px !important;
  }
  html[dir=rtl] .live-trmnl {
    top: -17px !important;
  }
  html[dir=rtl] .header-menu .nav-menus li {
    margin-right: 0px !important;
  }
  html[dir=rtl] .n-main-header .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container {
    width: 150px;
    max-width: 150px;
  }
  html[dir=rtl] .n-main-header .n-h-custom-dropdown .ng-dropdown-panel {
    max-width: 150px;
    width: 150px;
  }
  html[dir=rtl] .n-main-header .header-dropdown .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    font-size: 13px !important;
  }
  html[dir=rtl] .header-dropdown .c-filter-dropdown .ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option {
    font-size: 13px !important;
  }
  html[dir=rtl] .merchant-header .merchant-tab li a, html[dir=rtl] .business-info-wrap .verify-content {
    font-size: 12px;
  }
  html[dir=rtl] .merchant-header {
    margin-top: 0px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .card .counter-content .counter-number p {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  html[dir=rtl] .counter-number .custom-tooltip {
    width: 16px;
    height: 16px;
  }
  html[dir=rtl] .counter-number .custom-tooltip img {
    height: 100%;
    width: auto;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 3% !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li,
html[dir=rtl] .home-online-payment .counter-wrapper .home-counter-inner li:last-child {
    min-width: 220px;
    max-width: 220px;
  }
  html[dir=rtl] .n-home-counter .counter-wrapper .home-counter-inner li:last-child {
    margin-right: 3% !important;
  }
  html[dir=rtl] .page-wrapper .page-header {
    height: auto !important;
  }
  html[dir=rtl] .new-error-text {
    font-size: 13px !important;
  }
  html[dir=rtl] .primary-tab .chart-top-button {
    margin-left: 0px !important;
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .custom-tooltip {
    display: none;
  }
  html[dir=rtl] .primary-tab {
    flex-direction: column;
  }
  html[dir=rtl] .home-pos .counter-wrapper .home-counter-inner li .card,
html[dir=rtl] .home-online-payment .counter-wrapper .home-counter-inner li .card {
    padding: 15px !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper .home-counter-inner li:last-child .card {
    padding: 0px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
html[dir=rtl] .home-content-main .counter-wrapper .card .active-marchant {
    padding: 15px 15px;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .active-marchant p,
html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .inactive-counter-bg .inactive-marchant p {
    font-size: 13px;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .card .active-marchant h6,
html[dir=rtl] .home-content-main .counter-wrapper .card .inactive-counter-bg .inactive-marchant h6 {
    font-size: 20px;
    line-height: 36px;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .counter-number h2 {
    line-height: 15px;
  }
  html[dir=rtl] .weekly-chart-wrapper .row .col-md-12, html[dir=rtl] .bottom-maps-wrapper .row .col-md-12, html[dir=rtl] .transaction__box .row .col-xl-6 {
    padding: 15px;
  }
  html[dir=rtl] .home-pos .chart-top-button > div .d-flex {
    justify-content: center !important;
    margin-right: 0px !important;
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .home-pos .pos-weekly-chart-wrapper .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .bottom-maps-wrapper .col-xl-6 {
    margin-bottom: 25px !important;
  }
  html[dir=rtl] .top-header-tab .nav-pills {
    margin-top: 0px !important;
  }
  html[dir=rtl] .top-header-tab {
    margin-top: 0 !important;
  }
  html[dir=rtl] .settlement-wrap .tab-slider-nav {
    top: 217px !important;
  }
  html[dir=rtl] .settlement-wrap .tab-slider-nav .tab-slider-tabs {
    background-color: #ffffff !important;
  }
  html[dir=rtl] .top-header-tab .tab-pane {
    padding-top: 60px !important;
  }
  html[dir=rtl] .p-20 {
    padding: 0px 15px !important;
  }
  html[dir=rtl] .settlement-wrap .withdrawal-fund-wrap .withdraw-content .m-checkbox-inline {
    display: block !important;
  }
  html[dir=rtl] .modal .modal-dialog .modal-content .createinvoicetitle {
    font-size: 16px;
  }
  html[dir=rtl] .modal .modal-dialog .modal-content h5 {
    line-height: 24px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .sbcptn-crt-header button {
    width: 30px;
    right: auto;
    right: initial;
    left: 15px !important;
    top: 30px;
    height: 30px;
    font-size: 18px;
    z-index: 1;
  }
  html[dir=rtl] .create-invoice-btn .btn {
    padding: 3px 10px 0px 10px !important;
    font-size: 14px;
  }
  html[dir=rtl] .modal-body {
    padding: 0px !important;
  }
  html[dir=rtl] .wd-fnd-bank-dd .amnt-qar {
    left: 1px !important;
    height: 44px !important;
  }
  html[dir=rtl] .wd-fnd-bank-dd .wd-amt-popup .amount-input {
    height: 46px !important;
  }
  html[dir=rtl] .bank-select-modal .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
    height: 46px !important;
  }
  html[dir=rtl] .bank-select-modal .c-filter-dropdown .ng-select span {
    font-size: 14px !important;
  }
  html[dir=rtl] ul.term-condtn-list li {
    font-size: 16px !important;
  }
  html[dir=rtl] .bank-select-modal .c-filter-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-placeholder {
    font-size: 14px !important;
  }
  html[dir=rtl] .login-lang-selection {
    right: 30px;
    top: 30px;
  }
  html[dir=rtl] .settlement-wrap .op-pamnt-mt {
    margin-top: 80px !important;
  }
  html[dir=rtl] .setting-data-box-mob-view a.viewbutton img {
    height: 22px !important;
  }
  html[dir=rtl] .online-product-wrapper .balance-statement-wrapper {
    padding: 0px 15px !important;
  }
  html[dir=rtl] .online-product-wrapper .invoice-wrapper {
    padding-top: 80px !important;
  }
  html[dir=rtl] .balance-statement-action {
    padding: 5px 20px !important;
  }
  html[dir=rtl] .invoice-management-title h5 {
    font-size: 16px !important;
  }
  html[dir=rtl] .balance-statement-wrapper .bal-payment-in-title {
    font-size: 14px !important;
  }
  html[dir=rtl] .sub-complete-bg h6 {
    font-size: 18px !important;
  }
  html[dir=rtl] .sub-complete-bg p {
    font-size: 14px !important;
  }
  html[dir=rtl] .bs-counter-main p {
    font-size: 16px !important;
  }
  html[dir=rtl] .bs-counter-main span {
    font-size: 14px !important;
  }
  html[dir=rtl] .totle-record-wrap .card-body {
    padding: 10px !important;
  }
  html[dir=rtl] .settlement-wrap a.viewbutton img {
    height: 17px !important;
  }
  html[dir=rtl] .settlement-wrap .invoice-wrapper .counter-wrapper {
    margin-top: 0px !important;
  }
  html[dir=rtl] .settlement-wrap .invoice-wrapper .counter-wrapper .row div {
    max-width: none !important;
    max-width: initial !important;
    min-width: inherit !important;
  }
  html[dir=rtl] .settlement-wrap .invoice-wrapper .counter-wrapper .row {
    flex-wrap: wrap !important;
  }
  html[dir=rtl] .settlement-wrap .filter-content .clear-btn {
    padding-left: 0px;
  }
  html[dir=rtl] .settlement-wrap .filter-content .search-btn,
html[dir=rtl] .settlement-wrap .filter-content .clear-btn {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  html[dir=rtl] .btn-invoice-yellow, html[dir=rtl] .btn-invoice-green {
    padding: 10px 10px 7px 10px !important;
  }
  html[dir=rtl] .merchant-header.online-basic-header {
    margin-top: 0px !important;
  }
  html[dir=rtl] .online-basicstore .tab-pane {
    padding-top: 55px !important;
    padding-left: 0 !important;
  }
  html[dir=rtl] .merchant-header.online-basic-header .merchant-tab {
    overflow: auto !important;
  }
  html[dir=rtl] .online-orders-wrapper .invoice-wrapper .home-content-main .counter-wrapper .col-xl-4 {
    max-width: none !important;
    max-width: initial !important;
    min-width: inherit !important;
  }
  html[dir=rtl] .top-header-tab.online-orders-wrapper .counter-wrapper {
    margin-top: 35px !important;
  }
  html[dir=rtl] .product-modal-wrapper .createinvoicetitle {
    margin-top: 0px !important;
    font-size: 20px !important;
  }
  html[dir=rtl] .subcptin-contr-mrgn .subcptin-contr-algn .counter-wrapper .row {
    padding: 0px 0px !important;
  }
  html[dir=rtl] .subcptin-contr-mrgn .subcptin-contr-algn .counter-wrapper .row div {
    width: auto !important;
    width: initial !important;
  }
  html[dir=rtl] .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  html[dir=rtl] .sbcptn-prdct-activ-pln {
    font-size: 22px !important;
  }
  html[dir=rtl] .sbcptn-prdct-pln-paid, html[dir=rtl] .sbcptn-prdct-activ-pln span, html[dir=rtl] .sbcptn-inctv span {
    font-size: 14px !important;
  }
  html[dir=rtl] .sbcptn-prdct-activ-pln span {
    margin-top: 0px !important;
  }
  html[dir=rtl] .sbcptn-prdct-pln-qar {
    font-size: 22px !important;
  }
  html[dir=rtl] .sbcptn-prdct-paid-amnt {
    font-size: 20px !important;
  }
  html[dir=rtl] .sbcptn-inctv-qar h3 {
    font-size: 22px !important;
  }
  html[dir=rtl] .sbcptn-inctv {
    font-size: 24px !important;
  }
  html[dir=rtl] .sbcptn-frt-detai-bdr-rgt .checkbox label {
    padding-left: 30px !important;
  }
  html[dir=rtl] .sbcptn-frt-detai-bdr-rgt .checkbox label::before {
    left: 15px !important;
  }
  html[dir=rtl] .sbcptn-crt-ftr.p-3 {
    padding: 0px !important;
  }
  html[dir=rtl] .plan-wrapper .subcptin-contr-algn .home-content-main .counter-wrapper .row > div {
    width: auto !important;
    width: initial !important;
  }
  html[dir=rtl] .plan-wrapper .invoice-wrapper .home-content-main {
    padding: 0px 15px !important;
  }
  html[dir=rtl] .prefrred-sub-table .checkbox label::before {
    left: 12px !important;
    bottom: 0px !important;
  }
  html[dir=rtl] .online-subscription .tab-pane {
    padding-top: 66px !important;
  }
  html[dir=rtl] .plan-wrapper .invoice-wrapper {
    padding-top: 90px !important;
  }
  html[dir=rtl] .my-account-inner {
    padding-top: 15px !important;
  }
  html[dir=rtl] .business-info-wrap .verify-content {
    text-align: left !important;
    margin-bottom: 10px !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .card .s-notification-wrapper {
    padding-top: 10px !important;
  }
  html[dir=rtl] .s-notification-wrapper .s-notification-title {
    font-size: 20px !important;
  }
  html[dir=rtl] .sticky-header {
    margin-top: 0px !important;
    padding: 25px 15px !important;
  }
  html[dir=rtl] .pos-dvs-dt-tbl {
    padding-top: 90px !important;
  }
  html[dir=rtl] .cust-map-padng {
    padding-top: 76px !important;
  }
  html[dir=rtl] .sbscrb-mob-vie .counter-wrapper > div {
    width: 100% !important;
  }
  html[dir=rtl] .sbscrb-mob-vie .mr-5 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .product-listing-main .product-mpb-view {
    flex-wrap: wrap !important;
  }
  html[dir=rtl] .pos-btm-chrt-hdng h5.common-chart-title {
    font-size: 18px !important;
  }
  html[dir=rtl] .pos-btm-chrt-hdng .s-n-content > div {
    justify-content: center !important;
  }
  html[dir=rtl] .chart-date-wrap .dropdown-pdf .exp-product-btn {
    height: 40px !important;
    margin-right: 10px !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .card .s-notification-wrapper {
    padding-top: 0px !important;
    padding-left: 0px !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .s-notification-wrapper .s-notification-title {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .setting-data-box-mob-view {
    margin-top: 15px !important;
  }
  html[dir=rtl] .conf-api-lnk {
    text-align: left !important;
  }
  html[dir=rtl] .s-notification-board {
    width: 100% !important;
  }
  html[dir=rtl] .s-notification-board .text-key-box {
    display: block !important;
  }
  html[dir=rtl] .s-notification-board .test-key-content {
    padding-left: 0px !important;
  }
  html[dir=rtl] .text-key-box .config-header.first-b-radius {
    border-radius: 13px 13px 0px 0px !important;
  }
  html[dir=rtl] .text-key-box .config-header.last-b-radius {
    border-radius: 0px !important;
  }
  html[dir=rtl] .test-key-content .d-flex.text-key-input {
    display: block !important;
  }
  html[dir=rtl] .sec-key-copy-icon {
    margin-left: 12px !important;
    display: inline-block !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .text-key-input .generate-btn {
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: inline-block !important;
  }
  html[dir=rtl] .text-key-input .input-group {
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .s-notification-wrapper .s-notification-board .api-save-btn,
html[dir=rtl] .s-notification-wrapper .api-save-btn {
    width: 100% !important;
    margin-left: 0px !important;
  }
  html[dir=rtl] .text-key-input .custom-drop-w-select .confg-sec-key-icon {
    right: 20px !important;
  }
  html[dir=rtl] .test-key-content .text-key-input .invoice-input {
    padding: 0px 15px !important;
    margin: 0px 10px !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .s-notification-wrapper {
    overflow-x: hidden !important;
  }
  html[dir=rtl] .s-notification-wrapper .sms-notification-list {
    width: 100% !important;
  }
  html[dir=rtl] .sms-notification-list.d-flex {
    display: block !important;
  }
  html[dir=rtl] .notification-switch.ml-4 {
    margin-left: 0px !important;
  }
  html[dir=rtl] .sms-notification-list .notification-switch label {
    margin-left: 0px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .generate-btn {
    padding-left: 15px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .theme-txt,
html[dir=rtl] .webhook-inner-wrapper .theme-txt-two {
    font-size: 16px !important;
  }
  html[dir=rtl] .webhook-inner-wrapper .theme-clr-one,
html[dir=rtl] .webhook-inner-wrapper .theme-clr-two {
    height: 20px !important;
    width: 20px !important;
  }
  html[dir=rtl] .s-notification-wrapper .api-save-btn .btn-primary {
    margin-right: 0px !important;
  }
  html[dir=rtl] .login-card .login-main h4 {
    font-size: 18px !important;
  }
  html[dir=rtl] .login-card .login-main .login-btn {
    height: 48px !important;
    line-height: 24px !important;
    font-size: 18px !important;
  }
  html[dir=rtl] .login-card .login-main .theme-form input {
    height: 48px !important;
    font-size: 16px !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  html[dir=rtl] .home-pos .bottom-maps-wrapper .row {
    grid-gap: 0px !important;
  }
  html[dir=rtl] .top-header-tab.online-basicstore .tab-pane {
    padding-top: 55px !important;
  }
  html[dir=rtl] .product-listing-main .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .online-orders-wrapper .invoice-wrapper .home-content-main {
    padding-top: 0px !important;
  }
  html[dir=rtl] .online-product-wrapper.online-p-mobile .invoice-wrapper {
    padding-top: 90px !important;
  }
  html[dir=rtl] .page-wrapper .page-header {
    top: -1px !important;
  }
  html[dir=rtl] .plan-wrapper .subcptin-contr-algn .counter-wrapper .row .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .online-product-wrapper .invoice-wrapper.sbscrb-mob-vie {
    padding-top: 90px !important;
  }
  html[dir=rtl] .online-product-wrapper .invoice-wrapper {
    padding-top: 90px !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .manageuser-wrapper {
    overflow-x: inherit !important;
  }
  html[dir=rtl] .manageuser-wrapper .d-flex {
    display: flex !important;
  }
  html[dir=rtl] .manageuser-wrapper .manage-users-btn {
    margin-bottom: 0px !important;
  }
  html[dir=rtl] .business-details .document-listing .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html[dir=rtl] .sticky-header h5 {
    font-size: 16px !important;
  }
  html[dir=rtl] .totle-record-wrap .card {
    padding: 0px !important;
  }
  html[dir=rtl] .login-card .login-main {
    width: 320px !important;
  }
  html[dir=rtl] .n-home-counter .weekly-chart-wrapper {
    padding-left: 15px !important;
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .home-online-payment .bottom-maps-wrapper {
    padding-left: 0px !important;
  }
  html[dir=rtl] .online-payment-c-wrap > .row {
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }
  html[dir=rtl] .home-online-payment .weekly-chart-wrapper .card-body {
    height: calc(100% - 0px) !important;
  }
  html[dir=rtl] .home-online-payment .bottom-maps-wrapper .col-xl-6 {
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .transaction__box .col-xl-6 {
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .live-trml-anmtr {
    top: -20px !important;
    left: -35px !important;
    width: 16px !important;
  }
  html[dir=rtl] .live-trmnl {
    font-size: 9px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .card {
    max-height: 100px !important;
    margin-bottom: 0px !important;
  }
  html[dir=rtl] .n-home-counter .home-counter-inner li:last-child .counter-number .success-rate-title p {
    margin-top: -8px !important;
  }
  html[dir=rtl] .home-pos .counter-number h2 {
    margin-bottom: 30px !important;
  }
  html[dir=rtl] .home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6 {
    line-height: normal !important;
    line-height: initial !important;
  }
  html[dir=rtl] .home-pos .counter-wrapper {
    padding-left: 0px !important;
  }
  html[dir=rtl] .home-pos .weekly-chart-wrapper {
    padding-left: 0px !important;
  }
  html[dir=rtl] .home-pos .weekly-chart-wrapper.pos-weekly-chart-wrapper .card-body {
    height: calc(100% - 0px) !important;
  }
  html[dir=rtl] .home-pos .pos-weekly-chart-wrapper > .row {
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }
  html[dir=rtl] .home-pos .bottom-maps-wrapper {
    padding-left: 0px !important;
  }
  html[dir=rtl] .home-pos .bottom-maps-wrapper .col-xl-6 {
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .home-counter-inner.pb-3 {
    padding-bottom: 10px !important;
  }
  html[dir=rtl] .merchant-header .merchant-tab {
    padding: 0px 15px 0px 15px !important;
  }
  html[dir=rtl] ::-webkit-scrollbar {
    height: 10px !important;
  }
  html[dir=rtl] .home-content-main .weekly-chart-wrapper .chart-top-button ul li a {
    font-size: 12px !important;
    padding: 6px 18px !important;
  }
  html[dir=rtl] .chart-title-date-mob-view h5.common-chart-title {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  html[dir=rtl] .home-pos .chart-top-button > div .d-flex {
    margin-bottom: 0px !important;
  }
  html[dir=rtl] .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 15px !important;
  }
  html[dir=rtl] .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 10px !important;
  }
  html[dir=rtl] .chart-date-wrap {
    margin-top: 15px !important;
  }
  html[dir=rtl] .home-content-main .bottom-maps-wrapper .home-chart-box .graph-label {
    padding: 8px 14px !important;
  }
  html[dir=rtl] .pos-btm-chrt-hdng {
    justify-content: center !important;
    margin-bottom: 15px !important;
    flex-direction: column !important;
  }
  html[dir=rtl] .progress-wrapper .chart-date-wrap,
html[dir=rtl] .pos-btm-chrt-hdng .chart-date-wrap {
    margin-top: 5px !important;
    padding-top: 0px !important;
  }
  html[dir=rtl] .pos-btm-chrt-hdng .home-chart-box {
    text-align: center !important;
  }
  html[dir=rtl] .myChart {
    padding: 0px !important;
  }
  html[dir=rtl] .high-chart .chart-block {
    padding: 0.75rem 3rem !important;
  }
  html[dir=rtl] .tooltip-inner {
    display: block !important;
  }
  html[dir=rtl] .tooltip .arrow {
    display: block !important;
  }
  html[dir=rtl] .home-pos .pos-weekly-chart-wrapper .chart-top-button > div {
    flex-direction: column !important;
  }
  html[dir=rtl] .top-header-tab.settlement-wrap .tab-pane {
    padding-right: 0px !important;
    padding-left: 0 !important;
    padding-left: initial !important;
  }
  html[dir=rtl] .user-trns__details .downld-refund-btn > button {
    padding: 5px 25px 5px 25px !important;
    height: 42px !important;
  }
  html[dir=rtl] .nav-pills li {
    width: 100% !important;
  }
  html[dir=rtl] .merchant-header .merchant-tab li {
    padding: 10px 0px 10px !important;
  }
  html[dir=rtl] .user-trns__details .create-invoice-btn.mr-2 .btn {
    padding: 5px 8px 5px 20px !important;
    height: 42px !important;
  }
  html[dir=rtl] .custom-calendar-main .filter-daterange-main .form-control {
    height: 38px !important;
  }
  html[dir=rtl] .online-product-wrapper .invoice-wrapper {
    padding-top: 80px !important;
  }
  html[dir=rtl] .settlement-wrap .withdrawal-fund-wrap .fnd-hdr-pdng {
    padding: 15px 15px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .box-col-5 {
    padding: 0px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .box-col-7 {
    padding: 0px !important;
  }
  html[dir=rtl] .settlement-wrap .invoice-wrapper .home-content-main {
    padding-top: 51px !important;
  }
  html[dir=rtl] .invoice-wrapper .create-invoice-btn .btn {
    height: 42px !important;
  }
  html[dir=rtl] .invoice-wrapper .create-invoice-btn .btn img {
    height: 26px !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .invoice-modal-wrapper .invoice-modal-inner .col-lg-4 {
    z-index: inherit !important;
  }
  html[dir=rtl] .invoice-modal-inner .separate-dial-code .dropdown-menu {
    z-index: 1000 !important;
  }
  html[dir=rtl] .invoice-modal-wrapper .modal-b-border > div {
    max-width: none !important;
    max-width: initial !important;
  }
  html[dir=rtl] .invc-dtil-mob-view .custom-drop-w-select.mr-2 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .modal-header.sbcptn-crt-header {
    padding-bottom: 0px !important;
  }
  html[dir=rtl] .invc-dtil-mob-view .invoice-d-content.mb-4 {
    margin-bottom: 10px !important;
  }
  html[dir=rtl] .invoice-modal-wrapper .create-invoice-btn .btn {
    padding: 3px 15px 2px 8px !important;
    height: 42px !important;
    margin-top: 15px !important;
  }
  html[dir=rtl] .invc-dtl-c-button .create-invoice-btn .btn {
    padding: 3px 8px 2px 15px !important;
  }
  html[dir=rtl] .invoicedetails-box .invoicedetails-b-inner {
    border: 1px solid #e1e1e1 !important;
    padding: 15px !important;
    border-radius: 8px !important;
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .invoicedetails-box .invc-dtil-mob-view {
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
  }
  html[dir=rtl] .invoice-modal-wrapper .invc-dtl-c-button.justify-content-end {
    align-items: flex-end !important;
  }
  html[dir=rtl] .invoicedetails-b-inner .invc-dtil-mob-view .inv-pro-dtl {
    margin: 0px !important;
  }
  html[dir=rtl] .send-invoice-icon, html[dir=rtl] .save-invoice-icon {
    height: 30px !important;
    width: 30px !important;
    margin-right: 5px !important;
  }
  html[dir=rtl] .btn-invoice-yellow, html[dir=rtl] .btn-invoice-green {
    padding: 4px 2px 0px 15px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .btn-invoice-yellow {
    margin-right: 8px !important;
  }
  html[dir=rtl] .customer-name-main .custom-drop-w-select.p-0 {
    padding-right: 0px !important;
  }
  html[dir=rtl] .invoice-modal-wrapper .btn-invoice-green.mr-3 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .invoice-wrapper .home-content-main .first-i-counter .invoice-counter p,
html[dir=rtl] .invoice-wrapper .home-content-main .second-i-counter .invoice-counter p,
html[dir=rtl] .invoice-wrapper .home-content-main .third-i-counter .invoice-counter p,
html[dir=rtl] .invoice-wrapper .home-content-main .fourth-i-counter .invoice-counter p {
    word-break: break-all !important;
  }
  html[dir=rtl] .ml-3.customer-name-main {
    padding-left: 15px !important;
    margin-left: 0px !important;
  }
  html[dir=rtl] .invc-dtl-delete-icon {
    position: absolute !important;
    right: auto !important;
    right: initial !important;
    left: 5px !important;
    top: 5px !important;
    z-index: 1 !important;
    display: block !important;
  }
  html[dir=rtl] .invc-dtl-delete-icon a {
    background-color: #7E0E45 !important;
    display: flex !important;
    border-radius: 50px !important;
    color: #fff !important;
    height: 30px !important;
    width: 30px !important;
    justify-content: center !important;
    align-items: center !important;
  }
  html[dir=rtl] .invc-dtl-delete-icon a:hover {
    color: #ffffff !important;
  }
  html[dir=rtl] .invc-dtl-c-button .create-invoice-btn .btn img {
    height: 30px !important;
  }
  html[dir=rtl] .send-invoice-via .input-group > .form-control {
    height: 44px !important;
    box-shadow: none !important;
    outline: 0px !important;
    border-color: #ced4da !important;
  }
  html[dir=rtl] .send-invoice-via.p-t-10 {
    padding-top: 0px !important;
  }
  html[dir=rtl] .top-header-tab.payment-gateway-main .tab-pane {
    padding-top: 65px !important;
  }
  html[dir=rtl] .dnm-title {
    display: flex !important;
  }
  html[dir=rtl] .sub-product-o-basis .online-basic-header {
    margin-top: 0px !important;
  }
  html[dir=rtl] .online-subscription-wrap .merchant-header.online-basic-header {
    margin-top: 10px !important;
  }
  html[dir=rtl] .create-user-form .col-sm-7 {
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .create-user-form .col-form-label.mb-4 {
    margin-bottom: 0.5rem !important;
  }
  html[dir=rtl] .online-basicstore .product-list-mob-viw {
    padding-left: 15px !important;
  }
  html[dir=rtl] .online-basicstore .online-p-mobile .invoice-wrapper {
    padding-top: 25px !important;
  }
  html[dir=rtl] .product-list-mob-viw .data-table-card .media {
    display: block !important;
  }
  html[dir=rtl] .withdrawal-filter .col-md-9 .product-checkbox {
    flex-wrap: wrap !important;
  }
  html[dir=rtl] .product-modal-wrapper .product-m-wrap .report-download-main .product-check-inner .checkbox input[type=checkbox],
html[dir=rtl] .edit-p-modal-wrapper .product-m-wrap .report-download-main .product-check-inner .checkbox input[type=checkbox] {
    display: none !important;
  }
  html[dir=rtl] .product-modal-wrapper .product-m-wrap .report-download-main {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html[dir=rtl] .cropped-img-prev .crt-prdct-prv {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  html[dir=rtl] .product-item-wrap .product-item-figure {
    margin-bottom: 0px !important;
  }
  html[dir=rtl] .product-item-wrap .cropped-img-prev {
    margin-top: 10px !important;
  }
  html[dir=rtl] .online-orders-wrapper .invoice-wrapper {
    padding-top: 5px !important;
    padding-right: 0px !important;
  }
  html[dir=rtl] .online-orders-wrapper .invoice-wrapper .home-content-main {
    padding-top: 0px !important;
  }
  html[dir=rtl] .online-subscription-wrap .subcptin-tbl-algn {
    padding-left: 15px !important;
  }
  html[dir=rtl] .online-subscription-wrap .settlement-wrap .invoice-wrapper .home-content-main {
    padding-top: 0px !important;
  }
  html[dir=rtl] .online-subscription-wrap .create-invoice-btn .btn {
    padding: 1px 15px 0px 8px !important;
    height: 42px !important;
  }
  html[dir=rtl] .online-subscription-wrap .create-invoice-btn .btn img {
    height: 30px !important;
  }
  html[dir=rtl] .sbcptn-crt-ftr .invoice-d-content .m-checkbox-inline {
    display: block !important;
  }
  html[dir=rtl] .create-sub-content .pos-selection {
    margin-left: 0px !important;
  }
  html[dir=rtl] .subcrbr-listing-mob-view {
    padding-left: 15px !important;
  }
  html[dir=rtl] .manage-user-m-header.mb-5 {
    margin-bottom: 1rem !important;
  }
  html[dir=rtl] .create-user-form .form-group {
    margin-bottom: 0px !important;
  }
  html[dir=rtl] .create-user-form .col-sm-7 {
    margin-bottom: 5px !important;
  }
  html[dir=rtl] .crt-usr-enbl-otp-lbl .col-sm-7 {
    padding: 0px !important;
  }
  html[dir=rtl] .manageuser-wrapper.mb-0 {
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .setting-data-box-mob-view .s-notification-wrapper h4 {
    margin-bottom: 0px !important;
  }
  html[dir=rtl] .business-info-wrap .card.p-4 {
    padding: 0.5rem !important;
  }
  html[dir=rtl] .business-details .business-info-btn {
    justify-content: flex-end !important;
    margin: 0px !important;
  }
  html[dir=rtl] .business-details .business-info-btn .button-div.mt-4 {
    margin-top: 0.5rem !important;
  }
  html[dir=rtl] .business-info-wrap .verify-content {
    text-align: left !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  html[dir=rtl] .my-account-inner .d-flex .verify-content {
    margin-top: 5px !important;
  }
  html[dir=rtl] .bank-dtl-wrapper .my-account-inner .card.p-4,
html[dir=rtl] .bank-dtl-wrapper .business-details .card.p-4 {
    padding: 1.5rem !important;
  }
  html[dir=rtl] .bank-dtl-wrapper .my-account-inner {
    padding-top: 0px !important;
  }
  html[dir=rtl] .business-info-wrap .submit-action > button:first-child {
    margin-right: 0 !important;
  }
  html[dir=rtl] .c-filter-dropdown .ng-dropdown-panel-items::-webkit-scrollbar {
    width: 6px !important;
  }
  html[dir=rtl] .create-invoice-btn .btn img {
    height: 30px !important;
  }
  html[dir=rtl] .refund-succ-m {
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .transaction-wrapper .create-user-form .form-group.mb-4 {
    margin-bottom: 1.5rem !important;
  }
  html[dir=rtl] .transaction-wrapper .create-user-form .create-btn-manageuser {
    margin-bottom: 25px !important;
  }
  html[dir=rtl] .cancel-m-content {
    margin-top: 15px !important;
  }
  html[dir=rtl] .product-modal-wrapper .product-m-wrap .frm-contl,
html[dir=rtl] .edit-p-modal-wrapper .product-m-wrap .frm-contl {
    height: 36px !important;
    outline: 0px !important;
    box-shadow: none !important;
  }
  html[dir=rtl] .product-modal-wrapper .product-m-wrap .frm-contl:focus,
html[dir=rtl] .edit-p-modal-wrapper .product-m-wrap .frm-contl:focus {
    border: 1px solid #bdbfc4 !important;
  }
  html[dir=rtl] .product-listing-main .product-s-media {
    margin-top: 10px !important;
  }
  html[dir=rtl] .product-listing-main .product-s-media.sbscrn-sm-media {
    margin-top: 0px !important;
  }
  html[dir=rtl] .report-wrapper .report-selction .mr-3 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .report-wrapper .report-selction .row {
    flex-direction: column !important;
    margin: 0px !important;
    padding: 0px !important;
    padding-bottom: 15px !important;
  }
  html[dir=rtl] .report-wrapper .report-selction .row .form-group {
    flex-direction: column !important;
  }
  html[dir=rtl] .terminal-form-main .create-u-input {
    margin-bottom: 15px !important;
  }
  html[dir=rtl] .mng-main-user .n-c-modalclose,
html[dir=rtl] .mng-edit-usr .n-c-modalclose {
    top: -5px !important;
    right: -5px !important;
  }
  html[dir=rtl] .sub-user-counter .home-counter-inner li {
    min-width: 220px !important;
    max-width: 220px !important;
  }
  html[dir=rtl] .sub-user-counter .home-counter-inner li:last-child {
    min-width: 220px !important;
    max-width: 220px !important;
  }
  html[dir=rtl] .livetest-switch-wrap .op-pamnt-mt {
    margin-top: 15px !important;
  }
  html[dir=rtl] .live-terminal-main {
    display: inline-block !important;
    position: relative !important;
  }
  html[dir=rtl] .product-item-wrap {
    margin-top: 15px !important;
  }
  html[dir=rtl] .product-plan-popup .modal-body {
    padding: 1rem !important;
  }
  html[dir=rtl] .op-setting-n-wrapper {
    width: 100% !important;
    overflow-x: auto !important;
  }
  html[dir=rtl] .op-setting-n-wrapper .setting-notification-main {
    min-width: 700px !important;
    overflow: visible !important;
    overflow: initial !important;
  }
  html[dir=rtl] .op-setting-n-wrapper .s-n-content .col-md-5 {
    min-width: 150px !important;
  }
  html[dir=rtl] .business-doc-wrapper .b-document-list-wrapper.p-5 {
    padding: 0rem !important;
  }
  html[dir=rtl] .business-doc-header .d-flex {
    display: inline-block !important;
  }
  html[dir=rtl] .business-doc-wrapper .card .card-header .btn.btn-link {
    padding: 10px !important;
    display: inline-block !important;
    text-align: right !important;
  }
  html[dir=rtl] .bottom-maps-wrapper,
html[dir=rtl] .transaction__box {
    margin-left: 0px !important;
  }
  html[dir=rtl] .n-main-header .pos-selection {
    right: auto !important;
    right: initial !important;
    left: 20% !important;
  }
  html[dir=rtl] .bottom-maps-wrapper .row .col-md-12,
html[dir=rtl] .transaction__box .row .col-xl-6 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  html[dir=rtl] .n-home-counter .progress-wrapper .justify-content-center {
    justify-content: center !important;
  }
  html[dir=rtl] .desk-graph-view .chart-top-button.ml-5 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .refund-m-radio .radio label.mr-0 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .refund-m-radio .m-checkbox-inline .radio {
    display: block !important;
  }
  html[dir=rtl] .modal .modal-dialog .modal-content .createinvoicetitle {
    margin-top: 0px !important;
  }
  html[dir=rtl] .chart-qar {
    left: -5px !important;
    right: auto !important;
    right: initial !important;
  }
  html[dir=rtl] .withdraw-content .custom-radio-ml {
    text-align: right !important;
  }
  html[dir=rtl] .online-product-wrapper {
    padding-right: 0px !important;
  }
  html[dir=rtl] .online-product-wrapper > div {
    padding-right: 0px !important;
  }
  html[dir=rtl] .invoice-modal-wrapper .align-items-start .notification-switch.mr-5 {
    margin-right: 2.5rem !important;
  }
  html[dir=rtl] .invoice-modal-wrapper .invoice-modal-inner > div:nth-child(1) {
    padding-right: 0px !important;
    padding-left: 15px !important;
  }
  html[dir=rtl] .invoice-modal-inner.settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter {
    margin-left: 0px !important;
  }
  html[dir=rtl] .invoice-modal-wrapper .invoice-modal-inner > div:nth-child(2) {
    padding-left: 0px !important;
  }
  html[dir=rtl] .modal .modal-dialog .modal-content .invoice-d-content > div,
html[dir=rtl] .invc-dtil-mob-view > div:first-child {
    margin-right: 0 !important;
    margin-left: 0px !important;
  }
  html[dir=rtl] .invc-dtil-mob-view .invoice-d-content {
    padding-left: 0px !important;
  }
  html[dir=rtl] .online-p-mobile .p-20 {
    padding-right: 15px !important;
  }
  html[dir=rtl] .top-header-tab.online-orders-wrapper {
    padding-top: 35px !important;
  }
  html[dir=rtl] .top-header-tab.online-orders-wrapper .counter-wrapper {
    margin-top: 35px !important;
  }
  html[dir=rtl] .online-subscription .create-invoice-btn .btn {
    padding: 1px 8px 0px 15px !important;
  }
  html[dir=rtl] .invoice-d-content .m-checkbox-inline label {
    margin-left: 20px !important;
  }
  html[dir=rtl] .plan-wrapper .p-20 {
    padding: 0px 0px !important;
  }
  html[dir=rtl] .online-product-wrapper .sbscrb-mob-vie .counter-wrapper.pt-0 {
    padding-right: 0px !important;
  }
  html[dir=rtl] .sub-complete-bg {
    margin-right: 0px !important;
  }
  html[dir=rtl] .mr-5.actv-subcbr-mgn {
    margin-left: 0px !important;
  }
  html[dir=rtl] .online-product-wrapper .sbscrb-mob-vie .counter-wrapper .row {
    margin-right: 0px !important;
  }
  html[dir=rtl] .report-wrapper .report-selction .mr-3 {
    margin-left: 0px !important;
  }
  html[dir=rtl] .page-wrapper .page-header .header-wrapper .nav-right .merchant-profile.onhover-show-div {
    position: fixed;
    width: 90%;
    top: 60px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
  html[dir=rtl] .merchant-list-favourite img {
    height: auto !important;
    width: 18px !important;
  }
  html[dir=rtl] .marchant_details {
    width: 100%;
    position: static;
    position: initial;
  }
  html[dir=rtl] .merchant-switch.mr-3 {
    margin-right: 0px !important;
    margin-left: 5px !important;
  }
  html[dir=rtl] .signout-wrapper {
    padding-right: 0px !important;
    padding-left: 10px !important;
  }
  html[dir=rtl] .live-trmnl {
    left: 30px !important;
  }
  html[dir=rtl] .live-trml-anmtr {
    left: 8px !important;
  }
  html[dir=rtl] .doc-inner-header .col-2 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  html[dir=rtl] .b-date-time-main.pl-3 {
    padding-right: 0px !important;
  }
  html[dir=rtl] .doc-inner-header .doc-inner-title {
    margin-bottom: 10px !important;
  }
  html[dir=rtl] .col-8.b-doc-comment {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  html[dir=rtl] .b-document-img-wap .mt-5 {
    margin-right: 0px !important;
  }
  html[dir=rtl] .business-doc-wrapper .card .card-header button:before {
    left: 20px !important;
    right: auto !important;
    right: initial !important;
  }
  html[dir=rtl] .b-date-time-main .badge-pill.ml-4 {
    margin-left: 0px !important;
    margin-right: 0 !important;
    margin-right: initial !important;
  }
  html[dir=rtl] .filter-daterange-wrap .custom-input-filter {
    height: 42px;
    text-align: right;
  }
  html[dir=rtl] .payment-select-box .multiselect-dropdown .dropdown-btn {
    padding: 8.8px 15px !important;
  }
  html[dir=rtl] .payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
    width: 6px !important;
  }
  html[dir=rtl] .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
    right: auto !important;
    right: initial !important;
    left: 0px !important;
    top: -3px !important;
  }
  html[dir=rtl] .multiselect-dropdown .dropdown-btn {
    text-align: right !important;
  }
  html[dir=rtl] .multiselect-dropdown .dropdown-btn .selected-item {
    float: right !important;
  }
  html[dir=rtl] .multiselect-item-checkbox input[type=checkbox] + div {
    padding-left: 0em;
    padding-right: 2em;
    text-align: right;
  }
  html[dir=rtl] .multiselect-item-checkbox input[type=checkbox] + div:before {
    left: auto;
    left: initial;
    right: 0px;
  }
  html[dir=rtl] .multiselect-item-checkbox input[type=checkbox] + div:after {
    left: auto;
    left: initial;
    right: 4px;
  }
  html[dir=rtl] .vpnerror-popup-main .modal-header {
    padding-bottom: 30px;
  }
  html[dir=rtl] .vpnerror-popup-main .modal-header .attention-title {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 0px;
  }
  html[dir=rtl] .vpnerror-popup-main .modal-body {
    padding: 30px 0px !important;
  }
  html[dir=rtl] .vpnerror-popup-main .modal-body .cancel-m-content {
    margin-top: 30px !important;
  }
  html[dir=rtl] .vpnerror-popup-main .n-submit-btn {
    font-size: 14px;
  }
  html[dir=rtl] .vpnerror-popup-main .n-submit-btn.mr-0 {
    margin-left: 0px !important;
    margin-right: 0 !important;
    margin-right: initial !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: auto !important;
    margin-left: 0px;
    width: 100%;
    padding: 8px 15px;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }
  html[dir=rtl] .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }
  html[dir=rtl] .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  html[dir=rtl] .edit-withd-btn {
    margin-left: 0 !important;
    margin-left: initial !important;
    margin-right: 0px !important;
  }
  html[dir=rtl] .withdraw-tooltip img {
    vertical-align: text-bottom !important;
  }
  html[dir=rtl] .with-tooltip-box {
    width: 200px !important;
  }
  html[dir=rtl] .withdraw-content .radio label::before {
    left: auto !important;
    left: initial !important;
    right: 0px !important;
  }
  html[dir=rtl] .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    left: auto !important;
    left: initial !important;
    right: 7px !important;
  }
  html[dir=rtl] .default-auto-main .radio label {
    padding-left: 0;
    padding-left: initial;
    padding-right: 5px;
  }
  html[dir=rtl] .filter-daterange-main .dt-apply-btn,
html[dir=rtl] .filter-daterange-main .dt-clear-btn {
    margin-top: 15px !important;
  }
  html[dir=rtl] .business-details .submit-action .btn-submit-veri {
    width: 100% !important;
  }
  html[dir=rtl] .batch-summary-wrapper .batch-summary-single-cal {
    width: 100%;
  }
  html[dir=rtl] .batch-summary-wrapper .custom-date-range-input {
    width: 100%;
  }
  html[dir=rtl] .batch-summary-wrapper .custom-calendar-main .filter-daterange-main {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  html[dir=rtl] .batch-summary-wrapper .batch-summary-single-cal.d-flex {
    display: inline-block !important;
  }
  html[dir=rtl] .batch-summary-wrapper > .d-flex {
    display: inline-block !important;
    text-align: right !important;
  }
  html[dir=rtl] .batch-summary-wrapper .custom-calendar-main .filter-daterange-main .form-control:hover {
    height: 38px !important;
  }
  html[dir=rtl] .batch-summary-wrapper .card-header.px-4 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  html[dir=rtl] .batch-summary-wrapper .invoice-management-title h5 {
    text-align: right;
  }
  html[dir=rtl] .batch-summary-wrapper .inv-btn-lbl {
    width: 100%;
  }
  html[dir=rtl] .create-mer-password .create-u-input {
    padding-top: 0.375rem !important;
  }
  html[dir=rtl] .create-user-form .merchantaddress-text {
    text-align: right;
  }
  html[dir=rtl] .signature-upld-box span.pl-2 {
    padding-left: 0 !important;
    padding-left: initial !important;
    padding-right: 0.5rem !important;
  }
  html[dir=rtl] .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 0px !important;
  }
  html[dir=rtl] .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }
  html[dir=rtl] .theme-picker-wrapper .color-picker.open {
    right: 0px;
    left: auto;
    left: initial;
  }
  html[dir=rtl] .payment-box-mobile .payout-detail-box .tab-content .tab-pane {
    padding: 20px 15px 15px 15px !important;
  }
  html[dir=rtl] .payment-gatewayiframe-mobile .payout-detail-box .tab-content .tab-pane {
    padding: 20px 15px 15px 15px !important;
  }
}
/* ---------------------
	*** POS LAYOUT ***
-----------------------*/
/*SIDEBAR CSS START*/
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links li {
  padding: 0px 16px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li {
  padding: 5px ​16px 0px 15px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a {
  padding: 5px 0px 0px 0px !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-link span {
  margin-left: 10px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-link.active {
  background-color: transparent;
  margin-bottom: 0px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-link.active span {
  color: #ffffff;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li:hover .sidebar-link:not(.active):hover span {
  color: #ffffff;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li:hover, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li:focus, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li:active, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li.active {
  background-color: #853a6c;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
/*SIDEBAR CSS END*/
/*HOME CSS START*/
.home-content-main .counter-wrapper {
  padding-top: 70px;
  position: relative;
  z-index: 0;
}
.home-content-main .counter-wrapper .home-counter-inner {
  display: flex;
  justify-content: space-evenly;
}
.home-content-main .counter-wrapper .home-counter-inner li {
  display: inline-block;
  width: 100%;
  min-width: 19%;
  max-width: 19%;
  margin-right: 1.1%;
}
.home-content-main .counter-wrapper .home-counter-inner li .card {
  max-height: 140px;
}
.home-content-main .counter-wrapper .home-counter-inner li .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6.green-font {
  color: #3d933c;
}
.home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6.yellow-font {
  color: #FFC400;
}
.home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6.blue-font {
  color: #38a4c3;
}
.home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6.orange-font {
  color: #f16474;
}
.home-content-main .counter-wrapper .home-counter-inner li .counter-number p {
  color: #66788f;
  font-weight: 500;
  font-size: 17px;
}
.home-content-main .counter-wrapper .home-counter-inner li .counter-number h2 {
  color: #66788f;
  font-size: 29px;
  font-weight: bold;
}
.home-content-main .counter-wrapper .home-counter-inner li .active-marchant p {
  font-size: 14px;
}
.home-content-main .counter-wrapper .home-counter-inner li .inactive-counter-bg .inactive-marchant p {
  font-size: 14px;
}
.home-content-main .counter-wrapper .home-counter-inner {
  display: flex;
  justify-content: space-evenly;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li {
  display: inline-block;
  width: 100%;
  min-width: 19%;
  max-width: 19%;
  margin-right: 0.9%;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li.live-trax-balance {
  position: relative;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li.live-trax-balance::after {
  content: "";
  background-color: #7E0E45;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 17px;
  z-index: -1;
  bottom: -3px;
  right: -3px;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li .card {
  max-height: 140px;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li:last-child {
  width: 100%;
  min-width: 19%;
  max-width: 19%;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li .counter-amount h6 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li .counter-amount h6.green-font {
  color: #3d933c;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li .counter-amount h6.yellow-font {
  color: #FFC400;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li .counter-amount h6.blue-font {
  color: #38a4c3;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li .counter-amount h6.orange-font {
  color: #f16474;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li .counter-number p {
  color: #66788f;
  font-weight: 500;
  font-size: 17px;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li .counter-number h2 {
  color: #66788f;
  font-size: 29px;
  font-weight: bold;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li .active-marchant p {
  font-size: 14px;
}
.home-content-main .counter-wrapper .home-counter-inner.batch-settlement-wrap li .inactive-counter-bg .inactive-marchant p {
  font-size: 14px;
}
.home-content-main .counter-wrapper .card {
  padding: 15px;
  border-radius: 16px;
  height: calc(100% - 30px);
}
.home-content-main .counter-wrapper .card .counter-content .counter-number h6 {
  font-size: 38px;
  font-weight: bold;
  color: #707070;
  margin-right: 10px;
}
.home-content-main .counter-wrapper .card .counter-content .counter-number h6.c-green-label {
  color: #43c0b9;
}
.home-content-main .counter-wrapper .card .counter-content .counter-number p {
  font-weight: 700;
  font-size: 14px;
  color: #66788F;
  line-height: 21px;
}
.home-content-main .counter-wrapper .card .counter-content .counter-action img {
  height: 10px;
}
.home-content-main .counter-wrapper .card .active-marchant {
  padding: 15px;
}
.home-content-main .counter-wrapper .card .active-marchant p {
  line-height: 19px;
  margin-bottom: 0px;
  color: #43c0b9;
  font-weight: 500;
  font-size: 14px;
}
.home-content-main .counter-wrapper .card .active-marchant h6 {
  margin-bottom: 0px;
  font-size: 28px;
  color: #43c0b9;
  font-weight: bold;
}
.home-content-main .counter-wrapper .card .inactive-counter-bg {
  background-color: #73737333;
  border-radius: 0px 16px 16px 30px;
  box-shadow: 0px 5px 10px #73737333;
  height: 100%;
}
.home-content-main .counter-wrapper .card .inactive-counter-bg .inactive-marchant {
  padding: 18px 15px;
}
.home-content-main .counter-wrapper .card .inactive-counter-bg .inactive-marchant p {
  line-height: 20px;
  margin-bottom: 0px;
  color: #f16474;
  font-weight: 500;
  font-size: 14px;
}
.home-content-main .counter-wrapper .card .inactive-counter-bg .inactive-marchant h6 {
  margin-bottom: 0px;
  font-size: 28px;
  color: #f16474;
  font-weight: bold;
}
.home-content-main .weekly-chart-wrapper .card-body {
  position: relative;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
}
.home-content-main .weekly-chart-wrapper .card {
  box-shadow: none;
}
.home-content-main .weekly-chart-wrapper .card:hover {
  box-shadow: none;
}
.home-content-main .weekly-chart-wrapper .nav-tabs {
  margin-bottom: 0px;
  position: absolute;
  top: 25px;
  display: inline-flex;
  z-index: 1;
  left: 40px;
  border: 0;
}
.home-content-main .weekly-chart-wrapper .tab-content .tab-pane.active {
  -webkit-animation: none;
          animation: none;
  margin-bottom: 20px;
}
.home-content-main .weekly-chart-wrapper .nav-link {
  padding: 8px 30px;
  background-color: #fff;
  color: #324C6A;
  font-size: 14px;
  line-height: 22px;
  margin-right: 0success-colorpx;
  font-weight: 600;
  border: 1px solid #a2abb6;
  letter-spacing: normal;
  border-radius: 0;
}
.home-content-main .weekly-chart-wrapper .nav-link.active, .home-content-main .weekly-chart-wrapper .nav-link:hover, .home-content-main .weekly-chart-wrapper .nav-link:focus, .home-content-main .weekly-chart-wrapper .nav-link:active {
  background-color: #7e0e45;
  color: #fff;
  border-color: transparent;
  position: relative;
  border: 1px solid #7e0e45;
}
.home-content-main .weekly-chart-wrapper .nav-item:first-child .nav-link.active::before, .home-content-main .weekly-chart-wrapper .nav-item:first-child .nav-link:hover::before, .home-content-main .weekly-chart-wrapper .nav-item:first-child .nav-link:focus::before, .home-content-main .weekly-chart-wrapper .nav-item:first-child .nav-link:active::before {
  display: none;
}
.home-content-main .weekly-chart-wrapper .graph-label {
  background-color: #d4dfce;
  border-radius: 50px;
  color: #623a6c;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  text-align: left;
  padding: 8px 20px;
}
.home-content-main .weekly-chart-wrapper .chart-top-button ul li {
  display: inline-block;
}
.home-content-main .weekly-chart-wrapper .chart-top-button ul li a {
  background-color: #fff;
  border: 1px solid #a2abb6;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  color: #324C6A;
  padding: 8px 20px;
  display: inline-block;
}
.home-content-main .weekly-chart-wrapper .chart-top-button ul li a.active, .home-content-main .weekly-chart-wrapper .chart-top-button ul li a:focus, .home-content-main .weekly-chart-wrapper .chart-top-button ul li a:active {
  background-color: #e79c82;
  color: #fff;
  border: 1px solid #e79c82;
}
.home-content-main .weekly-chart-wrapper .chart-top-button ul .green-tab-btn a.green-chart-filter {
  background-color: #7e0e45 !important;
  color: #ffffff !important;
  border-color: #7e0e45 !important;
}
.home-content-main .weekly-chart-wrapper .chart-top-button ul .green-tab-btn a.green-chart-filter.active, .home-content-main .weekly-chart-wrapper .chart-top-button ul .green-tab-btn a.green-chart-filter:focus, .home-content-main .weekly-chart-wrapper .chart-top-button ul .green-tab-btn a.green-chart-filter:active {
  background-color: #7e0e45 !important;
  color: #ffffff !important;
  border-color: #7e0e45 !important;
}
.home-content-main .weekly-chart-wrapper .chart-top-button ul .green-tab-btn a.active, .home-content-main .weekly-chart-wrapper .chart-top-button ul .green-tab-btn a:focus, .home-content-main .weekly-chart-wrapper .chart-top-button ul .green-tab-btn a:active {
  background-color: #7e0e45 !important;
  color: #ffffff !important;
  border-color: #7e0e45 !important;
}
.home-content-main .bottom-maps-wrapper .common-chart-title {
  text-align: center;
  color: #6D6E71;
  font-size: 20px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 20px;
}
.home-content-main .bottom-maps-wrapper .custom-map .map-js-height {
  height: 250px;
}
.home-content-main .bottom-maps-wrapper .custom-map .map-js-height agm-map {
  height: 250px;
}
.home-content-main .bottom-maps-wrapper .home-chart-box .graph-label {
  background-color: #d4dfce;
  border-radius: 50px;
  color: #623a6c;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  text-align: left;
  padding: 6px 20px;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar {
  margin-bottom: 5px;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 auto;
  padding-right: 0.5rem;
  justify-content: space-between;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base .progressbar {
  height: 18px;
  border-radius: 0.5rem;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base .pbar-tooltip .arrow::before {
  border-top-color: white;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.gpay .progressbar,
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.gpay .pbar-tooltip .tooltip-inner {
  background-color: #fd7d33;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.gpay .progress-count {
  color: #fd7d33;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.applepay .progressbar,
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.applepay .pbar-tooltip .tooltip-inner {
  background-color: #8abf77;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.applepay .progress-count {
  color: #8abf77;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.samsungpay .progressbar,
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.samsungpay .pbar-tooltip .tooltip-inner {
  background-color: #fdb933;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.samsungpay .progress-count {
  color: #fdb933;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.jcb .progressbar,
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.jcb .pbar-tooltip .tooltip-inner {
  background-color: #dbd5b5;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.jcb .progress-count {
  color: #dbd5b5;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.amex .progressbar,
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.amex .pbar-tooltip .tooltip-inner {
  background-color: #e06f85;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.amex .progress-count {
  color: #e06f85;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.mc .progressbar,
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.mc .pbar-tooltip .tooltip-inner {
  background-color: #623a6c;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.mc .progress-count {
  color: #623a6c;
  width: 75px;
  text-align: right;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.visa .progressbar,
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.visa .pbar-tooltip .tooltip-inner {
  background-color: #b04c7a;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.visa .progress-count {
  color: #b04c7a;
  width: 75px;
  text-align: right;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.upi .progressbar,
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.upi .pbar-tooltip .tooltip-inner {
  background-color: #bb0909;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.upi .progress-count {
  color: #bb0909;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.sadadpay .progressbar,
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.sadadpay .pbar-tooltip .tooltip-inner {
  background-color: #922424;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.sadadpay .progress-count {
  color: #922424;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.naps .progressbar,
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.naps .pbar-tooltip .tooltip-inner {
  background-color: #00094B;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.naps .progress-count {
  color: #00094B;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.token .progressbar,
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.token .pbar-tooltip .tooltip-inner {
  background-color: #38a4c3;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progressbar__base.token .progress-count {
  color: #38a4c3;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .trns-type-name {
  width: 8%;
  text-align: center;
  margin-right: 5px;
  height: 24px;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .trns-type-name img {
  height: 100%;
  max-width: 100%;
}
.home-content-main .bottom-maps-wrapper .transaction-progressbar .progress-count {
  margin-left: 0.5rem;
  font-weight: bold;
  font-size: 13px;
}
.home-content-main .counter-wrapper .row {
  flex-wrap: nowrap;
  height: 100%;
}
/*HOME CSS END*/
/*MERCHANT CSS START*/
.merchant-header .merchant-tab .date-selected {
  background: #8d083a;
  box-shadow: 0px 10px 20px #7e0e4538;
  border-radius: 22px;
  color: #fff;
}
.merchant-header {
  background-color: #fff;
  position: fixed;
  z-index: 9;
  width: 100%;
}
.merchant-header .merchant-tab {
  padding: 0px 30px;
  list-style-type: none;
}
.merchant-header .merchant-tab li {
  display: inline-block;
  padding: 25px 0px;
  margin-right: 10px;
  position: relative;
}
.merchant-header .merchant-tab li a {
  color: #324c6a;
  padding: 7px 25px 8px 25px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
}
.merchant-header .merchant-tab li a.active, .merchant-header .merchant-tab li a:hover, .merchant-header .merchant-tab li a:focus {
  background: #8d083a;
  box-shadow: 0px 10px 20px #7e0e4538;
  border-radius: 22px;
  color: #fff;
}
.merchant-header .merchant-tab li span i {
  vertical-align: baseline;
  font-size: 12px;
}
.merchant-header .merchant-tab li .dropdown-toggle::after {
  border: 0px;
}
.merchant-header .merchant-tab li .calender-label {
  color: #7e0e45;
  font-size: 14px;
  font-weight: bold;
}
.merchant-header .merchant-tab li .calander-wrap {
  position: relative;
}
.merchant-header .merchant-tab li .calander-wrap .calander-input {
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.merchant-header .merchant-tab li .calander-wrap .calander-input:focus {
  outline: 0;
  box-shadow: none;
}
.merchant-header .merchant-tab li .calander-wrap span {
  position: absolute;
  left: 10px;
  top: 2px;
}
.merchant-header .merchant-tab li .calander-wrap span i {
  font-size: 16px;
  color: #000000;
}
.merchant-header .merchant-tab li .calander-icon {
  width: 16px;
  vertical-align: bottom;
  margin-bottom: 1px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 5px;
  transform: translate(50%, -50%);
}
.merchant-header .merchant-tab li:last-child a.active {
  box-shadow: none;
}
.merchant-header .merchant-tab li:last-child a:hover, .merchant-header .merchant-tab li:last-child a:focus {
  box-shadow: 0px 10px 20px #7e0e4538;
}
.merchant-header .merchant-tab .dropdown > div {
  top: 5px !important;
  left: 0px;
  transform: translate(0px, 54px) !important;
}
.merchant-header .merchant-tab .dropdown .dropdown-menu {
  min-width: 300px !important;
  padding: 20px 20px !important;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #66788f;
  border-radius: 16px;
  z-index: 1 !important;
}
.merchant-header .merchant-tab .custom-datepicker {
  border: 0px;
}
.merchant-header .merchant-tab .custom-datepicker .ngb-dp-header {
  display: none;
}
.merchant-header .merchant-tab .custom-datepicker ngb-datepicker {
  box-shadow: none;
}
.merchant-header .merchant-tab .custom-datepicker .ngb-dp-month:first-child .ngb-dp-week {
  padding-left: 0px;
}
.merchant-header .merchant-tab .custom-datepicker .ngb-dp-day .btn-light:hover, .merchant-header .merchant-tab .custom-datepicker .ngb-dp-day .btn-light:focus, .merchant-header .merchant-tab .custom-datepicker .ngb-dp-day .btn-light:active, .merchant-header .merchant-tab .custom-datepicker .ngb-dp-day .btn-light.active {
  background-color: #7e0e45 !important;
}
.merchant-content-main {
  padding-top: 70px;
}
.merchant-content-main .data-table-card {
  background-color: #fff;
  box-shadow: 0px 5px 10px #00000029;
  border-radius: 10px;
  padding: 11px 9px;
}
.merchant-content-main .data-table-card .merchant-table {
  width: 100% !important;
}
.merchant-content-main .data-table-card .merchant-table th {
  padding: 25px 18px;
  background-color: #f3f0fa;
  border-bottom: 0px;
  color: #324c6a;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.merchant-content-main .data-table-card .merchant-table tr:nth-child(even) {
  background-color: #f3f0fa;
}
.merchant-content-main .data-table-card .merchant-table tr td {
  padding: 25px 15px;
  text-align: center;
  border-top: 0px !important;
  color: #324c6a;
  font-size: 14px;
  font-weight: normal;
}
.mobile-merchant-tab {
  display: none;
}
/*MERCHANT CSS END*/
/*TRANSACTION CSS START*/
.snackbar-error {
  color: white !important;
  background-color: #B70B5F !important;
}
.snackbar-error .mat-simple-snackbar-action {
  color: white !important;
}
.snackbar-success {
  color: white !important;
  background-color: #00BEB3 !important;
}
.snackbar-success .mat-simple-snackbar-action {
  color: white !important;
}
.mat-snack-bar-container {
  max-width: 38vw !important;
  min-height: 70px !important;
  border-radius: 24px !important;
  padding: 24px 16px !important;
}
.green-refund-status {
  color: #3d933c;
}
.red-refund-status {
  color: #96273b;
}
.orange-refund-status {
  color: #fd7d33;
}
a.view-more-color {
  color: #324c6a;
}
.withdrawal_cancelled i {
  color: #96273b;
  font-size: 30px;
  color: #96273b;
}
/*TRANSACTION CSS END*/
/*SETTLEMENT CSS START*/
.top-header-tab .tab-pane {
  padding-top: 130px;
}
.top-header-tab .nav-pills {
  background-color: #fff;
  letter-spacing: normal;
  padding: 0px 15px;
  position: fixed;
  width: 100%;
  flex-wrap: nowrap;
  z-index: 7;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.top-header-tab .nav-pills .nav-link {
  border-radius: 0px;
  color: #324c6a;
  font-size: 20px;
  line-height: 22px;
  cursor: pointer;
  font-weight: no;
  letter-spacing: normal;
  white-space: nowrap;
  width: 100%;
  min-width: 140px;
  padding: 22px 30px 22px;
  text-align: center;
}
.top-header-tab .nav-pills .nav-link.active {
  background-color: #7e0e45;
  color: #fff;
}
.top-header-tab .data-table-card {
  background-color: #fff;
  box-shadow: 0px 5px 10px #00000029;
  border-radius: 10px;
  padding: 11px 9px;
}
.top-header-tab .data-table-card .card {
  box-shadow: none;
}
.settlement-wrap .card-header {
  background-color: #7e0e45;
  border-radius: 10px 10px 0px 0px;
}
.settlement-wrap .card-header-withdrawal {
  border-radius: 0px;
  background-color: #7e0e45;
}
.settlement-wrap .filter-header-title {
  color: #fff;
  font-size: 20px;
}
.settlement-wrap .filter-content .calender-label {
  color: #7e0e45;
  font-size: 14px;
  font-weight: bold;
}
.settlement-wrap .filter-content .calander-wrap {
  position: relative;
}
.settlement-wrap .filter-content .calander-wrap .calander-input {
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.settlement-wrap .filter-content .calander-wrap .calander-input:focus {
  outline: 0;
  box-shadow: none;
}
.settlement-wrap .filter-content .calander-wrap span {
  position: absolute;
  left: 10px;
  top: 2px;
}
.settlement-wrap .filter-content .calander-wrap span i {
  font-size: 16px;
  color: #000000;
}
.settlement-wrap .filter-content .dropdown {
  width: 20%;
  background: #f9f9f9;
  border: 1px solid #dadce0;
  border-radius: 28px;
  display: inline-block;
}
.settlement-wrap .filter-content .dropdown a {
  display: block;
  color: #121212;
  font-weight: normal;
  font-size: 12px;
  padding: 10px 15px;
}
.settlement-wrap .filter-content .dropdown .dropdown-toggle::after {
  border: 0px;
}
.settlement-wrap .filter-content .dropdown > div {
  top: 5px !important;
  left: 0px;
  transform: translate(0px, 40px) !important;
}
.settlement-wrap .filter-content .dropdown .dropdown-menu {
  min-width: 300px !important;
  padding: 20px 20px !important;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #66788f;
  border-radius: 16px;
  z-index: 1 !important;
}
.settlement-wrap .filter-content .custom-datepicker {
  border: 0px;
}
.settlement-wrap .filter-content .custom-datepicker .ngb-dp-header {
  display: none;
}
.settlement-wrap .filter-content .custom-datepicker ngb-datepicker {
  box-shadow: none;
}
.settlement-wrap .filter-content .custom-datepicker .ngb-dp-month:first-child .ngb-dp-week {
  padding-left: 0px;
}
.settlement-wrap .filter-content .custom-datepicker .ngb-dp-day .btn-light:hover, .settlement-wrap .filter-content .custom-datepicker .ngb-dp-day .btn-light:focus, .settlement-wrap .filter-content .custom-datepicker .ngb-dp-day .btn-light:active, .settlement-wrap .filter-content .custom-datepicker .ngb-dp-day .btn-light.active {
  background-color: #7e0e45 !important;
}
.settlement-wrap .filter-content .custom-drop-w-select.username-input {
  width: 100%;
}
.settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter {
  padding: 10px 15px;
  background: #f9f9f9;
  border: 1px solid #dadce0;
  border-radius: 28px;
  color: #121212;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
}
.settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter:hover, .settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter:focus, .settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter:active, .settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter.active {
  outline: 0px;
  box-shadow: none;
}
.settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-weight: normal;
  font-size: 16px;
}
.settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter::-moz-placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-weight: normal;
  font-size: 16px;
}
.settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter::placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-weight: normal;
  font-size: 16px;
}
.settlement-wrap .filter-content .search-btn {
  width: 50%;
  text-align: right;
}
.settlement-wrap .filter-content .search-btn .search-custom-btn {
  background-color: #FEDE69;
  border-radius: 28px;
  font-size: 20px;
  line-height: 1px;
  font-weight: 500;
  color: #324C6A;
  height: 48px;
  width: 100%;
}
.settlement-wrap .filter-content .search-btn .search-custom-btn:hover {
  background-color: #e9c647;
  color: #fff;
  transition: 0.6;
}
.settlement-wrap .filter-content .search-btn .search-custom-btn:active {
  background: #e9c647;
  background: linear-gradient(90deg, #e9c647 0%, #fede69 28%, #fede69 66%, #e9c647 100%);
}
.settlement-wrap .filter-content .clear-btn {
  width: 50%;
  padding: 0;
  text-align: right;
}
.settlement-wrap .filter-content .clear-btn .clear-custom-btn {
  background: #ccecf4;
  height: 48px;
  width: 100%;
  border-radius: 28px;
  font-size: 20px;
  line-height: 1px;
  color: #324C6A;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.settlement-wrap .filter-content .clear-btn .clear-custom-btn:hover {
  color: #fff;
  background-color: #63c9e2;
  transition: 0.6s;
}
.settlement-wrap .filter-content .clear-btn .clear-custom-btn:active {
  background: #63c9e2;
  background: linear-gradient(90deg, #63c9e2 0%, #92daec 28%, #92daec 66%, #63c9e2 100%);
  color: #fff;
}
.settlement-wrap .withdrawal-fund-wrap {
  padding: 0px 0px 0px 0px;
  background-color: #ccc5dc;
  border-radius: 10px 10px 0px 0px;
}
.settlement-wrap .withdrawal-fund-wrap .balance-main h6 {
  color: #102044;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 43px;
}
.settlement-wrap .withdrawal-fund-wrap .balance-main h3 {
  font-size: 24px;
  color: #7e0e45;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 27px;
}
.settlement-wrap .withdrawal-fund-wrap .balance-main img {
  height: 24px;
}
.settlement-wrap .withdrawal-fund-wrap .withdraw-content .withdraw-btn {
  background: transparent linear-gradient(180deg, #ffffff 0%, #d9dfeb 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 34px;
  border: none;
  color: #324c6a;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 22px;
}
.settlement-wrap .withdrawal-fund-wrap .withdraw-content .withdraw-btn img {
  height: 22px;
}
.settlement-wrap .withdrawal-fund-wrap .withdraw-content .radio label {
  font-weight: normal;
  color: #101f45;
  font-size: 18px;
}
.settlement-wrap .withdrawal-fund-wrap .withdraw-content .radio label::before {
  border: 2px solid #101f45;
  background-color: #ccc5dc;
  top: 3px;
}
.settlement-wrap .withdrawal-fund-wrap .withdraw-content .radio label::after {
  background-color: #101f45;
  height: 11px;
  width: 11px;
  left: 4px;
  top: 7px;
}
.settlement-wrap .withdrawal-fund-wrap .fnd-hdr-pdng {
  padding: 30px 15px;
}
.settlement-wrap .settlement-data-table table {
  width: 100% !important;
}
.settlement-wrap .settlement-data-table table th {
  padding: 15px 10px;
  background-color: #f3f0fa;
  border-bottom: 0px;
  color: #324c6a;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
}
.settlement-wrap .settlement-data-table table tr:nth-child(even) {
  background-color: #f3f0fa;
}
.settlement-wrap .settlement-data-table table tr td,
.settlement-wrap .settlement-data-table table tr .table-td,
.settlement-wrap .settlement-data-table table tr td .user-trns__details .view-details__table tr td,
.settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .view-details__table tr td {
  padding: 15px 10px;
  text-align: center;
  border-top: 0px !important;
  color: #324c6a;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: normal;
}
.settlement-wrap .settlement-data-table table tr td .user-trns__details .col-sm-6:first-child,
.settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .col-sm-6:first-child {
  border-left: 2px solid #ced4da;
}
.settlement-wrap .settlement-data-table table tr td .user-trns__details .cust-detail__title,
.settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .cust-detail__title,
.settlement-wrap .settlement-data-table table tr td .user-trns__details .view-details__table tr td .user-trns__details .cust-detail__title,
.settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .view-details__table tr td .user-trns__details .cust-detail__title {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 18px;
  padding-left: 0px;
  padding-right: 0px;
}
.settlement-wrap .settlement-data-table table tr td .user-trns__details .downld-rcpt-btn .btn,
.settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .downld-rcpt-btn .btn {
  height: 48px;
}
.settlement-wrap .settlement-data-table table tr td .user-trns__details .view-details__table,
.settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .view-details__table,
.settlement-wrap .settlement-data-table table tr td .user-trns__details .view-details__table tr td .user-trns__details .view-details__table,
.settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .view-details__table tr td .user-trns__details .view-details__table {
  border: 0px !important;
}
.settlement-wrap .settlement-data-table table tr td .user-trns__details .view-details__table tr td,
.settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .view-details__table tr td {
  padding: 8px 8px;
  text-align: left;
  width: 50%;
  border: 0px;
}
.settlement-wrap .settlement-data-table table tr td .user-trns__details .view-details__table tr td span,
.settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .view-details__table tr td span {
  color: #96273b;
  font-weight: 500;
}
.settlement-wrap .settlement-data-table table tr td .user-trns__details .view-details__table tr:nth-child(even),
.settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .view-details__table tr:nth-child(even) {
  background-color: transparent;
}
.settlement-wrap .settlement-data-table table tr td .user-trns__details .view-details__table tr:nth-child(odd),
.settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .view-details__table tr:nth-child(odd) {
  background-color: transparent;
}
.settlement-wrap .settlement-data-table table.dataTable.no-footer {
  border-bottom: 0px !important;
  margin-bottom: 20px;
}
.downld-rcpt-btn {
  margin-bottom: 15px;
}
a.viewbutton {
  cursor: pointer;
  color: #324c6a;
}
a.viewbutton img {
  height: 10px;
  margin-left: 5px;
}
a.cancel-modal-btn {
  background-color: #8d083a;
  border-color: #8d083a;
  outline: 0px;
  text-align: center;
  opacity: 1 !important;
  width: 35px;
  padding-top: 4px !important;
  height: 35px;
  font-size: 22px;
}
.cancel-modal-btn {
  background-color: #8d083a;
  border-color: #8d083a;
  display: inline-block;
  height: 25px;
  width: 25px;
  color: #fff !important;
  line-height: 22px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
  outline: 0px;
}
.cancel-m-content {
  font-size: 16px;
  font-weight: 500;
  color: #324c6a;
  text-align: center;
}
.modal .modal-dialog .modal-content {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 28px;
}
.modal .modal-dialog .modal-content h6 {
  color: #8d083a;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-body {
  text-align: center;
}
.modal .modal-dialog .modal-content h5 {
  color: #324c6a;
  font-size: 16px;
  font-weight: 600;
}
.modal .modal-dialog .modal-content .modal-b-border {
  border-bottom: 1px solid #bdbfc4;
}
.modal .modal-dialog .modal-content .amount-input {
  border-radius: 25px;
  border-color: #bdbfc4;
  font-weight: bold;
  color: #324c6a;
  font-size: 18px;
  padding: 5px 0px 5px 85px;
  height: 38px;
  outline: 0;
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content .amount-input {
    max-width: 100% !important;
    flex: 100%;
  }
}
.modal .modal-dialog .modal-content .submit-btn {
  background-color: #7e0e45 !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  border-radius: 25px;
  padding: 7px 40px;
  display: inline-block;
  margin: 0 auto;
  line-height: 40px;
  margin-top: 25px;
  border-color: rgba(115, 102, 255, 0.1) !important;
}
.modal .modal-dialog .modal-content .submit-btn:hover {
  background-color: #b43070 !important;
  transition: 0.6s;
}
.modal .modal-dialog .modal-content .submit-btn:active {
  background: #b43070 !important;
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
}
.success_badge, .onhold_badge, .underreview_badge, .pending_badge, .cancelled_badge, .inactive_badge, .failed_badge {
  background-color: #43C0B9;
  color: #ffffff;
  border-radius: 20px;
  padding: 12px 0px 12px 0px;
  font-size: 16px;
  font-weight: normal;
  width: 115px;
  text-transform: capitalize;
}
.failed_badge {
  background-color: #7E0E45;
}
.inactive_badge {
  background-color: #CCCFD5;
}
.cancelled_badge {
  background-color: #C10C4F;
}
.pending_badge {
  background-color: #E79C82;
}
.underreview_badge {
  background-color: #FFC713;
}
.onhold_badge {
  background-color: #324C6A;
}
.accepted-status,
.processed-status {
  color: #43c0b9;
}
.cancelled-status {
  color: #cd0d52;
}
.requested-status {
  color: #d27b0b;
}
.rejected-status {
  color: #861414;
}
.bank-select-modal .c-filter-dropdown .ng-dropdown-panel {
  text-align: left;
}
.bank-select-modal .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
  background-color: #fff !important;
  border-color: #bdbfc4 !important;
  height: 56px;
}
.bank-select-modal .c-filter-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-placeholder {
  font-size: 16px;
  font-weight: bold;
  color: #324c6a;
}
.bank-select-modal .c-filter-dropdown .ng-select span {
  font-size: 16px;
  font-weight: bold;
  color: #324c6a;
}
.payment-m-icon {
  height: 34px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.payment-m-icon img {
  width: 35px;
}
.naps_logo {
  height: auto;
  width: 58px !important;
}
.himyan_logo {
  height: auto;
  width: 58px !important;
}
.n-refund-p-icon {
  height: 30px;
  width: 30px;
}
.n-refund-p-icon img {
  width: 100%;
  height: 100%;
  margin-left: 10px;
}
.transaction-source-img {
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
.transaction-source-img img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}
/*SETTLEMENT CSS END*/
/*TERMINALS CSS START*/
.sticky-header {
  background-color: #fff;
  padding: 25px 15px;
  position: fixed;
  width: 100%;
  z-index: 7;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  margin-bottom: 30px;
}
.sticky-header h5 {
  font-size: 20px;
  line-height: 22px;
  color: #7e0e45;
  margin-bottom: 0px;
  font-weight: 700;
}
.data-content-wrapper {
  padding-top: 0px;
}
.data-content-wrapper a.view-location {
  color: #7e0e45;
  text-decoration: underline;
}
.data-content-wrapper a.view-more {
  text-decoration: none;
  color: #324c6a;
}
.data-content-wrapper .active-status {
  color: #64a956;
}
.data-content-wrapper .active-status a {
  color: #64a956;
  display: block;
  text-decoration: underline;
}
.data-content-wrapper .inactive-status {
  color: #6d6e71;
}
.data-content-wrapper .inactive-status a {
  color: #6d6e71;
  display: block;
  text-decoration: underline;
}
/*TERMINALS CSS END*/
/*INVOICE CSS START*/
.invoice-management-title h5 {
  color: #324c6a;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: normal;
}
.invoice-wrapper {
  padding-top: 70px;
}
.invoice-wrapper .home-content-main .card {
  box-shadow: 0 0 20px rgba(8, 21, 66, 0.15);
  height: calc(100% - 15px);
}
.invoice-wrapper .home-content-main .invoice-c-title {
  padding: 15px 15px 15px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.invoice-wrapper .home-content-main .invoice-c-title p {
  line-height: 22px;
  margin-bottom: 0px;
  color: #324c6a;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
  text-align: center;
}
.invoice-wrapper .home-content-main .invoice-c-title h6 {
  margin-bottom: 0px;
  font-size: 30px;
  color: #43c0b9;
  font-weight: 600;
  text-align: center;
}
.invoice-wrapper .home-content-main .first-i-counter h6,
.invoice-wrapper .home-content-main .first-i-counter .invoice-counter {
  color: #3D933C;
}
.invoice-wrapper .home-content-main .first-i-counter h6 p,
.invoice-wrapper .home-content-main .first-i-counter .invoice-counter p {
  font-weight: bold;
  font-size: 24px !important;
  line-height: 24px;
  padding: 0px 15px;
}
.invoice-wrapper .home-content-main .first-i-counter .i-one-counter-bg {
  background-color: #e9f3e7;
  border-radius: 0px 16px 16px 30px;
}
.invoice-wrapper .home-content-main .second-i-counter h6,
.invoice-wrapper .home-content-main .second-i-counter .invoice-counter {
  color: #96273B;
}
.invoice-wrapper .home-content-main .second-i-counter h6 p,
.invoice-wrapper .home-content-main .second-i-counter .invoice-counter p {
  font-weight: bold;
  font-size: 22px !important;
  line-height: 24px;
  padding: 0px 15px;
  letter-spacing: normal;
}
.invoice-wrapper .home-content-main .second-i-counter .i-two-counter-bg {
  background-color: #f0e1e4;
  border-radius: 0px 16px 16px 30px;
}
.invoice-wrapper .home-content-main .third-i-counter h6,
.invoice-wrapper .home-content-main .third-i-counter .invoice-counter {
  color: #324c6a;
}
.invoice-wrapper .home-content-main .third-i-counter h6 p,
.invoice-wrapper .home-content-main .third-i-counter .invoice-counter p {
  font-weight: bold;
  font-size: 24px !important;
  line-height: 24px;
  padding: 0px 15px;
  letter-spacing: normal;
}
.invoice-wrapper .home-content-main .third-i-counter .i-three-counter-bg {
  background-color: #e2e6ea;
  border-radius: 0px 16px 16px 30px;
}
.invoice-wrapper .home-content-main .fourth-i-counter h6,
.invoice-wrapper .home-content-main .fourth-i-counter .invoice-counter {
  color: #623a6c;
}
.invoice-wrapper .home-content-main .fourth-i-counter h6 p,
.invoice-wrapper .home-content-main .fourth-i-counter .invoice-counter p {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  padding: 0px 15px;
}
.invoice-wrapper .home-content-main .fourth-i-counter .i-four-counter-bg {
  background-color: #e9e3ea;
  border-radius: 0px 16px 16px 30px;
}
.create-invoice-btn .btn {
  background-color: #38a4c3 !important;
  height: 48px;
  border-radius: 50px;
  letter-spacing: normal;
  font-weight: 500;
  box-shadow: 0 3 6 rgba(0, 0, 0, 0.16);
  border: 0px;
  padding: 3px 25px 0px 10px;
  font-size: 16px;
  line-height: 18px;
}
.create-invoice-btn .btn:hover {
  background-color: #1a88a7 !important;
  transition: 0.6s;
}
.create-invoice-btn .btn:active {
  background: #1a88a7 !important;
  background: linear-gradient(90deg, #1a88a7 0%, #58c2e0 28%, #58c2e0 66%, #1a88a7 100%) !important;
}
.create-invoice-btn .btn img {
  height: 30px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.downld-refund-btn .btn {
  background-color: #cd0d52 !important;
  height: 48px;
  border-radius: 50px;
  font-weight: 500;
  box-shadow: 0 3 6 rgba(0, 0, 0, 0.16);
  border: 0px;
  padding: 10px 30px !important;
}
.downld-refund-btn .btn:hover {
  background-color: #b43070 !important;
  transition: 0.6s;
}
.downld-refund-btn .btn:active {
  background: #b43070 !important;
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
}
.view-btn-invoice {
  background-color: #38a4c3;
  border-radius: 22px;
  padding: 8px 15px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
.view-btn-invoice:hover, .view-btn-invoice:focus {
  box-shadow: 0 10px 20px rgba(56, 164, 195, 0.4);
}
.view-btn-invoice:hover + .invoice-hover-menu, .view-btn-invoice:focus + .invoice-hover-menu {
  display: inline-block;
}
.view-btn-invoice img {
  height: 14px;
  vertical-align: inherit;
}
.invoice-action {
  padding-left: 0px;
  list-style-type: none;
}
.invoice-action li {
  height: 25px;
  width: 25px;
  display: inline-block;
}
.invoice-hover-menu {
  position: absolute;
  right: 10px;
  padding: 10px 12px 12px 12px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 3px 6px #00000029;
  display: none;
  margin-top: -5px;
}
.invoice-hover-menu ul {
  padding-left: 0px;
  list-style-type: none;
}
.invoice-hover-menu ul li {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  line-height: 15px;
}
.invoice-hover-menu ul li a {
  display: block;
  height: 100%;
  width: 100%;
}
.invoice-hover-menu ul li a img {
  height: 100%;
  width: 100%;
}
.modal .modal-dialog .modal-content .close-modal-btn {
  background-color: #7E0E45;
  opacity: 1;
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 3px 0px 0px 0px !important;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: -10px;
  font-size: 18px !important;
  right: -10px;
  outline: 0px;
  border: 0;
  text-align: center;
}
.modal .modal-dialog .modal-content .close-modal-btn span {
  font-size: 22px !important;
}
.modal .modal-dialog .modal-content .createinvoicetitle {
  color: #7e0e45;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.modal .modal-dialog .modal-content .createinvoicetitle a {
  color: #7e0e45;
  text-decoration: underline;
}
.modal .modal-dialog .modal-content .filter-content .i-modal-label {
  font-weight: 600;
  color: #324c6a;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}
.modal .modal-dialog .modal-content .filter-content .input-group-text {
  background-color: #fff;
  border: 1px solid #bdbfc4;
  border-radius: 28px 0px 0px 28px;
}
.modal .modal-dialog .modal-content .filter-content .product-type-select i {
  color: #a2abb6;
}
.modal .modal-dialog .modal-content .filter-content .c-filter-dropdown.filter-drop-search .ng-select.ng-select-single .ng-select-container {
  background-color: #fff !important;
  border: 1px solid #bdbfc4 !important;
}
.modal .modal-dialog .modal-content .filter-content .c-filter-dropdown.filter-drop-search .custom-input-filter:focus {
  box-shadow: none !important;
  border: 1px solid #dadce0 !important;
}
.modal .modal-dialog .modal-content .email-n-title h5 {
  color: #324c6a;
  font-size: 16px;
  line-height: 24px;
}
.modal .modal-dialog .modal-content .email-n-title span {
  color: #324c6a;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}
.modal .modal-dialog .modal-content .invoice-detail-title h4 {
  color: #7E0E45;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .invoice-d-content p {
  color: #324c6a;
  font-size: 16px;
  line-height: 19px;
  padding-left: 2px;
  font-weight: 600;
  text-align: left;
  letter-spacing: normal;
}
.modal .modal-dialog .modal-content .invoice-d-content .invoice-input {
  background-color: #fff;
  height: 44px;
  border-radius: 28px;
  border: 1px solid #bdbfc4;
  outline: 0px;
  box-shadow: none;
  font-size: 16px;
  color: #324c6a;
}
.modal .modal-dialog .modal-content .invoice-product-total {
  background-color: #d5dbe4;
  border-radius: 30px;
  padding: 10px;
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .invoice-product-total p {
  margin-bottom: 0px;
  color: #101f45;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  margin-right: 12px;
  font-weight: bold;
}
.send-invoice .input-group {
  flex-wrap: nowrap;
  align-items: center;
}
.send-invoice .input-group ngx-intl-tel-input {
  width: 100%;
}
.btn-invoice-yellow {
  background-color: #fdb933 !important;
  border-radius: 27px;
  color: #ffffff;
  border: 1px solid #fdb933 !important;
  padding: 5px 25px 5px 7px;
  font-size: 16px;
  line-height: 18px;
}
.btn-invoice-yellow:hover {
  background-color: #dfa023 !important;
  border: 1px solid #dfa023 !important;
  transition: 0.6s;
}
.btn-invoice-yellow:active {
  border: 1px solid #dfa023 !important;
  background: #dfa023;
  background: linear-gradient(90deg, #dfa023 0%, #fdb933 28%, #fdb933 66%, #dfa023 100%);
}
.btn-invoice-green {
  background-color: #64a956 !important;
  border-radius: 27px;
  color: #ffffff;
  border: 1px solid #64a956 !important;
  padding: 5px 25px 5px 7px;
  font-size: 16px;
  line-height: 18px;
}
.btn-invoice-green:hover {
  background-color: #3e8530 !important;
  transition: 0.6s;
}
.btn-invoice-green:active {
  background: #3e8530 !important;
  background: linear-gradient(90deg, #3e8530 0%, #64a956 28%, #64a956 66%, #3e8530 100%) !important;
}
.send-invoice-icon, .save-invoice-icon {
  background-color: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 31px;
  text-align: center;
}
.send-invoice-icon i, .save-invoice-icon i {
  color: #FDB933;
}
.save-invoice-icon i {
  color: #64A956;
}
.product-modal-wrap {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 15px;
  box-shadow: 0px 5px 10px #00000029;
  position: relative;
}
.product-modal-wrap .product-modal-inner .product-m-title {
  font-size: 30px !important;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadce0;
  color: #7E0E45 !important;
}
.product-modal-wrap .search-product .form-control {
  border-radius: 28px 0px 0px 28px;
  background-color: #fff;
  height: 45px;
  outline: 0px;
  box-shadow: none;
}
.product-modal-wrap .search-product .form-control:focus {
  border-color: #ced4da;
}
.product-modal-wrap .search-product .search-btn {
  border-radius: 0px 28px 28px 0px;
  height: 45px;
  background-color: #7e0e45 !important;
  border: 1px solid #7e0e45 !important;
}
.product-modal-wrap .product-content h6 {
  font-weight: 500;
  font-size: 16px;
}
.product-modal-wrap .product-content p {
  margin-bottom: 0px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.product-modal-wrap .product-close {
  background-color: #7e0e45;
  color: #fff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  line-height: 22px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
}
/*INVOICE CSS END*/
/*REPORT CSS START*/
.report-wrapper .card {
  padding: 15px 30px 30px;
}
.report-wrapper .card .col-form-label {
  color: #8d083a;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  margin: 0px 15px;
  max-width: 250px;
  white-space: nowrap;
}
.report-wrapper .card .report-selction {
  border-bottom: 1px solid #dadce0;
}
.report-wrapper .card .report-selction .select-report-filter {
  width: 100%;
  min-width: 200px;
  max-width: 200px;
}
.report-wrapper .card .report-selction .select-period-filter {
  width: 100%;
  min-width: 235px;
  max-width: 235px;
}
.report-wrapper .card .report-selction .select-formate-filter {
  width: 100%;
  min-width: 170px;
  max-width: 170px;
}
.report-wrapper .card .report-download-main .btn-download {
  background-color: #43C0B9;
  border-radius: 34px;
  color: #fff;
  height: 56px;
  padding: 2px 10px 0px 0px;
  width: 156px;
  font-size: 16px;
}
.report-wrapper .card .report-download-main .btn-download:hover {
  background-color: #43C0B9;
  transition: 0.6s;
  color: #fff;
}
.report-wrapper .card .report-download-main .btn-download:active {
  background: #1aaaa3 !important;
  background: linear-gradient(90deg, #1aaaa3 0%, #4ecdc7 28%, #4ecdc7 66%, #1aaaa3 100%) !important;
}
.report-wrapper .card .report-download-main .email-checkbox label {
  color: #6d6e71;
  font-size: 14px;
  font-weight: 500;
}
.report-wrapper .card .report-download-main .email-checkbox .checkbox-solid-primary label:before {
  background-color: #7e0e45;
  border-color: #7e0e45;
  margin-top: 2px;
}
.report-wrapper .card .report-download-main .email-checkbox .checkbox-solid-primary input[type=checkbox]:checked + label::before {
  background-color: #7e0e45;
  border-color: #7e0e45;
  margin-top: 2px;
}
.report-wrapper .card .report-download-main .email-checkbox .checkbox input[type=checkbox]:checked + label::before {
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recent-post-title {
  font-size: 18px;
  color: #8d083a;
  font-weight: 500;
  margin-bottom: 15px;
}
/*REPORT CSS END*/
/*SETTING CSS START*/
.s-notification-wrapper .s-notification-title {
  color: #324c6a;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.s-notification-wrapper h6 {
  color: #324c6a;
  font-size: 16px;
  line-height: 37px;
  letter-spacing: normal;
  font-weight: 700;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.s-notification-wrapper .s-notification-board .s-notification-head {
  background-color: #7e0e45;
  padding: 18px;
  color: #fff;
  border-radius: 13px 13px 0px 0px;
}
.dropdown-border-bottom .input-group {
  display: inline !important;
  display: initial !important;
}
/*=========Switch Css =============*/
.switch-input {
  display: none;
}
.switch-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
}
.switch-label:before,
.switch-label:after {
  content: "";
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}
.switch-label:before {
  left: 1px;
  width: 34px;
  height: 14px;
  background-color: #80868a;
  border-radius: 8px;
}
.switch-label:after {
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.switch-label .toggle--on {
  display: none;
}
.switch-label .toggle--off {
  display: inline-block;
}
.switch-input:checked + .switch-label:before {
  background-color: #e4a8c8;
}
.switch-input:checked + .switch-label:after {
  background-color: #7e0e45;
  transform: translate(80%, -50%);
}
/*SETTING CSS END*/
/*MY ACCOUNT CSS START*/
.business-info-wrap .my-acc-title {
  color: #7e0e45;
  font-size: 24px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 0px;
}
.business-info-wrap .verify-content {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #324c6a;
  text-align: right;
  padding-right: 0;
}
.business-info-wrap .verify-content img {
  height: 25px;
  margin: 0px 5px -2px 5px;
  vertical-align: bottom;
}
.business-info-wrap .b-i-user-profile .user-avatar {
  height: 190px;
  width: 100%;
  max-width: 190px;
  min-height: 190px;
  background-color: #e7eaee;
  border: 1px solid #d4d4d4;
  border-radius: 28px;
  position: relative;
  top: 0;
  margin: 0 auto;
}
.business-info-wrap .b-i-user-profile .user-avatar img {
  position: absolute;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 28px;
  width: 100%;
}
.business-info-wrap .b-i-user-profile .user-avatar .icon-wrapper span {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
  color: #324c6a;
}
.business-info-wrap .b-i-user-profile .user-avatar .icon-wrapper span i {
  color: #324c6a;
  font-size: 10px;
}
.business-info-wrap .b-i-user-profile .user-avatar .icon-wrapper span .upload {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.business-info-wrap .b-i-user-profile .user-avatar .profile-user-counter {
  background-color: #66788f;
  border-radius: 0px 0px 28px 28px;
  position: absolute;
  padding: 10px;
  width: 100%;
  bottom: 0;
}
.business-info-wrap .b-i-user-profile .user-avatar .profile-user-counter ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-info-wrap .b-i-user-profile .user-avatar .profile-user-counter ul li {
  display: flex;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  margin-right: 20px;
}
.business-info-wrap .b-i-user-profile .user-avatar .profile-user-counter ul li:last-child {
  margin-right: 0px;
}
.business-info-wrap .b-i-user-profile .user-avatar .profile-user-counter ul li img {
  position: relative;
  margin-right: 5px;
}
.business-info-wrap .b-i-user-profile .user-avatar .profile-user-counter ul li .vertical-line {
  background-color: #fff;
  width: 1px;
  height: 28px;
}
.business-info-wrap .b-i-user-profile .user-name-text h5 {
  font-size: 23px;
  line-height: 32px;
  font-weight: 600;
  color: #324c6a;
}
.business-info-wrap .business-detail-main .business-d-title {
  color: #324c6a;
  font-size: 20px;
  line-height: 37px;
  font-weight: 600;
  letter-spacing: normal;
}
.business-info-wrap .business-detail-main .busines-form-main label {
  color: #324c6a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.business-info-wrap .business-detail-main .busines-form-main .business-input {
  background: #ffffff;
  border: 1px solid #bdbfc4;
  border-radius: 28px;
  height: 44px;
  outline: 0px;
  box-shadow: none;
  padding: 13px 15px 15px;
}
.business-info-wrap .qr-code-main {
  padding: 15px;
  border-radius: 28px;
  height: 190px;
  width: 100%;
  min-width: 190px;
  max-width: 190px;
  border: 1px solid #d4d4d4;
  margin: 0 auto;
}
.business-info-wrap .qr-code-main img {
  height: 100%;
  width: 100%;
}
.business-info-wrap .primary-main-title h4 {
  color: #7e0e45;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.business-info-wrap .primary-main-title h5 {
  color: #324c6a;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
.business-info-wrap .primary-main-title p {
  color: #324c6a;
  font-size: 14px;
  font-weight: bold;
}
.business-info-wrap .primary-bank-content .primary-bank-logo {
  height: 40px;
}
.business-info-wrap .primary-bank-content .primary-content-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: bold;
  color: #324c6a;
}
.business-info-wrap .primary-bank-content .primary-text-content {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: normal;
  color: #324c6a;
}
.business-info-wrap .primary-bank-content .status-green {
  color: #64a956;
  font-weight: bold;
}
.business-info-wrap .business-details .iban-bank-form label {
  font-size: 16px;
  font-weight: bold;
  color: #324c6a;
}
.business-info-wrap .business-details .iban-bank-form .bank-iban-input .bank-input {
  background: #ffffff;
  border: 1px solid #bdbfc4;
  border-radius: 28px;
  height: 44px;
  outline: 0px;
  box-shadow: none;
  padding: 7px 15px 15px;
}
.business-info-wrap .no-doc-selected {
  font-size: 16px;
  font-weight: normal;
  color: #324c6a;
  letter-spacing: normal;
}
.business-info-wrap .p-bank-fileupload .dropzone {
  min-height: 170px;
  border: 1px solid #e1e1e1;
  padding: 0px 20px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 23px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 23px;
}
.business-info-wrap .p-bank-fileupload h6 {
  color: #324c6a;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 0px;
}
.business-info-wrap .p-bank-fileupload h3 {
  color: #7e0e45;
  font-size: 24px;
  letter-spacing: normal;
  font-weight: bold;
  line-height: 24px;
  cursor: pointer;
}
.business-info-wrap .submit-action .btn-submit-veri {
  background-color: #7e0e45;
  color: #fff;
  border-radius: 22px;
  font-size: 16px;
  line-height: 24px;
  height: 44px;
  display: block;
  width: 100%;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  outline: 0px;
}
.business-info-wrap .submit-action .btn-submit-veri:hover {
  background-color: #b43070 !important;
  transition: 0.6s;
}
.business-info-wrap .submit-action .btn-submit-veri:active {
  background: #b43070 !important;
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
}
/*MY ACCOUNT CSS END*/
/*BOTTOM TO TOP ARROW CSS START*/
.tap-top {
  background-color: #7e0e45;
  box-shadow: 0 0 10px #7e0e45;
}
/*BOTTOM TO TOP ARROW CSS END*/
.mobile-merchant-tab {
  padding: 20px 15px 5px 15px;
}
.custom-drop-w-select .product-type-select .custom-input-filter {
  border-radius: 0px 28px 28px 0px !important;
}
.filter-daterange-wrap {
  width: 100%;
}
.filter-daterange-wrap .custom-input-filter {
  padding: 10px 15px;
  background: #f9f9f9;
  border: 1px solid #dadce0;
  border-radius: 28px;
  color: #121212;
  font-weight: normal;
  font-size: 12px;
  height: 48px;
}
.filter-daterange-wrap .custom-input-filter:hover, .filter-daterange-wrap .custom-input-filter:focus, .filter-daterange-wrap .custom-input-filter:active, .filter-daterange-wrap .custom-input-filter.active {
  outline: 0px;
  box-shadow: none;
}
.filter-daterange-wrap .custom-input-filter:-ms-input-placeholder {
  color: #121212;
  font-weight: normal;
  font-size: 12px;
}
.filter-daterange-wrap .custom-input-filter::-moz-placeholder {
  color: #121212;
  font-weight: normal;
  font-size: 12px;
}
.filter-daterange-wrap .custom-input-filter::placeholder {
  color: #121212;
  font-weight: normal;
  font-size: 12px;
}
/*CALENDAR CSS START*/
.withdrawal-filter .filter-daterange-main .dropdown-menu,
.payout-filter .filter-daterange-main .dropdown-menu,
.custom-calendar-main .filter-daterange-main .dropdown-menu,
.mobile-custom-calendar .filter-daterange-main .dropdown-menu {
  border-radius: 26px !important;
  padding: 10px;
}
.withdrawal-filter .filter-daterange-main .ngb-dp-header,
.payout-filter .filter-daterange-main .ngb-dp-header,
.custom-calendar-main .filter-daterange-main .ngb-dp-header,
.mobile-custom-calendar .filter-daterange-main .ngb-dp-header {
  border-radius: 26px !important;
}
.withdrawal-filter .filter-daterange-main .custom-day.range,
.withdrawal-filter .filter-daterange-main .custom-day:hover,
.payout-filter .filter-daterange-main .custom-day.range,
.payout-filter .filter-daterange-main .custom-day:hover,
.custom-calendar-main .filter-daterange-main .custom-day.range,
.custom-calendar-main .filter-daterange-main .custom-day:hover,
.mobile-custom-calendar .filter-daterange-main .custom-day.range,
.mobile-custom-calendar .filter-daterange-main .custom-day:hover {
  background-color: #7e0e45;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
}
.withdrawal-filter .filter-daterange-main .custom-day,
.payout-filter .filter-daterange-main .custom-day,
.custom-calendar-main .filter-daterange-main .custom-day,
.mobile-custom-calendar .filter-daterange-main .custom-day {
  font-size: 12px;
  color: #231f20;
}
.withdrawal-filter .filter-daterange-main .ngb-dp-month-name,
.payout-filter .filter-daterange-main .ngb-dp-month-name,
.custom-calendar-main .filter-daterange-main .ngb-dp-month-name,
.mobile-custom-calendar .filter-daterange-main .ngb-dp-month-name {
  font-size: 14px;
  color: #231f20;
}
.withdrawal-filter .filter-daterange-main .ngb-dp-weekday,
.payout-filter .filter-daterange-main .ngb-dp-weekday,
.custom-calendar-main .filter-daterange-main .ngb-dp-weekday,
.mobile-custom-calendar .filter-daterange-main .ngb-dp-weekday {
  font-style: normal;
  color: #7e0e45;
}
.withdrawal-filter .filter-daterange-main .btn-link,
.payout-filter .filter-daterange-main .btn-link,
.custom-calendar-main .filter-daterange-main .btn-link,
.mobile-custom-calendar .filter-daterange-main .btn-link {
  color: #7e0e45;
}
.withdrawal-filter .filter-daterange-main ngb-datepicker.dropdown-menu,
.payout-filter .filter-daterange-main ngb-datepicker.dropdown-menu,
.custom-calendar-main .filter-daterange-main ngb-datepicker.dropdown-menu,
.mobile-custom-calendar .filter-daterange-main ngb-datepicker.dropdown-menu {
  transform: translate(15px, 60px) !important;
  z-index: 1 !important;
}
.d-r-li .d-r-drp div ngb-datepicker.dropdown-menu {
  transform: translate(-100px, 40px) !important;
  z-index: 1 !important;
}
.d-r-drp .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}
/*CALENDAR CSS END*/
/*MY ACCOUNT CSS START*/
.onhover-show-div {
  background-color: #fff;
  transition: all linear 0.3s;
  border-radius: 12px !important;
  border: 1px solid #324c6a66;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li {
  padding: 0px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-top: 0px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li p {
  font-size: 12px;
  color: #324c6a;
  font-weight: normal;
  opacity: 1;
}
.sign-out-btn {
  background-color: #7e0e45;
  color: #f9f9f9;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 15px 12px;
  cursor: pointer;
  border-radius: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.sign-out-btn:hover {
  background-color: #b43070 !important;
  transition: 0.6s;
  color: #f9f9f9 !important;
}
.sign-out-btn:active {
  background: #b43070 !important;
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
  left: unset;
  right: -12px !important;
  top: 47px !important;
}
.no-record-found {
  text-align: center;
  margin-top: 10%;
}
.no-record-found h5 {
  font-size: 20px;
  font-weight: normal;
}
/*MY ACCOUNT CSS END*/
/*NOTIFICATION CSS START*/
.notification-dropdown {
  background-color: #fff;
  border: 0px;
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1) !important;
}
.notification-dropdown li {
  background-color: transparent !important;
}
.notification-dropdown li .notification-box {
  border-radius: 0px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  text-align: left;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.notification-dropdown li .notification-box h6 {
  font-size: 14px;
  font-weight: normal;
  color: #324c6a;
  line-height: 20px;
  margin-bottom: 0;
}
.notification-dropdown li .notification-box span {
  color: #8d083a;
  font-size: 12px;
}
.notification-dropdown li .notification-box p {
  font-size: 12px !important;
  color: #a2abb6 !important;
  margin-bottom: 0px;
}
.notification-dropdown li .notification-box:hover {
  background-color: #eeeded;
}
.notification-dropdown.onhover-show-div {
  box-shadow: none;
}
.notification-dropdown.custom-scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px transparent;
  -webkit-box-shadow: inset 0 0 6px transparent;
}
.notification-dropdown.custom-scrollbar::-webkit-scrollbar-thumb, .notification-dropdown.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  border-radius: 13px;
}
.notification-dropdown.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #7e0e45;
}
.notification-dropdown:hover.custom-scrollbar {
  color: #7e0e45;
}
.notification-dropdown .notification-title {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #908f90;
  padding: 15px 0px 15px 15px;
  color: #102044;
  background-color: #f9f9f9;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.notification-dropdown .notification-box .no-notification {
  text-align: center;
}
.notification-dropdown .notification-box .no-notification img {
  margin: 15px 0px;
}
.notification-dropdown .notification-box .no-notification h6 {
  color: #bdbfc4;
  font-size: 16px;
  font-weight: bold;
}
.n-notification-main .tab-pane {
  padding-top: 87px !important;
}
/*NOTIFICATION CSS END*/
/*CUSTOM CALENDAR CSS START*/
.custom-calendar-main {
  padding: 0px !important;
  position: relative;
}
.custom-calendar-main .filter-daterange-main {
  background: #8d083a;
  border-radius: 22px;
  width: 100%;
  max-width: 220px;
  min-width: 220px;
}
.custom-calendar-main .filter-daterange-main .form-control {
  background: #8d083a;
  border-radius: 22px;
  padding: 10px 10px 10px 40px;
  border: 0px;
  outline: 0px;
  color: #fff;
  font-size: 14px;
}
.custom-calendar-main .filter-daterange-main .form-control:focus, .custom-calendar-main .filter-daterange-main .form-control:hover, .custom-calendar-main .filter-daterange-main .form-control:active, .custom-calendar-main .filter-daterange-main .form-control.active {
  color: #fff;
  background: #8d083a;
  box-shadow: 0px 10px 20px #7e0e4538;
  border-radius: 22px;
  border: 0px;
  outline: 0px;
}
.custom-calendar-main .filter-daterange-main input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.custom-calendar-main .filter-daterange-main input::-moz-placeholder {
  color: #fff;
}
.custom-calendar-main .filter-daterange-main input::placeholder {
  color: #fff;
}
/*CUSTOM CALENDAR CSS END*/
/*FILTER CSS START*/
.c-filter-dropdown .ng-select .ng-arrow-wrapper {
  background-image: url('select-cheveron.1b5e9823084aefe7925c.svg');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
}
.c-filter-dropdown .ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: none;
  border-style: none;
}
.c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
  padding: 0px 5px;
  background: #f9f9f9;
  border: 1px solid #66788F6B !important;
  border-radius: 28px;
  color: rgba(18, 18, 18, 0.5);
  font-weight: normal !important;
  font-size: 16px;
  letter-spacing: normal;
  height: 48px;
  box-shadow: none;
  outline: 0;
}
.c-filter-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 10px;
  font-weight: normal;
  cursor: pointer;
}
.c-filter-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-size: 16px;
  line-height: 36px;
}
.c-filter-dropdown .ng-dropdown-panel {
  z-index: 5;
  top: 25px;
  border-radius: 0px 0px 16px 16px;
}
.c-filter-dropdown .ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option {
  padding: 10px 10px;
  font-size: 12px;
}
.c-filter-dropdown.filter-drop-search .ng-select.ng-select-single .ng-select-container {
  border-radius: 28px 0px 0px 28px;
}
.c-filter-dropdown.filter-drop-search .custom-input-filter:focus {
  box-shadow: none !important;
  border: 1px solid #dadce0 !important;
}
/*FILTER CSS END*/
/*PAGINATION CSS START*/
.pagination {
  margin: 20px 15px;
  flex-wrap: wrap;
}
.pagination .page-item.active .page-link {
  background-color: #7e0e45 !important;
  border-color: #7e0e45 !important;
  color: #fff !important;
  z-index: 0;
}
.pagination .page-item .page-link {
  color: #7e0e45 !important;
}
.pagination .page-item .page-link:focus {
  box-shadow: none !important;
}
.pagination-counter .c-filter-dropdown {
  min-width: 100px;
}
.pagination-counter .c-filter-dropdown .ng-dropdown-panel {
  top: inherit;
  padding-top: 0px;
  border-radius: 16px;
}
.pagination-counter .c-filter-dropdown .ng-dropdown-panel .scroll-host {
  border-radius: 16px;
  padding-top: 0px;
}
.pagination-counter .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
  height: 42px;
}
.pagination-counter .c-filter-dropdown .ng-select.ng-select-opened .ng-select-container {
  z-index: 1;
}
/*PAGINATION CSS END*/
/* krunal CSS start */
.modal-dialog {
  max-width: 550px;
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
.frm-contl {
  border-radius: 28px !important;
  height: 44px;
}
.sadadvas-wrapper {
  padding-top: 120px !important;
}
.sticky-header {
  padding: 24px 20px 24px 20px;
}
.pos-dvs-dt-tbl {
  padding-top: 87px !important;
  padding-left: 20px;
}
.sbscrn-sm-media ul li {
  box-shadow: none !important;
  height: 35px !important;
  width: 35px !important;
  border-radius: 50% !important;
  padding-top: 5px !important;
}
.sbscrn-pdct-edt-dlt {
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}
.sbscrn-pdct-dlt-bg {
  background-color: #8D083A;
  margin: 0px 0px 0px 10px;
}
.sbscrn-pdct-edit-bg {
  background-color: #38a4c3;
}
.sbcptn-price-wrap {
  background-color: #A7A8A9;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 0px 0px 7px 7px;
  margin-left: -10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.sbcptn-price-wrap .total-paid {
  background-color: #38A4C3;
  border-radius: 0px 0px 40px 8px;
  border-right: 5px solid #fff;
  padding: 15px 0px;
  text-align: center;
}
.sbcptn-prdct-pln {
  background: #43c0b9;
  position: relative;
  text-align: center;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.sbcptn-prdct-activ-pln {
  background: #d0efed;
  border-radius: 16px 0px 32px 0px;
  width: 100%;
  padding: 5px 30px;
  font-size: 30px;
  color: #2FA49D;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.sbcptn-prdct-activ-pln span {
  font-size: 16px;
  line-height: 24px;
  color: #2FA49D;
  margin-left: 5px;
  margin-top: 11px;
  font-weight: 500;
}
.sbcptn-prdct-pln-qar {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 11px 0px;
}
.sbcptn-prdct-pln-paid-bdr-rgt {
  border-right: 1px solid #C3CAD4;
}
.sbcptn-prdct-pln-paid {
  font-size: 16px;
  color: #324C6A;
  text-align: center;
  padding: 20px 0px;
  font-weight: 600;
}
.sbcptn-prdct-paid-amnt {
  font-size: 24px;
  line-height: 17px;
  text-align: center;
  font-weight: 600;
  color: #324C6A;
  padding: 10px 0px 25px;
}
.cntr-total-due {
  color: #F16474 !important;
}
.sbcptn-actv {
  background: #43c0b9 !important;
}
.sbcptn-inctv {
  background: #66788F;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 53px;
  font-weight: 600;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  display: flex;
  justify-content: center;
  padding: 40px 5px 20px;
}
.sbcptn-inctv span {
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
  padding-top: 16px;
}
.sbcptn-inctv-qar h3 {
  font-size: 30px;
  color: #66788F;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.total-due {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: 45px;
}
.sbcptn-crt-header h4 {
  color: #7E0E45;
  font-size: 29px;
  line-height: 19px;
  text-align: left;
  font-weight: 600;
  letter-spacing: normal;
  margin-top: 40px;
  margin-bottom: 20px;
}
.product-plan h6 {
  margin-top: 10px;
  color: #7E0E45 !important;
  font-size: 24px !important;
  line-height: 19px !important;
  text-align: left;
  font-weight: 500 !important;
  letter-spacing: normal;
}
.sbcptn-crt-header button {
  background: #7E0E45;
  width: 35px;
  position: absolute;
  right: 35px;
  top: 40px;
  height: 35px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: none;
  font-size: 22px;
  padding: 0px 0 3px 0px !important;
  text-align: center;
  opacity: 1 !important;
}
.crt-sbscptn-img {
  padding: 15px;
  border: 1px solid #BDBFC4;
  border-radius: 20px;
}
.crt-sbscptn-img img {
  width: 100%;
}
.img-shpping-line {
  font-size: 16px !important;
}
.sbcptn-crt-ftr h4 {
  font-size: 18px;
  color: #324c6a;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
.sbcptn-frt-detail {
  background: #F3F0FA;
  margin-top: 30px;
  padding: 25px;
  border-radius: 16px;
}
.sbcptn-frt-detail .invoice-d-content .invoice-input {
  height: 37px !important;
  margin-bottom: 5px;
  padding-left: 60px;
}
.sbcptn-frt-detai-bdr-rgt {
  border-right: 1px solid #707070;
}
.sbcptn-frt-detai-bdr-lft {
  border-left: 1px solid #707070;
  height: 89%;
}
.sbcptn-frt-ckeckbox label:before {
  background-color: #7E0E45 !important;
  border-color: #7E0E45 !important;
  color: #fff !important;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  font-size: 8px;
  padding-top: 3px;
  margin-top: 4px;
}
.sbcptn-frt-ckeckbox input[type=checkbox]:checked + label::before {
  background: #7E0E45 !important;
  width: 16px;
  height: 16px;
  color: #fff;
  margin-top: 4px;
  border-radius: 4px;
  font-size: 8px;
  padding-top: 3px;
}
.sbcptn-frt-ckeckbox label {
  font-size: 14px;
  color: #324c6a;
  margin-top: 13px;
  margin-bottom: 9px;
}
.sbcptn-frt-detail h6,
.sbcptn-bill-type h6 {
  font-size: 14px !important;
  color: #324C6A !important;
  line-height: 19px !important;
  text-align: center !important;
  font-weight: 600 !important;
}
.recring-cycl-lmt {
  display: flex;
  flex-wrap: wrap;
}
.no-bg {
  background: transparent !important;
  border-color: #7E0E45 !important;
}
.sbcptn-crt-save-btn {
  padding: 10px 40px 10px 40px;
  background-color: #64a956 !important;
  color: #fff;
  border-radius: 28px;
  border: 1px solid #64a956 !important;
  font-size: 18px;
}
.sbcptn-crt-save-btn:hover {
  background-color: #4c923e !important;
  transition: 0.6s;
  color: #fff;
}
.sbcptn-crt-save-btn:active {
  background: #4c923e !important;
  background: linear-gradient(90deg, #4c923e 0%, #73c164 28%, #73c164 66%, #4c923e 100%) !important;
}
.sub-acivation-bg {
  background: #B04C7A;
  border-radius: 16px 0px 40px 16px;
  color: #fff !important;
}
.sub-acivation-bg p,
.sub-complete-bg p,
.sub-cancelled-bg p {
  font-size: 16px !important;
  line-height: 24px;
}
.sub-acivation-bg p,
.sub-complete-bg p,
.sub-cancelled-bg p,
.sub-acivation-bg h6,
.sub-complete-bg h6,
.sub-cancelled-bg h6 {
  color: #fff !important;
  text-align: left;
  width: 100%;
}
.sub-counter-figur p {
  color: #66788F !important;
  padding-top: 20px !important;
  text-align: center;
  font-size: 36px;
  margin-bottom: 5px;
}
.bs-counter-main p {
  color: #66788F;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  padding: 0px 15px;
  letter-spacing: normal;
  margin-bottom: 8px;
  text-align: center;
}
.bs-counter-main span {
  color: #324C6A;
  display: block;
  text-align: center;
  font-weight: 500;
}
.sub-complete-bg {
  background: #43C0B9;
  border-radius: 16px 0px 40px 16px;
}
.sub-cancelled-bg {
  background: #E06F85;
  border-radius: 16px 0px 40px 16px;
}
.product-plan p {
  font-size: 20px;
  color: #324C6A;
  text-align: left;
  margin-bottom: 5px;
  letter-spacing: normal;
}
.product-plan p span {
  color: #7E0E45;
  font-weight: 500;
}
.product-plan p span.status {
  color: #38A4C3;
}
.f-mdum {
  font-weight: 500 !important;
}
.product-item-wrap .product-opt-dd .sbscrn-pdct-edit-bg:hover {
  background-color: #38a4c3 !important;
}
.product-item-wrap .product-opt-dd .sbscrn-pdct-dlt-bg:hover {
  background-color: #8D083A !important;
}
.view-pln-img .product-item-figure {
  width: 100%;
  height: 200px;
}
.view-pln-img .product-item-figure img {
  max-width: 100%;
  height: 100%;
}
.product-paln-table {
  border-radius: 16px !important;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #707070;
  padding: 20px 25px;
}
.product-plan table tbody tr {
  border-bottom: 1px solid #707070;
}
.product-plan table tr:last-child {
  border-bottom: 0 !important;
}
.product-plan table th {
  color: #7E0E45;
  font-weight: 500;
  padding: 15px 7px;
}
.product-plan table td {
  color: #324c6a;
  padding: 15px;
}
.product-plan table th,
.product-plan table td {
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}
.product-plan-popup {
  padding: 0px 25px !important;
}
.view-pln-img {
  padding: 0;
  margin-bottom: 20px;
}
.sub-view-popup > div,
.sub-pro-detail > div,
.sub-pro-detail > h4 {
  text-align: left;
}
.sub-view-popup > div label,
.sub-pro-detail > div label {
  margin-bottom: 0 !important;
}
.sub-view-popup > div,
.sub-pro-detail > div {
  font-size: 16px;
  line-height: 36px;
  color: #324C6A;
}
.sub-view-popup h4,
.sub-pro-detail h4 {
  font-size: 24px;
  color: #7E0E45;
  text-align: left;
  font-weight: 500;
  letter-spacing: normal;
}
.sub-pro-detail h2 {
  color: #F16474;
  text-align: left;
  font-size: 36px;
  text-align: left;
}
.product-plan .btn-invoice-green {
  padding: 15px 35px !important;
  margin-top: 30px;
}
.cnl-sub-bg {
  background: #F3F0FA;
  border-radius: 25px;
  padding: 20px 40px 70px 40px;
}
.sub-receipt-rowmt30 {
  margin-top: 30px;
}
.sub-receipt-rowpb30 {
  padding-bottom: 30px;
}
.cnl-sub-btn {
  background-color: #8D083A;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 14px 35px 16px 35px;
  border: 0;
  outline: 0;
  border-radius: 34px;
}
.cnl-sub-btn:hover {
  background-color: #b43070 !important;
  transition: 0.6s;
}
.cnl-sub-btn:active {
  background: #b43070 !important;
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
}
.auto-wdrwl-req-dd {
  width: 225px;
  margin: 30px auto;
}
.auto-wdrwl-req-smt {
  margin: 15px auto 100px auto !important;
  width: 184px;
  height: 54px;
  margin-top: 40px !important;
}
.wdrwl-pyout-pgntn {
  flex-wrap: wrap;
}
.report-selction .form-group {
  display: flex;
  flex-wrap: wrap;
}
.formet-sel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-right: 30px;
  padding-top: 17px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  color: #6D6E71;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
.formet-sel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 19px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: transparent;
  border: 1px solid #8D083A;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.formet-sel:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.formet-sel input:checked ~ .checkmark {
  background-color: transparent;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.formet-sel input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.formet-sel .checkmark:after {
  top: 3px;
  left: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #8D083A;
}
.settlement-wrap .withdrawal-fund-wrap .withdraw-content .m-checkbox-inline {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.wdrwl-popup-bdr-btm {
  border-bottom: 1px solid #CCCFD5;
}
.select-box {
  background: transparent;
  border-radius: 28px;
  color: #121212;
  font-weight: normal;
  font-size: 14px;
  position: relative;
}
.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  margin-bottom: 15px;
  z-index: 2;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
  border-radius: 25px;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 1;
  transition: 0.2s ease;
}
.select-box__value {
  display: block;
}
.select-box__value p {
  margin-bottom: 0px;
  font-size: 14px;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 28px;
  color: #121212;
  font-weight: normal;
  font-size: 12px;
  height: 45px;
  width: 100%;
}
.select-box__list {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 1;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  margin-top: 0px;
  box-shadow: 0px 3px 6px #00000029;
  right: 0;
  max-height: 240px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
  border-radius: 4px 4px 16px 16px !important;
  top: 25px;
}
.select-box__list li {
  display: flex;
  padding: 8px 10px;
  background-color: #ffffff;
  margin-bottom: 0px;
  font-size: 14px;
  cursor: pointer;
}
.select-box__list li:hover, .select-box__list li:focus {
  color: #546c84;
  background-color: #f5faff;
}
.select-box__list li img {
  max-width: 48px;
}
.select-box__list li:first-child {
  padding-top: 20px;
}
.select-box__list li .select-box__option {
  display: block !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  cursor: pointer;
}
.select-box__list li .calander-icon {
  width: 16px;
  vertical-align: bottom;
  margin-bottom: 1px;
}
.bank-select-filter {
  width: 100%;
}
.bank-select-filter .select-box .select-box__input-text {
  background-color: #f9f9f9;
  height: 40px;
  border-radius: 28px 0px 0px 28px;
}
.bank-select-filter .select-box .select-box__value p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bank-name-dropdown .select-box .select-box__input-text {
  background-color: #f9f9f9;
  height: 40px;
  border-radius: 28px;
}
.bank-name-dropdown .select-box .select-box__value p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bank-select-modal .select-box .select-box__input-text {
  background-color: #fff;
  height: 38px;
  border-radius: 28px;
  box-shadow: none;
  text-align: left;
  border-color: #bdbfc4;
}
.bank-select-modal .select-box .select-box__value p {
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bank-select-modal .select-box .select-box__value p img {
  max-width: 48px;
}
.bank-select-modal .select-box__current {
  box-shadow: none;
}
.bank-select-modal .select-box__list li .select-box__option {
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product-type-select .custom-input-filter {
  border-radius: 0px 28px 28px 0px;
}
.custom-select-with-input .bank-select-filter {
  width: 100%;
}
.custom-select-with-input .custom-drop-w-select.product-type-select {
  width: 58% !important;
}
.custom-select-with-input .custom-drop-w-select.product-type-select .custom-input-filter {
  border-radius: 0px 28px 28px 0px;
}
.request-id-selectbox {
  width: 100%;
}
.request-id-selectbox .select-box .select-box__input-text {
  background-color: #f9f9f9;
  height: 40px;
  border-radius: 28px;
}
.request-id-selectbox .select-box .select-box__value p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter-daterange-wrap {
  width: 100%;
}
.filter-daterange-wrap .custom-input-filter {
  padding: 10px 15px;
  background: #f9f9f9;
  border: 1px solid #BDBFC4;
  border-radius: 28px;
  width: 100%;
  color: #121212;
  font-weight: normal;
  font-size: 16px;
  height: 40px;
  line-height: 7.5;
}
.filter-daterange-wrap .custom-input-filter:hover, .filter-daterange-wrap .custom-input-filter:focus, .filter-daterange-wrap .custom-input-filter:active, .filter-daterange-wrap .custom-input-filter.active {
  outline: 0px;
  box-shadow: none;
}
.filter-daterange-wrap .custom-input-filter:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-weight: normal;
  font-size: 16px;
}
.filter-daterange-wrap .custom-input-filter::-moz-placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-weight: normal;
  font-size: 16px;
}
.filter-daterange-wrap .custom-input-filter::placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-weight: normal;
  font-size: 16px;
}
.custom-input-filter::-moz-placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-weight: normal;
  font-size: 16px;
}
.custom-input-filter:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-weight: normal;
  font-size: 16px;
}
.custom-input-filter::placeholder {
  color: rgba(18, 18, 18, 0.5);
  font-weight: normal;
  font-size: 16px;
}
@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
.bank-l-go-wd {
  max-width: 48px;
  width: 48px !important;
}
.edtuser-dd {
  position: relative;
  z-index: 99;
}
.send-rep-btn {
  background-color: #F16474;
  border-radius: 34px;
  color: #fff;
  height: 56px;
  padding: 0px 42px 0px 22px;
  font-size: 16px;
}
.send-rep-btn:hover {
  color: #fff;
}
.txt-link {
  text-decoration: underline;
  cursor: pointer;
  color: blue;
}
.send-rep-btn {
  background-color: #F16474;
  border-radius: 34px;
  color: #fff;
  height: 56px;
  padding: 4px 42px 0px 0px;
  font-size: 16px;
  margin-right: 0 !important;
  width: 156px;
}
.send-rep-btn:hover {
  color: #fff;
  background-color: #F16474;
  transition: 0.6s;
}
.send-rep-btn:active {
  background: #ce4050 !important;
  background: linear-gradient(90deg, #ce4050 0%, #fe7c8b 28%, #fe7c8b 66%, #ce4050 100%) !important;
}
.send-rep-btn img {
  margin-top: -7px;
}
.c-filter-dropdown .ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option {
  font-size: 14px;
  text-align: left;
}
.c-filter-dropdown .ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option img {
  margin-right: 5px;
  width: 40px;
}
.select-formate-filter .ng-dropdown-panel img {
  width: 20px !important;
}
.sub-pro-actv-btn {
  padding-top: 11px;
  width: 94px;
  height: 40px;
}
.chart-top-button {
  margin-top: 0px;
  left: 0%;
  padding: 0px;
  margin-bottom: 30px !important;
}
.my-custom-class {
  white-space: nowrap;
}
.pos-btm-chrt-hdng {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.trans-key-swt {
  margin-top: 12px !important;
  position: fixed;
  z-index: 8;
  right: 10px;
  padding-top: 9px;
  background: radial-gradient(ellipse farthest-corner at center, white 30%, #f2f2f2 100%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 15px;
  padding: 8px 5px 0px 10px !important;
  border-radius: 6px;
}
.trml-loc-hdng {
  font-size: 35px;
  color: #324C6A;
  text-align: left;
  padding: 26px 0px;
  font-weight: 600;
}
.cust-map-padng {
  padding-top: 65px;
  padding-bottom: 0px;
}
.cust-map-frm-bg {
  padding: 25px !important;
}
.rental-view-tbl-bdr-rdus {
  border-radius: 15px;
}
.rental-view-data-table-label {
  font-size: 18px;
  color: #324C6A;
  text-align: left;
  letter-spacing: normal;
  padding-left: 10px;
}
.rental-view-data-table tr,
.rental-view-data-table th {
  background-color: transparent !important;
}
.rental-view-data-table th {
  font-weight: 500 !important;
}
.rental-view-data-table tbody tr {
  border-bottom: 1px solid #ccc;
}
.rental-view-data-table thead tr {
  border-bottom: 1px solid #ccc;
}
.rental-view-data-table tbody tr:last-child {
  border-bottom: 0 !important;
}
.apexcharts-canvas {
  width: 100% !important;
  text-align: center;
}
.product-modal-wrap .product-items {
  overflow-y: auto;
  height: 300px;
}
.product-modal-wrap .product-items::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}
.product-modal-wrap .product-items::-webkit-scrollbar-track {
  background: #FCF0F0;
  border-radius: 10px;
}
.product-modal-wrap .product-items::-webkit-scrollbar-thumb {
  background: #7E0E45;
  border-radius: 10px;
}
.product-modal-wrap .product-items::-webkit-scrollbar-thumb:hover {
  background: #7E0E45;
  border-radius: 10px;
}
.share-close-modal-btn {
  top: 30px !important;
  right: 30px !important;
  padding: 0px 2px 3px 3px !important;
}
.share-inv-popup .btn {
  padding: 6px 15px !important;
}
.share-inv-popup .btn:hover {
  color: #fff !important;
}
.send-invoice-via ul {
  list-style: none;
  text-align: left;
}
.send-invoice-via ul li {
  display: inline-block;
  margin-right: 10px;
}
.send-invoice-via ul li a.mail,
.send-invoice-via ul li a.phone {
  color: #fff;
  background: #7e0e45;
  text-align: center;
  font-size: 14px;
  padding: 6px 8px 6px 8px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.share-via-btn {
  color: #fff;
  background: #7e0e45;
  height: 40px;
  margin-left: 15px;
  border-radius: 5px !important;
}
.inv-view-tbl-bdr th,
.inv-view-tbl-bdr td {
  border: 1px solid #e1e1e1 !important;
  padding: 15px !important;
}
.inv-view-tbl-bdr td {
  font-size: 14px;
  color: #324c6a;
}
.inv-view-tbl-hdng {
  font-size: 18px !important;
  color: #7e0e45 !important;
  text-align: center !important;
  font-weight: 600 !important;
}
.inv-pro-dtl {
  color: #7e0e45;
  font-size: 16px;
  margin-left: 5px;
  margin-top: -3px;
  cursor: pointer;
}
.product-items .check-icon {
  margin-right: 15px;
  margin-top: 15px;
  color: #7e0e45;
  font-size: 20px;
}
.edt-inv-stus {
  font-weight: 600;
  color: #7E0E45;
  margin-top: -5px;
}
.edt-inv-stus:hover {
  color: #7E0E45;
}
.edt-amnt-inv-inp input {
  border-radius: 20px !important;
}
.edit-invoice td {
  font-size: 16px;
  color: #324c6a;
  padding-left: 0px;
}
.create-product-btn {
  background-color: #38a4c3 !important;
  height: 48px;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0 3 6 rgba(0, 0, 0, 0.16);
  border: 0px;
  padding: 3px 25px 0px 10px;
  font-size: 16px;
  line-height: 18px;
}
.create-product-btn:hover {
  background-color: #1a88a7 !important;
  transition: 0.6s;
  color: #fff;
}
.create-product-btn:active {
  background: #1a88a7 !important;
  background: linear-gradient(90deg, #1a88a7 0%, #58c2e0 28%, #58c2e0 66%, #1a88a7 100%) !important;
}
.create-product-btn img {
  width: 30px;
}
.exp-product-btn {
  border: 1 px solid #324c6a;
  border-radius: 28px;
  height: 48px;
  background-color: transparent !important;
  color: #324c6a;
  border-color: #324c6a !important;
  font-size: 16px;
}
.exp-product-btn:hover {
  background-color: #b43070 !important;
  transition: 0.6s;
}
.exp-product-btn:active {
  background: #b43070 !important;
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
}
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropdown-pdf {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
}
.dropdown-content a {
  color: #324c6a;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.dropdown-content a:first-child {
  border-radius: 10px 10px 0px 0px;
}
.dropdown-content a:last-child {
  border-radius: 0px 0px 10px 10px;
}
input:-internal-autofill-selected {
  transition: background-color 5000s ease-in-out 0s !important;
  color: #324c6a !important;
}
.dropdown-content a:hover {
  background-color: #7e0e45;
  color: #fff !important;
}
.dropdown-pdf:hover .dropdown-content {
  display: block;
}
.dropdown-pdf:hover .dropbtn {
  background-color: #3e8e41;
}
.product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt {
  width: 44px !important;
  height: 44px !important;
  text-align: center;
  display: block;
  padding: 7px 14px !important;
  margin: 5px auto;
}
.otp-section input {
  width: 50px !important;
  outline: 0;
  box-shadow: none;
  text-align: center;
}
.account-OTP .close {
  background: #7E0E45;
  width: 45px;
  height: 45px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: none;
  font-size: 25px;
  padding: 0 0 8px 0px !important;
  text-align: center;
  opacity: 1 !important;
}
.pdct-str-link {
  position: absolute;
  left: 0;
  margin-top: 7px;
  background: radial-gradient(ellipse farthest-corner at center, white 30%, #f2f2f2 100%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 15px;
  padding: 8px 5px 0px 10px !important;
  border-radius: 6px;
  cursor: pointer;
}
.pdct-str-link .sb-wrapper .sb-icon {
  background-color: transparent !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 3px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 0 3px !important;
  font-size: 14px !important;
  border: 0;
  background: transparent !important;
  margin-top: 8px;
  margin-left: 5px;
}
.sb-wrapper .sb-icon {
  border-radius: 7px !important;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16) !important;
}
.pdct-str-link .sb-circles-light {
  margin-top: -8px;
  margin-left: 0px;
}
.transfer-form button {
  border-radius: 20px;
  padding: 7px 30px 10px;
  background-color: #FFC713 !important;
  border: none !important;
  color: #7E0E45 !important;
}
.transfer-form button:hover {
  background-color: #FFC713 !important;
  color: #7E0E45 !important;
}
.transfer-form .box-title {
  font-size: 18px;
  color: #7E0E45;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.account-OTP h4 {
  font-size: 30px;
  color: #7E0E45;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 0 !important;
}
.sms-noti-lbl h6 {
  color: #7E0E45 !important;
  font-size: 20px !important;
  line-height: 37px;
  letter-spacing: normal;
  font-weight: 600;
  margin-right: 15px;
}
.crt-usr-enbl-otp-lbl h6 {
  font-size: 16px !important;
  text-align: left !important;
  font-weight: 500 !important;
  color: #324c6a !important;
}
.crt-usr-enbl-otp-lbl label {
  font-size: 14px;
  color: #324c6a;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -5px;
}
.price-row {
  text-align: center;
  margin-bottom: 0 !important;
}
.crt-usr-enbl-otp-lbl input {
  cursor: pointer;
}
.price-row .custom-control-label {
  font-size: 18px;
  color: #7E0E45;
  font-weight: 600;
  margin-bottom: 13px;
  margin-top: 0px;
}
.remv-bank-hdr {
  position: relative;
  font-family: "DIN Next LT Arabic";
}
.remv-bank-hdr h4 {
  font-size: 30px;
  color: #7E0E45;
  text-align: left;
  letter-spacing: normal;
  font-family: "DIN Next LT Arabic";
}
.remv-bank-hdr .close-modal-btn {
  top: 10px !important;
  right: 10px !important;
  padding: 0;
  padding-bottom: 23px !important;
}
.remv-bnk-cntnt h4 {
  font-size: 16px;
  color: #324c6a;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "DIN Next LT Arabic";
}
.otp-section .otp-text {
  font-size: 16px !important;
  text-align: center !important;
  font-weight: 500 !important;
  color: #324c6a !important;
  margin-bottom: 15px;
}
.resend-otp {
  font-size: 14px !important;
  color: #324c6a;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #7E0E45 !important;
}
.filter-daterange-main button {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  border-radius: 20px;
  padding: 5px 25px 7px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 33px;
  border-color: rgba(115, 102, 255, 0.1) !important;
}
.filter-daterange-main button:hover {
  color: #fff;
}
.filter-daterange-main .dt-apply-btn {
  background-color: #7e0e45 !important;
}
.filter-daterange-main .dt-apply-btn:hover {
  background-color: #b43070 !important;
  transition: 0.6s;
}
.filter-daterange-main .dt-apply-btn:active {
  background: #b43070 !important;
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
}
.filter-daterange-main .dt-clear-btn {
  background-color: #43C0B9 !important;
}
.filter-daterange-main .dt-clear-btn:hover {
  background-color: #33a49e !important;
  transition: 0.6s;
}
.filter-daterange-main .dt-clear-btn:active {
  background: #33a49e !important;
  background: linear-gradient(90deg, #33a49e 0%, #6eded7 30%, #6eded7 60%, #33a49e 100%) !important;
}
.ng-dropdown-panel .scroll-host::-webkit-scrollbar {
  width: 6px;
}
.ng-dropdown-panel .scroll-host::-webkit-scrollbar-track {
  border-radius: 6px;
  background: transparent;
}
.ng-dropdown-panel .scroll-host::-webkit-scrollbar-thumb {
  background: #7e0e45;
  border-radius: 6px;
}
.ng-dropdown-panel .scroll-host::-webkit-scrollbar-thumb:hover {
  background: #7e0e45;
}
.settlement-data-table {
  margin-bottom: 15px;
}
.settlement-data-table::-webkit-scrollbar {
  height: 6px;
}
.settlement-data-table::-webkit-scrollbar-track {
  border-radius: 6px;
  background: transparent;
}
.settlement-data-table::-webkit-scrollbar-thumb {
  background: #7e0e45;
  border-radius: 6px;
}
.settlement-data-table::-webkit-scrollbar-thumb:hover {
  background: #7e0e45;
}
.ng-dropdown-panel .scroll-host {
  background: #f9f9f9;
  padding-top: 22px;
  padding-bottom: 0px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f3f0fa !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: transparent !important;
}
.mycustom-tooltip .tooltip-inner {
  background-color: #FFFFFF;
  color: #324c6a;
  font-size: 13px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 210px;
  font-style: normal;
  font-weight: 400;
  display: block;
  text-align: left;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  word-wrap: break-word;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.16);
  letter-spacing: 0.7px;
}
.mycustom-tooltip.tooltip.show {
  opacity: 1;
}
.mycustom-tooltip.bs-tooltip-top .arrow::before, .mycustom-tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #FFFFFF;
}
.mycustom-tooltip.bs-tooltip-bottom .arrow::before, .mycustom-tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #FFFFFF;
}
.mycustom-tooltip.bs-tooltip-left .arrow::before, .mycustom-tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #FFFFFF;
}
.mycustom-tooltip.bs-tooltip-right .arrow::before, .mycustom-tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #FFFFFF;
}
.testing-btn {
  padding: 11px 40px 16px 40px;
  background-color: #64a956 !important;
  color: #fff;
  border-radius: 28px;
  border: 1px solid #64a956 !important;
  font-size: 18px;
  position: relative;
  box-shadow: 0 9px #666;
  cursor: pointer;
}
.dkrd-btn {
  position: absolute;
  width: 0%;
  height: 100%;
  border-radius: 28px;
  background-color: rgb 160, 212, 150, 0.3;
  left: 0;
  top: 0;
  overflow: hidden;
}
.testing-btn .dkrd-btn {
  width: 100%;
  transition: 0.6s;
  overflow: visible;
}
.testing-btn:active {
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.report-default-img {
  width: 190px;
  height: 190px;
  background-color: #F3F0FA;
  text-align: center;
  margin: 10% auto 0 auto;
  padding-top: 35px;
  border-radius: 50%;
}
.report-default-img img {
  max-width: 100%;
}
.report-default-text {
  color: #121212;
  text-align: center;
  margin-top: 50px;
  font-size: 25px;
  margin-bottom: 10%;
  letter-spacing: normal;
}
h5.common-chart-title {
  text-align: center;
  color: #6D6E70;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sub-view-popup > div span,
.sub-pro-detail > div span {
  color: #96273b;
  font-weight: 500;
  word-break: break-word;
}
.merchant-header .merchant-tab li:last-child {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.sub-pro-detail table td,
.sub-pro-detail table th,
.sub-view-popup table td,
.sub-view-popup table th {
  padding: 8px 8px !important;
  text-align: left !important;
  width: 50% !important;
  border: 0px !important;
}
.sub-pro-detail table td span,
.sub-pro-detail table th span,
.sub-view-popup table td span,
.sub-view-popup table th span {
  color: #96273b;
  font-weight: 500;
  word-break: break-word;
}
.sub-pro-detail table tr,
.sub-view-popup table tr {
  background: transparent !important;
}
.home-content-main .counter-wrapper .home-counter-inner li:last-child {
  margin-right: 0% !important;
}
.transaction__box .col-lg-6 .card {
  height: 100%;
}
.view-tbl-btm-bdr {
  border-bottom: #e9e9e9 1px solid;
}
.country-dropdown {
  border: 0 !important;
  z-index: 1 !important;
  padding-top: 20px !important;
  margin-top: -20px !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 5px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 1px 5px !important;
}
.iti .iti__country-list {
  width: 212px !important;
  overflow-x: hidden;
  padding-bottom: 15px !important;
}
.country-dropdown ul li.iti__country {
  display: block !important;
}
.iti .iti__country-list::-webkit-scrollbar {
  width: 6px;
}
.iti .iti__country-list::-webkit-scrollbar-track {
  border-radius: 6px;
  background: transparent;
}
.iti .iti__country-list::-webkit-scrollbar-thumb {
  background: #7e0e45;
  border-radius: 6px;
}
.iti .iti__country-list::-webkit-scrollbar-thumb:hover {
  background: #7e0e45;
}
.invoice-modal-wrapper .invoice-modal-inner .col-lg-4 {
  z-index: 9;
}
.iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 .iti__selected-flag {
  z-index: 99999;
}
.iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 input {
  z-index: 999;
  border: 1px solid #bdbfc4;
}
.btn-invoice-yellow-disabled {
  background-color: #f1c36a;
}
.btn-invoice-green-disabled {
  background-color: #91cd85;
}
.settlement-wrap .settlement-data-table tr.child:nth-child(3n-1) {
  background-color: #fff;
}
.settlement-wrap .settlement-data-table tr.child:nth-child(2n-1) {
  background-color: #f3f0fa;
}
.filter-daterange-main {
  position: relative;
}
.cdk-overlay-container,
.cdk-overlay-pane {
  z-index: 9999 !important;
}
.login-card .login-main .theme-form input:-webkit-autofill,
.login-card .login-main .theme-form input:-webkit-autofill:hover,
.login-card .login-main .theme-form input:-webkit-autofill:focus {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.inv-pro-dtl span {
  display: none;
}
.edt-inv-mob-viw {
  display: none;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input {
  border: 1px solid #bdbfc4 !important;
}
.separate-dial-code {
  margin-bottom: 0 !important;
}
.confg-sec-key-icon {
  position: absolute;
  right: 20px;
  top: 11px;
  display: flex;
  cursor: pointer;
}
.sec-key-hd-eye {
  display: none;
  height: 18px;
  color: #7E0E45;
}
.sec-key-open-eye {
  display: block;
  height: 18px;
  color: #7E0E45;
}
.sec-key-copy-icon {
  margin-left: 10px;
  cursor: pointer;
}
.sec-key-copy-icon img {
  width: 35px;
}
.busi-info-def-img {
  display: none;
}
.home-online-payment .tansactions__content .transactions__right-box .mob-view {
  display: none;
}
.pos-btm-chrt-hdng h5.common-chart-title {
  font-size: 20px !important;
}
.no-record-txt {
  color: #121212;
  margin-top: 15px;
  margin-bottom: 10%;
  font-size: 20px;
  letter-spacing: normal;
  font-weight: normal;
}
.live-trml-anmtr {
  position: absolute;
  top: -36px;
  left: 20%;
  width: 20px;
}
.live-trml-anmtr img {
  max-width: 100%;
}
.mob-view-ecom-page {
  display: none;
}
.product-nm {
  color: #7e0e45;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: normal;
  font-weight: 600;
}
.rjctd-view-icon {
  margin-top: 5px;
}
.user-avatar .product-overlay {
  border-radius: 26px;
}
.user-avatar .product-overlay .product-sele-option,
.user-avatar .product-overlay .product-sele-option .product-dtl-view {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.user-avatar .product-overlay .product-sele-option {
  height: 90% !important;
}
.user-avatar:hover .product-overlay {
  display: block;
  z-index: 1;
}
.user-avatar .product-overlay .product-sele-option .product-dtl-view i {
  font-size: 22px !important;
}
.user-avatar p.view-prdct-dtl {
  font-size: 14px;
}
.bank-content-d-height {
  min-height: 64px;
}
.bank-select-modal .custom-control-label {
  font-size: 14px;
  color: #324c6a;
  font-weight: 500;
  margin-bottom: 13px;
  margin-top: 0px;
}
.bank-select-modal .custom-control-label span {
  color: #7E0E45;
  font-weight: 600;
  cursor: pointer;
}
.theme-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  left: -17px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.theme-checkbox .custom-control-label::before {
  height: 19px;
  width: 19px;
  border-color: #7E0E45 !important;
  border-radius: 3px;
  border-width: 2px;
  top: 1px;
  outline: 0;
  box-shadow: none;
}
.theme-checkbox .custom-control-input:checked ~ .theme-checkbox .custom-control-label::before,
.theme-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #7E0E45 !important;
}
.theme-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  outline: 0;
}
.theme-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.manage-user-table > div img {
  cursor: pointer;
}
.merchant-header ul.compare__slaes-wrap {
  display: none !important;
}
.submit-action {
  display: flex;
  justify-content: center;
}
.submit-action > button {
  width: 46% !important;
}
.hei-adjs {
  margin-bottom: 20px !important;
}
.bank-info-note {
  text-align: left;
}
.bank-info-note ul {
  list-style: none;
  padding-left: 0;
}
.bank-info-note ul li {
  color: #324c6a;
  font-size: 14px;
  text-align: left;
  letter-spacing: normal;
}
.my-account-inner .card > div {
  flex-wrap: wrap;
}
.business-dtl-img {
  padding-top: 5px;
}
.disable-sec-key-copy {
  opacity: 0.6;
}
.view-tbl-btm-bdr {
  background-color: transparent !important;
}
.business-info-wrap .submit-action > button:first-child {
  margin-right: 20px;
}
.inv-view-tbl-bdr tr td {
  width: inherit !important;
  padding: 10px !important;
  text-align: center;
}
.mat-slide-toggle-content > label {
  margin-left: 0 !important;
}
.transaction__box,
.bottom-maps-wrapper {
  margin-left: 30px !important;
}
.report-download-main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.conf-api-lnk {
  text-align: right;
  color: #7e0e45;
}
.conf-api-lnk a {
  font-size: 18px;
  color: #7e0e45;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  letter-spacing: normal;
}
.conf-api-lnk a:hover {
  text-decoration: underline;
  transition: 0.6s;
  color: #324c6a;
}
ul.term-condtn-list {
  list-style: disc;
  padding-left: 0;
  width: 85%;
  margin: 0 auto;
}
ul.term-condtn-list li {
  font-size: 16px;
  color: #324c6a;
  text-align: left;
  padding-top: 5px;
  letter-spacing: normal;
}
.home-cont-h-1 {
  display: none;
  min-width: 250px;
  text-align: left;
  min-height: 40px;
  padding: 10px 15px;
  border-radius: 18px;
  position: absolute;
  color: #fff !important;
  left: -100px;
  top: 150%;
  font-size: 13px !important;
  cursor: pointer;
  font-weight: 600;
  z-index: 99999;
  vertical-align: middle;
  background-color: #7e0e45;
  box-shadow: 0 0 40px rgba(8, 21, 66, 0.09);
  -webkit-box-shadow: 0 0 40px rgba(8, 21, 66, 0.09);
}
.home-cont-h-1 img {
  position: absolute;
  top: 2px;
  left: 47%;
}
.success-rate-title .home-cont-h-1 {
  right: -10px;
  left: inherit;
}
.home-cont-h-1 p {
  font-size: 14px;
  text-align: left;
}
.email-n-title .adv-stng-logo {
  width: 70px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #dadce0;
  margin-right: 15px;
  padding: 8px;
}
.email-n-title .adv-stng-logo img {
  height: 100%;
  width: 100%;
}
.settlement-wrap .withdrawal-fund-wrap .balance-main h6 span img,
.s-n-content h5 span img {
  width: 18px;
  margin-top: -10px;
}
.home-content-main .counter-wrapper .home-counter-inner li .counter-number,
.home-content-main .counter-wrapper .home-counter-inner li .success-rate-title {
  position: relative;
}
.home-content-main .counter-wrapper .home-counter-inner li .counter-number span:hover .home-cont-h-1,
.home-content-main .counter-wrapper .home-counter-inner li .success-rate-title span:hover .home-cont-h-1 {
  display: block;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 15px;
  text-align: left;
  font-family: Open Sans, sans-serif !important;
}
.setting-data-box-mob-view .card .s-notification-wrapper {
  padding-top: 20px !important;
  padding-left: 15px !important;
}
.div-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.header-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  font-size: 16px;
  font-weight: 600;
  color: #324c6a;
}
.home-pos .counter-wrapper .home-counter-inner li .counter-content {
  height: 100%;
}
.settlement-wrap .withdrawal-fund-wrap .balance-main h6 span {
  margin-top: -3px;
  margin-left: 1px;
  position: absolute;
  font-style: italic;
}
.settlement-wrap .withdrawal-fund-wrap .balance-main h6 span .home-cont-h-1 {
  font-style: normal;
  min-width: 300px;
  line-height: normal;
  margin-top: 0%;
  margin-left: -130px;
  top: 100%;
}
.settlement-wrap .withdrawal-fund-wrap .balance-main h6 span:hover .home-cont-h-1 {
  display: block;
}
.fnd-hdr-pdng .col-xl-5 {
  z-index: 2;
}
.i-hover-content span {
  color: #324C6A;
}
.i-hover-content span:hover .home-cont-h-1 {
  display: block;
}
.s-n-content .col-md-5 {
  position: relative;
  z-index: 2;
}
.email-n-title h6 span .home-cont-h-1,
.s-n-content p span .home-cont-h-1,
.s-n-content h5 span .home-cont-h-1 {
  font-style: normal;
  line-height: normal;
  top: 38px;
  margin-left: 0px;
  min-width: 250px;
  max-width: 250px;
}
.email-n-title h6 span:hover .home-cont-h-1,
.s-n-content p span:hover .home-cont-h-1,
.s-n-content h5 span:hover .home-cont-h-1 {
  display: block;
}
.mat-slide-toggle {
  margin-left: 10px;
  line-height: inherit !important;
}
.view-dtl-img {
  width: 25px;
}
.view-dtl-img.napslogo_height {
  width: 52px;
  vertical-align: baseline;
  vertical-align: initial;
}
.view-dtl-img.himyanlogo_height {
  width: 52px;
  vertical-align: baseline;
  vertical-align: initial;
}
.pos-btm-chrt-hdng .home-cont-h-1,
.progress-chart-wrap .home-cont-h-1,
.chart-title-date-mob-view .home-cont-h-1 {
  position: absolute !important;
}
.inactive-marchant .home-cont-h-1 {
  margin-left: -100px;
}
.bin-cntry-icon {
  width: 35px;
  margin-left: 5px;
}
.mat-slide-toggle-content {
  font-family: Open Sans, sans-serif !important;
}
.home-content-main .counter-wrapper .home-counter-inner li .success-rate-title span:hover .home-cont-h-1 {
  display: block;
}
.apexcharts-pie-label {
  font-family: Open Sans, sans-serif !important;
  font-size: 15px !important;
}
.apexcharts-legend {
  text-align: right !important;
}
.apexcharts-legend-text {
  position: relative;
  font-size: 14px !important;
}
.success-color {
  background-color: #c8e2bb;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}
.failure-color {
  background-color: #e79c82;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}
.suc-grph,
.fail-grph {
  font-size: 14px;
  color: #324C6A;
  font-weight: 600;
  line-height: 10px;
  margin-left: 5px;
}
.home-content-main .weekly-chart-wrapper ul li.nav-item:first-child .nav-link,
.home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li:first-child a {
  border-top-left-radius: 40px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 0px;
}
.home-content-main .weekly-chart-wrapper ul li.nav-item:last-child .nav-link,
.home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li:last-child a {
  border-top-right-radius: 40px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 0px;
}
.apexcharts-legend {
  padding-top: 30px !important;
}
.primary-tab {
  display: flex;
  justify-content: center;
}
.pos-graph-btn {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.dashboard-piechart {
  margin-top: -10px;
}
.pos-fltr-help-1,
.pos-fltr-help-2,
.pos-fltr-help-3 {
  position: relative;
}
.chart-top-button span:hover .home-cont-h-1,
.pos-fltr-help-1 span:hover .home-cont-h-1,
.pos-fltr-help-2 span:hover .home-cont-h-1 .pos-fltr-help-3 span:hover .home-cont-h-1 {
  display: block;
  width: 200px;
}
.all-notif-bg {
  height: 72vh;
  overflow-y: auto;
  padding: 0px 10px 10px !important;
}
.all-notif-bg::-webkit-scrollbar-track {
  background: #FCF0F0;
  border-radius: 10px;
}
.all-notif-bg::-webkit-scrollbar-thumb {
  background: #7E0E45;
  border-radius: 10px;
}
.all-notif-bg::-webkit-scrollbar-thumb:hover {
  background: #7E0E45;
  border-radius: 10px;
}
.all-notif-bg > div {
  display: flex;
  flex: 1;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px 40px 10px 20px;
  border-bottom: 1px solid #CCCFD5;
}
.all-notif-bg > div:hover {
  background-color: #eeeded;
}
.all-notif-bg > div:last-child {
  border-bottom: 0;
}
.read-unrd-lbl {
  display: flex;
  justify-content: end;
  position: absolute;
  right: 60px;
  margin-top: -70px !important;
  border-bottom: 0 !important;
}
.read-unrd-lbl > div {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  background-color: #7e0e45;
  padding: 12px 30px;
  border-radius: 24px;
  cursor: pointer;
  margin-top: 10px !important;
}
.read-unrd-lbl > div:hover {
  background-color: #b43070 !important;
  transition: 0.6s;
}
.read-unrd-lbl > div:active {
  background: #b43070 !important;
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
}
.notif-content {
  font-size: 16px;
  color: #324C6A;
  text-align: left;
  line-height: 23px;
  width: 80%;
}
@media screen and (max-width: 1600px) {
  .notif-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .notif-content {
    font-size: 13px;
  }
}
.unread-notif {
  background-color: #f3f0fa;
  font-weight: bold;
  cursor: pointer;
}
.unread-notif:hover {
  background-color: #e7e4ef !important;
}
.notif-tm {
  font-size: 12px;
  color: #7e0e45;
  font-weight: normal;
  text-align: left;
  line-height: 21px;
  white-space: nowrap;
  margin-top: 5px;
  margin-left: 45px;
  width: 130px;
}
.notif-btn {
  border: 0;
  outline: 0 !important;
  width: 115px;
  height: 27px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 14px;
  background-color: #E79C82;
  margin-left: 45px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .notif-btn {
    font-size: 13px;
  }
}
.read-unrd-lbl .tooltip .tooltip-inner {
  white-space: nowrap;
}
.all-notif-mob-view .card {
  padding-top: 80px !important;
  padding-bottom: 15px !important;
}
.notf-load {
  position: relative;
  text-align: center;
}
.notf-load svg {
  width: 50px !important;
  height: 50px !important;
}
.notf-load app-sadad-loader .sadad {
  width: 25px !important;
  height: 25px !important;
  margin-left: -57px;
  top: 13px;
}
.manage-users-btn {
  display: flex;
  margin-top: -25px;
}
.red-btn {
  background-color: #7e0e45 !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  border-radius: 25px;
  padding: 2px 30px;
  display: inline-block;
  margin: 0 auto;
  line-height: 40px;
  margin-top: 0px;
  border-color: rgba(115, 102, 255, 0.1) !important;
}
.edit-pink-btn:hover {
  background-color: #b43845 !important;
  transition: 0.6s;
}
.edit-pink-btn:active {
  background: #f16474;
  background: linear-gradient(90deg, #f16474 0%, #f7cdd2 28%, #f7cdd2 66%, #f16474 100%);
}
.sms-noti-lbl h6 span:hover .home-cont-h-1,
.push-nitf-spn-img p span:hover .home-cont-h-1 {
  display: block;
}
.push-nitf-spn-img p span .home-cont-h-1 {
  top: 60%;
  line-height: 20px;
}
.push-nitf-spn-img img {
  position: absolute;
  top: -5px;
  right: 0px;
  cursor: pointer;
}
.home-online-payment .counter-wrapper .home-counter-inner li .card,
.home-pos .counter-wrapper .home-counter-inner li .card {
  margin-bottom: 0;
  height: calc(100% - 0px);
}
.home-online-payment .counter-wrapper,
.home-pos .counter-wrapper {
  z-index: 1;
}
.tab-content .row > div.col-xl-4:nth-child(1),
.tab-content .row > div.col-xl-4:nth-child(2),
.tab-content .row > div.col-xl-4:nth-child(3),
.tab-content .row > div.col-xl-4:nth-child(4) {
  -webkit-animation: inherit !important;
  animation: inherit !important;
}
.no-notfcn {
  margin-top: 15%;
  width: 100%;
  text-align: center;
  display: block !important;
  border-bottom: 0 !important;
}
.no-notfcn h3 {
  font-size: 30px;
  color: #324C6A;
  text-align: center;
  font-weight: bold;
}
.no-notfcn img {
  width: 100px;
}
.no-notfcn:hover {
  background-color: #fff !important;
}
.amnt-qar {
  width: 70px;
  left: 28px;
  top: 1px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 36px;
  padding-top: 8px;
  background: #f1f1f1;
  position: absolute;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .amnt-qar {
    left: 0px !important;
  }
}
.wd-amt-popup .amnt-qar {
  width: 70px;
  left: 28px;
  top: 1px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 54px;
  padding-top: 15px;
  background: #f1f1f1;
  position: absolute;
  z-index: 9;
}
.wd-amt-popup .amount-input {
  height: 56px !important;
  border-radius: 50px !important;
}
.sbcptn-frt-detail .amnt-qar {
  left: 0;
  background-color: #7e0e45 !important;
  width: 50px;
  color: #fff;
  text-align: center;
}
.suscrptn-view-table {
  justify-content: flex-end;
}
/*Sadad Designer CSS Start*/
/*BALANCE STATEMENT CSS START*/
.balance-statement-wrapper .bal-payment-in-title {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.balance-statement-wrapper .invoice-counter p {
  padding-top: 0px !important;
}
.balance-statement-wrapper .total-record-content h5 {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.balance-statement-wrapper .total-record-content p {
  font-weight: bold;
  font-size: 24px;
  padding: 0px 15px;
  letter-spacing: normal;
  color: #66788F;
}
.balance-statement-wrapper .totle-record-wrap .card {
  background-color: #d5e5f5;
}
.balance-statement-wrapper .totle-record-wrap .card p {
  color: #38a4c3;
}
.balance-statement-action {
  padding: 16px 20px;
}
.balance-statement-action .exp-product-btn {
  height: 48px;
}
.in-transaction {
  color: #14bd7f;
}
.out-transaction {
  color: #bd1414;
}
/*BALANCE STATEMENT CSS END*/
/*CREATE SUBSCRIPTION CSS START*/
.create-sub-content label {
  font-size: 16px;
  color: #324C6A;
  font-weight: 600;
  margin-bottom: 12px;
}
.create-sub-content .subscription-fre-wrap .prefrred-sub-table {
  overflow-y: auto;
  max-height: 328px;
  border-radius: 15px;
  border-bottom: 1px solid #f2f4ff;
}
.create-sub-content .subscription-fre-wrap .prefrred-sub-table::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}
.create-sub-content .subscription-fre-wrap .prefrred-sub-table::-webkit-scrollbar-track {
  background: #FCF0F0;
  border-radius: 10px;
}
.create-sub-content .subscription-fre-wrap .prefrred-sub-table::-webkit-scrollbar-thumb,
.create-sub-content .subscription-fre-wrap .prefrred-sub-table ::-webkit-scrollbar-thumb {
  background: #7E0E45;
  border-radius: 10px;
}
.create-sub-content .subscription-fre-wrap .prefrred-sub-table::-webkit-scrollbar-thumb:hover,
.create-sub-content .subscription-fre-wrap .prefrred-sub-table ::-webkit-scrollbar-thumb:hover {
  background: #7E0E45;
  border-radius: 10px;
}
.create-sub-content .subscription-fre-wrap .prefrred-sub-table table {
  border-radius: 15px;
}
.create-sub-content .subscription-fre-wrap .prefrred-sub-table table th {
  background-color: #f3f0fa;
  font-weight: 600;
  color: #324c6a;
}
.create-sub-content .subscription-fre-wrap .prefrred-sub-table table td a {
  background-color: #7E0E45;
  height: 22px;
  width: 22px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  line-height: 20px;
  font-size: 18px;
}
.create-sub-content .subscription-fre-wrap .prefrred-sub-table table td a span {
  margin-left: 2px;
}
.create-sub-content .subscription-fre-wrap .prefrred-sub-table table td.data-selected {
  background-color: #e2e6ea;
}
.create-sub-content .subscription-fre-wrap .prefrred-sub-table .sub-checkbox .checkbox input {
  margin: 0px;
}
.create-sub-content .subscription-fre-wrap .prefrred-sub-table .sub-checkbox .checkbox input[type=checkbox]:checked + label::before {
  margin-top: -5px;
}
.create-sub-content .subscription-fre-wrap .prefrred-sub-table .sub-checkbox .checkbox label {
  padding-left: 0px;
}
.create-sub-content .subscription-fre-wrap .prefrred-sub-table .sub-checkbox .checkbox label::before {
  margin-top: -5px;
}
.create-sub-content .subscription-fre-wrap .subs-billing-content {
  margin-top: 25px;
}
.create-sub-content .subscription-fre-wrap .subs-billing-content p {
  font-size: 14px;
  color: #324C6A;
}
.create-sub-content .subscription-fre-wrap .subs-billing-content p span {
  font-weight: 700;
  color: #7E0E45;
}
.create-sub-content .subscription-fre-wrap .sub-customer-details {
  padding: 15px;
  border: 1px solid #66788F6B;
  border-radius: 15px;
  margin-top: 20px;
}
.create-sub-content .subscription-fre-wrap .sub-customer-details p {
  color: #324C6A;
  margin-bottom: 10px;
  font-weight: 600;
}
.create-sub-content .subscription-fre-wrap .sub-customer-details .sub-customer-input .s-c-inputcontrol {
  background-color: #f9f9f9;
  height: 44px;
  border-radius: 28px;
  border: 1px solid #bdbfc4;
  outline: 0px;
  box-shadow: none;
  font-size: 14px;
  color: #324c6a;
}
/*CREATE SUBSCRIPTION CSS END*/
/*Enhancement Css start*/
.customer-name-main .custom-input-filter {
  padding-left: 12px !important;
}
.n-main-header .header-wrapper {
  padding: 15px 20px !important;
}
.n-main-header .n-nav-menu .profile-nav {
  margin-right: 0px;
}
.n-main-header .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container {
  padding: 0px 5px;
  background: #f9f9f9;
  border: 0px !important;
  border-radius: 28px;
  color: rgba(18, 18, 18, 0.5);
  font-weight: normal !important;
  font-size: 16px;
  letter-spacing: normal;
  height: 35px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  outline: 0;
  width: 180px;
  max-width: 180px;
}
.n-main-header .header-dropdown .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  font-size: 15px;
  font-weight: 500;
  color: #324c6a;
}
.n-main-header .pos-selection {
  transform: translate(-50%, 0%) !important;
}
.n-main-header .n-h-custom-dropdown .ng-select .ng-arrow-wrapper {
  background-image: url('n-h-dropdown-arrow.1ed30e3710f696428370.svg') !important;
}
.n-main-header .n-h-custom-dropdown .ng-dropdown-panel {
  z-index: 1;
  top: 0;
  border-radius: 16px;
  max-width: 180px;
  width: 180px;
}
.n-main-header .n-h-custom-dropdown .ng-dropdown-panel .scroll-host {
  padding-top: 35px;
  padding-bottom: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.n-home-counter {
  padding: 0px 20px;
}
.n-home-counter .counter-wrapper {
  padding-top: 82px !important;
  padding-left: 0px !important;
}
.n-home-counter .weekly-chart-wrapper {
  padding-left: 0px;
}
.n-home-counter .bottom-maps-wrapper {
  margin-left: 0px !important;
}
.n-home-counter .transaction__box {
  margin-left: 0px !important;
}
.terms-cond-content {
  width: 90%;
  margin: 0 auto;
}
.terms-cond-content .auto-withd-content {
  font-size: 16px;
  color: #324c6a;
  text-align: left;
  padding-top: 5px;
  letter-spacing: normal;
  margin-bottom: 2px;
}
.tandc-label-text {
  font-size: 14px;
  color: #324c6a;
  font-weight: 500;
  margin-bottom: 13px;
  margin-top: 0px;
  margin-left: 4px;
}
.tandc-label-text span {
  color: #7E0E45;
  font-weight: 600;
  cursor: pointer;
}
.n-submit-btn {
  font-size: 16px;
  background-color: #7e0e45 !important;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  border-radius: 50px;
  padding: 10px 45px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 25px;
  border-color: rgba(115, 102, 255, 0.1) !important;
}
.n-submit-btn:hover {
  background-color: #b43070 !important;
  transition: 0.6s;
  color: #ffffff !important;
}
.n-submit-btn:active {
  background: #b43070 !important;
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
  color: #ffffff !important;
}
.custom-tooltip {
  position: relative;
  display: inline-block;
  width: 16px;
  margin-left: 5px;
}
.custom-tooltip img {
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.custom-tooltiptext {
  width: 230px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  color: #6D6E71;
  text-align: center;
  border-radius: 20px;
  padding: 5px 0;
  position: absolute;
  top: 50%;
  padding: 10px;
  display: none;
  transition: opacity 0.5s;
  z-index: 99 !important;
  box-shadow: 0px 3px 6px #00000029;
  font-style: normal !important;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  cursor: default;
}
.custom-tooltiptext.custom-t-right {
  left: 100%;
}
.custom-tooltiptext.custom-t-left {
  right: 10px;
}
.custom-tooltiptext.custom-t-top {
  top: -100%;
  left: 100%;
}
.custom-tooltiptext.custom-t-wide {
  width: 400px;
}
.custom-tooltip:hover + .custom-tooltiptext {
  display: inline-block;
}
.n-c-modalclose {
  background-color: #7E0E45;
  opacity: 1;
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 0px 0px 0px 2px;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: -10px;
  font-size: 18px !important;
  right: -10px;
  outline: 0px;
  border: 0;
  text-align: center;
}
.n-c-modalclose:hover {
  color: #ffffff;
}
.n-c-modalclose span {
  font-size: 22px;
}
.ng-select.ng-select-opened .ng-select-container {
  z-index: 6 !important;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}
ngx-intl-tel-input input:hover {
  box-shadow: none !important;
}
.dashboard-piechart .apexcharts-legend-series {
  text-align: left;
}
.otp-unsuscribe-main .createinvoicetitle,
.otp-subscribe-main .createinvoicetitle {
  font-size: 20px !important;
}
.create-user-form .errors {
  text-align: left;
  font-size: 12px;
  margin: auto;
  margin-left: 16px;
  color: red;
  font-style: italic;
  display: block;
}
.tab-slider-nav {
  position: fixed;
  right: 20px;
  top: 122px;
  z-index: 11;
}
.tab-slider-nav .tab-slider-tabs {
  padding: 2px;
  border-radius: 50px;
}
.tab-slider-nav .tab-slider-tabs .tab-slider-trigger {
  display: inline-block;
  list-style-type: none;
}
.tab-slider-nav .tab-slider-tabs .tab-slider-trigger a {
  padding: 8px 25px;
  background-color: #fff;
  border-radius: 50px;
  display: block;
  color: #324c6a;
  opacity: 0.5;
  font-weight: 500;
}
.tab-slider-nav .tab-slider-tabs .tab-slider-trigger a.active {
  background-color: #7E0E45;
  opacity: 1;
  color: #fff;
  font-weight: 600;
}
.login-lang-selection {
  position: absolute;
  right: 50px;
  top: 50px;
}
.login-lang-selection a {
  display: inline-block;
  height: 35px;
}
.login-lang-selection a img {
  height: 100%;
}
.dropdown-border-bottom .ng2-tag-input__text-input {
  width: 500px !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items {
  max-height: 200px !important;
}
.close {
  text-shadow: none !important;
}
.filter-daterange-main .my-time-picker-wrap button {
  color: #7e0e45;
  margin-top: 15px;
}
.filter-daterange-main .my-time-picker-wrap .btn-outline-primary:hover {
  color: #ffffff;
}
.filter-daterange-main .my-time-picker-wrap input {
  margin-top: 15px;
}
.filter-daterange-main .my-time-picker-wrap .chevron::before {
  border-width: 0.15em 0.15em 0 0;
}
.batch-summary-wrapper .custom-calendar-main .custom-date-range-input {
  background-color: transparent;
  color: #ffffff;
  height: auto;
}
.batch-summary-wrapper .custom-calendar-main .filter-daterange-main {
  max-width: 350px;
  min-width: 350px;
  width: auto;
}
.batch-summary-wrapper .custom-calendar-main .filter-daterange-main .form-control {
  background: #7e0e45;
  border: 1px solid #ffffff;
  padding-left: 15px;
}
.batch-summary-wrapper .custom-calendar-main .filter-daterange-main .dropdown-menu.show {
  transform: translate(0px, 60px) !important;
}
.batch-summary-wrapper .custom-calendar-main .filter-daterange-main :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
}
.batch-summary-wrapper .custom-calendar-main .filter-daterange-main ::-moz-placeholder {
  font-size: 14px;
}
.batch-summary-wrapper .custom-calendar-main .filter-daterange-main ::placeholder {
  font-size: 14px;
}
.batch-summary-wrapper .custom-calendar-main .b-s-date-picker-icon img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  height: 20px;
  width: auto;
}
.batchs-datepicker-main .batchs-time-title h6 {
  font-size: 14px;
  color: #324C6A;
  font-weight: 600;
  margin-bottom: 0px;
}
.batchs-datepicker-main .batchs-time-title h6 img {
  margin-left: 5px;
  width: 16px;
  vertical-align: sub;
}
.batchs-datepicker-main .pagination-counter .c-filter-dropdown {
  min-width: 50px;
}
.batchs-datepicker-main .pagination-counter .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
  height: auto;
  border-radius: 4px;
  background-color: #f1f1f1;
  font-size: 14px;
  border: 0px !important;
  padding: 0px 0px;
}
.batchs-datepicker-main .pagination-counter .c-filter-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 0px;
  padding-left: 0px;
  padding-right: 15px;
}
.batchs-datepicker-main .pagination-counter .c-filter-dropdown .ng-select .ng-select-container {
  min-height: auto;
}
.batchs-datepicker-main .pagination-counter .c-filter-dropdown .ng-select .ng-arrow-wrapper {
  background-size: 7px 7px;
}
.batchs-datepicker-main .pagination-counter .c-filter-dropdown .ng-dropdown-panel {
  border-radius: 4px;
}
.batchs-datepicker-main .pagination-counter .c-filter-dropdown .ng-dropdown-panel .scroll-host {
  border-radius: 4px;
}
.batchs-datepicker-main .pagination-counter .c-filter-dropdown .ng-dropdown-panel .scroll-host div {
  padding: 0px 5px;
  font-size: 14px;
}
.batchs-datepicker-main .pagination-counter .c-filter-dropdown .ng-dropdown-panel .scroll-host div .ng-option-disabled {
  padding: 0px 5px;
  font-weight: 300;
}
.payment-select-box .multiselect-dropdown {
  padding: 0px;
  background: #f9f9f9;
  border: 0px solid #66788F6B;
  border-radius: 28px;
  color: rgba(18, 18, 18, 0.5);
  font-weight: normal;
  font-size: 16px !important;
  letter-spacing: normal;
  height: auto;
  z-index: 1;
}
.payment-select-box .multiselect-dropdown .dropdown-btn {
  border: 0px !important;
  padding: 11.8px 15px !important;
}
.payment-select-box .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
  background-image: url('select-cheveron.1b5e9823084aefe7925c.svg');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
  height: 48px !important;
  transform: rotateZ(0deg) !important;
}
.payment-select-box .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret::before {
  border: 0px !important;
}
.payment-select-box .multiselect-dropdown .dropdown-btn .selected-item {
  max-width: 100% !important;
  background: #f9f9f9 !important;
  color: #324c6a !important;
  border: 1px solid #e1e1e1 !important;
  font-size: 14px !important;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0 5px;
  border-radius: 2px;
  float: left;
  word-break: break-all;
}
.payment-select-box .multiselect-dropdown .dropdown-btn .selected-item:hover {
  box-shadow: none !important;
}
.payment-select-box .multiselect-dropdown .dropdown-btn .selected-item a {
  color: #7E0E45 !important;
}
.payment-select-box .multiselect-dropdown .dropdown-btn .dropdown-multiselect--active {
  background-color: #7e0e45 !important;
  box-shadow: 0 0 10px #7e0e45 !important;
  color: #ffffff !important;
  padding-right: 0px !important;
  font-size: 14px;
  border-radius: 4px;
  opacity: 0.5;
}
.payment-select-box .multiselect-dropdown .dropdown-btn .dropdown-multiselect--active span {
  padding: 5px 10px;
}
.payment-select-box .multiselect-dropdown .dropdown-btn .dropdown-multiselect--active:hover {
  opacity: 1;
}
.payment-select-box .multiselect-dropdown .dropdown-list {
  padding-top: 0px !important;
  border: 1px solid #efefef !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06) !important;
  border-radius: 16px 16px !important;
  z-index: -2 !important;
  margin-top: -35px !important;
  background: #f9f9f9 !important;
  border-top: 0px !important;
}
.payment-select-box .multiselect-dropdown .dropdown-list .item1 {
  padding-top: 40px;
}
.payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
  width: 6px;
}
.payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar-thumb {
  background: #7e0e45;
  border-radius: 6px;
}
.payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar-track {
  border-radius: 6px;
  background: transparent;
}
.payment-select-box .multiselect-dropdown .dropdown-list .item2 .no-data h5 {
  font-size: medium;
}
.payment-select-box .multiselect-dropdown .dropdown-list .multiselect-item-checkbox:hover {
  background-color: #f3f0fa !important;
}
.payment-select-box .multiselect-dropdown .dropdown-list .multiselect-item-checkbox input + div {
  font-size: 14px !important;
  color: #333 !important;
}
.payment-select-box .multiselect-dropdown .dropdown-list .multiselect-item-checkbox input + div::before {
  height: 19px;
  width: 19px;
  border-color: #7E0E45 !important;
  border-radius: 3px;
  border-width: 2px;
  top: 1px;
  outline: 0;
  box-shadow: none;
}
.payment-select-box .multiselect-dropdown .dropdown-list .multiselect-item-checkbox input + div::after {
  left: -17px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 0 2px 2px !important;
  transform: rotate(45deg);
}
.payment-select-box .multiselect-dropdown .dropdown-list .multiselect-item-checkbox input:checked + div::before {
  background: #7E0E45 !important;
  -webkit-animation: none !important;
          animation: none !important;
}
.payment-select-box .multiselect-dropdown .dropdown-list .no-filtered-data h5 {
  font-size: 14px !important;
}
.payment-select-box .multiselect-dropdown span.style {
  background: #00094B;
}
.batchs-datepicker-main .error-msg {
  text-align: left;
  text-align: initial;
  font-size: 12px;
  margin-top: 5px;
  color: red;
  font-style: italic;
}
.batch-summary-single-cal .filter-daterange-main button {
  margin-top: 0px;
}
.batch-summary-single-cal .filter-daterange-main .ngb-dp-months {
  justify-content: center;
}
.batch-summary-single-cal .filter-daterange-main .ngb-dp-week {
  grid-column-gap: 25px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.batch-summary-single-cal .filter-daterange-main .ngb-dp-day,
.batch-summary-single-cal .filter-daterange-main .ngb-dp-week-number,
.batch-summary-single-cal .filter-daterange-main .ngb-dp-weekday {
  width: 1.5rem;
  height: 1.5rem;
}
.batch-summary-single-cal .filter-daterange-main .custom-day {
  width: 1.5rem;
  height: 1.5rem;
}
.batch-summary-single-cal .filter-daterange-main .custom-day.range, .batch-summary-single-cal .filter-daterange-main .custom-day:hover {
  line-height: 19px !important;
}
.batch-summary-single-cal .filter-daterange-main .dt-apply-btn,
.batch-summary-single-cal .filter-daterange-main .dt-clear-btn {
  margin-bottom: 0px !important;
  font-size: 13px !important;
  margin-top: 10px !important;
}
.modal-backdrop.show {
  opacity: 0.75 !important;
}
.vpnerror-popup-main .modal-header {
  justify-content: center;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(204, 207, 213, 0.8);
}
.vpnerror-popup-main .modal-header .attention-title {
  font-weight: bold !important;
  font-size: 26px !important;
  line-height: 20px !important;
  margin-bottom: 0px;
}
.vpnerror-popup-main .modal-content {
  padding: 30px 40px !important;
  border-radius: 10px !important;
  box-shadow: 16px 23px 42px rgba(0, 0, 0, 0.3) !important;
}
.vpnerror-popup-main .modal-dialog {
  max-width: 520px;
}
.vpnerror-popup-main .modal-body {
  padding: 30px 0px;
}
.vpnerror-popup-main .modal-body .exclamation_icon {
  height: 64px !important;
  width: 64px !important;
  margin: 0 auto;
}
.vpnerror-popup-main .modal-body .cancel-m-content {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}
.vpnerror-popup-main .inv-dtl-btn a {
  outline: 0px;
}
.vpnerror-popup-main .inv-dtl-btn a:focus, .vpnerror-popup-main .inv-dtl-btn a:hover, .vpnerror-popup-main .inv-dtl-btn a:active {
  outline: 0px;
}
.modal-backdrop.show {
  opacity: 0.75;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*Checkout Setting Css Start*/
.checkout-preview-main {
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.checkout-preview-main .preview-header {
  background-color: rgba(201, 201, 201, 0.2);
  padding: 10px 15px;
}
.checkout-preview-main .preview-header .preview-title p {
  margin-bottom: 0px;
  color: #324C6A;
  font-size: 15px;
  line-height: 18px;
}
.checkout-preview-main .preview-header .preview-icons ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.checkout-preview-main .preview-header .preview-icons ul li {
  display: inline-block;
  margin-right: 20px;
}
.checkout-preview-main .preview-header .preview-icons ul li:last-child {
  margin-right: 0px;
}
.checkout-preview-main .preview-body {
  background-color: #ffffff;
  padding: 12.5px 10.5px;
}
.checkout-preview-main .preview-body .preview-details {
  background-color: #F6F6F6;
  padding: 20px;
}
.checkout-top-title h5 {
  color: #324C6A;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 22px;
}
.bottom-notes p {
  color: #324C6A;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 18px;
  margin-top: 40px;
}
.checkout-tooltip img {
  height: 14px;
  margin-left: 3px;
}
.payout-detail-box {
  background-color: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.payout-detail-box .paymenttab .nav-pills {
  position: relative;
  margin-top: 0px;
  flex-wrap: wrap;
  padding: 0px;
  z-index: 2;
}
.payout-detail-box .paymenttab .nav-pills.mb-3 {
  margin-bottom: 0px !important;
}
.payout-detail-box .paymenttab .nav-pills .nav-item {
  flex: 1 1 0px;
}
.payout-detail-box .paymenttab .nav-pills .nav-item .nav-link {
  background-color: rgba(242, 242, 242, 0.44);
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 9px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 9.5px 10px 7.2px 10px !important;
  width: 100%;
  min-width: auto !important;
  height: 100%;
  line-height: 16px;
  border-radius: 0px;
  border: 0px;
  cursor: auto;
  cursor: initial;
}
.payout-detail-box .paymenttab .nav-pills .nav-item .nav-link.active {
  background-color: #8D193C;
  color: #FFFFFF;
  opacity: 1;
  line-height: 12px;
}
.payout-detail-box .paymenttab .nav-pills .nav-item .nav-link.active span path {
  fill: #FFFFFF;
}
.payout-detail-box .paymenttab .nav-pills .nav-item .nav-link span svg {
  margin-bottom: 5px;
  height: 13px;
}
.payout-detail-box .paymenttab .nav-pills .nav-item .nav-link:nth-child(2) {
  border-radius: 0px;
}
.payout-detail-box .paymenttab .nav-pills li {
  border-right: 1px solid #FFFFFF;
}
.payout-detail-box .paymenttab .nav-pills li:last-child {
  border-right: 0px solid #FFFFFF;
}
.payout-detail-box .paymenttab .tab-pane {
  padding: 15px;
}
.form-floating input:-webkit-input-placeholder {
  /* Edge */
  color: rgba(0, 0, 0, 0.3);
}
.form-floating input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.3);
}
.form-floating input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-floating input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.credit-info .form-floating {
  margin-bottom: 25px;
  position: relative;
}
.credit-info .form-floating > .form-control {
  border-radius: 5px;
  border: 0.5px solid #D4D4D4;
  height: 35px;
  padding: 9.5px 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 19px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
.invoice-card {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.in-custom-checkbox {
  margin-bottom: 10px;
}
.in-custom-checkbox .form-check-label {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3) !important;
  margin-left: 3px;
}
.in-custom-checkbox .form-check-input {
  height: 14px;
  width: 14px;
  border-radius: 2px;
  box-shadow: none;
  outline: 0px;
  border-color: #8D193C;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.in-custom-checkbox .form-check-input:checked {
  background-color: #8D193C;
  border-color: #8D193C;
}
.in-custom-checkbox .form-check-input:checked[type=checkbox] {
  background-image: url('check.6519560156f5056dcb69.svg');
  background-size: 8px;
}
.in-custom-checkbox .form-check-input :focus {
  border-color: #8D193C;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.pay-btn .pay-qar-btn {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  font-weight: 800;
  background-color: #8D193C;
  border: 1px solid #DADCE0;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 1;
  box-shadow: none;
  outline: 0;
  cursor: auto !important;
  cursor: initial !important;
}
.pay-btn .pay-qar-btn sup {
  font-size: 7.5px;
}
.theme-picker-wrapper .color-picker.open {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.theme-picker-wrapper .color-picker .type-policy {
  cursor: pointer;
}
.theme-picker-wrapper .theme-error-msg {
  font-size: 14px;
  color: red;
}
.checkout-tab-mobileview {
  display: none;
}
.payment-gatewayiframe {
  margin: 0 auto;
}
.merchant-header .compare__slaes-wrap li {
  margin-left: 20px;
}
.merchant-header .compare__slaes-wrap li a {
  display: inline-block;
  height: 35px;
  width: 35px;
}
.merchant-header .compare__slaes-wrap li a img {
  height: 100%;
  width: 100%;
}
.home-online-payment .counter-wrapper .card .counter-content .counter-number p {
  font-size: 15px;
}
.home-online-payment .counter-wrapper .home-counter-inner li {
  display: inline-block;
  width: 100%;
  min-width: 19%;
  max-width: 19%;
  margin-right: 1.1%;
}
.home-online-payment .counter-wrapper .home-counter-inner li:last-child {
  width: 100%;
  min-width: 19%;
  max-width: 19%;
}
.home-online-payment .counter-wrapper .home-counter-inner .success-rate a {
  display: inline-block;
  width: 60px;
}
.home-online-payment .counter-wrapper .home-counter-inner .success-rate a img {
  height: 100%;
  width: 100%;
}
.home-online-payment .counter-wrapper .home-counter-inner .success-rate-title p {
  font-weight: 700;
  color: #66788F;
  line-height: 16px;
}
.home-online-payment .counter-wrapper .home-counter-inner.batch-settlement-wrap li {
  display: inline-block;
  width: 100%;
  min-width: 19%;
  max-width: 19%;
  margin-right: 0.9%;
}
.home-online-payment .counter-wrapper .home-counter-inner.batch-settlement-wrap li.live-trax-balance {
  position: relative;
}
.home-online-payment .counter-wrapper .home-counter-inner.batch-settlement-wrap li.live-trax-balance::after {
  content: "";
  background-color: #7E0E45;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 17px;
  z-index: -1;
  bottom: -3px;
  right: -3px;
}
.home-online-payment .counter-wrapper .home-counter-inner.batch-settlement-wrap li:last-child {
  width: 100%;
  min-width: 19%;
  max-width: 19%;
}
.home-online-payment .counter-wrapper .home-counter-inner .success-rate a {
  display: inline-block;
  width: 60px;
}
.home-online-payment .counter-wrapper .home-counter-inner .success-rate a img {
  height: 100%;
  width: 100%;
}
.home-online-payment .counter-wrapper .home-counter-inner .success-rate-title p {
  font-weight: 700;
  color: #66788F;
  line-height: 16px;
}
.home-online-payment .bottom-maps-wrapper .transaction-progressbar .trns-type-name {
  width: 8%;
  text-align: right;
  margin-right: 5px;
  height: 24px;
}
.home-online-payment .bottom-maps-wrapper .transaction-progressbar .trns-type-name img {
  height: 100%;
  width: 100%;
}
.home-online-payment .bottom-maps-wrapper .transaction-progressbar .progressbar__base {
  justify-content: space-between;
}
.home-online-payment .weekly-chart-wrapper .card-body {
  height: calc(100% - 21px) !important;
}
.home-online-payment .weekly-chart-wrapper .high-chart .card-body {
  border-radius: 15px;
}
.home-online-payment .chart-date-wrap label {
  margin-bottom: 0px;
}
.home-online-payment .tansactions__content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45%;
  right: 0px;
  background-color: #ebedf0;
  border-radius: 0px 15px 15px 35px;
}
.home-online-payment .tansactions__content .transactions__right-box {
  transform: translateY(49%);
}
.home-online-payment .tansactions__content .transactions__right-box p {
  margin-bottom: 0px;
  color: #6D6E70;
  font-size: 16px;
  letter-spacing: normal;
}
.home-online-payment .tansactions__content .transactions__right-box h6 {
  margin-bottom: 10px;
  color: #6D6E71;
  font-weight: bold;
  font-size: 20px;
  line-height: 21px;
}
.home-online-payment .tansactions__content .transactions__right-box h4 {
  margin-bottom: 0px;
  color: #E79C82;
  font-size: 30px;
  font-weight: bold;
  line-height: 22px;
}
.home-online-payment .tansactions__content .transactions__right-box .pink__color {
  color: #e06f85;
}
.home-online-payment .device__wrap img {
  height: 60px;
}
.home-online-payment .device-content h6 {
  margin-bottom: 5px;
  color: #e79c82;
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: normal;
}
.home-online-payment .device-content .pink__color {
  color: #e06f85;
}
.home-online-payment .device-content h5 {
  margin-bottom: 0px;
  letter-spacing: normal;
  font-size: 18px;
  color: #6D6E71;
  font-weight: normal;
}
.home-online-payment .device-content p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 39px;
  letter-spacing: normal;
  font-weight: bold;
  color: #6D6E71;
}
.online-basicstore .tab-pane {
  padding-top: 70px;
}
.online-basic-header {
  background-color: #e7eaee;
}
.online-orders-wrapper .invoice-wrapper .first-i-counter .invoice-counter p,
.online-orders-wrapper .invoice-wrapper .second-i-counter .invoice-counter p,
.online-orders-wrapper .invoice-wrapper .third-i-counter .invoice-counter p {
  font-size: 18px;
}
.online-orders-wrapper .invoice-wrapper .second-i-counter .i-two-counter-bg {
  background-color: rgba(67, 193, 186, 0.28);
}
.online-orders-wrapper .invoice-wrapper .second-i-counter .invoice-counter {
  color: #38a4c3;
}
.online-orders-wrapper .invoice-wrapper .second-i-counter .invoice-c-title h6 {
  color: #38a4c3;
}
.product-checkbox .checkbox.checkbox-solid-primary label {
  color: #fff;
  font-size: 16px;
}
.product-checkbox .checkbox.checkbox-solid-primary label:before {
  background-color: #fff !important;
  border-color: #fff !important;
  height: 15px;
  width: 15px;
  top: 5px;
}
.product-checkbox .checkbox input[type=checkbox]:checked + label::before {
  background-color: #fff !important;
  font-weight: bold;
  font-size: 8px;
  line-height: 14px;
  color: #96273b !important;
}
.sortby-text {
  color: #fff;
  font-size: 24px;
}
.sortby-text:hover {
  color: #fff;
}
.sortby-text .sort-by-icon {
  margin-right: 5px;
  width: 5px;
  display: inline-block;
}
.sortby-text .sort-by-icon img {
  height: 100%;
  width: 100%;
}
.bottom-line {
  border-bottom: 1px solid #e7eaee;
}
.user-trns__details {
  border: 1px solid #ccc;
  padding: 15px 0px;
}
.hiddenicon {
  display: inline-block;
  vertical-align: middle;
}
.hiddenicon svg {
  color: #324c6a;
  height: 14px;
  width: 14px;
  cursor: pointer;
}
.refund-top-icon {
  height: 50px;
  width: 50px;
  margin: 0 auto;
}
.refund-top-icon img {
  height: 100%;
  width: 100%;
}
.refund-title {
  color: #324c6a;
  font-size: 18px;
  font-weight: bold;
}
.refund-m-content {
  background-color: #f3f0fa;
  border-radius: 16px;
  padding: 15px;
}
.refund-m-content p {
  font-weight: 500;
  font-size: 14px;
  color: #324c6a;
}
.refund-m-content p span {
  color: #7e0e45;
  font-weight: 500;
}
.refund-inner-t {
  color: #324C6A;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 25px;
}
.refund-m-radio .cust-input {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  background-color: #f9f9f9;
  border: 1px solid #cccfd5;
  border-radius: 5px;
  height: 50px;
  outline: 0px;
  box-shadow: none;
}
.refund-m-radio .radio label {
  font-weight: 500;
  color: #324c6a;
}
.refund-m-radio .radio label::before {
  top: 3px;
  height: 18px;
  width: 18px;
  border: 2px solid #7e0e45;
}
.refund-m-radio .radio label:after {
  top: 7px;
  left: 4px;
  height: 10px;
  width: 10px;
  background-color: #7e0e45;
}
.refund-m-radio .refund-textarea .form-control {
  background-color: #f9f9f9;
  border: 1px solid #cccfd5;
  border-radius: 5px;
  outline: 0px;
  box-shadow: none;
  resize: none;
}
.maroon-font {
  color: #b04c7a;
}
.pink-font {
  color: #f16474;
}
.light-blue-font {
  color: #43c0b9;
}
.product-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: none;
  border-radius: 16px;
}
.product-item-wrap {
  background-color: #f3f0fa;
  border: 1px solid #dbe0ec;
  border-radius: 12px;
  position: relative;
  padding: 10px 10px 0px !important;
}
.product-item-wrap .product-item-figure,
.product-item-wrap .cropped-img-prev {
  height: 280px;
  width: 100%;
  position: relative;
  border-radius: 18px;
  text-align: center;
}
.product-item-wrap .product-item-figure:hover .product-overlay,
.product-item-wrap .cropped-img-prev:hover .product-overlay {
  display: block;
  transition-duration: 0.6s;
}
.product-item-wrap .product-item-figure img,
.product-item-wrap .cropped-img-prev img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18px;
  border: 1px solid #dbe0ec;
}
.product-item-wrap .product-sele-option {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.product-item-wrap .product-sele-option i {
  color: #fff;
  font-size: 20px;
}
.product-item-wrap .product-dtl-view i {
  margin-top: 45%;
}
.product-item-wrap .product-opt-dd {
  position: absolute;
  right: 10px;
  top: 10px !important;
  left: inherit !important;
  width: 50px;
  min-width: inherit;
  padding-bottom: 0;
  background: #fff;
  border-radius: 7px;
  z-index: 1;
}
.product-item-wrap .product-opt-dd button {
  padding: 5px 0px !important;
  width: 100%;
  text-align: center;
  border-bottom: #e1e1e1 1px solid;
  font-size: 18px;
}
.product-item-wrap .product-opt-dd button.product-edit i {
  color: #3D933C;
}
.product-item-wrap .product-opt-dd button.product-delete i {
  color: #96273B;
}
.product-item-wrap .product-opt-dd button .notification-switch {
  margin: 0px 0px 0px 0px !important;
  width: 40px;
  padding-right: 25px;
}
.product-item-wrap .product-opt-dd button:last-child {
  border: 0 !important;
}
.product-item-wrap .product-s-media ul {
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.product-item-wrap .product-s-media ul li {
  display: inline-block;
  background-color: #fff;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 7px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
  margin-right: 10px;
  line-height: 20px;
  margin-right: 10px;
}
.product-item-wrap .product-s-media ul li a {
  display: block;
  height: 100%;
  width: 100%;
}
.product-item-wrap .product-s-media ul li a img {
  height: 12px;
  width: 100%;
}
.product-item-wrap .product-s-media ul li:last-child {
  margin-right: 0px;
}
.product-item-wrap .product-title h6 {
  margin-bottom: 0px;
  color: #324c6a;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  letter-spacing: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 10px;
}
.product-item-wrap .product-price-tag p {
  margin-bottom: 0px;
  color: #324c6a;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-item-wrap .product-price-tag p span {
  color: #7e0e45;
  font-size: 16px;
  font-weight: 600;
}
.product-item-wrap .product-cart-wrap {
  background-color: #7e0e45;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 0px 0px 7px 7px;
}
.product-item-wrap .cart-counter p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
}
.product-item-wrap .notification-switch .inact {
  font-size: 16px;
  color: #6D6E71;
  text-align: left;
  margin-right: 5px;
}
@media screen and (max-width: 1366px) {
  .product-item-wrap .notification-switch .inact {
    font-size: 14px;
  }
}
.product-item-wrap .notification-switch .active {
  font-size: 16px;
  color: #B04C7A;
  text-align: left;
  margin-left: 45px;
}
@media screen and (max-width: 1366px) {
  .product-item-wrap .notification-switch .active {
    font-size: 14px;
  }
}
.create-product-btn .btn-primary {
  border: 1 px solid #324c6a;
  border-radius: 28px;
  height: 48px;
  background-color: transparent !important;
  color: #324c6a;
  border-color: #324c6a !important;
  font-size: 16px;
}
.create-product-btn .btn-primary:hover, .create-product-btn .btn-primary:focus, .create-product-btn .btn-primary:active, .create-product-btn .btn-primary.active {
  background-color: #7e0e45 !important;
  color: #fff;
  border-color: #7e0e45 !important;
}
.watermark-text {
  color: #324c6a !important;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 600 !important;
  padding-left: 50px !important;
}
.product-m-wrap .invoice-d-content p {
  font-size: 16px !important;
  margin-left: 5px;
}
.product-m-wrap .invoice-d-content p span {
  width: 30px;
  text-align: center;
  display: inline-block;
}
.product-m-wrap .invoice-d-content p span i {
  font-size: 20px;
  vertical-align: middle;
}
.product-text-area {
  background-color: #fff;
  color: #324C6A;
  font-size: 16px;
  border-radius: 28px;
  border: 1px solid #bdbfc4;
  outline: 0px;
  box-shadow: none;
  resize: none;
}
.product-text-area:focus {
  box-shadow: none;
  outline: 0px;
  border-color: #bdbfc4;
}
.product-check-main .product-check-inner label {
  color: #6d6e71;
  font-size: 14px;
  font-weight: 500;
}
.product-check-main .product-check-inner .checkbox-solid-info label {
  color: #324C6A;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500 !important;
}
.product-check-main .product-check-inner .checkbox-solid-info label:before {
  background-color: #fff;
  border-color: #7e0e45;
  margin-top: 0px;
  border: 2px solid #7e0e45;
}
.product-check-main .product-check-inner .checkbox-solid-info input[type=checkbox]:checked + label::before {
  background-color: #7e0e45;
  border-color: #7e0e45;
  margin-top: 0px;
}
.product-check-main .product-check-inner .checkbox input[type=checkbox]:checked + label::before {
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
}
.edit-product-btn .btn-download {
  background-color: #7e0e45;
  border-radius: 34px;
  color: #fff;
  height: 38px;
}
.edit-product-btn .btn-download:hover, .edit-product-btn .btn-download:focus, .edit-product-btn .btn-download:active, .edit-product-btn .btn-download.active {
  box-shadow: 0px 10px 20px #7e0e4538;
}
.product-edit-icon {
  position: absolute;
  right: 30px;
  top: 15px;
  display: block;
}
.product-edit-icon i {
  font-size: 18px;
  color: #7e0e45;
}
.create-subscription .btn {
  background-color: #38a4c3 !important;
  height: 45px;
  border-radius: 50px;
  font-weight: 500;
  box-shadow: 0 3 6 rgba(0, 0, 0, 0.16);
  border: 0px;
  padding: 8px 25px 10px 10px;
  color: #fff;
}
.create-subscription .btn:hover, .create-subscription .btn:focus, .create-subscription .btn:active, .create-subscription .btn.active {
  background-color: #38a4c3 !important;
  box-shadow: 0 3 6 rgba(0, 0, 0, 0.16);
}
.create-subscription .btn img {
  height: 30px;
  margin-right: 10px;
}
.subscription-title {
  padding: 15px;
  background-color: rgba(50, 76, 106, 0.28);
  border-radius: 16px 0px 0px 16px;
}
.subscription-title .subscrip-content h6 {
  color: #324c6a !important;
  font-size: 28px;
  margin-bottom: 0px;
}
.subscription-title .subscrip-content p {
  color: #324c6a;
  font-weight: 500;
}
.sub-content-main .active-content h6 {
  color: #43c0b9 !important;
  font-size: 28px;
  margin-bottom: 0px;
}
.sub-content-main .active-content p {
  color: #43c0b9;
  font-weight: 500;
  margin-bottom: 0px;
}
.sub-content-main .inactive-content h6 {
  color: #f16474 !important;
  font-size: 28px;
  margin-bottom: 0px;
}
.sub-content-main .inactive-content p {
  color: #f16474;
  font-weight: 500;
  margin-bottom: 0px;
}
.frequency-box {
  background-color: #f3f0fa;
  border-radius: 16px;
  padding: 15px;
}
.frequency-box .frequency-title {
  color: #324c6a;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}
.frequency-box .checkbox label {
  margin-top: 0px !important;
}
.btn-save-create {
  background-color: #64A956 !important;
  font-size: 18px;
  line-height: 1px;
  padding-top: 0px;
}
.btn-save-create:hover, .btn-save-create:focus, .btn-save-create:active, .btn-save-create.active {
  box-shadow: none !important;
}
.online-subscription .card-header {
  border-radius: 10px 10px 0px 0px;
}
.test-key-header-bg {
  background-color: #7e0e45;
  border-radius: 13px 13px 0px 0px;
  color: #fff;
}
.test-key-header-bg .border-right-white {
  border-right: 2px solid #fff;
}
.test-key-header-bg .test-key-title {
  padding: 16px 0px;
}
.test-key-header-bg .test-key-title p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
}
.border-right-white {
  border-right: 2px solid #fff;
}
.test-key-content {
  padding: 10px 0px 10px 0px;
  background: #f3f0fa;
  font-size: 16px;
  color: #324C6A;
  text-align: center !important;
}
.test-key-content .text-key-input .invoice-input {
  background-color: #f9f9f9;
  height: 42px;
  color: rgba(18, 18, 18, 0.5);
  border-radius: 28px;
  border: 1px solid #dadce0;
  outline: 0px;
  box-shadow: none;
  width: 100%;
  padding-right: 35px;
}
.test-key-content .generate-btn .btn-primary {
  background-color: #7e0e45 !important;
  color: #fff;
  height: 48px;
  margin-left: 10px;
  font-size: 16px;
  border-radius: 28px;
  border: 1px solid #7e0e45 !important;
}
.test-key-content .generate-btn .btn-primary:hover {
  background-color: #b43070 !important;
  transition: 0.6s;
}
.test-key-content .generate-btn .btn-primary:active {
  background: #b43070 !important;
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
}
.test-key-content .register-input {
  background-color: #f9f9f9;
  height: 42px;
  border-radius: 28px;
  border: 1px solid #dadce0;
  outline: 0px;
  box-shadow: none;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.api-save-btn .btn-primary {
  background-color: #64a956 !important;
  color: #fff;
  border-radius: 50px !important;
  border: 1px solid #64a956 !important;
  padding: 9px 40px 9px 40px;
  font-size: 16px;
}
.api-save-btn .btn-primary:hover {
  background-color: #4c923e !important;
  transition: 0.6s;
  color: #fff;
}
.api-save-btn .btn-primary:active {
  background: #4c923e !important;
  background: linear-gradient(90deg, #4c923e 0%, #73c164 28%, #73c164 66%, #4c923e 100%) !important;
}
.setting-notification-main .notification-header .setting-n-header-bg {
  background-color: #7e0e45;
  padding: 16px 0px;
  color: #fff;
  border-radius: 13px 13px 0px 0px;
}
.setting-notification-main .notification-header .setting-n-header-bg .s-n-header-title p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}
.setting-notification-main .s-n-listing .setting-listing-bg {
  background-color: #fff;
  padding: 16px 0px;
}
.setting-notification-main .s-n-listing .setting-listing-bg.s-listing-odd {
  background-color: #f9f9f9 !important;
}
.setting-notification-main .s-n-listing .setting-listing-bg .s-n-content p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: normal;
  font-weight: 600;
  color: #324c6a;
}
.setting-notification-main .s-n-listing .setting-listing-bg .notification-input {
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 26px;
  outline: 0px;
  box-shadow: none;
}
.sms-notification-list {
  background-color: #F3F0FA;
  border-radius: 13px;
  padding: 15px;
  flex-wrap: nowrap;
  display: flex !important;
  width: 900px;
}
.sms-notification-list h6 {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 37px;
}
.sms-notification-list label {
  font-size: 22px;
  margin-left: 10px;
  line-height: 37px;
}
.webhook-subline {
  font-size: 16px;
  line-height: 45px;
  font-weight: normal;
  color: #324c6a;
}
.webhook-inner-wrapper {
  border: 1px solid #92b0d1;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}
.webhook-inner-wrapper .col-form-label {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #324C6A;
}
.webhook-inner-wrapper .webhook-input {
  background-color: #f9f9f9;
  height: 56px;
  color: #121212;
  border-radius: 28px;
  border: 1px solid #dadce0;
  font-size: 18px;
  line-height: 24px;
  outline: 0px;
  box-shadow: none;
  width: 100%;
}
.webhook-inner-wrapper .generate-btn .btn-primary {
  background-color: #7e0e45 !important;
  color: #fff;
  padding: 0px 30px;
  font-size: 16px;
  line-height: 37px;
  height: 48px;
  border-radius: 28px;
  border: 1px solid #7e0e45 !important;
}
.webhook-inner-wrapper .generate-btn .btn-primary:hover {
  background-color: #b43070 !important;
  transition: 0.6s;
}
.webhook-inner-wrapper .generate-btn .btn-primary:active {
  background: #b43070 !important;
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
}
.webhook-inner-wrapper .border-line {
  height: 100%;
  width: 1px;
  background-color: #92b0d1;
  position: absolute;
  top: 0px;
  left: 30%;
  transform: translateX(30%);
}
.webhook-inner-wrapper .text-area-custom {
  border: 1px solid #cccfd5;
  border-radius: 28px;
  outline: 0;
  box-shadow: none;
  resize: none;
  position: absolute;
  top: -68px;
  width: 90%;
}
.webhook-inner-wrapper .webhook-uploaded-logo {
  border: 1px solid #cccfd5;
  border-radius: 18px;
  padding: 10px;
  height: 85px;
  position: absolute;
  width: 83%;
  top: -42px;
}
.webhook-inner-wrapper .webhook-uploaded-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.webhook-inner-wrapper .theme-clr-one {
  height: 25px;
  width: 25px;
  background-color: #64a956;
  position: absolute;
  border-radius: 5px;
  transform: translateY(-50%);
  top: 50%;
  padding-left: 0;
  cursor: pointer;
}
.webhook-inner-wrapper .theme-txt {
  padding-left: 35px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 21px;
  color: #64a956;
  font-weight: bold;
}
.webhook-inner-wrapper .theme-clr-two {
  height: 25px;
  width: 25px;
  background-color: #7e0e45;
  position: absolute;
  border-radius: 5px;
  transform: translateY(-50%);
  top: 25%;
  padding-left: 0;
  cursor: pointer;
}
.webhook-inner-wrapper .theme-txt-two {
  padding-left: 35px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: normal;
  color: #7e0e45;
  font-weight: bold;
}
.advance-set-count .adv-set-input {
  background-color: #f9f9f9;
  border: 1px solid #dadce0;
  border-radius: 26px;
  outline: 0px;
  box-shadow: none;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  text-align: center;
}
.create-blue-btn {
  color: #fff;
  background-color: #38a4c3 !important;
  border-color: #38a4c3 !important;
  border-radius: 27px;
  font-size: 16px;
  line-height: 18px;
  height: 48px;
}
.create-blue-btn:hover {
  background-color: #1a88a7 !important;
  transition: 0.6s;
}
.create-blue-btn:active {
  background: #1a88a7 !important;
  background: linear-gradient(90deg, #1a88a7 0%, #58c2e0 28%, #58c2e0 66%, #1a88a7 100%) !important;
}
.edit-pink-btn {
  color: #fff;
  background-color: #f16474 !important;
  border-color: #f16474 !important;
  border-radius: 27px;
}
.edit-pink-btn:hover {
  background-color: #b43845 !important;
  transition: 0.6s;
}
.edit-pink-btn:focus, .edit-pink-btn.active, .edit-pink-btn:active {
  background: #f16474 !important;
  background: linear-gradient(90deg, #f16474 0%, #f7cdd2 28%, #f7cdd2 66%, #f16474 100%) !important;
}
.manage-user-m-header .manage-user-img {
  height: auto;
  margin-bottom: 10px;
  width: 50px;
}
.manage-user-m-header h3 {
  color: #324c6a;
  font-size: 20px !important;
  line-height: 24px;
  font-weight: bold;
}
.create-btn-manageuser {
  background-color: #7e0e45 !important;
  color: #fff;
  border-color: #7e0e45 !important;
  font-size: 16px;
  padding: 10px 45px;
  border-radius: 50px;
}
.create-btn-manageuser:hover {
  background-color: #b43070 !important;
  transition: 0.6s;
}
.create-btn-manageuser:active {
  background: #b43070 !important;
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
}
.create-user-form .col-form-label {
  color: #324c6a;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}
.create-user-form .create-u-input {
  background-color: #f9f9f9;
  border: 1px solid #cccfd5;
  color: #324C6A;
  border-radius: 28px;
  outline: 0;
  box-shadow: none;
  width: 100%;
  padding-left: 15px;
}
.edt-trmnl-hdr h6 {
  text-align: center;
  width: 100%;
}
.edt-trmnl-cls-btn {
  text-align: center;
  right: 15px !important;
}
.sadadvas-wrapper h4 {
  color: #7e0e45;
  font-size: 30px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
}
.sadadvas-wrapper p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #324c6a;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
}
.sadadvas-wrapper .btn-primary {
  background-color: #7e0e45 !important;
  border-radius: 34px;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  border-color: #7e0e45 !important;
  height: 44px;
}
.sadadvas-wrapper .paid-button {
  background-color: #43c0b9;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0;
  padding: 10px 25px;
  right: 0;
  border-radius: 16px 16px 0px 50px;
}
.config-edit-icon a {
  color: #324c6a;
}
.text-key-box {
  background-color: #f3f0fa;
  border-radius: 13px;
  flex-wrap: nowrap;
  display: flex !important;
  flex-direction: row !important;
}
.text-key-box .config-header {
  background-color: #7e0e45;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
}
.text-key-box .config-header.first-b-radius {
  border-radius: 13px 0px 0px 0px;
}
.text-key-box .config-header.last-b-radius {
  border-radius: 0px 13px 0px 0px;
  white-space: nowrap;
}
.text-key-box .br-right {
  border-right: 2px solid #fff;
}
.text-key-box .br-left {
  border-left: 2px solid #fff;
}
.product-item-wrap .cropped-img-prev img {
  max-height: 200px !important;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-pos .counter-wrapper .card .counter-content .counter-number p {
  font-size: 16px;
  margin-bottom: 0 !important;
}
.config-header-dt {
  font-size: 18px;
  line-height: 37px;
  background-color: #f3f0fa;
}
.choose-yr-frqncy {
  font-size: 18px !important;
  line-height: 19px;
}
.add-button {
  font-size: 16px;
  height: 45px;
  color: #fff;
  background-color: #7e0e45 !important;
  border-radius: 40px;
  border-color: #7e0e45 !important;
}
.add-button:hover, .add-button:active {
  background-color: #7e0e45 !important;
}
.sbscrn-sm-media {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #E0DCE8;
  padding-top: 15px;
}
.product-mpb-view {
  padding-bottom: 15px;
  border-bottom: 1px solid #E0DCE8;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.product-mpb-view > div {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.crt-pro-edt-img,
.crt-pro-cnl-img {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 18px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.crt-pro-edt-img {
  color: #3D933C;
}
.crt-pro-edt-img:hover {
  color: #fff;
}
.crt-pro-cnl-img {
  color: #7e0e45;
}
.crt-pro-cnl-img:hover {
  color: #fff;
}
.crt-pro-upld {
  color: #fff;
  text-align: center;
  font-size: 36px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
}
.crt-pro-upld p,
.product-dtl-view p {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
}
.product-dtl-view {
  color: #fff;
  cursor: pointer !important;
  text-align: center;
  background: transparent !important;
}
.product-dtl-view:hover, .product-dtl-view:focus, .product-dtl-view:visited {
  background: transparent !important;
}
.product-dtl-view i {
  font-size: 40px !important;
}
p.view-prdct-dtl {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  position: absolute;
  bottom: 30%;
  left: 0%;
}
.ng5-slider .ng5-slider-pointer {
  cursor: pointer;
  width: 10px !important;
  height: 10px !important;
  top: -3px !important;
  z-index: 3;
  border-radius: 16px;
  background-color: #FED23C !important;
}
.ng5-slider .ng5-slider-selection {
  background-color: #FED23C !important;
}
.ng5-slider .ng5-slider-bubble.ng5-slider-limit,
.ng5-slider .ng5-slider-bubble {
  color: #fff !important;
}
.ng5-slider .ng5-slider-pointer:after {
  display: none !important;
}
ul.vw-product-sumary {
  list-style: none;
  padding-left: 15px;
}
ul.vw-product-sumary li,
.vw-product-stus > div {
  display: block;
  padding: 5px 0px;
  font-size: 14px;
  color: #324C6A;
  text-align: left;
}
ul.vw-product-sumary li .price {
  color: #7E0E45;
  font-size: 20px;
  text-align: left;
  font-weight: 500;
}
ul.vw-product-sumary li i {
  color: #7E0E45;
  font-size: 20px;
  margin-right: 10px;
}
.vw-product-stus {
  margin-top: 20px;
}
.vw-product-stus > div {
  padding: 5px 15px;
}
.abt-produc {
  margin-top: 30px;
}
.abt-produc h4 {
  font-size: 18px;
  color: #324C6A;
  text-align: left;
  font-weight: 500;
}
.abt-produc p {
  font-size: 14px;
  color: #324C6A;
  text-align: left;
}
.vw-product-stus > div span.visible {
  color: #64A956;
}
.vw-product-stus > div i {
  color: #7E0E45;
  font-size: 18px;
}
.vw-product-ftr {
  font-size: 16px;
  color: #324C6A;
}
.vw-product-ftr i {
  color: #7E0E45;
  font-size: 18px;
}
.ad-to-ecom {
  text-align: left;
}
.product-expt {
  text-align: right;
}
.prdct-cnl-btn {
  position: absolute;
  z-index: 9;
  right: 12px;
  font-size: 22px;
  padding: 0px 0px;
  line-height: 2px;
  top: 0px;
  border-radius: 50%;
  color: #7E0E45;
  background: #fff;
}
.crt-prdct-prv {
  position: absolute;
  width: auto;
  left: 33%;
  padding: 5px 15px;
  color: #fff;
  top: 35%;
  font-size: 14px;
  border-radius: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.reg-dmn {
  border-bottom: 1px solid #ccc;
  display: block;
}
.reg-dmn input {
  background: transparent !important;
}
.product-paln-table {
  border-radius: 16px !important;
  width: 100%;
  border: 1px solid #707070;
  padding: 5px 25px;
  margin-left: 15px;
  margin-right: 15px;
}
.prod-boxy {
  width: 100%;
  background: transparent !important;
  padding: 10px 15px 15p 15px;
}
.proxy-img {
  width: 80%;
  height: 310px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px;
}
.prxy-img-nm {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: normal;
}
.prod-boxy .doc {
  margin-bottom: 15px;
}
.prod-boxy .doc img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.prod-boxy .doc:hover .product-overlay {
  Display: block !important;
}
.submit-action-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.prod-boxy-lbl {
  font-size: 14px;
  color: #324c6a;
  text-align: center;
  padding: 5px 0px;
  margin: 5px 0px 10px 0px;
}
.prod-boxy-cntr {
  background: #e1e1e1;
  margin-right: 10px;
  padding: 2px 8px 3px 8px;
  border-radius: 50%;
  text-align: center;
}
.prod-boxy .product-overlay .product-sele-option {
  right: 0;
}
.prod-boxy .product-overlay .product-sele-option .product-opt-dd {
  right: 5px !important;
  top: 5px !important;
  border-radius: 6px;
}
.prod-boxy .product-overlay .product-sele-option .product-dtl-view {
  width: 100%;
  height: 100%;
  text-align: center;
}
.prod-boxy .product-overlay .product-sele-option .product-dtl-view i {
  margin: 0 !important;
}
.product-overlay .dropdown-item:active, .product-overlay .dropdown-item.active, .product-overlay .dropdown-item:focus {
  background-color: #fff;
}
.product-overlay .dropdown-item:hover {
  background-color: transparent;
  border-bottom: 0px;
}
.business-info-btn {
  right: 10px;
  position: absolute;
  margin: 0;
  top: 0px;
  z-index: 1;
}
.doc-dt-tm {
  font-size: 14px !important;
  color: #324c6a !important;
  letter-spacing: normal !important;
  font-weight: 500 !important;
  margin-bottom: 5px !important;
  line-height: 18px;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pdct-str-link .sb-circles-light .sb-wrapper .sb-icon {
  background: #8d083a !important;
  color: #fff;
}
.swiper-slide .prod-boxy .doc {
  width: 180px !important;
  margin: 25px auto 0px auto;
}
.product-price-tag {
  text-align: right !important;
}
.product-item-wrap .product-price-tag p {
  padding-right: 20px;
}
.col-md-6 .product-price-tag {
  text-align: left !important;
}
.product-item-wrap .col-md-6 .product-price-tag p {
  padding-right: inherit;
}
.product-listing-main > .row > div {
  padding-right: 10px;
  padding-left: 10px;
}
.subcr-pro-shping-detl-mob-view {
  padding-left: 0;
}
.product-m-wrap .product-item-wrap,
.sbcptn-crt-body .product-item-wrap {
  padding-bottom: 10px !important;
}
.invoice-d-content .radio label {
  color: #324C6A;
  font-weight: 400;
}
.webhook-inner-wrapper .api-save-btn .btn-primary {
  margin-left: 75px;
}
.pos-webhookskey .invoice-input {
  border-radius: 50px;
  height: 56px;
  background-color: #f9f9f9;
}
.pos-webhookskey .invoice-input:focus {
  outline: 0;
  box-shadow: none;
  z-index: 0;
  border-color: #ced4da;
}
.pos-webhookskey .generate-btn .btn-primary {
  height: 44px;
  margin-left: 65px;
}
.pos-webhookskey .created-dtime h6 {
  color: #324c6a;
  font-size: 14px;
}
.pos-webhookskey .config-eye-icon {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.pos-webhookskey .config-eye-icon img {
  height: 25px;
}
.pos-webhookskey .sec-key-copy-icon {
  z-index: 1;
}
.pos-webhookskey .config-sec-copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  z-index: 1;
}
.webhook-tooltip {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  top: -2px;
}
.webhook-tooltip img {
  height: 100%;
  width: 100%;
  vertical-align: super;
}
.webhook_inn_tooltip {
  display: none;
}
.webhook-tooltip:hover .webhook_inn_tooltip {
  display: inline-block;
  position: absolute;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px;
  background-color: #FFFFFF;
  padding: 4px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 255px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 99;
}
.webhook-tooltip:hover .webhook_inn_tooltip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #fff;
  transform: translateX(-50%);
}
.webhook-tooltip:hover .webhook_inn_tooltip p {
  color: #324C6A;
  font-size: 13px;
  margin-bottom: 5px;
  word-break: break-word;
}
.setting-data-box-mob-view .webhook-subline {
  line-height: 24px;
  margin-bottom: 8px;
  letter-spacing: 0.7px;
}
.webhook-inner-wrapper .info-icon {
  position: relative;
  top: -2px;
}
.webhook-inner-wrapper .info-icon img {
  width: 15px;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .setting-data-box-mob-view .webhook-subline {
    line-height: 24px;
    margin-bottom: 8px;
    letter-spacing: 0.7px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pos-webhookskey .text-key-input .input-group {
    margin-bottom: 0px !important;
  }

  .pos-webhookskey .generate-btn .btn-primary {
    margin-top: 0px;
  }

  .setting-data-box-mob-view .api-save-btn {
    justify-content: flex-start !important;
  }

  .pos-webhookskey .offset-sm-3 {
    padding: 0px;
  }

  .pos-webhookskey .generate-btn .btn-primary {
    margin-left: 0px;
  }

  .pos-webhookskey .config-eye-icon {
    right: 15px;
  }

  .pos-webhookskey .config-eye-icon img {
    height: 18px;
  }

  .pos-webhookskey .config-sec-copy {
    position: relative !important;
    top: 0px;
    right: 0px;
    transform: translateX(0px);
    z-index: 1;
  }

  .text-key-input .custom-drop-w-select {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
  }

  .webhook-inner-wrapper .api-save-btn {
    text-align: right !important;
  }
  .webhook-inner-wrapper .api-save-btn .btn-primary {
    margin-left: 0px;
  }

  .webhook-tooltip {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .pos-webhookskey .text-key-input {
    flex-direction: column;
  }

  .pos-webhookskey .generate-btn {
    padding-left: 0px !important;
    margin-bottom: 15px;
  }

  .webhook-inner-wrapper .api-save-btn {
    justify-content: flex-start !important;
  }

  .pos-webhookskey .sec-key-copy-icon {
    margin-right: 0px !important;
  }

  .pos-webhookskey .invoice-input {
    border-radius: 50px;
    font-size: 14px;
    height: 42px;
    padding-right: 41px;
  }

  .pos-webhookskey .text-key-input .input-group {
    margin-bottom: 0px !important;
  }

  .pos-webhookskey .config-eye-icon {
    right: 12px;
  }

  .pos-webhookskey .config-eye-icon img {
    height: 18px;
  }

  .pos-webhookskey .text-key-input > .d-flex {
    grid-gap: 10px;
    gap: 10px;
  }

  .pos-webhookskey .offset-sm-3 {
    padding: 0px;
  }

  .pos-webhookskey .generate-btn .btn-primary {
    margin-left: 0px;
  }

  .pos-webhookskey .config-sec-copy {
    position: relative;
    transform: translateX(0px);
    top: 0px;
    right: 0px;
  }

  .text-key-input .custom-drop-w-select {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
  }

  .webhook-inner-wrapper .api-save-btn {
    text-align: left !important;
  }
  .webhook-inner-wrapper .api-save-btn .btn-primary {
    margin-left: 0px;
  }

  .webhook-tooltip {
    display: none;
  }

  .setting-data-box-mob-view .webhook-subline {
    line-height: 24px;
    margin-bottom: 8px;
    letter-spacing: 0.7px;
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 576px) {
  .pos-webhookskey .text-key-input {
    flex-direction: column;
  }

  .pos-webhookskey .generate-btn {
    padding-left: 0px !important;
    margin-bottom: 15px;
  }

  .webhook-inner-wrapper .api-save-btn {
    justify-content: flex-start !important;
  }

  .pos-webhookskey .sec-key-copy-icon {
    margin-right: 0px !important;
  }

  .pos-webhookskey .invoice-input {
    border-radius: 50px;
    font-size: 14px;
    height: 42px;
    padding-right: 41px;
  }

  .pos-webhookskey .text-key-input .input-group {
    margin-bottom: 0px !important;
  }

  .pos-webhookskey .config-eye-icon {
    right: 12px;
  }

  .pos-webhookskey .config-eye-icon img {
    height: 18px;
  }

  .pos-webhookskey .text-key-input > .d-flex {
    grid-gap: 10px;
    gap: 10px;
  }

  .pos-webhookskey .offset-sm-3 {
    padding: 0px;
  }

  .pos-webhookskey .generate-btn .btn-primary {
    margin-left: 0px;
  }

  .pos-webhookskey .config-sec-copy {
    position: relative;
    transform: translateX(0px);
    top: 0px;
    right: 0px;
  }

  .text-key-input .custom-drop-w-select {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
  }

  .webhook-inner-wrapper .api-save-btn {
    text-align: left !important;
  }
  .webhook-inner-wrapper .api-save-btn .btn-primary {
    margin-left: 0px;
  }

  .webhook-tooltip {
    display: none;
  }

  .setting-data-box-mob-view .webhook-subline {
    line-height: 24px;
    margin-bottom: 8px;
    letter-spacing: 0.7px;
    font-size: 14px;
  }
}
@media screen and (min-width: 280px) and (max-width: 320px) {
  .pos-webhookskey .text-key-input {
    flex-direction: column;
  }

  .pos-webhookskey .generate-btn {
    padding-left: 0px !important;
    margin-bottom: 15px;
  }

  .webhook-inner-wrapper .api-save-btn {
    justify-content: flex-start !important;
  }

  .pos-webhookskey .sec-key-copy-icon {
    margin-right: 0px !important;
  }

  .pos-webhookskey .invoice-input {
    border-radius: 50px;
    font-size: 14px;
    height: 42px;
    padding-right: 41px;
  }

  .pos-webhookskey .text-key-input .input-group {
    margin-bottom: 0px !important;
  }

  .pos-webhookskey .config-eye-icon {
    right: 12px;
  }

  .pos-webhookskey .config-eye-icon img {
    height: 18px;
  }

  .pos-webhookskey .text-key-input > .d-flex {
    grid-gap: 10px;
    gap: 10px;
  }

  .pos-webhookskey .offset-sm-3 {
    padding: 0px;
  }

  .pos-webhookskey .generate-btn .btn-primary {
    margin-left: 0px;
    width: 100%;
  }

  .pos-webhookskey .config-sec-copy {
    position: relative;
    transform: translateX(0px);
    top: 0px;
    right: 0px;
  }

  .text-key-input .custom-drop-w-select {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
  }

  .webhook-inner-wrapper .api-save-btn {
    text-align: left !important;
  }
  .webhook-inner-wrapper .api-save-btn .btn-primary {
    margin-left: 0px;
    width: 100%;
    font-size: 13px;
  }

  .webhook-tooltip {
    display: none;
  }

  .setting-data-box-mob-view .webhook-subline {
    line-height: 24px;
    margin-bottom: 8px;
    letter-spacing: 0.7px;
    font-size: 14px;
  }

  .webhook-inner-wrapper .col-form-label {
    font-size: 13px;
  }

  .pos-webhookskey .created-dtime h6 {
    font-size: 9px;
  }

  .text-key-input .custom-drop-w-select .confg-sec-key-icon {
    right: 12px !important;
    left: auto !important;
    left: initial !important;
  }
}
.rtl .pos-webhookskey .config-sec-copy {
  transform: translateY(-50%);
  right: auto !important;
  right: initial !important;
  left: -50px !important;
}
.rtl .pos-webhookskey .generate-btn .btn-primary {
  margin-left: 0;
  margin-left: initial;
  margin-right: 65px;
}
.rtl .webhook-inner-wrapper .offset-sm-9 {
  margin-left: 0;
  margin-left: initial;
  margin-right: 75%;
}
.rtl .webhook-inner-wrapper .api-save-btn .btn-primary {
  margin-left: 0;
  margin-left: initial;
  margin-right: 75px;
}
.rtl .pos-webhookskey .config-eye-icon {
  right: auto !important;
  right: initial !important;
  left: 20px;
}
.rtl .pos-webhookskey .config-eye-icon img {
  height: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .rtl .pos-webhookskey .config-sec-copy {
    right: auto !important;
    right: initial !important;
    left: 0px !important;
  }
  .rtl .pos-webhookskey .invoice-input {
    padding-left: 41px;
    padding-right: 0.75rem !important;
  }
  .rtl .pos-webhookskey .generate-btn {
    text-align: right;
  }
  .rtl .pos-webhookskey .generate-btn .btn-primary {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  .rtl .webhook-inner-wrapper .api-save-btn .btn-primary {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  .rtl .pos-webhookskey .config-eye-icon {
    right: auto !important;
    right: initial !important;
    left: 20px;
  }
  .rtl .pos-webhookskey .config-eye-icon img {
    height: 18px;
  }
  .rtl .webhook-inner-wrapper .offset-sm-9 {
    margin-left: 0;
    margin-left: initial;
    margin-right: 68%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rtl .pos-webhookskey .config-sec-copy {
    right: auto !important;
    right: initial !important;
    left: 0px !important;
  }
  .rtl .pos-webhookskey .invoice-input {
    padding-left: 41px;
    padding-right: 0.75rem !important;
  }
  .rtl .pos-webhookskey .generate-btn {
    text-align: right;
  }
  .rtl .pos-webhookskey .generate-btn .btn-primary {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  .rtl .webhook-inner-wrapper .api-save-btn .btn-primary {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  .rtl .pos-webhookskey .config-eye-icon {
    right: auto !important;
    right: initial !important;
    left: 20px;
  }
  .rtl .pos-webhookskey .config-eye-icon img {
    height: 18px;
  }
  .rtl .webhook-inner-wrapper .offset-sm-9 {
    margin-left: 0;
    margin-left: initial;
    margin-right: 68%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .rtl .pos-webhookskey .config-sec-copy {
    right: auto !important;
    right: initial !important;
    left: 0px !important;
  }
  .rtl .pos-webhookskey .invoice-input {
    padding-left: 41px;
    padding-right: 0.75rem !important;
  }
  .rtl .pos-webhookskey .generate-btn {
    text-align: right;
  }
  .rtl .pos-webhookskey .generate-btn .btn-primary {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  .rtl .webhook-inner-wrapper .offset-sm-9 {
    margin-left: 75%;
    margin-right: 0;
    margin-right: initial;
  }
  .rtl .webhook-inner-wrapper .api-save-btn .btn-primary {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  .rtl .pos-webhookskey .config-eye-icon {
    right: auto !important;
    right: initial !important;
    left: 12px;
  }
  .rtl .pos-webhookskey .config-eye-icon img {
    height: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 576px) {
  .rtl .pos-webhookskey .config-sec-copy {
    right: auto !important;
    right: initial !important;
    left: 0px !important;
  }
  .rtl .pos-webhookskey .invoice-input {
    padding-left: 41px;
    padding-right: 0.75rem !important;
  }
  .rtl .pos-webhookskey .generate-btn {
    text-align: right;
  }
  .rtl .pos-webhookskey .generate-btn .btn-primary {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  .rtl .webhook-inner-wrapper .offset-sm-9 {
    margin-left: 75%;
    margin-right: 0;
    margin-right: initial;
  }
  .rtl .webhook-inner-wrapper .api-save-btn .btn-primary {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  .rtl .pos-webhookskey .config-eye-icon {
    right: auto !important;
    right: initial !important;
    left: 12px;
  }
  .rtl .pos-webhookskey .config-eye-icon img {
    height: 18px;
  }
}
@media screen and (min-width: 280px) and (max-width: 320px) {
  .rtl .pos-webhookskey .config-sec-copy {
    right: auto !important;
    right: initial !important;
    left: 0px !important;
  }
  .rtl .pos-webhookskey .invoice-input {
    padding-left: 41px;
    padding-right: 0.75rem !important;
  }
  .rtl .pos-webhookskey .generate-btn {
    text-align: right;
  }
  .rtl .pos-webhookskey .generate-btn .btn-primary {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  .rtl .webhook-inner-wrapper .offset-sm-9 {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
  .rtl .webhook-inner-wrapper .api-save-btn .btn-primary {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0px;
  }
  .rtl .pos-webhookskey .config-eye-icon {
    right: auto !important;
    right: initial !important;
    left: 12px;
  }
  .rtl .pos-webhookskey .config-eye-icon img {
    height: 18px;
  }
}
.themesetting-accordian .card {
  border: 1px solid #ECECEC !important;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 0px;
  overflow: visible;
}
.themesetting-accordian .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.themesetting-accordian .card:not(:first-of-type) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.themesetting-accordian .card:hover {
  box-shadow: none;
}
.themesetting-accordian .card .card-header {
  background-color: #F9F9F9 !important;
  padding: 0px !important;
  border-bottom: 0px;
}
.themesetting-accordian .card .card-header .btn.btn-link {
  padding: 12px 12px;
  width: 100%;
  color: #324c6a;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ECECEC !important;
}
.themesetting-accordian .card .card-header button[aria-expanded=false]:before {
  content: "";
  background-image: url('checkout_down_arrow.b230a5e352206abb6523.svg');
  background-repeat: no-repeat;
  height: 8px;
  width: 12px;
}
.themesetting-accordian .card .card-header button[aria-expanded=true]:before {
  content: "";
  background-image: url('checkout_up_arrow.f5526933eaba5a387b33.svg');
  background-repeat: no-repeat;
  height: 8px;
  width: 12px;
}
.themesetting-accordian .card .card-header button:before {
  right: 12px;
  position: absolute;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.themesetting-accordian .card .card-body {
  background-color: #F9F9F9;
  padding: 12px 18px;
}
.themesetting-accordian .card .card-body .theme-color-main .theme-color-setting {
  margin-bottom: 30px;
}
.themesetting-accordian .card .card-body .theme-color-main .theme-color-setting .theme-title {
  color: #324c6a;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}
.themesetting-accordian .card .card-body .theme-color-main .theme-color-setting .theme-picker-mainclass {
  position: relative;
}
.themesetting-accordian .card .card-body .theme-color-main .theme-color-setting .theme-picker-mainclass .theme-color-pick {
  height: 35px;
  width: 35px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #707070;
  overflow: hidden;
  margin-right: 12px;
}
.themesetting-accordian .card .card-body .theme-color-main .theme-color-setting .theme-picker-mainclass .theme-color-pick .theme-clr-selected {
  height: 100%;
  width: 100%;
  background-color: #8D193C;
  position: absolute;
}
.themesetting-accordian .card .card-body .theme-color-main .theme-color-setting .theme-picker-mainclass .reset-default a {
  background-color: #ffffff;
  position: absolute;
  height: 23px;
  width: 23px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  left: -8px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.themesetting-accordian .card .card-body .theme-color-main .theme-color-setting .hexcode-box .hex-color {
  height: 35px;
  width: 125px;
  max-width: 125px;
  border-radius: 5px;
  border: 1px solid #707070;
  margin-right: 12px;
  padding: 7.5px 9px 7.5px 50px;
  margin-bottom: 0px;
  margin-right: 10px;
  color: #324c6a;
  font-weight: 400;
  font-size: 12px;
  outline: 0px;
  box-shadow: none;
}
.themesetting-accordian .card .card-body .theme-color-main .theme-color-setting .hexcode-box p {
  margin-bottom: 0px;
  margin-right: 20px;
  color: #324c6a;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translate(9px, -50%);
}
.themesetting-accordian .card .card-body .theme-color-main .theme-color-setting .color-picker-box {
  height: 35px;
  width: 35px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cvv-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.cvv-icon svg {
  height: 14px;
  width: auto;
  vertical-align: middle;
}
.checkout-setting-wrapper .info-icon {
  position: relative;
}
.checkout-setting-wrapper .info-icon img {
  width: 13px !important;
  margin-left: 5px;
}
html[dir=rtl] .credit-info .form-floating > .form-control {
  text-align: right;
}
html[dir=rtl] .checkout-setting-wrapper .info-icon img {
  margin-left: 0;
  margin-left: initial;
  margin-right: 5px;
}
@media screen and (min-width: 1600px) and (max-width: 1680px) {
  html[dir=rtl] .upload-tooltip {
    right: auto !important;
    right: initial !important;
    left: 50% !important;
  }
  html[dir=rtl] .upload-tooltip::before {
    right: auto;
    right: initial;
    left: 50%;
  }
  html[dir=rtl] .themeguide-tooltip {
    right: 30px !important;
    left: auto !important;
    left: initial !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  html[dir=rtl] .upload-tooltip {
    right: auto !important;
    right: initial !important;
    left: 50% !important;
  }
  html[dir=rtl] .upload-tooltip::before {
    right: auto;
    right: initial;
    left: 50%;
  }
  html[dir=rtl] .themeguide-tooltip {
    right: 30px !important;
    left: auto !important;
    left: initial !important;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html[dir=rtl] .upload-tooltip {
    right: auto !important;
    right: initial !important;
    left: 50% !important;
  }
  html[dir=rtl] .upload-tooltip::before {
    right: auto;
    right: initial;
    left: 50%;
  }
  html[dir=rtl] .themeguide-tooltip {
    right: 30px !important;
    left: auto !important;
    left: initial !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html[dir=rtl] .upload-tooltip {
    right: auto !important;
    right: initial !important;
    left: 50% !important;
  }
  html[dir=rtl] .upload-tooltip::before {
    right: auto;
    right: initial;
    left: 50%;
  }
  html[dir=rtl] .themeguide-tooltip {
    right: 30px !important;
    left: auto !important;
    left: initial !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1350px) {
  html[dir=rtl] .upload-tooltip {
    right: auto !important;
    right: initial !important;
    left: 50% !important;
  }
  html[dir=rtl] .upload-tooltip::before {
    right: auto;
    right: initial;
    left: 50%;
  }
  html[dir=rtl] .themeguide-tooltip {
    right: 30px !important;
    left: auto !important;
    left: initial !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  html[dir=rtl] .upload-tooltip {
    right: auto !important;
    right: initial !important;
    left: 50% !important;
  }
  html[dir=rtl] .upload-tooltip::before {
    right: auto;
    right: initial;
    left: 50%;
  }
  html[dir=rtl] .themeguide-tooltip {
    right: 30px !important;
    left: auto !important;
    left: initial !important;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1280px) {
  html[dir=rtl] .themesetting-accordian .card .card-header {
    padding: 0px 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 1200px) {
  html[dir=rtl] .reset-default-tooltip {
    right: 35px;
    left: auto;
    left: initial;
    z-index: 1;
  }
  html[dir=rtl] .reset-default-tooltip::before {
    right: -5px;
    left: auto;
    left: initial;
  }
}
/*Category One C1 Modal Start*/
.modal-catone .modal-dialog {
  max-width: 520px;
  position: relative;
}
.modal-catone .modal-content {
  padding: 30px 40px 30px 40px !important;
  border-radius: 10px !important;
  box-shadow: 16px 23px 42px #00000029 !important;
}
.modal-catone .catone-header {
  border-bottom: 2px solid #CCCFD5;
}
.modal-catone .catone-header h6 {
  font-size: 22px !important;
  line-height: 22px !important;
  font-weight: bold !important;
  color: #7E0E45 !important;
  margin-bottom: 30px !important;
}
.modal-catone .catone-header .catone-close {
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 30px;
  width: 30px;
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-catone .catone-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #324C6A;
}
.modal-catone .catone-icon {
  margin-top: 30px;
  margin-bottom: 30px;
}
.modal-catone .cate-popup-body {
  padding: 30px 30px 40px 30px;
}
.modal-catone .cate-popup-body .tandc-label-text {
  font-size: 15px;
  font-weight: 400;
  color: #324C6A;
  line-height: 24px;
  margin-bottom: 0px;
  display: inline;
}
.modal-catone .cate-popup-body .tandc-label-text span {
  font-size: 15px;
  font-weight: 600;
  color: #7E0E45;
  line-height: 24px;
}
.modal-catone .cate-popup-body .theme-checkbox .custom-control-label {
  cursor: pointer;
}
.modal-catone .cate-popup-body .theme-checkbox .custom-control-label::before {
  top: 4px;
  border-color: #324C6A !important;
  height: 16px;
  width: 16px;
  left: -1.2rem;
}
.modal-catone .cate-popup-body .theme-checkbox .custom-control-label::after {
  top: 6px;
  left: -13px;
}
.modal-catone .cate-popup-body .theme-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #7E0E45 !important;
  cursor: pointer !important;
}
.modal-catone .cate-popup-form {
  text-align: left;
  margin-bottom: 40px;
}
.modal-catone .cate-popup-form label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #324C6A;
  text-align: left;
}
.modal-catone .cate-popup-form .cate-custom-inputbox {
  position: relative;
}
.modal-catone .cate-popup-form .cate-custom-inputbox .cate-custominput {
  height: 45px;
  border: 1px solid #CCCFD5;
  border-radius: 5px;
  padding: 12.5px 20px;
  outline: 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catone .cate-popup-form .cate-custom-inputbox .cate-custom-inputsmall {
  height: 40px;
  border: 1px solid #CCCFD5;
  border-radius: 5px;
  padding: 12.5px 20px;
  outline: 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catone .cate-popup-form .cate-custom-inputbox .cate-amount-label {
  position: absolute;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catone .cate-popup-form .cate-custom-inputbox .cate-left-space {
  padding-left: 105px;
}
.modal-catone .cate-popup-form .cate-customselect:focus {
  box-shadow: none;
}
.modal-catone .cate-popup-form .cate-customselect .ng-arrow-wrapper {
  background-image: url('new-dropdown-arrow.9cf400dacbc5bb1ca3ea.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}
.modal-catone .cate-popup-form .cate-customselect .ng-arrow-wrapper .ng-arrow {
  border-style: none;
}
.modal-catone .cate-popup-form .cate-customselect .ng-select-container {
  height: 45px;
  border-color: #CCCFD5 !important;
  box-shadow: none;
  outline: 0;
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catone .cate-popup-form .cate-customselect .ng-select-container:hover, .modal-catone .cate-popup-form .cate-customselect .ng-select-container:focus {
  box-shadow: none;
  outline: 0;
}
.modal-catone .cate-popup-form .cate-customselect .bank-l-go-wd {
  margin-left: 25px;
  margin-right: 18px;
}
.modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel {
  border-color: #CCCFD5 !important;
}
.modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel-items {
  max-height: 90px !important;
  padding-top: 0px;
  border-radius: 0px 0px 4px 4px;
}
.modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel-items .ng-option-label {
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catone .cate-popup-formsmall {
  text-align: left;
  margin-bottom: 15px;
}
.modal-catone .cate-popup-formsmall label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #324C6A;
  text-align: left;
  display: block;
}
.modal-catone .cate-popup-formsmall .cate-custom-inputbox {
  position: relative;
}
.modal-catone .cate-popup-formsmall .cate-custom-inputbox .cate-custom-inputsmall {
  height: 40px;
  border: 1px solid #CCCFD5;
  border-radius: 5px;
  padding: 12.5px 20px;
  outline: 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catone .cate-popup-formsmall .cate-custom-inputbox .cate-custom-textarea {
  border: 1px solid #CCCFD5;
  border-radius: 5px;
  padding: 12.5px 20px;
  outline: 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catone .cate-popup-formsmall .cate-customselectsmall:focus {
  box-shadow: none;
}
.modal-catone .cate-popup-formsmall .cate-customselectsmall .ng-arrow-wrapper {
  background-image: url('new-dropdown-arrow.9cf400dacbc5bb1ca3ea.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}
.modal-catone .cate-popup-formsmall .cate-customselectsmall .ng-arrow-wrapper .ng-arrow {
  border-style: none;
}
.modal-catone .cate-popup-formsmall .cate-customselectsmall .ng-select-container {
  height: 40px;
  border-color: #CCCFD5 !important;
  box-shadow: none;
  outline: 0;
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catone .cate-popup-formsmall .cate-customselectsmall .ng-select-container:hover, .modal-catone .cate-popup-formsmall .cate-customselectsmall .ng-select-container:focus {
  box-shadow: none;
  outline: 0;
}
.modal-catone .cate-popup-formsmall .cate-customselectsmall .bank-l-go-wd {
  margin-left: 25px;
  margin-right: 18px;
}
.modal-catone .cate-popup-formsmall .cate-customselectsmall .ng-dropdown-panel {
  border-color: #CCCFD5 !important;
}
.modal-catone .cate-popup-formsmall .cate-customselectsmall .ng-dropdown-panel-items {
  padding-top: 0px;
  border-radius: 0px 0px 4px 4px;
}
.modal-catone .cate-popup-formsmall .cate-customselectsmall .ng-dropdown-panel-items .ng-option-label {
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catone .cate-popup-formsmall .cate-customselectsmall .ng-placeholder {
  color: #CCCFD5;
}
.modal-catone .cate-popup-radio {
  text-align: left;
  margin-bottom: 15px;
}
.modal-catone .cate-popup-radio label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #324C6A;
  text-align: left;
}
.modal-catone .cate-popup-radio .cat-cusom-radio {
  font-weight: 400;
}
.modal-catone .cate-popup-radio .cat-cusom-radio::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
  margin-left: -20px;
  border: 2px solid #D6D8DD;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}
.modal-catone .cate-popup-radio .cat-cusom-radio::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 3px;
  top: 7px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #D6D8DD;
  transform: scale(1, 1);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.modal-catone .cate-popup-radio .radio input[type=radio]:checked + .cat-cusom-radio::after {
  background-color: #7E0E45;
}
.modal-catone .cate-popup-radio .radio input[type=radio]:checked + .cat-cusom-radio::before {
  border-color: #7E0E45;
}
/*Category One C1 Modal End*/
/*Category Two C2 Modal Start*/
.modal-cattwo .modal-dialog {
  max-width: 600px;
  position: relative;
}
.modal-cattwo .modal-content {
  padding: 30px 40px 30px 40px !important;
  border-radius: 10px !important;
  box-shadow: 16px 23px 42px #00000029 !important;
}
.modal-cattwo .cattwo-header {
  border-bottom: 2px solid #CCCFD5;
}
.modal-cattwo .cattwo-header h6 {
  font-size: 22px !important;
  line-height: 22px !important;
  font-weight: bold !important;
  color: #7E0E45 !important;
  margin-bottom: 30px !important;
}
.modal-cattwo .cattwo-header .cattwo-close {
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 30px;
  width: 30px;
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-cattwo .cate-popup-body {
  padding: 30px 30px 40px 30px;
}
.modal-cattwo .cate-popup-body .cate-inner-title h5 {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  color: #324C6A;
  margin-bottom: 13px;
}
.modal-cattwo .cate-popup-body .tandc-label-text {
  font-size: 15px;
  font-weight: 400;
  color: #324C6A;
  line-height: 24px;
  margin-bottom: 0px;
}
.modal-cattwo .cate-popup-body .tandc-label-text span {
  font-size: 15px;
  font-weight: 600;
  color: #7E0E45;
  line-height: 24px;
}
.modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label {
  cursor: pointer;
}
.modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label::before {
  top: 4px;
  border-color: #324C6A !important;
  height: 16px;
  width: 16px;
  left: -1.2rem;
}
.modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label::after {
  top: 6px;
  left: -13px;
}
.modal-cattwo .cate-popup-body .theme-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #7E0E45 !important;
  cursor: pointer !important;
}
.modal-cattwo .cate-popup-body .terms-cond-content {
  border: 1px solid rgba(112, 112, 112, 0.2);
  width: 100%;
  margin-top: 30px;
  border-radius: 5px;
  padding: 20px;
  max-height: 391px;
  overflow-y: auto;
}
.modal-cattwo .cate-popup-body .terms-cond-content::-webkit-scrollbar-thumb {
  background: #7e0e45;
  border-radius: 6px;
}
.modal-cattwo .cate-popup-body .terms-cond-content::-webkit-scrollbar {
  width: 6px;
}
.modal-cattwo .cate-popup-body .terms-cond-content .auto-withd-content {
  font-size: 14px;
  font-weight: 400;
}
.modal-cattwo .cate-popup-body .terms-cond-content .term-condtn-list {
  width: 100%;
  padding-left: 18px;
}
.modal-cattwo .cate-popup-body .terms-cond-content .term-condtn-list li {
  font-size: 14px;
}
.modal-cattwo .cate-popup-form {
  text-align: left;
  margin-bottom: 40px;
}
.modal-cattwo .cate-popup-form label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #324C6A;
  text-align: left;
}
.modal-cattwo .cate-popup-form .cate-custom-inputbox {
  position: relative;
  width: 350px;
  margin: 0 auto;
}
.modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-custominput {
  height: 45px;
  border: 1px solid #CCCFD5;
  border-radius: 5px;
  padding: 12.5px 20px;
  outline: 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-amount-label {
  position: absolute;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-left-space {
  padding-left: 105px;
}
.modal-cattwo .cate-popup-form .cate-customselect:focus {
  box-shadow: none;
}
.modal-cattwo .cate-popup-form .cate-customselect .ng-arrow-wrapper {
  background-image: url('new-dropdown-arrow.9cf400dacbc5bb1ca3ea.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}
.modal-cattwo .cate-popup-form .cate-customselect .ng-arrow-wrapper .ng-arrow {
  border-style: none;
}
.modal-cattwo .cate-popup-form .cate-customselect .ng-select-container {
  height: 45px;
  border-color: #CCCFD5 !important;
  box-shadow: none;
  outline: 0;
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-cattwo .cate-popup-form .cate-customselect .ng-select-container:hover, .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container:focus {
  box-shadow: none;
  outline: 0;
}
.modal-cattwo .cate-popup-form .cate-customselect .ng-select-container .bank-l-go-wd {
  margin-left: 25px;
  margin-right: 18px;
}
.modal-cattwo .cate-popup-form .cate-customselect .ng-select-container .ng-placeholder {
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel {
  border-color: #CCCFD5 !important;
}
.modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel-items {
  max-height: 200px !important;
  padding-top: 0px;
  border-radius: 0px 0px 4px 4px;
}
.modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel-items .ng-option-label {
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-cattwo .cattwo-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #324C6A;
}
.modal-cattwo .catetwo-list {
  text-align: left;
  padding-left: 15px;
}
.modal-cattwo .catetwo-list li {
  font-size: 14px;
  font-weight: 400;
  color: #324C6A;
  margin-bottom: 5px;
}
/*Category Two C2 Modal End*/
/*Category Three C3 Modal Start*/
.modal-catthree .modal-dialog {
  max-width: 800px;
  position: relative;
}
.modal-catthree .modal-content {
  padding: 30px 40px 30px 40px !important;
  border-radius: 10px !important;
  box-shadow: 16px 23px 42px #00000029 !important;
}
.modal-catthree .catthree-header {
  border-bottom: 2px solid #CCCFD5;
}
.modal-catthree .catthree-header h6 {
  font-size: 22px !important;
  line-height: 22px !important;
  font-weight: bold !important;
  color: #7E0E45 !important;
  margin-bottom: 30px !important;
}
.modal-catthree .catthree-header .catthree-close {
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 30px;
  width: 30px;
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-catthree .catthree-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #324C6A;
}
.modal-catthree .catthree-icon {
  margin-top: 30px;
  margin-bottom: 30px;
}
.modal-catthree .cate-popup-body {
  padding: 30px 30px 40px 30px;
}
.modal-catthree .cate-popup-body .cate-inner-title h5 {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  color: #324C6A;
  margin-bottom: 13px;
}
.modal-catthree .cate-popup-body .tandc-label-text {
  font-size: 15px;
  font-weight: 400;
  color: #324C6A;
  line-height: 24px;
  margin-bottom: 0px;
  display: inline;
}
.modal-catthree .cate-popup-body .tandc-label-text span {
  font-size: 15px;
  font-weight: 600;
  color: #7E0E45;
  line-height: 24px;
}
.modal-catthree .cate-popup-body .theme-checkbox .custom-control-label {
  cursor: pointer;
}
.modal-catthree .cate-popup-body .theme-checkbox .custom-control-label::before {
  top: 4px;
  border-color: #324C6A !important;
  height: 16px;
  width: 16px;
  left: -1.2rem;
}
.modal-catthree .cate-popup-body .theme-checkbox .custom-control-label::after {
  top: 6px;
  left: -13px;
}
.modal-catthree .cate-popup-body .theme-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #7E0E45 !important;
  cursor: pointer !important;
}
.modal-catthree .cate-popup-body .terms-cond-content {
  border: 1px solid rgba(112, 112, 112, 0.2);
  width: 100%;
  margin-top: 30px;
  border-radius: 5px;
  padding: 20px;
  max-height: 391px;
  overflow-y: auto;
}
.modal-catthree .cate-popup-body .terms-cond-content::-webkit-scrollbar-thumb {
  background: #7e0e45;
  border-radius: 6px;
}
.modal-catthree .cate-popup-body .terms-cond-content::-webkit-scrollbar {
  width: 6px;
}
.modal-catthree .cate-popup-body .terms-cond-content .auto-withd-content {
  font-size: 14px;
  font-weight: 400;
}
.modal-catthree .cate-popup-body .terms-cond-content .term-condtn-list {
  width: 100%;
  padding-left: 18px;
}
.modal-catthree .cate-popup-body .terms-cond-content .term-condtn-list li {
  font-size: 14px;
}
.modal-catthree .cate-popup-form {
  text-align: left;
  margin-bottom: 40px;
}
.modal-catthree .cate-popup-form label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #324C6A;
  text-align: left;
}
.modal-catthree .cate-popup-form .cate-custom-inputbox {
  position: relative;
  width: 350px;
  margin: 0 auto;
}
.modal-catthree .cate-popup-form .cate-custom-inputbox .cate-custominput {
  height: 45px;
  border: 1px solid #CCCFD5;
  border-radius: 5px;
  padding: 12.5px 20px;
  outline: 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catthree .cate-popup-form .cate-custom-inputbox .cate-amount-label {
  position: absolute;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catthree .cate-popup-form .cate-custom-inputbox .cate-left-space {
  padding-left: 105px;
}
.modal-catthree .cate-popup-form .cate-customselect:focus {
  box-shadow: none;
}
.modal-catthree .cate-popup-form .cate-customselect .ng-arrow-wrapper {
  background-image: url('new-dropdown-arrow.9cf400dacbc5bb1ca3ea.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}
.modal-catthree .cate-popup-form .cate-customselect .ng-arrow-wrapper .ng-arrow {
  border-style: none;
}
.modal-catthree .cate-popup-form .cate-customselect .ng-select-container {
  height: 45px;
  border-color: #CCCFD5 !important;
  box-shadow: none;
  outline: 0;
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catthree .cate-popup-form .cate-customselect .ng-select-container:hover, .modal-catthree .cate-popup-form .cate-customselect .ng-select-container:focus {
  box-shadow: none;
  outline: 0;
}
.modal-catthree .cate-popup-form .cate-customselect .ng-select-container .bank-l-go-wd {
  margin-left: 25px;
  margin-right: 18px;
}
.modal-catthree .cate-popup-form .cate-customselect .ng-select-container .ng-placeholder {
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catthree .cate-popup-form .cate-customselect .ng-dropdown-panel {
  border-color: #CCCFD5 !important;
}
.modal-catthree .cate-popup-form .cate-customselect .ng-dropdown-panel-items {
  max-height: 200px !important;
  padding-top: 0px;
  border-radius: 0px 0px 4px 4px;
}
.modal-catthree .cate-popup-form .cate-customselect .ng-dropdown-panel-items .ng-option-label {
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catthree .create-user-form .cate-popup-formsmall {
  text-align: left;
  margin-bottom: 15px;
}
.modal-catthree .create-user-form .cate-popup-formsmall label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #324C6A;
  text-align: left;
  display: block;
}
.modal-catthree .create-user-form .cate-popup-formsmall .cate-custom-inputbox {
  position: relative;
}
.modal-catthree .create-user-form .cate-popup-formsmall .cate-custom-inputbox .cate-custom-inputsmall {
  height: 40px;
  border: 1px solid #CCCFD5;
  border-radius: 5px;
  padding: 12.5px 20px;
  outline: 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catthree .create-user-form .cate-popup-formsmall .cate-custom-inputbox .cate-custom-textarea {
  border: 1px solid #CCCFD5;
  border-radius: 5px;
  padding: 12.5px 20px;
  outline: 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catthree .create-user-form .cate-popup-formsmall .cate-customselectsmall:focus {
  box-shadow: none;
}
.modal-catthree .create-user-form .cate-popup-formsmall .cate-customselectsmall .ng-arrow-wrapper {
  background-image: url('new-dropdown-arrow.9cf400dacbc5bb1ca3ea.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}
.modal-catthree .create-user-form .cate-popup-formsmall .cate-customselectsmall .ng-arrow-wrapper .ng-arrow {
  border-style: none;
}
.modal-catthree .create-user-form .cate-popup-formsmall .cate-customselectsmall .ng-select-container {
  height: 40px;
  border-color: #CCCFD5 !important;
  box-shadow: none;
  outline: 0;
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catthree .create-user-form .cate-popup-formsmall .cate-customselectsmall .ng-select-container:hover, .modal-catthree .create-user-form .cate-popup-formsmall .cate-customselectsmall .ng-select-container:focus {
  box-shadow: none;
  outline: 0;
}
.modal-catthree .create-user-form .cate-popup-formsmall .cate-customselectsmall .bank-l-go-wd {
  margin-left: 25px;
  margin-right: 18px;
}
.modal-catthree .create-user-form .cate-popup-formsmall .cate-customselectsmall .ng-dropdown-panel {
  border-color: #CCCFD5 !important;
}
.modal-catthree .create-user-form .cate-popup-formsmall .cate-customselectsmall .ng-dropdown-panel-items {
  padding-top: 0px;
  border-radius: 0px 0px 4px 4px;
}
.modal-catthree .create-user-form .cate-popup-formsmall .cate-customselectsmall .ng-dropdown-panel-items .ng-option-label {
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catthree .create-user-form .cate-popup-formsmall .cate-customselectsmall .ng-placeholder {
  color: #CCCFD5;
}
.modal-catthree .cat-custom-dropdown label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #324C6A;
  text-align: left;
  display: block;
}
.modal-catthree .cat-custom-dropdown .cate-customselectlarge:focus {
  box-shadow: none;
}
.modal-catthree .cat-custom-dropdown .cate-customselectlarge .ng-arrow-wrapper {
  background-image: url('new-dropdown-arrow.9cf400dacbc5bb1ca3ea.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}
.modal-catthree .cat-custom-dropdown .cate-customselectlarge .ng-arrow-wrapper .ng-arrow {
  border-width: 0px;
}
.modal-catthree .cat-custom-dropdown .cate-customselectlarge .ng-select-container {
  height: 40px;
  width: 365px;
  border-color: #CCCFD5 !important;
  box-shadow: none;
  outline: 0;
  font-size: 15px;
  font-weight: 500;
  color: #324C6A;
  line-height: 20px;
}
.modal-catthree .cat-custom-dropdown .cate-customselectlarge .ng-select-container:hover, .modal-catthree .cat-custom-dropdown .cate-customselectlarge .ng-select-container:focus {
  box-shadow: none;
  outline: 0;
}
.modal-catthree .cat-custom-dropdown .cate-customselectlarge .bank-l-go-wd {
  margin-left: 25px;
  margin-right: 18px;
}
.modal-catthree .cat-custom-dropdown .cate-customselectlarge .ng-dropdown-panel {
  border-color: #CCCFD5 !important;
  width: 365px;
  text-align: left;
}
.modal-catthree .cat-custom-dropdown .cate-customselectlarge .ng-dropdown-panel-items {
  padding-top: 0px;
  border-radius: 0px 0px 4px 4px;
}
.modal-catthree .cat-custom-dropdown .cate-customselectlarge .ng-dropdown-panel-items .ng-option-label {
  font-size: 15px;
  font-weight: 600;
  color: #324C6A;
  line-height: 20px;
}
.modal-catthree .cat-custom-dropdown .cate-customselectlarge .ng-placeholder {
  color: #CCCFD5;
}
.modal-catthree .bupload-doc-main {
  border: 1px solid #CCCFD5;
  border-radius: 5px;
  padding: 6px 10px;
  margin-bottom: 15px;
}
.modal-catthree .bupload-doc-main .m-bd-title .buploadmain-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}
/*Category Three C3 Modal End*/
/*Modal Common Button CSS Start*/
.n-submit-btn {
  margin-top: 0px;
  width: 170px;
  max-width: 170px;
  height: 49px;
  font-size: 18px;
  font-weight: 600px;
  line-height: 24px;
}
.withdbutton-group .outline-btn {
  background-color: #ffffff !important;
  color: #324C6A !important;
  border-radius: 50px !important;
  border: 1px solid #7e0e45 !important;
  padding: 0px;
  width: 170px;
  max-width: 170px;
  height: 50px;
  font-size: 18px;
}
.withdbutton-group .outline-btn:hover, .withdbutton-group .outline-btn:focus {
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
  transition: 0.6s;
  color: #fff !important;
  font-weight: 600;
}
.withdbutton-group .outline-btn-small {
  background-color: #ffffff !important;
  color: #324C6A !important;
  border-radius: 50px !important;
  border: 1px solid #7e0e45 !important;
  padding: 9px 20px;
  width: 170px;
  max-width: 170px;
  height: 50px;
  font-size: 18px;
}
.withdbutton-group .outline-btn-small:hover, .withdbutton-group .outline-btn-small:focus {
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
  transition: 0.6s;
  color: #fff !important;
  font-weight: 600;
}
.withdbutton-group .outline-btn-medium {
  background-color: #ffffff !important;
  color: #324C6A !important;
  border-radius: 50px !important;
  border: 1px solid #7e0e45 !important;
  padding: 9px 20px;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 50px;
  font-size: 18px;
}
.withdbutton-group .outline-btn-medium:hover, .withdbutton-group .outline-btn-medium:focus {
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
  transition: 0.6s;
  color: #fff !important;
  font-weight: 600;
}
.withdbutton-group .outline-btn-large {
  background-color: #ffffff !important;
  color: #324C6A !important;
  border-radius: 50px !important;
  border: 1px solid #7e0e45 !important;
  padding: 9px 20px;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 50px;
  font-size: 18px;
}
.withdbutton-group .outline-btn-large:hover, .withdbutton-group .outline-btn-large:focus {
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
  transition: 0.6s;
  color: #fff !important;
  font-weight: 600;
}
.withdbutton-group .confirm-btn {
  background-color: #7e0e45 !important;
  color: #fff;
  border-radius: 50px !important;
  border: 1px solid #7e0e45 !important;
  padding: 0px;
  width: 170px;
  max-width: 170px;
  height: 50px;
  font-size: 18px;
}
.withdbutton-group .confirm-btn:hover, .withdbutton-group .confirm-btn:focus {
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
  transition: 0.6s;
  color: #fff !important;
  font-weight: 600;
}
.withdbutton-group .confirm-btn-small {
  background-color: #7e0e45 !important;
  color: #fff;
  border-radius: 50px !important;
  border: 1px solid #7e0e45 !important;
  padding: 9px 20px;
  width: 170px;
  max-width: 170px;
  height: 50px;
  font-size: 18px;
}
.withdbutton-group .confirm-btn-small:hover, .withdbutton-group .confirm-btn-small:focus {
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
  transition: 0.6s;
  color: #fff !important;
  font-weight: 600;
}
.withdbutton-group .confirm-btn-medium {
  background-color: #7e0e45 !important;
  color: #fff;
  border-radius: 50px !important;
  border: 1px solid #7e0e45 !important;
  padding: 9px 20px;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 50px;
  font-size: 18px;
}
.withdbutton-group .confirm-btn-medium:hover, .withdbutton-group .confirm-btn-medium:focus {
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
  transition: 0.6s;
  color: #fff !important;
  font-weight: 600;
}
.withdbutton-group .confirm-btn-large {
  background-color: #7e0e45 !important;
  color: #fff;
  border-radius: 50px !important;
  border: 1px solid #7e0e45 !important;
  padding: 9px 20px;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 50px;
  font-size: 18px;
}
.withdbutton-group .confirm-btn-large:hover, .withdbutton-group .confirm-btn-large:focus {
  background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
  transition: 0.6s;
  color: #fff !important;
  font-weight: 600;
}
/*Modal Common Button CSS End*/
/*OTP COMPONENT MODAL CSS START*/
.mm-otp-wrapper {
  display: flex;
  justify-content: center;
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.otp-section input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ced4da;
}
.cate-customselectsmall.ng-select-disabled > .ng-select-container {
  background-color: #e9ecef !important;
}
/**=====================
       RTL CSS Start
==========================**/
html[dir=rtl] .cate-popup-formsmall {
  text-align: right;
}
html[dir=rtl] .modal-catone .cate-popup-formsmall label {
  text-align: right;
}
html[dir=rtl] .modal-catone .cate-popup-radio label {
  text-align: right;
  display: block;
}
html[dir=rtl] .modal-catone .m-checkbox-inline label {
  margin-left: 20px;
  margin-right: 0;
  margin-right: initial;
}
html[dir=rtl] .modal-catone .m-checkbox-inline .radio.pr-3 {
  padding-left: 1rem !important;
  padding-right: 0 !important;
  padding-right: initial !important;
}
html[dir=rtl] .modal-catone .m-checkbox-inline .radio input[type=radio] {
  display: none !important;
}
html[dir=rtl] .modal-catone .catone-header .catone-close, html[dir=rtl] .modal-cattwo .cattwo-header .catone-close, html[dir=rtl] .modal-cathree .catthree-header .catone-close {
  right: auto;
  right: initial;
  left: 15px;
}
html[dir=rtl] .modal-catone .refund-m-radio label.mr-4 {
  margin-right: 0 !important;
  margin-right: initial !important;
  margin-left: 0rem;
}
html[dir=rtl] .modal-catone .refund-m-radio label.mr-0 {
  margin-right: 1.5rem !important;
  margin-left: 0rem;
}
html[dir=rtl] .modal-catone .refund-m-radio label.mr-2 {
  margin-right: 1.5rem !important;
  margin-left: 0rem;
}
html[dir=rtl] .modal-catone .refund-m-radio label.pl-0 {
  padding-right: 0.5rem !important;
  padding-left: 0rem;
}
html[dir=rtl] .modal-catone .refund-inner-t {
  text-align: right;
}
html[dir=rtl] .cate-custom-inputbox .was-validated .form-control:invalid, html[dir=rtl] .cate-custom-inputbox .form-control.is-invalid {
  background-position: left calc(0.375em + 0.1875rem) center;
}
html[dir=rtl] .modal-catone .cate-popup-radio .m-checkbox-inline label {
  margin-left: 0;
  margin-left: initial;
  margin-right: 20px;
  padding-left: 0;
  padding-left: initial;
  padding-right: 5px;
}
html[dir=rtl] .modal-catone .cate-popup-radio .cat-cusom-radio::before {
  left: auto;
  left: initial;
  right: 0;
  margin-right: -20px;
  margin-left: 0;
  margin-left: initial;
}
html[dir=rtl] .modal-catone .cate-popup-radio .cat-cusom-radio::after {
  left: auto;
  left: initial;
  right: 3px;
  margin-left: 0;
  margin-left: initial;
  margin-right: -20px;
}
html[dir=rtl] .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label::after {
  top: 5px;
  left: auto;
  left: initial;
  right: -19px;
}
html[dir=rtl] .modal-catthree .cate-popup-body .theme-checkbox .custom-control-label::after {
  top: 5px;
  left: auto;
  left: initial;
  right: -19px;
}
html[dir=rtl] .modal-catone .cate-popup-formsmall .cate-customselectsmall .ng-arrow-wrapper {
  background-position: left 12px center;
}
html[dir=rtl] .modal-cattwo .cate-popup-form .cate-customselect .ng-arrow-wrapper {
  background-position: left 12px center;
}
html[dir=rtl] .modal-catthree .cate-popup-form .cate-customselect .ng-arrow-wrapper {
  background-position: left 12px center;
}
html[dir=rtl] .modal-cattwo .catetwo-list {
  text-align: right;
  padding-right: 15px;
  padding-left: 0px;
}
/**=====================
       RTL CSS End
==========================**/
/*Modal CSS Start*/
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  _ .modal-catone .modal-dialog {
    max-width: 460px;
    position: relative;
  }
  _ .modal-catone .modal-content {
    padding: 20px 30px 20px 30px !important;
  }
  _ .modal-catone .catone-header {
    border-bottom: 2px solid #CCCFD5;
  }
  _ .modal-catone .catone-header h6 {
    font-size: 18px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
  }
  _ .modal-catone .catone-header .catone-close {
    height: 26px;
    width: 26px;
    top: 10px;
    right: 10px;
  }
  _ .modal-catone .catone-header .catone-close img {
    height: 10px;
  }
  _ .modal-catone .catone-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #324C6A;
  }
  _ .modal-catone .catone-icon {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  _ .modal-catone .cate-popup-body {
    padding: 20px 20px 30px 20px;
  }
  _ .modal-catone .cate-popup-form {
    text-align: left;
    margin-bottom: 40px;
  }
  _ .modal-catone .cate-popup-form label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #324C6A;
    text-align: left;
    margin-bottom: 8px;
  }
  _ .modal-catone .cate-popup-form .cate-custom-inputbox {
    position: relative;
  }
  _ .modal-catone .cate-popup-form .cate-custom-inputbox .cate-custominput {
    height: 35px;
    font-size: 14px;
  }
  _ .modal-catone .cate-popup-form .cate-custom-inputbox .cate-amount-label {
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }
  _ .modal-catone .cate-popup-form .cate-custom-inputbox .cate-left-space {
    padding-left: 105px;
  }
  _ .modal-catone .cate-popup-form .cate-customselect:focus {
    box-shadow: none;
  }
  _ .modal-catone .cate-popup-form .cate-customselect .ng-arrow-wrapper {
    background-image: url('new-dropdown-arrow.9cf400dacbc5bb1ca3ea.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
  }
  _ .modal-catone .cate-popup-form .cate-customselect .ng-arrow-wrapper .ng-arrow {
    border-style: none;
  }
  _ .modal-catone .cate-popup-form .cate-customselect .ng-select-container {
    height: 35px;
    font-size: 14px;
  }
  _ .modal-catone .cate-popup-form .cate-customselect .ng-select-container:hover, _ .modal-catone .cate-popup-form .cate-customselect .ng-select-container:focus {
    box-shadow: none;
    outline: 0;
  }
  _ .modal-catone .cate-popup-form .cate-customselect .bank-l-go-wd {
    margin-left: 10px;
    margin-right: 30px;
  }
  _ .modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel {
    border-color: #CCCFD5 !important;
  }
  _ .modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel-items {
    max-height: 90px !important;
    padding-top: 0px;
    border-radius: 0px 0px 4px 4px;
  }
  _ .modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel-items .ng-option-label {
    font-size: 14px;
    font-weight: 600;
    color: #324C6A;
    line-height: 20px;
  }

  /*Category One C1 Modal End*/
  /*Category Two C2 Modal Start*/
  .modal-cattwo .modal-dialog {
    max-width: 540px;
    position: relative;
  }
  .modal-cattwo .modal-content {
    padding: 20px 30px 20px 30px !important;
  }
  .modal-cattwo .cattwo-header {
    border-bottom: 2px solid #CCCFD5;
  }
  .modal-cattwo .cattwo-header h6 {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }
  .modal-cattwo .cattwo-header .cattwo-close {
    height: 26px;
    width: 26px;
    right: 10px;
    top: 10px;
  }
  .modal-cattwo .cattwo-header .cattwo-close img {
    height: 10px;
  }
  .modal-cattwo .cate-popup-body {
    padding: 20px 20px 30px 20px;
  }
  .modal-cattwo .cate-popup-body .cate-inner-title h5 {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #324C6A;
    margin-bottom: 10px;
  }
  .modal-cattwo .cate-popup-body .tandc-label-text {
    font-size: 16px;
  }
  .modal-cattwo .cate-popup-body .tandc-label-text span {
    font-size: 16px;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label {
    cursor: pointer;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label::before {
    top: 3px;
    border-color: #324C6A !important;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label::after {
    top: 6px;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #7E0E45 !important;
    cursor: pointer !important;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content {
    border: 1px solid rgba(112, 112, 112, 0.2);
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    padding: 15px;
    max-height: 391px;
    overflow-y: auto;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content::-webkit-scrollbar-thumb {
    background: #7e0e45;
    border-radius: 6px;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content::-webkit-scrollbar {
    width: 6px;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content .auto-withd-content {
    font-size: 12px;
    font-weight: 400;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content .term-condtn-list {
    width: 100%;
    padding-left: 15px;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content .term-condtn-list li {
    font-size: 12px;
  }
  .modal-cattwo .cate-popup-form {
    text-align: left;
    margin-bottom: 40px;
  }
  .modal-cattwo .cate-popup-form label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #324C6A;
    text-align: left;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox {
    position: relative;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-custominput {
    height: 35px;
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-amount-label {
    left: 23px;
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-left-space {
    padding-left: 105px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect:focus {
    box-shadow: none;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-arrow-wrapper {
    background-image: url('new-dropdown-arrow.9cf400dacbc5bb1ca3ea.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-arrow-wrapper .ng-arrow {
    border-style: none;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container {
    height: 35px;
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container:hover, .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container:focus {
    box-shadow: none;
    outline: 0;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container .bank-l-go-wd {
    margin-left: 10px;
    margin-right: 30px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container .ng-placeholder {
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel {
    border-color: #CCCFD5 !important;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel-items {
    max-height: 200px !important;
    padding-top: 0px;
    border-radius: 0px 0px 4px 4px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel-items .ng-option-label {
    font-size: 14px;
  }
  .modal-cattwo .cattwo-content p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #324C6A;
  }

  /*Category Two C2 Modal End*/
  /*Modal Button Css Start*/
  .n-submit-btn {
    margin-top: 0px;
    width: 140px;
    max-width: 140px;
    height: 40px;
    font-size: 14px;
    font-weight: 600px;
    line-height: 18px;
  }

  .withdbutton-group .outline-btn {
    width: 140px;
    max-width: 140px;
    height: 40px;
    font-size: 14px;
    margin-bottom: 0px;
  }
  .withdbutton-group .outline-btn:hover, .withdbutton-group .outline-btn:focus {
    background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
    transition: 0.6s;
    color: #fff !important;
    font-weight: 600;
  }
  .withdbutton-group .confirm-btn {
    width: 140px;
    max-width: 140px;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .confirm-btn:hover, .withdbutton-group .confirm-btn:focus {
    background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
    transition: 0.6s;
    color: #fff !important;
    font-weight: 600;
  }
  .withdbutton-group .outline-btn-small {
    padding: 9px 25px 9px 25px !important;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .outline-btn-medium {
    padding: 9px 25px 9px 25px !important;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .outline-btn-large {
    padding: 9px 25px 9px 25px !important;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .withdbutton-group .confirm-btn-small {
    padding: 9px 25px 9px 25px !important;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .confirm-btn-medium {
    padding: 9px 25px 9px 25px !important;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 40px;
    font-size: 14px;
    margin-bottom: 0px;
  }
  .withdbutton-group .confirm-btn-large {
    padding: 9px 25px 9px 25px !important;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  /*Modal Button Css End*/
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
  /*Category One C1 Modal Start*/
  .modal-catone .modal-dialog {
    max-width: 100%;
    position: relative;
  }
  .modal-catone .modal-content {
    padding: 20px 30px 20px 30px !important;
  }
  .modal-catone .catone-header {
    border-bottom: 2px solid #CCCFD5;
  }
  .modal-catone .catone-header h6 {
    font-size: 18px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
  }
  .modal-catone .catone-header .catone-close {
    height: 26px;
    width: 26px;
    top: 10px;
    right: 10px;
  }
  .modal-catone .catone-header .catone-close img {
    height: 10px;
  }
  .modal-catone .catone-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #324C6A;
  }
  .modal-catone .catone-icon {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .modal-catone .cate-popup-body {
    padding: 20px 20px 30px 20px;
  }
  .modal-catone .cate-popup-form {
    text-align: left;
    margin-bottom: 40px;
  }
  .modal-catone .cate-popup-form label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #324C6A;
    text-align: left;
    margin-bottom: 8px;
  }
  .modal-catone .cate-popup-form .cate-custom-inputbox {
    position: relative;
    width: 100%;
  }
  .modal-catone .cate-popup-form .cate-custom-inputbox .cate-custominput {
    height: 35px;
    font-size: 14px;
  }
  .modal-catone .cate-popup-form .cate-custom-inputbox .cate-amount-label {
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }
  .modal-catone .cate-popup-form .cate-custom-inputbox .cate-left-space {
    padding-left: 105px;
  }
  .modal-catone .cate-popup-form .cate-customselect:focus {
    box-shadow: none;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-arrow-wrapper {
    background-image: url('new-dropdown-arrow.9cf400dacbc5bb1ca3ea.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-arrow-wrapper .ng-arrow {
    border-style: none;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-select-container {
    height: 35px;
    font-size: 14px;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-select-container:hover, .modal-catone .cate-popup-form .cate-customselect .ng-select-container:focus {
    box-shadow: none;
    outline: 0;
  }
  .modal-catone .cate-popup-form .cate-customselect .bank-l-go-wd {
    margin-left: 10px;
    margin-right: 30px;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel {
    border-color: #CCCFD5 !important;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel-items {
    max-height: 90px !important;
    padding-top: 0px;
    border-radius: 0px 0px 4px 4px;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel-items .ng-option-label {
    font-size: 14px;
    font-weight: 600;
    color: #324C6A;
    line-height: 20px;
  }

  /*Category One C1 Modal End*/
  /*Category Two C2 Modal Start*/
  .modal-cattwo .modal-dialog {
    max-width: 540px;
    position: relative;
  }
  .modal-cattwo .modal-content {
    padding: 20px 25px 20px 25px !important;
  }
  .modal-cattwo .cattwo-header {
    border-bottom: 2px solid #CCCFD5;
  }
  .modal-cattwo .cattwo-header h6 {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
  .modal-cattwo .cattwo-header .cattwo-close {
    height: 24px;
    width: 24px;
    right: 10px;
    top: 10px;
  }
  .modal-cattwo .cattwo-header .cattwo-close img {
    height: 8px;
  }
  .modal-cattwo .cate-popup-body {
    padding: 20px 20px 30px 20px;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox {
    display: flex;
    justify-content: center;
  }
  .modal-cattwo .cate-popup-body .cate-inner-title h5 {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #324C6A;
    margin-bottom: 10px;
  }
  .modal-cattwo .cate-popup-body .tandc-label-text {
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-body .tandc-label-text span {
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label {
    cursor: pointer;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label::before {
    top: 3px;
    border-color: #324C6A !important;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label::after {
    top: 6px;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #7E0E45 !important;
    cursor: pointer !important;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content {
    border: 1px solid rgba(112, 112, 112, 0.2);
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    padding: 15px;
    max-height: 391px;
    overflow-y: auto;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content::-webkit-scrollbar-thumb {
    background: #7e0e45;
    border-radius: 6px;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content::-webkit-scrollbar {
    width: 6px;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content .auto-withd-content {
    font-size: 12px;
    font-weight: 400;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content .term-condtn-list {
    width: 100%;
    padding-left: 15px;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content .term-condtn-list li {
    font-size: 12px !important;
  }
  .modal-cattwo .cate-popup-form {
    text-align: left;
    margin-bottom: 40px;
  }
  .modal-cattwo .cate-popup-form label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #324C6A;
    text-align: left;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox {
    position: relative;
    width: 100%;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-custominput {
    height: 35px;
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-amount-label {
    left: 23px;
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-left-space {
    padding-left: 105px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect:focus {
    box-shadow: none;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-arrow-wrapper {
    background-image: url('new-dropdown-arrow.9cf400dacbc5bb1ca3ea.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-arrow-wrapper .ng-arrow {
    border-style: none;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container {
    height: 35px;
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container:hover, .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container:focus {
    box-shadow: none;
    outline: 0;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container .bank-l-go-wd {
    margin-left: 10px;
    margin-right: 30px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container .ng-placeholder {
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel {
    border-color: #CCCFD5 !important;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel-items {
    max-height: 200px !important;
    padding-top: 0px;
    border-radius: 0px 0px 4px 4px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel-items .ng-option-label {
    font-size: 14px;
  }

  /*Category Two C2 Modal End*/
  /*Category Three C3 Modal Start*/
  .modal-catthree .cate-popup-form .cate-custom-inputbox {
    width: 100%;
  }

  /*Category Three C3 Modal End*/
  /*Modal Button Css Start*/
  .n-submit-btn {
    margin-top: 0px;
    width: 170px;
    max-width: 170px;
    height: 40px;
    font-size: 14px;
    font-weight: 600px;
    line-height: 18px;
  }

  .withdbutton-group .outline-btn {
    width: 140px;
    max-width: 140px;
    height: 40px;
    font-size: 14px;
    margin-bottom: 0px;
  }
  .withdbutton-group .outline-btn:hover, .withdbutton-group .outline-btn:focus {
    background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
    transition: 0.6s;
    color: #fff !important;
    font-weight: 600;
  }
  .withdbutton-group .confirm-btn {
    width: 140px;
    max-width: 140px;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .confirm-btn:hover, .withdbutton-group .confirm-btn:focus {
    background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
    transition: 0.6s;
    color: #fff !important;
    font-weight: 600;
  }
  .withdbutton-group .outline-btn-small {
    padding: 9px 25px 9px 25px !important;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .outline-btn-medium {
    padding: 9px 25px 9px 25px !important;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .outline-btn-large {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .withdbutton-group .confirm-btn-small {
    padding: 9px 25px 9px 25px !important;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .confirm-btn-medium {
    padding: 9px 25px 9px 25px !important;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 40px;
    font-size: 14px;
    margin-bottom: 0px;
  }
  .withdbutton-group .confirm-btn-large {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  /*Modal Button Css End*/
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
  /*Category One C1 Modal Start*/
  .modal-catone .modal-dialog {
    max-width: 460px;
    position: relative;
  }
  .modal-catone .modal-content {
    padding: 15px 25px 15px 25px !important;
  }
  .modal-catone .catone-header {
    border-bottom: 2px solid #CCCFD5;
  }
  .modal-catone .catone-header h6 {
    font-size: 18px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
  }
  .modal-catone .catone-header .catone-close {
    height: 26px;
    width: 26px;
    top: 10px;
    right: 10px;
  }
  .modal-catone .catone-header .catone-close img {
    height: 10px;
  }
  .modal-catone .catone-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #324C6A;
  }
  .modal-catone .catone-icon {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .modal-catone .cate-popup-body {
    padding: 20px 20px 30px 20px;
  }
  .modal-catone .cate-popup-form {
    text-align: left;
    margin-bottom: 40px;
  }
  .modal-catone .cate-popup-form label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #324C6A;
    text-align: left;
    margin-bottom: 8px;
  }
  .modal-catone .cate-popup-form .cate-custom-inputbox {
    position: relative;
  }
  .modal-catone .cate-popup-form .cate-custom-inputbox .cate-custominput {
    height: 35px;
    font-size: 14px;
  }
  .modal-catone .cate-popup-form .cate-custom-inputbox .cate-amount-label {
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }
  .modal-catone .cate-popup-form .cate-custom-inputbox .cate-left-space {
    padding-left: 105px;
  }
  .modal-catone .cate-popup-form .cate-customselect:focus {
    box-shadow: none;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-arrow-wrapper {
    background-image: url('new-dropdown-arrow.9cf400dacbc5bb1ca3ea.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-arrow-wrapper .ng-arrow {
    border-style: none;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-select-container {
    height: 35px;
    font-size: 14px;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-select-container:hover, .modal-catone .cate-popup-form .cate-customselect .ng-select-container:focus {
    box-shadow: none;
    outline: 0;
  }
  .modal-catone .cate-popup-form .cate-customselect .bank-l-go-wd {
    margin-left: 10px;
    margin-right: 30px;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel {
    border-color: #CCCFD5 !important;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel-items {
    max-height: 90px !important;
    padding-top: 0px;
    border-radius: 0px 0px 4px 4px;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel-items .ng-option-label {
    font-size: 14px;
    font-weight: 600;
    color: #324C6A;
    line-height: 20px;
  }

  /*Category One C1 Modal End*/
  /*Category Two C2 Modal Start*/
  .modal-cattwo .modal-dialog {
    max-width: 540px;
    position: relative;
  }
  .modal-cattwo .modal-content {
    padding: 20px 30px 20px 30px !important;
  }
  .modal-cattwo .cattwo-header {
    border-bottom: 2px solid #CCCFD5;
  }
  .modal-cattwo .cattwo-header h6 {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
  .modal-cattwo .cattwo-header .cattwo-close {
    height: 24px;
    width: 24px;
    right: 10px;
    top: 10px;
  }
  .modal-cattwo .cattwo-header .cattwo-close img {
    height: 8px;
  }
  .modal-cattwo .cate-popup-body {
    padding: 20px 20px 30px 20px;
  }
  .modal-cattwo .cate-popup-body .cate-inner-title h5 {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #324C6A;
    margin-bottom: 10px;
  }
  .modal-cattwo .cate-popup-body .tandc-label-text {
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-body .tandc-label-text span {
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label {
    cursor: pointer;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label::before {
    top: 3px;
    border-color: #324C6A !important;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label::after {
    top: 6px;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #7E0E45 !important;
    cursor: pointer !important;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content {
    border: 1px solid rgba(112, 112, 112, 0.2);
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    padding: 15px;
    max-height: 391px;
    overflow-y: auto;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content::-webkit-scrollbar-thumb {
    background: #7e0e45;
    border-radius: 6px;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content::-webkit-scrollbar {
    width: 6px;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content .auto-withd-content {
    font-size: 12px;
    font-weight: 400;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content .term-condtn-list {
    width: 100%;
    padding-left: 15px;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content .term-condtn-list li {
    font-size: 12px !important;
  }
  .modal-cattwo .cate-popup-form {
    text-align: left;
    margin-bottom: 40px;
  }
  .modal-cattwo .cate-popup-form label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #324C6A;
    text-align: left;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox {
    position: relative;
    width: 100%;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-custominput {
    height: 35px;
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-amount-label {
    left: 23px;
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-left-space {
    padding-left: 105px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect:focus {
    box-shadow: none;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-arrow-wrapper {
    background-image: url('new-dropdown-arrow.9cf400dacbc5bb1ca3ea.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-arrow-wrapper .ng-arrow {
    border-style: none;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container {
    height: 35px;
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container:hover, .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container:focus {
    box-shadow: none;
    outline: 0;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container .bank-l-go-wd {
    margin-left: 10px;
    margin-right: 30px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container .ng-placeholder {
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel {
    border-color: #CCCFD5 !important;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel-items {
    max-height: 200px !important;
    padding-top: 0px;
    border-radius: 0px 0px 4px 4px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel-items .ng-option-label {
    font-size: 14px;
  }
  .modal-cattwo .cattwo-content p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #324C6A;
    word-break: break-all;
  }

  /*Category Two C2 Modal End*/
  /*Category Three C3 Modal Start*/
  .modal-catthree .cate-popup-form .cate-custom-inputbox {
    width: 100%;
  }

  /*Category Three C3 Modal End*/
  /*Modal Button Css Start*/
  .n-submit-btn {
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 600px;
    line-height: 18px;
  }

  .withdbutton-group .outline-btn {
    width: 140px;
    max-width: 140px;
    height: 40px;
    font-size: 14px;
    margin-bottom: 0px;
  }
  .withdbutton-group .outline-btn:hover, .withdbutton-group .outline-btn:focus {
    background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
    transition: 0.6s;
    color: #fff !important;
    font-weight: 600;
  }
  .withdbutton-group .confirm-btn {
    width: 140px;
    max-width: 140px;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .confirm-btn:hover, .withdbutton-group .confirm-btn:focus {
    background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
    transition: 0.6s;
    color: #fff !important;
    font-weight: 600;
  }
  .withdbutton-group .outline-btn-small {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .outline-btn-medium {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .outline-btn-large {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .withdbutton-group .confirm-btn-small {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .confirm-btn-medium {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .withdbutton-group .confirm-btn-large {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  /*Modal Button Css End*/
}
@media only screen and (min-width: 280px) and (max-width: 320px) {
  /*Category One C1 Modal Start*/
  .modal-catone .modal-dialog {
    max-width: 460px;
    position: relative;
  }
  .modal-catone .modal-content {
    padding: 15px 25px 15px 25px !important;
  }
  .modal-catone .catone-header {
    border-bottom: 2px solid #CCCFD5;
  }
  .modal-catone .catone-header h6 {
    font-size: 18px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
  }
  .modal-catone .catone-header .catone-close {
    height: 26px;
    width: 26px;
    top: 10px;
    right: 10px;
  }
  .modal-catone .catone-header .catone-close img {
    height: 10px;
  }
  .modal-catone .catone-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #324C6A;
  }
  .modal-catone .catone-icon {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .modal-catone .cate-popup-body {
    padding: 20px 20px 30px 20px;
  }
  .modal-catone .cate-popup-form {
    text-align: left;
    margin-bottom: 40px;
  }
  .modal-catone .cate-popup-form label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #324C6A;
    text-align: left;
    margin-bottom: 8px;
  }
  .modal-catone .cate-popup-form .cate-custom-inputbox {
    position: relative;
  }
  .modal-catone .cate-popup-form .cate-custom-inputbox .cate-custominput {
    height: 35px;
    font-size: 14px;
  }
  .modal-catone .cate-popup-form .cate-custom-inputbox .cate-amount-label {
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }
  .modal-catone .cate-popup-form .cate-custom-inputbox .cate-left-space {
    padding-left: 105px;
  }
  .modal-catone .cate-popup-form .cate-customselect:focus {
    box-shadow: none;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-arrow-wrapper {
    background-image: url('new-dropdown-arrow.9cf400dacbc5bb1ca3ea.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-arrow-wrapper .ng-arrow {
    border-style: none;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-select-container {
    height: 35px;
    font-size: 14px;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-select-container:hover, .modal-catone .cate-popup-form .cate-customselect .ng-select-container:focus {
    box-shadow: none;
    outline: 0;
  }
  .modal-catone .cate-popup-form .cate-customselect .bank-l-go-wd {
    margin-left: 10px;
    margin-right: 30px;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel {
    border-color: #CCCFD5 !important;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel-items {
    max-height: 90px !important;
    padding-top: 0px;
    border-radius: 0px 0px 4px 4px;
  }
  .modal-catone .cate-popup-form .cate-customselect .ng-dropdown-panel-items .ng-option-label {
    font-size: 14px;
    font-weight: 600;
    color: #324C6A;
    line-height: 20px;
  }

  /*Category One C1 Modal End*/
  /*Category Two C2 Modal Start*/
  .modal-cattwo .modal-dialog {
    max-width: 540px;
    position: relative;
  }
  .modal-cattwo .modal-content {
    padding: 20px 30px 20px 30px !important;
  }
  .modal-cattwo .cattwo-header {
    border-bottom: 2px solid #CCCFD5;
  }
  .modal-cattwo .cattwo-header h6 {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
  .modal-cattwo .cattwo-header .cattwo-close {
    height: 24px;
    width: 24px;
    right: 10px;
    top: 10px;
  }
  .modal-cattwo .cattwo-header .cattwo-close img {
    height: 8px;
  }
  .modal-cattwo .cate-popup-body {
    padding: 20px 20px 30px 20px;
  }
  .modal-cattwo .cate-popup-body .cate-inner-title h5 {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #324C6A;
    margin-bottom: 10px;
  }
  .modal-cattwo .cate-popup-body .tandc-label-text {
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-body .tandc-label-text span {
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label {
    cursor: pointer;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label::before {
    top: 3px;
    border-color: #324C6A !important;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-label::after {
    top: 6px;
  }
  .modal-cattwo .cate-popup-body .theme-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #7E0E45 !important;
    cursor: pointer !important;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content {
    border: 1px solid rgba(112, 112, 112, 0.2);
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    padding: 15px;
    max-height: 391px;
    overflow-y: auto;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content::-webkit-scrollbar-thumb {
    background: #7e0e45;
    border-radius: 6px;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content::-webkit-scrollbar {
    width: 6px;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content .auto-withd-content {
    font-size: 12px;
    font-weight: 400;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content .term-condtn-list {
    width: 100%;
    padding-left: 15px;
  }
  .modal-cattwo .cate-popup-body .terms-cond-content .term-condtn-list li {
    font-size: 12px !important;
  }
  .modal-cattwo .cate-popup-form {
    text-align: left;
    margin-bottom: 40px;
  }
  .modal-cattwo .cate-popup-form label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #324C6A;
    text-align: left;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox {
    position: relative;
    width: 100%;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-custominput {
    height: 35px;
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-amount-label {
    left: 23px;
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-custom-inputbox .cate-left-space {
    padding-left: 105px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect:focus {
    box-shadow: none;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-arrow-wrapper {
    background-image: url('new-dropdown-arrow.9cf400dacbc5bb1ca3ea.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-arrow-wrapper .ng-arrow {
    border-style: none;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container {
    height: 35px;
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container:hover, .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container:focus {
    box-shadow: none;
    outline: 0;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container .bank-l-go-wd {
    margin-left: 10px;
    margin-right: 30px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-select-container .ng-placeholder {
    font-size: 14px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel {
    border-color: #CCCFD5 !important;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel-items {
    max-height: 200px !important;
    padding-top: 0px;
    border-radius: 0px 0px 4px 4px;
  }
  .modal-cattwo .cate-popup-form .cate-customselect .ng-dropdown-panel-items .ng-option-label {
    font-size: 14px;
  }
  .modal-cattwo .cattwo-content p {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #324C6A;
    word-break: break-all;
  }

  /*Category Two C2 Modal End*/
  /*Category Three C3 Modal Start*/
  .modal-catthree .cate-popup-form .cate-custom-inputbox {
    width: 100%;
  }

  /*Category Three C3 Modal End*/
  /*Modal Button Css Start*/
  .n-submit-btn {
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 600px;
    line-height: 18px;
  }

  .withdbutton-group .outline-btn {
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .withdbutton-group .outline-btn:hover, .withdbutton-group .outline-btn:focus {
    background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
    transition: 0.6s;
    color: #fff !important;
    font-weight: 600;
  }
  .withdbutton-group .confirm-btn {
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .confirm-btn:hover, .withdbutton-group .confirm-btn:focus {
    background: linear-gradient(90deg, #b43070 0%, #e863a3 28%, #e863a3 66%, #b43070 100%) !important;
    transition: 0.6s;
    color: #fff !important;
    font-weight: 600;
  }
  .withdbutton-group .outline-btn-small {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .outline-btn-medium {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .outline-btn-large {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .withdbutton-group .confirm-btn-small {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .withdbutton-group .confirm-btn-medium {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .withdbutton-group .confirm-btn-large {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  /*Modal Button Css End*/
}
/*Modal CSS End*/
/*SADAD DESIGNER CSS START*/
/**=====================
     62. Responsive CSS Start
==========================**/
/* ========= min and max scss for 1200 to 1366 screen ========= */
@media screen and (max-width: 1660px) {
  .photos ul li {
    width: 26%;
  }

  .bar-chart canvas {
    width: 100% !important;
  }

  .chat-box .chat-history .call-icons ul li {
    border: 1px solid #898989;
  }
  .chat-box .chat-history .total-time h2 {
    color: #898989;
  }
  .chat-box .chat-history .call-content .btn {
    width: auto;
    margin: 0 auto;
  }
  .chat-box .chat-history .call-content > div {
    height: 545px;
    z-index: 7;
    background-color: rgba(255, 255, 255, 0.75);
    background-blend-mode: overlay;
    width: 100%;
    padding: 30px;
  }
  .chat-box .chat-history .receiver-img {
    margin-top: 25px;
  }

  .chat-left-aside .people-list {
    height: 520px;
  }

  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: 440px;
  }
  .chat-box .people-list ul {
    max-height: 450px;
    overflow: auto;
  }

  .call-chat-body .chat-box {
    overflow: hidden;
    height: 625px;
  }
  .call-chat-body .chat-box .people-list ul {
    max-height: 550px;
    overflow: auto;
  }

  .caller-img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 15px;
  }
  .caller-img img {
    opacity: 0.7;
  }

  .timeline-small .media .timeline-round.timeline-line-1:after {
    bottom: -78px;
  }
}
@media (max-width: 1600px) {
  .page-wrapper.horizontal-wrapper.material-type .page-header {
    max-width: 1320px;
  }
  .page-wrapper.horizontal-wrapper.material-type .page-body-wrapper .page-body,
.page-wrapper.horizontal-wrapper.material-type .page-body-wrapper .sidebar-wrapper {
    max-width: 1320px;
  }
  .page-wrapper.horizontal-wrapper.material-type .left-header .level-menu .nav-link svg,
.page-wrapper.horizontal-wrapper.material-type .left-header .mega-menu .nav-link svg {
    margin: 0;
  }
  .page-wrapper.horizontal-wrapper.material-type .left-header .level-menu .nav-link span,
.page-wrapper.horizontal-wrapper.material-type .left-header .mega-menu .nav-link span {
    display: none;
  }
}
@media screen and (max-width: 1660px) and (min-width: 1200px) {
  .xl-none {
    display: none;
  }

  .xl-60 {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .xl-50 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .xl-100 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .xl-23 {
    max-width: 23%;
    flex: 0 0 23%;
  }

  .xl-25 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .xl-40 {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .xl-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
@media (max-width: 1280px) {
  .btn-group-showcase .col-xl-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .img-gallery-set1,
.img-gallery-set5 {
    display: none;
  }

  .box-layout.page-wrapper.horizontal-wrapper .page-header {
    padding-left: unset;
    max-width: unset;
    left: unset;
  }
  .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper {
    width: unset;
  }
}
@media screen and (max-width: 1580px) and (min-width: 1200px) {
  .docs-buttons,
.docs-toggles {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1435px) and (min-width: 1200px) {
  .page-wrapper.modern-type .page-header .nav-right {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .page-wrapper.horizontal-wrapper.material-type .page-header {
    max-width: 1140px;
  }
  .page-wrapper.horizontal-wrapper.material-type .page-body-wrapper .page-body,
.page-wrapper.horizontal-wrapper.material-type .page-body-wrapper .sidebar-wrapper {
    max-width: 1140px;
  }
  .page-wrapper.horizontal-wrapper.enterprice-type .left-header .level-menu .nav-link svg,
.page-wrapper.horizontal-wrapper.enterprice-type .left-header .mega-menu .nav-link svg {
    margin: 0;
  }
  .page-wrapper.horizontal-wrapper.enterprice-type .left-header .level-menu .nav-link span,
.page-wrapper.horizontal-wrapper.enterprice-type .left-header .mega-menu .nav-link span {
    display: none;
  }

  .flot-chart-container-small {
    height: 227px;
  }

  .left-header .mega-menu-container {
    min-width: 920px;
  }

  .call-chat-sidebar {
    max-width: 260px;
  }

  .product-box .product-details {
    padding: 15px;
  }
  .product-box .product-details p {
    margin-bottom: 10px;
  }

  .flot-chart-container {
    height: 130px;
  }

  .custom-card .card-profile img {
    height: 115px;
  }
  .custom-card .profile-details h4 {
    font-size: 18px;
  }
  .custom-card .profile-details h6 {
    margin-bottom: 24px;
  }
  .custom-card .card-footer > div h3 {
    font-size: 18px;
  }

  .crm-activity {
    height: 291px;
    overflow-y: auto;
  }
  .crm-activity .media .media-body .dates {
    display: flex;
  }

  .calender-widget .cal-date {
    width: 95px;
    height: 95px;
  }
  .calender-widget .cal-date h5 {
    line-height: 1.4;
    padding: 13px;
  }

  .chat-body {
    padding: 10px;
  }

  .chat-box .chat-history .call-content .btn {
    font-size: 15px;
  }
  .chat-box .chat-history .total-time h2 {
    font-size: 30px;
  }
  .chat-box .chat-history .receiver-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .chat-box .chat-history .call-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .chat-box .chat-history .call-icons ul li {
    width: 50px;
    height: 50px;
    padding: 7px;
  }
  .chat-box .user-image {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    margin-right: 3px;
  }
  .chat-box .about {
    margin-top: 0;
  }
  .chat-box .border-tab.nav-tabs .nav-item a {
    padding: 13px 4px !important;
    color: #59667a !important;
    letter-spacing: 0;
    font-size: 12px !important;
    line-height: 6;
  }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 376px;
    overflow-y: auto;
  }
  .chat-box .chat-menu .user-profile .image .avatar img {
    width: 100px;
    height: 100px;
  }
  .chat-box .chat-menu .user-profile .image .icon-wrapper {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .chat-left-aside .people-list {
    height: 420px;
  }
  .chat-left-aside .people-list ul {
    max-height: 376px;
    overflow-y: auto;
  }
  .chat-left-aside .status-circle {
    top: 4px;
    left: 36px;
  }

  .blog-box .blog-details-main .blog-bottom-details {
    margin: 20px 10px;
  }
  .blog-box .blog-details-main .blog-social li {
    padding: 0px 10px;
  }

  .blog-bottom-content {
    display: none;
  }

  .blog-box.blog-shadow .blog-details {
    padding: 10px;
  }

  .browser-widget img {
    height: 50px;
  }

  .email-wrap .email-left-aside .email-app-sidebar .media {
    display: block;
  }
  .email-wrap .email-left-aside .email-app-sidebar .media .media-size-email {
    width: 100%;
    text-align: center;
  }
  .email-wrap .email-left-aside .email-app-sidebar .media .media-size-email .mr-3 {
    margin-right: 0 !important;
  }
  .email-wrap .email-left-aside .email-app-sidebar .media .media-body {
    text-align: center;
  }
  .email-wrap .email-right-aside .email-body .attachment ul li img {
    width: 73px;
    height: 73px;
  }
  .email-wrap .email-right-aside .email-body .email-top {
    line-height: 50px;
  }
  .email-wrap .email-right-aside .email-body .email-top .float-right {
    display: none !important;
  }
  .email-wrap .email-right-aside .email-body .email-top h5 {
    padding: 13px 0;
  }
  .email-wrap .email-right-aside .email-body .inbox {
    max-height: 668px;
    overflow: auto;
  }
  .email-wrap .email-right-aside .email-body .inbox .media {
    display: block;
  }
  .email-wrap .email-right-aside .email-body .inbox .media .media-size-email {
    width: 100%;
    text-align: center;
  }
  .email-wrap .email-right-aside .email-body .inbox .media .media-size-email .mr-3 {
    margin-right: 0 !important;
  }
  .email-wrap .email-right-aside .email-body .inbox .media-body {
    text-align: center;
  }
  .email-wrap .email-right-aside .email-body .inbox .media-body h6 {
    font-size: 14px;
  }
  .email-wrap .email-right-aside .email-body .email-compose .cke_contents.cke_reset {
    max-height: 144px;
    width: 99%;
  }
  .email-wrap .email-right-aside .email-body .email-compose .compose-border {
    margin: 0;
  }

  .alert-dismissible p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 181px;
  }

  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 96% !important;
  }
}
@media only screen and (max-width: 1366px) {
  .left-header {
    padding: 0;
  }

  .grid-options ul li:last-child {
    display: none;
  }

  .product-wrapper-grid.list-view .product-box .product-img {
    width: 25%;
  }

  .product-wrapper.sidebaron .product-grid .product-wrapper-grid {
    min-height: 1540px;
  }

  .product-filter.new-products .product-box > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-filter.new-products .product-box .product-img img {
    width: 100px;
    margin: 0 auto;
  }
  .product-filter.new-products .product-box .product-details {
    padding: 15px;
    text-align: center !important;
  }

  .cart .qty-box {
    width: 40%;
  }

  .alert-dismissible strong ~ p {
    display: inline;
  }

  .timeline-small .media .media-body p {
    width: 95%;
  }

  .chat-right-aside {
    flex: 0 0 60%;
    max-width: 60%;
    overflow: hidden;
  }
  .chat-right-aside .chat .chat-message .smiley-box {
    width: 45px;
  }

  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: 364px;
  }
  .chat-box .chat-right-aside .chat .chat-msg-box .chat-user-img {
    margin-top: -30px;
  }
  .chat-box .chat-right-aside .chat .chat-msg-box .message {
    width: 100%;
    padding: 15px;
  }
  .chat-box .chat-history .receiver-img img {
    height: 150px;
  }

  .call-chat-body .chat-box {
    overflow: hidden;
    height: 565px;
  }

  .calender-widget .cal-desc p {
    max-height: 88px;
    overflow: auto;
  }

  .equal-height-xl {
    height: 517px;
  }

  .authentication-main .auth-innerright {
    background-size: cover;
  }

  .grp-btns {
    display: inline-block;
  }

  .button-builder .button-generator-bx {
    position: relative;
    width: 100%;
  }

  .page-builder .btn-group {
    display: inline-block;
    margin-bottom: 10px;
  }
  .page-builder .btn-grid {
    margin-bottom: 15px;
    margin-right: 0px;
    border-right: none;
    display: inline-block;
  }
  .page-builder .ge-canvas.ge-layout-desktop {
    margin-top: 50px;
  }

  .ecommerce-widget .total-num {
    font-size: 23px;
    letter-spacing: 0px;
  }

  .support-ticket-font .total-num {
    font-size: 22px;
  }

  .custom-card {
    padding: 15px;
  }
  .custom-card .card-social li a {
    padding: 12px;
  }

  .map-chart .chart-container {
    height: 300px;
  }

  .speed-chart .chart-container {
    height: 250px;
    margin-top: -40px;
    margin-bottom: 100px;
  }

  .candidcahrt {
    height: 360px;
  }

  .status-details h3 {
    font-size: 18px;
  }

  .chart-widget-top .total-value {
    font-size: 20px;
  }

  .status-widget .card-body {
    padding: 10px;
  }

  .user-status table thead tr th:nth-child(3) {
    min-width: unset;
  }
  .user-status table tbody tr td:first-child {
    min-width: unset;
  }

  .browser-widget .media {
    flex-wrap: wrap;
  }
  .browser-widget .media .media-body h3 {
    font-size: 20px;
  }
  .browser-widget .media .media-body p {
    margin-bottom: 2px;
  }
  .browser-widget .media .media-body h4 {
    font-size: 20px;
  }

  .testimonial i {
    font-size: 46px;
  }
  .testimonial p {
    margin-top: 20px;
  }

  .cal-date-widget .datepicker {
    margin: 0 auto;
    width: unset;
  }

  .company-card {
    padding: 20px;
  }

  .static-top-widget .media-body h3 {
    font-size: 30px;
  }
  .static-top-widget .media-body .icon-bg {
    right: -21px;
  }

  .widget-joins .media {
    padding: 20px;
  }
  .widget-joins .media .media-body h3 {
    font-size: 20px;
  }

  .redial-social-widget {
    width: 125px;
    height: 125px;
  }
  .redial-social-widget i {
    width: 100px;
    height: 100px;
    font-size: 35px;
  }

  .chat-body {
    padding: 10px;
  }

  .chat-box .chat-history .call-content .btn {
    font-size: 15px;
  }
  .chat-box .chat-history .total-time h2 {
    font-size: 30px;
  }
  .chat-box .chat-history .receiver-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .chat-box .chat-history .call-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .chat-box .chat-history .call-icons ul li {
    width: 50px;
    height: 50px;
    padding: 7px;
  }
  .chat-box .user-image {
    width: 45px;
    height: 45px;
  }
  .chat-box .about {
    margin-top: 0;
  }
  .chat-box .border-tab.nav-tabs .nav-item a {
    padding: 13px 4px !important;
    color: #59667a !important;
    letter-spacing: 0;
    font-size: 12px !important;
    line-height: 6;
  }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 376px;
    overflow-y: auto;
  }
  .chat-box .chat-menu .user-profile {
    margin-top: 0;
  }
  .chat-box .chat-menu .user-profile .image .avatar img {
    width: 100px;
    height: 100px;
  }
  .chat-box .chat-menu .user-profile .image .icon-wrapper {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .chat-box .chat-menu .user-profile .user-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .chat-box .chat-menu .user-profile .user-content h5 {
    margin: 20px 0;
  }
  .chat-box .chat-menu .user-profile .user-content hr {
    margin: 20px 0;
  }
  .chat-box .chat-menu .user-profile .follow .follow-num {
    font-size: 20px;
  }

  .chat-left-aside .people-list {
    height: 490px;
  }
  .chat-left-aside .people-list ul {
    max-height: 434px;
    overflow-y: auto;
  }

  .status-circle {
    top: 4px;
    left: 37px;
  }

  .mega-menu .onhover-show-div {
    left: 164px;
  }

  .img-cropper .docs-toggles {
    margin-top: 8px;
  }

  .bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content {
    left: -21px;
  }

  #advance-5_wrapper .dataTables_paginate {
    margin-bottom: 8px;
  }

  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 67px !important;
  }
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 67px !important;
  }

  .reset-password-box .theme-form .form-group .btn {
    padding: 6px 22px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .left-header .mega-menu-container .mega-box .svg-icon ~ div h6 {
    display: none;
  }

  .product-filter .product-box {
    flex-wrap: nowrap;
  }
  .product-filter .product-box .product-img {
    width: 100px;
  }
  .product-filter .product-box .product-details {
    padding: 0 !important;
  }
  .product-filter.new-products .product-box > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-filter.new-products .product-box .product-details {
    text-align: left !important;
  }

  .product-wrapper.sidebaron .product-grid .product-wrapper-grid {
    margin-left: 0;
  }

  .col-xl-7.b-center.bg-size {
    top: 0;
    height: 100vh;
    opacity: 0.5;
    position: fixed;
  }

  .login-card {
    background: linear-gradient(135deg, #a70c3c 5%, #630336 40%, #6a0b5e 95%);
  }

  .knowledgebase-bg {
    height: 400px;
  }

  .knowledgebase-search .form-inline {
    width: 400px;
    padding: 7px 45px;
  }
  .knowledgebase-search .form-inline svg {
    top: 14px;
  }

  .btn-group .btn {
    padding: 0.375rem 1.25rem;
  }

  .left-header .level-menu .nav-link svg,
.left-header .mega-menu .nav-link svg {
    margin-right: 0;
  }
  .left-header .level-menu .nav-link span,
.left-header .mega-menu .nav-link span {
    display: none;
  }

  .link-section > div.active > h6:before {
    content: "";
    transition: content 0.3s ease;
  }
  .link-section > div > h6 {
    position: relative;
  }
  .link-section > div > h6:before {
    content: "";
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
    font-size: 18px;
    transition: content 0.3s ease;
  }

  .left-header .mega-menu-container {
    position: fixed;
    width: 300px;
    border: 1px solid #eeeeee;
    top: 0px;
    height: 100vh;
    left: unset;
    right: -300px;
    z-index: 99;
    transition: all 0.3s ease;
    overflow: scroll;
    min-width: unset;
  }
  .left-header .mega-menu-container.d-block {
    right: 0;
    transition: all 0.3s ease;
    -webkit-animation: fadeInRight 0.3s ease-in-out;
            animation: fadeInRight 0.3s ease-in-out;
  }
  .left-header .mega-menu-container .mega-box {
    flex-basis: auto;
  }
  .left-header .mega-menu-container .mega-box + .mega-box + .mega-box {
    border-left: 0px;
    padding-left: 15px;
  }
  .left-header .mega-menu-container .mega-box .link-section .submenu-title {
    display: flex;
    justify-content: space-between;
  }
  .left-header .mega-menu-container .mega-box .link-section .according-menu {
    display: inline-block;
  }

  .alert-theme {
    max-width: 400px;
  }

  .mega-menu-header .header-wrapper .vertical-mobile-sidebar {
    display: block;
    margin-right: 15px;
  }

  .custom-datatable input {
    width: 46%;
  }

  .page-wrapper .page-header .header-wrapper .nav-right {
    position: unset;
    padding: 0;
  }
  .page-wrapper .page-header .header-wrapper .nav-right > ul li .submenu li:first-child {
    padding-left: 15px !important;
  }
  .page-wrapper .page-header .header-wrapper .mobile-sidebar .switch-sm .switch {
    margin-top: 6px;
  }

  .photos ul li {
    width: auto;
  }
  .photos ul li:nth-child(3n) {
    margin-right: 15px;
  }

  .user-profile .hovercard .user-image .share-icons {
    position: absolute;
    right: 45px;
    top: -22px;
  }
  .user-profile .hovercard .user-image .share-icons li {
    color: #fff;
    font-size: 25px;
  }
  .user-profile .hovercard .user-image .share-icons li .social-icon {
    width: 40px;
    height: 40px;
  }
  .user-profile .hovercard .user-image .share-icons li .social-icon i {
    font-size: 18px;
  }

  .timeline-small .media .timeline-round.timeline-line-1:after {
    height: 33px;
    bottom: -52px;
  }
  .timeline-small .media .timeline-round.small-line:after {
    height: 18px;
    bottom: -34px;
  }
  .timeline-small .media .timeline-round.medium-line:after {
    height: 30px;
    bottom: -52px;
  }
  .timeline-small .media .media-body p {
    width: 100%;
  }

  .lg-mt-col {
    margin-top: 30px;
  }

  .xl-none {
    display: none;
  }

  .user-status table tbody tr td .d-inline-block {
    margin-top: 10px;
  }

  .lg-mt {
    margin-top: 30px;
  }

  .product-page-details {
    margin-top: 30px;
  }

  .product-wrapper-grid.list-view .product-box .product-img {
    width: 32%;
  }

  .debit-card {
    order: 1;
  }

  .typography .row div + div {
    margin-top: 30px;
  }

  .listing .card-body .row > div + div {
    margin-top: 30px;
  }

  .flot-chart-container {
    height: 200px;
  }

  .img-cropper #putData {
    margin-bottom: 10px;
  }
  .img-cropper .docs-toggles > .dropdown {
    margin-bottom: 0;
  }

  .error-wrapper .maintenance-icons li i {
    color: #f4f4f4;
    font-size: 40px;
  }
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 80px;
    margin-left: 90px;
  }
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    font-size: 120px;
    margin-top: -75px;
    margin-right: 110px;
  }

  div.dataTables_wrapper div.dataTables_paginate ~ .dataTables_filter {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .jvector-map-height {
    height: 280px;
  }

  .blog-list .blog-details p {
    margin-bottom: 5px;
  }

  .custom-card .card-profile .card-footer > div h3 {
    font-size: 18px;
  }

  .equal-height-lg {
    min-height: unset !important;
  }

  .mega-menu .onhover-show-div {
    height: 435px;
    overflow-x: scroll;
    left: 215px;
  }
  .mega-menu .mega-bg {
    display: none;
  }
  .mega-menu .lg-mt {
    margin-top: 25px;
  }

  .button-builder .button-generator-bx {
    position: relative;
    width: 100%;
  }

  .blog-single .comment-box ul .comment-social {
    margin-left: 0;
  }

  .error-wrapper .maintenance-heading {
    margin-top: 30px;
  }
  .error-wrapper .maintenance-heading .headline {
    font-size: 50px;
    margin-top: -15%;
    margin-bottom: 0px;
  }
  .error-wrapper .maintenance-heading .cloud-second {
    margin-top: -25px;
  }

  .user-status table tbody tr td:first-child {
    min-width: 278px;
  }

  .testimonial p {
    margin-top: 17px;
  }

  .contact-form {
    padding: 10px;
  }
  .contact-form .theme-form .form-icon {
    margin-top: -57px;
  }

  .calender-widget .cal-date {
    width: 90px;
    height: 90px;
  }
  .calender-widget .cal-date h5 {
    font-size: 16px;
    padding: 18px;
  }
  .calender-widget .cal-desc {
    padding: 14px;
  }
  .calender-widget .cal-desc p {
    max-height: 114px;
    overflow-y: auto;
  }

  .browser-widget {
    padding: 0px;
  }
  .browser-widget .media .media-body h4 {
    font-size: 17px;
  }
  .browser-widget .media .media-img {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .crm-overall .overall-chart {
    height: 200px;
  }

  .chat-menu-icons {
    display: block;
    clear: both;
    width: 100%;
    text-align: right;
  }

  .chat-menu {
    right: 0;
    border-top: 1px solid #efefef;
    opacity: 0;
    transform: translateY(-30px);
    visibility: hidden;
    top: 120px;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    transition: all linear 0.3s;
  }
  .chat-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all linear 0.3s;
    padding-bottom: 25px;
  }

  .chat-history {
    height: 447px;
  }

  .chat-box .chat-menu .people-list ul.list {
    max-height: 444px;
    overflow-y: auto;
  }
  .chat-box .btn-lg, .chat-box .btn-group-lg > .btn {
    font-size: 12px;
  }
  .chat-box .people-list ul {
    height: auto;
  }
  .chat-box .chat-right-aside .chat .chat-header {
    height: auto;
  }
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
    font-size: 19px;
  }
  .chat-box .chat-right-aside .chat .chat-message {
    margin: 0;
  }
  .chat-box .chat-history .total-time h2 {
    font-size: 25px;
  }
  .chat-box .chat-history .row .col-sm-7 {
    padding-right: 0;
  }
  .chat-box .border-tab.nav-tabs {
    width: 100%;
  }
  .chat-box .border-tab.nav-tabs .nav-item {
    margin-right: 5px;
  }
  .chat-box .chat-left-aside .people-list {
    height: 493px;
  }
  .chat-box .chat-history .call-content > div {
    padding-top: 70px;
  }
  .chat-box .toogle-bar {
    display: inline-block;
    margin-right: 0 !important;
  }

  .chat-right-aside {
    flex: 0 0 100%;
    max-width: calc(100% - 15px);
    overflow: hidden;
  }

  .call-chat-body .chat-box {
    overflow: auto;
    height: auto;
  }

  .email-wrap .email-right-aside .email-body .b-r-light {
    border-right: none !important;
  }
  .email-wrap .email-right-aside .radius-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .email-wrap .row .col-xl-3 + .col-xl-3 {
    padding-right: 15px;
  }
  .email-wrap .row .col-xl-6 {
    padding-left: 15px;
  }

  .icon-lists div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 209px;
  }

  .like-comment-lg-mb {
    margin-bottom: 12px;
  }

  .ribbon-space-bottom {
    top: 9px;
  }

  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 98.5% !important;
  }

  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 95px !important;
  }
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 95px !important;
  }

  .profile-img-style #aniimated-thumbnials-3 {
    text-align: center;
  }

  .vertical-menu-mt {
    margin-top: 80px !important;
  }
  .vertical-menu-mt .xl-none {
    display: block;
  }

  .calendar-wrap .fc-day-grid-event {
    width: 87%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .page-wrapper.compact-wrapper .left-header {
    flex: 0 0 26%;
    max-width: 26%;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .nav-right {
    flex: 0 0 71.66667%;
    max-width: 71.66667%;
  }
  .page-wrapper.modern-type .left-header {
    flex: 0 0 16%;
    max-width: 16%;
  }
  .page-wrapper.modern-type .page-header .header-wrapper .nav-right {
    flex: 0 0 66%;
    max-width: 66%;
  }
  .page-wrapper.horizontal-wrapper.material-type .page-header {
    max-width: 930px;
  }
  .page-wrapper.horizontal-wrapper.material-type .page-body-wrapper .sidebar-wrapper,
.page-wrapper.horizontal-wrapper.material-type .page-body-wrapper .page-body {
    max-width: 930px;
  }
}
@media only screen and (max-width: 991.98px) {
  .editable-rating .btn-position {
    top: 20px;
  }

  .search-form .form-group:before {
    top: 33px;
  }
  .search-form .form-group:after {
    top: 35px;
  }

  .mobile-title.d-none {
    padding: 11px 30px 10px;
  }

  .tab-content .row .col-xl-4 + .col-xl-4 .project-box {
    margin-top: 1.5rem !important;
  }

  .page-wrapper.modern-type .page-header {
    z-index: 8;
  }
  .page-wrapper.modern-type .page-header .header-wrapper .logo-wrapper {
    display: none;
    margin-right: 0;
  }
  .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper {
    margin: 0 !important;
  }
  .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .logo-wrapper {
    display: block;
  }
  .page-wrapper.modern-type .simplebar-mask {
    top: 70px;
  }
  .page-wrapper.compact-sidebar .simplebar-mask {
    top: 87px;
  }
  .page-wrapper.compact-sidebar .page-header {
    margin-left: 0;
    width: calc(100% - 0px);
  }
  .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links li .sidebar-link.active ~ .sidebar-submenu {
    display: none !important;
  }
  .page-wrapper.compact-sidebar .page-body-wrapper .page-body {
    margin-top: 60px;
  }
  .page-wrapper.only-body .page-header .header-wrapper .search-full .Typeahead-menu {
    top: 65px;
  }
  .page-wrapper.advance-layout .page-body-wrapper .sidebar-wrapper {
    position: fixed !important;
    top: 0 !important;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    top: 50px;
  }
  .page-wrapper .page-header .header-wrapper .search-full input {
    line-height: 50px;
  }
  .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search {
    top: 20px;
  }
  .page-wrapper .page-header .header-wrapper .search-full .form-group:before {
    top: 18px;
  }
  .page-wrapper .current_lang .lang span.lang-txt {
    display: none;
  }

  .customizer-contain {
    top: 62px;
  }

  .mobile-clock-widget #date {
    margin-top: 20px;
  }

  .m-r-30 {
    margin-right: 20px;
  }

  .card.full-card {
    top: 60px;
    width: calc(100vw - 0px);
  }

  .document-content .page-body {
    margin-top: 90px !important;
  }
  .document-content ul.nav-pills {
    max-height: calc(100vh - 84px);
  }

  .vertical-mobile-sidebar {
    right: 75px;
    top: 18px;
  }

  .gallery {
    margin-bottom: -20px;
  }

  .my-gallery figure {
    margin-bottom: 20px;
  }

  #aniimated-thumbnials figure:nth-child(12), #aniimated-thumbnials figure:nth-child(11), #aniimated-thumbnials figure:nth-child(10), #aniimated-thumbnials figure:nth-child(9) {
    margin-bottom: 20px;
  }

  .photoswipe-pb-responsive {
    margin-bottom: -20px;
  }
  .photoswipe-pb-responsive .custom-mesonry > div img {
    margin-bottom: 20px !important;
  }

  table.dataTable.fixedHeader-locked, table.dataTable.fixedHeader-floating {
    left: 0 !important;
    width: 100% !important;
  }

  .page-wrapper .section-space {
    padding: 60px 0;
  }
  .page-wrapper .card {
    margin-bottom: 30px;
  }
  .page-wrapper .card .card-header .tab-content .m-t-30,
.page-wrapper .card .card-body .tab-content .m-t-30,
.page-wrapper .card .card-footer .tab-content .m-t-30 {
    margin-top: 20px !important;
  }
  .page-wrapper .card .card-header .tab-content .m-b-30,
.page-wrapper .card .card-body .tab-content .m-b-30,
.page-wrapper .card .card-footer .tab-content .m-b-30 {
    margin-bottom: 20px !important;
  }
  .page-wrapper .page-body-wrapper .page-title {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .page-wrapper .page-body-wrapper .footer-fix {
    margin-left: 0px;
    padding-right: 15px;
    width: calc(100% - 0px) !important;
  }
  .page-wrapper.compact-wrapper .page-header {
    margin-left: 0 !important;
    width: calc(100% - 0px) !important;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .maximize {
    display: none;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .header-logo-wrapper {
    display: flex;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    position: unset;
    margin-right: 15px;
    border-right: 1px solid #ddd;
    padding-right: 15px;
    display: block;
    height: inherit;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar:before {
    display: none;
  }
  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-nav {
    display: none;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    top: 0;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover {
    transform: translate(-285px);
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 17px 30px;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .back-btn {
    display: inline-block;
    font-size: 20px;
    color: #fff;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .toggle-sidebar {
    display: none;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon {
    transform: translate(-285px);
  }
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links {
    height: unset;
  }
  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-top: 63px;
    padding: 0 15px;
  }
  .page-wrapper .page-header .header-wrapper {
    margin: 0;
    padding: 12px 30px;
  }
  .page-wrapper .page-header .header-wrapper .nav-right {
    position: unset;
    padding: 0;
  }
  .page-wrapper .page-header .header-wrapper .nav-right .notification {
    top: 10px;
  }
  .page-wrapper .page-header .header-wrapper > .mobile-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .page-wrapper .page-header .header-wrapper .header-logo-wrapper {
    margin-right: 0;
  }
  .page-wrapper .page-header .header-logo-wrapper .logo-wrapper img {
    margin-top: 0;
  }

  .page-body-wrapper .page-body,
.page-body-wrapper footer {
    margin-left: 0 !important;
  }
  .page-body-wrapper .page-body #customer-review .owl-stage-outer,
.page-body-wrapper footer #customer-review .owl-stage-outer {
    width: 100% !important;
  }
  .page-body-wrapper .page-body .calender-widget .cal-desc p,
.page-body-wrapper footer .calender-widget .cal-desc p {
    max-height: 101px;
  }

  .default-according .card {
    margin-bottom: 10px !important;
  }
  .default-according .card .card-header {
    padding: 12px 20px;
  }

  .crm-activity > li + li {
    margin-top: 10px;
    padding-top: 10px;
  }

  .add-post form .form-group {
    margin-bottom: 20px;
  }
  .add-post .dropzone {
    margin-bottom: 20px;
  }

  .customers.avatar-group {
    margin-right: 20px;
  }

  .socialprofile .social-btngroup {
    margin: 20px 0;
  }
  .socialprofile .social-group {
    margin-top: 20px;
  }

  .social-status form .form-group .form-control-social {
    margin-bottom: 20px;
  }
  .social-status .media {
    margin-bottom: 20px;
  }

  .timeline-content p,
.timeline-content .comments-box {
    margin-top: 20px;
  }

  .social-chat {
    margin-top: 20px;
  }
  .social-chat .media-body {
    padding: 20px;
  }
  .social-chat .your-msg,
.social-chat .other-msg {
    margin-bottom: 20px;
  }

  .social-network span {
    margin-bottom: 20px;
  }

  .details-about + .details-about {
    margin-top: 20px;
  }

  .activity-log .my-activity + .my-activity {
    margin-top: 20px;
  }

  .new-users-social {
    margin-bottom: 20px;
  }

  .timeline-small .media {
    margin-bottom: 20px;
  }
  .timeline-small .media .media-body h6 {
    margin-bottom: 20px;
  }
  .timeline-small .media .media-body p {
    width: 75%;
  }
  .timeline-small .media .timeline-round {
    width: 45px;
    height: 45px;
    top: -14px;
  }
  .timeline-small .media .timeline-round.timeline-line-1:after {
    bottom: -41px;
    height: 25px;
  }
  .timeline-small .media .timeline-round.small-line:after {
    bottom: -26px;
    height: 14px;
  }
  .timeline-small .media .timeline-round.medium-line:after {
    bottom: -33px;
    height: 17px;
  }
  .timeline-small .media .timeline-round svg {
    top: 14px;
  }

  .helper-classes {
    padding: 20px;
  }

  .floated-customizer-btn,
.floated-customizer-panel {
    display: none;
  }

  .page-builder .ge-canvas.ge-editing .row {
    padding: 20px;
  }

  .weather-widget-two .bottom-whetherinfo .whether-content {
    top: 24px;
  }

  .social-widget-card .b-b-light {
    padding: 20px;
    margin-bottom: 20px;
  }

  .ecommerce-widget .progress-showcase {
    margin-top: 20px;
  }

  .crm-overall {
    margin: 0 -20px -20px;
  }

  .product-page-main {
    padding: 20px;
  }

  .grid-options ul li:nth-child(3) {
    display: none;
  }

  .feature-products form .form-group i {
    right: 20px;
  }

  .tabbed-card ul {
    padding: 18px 15px;
  }

  .tabbed-card ul {
    top: -7px;
    right: 0;
  }
  .tabbed-card ul.border-tab.nav-tabs {
    padding: 0;
  }
  .tabbed-card ul.border-tab.nav-tabs .nav-item .nav-link {
    padding: 10px 15px;
  }

  .tilt-showcase .tilt-image {
    text-align: center;
  }
  .tilt-showcase .mt-4 {
    margin-top: 20px !important;
  }

  .todo .todo-list-wrapper .mark-all-tasks {
    top: 20px;
    right: 20px;
  }

  .custom-card {
    padding-bottom: 0;
  }
  .custom-card .card-footer {
    padding: 0 15px 15px 15px !important;
  }
  .custom-card .card-header {
    border: none;
  }
  .custom-card .dashboard-card {
    padding: 0;
  }
  .custom-card .card-profile img {
    height: 155px;
  }

  .display-1 {
    font-size: 4rem;
  }

  .display-2 {
    font-size: 3.5rem;
  }

  .display-3 {
    font-size: 2.5rem;
  }

  .display-4 {
    font-size: 1.5rem;
  }

  .typography .h1 {
    font-size: 34px;
  }
  .typography .h2 {
    font-size: 30px;
  }
  .typography .h3 {
    font-size: 22px;
  }
  .typography .h4 {
    font-size: 20px;
  }
  .typography .h5 {
    font-size: 18px;
  }
  .typography .h6 {
    font-size: 15px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 15px;
  }

  .card-absolute .card-header {
    padding: 10px 15px !important;
  }

  .comingsoon .comingsoon-inner .countdown .time {
    width: 80px;
    height: 80px;
    font-size: 26px;
  }

  .calendar-wrap .basic-calendar .external-events .fc-event + .fc-event {
    margin-top: 10px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: -10px;
    margin-top: 15px;
  }

  .card .card-header h5 {
    font-size: 18px;
  }
  .card .card-header .card-header-right {
    top: 11px;
    right: 15px;
  }

  .page-builder .ge-addRowGroup {
    width: 100%;
  }

  .user-profile .hovercard .info .user-designation {
    margin-bottom: 20px;
  }

  .blog-single .comment-box .comment-social li {
    padding-left: 15px;
  }

  .error-wrapper {
    padding: 35px 0;
  }
  .error-wrapper .sub-content {
    font-size: 14px;
    line-height: 25px;
    margin-top: 0px;
  }
  .error-wrapper .error-heading {
    margin-top: 30px;
  }
  .error-wrapper .error-heading .headline {
    font-size: 180px;
    margin-top: 0;
  }
  .error-wrapper .maintenance-heading {
    margin-top: 30px;
  }

  .search-page .info-block {
    flex-wrap: wrap;
  }
  .search-page .tab-content .pb-4 {
    padding-bottom: 20px !important;
  }

  .comingsoon .comingsoon-inner img {
    width: 150px;
  }

  .calender-widget .cal-desc {
    padding: 10px 20px 20px !important;
  }
  .calender-widget .cal-desc p {
    max-height: 100px;
  }

  .contact-form {
    padding-top: 10px !important;
  }
  .contact-form .theme-form {
    padding: 20px;
    margin-top: 27px;
  }
  .contact-form .theme-form .form-icon {
    margin-top: -47px;
  }

  .user-status.product-chart {
    max-height: 518px;
    overflow: auto;
  }

  .widget-joins .media .media-body i {
    float: none !important;
  }

  .xl-none {
    display: block;
  }

  .top-radius-blog {
    width: 100%;
  }

  .sm-100-w {
    width: 100%;
    height: 100%;
  }

  /*Form Wizard One start*/
  .form-wizard .btn-mb {
    margin-bottom: 20px;
  }

  /*Form Wizard One ends*/
  /*Form Wizard Two Start*/
  .stepwizard {
    margin-bottom: 20px;
  }

  /*Form Wizard Two Ends*/
  /*Form Wizard Three Start*/
  .f1 .f1-steps {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /*Form Wizard Three ends*/
  /*Form Wizard Four Start*/
  .wizard-4 ul.anchor {
    padding-right: 20px;
  }
  .wizard-4 .msg-box {
    top: 25px !important;
  }

  /*Form Wizard Four ends*/
  .border-tab.nav-tabs {
    margin-bottom: 20px;
  }

  .tab-content ~ .nav-tabs.border-tab {
    margin-top: 20px;
  }

  .dataTables_wrapper .dataTables_length {
    margin-bottom: 20px;
  }
  .dataTables_wrapper table.dataTable {
    margin-bottom: 20px !important;
  }

  .search-page .info-block + .info-block {
    padding-top: 20px;
    margin-top: 20px;
  }
  .search-page #video-links .embed-responsive + .embed-responsive {
    margin-top: 20px;
  }

  .lg-mt {
    margin-top: 20px;
  }

  .gallery-with-description {
    margin-bottom: -20px;
  }
  .gallery-with-description a > div {
    margin-bottom: 20px;
  }

  .clipboaard-container p {
    margin-bottom: 8px;
  }

  .m-b-30 {
    margin-bottom: 20px !important;
  }

  .email-wrap .email-left-aside .email-app-sidebar ul li hr {
    margin: 13px 0;
  }

  .nav-md-mt {
    margin-top: 20px;
  }

  .navs-icon {
    padding: 20px;
  }
  .navs-icon .main-section {
    padding-top: 20px;
  }
  .navs-icon .separator {
    margin: 20px 0;
  }

  .nav-list {
    padding: 20px;
  }

  .navs-dropdown button {
    margin-top: 20px;
  }
  .navs-dropdown .onhover-show-div {
    top: 68px;
  }

  .animated-modal .form-group {
    width: 100%;
    display: block;
  }
  .animated-modal .mr-4 {
    margin-right: 0 !important;
  }

  .steps-md-mt {
    margin-top: 20px;
  }

  .btn-group-wrapper .m-b-30:last-child {
    margin-bottom: 0 !important;
  }

  #advance-5_wrapper .dataTables_paginate {
    margin-bottom: 20px;
  }

  .click2edit ~ .note-editor.note-frame {
    margin-bottom: 20px;
  }

  .chat-box .chat-left-aside .people-list {
    height: 483px;
  }

  .card .card-body form.animated-modal {
    display: flex;
  }
  .card .card-body form.animated-modal .animated-modal-md-mb {
    margin-bottom: 20px !important;
  }

  .wizard-4 .msg-box {
    top: 40px;
    right: 0%;
    bottom: unset;
    left: unset;
  }

  .theme-form.form-inline {
    display: flex;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .page-wrapper.compact-wrapper.material-type::before {
    height: 230px;
  }
  .page-wrapper.compact-wrapper.material-type .page-header {
    width: calc(100% - 60px) !important;
    margin: 50px auto 0 !important;
  }
  .page-wrapper.compact-wrapper.material-type .page-body-wrapper {
    margin: 0 30px;
  }
  .page-wrapper.compact-wrapper.material-type .page-body-wrapper div.sidebar-wrapper {
    left: 0;
  }
  .page-wrapper.compact-wrapper.material-type .page-body-wrapper .page-body {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .grid-pie-chart.flot-chart-container {
    height: 400px;
  }

  .page-wrapper.compact-wrapper .left-header, .page-wrapper.compact-sidebar .left-header {
    position: unset;
  }
  .page-wrapper.compact-wrapper .left-header .mega-menu, .page-wrapper.compact-sidebar .left-header .mega-menu {
    position: absolute !important;
    right: 30px;
    top: 13px;
  }
  .page-wrapper.compact-wrapper .left-header .mega-menu .nav-link, .page-wrapper.compact-sidebar .left-header .mega-menu .nav-link {
    min-width: auto;
    background-color: transparent;
    border-left: 1px solid #ddd;
    padding-right: 0;
    border-radius: 0;
  }
  .page-wrapper.compact-wrapper .left-header .mega-menu svg, .page-wrapper.compact-sidebar .left-header .mega-menu svg {
    margin-right: 0;
    height: 20px;
    stroke: #1d1e26;
  }
  .page-wrapper.compact-wrapper .left-header .mega-menu span, .page-wrapper.compact-sidebar .left-header .mega-menu span {
    display: none;
  }
  .page-wrapper.compact-wrapper .nav-right .nav-menus {
    margin-right: 47px;
  }
  .page-wrapper.material-type::before {
    display: none;
  }
  .page-wrapper.material-type .page-header {
    margin-top: 0;
    border-radius: 0;
  }
  .page-wrapper.material-type .page-body-wrapper .page-body {
    margin-top: 0 !important;
  }
  .page-wrapper.only-body .page-header .header-wrapper .nav-right > ul > li {
    margin-right: -2px;
  }
  .page-wrapper.only-body .page-header .header-wrapper .nav-right .nav-menus {
    margin-right: -10px;
  }
  .page-wrapper .nav-right .nav-menus {
    margin-right: 60px;
  }

  .profile-media .media-body {
    display: none;
  }

  .form-inline .form-group:not(.form-control-search) {
    width: 100%;
  }
  .form-inline .form-group:not(.form-control-search) + .form-group {
    margin-top: 10px;
  }
  .form-inline .form-group:not(.form-control-search) input {
    width: 100%;
  }

  .credit-card .text-center img {
    margin-bottom: 20px;
  }

  .starter-kit-fix .page-body {
    margin-bottom: 78px;
  }

  .page-header .header-wrapper .left-header ul li .search-form.form-inline {
    display: flex;
  }
  .page-header .header-wrapper .left-header ul li .search-form input {
    width: 77% !important;
  }

  .blog-box .blog-details-main .blog-social li {
    padding: 0 12px;
  }
  .blog-box .blog-details .blog-social li:first-child {
    padding-right: 25px;
  }
  .blog-box .blog-details .blog-social li + li {
    padding-left: 25px;
  }

  .footer-copyright ~ div {
    text-align: center;
  }
  .footer-copyright ~ div p {
    float: none;
    margin-top: 5px;
  }

  .ngx-datatable .datatable-footer .datatable-footer-inner {
    display: block !important;
    height: unset !important;
    text-align: center;
  }
  .ngx-datatable .datatable-footer .page-count,
.ngx-datatable .datatable-footer .datatable-pager {
    flex: 1 1 100% !important;
    text-align: center !important;
  }

  .custom-datepicker ngb-datepicker {
    width: 270px;
  }
  .custom-datepicker .ngb-dp-navigation-select .custom-select {
    width: 87px;
  }

  .market-tabs .nav .nav-item .nav-link {
    height: 55px;
  }

  .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
    padding: 10px 20px;
  }

  .user-profile .hovercard .user-image .share-icons {
    right: 25px;
    top: -19px;
  }
  .user-profile .hovercard .user-image .share-icons li .social-icon {
    width: 35px;
    height: 35px;
  }

  .timeline-small .media .media-body p {
    width: 100%;
  }

  .my-gallery figure:nth-child(9), .my-gallery figure:nth-child(10) {
    margin-bottom: 20px;
  }

  .chat-box .chat-right-aside .chat .chat-message .text-box .btn {
    font-size: 0;
  }
  .chat-box .chat-right-aside .chat .chat-message .text-box .btn:before {
    position: absolute;
    content: "";
    font-family: themify;
    font-size: 18px;
    top: 11px;
    left: 20px;
  }
  .chat-box .border-tab.nav-tabs {
    display: flex;
  }
  .chat-box .chat-menu .nav-tabs .nav-item a {
    height: 50px;
  }

  .clockpicker-align-top {
    left: 55px !important;
    top: 470px !important;
  }
  .clockpicker-align-top .arrow {
    display: none;
  }

  .form-builder-column .form-body {
    min-height: 250px;
  }

  .form-builder-2-header {
    flex-wrap: wrap;
  }
  .form-builder-2-header > div {
    width: 100%;
    margin-top: 10px;
  }
  .form-builder-2-header > div nav {
    float: none;
  }

  .lg-mt-col {
    margin-top: 20px;
  }

  .form-builder .drag-box fieldset {
    padding: 20px;
    margin-top: 20px;
  }
  .form-builder #components {
    margin-top: 20px;
  }
  .form-builder .component label {
    padding-top: 0px;
  }

  .mega-menu .onhover-show-div {
    height: 415px;
    left: 0;
    top: 61px;
    padding: 20px;
  }
  .mega-menu .lg-mt {
    margin-top: 15px;
  }

  .page-builder .ge-canvas.ge-editing .ge-tools-drawer {
    margin: 10px 0 0 10px;
  }
  .page-builder .ge-canvas.ge-editing .ge-tools-drawer > a {
    padding: 0 5px;
  }

  .reader {
    margin-top: 15px;
    height: auto !important;
  }

  .range-slider.theme-form .form-group {
    margin-bottom: 0;
  }

  .note-editor .btn-group .btn {
    font-size: 11px;
  }

  .user-status tbody tr td {
    min-width: 284px;
  }
  .user-status tbody tr td + td {
    min-width: unset;
  }
  .user-status tbody tr td + td + td {
    min-width: 100px;
  }

  .text-md-right {
    text-align: right;
  }

  .star-ratings .stars {
    padding: 0;
  }

  .form-inline.d-inline-block {
    display: block !important;
    width: 100%;
  }
  .form-inline.d-inline-block .form-control {
    margin-bottom: 10px;
  }

  .reset-password-box {
    width: 500px;
    margin: 0 auto;
  }
  .reset-password-box .card {
    padding: 20px;
  }

  .custom-card .card-profile img {
    height: 136px;
    bottom: 0;
  }

  .error-wrapper .maintenance-icons li i {
    color: #f4f4f4;
    font-size: 30px;
  }
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 60px;
    margin-top: -10px;
    margin-left: 70px;
  }
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    font-size: 90px;
    margin-right: 80px;
  }

  .authentication-main .auth-innerright {
    min-height: unset;
    padding: 0;
  }
  .authentication-main .auth-innerright .social-media li {
    font-size: 14px;
  }

  .loader-box {
    justify-content: center;
  }

  .dataTables_wrapper .dataTables_length {
    margin-bottom: 20px;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }

  div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
  }
  div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
    float: none;
  }
  div.dataTables_wrapper div.dataTables_paginate {
    float: none;
    margin-top: 20px !important;
    margin-left: 0 !important;
  }

  .calendar-wrap .fc-basic-view .fc-day-number {
    padding: 0 0px !important;
  }
  .calendar-wrap .fc-events-container {
    margin-top: 0px;
  }
  .calendar-wrap .fc-events-container h6,
.calendar-wrap .fc-events-container .checkbox {
    text-align: right;
  }
  .calendar-wrap .checkbox label {
    margin-top: 0;
  }
  .calendar-wrap .fc-toolbar .fc-left .fc-next-button .fc-icon-right-single-arrow:after {
    font-size: 12px !important;
  }
  .calendar-wrap .fc-toolbar .fc-left .fc-prev-button .fc-icon-left-single-arrow:after {
    font-size: 12px !important;
  }
  .calendar-wrap .fc-toolbar .fc-left .fc-today-button,
.calendar-wrap .fc-toolbar .fc-right .fc-today-button {
    padding-top: 0px !important;
  }
  .calendar-wrap .fc {
    margin-top: 0px;
  }
  .calendar-wrap .fc button {
    font-size: 14px !important;
    padding: 0 5px !important;
  }
  .calendar-wrap .fc .fc-left {
    margin-bottom: 10px;
  }
  .calendar-wrap .fc .fc-toolbar > div {
    display: block !important;
    float: none !important;
  }
  .calendar-wrap .fc .fc-toolbar > * :first-child {
    font-size: 18px;
  }
  .calendar-wrap .fc .fc-toolbar > * > * {
    float: none !important;
  }

  .btn-group-wrapper {
    text-align: center;
  }
  .btn-group-wrapper .m-b-30 {
    margin-bottom: 15px !important;
  }

  .btn-group-showcase {
    text-align: center;
  }
  .btn-group-showcase .btn-group {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .btn-group .btn {
    font-size: 14px;
    padding: 0.375rem 1.3rem;
  }

  .animate-widget .text-center {
    display: none;
  }

  .calender-widget .cal-desc p {
    max-height: 100%;
  }

  .user-status.product-chart {
    max-height: 100%;
  }
  .user-status table thead tr th:nth-child(3) {
    min-width: 124px;
  }

  .mega-menu .onhover-show-div {
    height: 350px;
  }

  .page-builder .ge-canvas .column {
    padding: 0 !important;
  }
  .page-builder .ge-content-type-ckeditor h3 {
    font-size: 20px;
  }
  .page-builder .ge-content-type-ckeditor p {
    font-size: 12px;
  }
  .page-builder .ge-row-icon {
    display: none !important;
  }

  /* font-awesom icon page */
  .icon-hover-bottom .form-group input {
    min-width: 270px;
  }

  .user-profile .hovercard .cardheader {
    height: 350px;
  }
  .user-profile .hovercard .info {
    padding: 35px;
  }
  .user-profile .hovercard .info .ttl-info {
    margin-bottom: 20px;
  }
  .user-profile .hovercard .info .ttl-sm-mb-0 {
    margin-bottom: 0;
  }

  .calendar-wrap .fc button {
    padding: 5px;
  }
  .calendar-wrap .fc-day-grid-event {
    margin: 0;
    padding: 5px;
    width: inherit;
  }
  .calendar-wrap .fc-toolbar h2 {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
  }
  .calendar-wrap .basic-calendar .external-events {
    margin-top: 0px;
  }

  .blog-single .comment-box .media h6 {
    margin-bottom: 10px;
  }
  .blog-single .comment-box .media img {
    margin-right: 30px;
  }
  .blog-single .comment-box .comment-social {
    margin-bottom: 5px;
  }
  .blog-single .comment-box .comment-social li:first-child {
    padding-left: 0;
    padding-right: 15px;
  }

  .tabbed-card ul {
    padding: 10px 0 5px 0;
    position: relative;
    width: 100%;
    left: 0;
  }
  .tabbed-card ul.border-tab {
    margin-bottom: 15px;
  }
  .tabbed-card ul.border-tab.nav-tabs {
    top: unset;
  }
  .tabbed-card ul.border-tab.nav-tabs .nav-item .nav-link {
    padding: 5px 15px 10px;
  }

  .search-page #image-links .info-block.m-t-30 {
    margin-top: 0 !important;
  }

  .authentication-main .authentication-box {
    width: 100%;
  }
  .authentication-main .auth-innerright {
    display: inherit;
  }

  .map-chart .chart-container {
    height: 300px;
  }

  .candidcahrt {
    height: 250px;
  }

  .bar-chart-widget .earning-details i {
    right: 0;
  }

  .serial-chart .chart-container {
    height: 300px;
  }

  .bottom-content {
    padding: 10px;
  }
  .bottom-content p {
    font-size: 12px;
  }

  .stepwizard .stepwizard-row:before {
    top: 17px;
  }

  .wizard-4 aw-wizard.vertical {
    flex-direction: unset;
    display: block;
  }
  .wizard-4 aw-wizard.vertical .wizard-steps {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  .wizard-4 aw-wizard-navigation-bar.vertical {
    width: 100% !important;
  }

  .icon-hover-bottom .icon-popup {
    display: block;
  }
  .icon-hover-bottom .icon-popup > .icon-last {
    display: block;
    margin-top: 15px;
  }
  .icon-hover-bottom .icon-popup div .flag-icon {
    width: 30px;
    height: auto;
  }
  .icon-hover-bottom .form-group input {
    display: block;
    width: unset;
  }

  .footer-links {
    text-align: center;
  }

  .footer-copyright {
    text-align: center !important;
  }

  .jvector-map-height {
    height: 150px;
  }

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

  .email-wrap .email-right-aside .email-content .email-top .d-flex {
    padding-bottom: 0;
  }
  .email-wrap .email-right-aside .email-content .email-top .float-right {
    float: left !important;
  }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment {
    text-align: center;
  }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li:last-child {
    padding-right: 0;
  }
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 140px;
    height: 140px;
  }

  .alert-dismissible p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 294px;
  }

  .button-group-mb-sm {
    margin-bottom: 5px;
  }

  .card-block .table-responsive .table tbody tr td span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
  }
  .card-block .table-responsive .progress-content tbody tr td span {
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 50px;
  }
  .card-block .table-responsive .checkbox-td-width tbody tr td,
.card-block .table-responsive .radio-first-col-width tbody tr td {
    min-width: 200px !important;
  }

  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 119px !important;
  }
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 119px !important;
  }

  .jsgrid .jsgrid-pager-container {
    text-align: center;
  }

  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: auto;
  }
  .chat-box .chat-menu .nav-tabs .nav-item {
    width: 32.33%;
  }
  .chat-box .chat-menu .people-list ul.list {
    max-height: 433px;
    margin-bottom: 15px;
  }
  .chat-box .chat-menu #info-profile,
.chat-box .chat-menu #info-contact {
    margin-bottom: 15px;
  }

  .hovercard .info .follow .text-md-right {
    text-align: center;
  }

  .profile-img-style .like-comment-sm-mb {
    margin-bottom: 20px;
  }

  .reset-password-box .theme-form .form-group .btn {
    margin-top: 15px !important;
  }

  .lg-outer .lg-actions .lg-next,
.lg-outer .lg-actions .lg-prev {
    top: 48%;
  }

  .feature-products .filter-toggle {
    padding: 8px 15px;
    background-color: #fff;
    margin-left: 10px;
    border-radius: 5px;
  }
  .feature-products .select2-drpdwn-product {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
  }
  .feature-products span.f-w-600 {
    padding-top: 15px;
    display: inline-block;
  }
  .feature-products .text-right {
    text-align: left !important;
  }

  .d-none-productlist {
    display: block;
    margin-right: 10px;
  }

  .grid-options ul li {
    display: none;
  }

  .product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter {
    top: -46px;
  }

  .product-sidebar {
    transform: translateX(-300px) scaleX(0);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    height: 0;
    position: absolute;
    z-index: 9;
    width: 300px;
  }
  .product-sidebar.open {
    transform: translateX(0px) scaleX(1);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    visibility: visible;
    opacity: 1;
    height: auto;
    top: 0;
  }
  .product-sidebar.open:before, .product-sidebar.open:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    right: 120px;
    top: -7px;
  }
  .product-sidebar .filter-section .card-header {
    display: none;
  }

  .product-wrapper-grid.list-view .product-box .product-img {
    width: 42%;
  }
}
/**=====================
     62. Responsive CSS Ends
==========================**/
/*  krunal css */
@media screen and (min-width: 2560px) {
  .settlement-wrap a.viewbutton img {
    height: 38px;
    margin-bottom: 8px;
    margin-left: 8px;
  }
}
@media screen and (min-width: 2400px) and (max-width: 2559px) {
  .page-wrapper {
    margin: 0 auto;
    max-width: 2400px;
  }

  .page-wrapper .page-body-wrapper {
    background-color: #cfccd6;
    display: flex;
    margin: 0 auto;
    max-width: 2400px;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    min-width: 290px;
  }

  .page-wrapper.compact-wrapper .page-header {
    margin-left: 290px;
    width: calc(100% - 290px);
  }

  .page-wrapper.compact-wrapper .page-header.close_icon {
    margin-left: 86px;
    width: calc(2400px - 86px);
  }

  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    min-width: calc(100% - 290px);
    margin-left: 290px;
    padding-top: 122px !important;
  }

  .n-home-counter .counter-wrapper {
    padding-top: 94px !important;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-link span {
    font-size: 16px;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ footer {
    margin-left: 86px;
  }

  .merchant-header .merchant-tab {
    padding: 0px 20px;
  }

  .n-main-header .header-dropdown .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    font-size: 16px;
  }

  .c-filter-dropdown .ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option {
    font-size: 16px;
  }

  .merchant-header .merchant-tab li a {
    font-size: 18px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6 {
    font-size: 24px;
    line-height: 40px;
  }

  .home-online-payment .counter-wrapper .card .counter-content .counter-number p {
    font-size: 18px;
  }

  .home-content-main .counter-wrapper .card {
    padding: 20px 15px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-number h2 {
    font-size: 36px;
  }

  .custom-tooltip {
    width: 20px;
  }

  .custom-tooltiptext {
    font-size: 16px;
    width: 300px;
  }

  .weekly-chart-wrapper {
    margin-top: 0px !important;
  }

  .header-transfer .transfer-btn {
    font-size: 18px !important;
  }

  .custom-header .media-body span {
    font-size: 18px !important;
  }

  .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body p {
    font-size: 16px !important;
  }

  h5.common-chart-title {
    font-size: 24px !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container {
    height: 44px;
  }

  .n-main-header .n-h-custom-dropdown .ng-dropdown-panel .scroll-host {
    padding-top: 44px;
  }

  .home-content-main .weekly-chart-wrapper .chart-top-button ul li a {
    font-size: 18px;
  }

  .home-content-main .weekly-chart-wrapper .graph-label {
    font-size: 20px;
  }

  .home-content-main .bottom-maps-wrapper .home-chart-box .graph-label {
    font-size: 20px;
    padding: 8px 20px;
  }

  .suc-grph, .fail-grph {
    font-size: 18px;
  }

  .custom-calendar-main-notselected {
    margin-top: 0px !important;
  }

  .custom-calendar-main .filter-daterange-main .form-control {
    font-size: 15px !important;
  }

  .home-online-payment .device-content h6 {
    font-size: 32px;
  }

  .home-online-payment .device-content h5 {
    font-size: 20px;
  }

  .home-online-payment .device-content p {
    font-size: 22px;
  }

  .home-online-payment .tansactions__content .transactions__right-box p {
    font-size: 18px;
  }

  .home-online-payment .tansactions__content .transactions__right-box h6 {
    font-size: 22px;
  }

  .home-online-payment .tansactions__content .transactions__right-box h4 {
    font-size: 32px;
  }

  .top-header-tab .nav-pills .nav-link {
    font-size: 22px;
  }

  .top-header-tab .tab-pane {
    padding-top: 83px;
  }

  .top-header-tab .nav-pills {
    padding: 0px 20px;
  }

  .trans-key-swt {
    padding: 8px 10px 0px 10px !important;
    font-size: 16px;
  }

  .trans-key-swt .pt-1 {
    padding-top: 0.5rem !important;
  }

  .settlement-wrap .settlement-data-table table th {
    font-size: 20px;
    padding: 25px 10px;
  }

  .settlement-wrap .settlement-data-table table tr td, .settlement-wrap .settlement-data-table table tr .table-td, .settlement-wrap .settlement-data-table table tr td .user-trns__details .view-details__table tr td, .settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .view-details__table tr td {
    font-size: 20px;
    padding: 20px 10px;
  }

  .success_badge, .onhold_badge, .underreview_badge, .pending_badge, .cancelled_badge, .inactive_badge, .failed_badge {
    border-radius: 30px;
    font-size: 18px;
    width: 120px;
    padding: 15px 0px;
  }

  .settlement-wrap .settlement-data-table table tr td .user-trns__details .cust-detail__title, .settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .cust-detail__title, .settlement-wrap .settlement-data-table table tr td .user-trns__details .view-details__table tr td .user-trns__details .cust-detail__title, .settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .view-details__table tr td .user-trns__details .cust-detail__title {
    font-size: 20px;
  }

  .settlement-wrap .filter-header-title {
    font-size: 22px;
  }

  .settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter {
    height: 54px;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
    height: 54px;
  }

  .ng-dropdown-panel .scroll-host {
    padding-top: 28px;
  }

  .filter-daterange-wrap .custom-input-filter {
    height: 54px;
  }

  .settlement-wrap .filter-content .clear-btn .clear-custom-btn {
    height: 54px;
  }

  .settlement-wrap .filter-content .search-btn .search-custom-btn {
    height: 54px;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
    font-size: 16px;
  }

  .tab-slider-nav {
    top: 132px;
  }

  .tab-slider-nav .tab-slider-tabs .tab-slider-trigger a {
    font-size: 16px;
  }

  .settlement-wrap .withdrawal-fund-wrap .balance-main h6 {
    font-size: 22px;
  }

  .settlement-wrap .withdrawal-fund-wrap .balance-main h3 {
    font-size: 26px;
  }

  .settlement-wrap .withdrawal-fund-wrap .balance-main img {
    height: 26px;
  }

  .settlement-wrap .withdrawal-fund-wrap .withdraw-content .radio label {
    font-size: 20px;
  }

  .settlement-wrap .withdrawal-fund-wrap .withdraw-content .withdraw-btn {
    font-size: 18px;
    padding: 14px 25px;
  }

  .settlement-wrap .withdrawal-fund-wrap .withdraw-content .radio label::before {
    top: 7px;
  }

  .settlement-wrap .withdrawal-fund-wrap .withdraw-content .radio label::after {
    top: 11px;
  }

  .pagination .page-item .page-link {
    font-size: 18px;
  }

  .withdrawal_cancelled i {
    font-size: 34px;
  }

  .withdrawal-filter .filter-daterange-main .custom-day, .payout-filter .filter-daterange-main .custom-day, .custom-calendar-main .filter-daterange-main .custom-day, .mobile-custom-calendar .filter-daterange-main .custom-day {
    font-size: 14px !important;
  }

  .withdrawal-filter .filter-daterange-main .ngb-dp-weekday, .payout-filter .filter-daterange-main .ngb-dp-weekday, .custom-calendar-main .filter-daterange-main .ngb-dp-weekday, .mobile-custom-calendar .filter-daterange-main .ngb-dp-weekday {
    font-size: 15px !important;
  }

  .withdrawal-filter .filter-daterange-main .ngb-dp-month-name, .payout-filter .filter-daterange-main .ngb-dp-month-name, .custom-calendar-main .filter-daterange-main .ngb-dp-month-name, .mobile-custom-calendar .filter-daterange-main .ngb-dp-month-name {
    font-size: 16px !important;
  }

  .settlement-wrap a.viewbutton img {
    height: 38px;
    margin-bottom: 8px;
    margin-left: 8px;
  }

  .invoice-wrapper {
    padding-top: 94px;
  }

  .balance-statement-wrapper .bal-payment-in-title {
    font-size: 18px;
  }

  .invoice-wrapper .home-content-main .invoice-c-title h6 {
    font-size: 36px;
  }

  .invoice-wrapper .home-content-main .invoice-c-title p {
    font-size: 18px !important;
  }

  .bs-counter-main p {
    font-size: 20px;
  }

  .second-i-counter .bs-counter-main span {
    font-size: 18px;
  }

  .invoice-wrapper .home-content-main .invoice-c-title {
    padding: 20px 15px;
  }

  .balance-statement-wrapper .total-record-content h5 {
    font-size: 18px;
  }

  .balance-statement-wrapper .total-record-content p {
    font-size: 26px;
  }

  .balance-statement-action .exp-product-btn {
    height: 54px;
  }

  .exp-product-btn {
    font-size: 18px;
  }

  .balance-statement-action .dropdown-content {
    min-width: 112px;
  }

  .balance-statement-action .dropdown-content a {
    padding: 8px 20px;
  }

  .invoice-management-title h5 {
    font-size: 24px;
  }

  .create-invoice-btn .btn {
    height: 54px;
    font-size: 18px;
  }

  .sbcptn-crt-header button {
    height: 38px;
    width: 38px;
    font-size: 24px;
  }

  .modal .modal-dialog .modal-content .filter-content .i-modal-label {
    font-size: 20px;
  }

  .invoice-modal-inner ngx-intl-tel-input input {
    height: 54px;
  }

  .modal .modal-dialog .modal-content .email-n-title h5 {
    font-size: 16px;
  }

  .modal .modal-dialog .modal-content .invoice-detail-title h4 {
    font-size: 20px;
  }

  .modal .modal-dialog .modal-content .invoice-d-content p {
    font-size: 18px !important;
  }

  .modal .modal-dialog .modal-content .invoice-d-content .invoice-input {
    height: 54px;
  }

  .modal .modal-dialog .modal-content .invoice-product-total {
    padding: 15px;
  }

  .modal .modal-dialog .modal-content .invoice-product-total p {
    font-size: 18px;
  }

  .btn-invoice-yellow,
.btn-invoice-green {
    height: 54px;
    font-size: 18px;
  }

  .send-invoice-icon,
.save-invoice-icon {
    line-height: 35px;
  }

  .edit-invoice td {
    font-size: 18px;
  }

  .modal .modal-dialog .modal-content .createinvoicetitle {
    font-size: 22px;
  }

  .tooltip-inner {
    font-size: 16px;
  }

  .create-invoice-btn .btn img {
    height: 35px;
  }

  .refund-title {
    font-size: 20px;
  }

  .refund-m-content p {
    font-size: 18px;
  }

  .refund-inner-t {
    font-size: 17px;
  }

  .refund-m-radio .radio label {
    font-size: 16px;
  }

  .refund-m-radio .radio label::before {
    height: 19px;
    width: 19px;
    top: 1px;
  }

  .refund-m-radio .radio label:after {
    height: 11px;
    width: 11px;
    top: 5px;
  }

  .n-submit-btn {
    font-size: 18px;
  }

  .refund-top-icon {
    height: 70px;
    width: 70px;
  }

  .payment-m-icon {
    height: 40px;
    width: 40px;
  }

  .modal .modal-dialog .modal-content h5 {
    font-size: 20px;
  }

  .tandc-label-text {
    font-size: 18px;
  }

  .terms-cond-content .auto-withd-content {
    font-size: 18px;
  }

  ul.term-condtn-list li {
    font-size: 18px;
  }

  .bank-select-modal .custom-control-label {
    cursor: pointer;
  }

  .theme-checkbox .custom-control-label::before {
    height: 22px;
    width: 22px;
  }

  .theme-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    left: -15px;
  }

  .send-invoice-via .input-group > .form-control {
    border-radius: 28px !important;
    height: 54px;
    font-size: 18px;
  }

  .iti.separate-dial-code.iti--allow-dropdown.iti-sdc-4 input {
    height: 54px;
    font-size: 18px;
  }

  .send-invoice-via ul li a.mail, .send-invoice-via ul li a.phone {
    padding: 10px 12px 10px 12px;
  }

  .settlement-wrap .settlement-data-table table tr td .user-trns__details .downld-rcpt-btn .btn,
.settlement-wrap .settlement-data-table table tr .table-td .user-trns__details .downld-rcpt-btn .btn {
    height: 54px;
  }

  .product-modal-wrap .search-product .form-control {
    height: 54px;
    font-size: 18px;
  }

  .product-modal-wrap .search-product .search-btn {
    height: 54px;
    font-size: 18px;
  }

  .modal .modal-dialog .modal-content h6 {
    font-size: 20px;
  }

  .product-modal-wrap .product-content p {
    font-size: 16px;
  }

  .cancel-m-content {
    font-size: 18px;
  }

  .s-notification-wrapper .s-notification-title {
    font-size: 28px;
  }

  .conf-api-lnk,
.conf-api-lnk a {
    font-size: 20px;
  }

  .s-notification-wrapper h6 {
    font-size: 20px;
  }

  .text-key-box .config-header {
    font-size: 20px;
    padding: 20px 0px !important;
  }

  .test-key-content {
    font-size: 18px;
  }

  .create-user-form .col-form-label {
    font-size: 18px;
  }

  .create-user-form .create-u-input {
    height: 48px;
  }

  .api-save-btn .btn-primary {
    font-size: 18px;
  }

  .tag-wrapper .tag__text {
    font-size: 18px;
  }

  .custom-drop-w-select .ng2-tag-input__text-input {
    font-size: 16px;
  }

  .setting-notification-main .notification-header .setting-n-header-bg {
    padding: 20px 0px;
  }

  .setting-notification-main .notification-header .setting-n-header-bg .s-n-header-title p {
    font-size: 20px;
  }

  .test-key-content .generate-btn .btn-primary {
    font-size: 18px;
  }

  .custom-tooltiptext.custom-t-wide {
    width: 700px;
  }

  .webhook-subline {
    font-size: 20px;
  }

  .webhook-inner-wrapper .col-form-label {
    font-size: 18px;
  }

  .webhook-inner-wrapper .theme-clr-two {
    top: 50%;
  }

  .email-n-title .adv-stng-logo {
    width: 75px;
    height: 45px;
  }

  .top-header-tab.online-basicstore .tab-pane {
    padding-top: 66px;
  }

  .withdrawal-filter .price-range-label {
    font-size: 18px !important;
  }

  .product-checkbox .checkbox.checkbox-solid-primary label {
    font-size: 17px;
  }

  .online-basicstore .create-product-btn {
    padding: 3px 25px 3px 10px;
  }

  .pdct-str-link {
    font-size: 16px;
  }

  .product-item-wrap .product-title h6 {
    font-size: 22px;
  }

  .product-item-wrap .product-price-tag p span {
    font-size: 20px;
  }

  .product-item-wrap .product-price-tag p {
    font-size: 22px;
  }

  .watermark-text {
    font-size: 18px !important;
  }

  p.view-prdct-dtl {
    font-size: 20px !important;
    bottom: 40%;
  }

  .product-item-wrap .product-dtl-view i {
    margin-top: 50%;
  }

  .product-check-main .product-check-inner .checkbox-solid-info label {
    font-size: 18px;
  }

  .product-s-media .sb-circles-dark .sb-wrapper .sb-icon, .product-s-media .sb-wrapper .sb-icon {
    height: 45px !important;
    width: 45px !important;
    font-size: 18px !important;
  }

  .product-cart-wrap .px-3 {
    padding: 15px 0px !important;
  }

  .product-cart-wrap .py-2 {
    padding: 15px 15px !important;
  }

  .online-basicstore .pdct-str-link .sb-circles-light .sb-wrapper .sb-icon {
    height: 35px !important;
    width: 35px !important;
  }

  .online-basicstore .pdct-str-link .sb-wrapper .sb-icon {
    font-size: 16px !important;
  }

  .product-item-wrap .product-item-figure, .product-item-wrap .cropped-img-prev {
    height: 360px;
  }

  .product-dtl-mdl .product-item-figure {
    height: 200px;
  }

  .product-check-main.px-3 {
    padding: 0.5rem 0rem !important;
  }

  ul.vw-product-sumary li, .vw-product-stus > div {
    font-size: 18px;
  }

  .ad-to-ecom {
    font-size: 18px;
  }

  .abt-produc p {
    font-size: 16px;
  }

  .sbcptn-prdct-activ-pln span {
    font-size: 18px;
  }

  .sbcptn-prdct-pln-qar {
    font-size: 32px;
  }

  .sbcptn-prdct-pln-paid {
    font-size: 18px;
  }

  .sbcptn-prdct-paid-amnt {
    font-size: 28px;
  }

  .sbcptn-inctv {
    font-size: 36px;
  }

  .sbcptn-inctv span {
    font-size: 18px;
  }

  .sbcptn-inctv-qar h3 {
    font-size: 32px;
  }

  .product-item-wrap.bg-white .product-item-figure {
    height: 280px;
  }

  .crt-pro-upld p {
    font-size: 15px;
  }

  .sbcptn-frt-detail h6 {
    font-size: 17px !important;
  }

  .sbcptn-crt-ftr .amnt-qar {
    font-size: 15px;
    padding-top: 7px;
  }

  .invoice-d-content label {
    font-size: 18px;
  }

  .invoice-d-content .radio label::before {
    top: 4px;
  }

  .invoice-d-content .radio label::after {
    top: 9px;
  }

  .product-item-wrap .notification-switch .inact {
    font-size: 20px;
  }

  .product-item-wrap .notification-switch .active {
    font-size: 20px;
  }

  .sbcptn-price-wrap .total-paid {
    font-size: 18px;
  }

  .total-due {
    font-size: 18px;
  }

  .product-item-wrap .success_badge, .product-item-wrap .failed_badge, .product-item-wrap .inactive_badge, .product-item-wrap .cancelled_badge, .product-item-wrap .pending_badge, .product-item-wrap .underreview_badge, .product-item-wrap .onhold_badge {
    height: 48px;
  }

  .report-wrapper .card .col-form-label {
    font-size: 20px;
  }

  .report-wrapper .card .report-download-main .email-checkbox label {
    font-size: 17px;
  }

  .report-wrapper .card .report-download-main .btn-download {
    font-size: 18px;
  }

  .send-rep-btn {
    font-size: 18px;
  }

  .crt-usr-enbl-otp-lbl label {
    font-size: 16px;
  }

  .business-info-wrap .business-detail-main .busines-form-main label {
    font-size: 20px;
  }

  .business-info-wrap .business-detail-main .busines-form-main .business-input {
    height: 54px;
  }

  .business-detail-main.pl-3 {
    padding-left: 0px !important;
  }

  .business-info-wrap .business-detail-main .business-d-title {
    font-size: 24px;
  }

  .prod-boxy .product-overlay .product-sele-option .product-dtl-view i {
    margin-top: 30% !important;
  }

  .prod-boxy-lbl {
    font-size: 17px;
  }

  .doc-dt-tm {
    font-size: 18px !important;
  }

  .business-info-wrap .verify-content {
    font-size: 18px;
  }

  .business-info-wrap .primary-main-title h4 {
    font-size: 22px;
  }

  .business-info-wrap .primary-main-title h5 {
    font-size: 18px;
  }

  .business-info-wrap .primary-bank-content .primary-content-title {
    font-size: 18px;
  }

  .business-info-wrap .primary-bank-content .primary-text-content {
    font-size: 18px;
  }

  .business-info-wrap .submit-action .btn-submit-veri {
    font-size: 18px;
    height: 48px;
    border-radius: 50px;
  }

  .success_badge span, .failed_badge span, .inactive_badge span, .cancelled_badge span, .pending_badge span, .underreview_badge span, .onhold_badge span {
    font-size: 14px !important;
  }

  .sticky-header h5 {
    font-size: 22px;
  }

  .business-info-wrap .no-doc-selected {
    font-size: 18px;
  }

  .business-info-wrap .p-bank-fileupload h6 {
    font-size: 18px;
  }

  .business-info-wrap .p-bank-fileupload h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 2201px) and (max-width: 2399px) {
  .light-only {
    background: #fff !important;
  }

  .page-wrapper .page-body-wrapper {
    background-color: #cfccd6;
    display: flex;
    margin: 0 auto;
    max-width: 2200px;
  }

  .page-wrapper.compact-wrapper .page-header {
    width: calc(2200px - 280px);
  }

  .page-wrapper.compact-wrapper .page-header.close_icon {
    width: calc(2200px - 86px);
  }

  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    z-index: 999;
  }

  .merchant-header,
.close_taskbar .nav-pills,
.top-header-tab .sticky-header {
    margin-left: 0px;
    width: calc(2200px - 280px);
    margin-top: 0px;
    padding-top: 11px;
    padding-left: 15px;
  }

  .online-basic-header {
    margin-top: -10px !important;
  }

  .home-content-main .counter-wrapper {
    padding-top: 100px;
  }

  .merchant-header.close_taskbar {
    margin-left: 0px;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body .close_taskbar {
    width: calc(2200px - 86px);
  }

  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body .close_taskbar .nav-pills {
    width: calc(2200px - 86px);
    padding-left: 30px;
  }

  .trans-key-swt {
    left: calc(2200px - 150px);
    right: inherit;
    margin-top: 18px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 1%;
  }

  .page-wrapper .page-header .header-wrapper {
    height: 135px;
  }

  .home-content-main .counter-wrapper .home-counter-inner {
    margin-top: 25px;
  }

  .bottom-maps-wrapper .row .col-lg-6 {
    padding-left: 0 !important;
  }

  .home-content-main {
    padding-left: 0px;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    padding-top: 123px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li:last-child {
    margin-right: 0%;
  }

  .chart-qar {
    position: absolute;
    bottom: 58%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    left: -26px;
    letter-spacing: normal;
    font-size: 16px;
    color: #6D6E71;
    font-weight: normal;
  }

  .settlement-wrap .invoice-wrapper {
    padding-top: 100px;
    padding-left: 30px;
  }

  .invoice-management-title h5 {
    padding-left: 10px;
  }

  .online-product-wrapper .invoice-wrapper {
    margin-top: 0px !important;
    padding-top: 50px !important;
    padding-left: 0px;
  }

  .pos-dvs-dt-tbl {
    padding-left: 30px;
  }

  .high-chart .chart-block {
    padding: 3rem !important;
  }

  .page-wrapper {
    margin: 0 auto;
    max-width: 2200px;
  }

  .high-res-view {
    display: block;
  }

  .top-header-tab .tab-pane {
    padding-top: 100px;
    padding-left: 45px;
  }

  .online-basicstore .tab-pane {
    padding-left: 0px !important;
  }

  .crt-usr-enbl-otp-lbl label {
    margin-right: 20px;
  }

  .top-header-tab .sticky-header {
    margin-top: 13px !important;
    padding-top: 16px;
  }

  .op-pamnt-mt,
.setting-data-box-mob-view,
.business-info-wrap,
.invoice-wrapper .counter-wrapper {
    margin-top: 30px;
    padding-left: 0px;
  }

  .settlement-wrap a.viewbutton img {
    height: 30px;
    margin-bottom: 5px;
  }

  .merchant-header .merchant-tab {
    padding-left: 30px !important;
  }

  p.view-prdct-dtl {
    bottom: 35%;
    left: 0;
  }

  .product-item-wrap .product-dtl-view i {
    margin-top: 25%;
  }

  .prod-boxy .product-overlay .product-sele-option .product-dtl-view i {
    margin-top: -7% !important;
  }

  .prod-boxy .product-overlay .product-sele-option .product-opt-dd button {
    padding: 9px 8px 9px 12px !important;
  }

  .subcptin-tbl-algn,
.product-list-mob-viw {
    padding-left: 45px !important;
  }

  .subcptin-contr-algn,
.online-product-wrapper > div {
    padding-left: 30px !important;
  }

  .online-orders-wrapper .invoice-wrapper {
    padding-top: 60px !important;
    padding-left: 0;
  }

  .online-orders-wrapper .invoice-wrapper .home-content-main {
    padding-left: 0;
  }

  .top-header-tab .nav-pills,
.top-header-tab .sticky-header,
.home-online-payment > div,
.home-pos > div {
    padding-left: 20px !important;
  }

  .subcptin-contr-algn .home-content-main {
    padding-left: 10px;
  }

  .transaction__box,
.bottom-maps-wrapper {
    margin-left: 0px !important;
  }

  .page-wrapper .page-header .header-wrapper {
    padding: 30px 45px;
  }

  .top-header-tab .tab-pane {
    padding-top: 110px;
    padding-left: 15px;
  }

  .home-content-main .weekly-chart-wrapper .nav-tabs {
    top: -64px;
  }

  .subcrbr-listing-mob-view {
    padding-left: 45px !important;
  }

  .online-product-wrapper .counter-wrapper {
    padding-top: 30px !important;
  }

  .pos-graph-clr {
    margin-left: -210px;
  }

  .middle-top-button ul {
    margin-left: -60px !important;
  }

  .chart-top-button .home-cont-h-1 {
    left: 30px;
    top: 77% !important;
  }

  .success-rate-title .home-cont-h-1 {
    right: -150px;
    left: inherit;
  }

  .all-notif-mob-view {
    padding-left: 30px !important;
  }

  .sms-noti-lbl h6 span .home-cont-h-1 {
    left: 50px;
    line-height: 18px;
    top: 95%;
  }

  .push-nitf-spn-img img {
    top: 10px;
    right: 20px;
  }

  .all-notif-mob-view {
    padding-left: 20px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6 {
    line-height: 36px;
  }
}
@media screen and (max-width: 2200px) {
  .normal-res-view {
    display: block;
  }

  .high-res-view {
    display: none;
  }

  .top-header-tab .nav-pills .nav-link {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }

  .modal .modal-dialog .modal-content h5 {
    font-size: 16px;
  }

  .modal .modal-dialog .modal-content .submit-btn {
    padding: 5px 53px;
    font-size: 24px;
  }

  .s-notification-wrapper .s-notification-title {
    font-size: 18px;
    line-height: 24px;
  }

  .s-notification-wrapper h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-number h2 {
    font-size: 36px;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-placeholder {
    font-weight: normal;
  }

  input[type=radio],
input[type=checkbox] {
    margin-left: 10px;
  }

  .qrcode {
    margin-left: -16px;
    margin-top: -15px;
  }

  .qrcode canvas {
    width: 150px !important;
    height: 150px !important;
  }

  .merchant-header {
    margin-top: 0px;
  }

  .online-basic-header {
    margin-top: 0px !important;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
    height: 48px;
  }

  .merchant-header .merchant-tab li {
    padding: 21px 0px 21px;
  }

  .home-content-main .counter-wrapper {
    padding-top: 100px;
    padding-left: 30px;
  }

  .invoice-wrapper .counter-wrapper {
    padding-left: 0px;
  }

  .merchant-header .compare__slaes-wrap li {
    padding-top: 0px;
  }

  .weekly-chart-wrapper {
    margin-top: 0px !important;
    padding-left: 30px;
  }

  .top-header-tab .nav-pills {
    padding: 0px 15px 0px 20px;
    margin-top: -3px;
  }

  .settlement-wrap .settlement-data-table table th {
    padding: 25px 10px;
  }

  .filter-daterange-wrap .custom-input-filter {
    height: 48px;
  }

  .settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter {
    height: 48px;
  }

  .settlement-wrap .withdrawal-fund-wrap .withdraw-content .withdraw-btn {
    padding: 14px 22px;
  }

  .invoice-wrapper {
    padding-top: 82px;
  }

  .online-product-wrapper .invoice-wrapper {
    padding-left: 0px !important;
    padding-top: 82px;
  }

  .online-product-wrapper .counter-wrapper {
    padding-left: 0px;
  }

  .online-orders-wrapper .invoice-wrapper {
    padding-top: 82px !important;
    padding-left: 0px !important;
  }

  .merchant-header .merchant-tab {
    padding: 0px 30px 0px 21px;
  }

  .page-wrapper .page-header .header-wrapper {
    padding: 15px 30px 15px 45px;
  }

  .invoice-management-title {
    padding-left: 3px;
  }

  ngx-intl-tel-input input {
    height: 54px !important;
  }

  .btn-invoice-yellow,
.btn-invoice-green {
    padding: 7px 25px 1px 7px;
  }

  .send-invoice-icon,
.save-invoice-icon {
    margin-bottom: 5px;
  }

  .settlement-wrap a.viewbutton img {
    height: 30px;
    margin-bottom: 5px;
  }

  .online-basicstore .tab-pane {
    padding-top: 63px !important;
    padding-left: 0 !important;
  }

  .create-user-form .create-u-input {
    height: 54px;
  }

  .webhook-inner-wrapper .theme-clr-one {
    top: 50%;
  }

  .webhook-inner-wrapper .theme-clr-two {
    top: 50%;
  }

  .sb-circles-light .sb-wrapper .sb-icon {
    width: 44px !important;
    height: 44px !important;
  }

  .middle-top-button ul {
    margin-left: -60px !important;
  }

  .filter-daterange-wrap .custom-input-filter {
    font-size: 16px;
    padding: 0px 15px 2px;
  }
  .filter-daterange-wrap .custom-input-filter::-webkit-input-placeholder, .filter-daterange-wrap .custom-input-filter::-ms-input-placeholder, .filter-daterange-wrap .custom-input-filter::placeholder {
    font-size: 16px;
  }

  .invoice-d-content p {
    font-size: 16px;
  }

  .modal .modal-dialog .modal-content .createinvoicetitle {
    font-size: 22px;
    line-height: 24px;
  }

  .custom-input-filter::-webkit-input-placeholder,
.custom-input-filter::-ms-input-placeholder,
.custom-input-filter::placeholder {
    color: rgba(18, 18, 18, 0.5);
    font-weight: normal;
    font-size: 16px;
  }

  .ng2-tag-input__text-input[_ngcontent-vtg-c183] {
    font-size: 18px;
    color: #324C6A;
    font-weight: 600;
  }

  .settlement-wrap .card-header-withdrawal,
.settlement-wrap .card-header {
    padding: 18px 15px !important;
  }

  .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt {
    font-size: 18px;
    padding: 7px 14px !important;
  }

  .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt i {
    font-size: 18px !important;
  }

  ul.vw-product-sumary li,
.vw-product-stus > div {
    font-size: 16px;
  }

  .sbcptn-prdct-pln-paid,
.sbcptn-prdct-activ-pln span,
.sbcptn-inctv span {
    font-size: 18px;
  }

  .tooltip-inner {
    font-size: 16px;
  }

  .custom-calendar-main-notselected {
    margin-top: 0 !important;
  }

  .chart-block {
    padding-bottom: 2rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    position: relative;
  }

  .high-chart .chart-block {
    padding: 3rem !important;
  }

  .top-header-tab .tab-pane {
    padding-top: 80px;
    padding-left: 0px;
  }

  .chart-qar {
    position: absolute;
    bottom: 58%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    left: -26px;
    letter-spacing: normal;
    font-size: 16px;
    color: #6D6E71;
    font-weight: normal;
  }

  .chart-pl-30 {
    padding-left: 30px !important;
  }

  .home-online-payment .device__wrap img {
    height: 80px;
  }

  .mat-simple-snackbar {
    font-size: 20px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 1.1%;
  }

  .send-invoice-via .input-group > .form-control {
    border-radius: 28px !important;
    height: 54px;
  }

  .prod-boxy .product-overlay button p.view-prdct-dtl {
    bottom: 36%;
  }

  .marchant_details p {
    font-size: 15px !important;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
    overflow-y: scroll !important;
    scrollbar-width: thin !important;
    scrollbar-color: #ffffff transparent !important;
  }

  .product-item-wrap .product-dtl-view i {
    margin-top: 110px;
  }

  .bank-info-note ul li {
    font-size: 16px;
  }

  .withdrawal-filter .filter-daterange-main ngb-datepicker.dropdown-menu {
    top: 10px !important;
  }

  .subcrbr-listing-mob-view {
    padding-left: 20px !important;
  }

  .product-modal-wrapper .createinvoicetitle {
    font-size: 29px !important;
    font-weight: 600px !important;
    padding-top: 30px;
  }

  .success-rate-title .home-cont-h-1 {
    right: -150px;
    left: inherit;
  }

  .settlement-wrap .withdrawal-fund-wrap .balance-main h6 span:hover .home-cont-h-1 {
    margin-left: 50px;
  }

  .inactive-marchant .home-cont-h-1 {
    margin-left: -130px !important;
  }

  .pos-graph-clr {
    margin-left: -170px;
  }

  .chart-top-button .home-cont-h-1 {
    left: 30px;
    top: 55% !important;
  }

  .pos-fltr-help-1 .home-cont-h-1,
.pos-fltr-help-2 .home-cont-h-1,
.pos-fltr-help-3 .home-cont-h-1 {
    left: 90px !important;
    top: 75% !important;
  }

  .all-notif-mob-view {
    padding-left: 0px !important;
  }

  .sms-noti-lbl h6 span .home-cont-h-1 {
    left: 50px;
    line-height: 18px;
    top: 50%;
  }

  .push-nitf-spn-img img {
    top: 10px;
    right: 20px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6 {
    line-height: 36px;
  }
}
@media screen and (max-width: 1920px) {
  .modal .modal-dialog .modal-content .createinvoicetitle {
    font-size: 20px;
    font-weight: 600;
  }

  .settlement-wrap .settlement-data-table table th {
    padding: 25px 10px;
  }

  .total-due {
    padding-right: 15px;
  }

  .sb-circles-light .sb-wrapper .sb-icon {
    width: 40px !important;
    min-height: inherit;
    height: 40px !important;
  }

  .sub-counter-figur p {
    font-size: 32px !important;
  }

  .settlement-wrap .card-header-withdrawal,
.settlement-wrap .card-header {
    padding: 15px 18px !important;
  }

  .create-product-btn .btn-primary {
    height: 50px;
  }

  .product-modal-wrap .product-modal-inner .product-m-title {
    font-size: 20px !important;
  }

  .product-modal-wrap .product-items .product-content h6 {
    font-size: 18px;
  }

  .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt {
    width: 40px !important;
    height: 40px !important;
    padding: 5px 12px !important;
  }

  .product-plan p {
    font-size: 18px !important;
  }

  .product-plan table th,
.product-plan table td {
    font-size: 18px;
  }

  .sbcptn-crt-header h4 {
    font-size: 26px;
  }

  .marchant_details h6 {
    font-size: 18px !important;
  }

  .prod-boxy .product-overlay button p.view-prdct-dtl {
    bottom: 33%;
  }

  .product-nm {
    font-size: 28px !important;
  }

  .product-item-wrap .product-dtl-view i {
    margin-top: 110px;
  }

  .success-rate-title .home-cont-h-1 {
    right: -100px;
    left: inherit;
  }

  .push-nitf-spn-img img {
    top: 10px;
    right: 5px;
  }
}
@media screen and (min-width: 1681px) and (max-width: 1880px) {
  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    display: block;
    width: auto;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 10px;
  }

  .default-auto-main .radio label {
    font-size: 14px !important;
    padding-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
    left: 1px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdraw-content .radio label::before {
    left: -6px !important;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle !important;
  }

  .withdraw-content .default-auto-main {
    display: flex !important;
  }

  .edit-auto-btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1680px) {
  .home-pos .counter-wrapper .home-counter-inner li .card {
    padding: 20px;
  }

  .home-online-payment .counter-wrapper .home-counter-inner li .card {
    padding: 28px;
  }

  .total-due {
    padding-right: 5px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-number h2 {
    line-height: 30px;
    margin-bottom: 15px;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    display: block;
    width: auto;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 10px;
  }

  .default-auto-main .radio label {
    font-size: 14px !important;
    padding-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 6px !important;
    left: 1px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdraw-content .radio label::before {
    left: -6px !important;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle !important;
  }

  .withdraw-content .default-auto-main {
    display: flex !important;
  }

  .edit-auto-btn {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1600px) {
  .top-header-tab .nav-pills .nav-link {
    font-size: 18px;
    line-height: 21px;
    padding: 28px 30px 21px;
  }

  .online-basic-header {
    margin-top: 2px !important;
  }

  .top-header-tab .tab-pane {
    padding-top: 100px;
  }

  .trans-key-swt {
    margin-top: 15px !important;
  }

  .settlement-wrap .filter-header-title {
    font-size: 22px;
  }

  .settlement-wrap .settlement-data-table table th {
    font-size: 18px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6 {
    font-size: 18px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-number h2 {
    font-size: 30px;
  }

  .home-content-main .bottom-maps-wrapper .common-chart-title,
h5.common-chart-title {
    font-size: 20px;
  }

  .marchant_details h6 {
    font-size: 20px !important;
  }

  .modal .modal-dialog .modal-content .filter-content .i-modal-label,
.modal .modal-dialog .modal-content .invoice-detail-title h4,
.modal .modal-dialog .modal-content .email-n-title span {
    font-size: 20px;
  }

  .modal .modal-dialog .modal-content .email-n-title h5 {
    font-size: 16px;
  }

  .invoice-wrapper .home-content-main .invoice-c-title h6 {
    font-size: 30px;
  }

  .settlement-wrap .filter-content .clear-btn .clear-custom-btn,
.settlement-wrap .filter-content .search-btn .search-custom-btn {
    font-size: 18px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .s-notification-wrapper .s-notification-title {
    font-size: 30px;
  }

  .api-save-btn .btn-primary {
    font-size: 20px;
  }

  .setting-notification-main .notification-header .setting-n-header-bg .s-n-header-title p,
.s-notification-wrapper h6 {
    font-size: 20px;
  }

  .sms-notification-list label {
    font-size: 18px;
  }

  .webhook-subline {
    font-size: 20px;
    letter-spacing: normal;
    line-height: 35px;
  }

  .webhook-inner-wrapper .col-form-label {
    font-size: 18px;
  }

  .sadadvas-wrapper h4 {
    font-size: 26px;
  }

  .business-info-wrap .b-i-user-profile .user-name-text h5 {
    font-size: 22px;
  }

  .business-info-wrap .primary-main-title h4 {
    font-size: 22px;
  }

  .business-info-wrap .primary-main-title h5 {
    font-size: 22px;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
    height: 50px;
  }

  .filter-daterange-wrap .custom-input-filter {
    height: 50px;
  }

  .settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter {
    height: 50px;
  }

  ngx-intl-tel-input input {
    height: 50px !important;
  }

  .create-user-form .create-u-input {
    height: 50px;
  }

  .total-due {
    padding-right: 5px;
  }

  .sbscrn-pdct-edt-dlt {
    font-size: 18px;
  }

  .chart-title-date-mob-view h5.common-chart-title {
    font-size: 20px !important;
  }

  .sb-circles-light .sb-wrapper .sb-icon {
    width: 35px !important;
    min-height: inherit;
    height: 35px !important;
  }

  .sub-counter-figur p {
    line-height: 40px !important;
    font-size: 24px !important;
  }

  .modal .modal-dialog .modal-content .submit-btn {
    font-size: 20px;
  }

  .product-item-wrap .product-title h6 {
    font-size: 20px;
    line-height: 27px;
  }

  .sbcptn-inctv-qar h3 {
    font-size: 30px;
  }

  .sub-counter-figur p {
    font-size: 28px !important;
  }

  .sortby-text {
    font-size: 20px;
  }

  .settlement-wrap .card-header-withdrawal,
.settlement-wrap .card-header {
    padding: 22px 20px !important;
  }

  .modal .modal-dialog .modal-content .invoice-d-content .invoice-input {
    height: 40px;
  }

  .webhook-inner-wrapper .webhook-input {
    height: 50px;
  }

  .create-blue-btn {
    height: 50px;
  }

  .create-product-btn .btn-primary {
    height: 46px;
  }

  .trml-loc-hdng {
    font-size: 30px;
    padding: 22px 0px;
  }

  .cust-map-padng {
    padding-top: 120px;
  }

  .product-modal-wrap .product-modal-inner .product-m-title {
    font-size: 26px !important;
  }

  .product-modal-wrap .product-items .product-content h6 {
    font-size: 20px;
  }

  .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt {
    width: 38px !important;
    height: 38px !important;
    padding: 4px 12px !important;
  }

  .product-plan h6 {
    font-size: 24px !important;
  }

  .product-plan table th,
.product-plan table td {
    font-size: 16px;
  }

  .sbcptn-crt-header h4 {
    font-size: 24px;
  }

  .report-default-text,
.no-record-txt {
    font-size: 20px;
  }

  .mat-simple-snackbar {
    font-size: 18px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 1%;
  }

  .prod-boxy .product-overlay button p.view-prdct-dtl {
    bottom: 29%;
  }

  .sms-notification-list {
    width: 800px;
  }

  .product-nm {
    font-size: 24px !important;
  }

  .sbscrn-pdct-dlt-bg {
    background-color: #8D083A;
    margin: 0px 5px;
  }

  .online-product-wrapper .counter-wrapper {
    padding-top: 0 !important;
  }

  .online-orders-wrapper .invoice-wrapper {
    padding-top: 70px !important;
  }

  .success-rate-title .home-cont-h-1 {
    right: -50px;
    left: inherit;
  }

  .email-n-title h6 span .home-cont-h-1 {
    margin-left: 20px;
  }

  .active-marchant .home-cont-h-1 {
    margin-left: -50px !important;
  }

  .invoice-wrapper .home-content-main .first-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .second-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .third-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .fourth-i-counter .invoice-counter p {
    font-size: 20px !important;
  }

  .home-content-main .counter-wrapper .card {
    padding: 20px;
  }

  .home-online-payment .counter-wrapper .home-counter-inner li .card {
    padding: 18px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-number h2 {
    line-height: 7px;
    margin-bottom: 28px;
  }

  .home-online-payment .counter-wrapper .home-counter-inner li .counter-number h2 {
    padding-top: 12px !important;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    display: block;
    width: 38%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: auto;
  }

  .default-auto-main .radio label {
    font-size: 15px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 6px !important;
    left: 1px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdraw-content .radio label::before {
    left: -6px !important;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle !important;
  }

  .withdraw-content .default-auto-main {
    display: block !important;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1599px) {
  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    display: block;
    width: 40%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: auto;
  }

  .default-auto-main .radio label {
    font-size: 15px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 6px !important;
    left: 1px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdraw-content .radio label::before {
    left: -6px !important;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle !important;
  }

  .withdraw-content .default-auto-main {
    display: block !important;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1440px) {
  .merchant-header .merchant-tab li a {
    font-size: 16px;
  }

  .top-header-tab .nav-pills .nav-link {
    font-size: 18px;
    line-height: 21px;
  }

  .settlement-wrap .filter-header-title {
    font-size: 20px;
  }

  .settlement-wrap .settlement-data-table table th {
    font-size: 16px;
    line-height: 20px;
  }

  .settlement-wrap .withdrawal-fund-wrap .balance-main h6 {
    font-size: 22px;
    line-height: 40px;
  }

  .settlement-wrap .withdrawal-fund-wrap .balance-main h3 {
    font-size: 26px;
    line-height: 27px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-number h2 {
    font-size: 28px;
  }

  .home-online-payment .device-content h6,
.home-online-payment .tansactions__content .transactions__right-box h4 {
    font-size: 26px !important;
  }

  .home-online-payment .tansactions__content .transactions__right-box h6,
.home-online-payment .device-content h5 {
    font-size: 18px !important;
  }

  .home-online-payment .device-content p {
    font-size: 20px !important;
  }

  .home-content-main .bottom-maps-wrapper .common-chart-title,
h5.common-chart-title {
    font-size: 18px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6 {
    font-size: 24px;
  }

  .modal .modal-dialog .modal-content .createinvoicetitle {
    font-size: 18px;
  }

  .product-item-wrap .product-title h6 {
    font-size: 18px;
  }

  .product-item-wrap .product-price-tag p {
    font-size: 16px;
  }

  .product-item-wrap .cart-counter p {
    font-size: 18px;
  }

  .subscription-title .subscrip-content h6,
.sub-content-main .active-content h6 {
    font-size: 24px;
  }

  .setting-notification-main .notification-header .setting-n-header-bg .s-n-header-title p,
.s-notification-wrapper h6 {
    font-size: 18px;
  }

  .setting-notification-main .s-n-listing .setting-listing-bg .s-n-content p {
    font-size: 16px;
  }

  .text-key-box .config-header {
    font-size: 16px;
  }

  .s-notification-board .py-4 {
    font-size: 16px;
  }

  .setting-notification-main .notification-header .setting-n-header-bg .s-n-header-title p,
.s-notification-wrapper h6 {
    font-size: 16px;
  }

  .sms-notification-list label {
    font-size: 16px;
  }

  .webhook-subline {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 30px;
  }

  .manage-user-m-header h3 {
    font-size: 22px;
  }

  .sadadvas-wrapper h4 {
    font-size: 24px;
  }

  .sadadvas-wrapper .paid-button {
    font-size: 18px;
  }

  .business-info-wrap .business-detail-main .business-d-title {
    font-size: 22px;
  }

  .business-info-wrap .primary-main-title h4 {
    font-size: 20px;
  }

  .business-info-wrap .primary-main-title h5 {
    font-size: 20px;
  }

  .ng-select .ng-arrow-wrapper {
    margin-top: 5px;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
    padding: 0px 5px 0px;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
    height: 46px;
  }

  .top-header-tab .nav-pills {
    padding: 0px 15px 0px 45px;
  }

  .settlement-wrap .settlement-data-table table th {
    padding: 24px 10px;
  }

  .filter-daterange-wrap .custom-input-filter {
    height: 46px;
  }

  .settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter {
    height: 46px;
  }

  .settlement-wrap .withdrawal-fund-wrap .withdraw-content .withdraw-btn {
    padding: 10px 22px;
  }

  ngx-intl-tel-input input {
    height: 46px !important;
  }

  .online-basicstore .tab-pane {
    padding-top: 74px;
  }

  .create-user-form .create-u-input {
    height: 48px;
  }

  .sbcptn-prdct-activ-pln,
.sbcptn-prdct-pln-qar,
.sbcptn-inctv-qar h3,
.sbcptn-inctv {
    font-size: 26px;
  }

  .sbcptn-prdct-paid-amnt {
    font-size: 22px;
  }

  .merchant-header .merchant-tab li {
    padding: 20px 0px 20px;
  }

  .total-due {
    padding-right: 5px;
  }

  .sbscrn-pdct-edt-dlt {
    font-size: 18px;
    padding: 10px !important;
  }

  .product-plan p {
    font-size: 16px !important;
  }

  .sb-circles-light .sb-wrapper .sb-icon {
    width: 30px !important;
    min-width: inherit;
    min-height: inherit;
    height: 30px !important;
  }

  .svg-inline--fa.fa-fw {
    width: 0.9em !important;
  }

  .sub-counter-figur p {
    line-height: 40px !important;
    font-size: 24px !important;
  }

  .sub-acivation-bg h6,
.sub-complete-bg h6,
.sub-cancelled-bg h6 {
    font-size: 24px !important;
  }

  .sub-pro-detail h2 {
    font-size: 30px;
  }

  .report-wrapper .card .col-form-label {
    font-size: 16px;
    line-height: 32px;
  }

  .merchant-header .merchant-tab {
    padding: 3px 30px 0px 47px;
  }

  .settlement-wrap .filter-content .clear-btn .clear-custom-btn,
.settlement-wrap .filter-content .search-btn .search-custom-btn {
    font-size: 18px;
    width: 100%;
    padding: 20px 0px 22px;
  }

  .product-checkbox .checkbox.checkbox-solid-primary label {
    font-size: 14px;
  }

  .webhook-inner-wrapper .generate-btn .btn-primary {
    height: 45px;
    padding: 0px 30px 3px;
  }

  .settlement-wrap .card-header-withdrawal,
.settlement-wrap .card-header {
    padding: 20px 20px !important;
  }

  .invoice-management-title h5 {
    font-size: 20px;
  }

  .create-invoice-btn .btn {
    height: 48px;
  }

  .test-key-content {
    font-size: 14px !important;
  }

  .rental-view-data-table p {
    font-size: 16px;
  }

  .trml-loc-hdng {
    font-size: 26px;
    padding: 22px 0px;
  }

  .edit-invoice td {
    font-size: 14px;
  }

  .modal .modal-dialog .modal-content .invoice-d-content .invoice-input,
.frm-contl .product-text-area {
    font-size: 14px;
  }

  .sbcptn-prdct-pln-paid,
.sbcptn-prdct-activ-pln span,
.sbcptn-inctv span {
    font-size: 16px;
  }

  .sms-noti-lbl h6 {
    font-size: 20px !important;
  }

  .tooltip-inner {
    font-size: 14px;
  }

  .mat-simple-snackbar,
.create-user-form .col-form-label {
    font-size: 16px !important;
  }

  .marchant_details h6 {
    font-size: 18px !important;
  }

  .prod-boxy .product-overlay .product-sele-option .product-opt-dd button {
    width: 28px !important;
    height: 28px !important;
    padding: 0px 0px 5px 8px !important;
  }

  .prod-boxy .product-overlay .product-sele-option .product-opt-dd button i {
    font-size: 14px !important;
  }

  .prod-boxy .product-overlay button p.view-prdct-dtl {
    bottom: 24%;
  }

  .product-dtl-view i {
    font-size: 30px !important;
  }

  .marchant_details p {
    font-size: 16px !important;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    padding-top: 114px !important;
  }

  .bank-info-note ul li {
    font-size: 14px;
  }

  .view-tbl-btm-bdr td:first-child {
    font-size: 16px !important;
    font-weight: 500 !important;
  }

  .sbscrn-pdct-dlt-bg {
    background-color: #8D083A;
    margin: 0px 0px 0px 8px;
  }

  .online-basic-header {
    margin-top: 0px !important;
  }

  .settlement-wrap .withdrawal-fund-wrap .withdraw-content .radio label {
    font-size: 16px;
  }

  .notification-dropdown .notification-title {
    font-size: 16px;
  }

  .home-pos .counter-wrapper .home-counter-inner li .card {
    padding: 12px;
  }

  .home-online-payment .counter-wrapper .home-counter-inner li .card {
    padding: 5px;
  }

  .home-content-main .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
.home-content-main .counter-wrapper .card .active-marchant {
    padding: 18px 10px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-number h2 {
    line-height: 14px;
    margin-bottom: 28px !important;
  }

  .home-online-payment .counter-wrapper .home-counter-inner li .counter-number h2 {
    line-height: 14px;
    margin-bottom: 16px !important;
  }

  /*Sadad Designer CSS*/
  .header-transfer .transfer-btn {
    display: flex !important;
  }

  .profile-media {
    align-items: center !important;
  }

  .n-main-header .pos-selection {
    left: auto !important;
    left: initial !important;
    right: 50% !important;
    transform: translate(-50%, 0%) !important;
  }

  .merchant-header .merchant-tab {
    padding: 3px 20px 0px 20px !important;
  }

  .merchant-header .merchant-tab {
    padding: 3px 20px 0px 20px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner {
    justify-content: space-between !important;
    overflow-x: auto;
  }

  .home-pos .counter-wrapper .home-counter-inner li .card,
.home-online-payment .counter-wrapper .home-counter-inner li .card {
    padding: 15px !important;
  }

  .home-online-payment .counter-wrapper .home-counter-inner li,
.home-online-payment .counter-wrapper .home-counter-inner li:last-child,
.home-content-main .counter-wrapper .home-counter-inner li {
    min-width: 230px !important;
    max-width: 230px !important;
  }

  .home-online-payment .home-counter-inner li .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .card {
    max-height: 140px !important;
  }

  .profile-nav .ml-4 {
    margin-left: 0px !important;
  }

  .home-content-main .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
.home-content-main .counter-wrapper .card .active-marchant {
    padding: 18px 14px;
  }

  .home-pos .home-counter-inner .active-marchant, .home-pos .home-counter-inner .inactive-marchant {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .home-online-payment .sub-user-counter .home-counter-inner li {
    min-width: 26% !important;
    max-width: 26% !important;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    display: block;
    width: 40%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: auto;
  }

  .default-auto-main .radio label {
    font-size: 15px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 6px !important;
    left: 1px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdraw-content .radio label::before {
    left: -6px !important;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle !important;
  }

  .withdraw-content .default-auto-main {
    display: block !important;
  }
}
@media screen and (min-width: 1368px) and (max-width: 1399px) {
  .top-header-tab .nav-pills .nav-link {
    font-size: 16px;
    line-height: 21px;
  }

  .settlement-wrap .settlement-data-table table th {
    font-size: 16px;
    line-height: 17px;
  }

  .settlement-wrap .settlement-data-table table tr td {
    font-size: 14px;
  }

  .settlement-wrap .withdrawal-fund-wrap .balance-main h6 {
    font-size: 20px;
    line-height: 38px;
  }

  .settlement-wrap .withdrawal-fund-wrap .balance-main h3 {
    font-size: 25px;
    line-height: 25px;
  }

  .home-online-payment .device__wrap img {
    height: 70px;
  }

  .home-online-payment .counter-wrapper .card .counter-content .counter-number p,
.home-online-payment .counter-wrapper .card .counter-content .counter-number p {
    font-size: 14px !important;
  }

  .home-online-payment .device-content h6,
.home-online-payment .tansactions__content .transactions__right-box h4 {
    font-size: 24px !important;
  }

  .home-online-payment .tansactions__content .transactions__right-box h6,
.home-online-payment .device-content h5 {
    font-size: 16px !important;
  }

  .home-online-payment .device-content p {
    font-size: 16px !important;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
    font-size: 16px;
  }

  .modal .modal-dialog .modal-content .invoice-detail-title h4 {
    font-size: 18px;
  }

  .modal .modal-dialog .modal-content .filter-content .i-modal-label,
.modal .modal-dialog .modal-content .email-n-title h5,
.modal .modal-dialog .modal-content .email-n-title span {
    font-size: 16px;
  }

  .product-item-wrap .product-title h6 {
    font-size: 16px;
  }

  .product-item-wrap .cart-counter p {
    font-size: 16px;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-placeholder {
    font-size: 16px;
  }

  .settlement-wrap .filter-content .clear-btn .clear-custom-btn,
.settlement-wrap .filter-content .search-btn .search-custom-btn {
    font-size: 18px;
  }

  .s-notification-wrapper .s-notification-title {
    font-size: 26px;
  }

  .api-save-btn .btn-primary {
    font-size: 18px;
  }

  .webhook-subline {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 25px;
  }

  .webhook-inner-wrapper .col-form-label {
    font-size: 16px;
  }

  .manage-user-m-header h3 {
    font-size: 20px;
  }

  .business-info-wrap .business-detail-main .business-d-title {
    font-size: 20px;
  }

  .business-info-wrap .b-i-user-profile .user-name-text h5 {
    font-size: 18px;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
    height: 44px;
  }

  .settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter {
    height: 44px;
  }

  ngx-intl-tel-input input {
    height: 44px !important;
  }

  .create-user-form .create-u-input {
    height: 46px;
  }

  .sbscrn-pdct-edt-dlt {
    font-size: 16px;
  }

  .sub-counter-figur p {
    line-height: 40px !important;
    font-size: 20px !important;
  }

  .sub-view-popup > div,
.sub-pro-detail > div {
    font-size: 14px;
  }

  .modal .modal-dialog .modal-content .submit-btn {
    font-size: 18px;
  }

  .settlement-wrap .filter-content .clear-btn .clear-custom-btn,
.settlement-wrap .filter-content .search-btn .search-custom-btn {
    font-size: 16px;
  }

  .sub-pro-actv-btn {
    font-size: 14px;
  }

  .sub-counter-figur p {
    font-size: 24px !important;
  }

  .sortby-text {
    font-size: 18px;
  }

  .modal .modal-dialog .modal-content .invoice-d-content .invoice-input {
    height: 36px;
  }

  .webhook-inner-wrapper .webhook-input,
.create-blue-btn {
    height: 46px;
  }

  .create-product-btn .btn-primary {
    height: 44px;
  }

  .trml-loc-hdng {
    font-size: 26px;
    padding: 22px 0px 12px;
  }

  .product-modal-wrap .product-modal-inner .product-m-title {
    font-size: 24px !important;
  }

  .product-modal-wrap .product-items .product-content h6 {
    font-size: 18px;
  }

  .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt {
    width: 34px !important;
    height: 34px !important;
    padding: 7px 9px 10px 10px !important;
  }

  .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt i {
    font-size: 18px !important;
  }

  .product-plan h6 {
    font-size: 20px !important;
  }

  .product-plan table th,
.product-plan table td {
    font-size: 14px;
  }

  .sbcptn-crt-header h4 {
    font-size: 22px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6 {
    font-size: 20px;
  }

  .report-default-text .no-record-txt {
    font-size: 18px;
    margin-top: 30px;
  }

  .mat-simple-snackbar {
    font-size: 16px !important;
  }

  .profile-media {
    margin-left: 0 !important;
  }

  .pos-selection {
    left: 40% !important;
  }

  .pos-selection .c-filter-dropdown {
    width: 160px;
  }

  .report-default-text,
.no-record-txt {
    font-size: 18px;
  }

  .view-tbl-btm-bdr td:first-child {
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .rental-view-data-table-label {
    font-size: 16px;
  }

  .user-trns__details .view-details__table tr td {
    font-size: 14px !important;
  }

  .sbscrn-pdct-dlt-bg {
    background-color: #8D083A;
    margin: 0px 5px;
  }

  ul.term-condtn-list li {
    font-size: 14px;
  }

  .product-item-wrap .product-item-figure,
.product-item-wrap .cropped-img-prev {
    height: 200px;
  }

  .product-item-wrap .product-dtl-view i {
    margin-top: 75px;
  }

  .home-online-payment .counter-wrapper .card .counter-content .counter-number p,
.home-pos .counter-wrapper .card .counter-content .counter-number p {
    font-size: 13px !important;
  }

  .success-rate-title .home-cont-h-1 {
    right: -80px;
    left: inherit;
  }

  .invoice-wrapper .home-content-main .first-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .second-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .third-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .fourth-i-counter .invoice-counter p {
    font-size: 18px !important;
  }

  .push-nitf-spn-img img {
    top: 5px;
    right: 5px;
  }

  .home-pos .counter-wrapper .home-counter-inner li .card,
.home-online-payment .counter-wrapper .home-counter-inner li .card {
    padding: 7px;
  }

  .home-content-main .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
.home-content-main .counter-wrapper .card .active-marchant {
    padding: 18px 5px;
  }

  .top-header-tab .nav-pills {
    display: flex;
    overflow-x: auto;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    width: 58%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
  }

  .default-auto-main .radio label {
    font-size: 15px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 6px !important;
    left: 1px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdraw-content .radio label::before {
    left: -6px !important;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle !important;
  }

  .default-auto-main {
    display: block !important;
  }
}
@media screen and (max-width: 1366px) {
  .top-header-tab .nav-pills .nav-link {
    font-size: 16px;
    line-height: 21px;
  }

  .settlement-wrap .settlement-data-table table th {
    font-size: 16px;
    line-height: 17px;
  }

  .settlement-wrap .settlement-data-table table tr td {
    font-size: 14px;
  }

  .settlement-wrap .withdrawal-fund-wrap .balance-main h6 {
    font-size: 20px;
    line-height: 38px;
  }

  .settlement-wrap .withdrawal-fund-wrap .balance-main h3 {
    font-size: 25px;
    line-height: 25px;
  }

  .home-online-payment .device__wrap img {
    height: 70px;
  }

  .home-online-payment .counter-wrapper .card .counter-content .counter-number p,
.home-online-payment .counter-wrapper .card .counter-content .counter-number p {
    font-size: 14px !important;
  }

  .home-online-payment .device-content h6,
.home-online-payment .tansactions__content .transactions__right-box h4 {
    font-size: 24px !important;
  }

  .home-online-payment .tansactions__content .transactions__right-box h6,
.home-online-payment .device-content h5 {
    font-size: 16px !important;
  }

  .home-online-payment .device-content p {
    font-size: 16px !important;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
    font-size: 16px;
  }

  .modal .modal-dialog .modal-content .invoice-detail-title h4 {
    font-size: 18px;
  }

  .modal .modal-dialog .modal-content .filter-content .i-modal-label,
.modal .modal-dialog .modal-content .email-n-title h5,
.modal .modal-dialog .modal-content .email-n-title span {
    font-size: 16px;
  }

  .product-item-wrap .product-title h6 {
    font-size: 16px;
  }

  .product-item-wrap .cart-counter p {
    font-size: 16px;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-placeholder {
    font-size: 16px;
  }

  .settlement-wrap .filter-content .clear-btn .clear-custom-btn,
.settlement-wrap .filter-content .search-btn .search-custom-btn {
    font-size: 18px;
  }

  .s-notification-wrapper .s-notification-title {
    font-size: 26px;
  }

  .api-save-btn .btn-primary {
    font-size: 18px;
  }

  .webhook-subline {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 25px;
  }

  .webhook-inner-wrapper .col-form-label {
    font-size: 16px;
  }

  .manage-user-m-header h3 {
    font-size: 20px;
  }

  .business-info-wrap .business-detail-main .business-d-title {
    font-size: 20px;
  }

  .business-info-wrap .b-i-user-profile .user-name-text h5 {
    font-size: 18px;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
    height: 44px;
  }

  .settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter {
    height: 44px;
  }

  ngx-intl-tel-input input {
    height: 44px !important;
  }

  .create-user-form .create-u-input {
    height: 46px;
  }

  .sbscrn-pdct-edt-dlt {
    font-size: 16px;
  }

  .sub-counter-figur p {
    line-height: 40px !important;
    font-size: 20px !important;
  }

  .sub-view-popup > div,
.sub-pro-detail > div {
    font-size: 14px;
  }

  .modal .modal-dialog .modal-content .submit-btn {
    font-size: 18px;
  }

  .settlement-wrap .filter-content .clear-btn .clear-custom-btn,
.settlement-wrap .filter-content .search-btn .search-custom-btn {
    font-size: 16px;
  }

  .sub-pro-actv-btn {
    font-size: 14px;
  }

  .sub-counter-figur p {
    font-size: 24px !important;
  }

  .sortby-text {
    font-size: 18px;
  }

  .modal .modal-dialog .modal-content .invoice-d-content .invoice-input {
    height: 36px;
  }

  .webhook-inner-wrapper .webhook-input,
.create-blue-btn {
    height: 46px;
  }

  .create-product-btn .btn-primary {
    height: 44px;
  }

  .trml-loc-hdng {
    font-size: 26px;
    padding: 22px 0px 12px;
  }

  .product-modal-wrap .product-modal-inner .product-m-title {
    font-size: 24px !important;
  }

  .product-modal-wrap .product-items .product-content h6 {
    font-size: 18px;
  }

  .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt {
    width: 34px !important;
    height: 34px !important;
    padding: 7px 9px 10px 10px !important;
  }

  .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt i {
    font-size: 18px !important;
  }

  .product-plan h6 {
    font-size: 20px !important;
  }

  .product-plan table th,
.product-plan table td {
    font-size: 14px;
  }

  .sbcptn-crt-header h4 {
    font-size: 22px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6 {
    font-size: 20px;
  }

  .report-default-text .no-record-txt {
    font-size: 18px;
    margin-top: 30px;
  }

  .mat-simple-snackbar {
    font-size: 16px !important;
  }

  .profile-media {
    margin-left: 0 !important;
  }

  .pos-selection {
    left: 40% !important;
  }

  .pos-selection .c-filter-dropdown {
    width: 160px;
  }

  .report-default-text,
.no-record-txt {
    font-size: 18px;
  }

  .view-tbl-btm-bdr td:first-child {
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .rental-view-data-table-label {
    font-size: 16px;
  }

  .user-trns__details .view-details__table tr td {
    font-size: 14px !important;
  }

  .sbscrn-pdct-dlt-bg {
    background-color: #8D083A;
    margin: 0px 5px;
  }

  ul.term-condtn-list li {
    font-size: 14px;
  }

  .product-item-wrap .product-item-figure,
.product-item-wrap .cropped-img-prev {
    height: 200px;
  }

  .product-item-wrap .product-dtl-view i {
    margin-top: 75px;
  }

  .home-online-payment .counter-wrapper .card .counter-content .counter-number p,
.home-pos .counter-wrapper .card .counter-content .counter-number p {
    font-size: 13px !important;
  }

  .success-rate-title .home-cont-h-1 {
    right: -80px;
    left: inherit;
  }

  .invoice-wrapper .home-content-main .first-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .second-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .third-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .fourth-i-counter .invoice-counter p {
    font-size: 18px !important;
  }

  .push-nitf-spn-img img {
    top: 5px;
    right: 5px;
  }

  .home-pos .counter-wrapper .home-counter-inner li .card,
.home-online-payment .counter-wrapper .home-counter-inner li .card {
    padding: 7px;
  }

  .home-content-main .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
.home-content-main .counter-wrapper .card .active-marchant {
    padding: 18px 5px;
  }

  .top-header-tab .nav-pills {
    display: flex;
    overflow-x: auto;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    width: 58%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
  }

  .default-auto-main .radio label {
    font-size: 15px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 6px !important;
    left: 1px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdraw-content .radio label::before {
    left: -6px !important;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle !important;
  }

  .default-auto-main {
    display: block !important;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1280px) {
  .custom-calendar-main-notselected {
    margin-top: 0 !important;
  }

  .home-content-main .counter-wrapper {
    padding-top: 100px;
  }

  .settlement-wrap .invoice-wrapper {
    padding-top: 100px;
  }

  .weekly-chart-wrapper {
    padding-left: 30px;
  }

  .home-online-payment .counter-wrapper .home-counter-inner li,
.home-online-payment .counter-wrapper .home-counter-inner li:last-child,
.home-content-main .counter-wrapper .home-counter-inner li {
    max-width: 215px;
    min-width: 215px;
  }

  .merchant-header ul.compare__slaes-wrap {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    width: 100%;
    padding-left: 70px;
    flex: 1;
  }

  .home-online-payment .device-content h6,
.home-online-payment .tansactions__content .transactions__right-box h4 {
    font-size: 22px !important;
  }

  .home-online-payment .device-content p {
    font-size: 16px !important;
  }

  .online-basic-header .custom-calendar-main-notselected {
    width: 158px;
  }

  .pos-selection[_ngcontent-vme-c110] {
    left: 40%;
  }

  .settlement-wrap .settlement-data-table table th {
    padding: 20px 10px;
  }

  .top-header-tab .nav-pills .nav-link {
    padding: 26px 15px 19px;
    font-size: 14px;
  }

  .webhook-inner-wrapper .theme-clr-one {
    top: 50% !important;
  }

  .webhook-inner-wrapper .theme-clr-two {
    top: 50% !important;
  }

  .sbcptn-prdct-activ-pln span,
.sbcptn-prdct-pln-paid,
.sbcptn-inctv span {
    font-size: 14px;
  }

  .sbcptn-prdct-activ-pln span {
    margin-top: 8px;
  }

  .sbcptn-prdct-activ-pln,
.sbcptn-prdct-pln-qar,
.sbcptn-inctv {
    font-size: 22px;
  }

  .sbcptn-inctv-qar h3 {
    font-size: 24px;
  }

  .sbcptn-prdct-paid-amnt {
    font-size: 20px;
    margin-top: 15px;
  }

  .sbcptn-prdct-pln-paid {
    padding: 10px 0px;
  }

  .online-basicstore .tab-pane {
    padding-top: 65px !important;
  }

  .svg-inline--fa.fa-fw {
    width: 0.7em !important;
  }

  .sb-circles-light .sb-wrapper {
    margin-left: 1px !important;
  }

  .sub-pro-actv-btn {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: 83px;
    height: 36px;
  }

  .settlement-wrap .card-header-withdrawal,
.settlement-wrap .card-header {
    padding: 18px 20px !important;
  }

  .cust-map-frm-bg {
    padding: 20px !important;
  }

  .online-basic-header {
    margin-top: -12px !important;
    padding-bottom: 0;
  }

  .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 1.1%;
  }

  .d-r-li .d-r-drp div ngb-datepicker.dropdown-menu {
    transform: translate(-250px, 40px) !important;
    z-index: 1 !important;
  }

  .home-content-main .counter-wrapper > .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    height: 100%;
    margin-right: inherit;
    margin-left: inherit;
  }

  .subcptin-contr-algn .home-content-main .counter-wrapper > .row {
    padding-right: 0px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner {
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .home-cont-h-1 {
    top: 183%;
  }

  .subcptin-contr-algn .home-content-main .counter-wrapper .row > div {
    width: inherit !important;
    max-width: inherit !important;
  }

  .webhook-inner-wrapper .theme-clr-two {
    top: 24%;
  }

  .subcptin-contr-algn .home-content-main .counter-wrapper > .row .col-xl-7 {
    padding-right: 15px !important;
  }

  .product-nm {
    font-size: 20px !important;
  }

  .settlement-wrap .invoice-wrapper .counter-wrapper > .row > div {
    padding-right: 0px !important;
  }

  .settlement-wrap .invoice-wrapper .counter-wrapper > .row > div:first-child {
    padding-left: 0 !important;
  }

  .sbcptn-prdct-pln {
    padding-right: 0 !important;
  }

  .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body {
    margin-left: 10px;
  }

  .sbscrn-pdct-dlt-bg {
    background-color: #8D083A;
    margin: 0px 0px 0px 5px;
  }

  .product-price-tag,
.product-item-wrap .product-title h6 {
    padding-left: 0 !important;
  }

  .online-orders-wrapper .invoice-wrapper {
    padding-left: 15px;
  }

  .trans-key-swt {
    margin-top: 14px !important;
  }

  .subcptin-contr-mrgn .home-content-main .counter-wrapper {
    padding-left: 0 !important;
  }

  .home-cont-h-1 {
    z-index: 99;
    margin-top: 1%;
    margin-left: -40%;
    padding: 7px 10px;
  }

  .settlement-wrap .withdrawal-fund-wrap .balance-main h6 span:hover .home-cont-h-1 {
    margin-left: -50px;
    width: 200px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-number h2 {
    margin-bottom: 0;
  }

  .home-online-payment .counter-wrapper .home-counter-inner li .counter-amount h6 {
    margin-bottom: 10px;
    line-height: 27px;
  }

  .home-online-payment .counter-wrapper .card .counter-content .counter-number p {
    line-height: 15px;
  }

  .page-wrapper .page-header .header-wrapper {
    padding: 15px 15px 15px 45px;
  }

  .subcptin-contr-algn .home-content-main .counter-wrapper {
    padding-top: 0px !important;
  }

  .settlement-wrap .invoice-wrapper {
    padding-top: 80px;
  }

  .sbscrb-mob-vie,
.subcptin-contr-algn .invoice-wrapper {
    padding-top: 80px !important;
  }

  .online-orders-wrapper .invoice-wrapper {
    padding-top: 80px !important;
  }

  .sms-notification-list {
    width: 700px;
  }

  .subcptin-contr-algn .home-content-main .counter-wrapper .row > div .sbcptn-prdct-pln {
    margin-left: 15px !important;
  }

  .email-n-title h6 span .home-cont-h-1 {
    margin-left: 30px;
  }

  .s-n-content p span .home-cont-h-1,
.s-n-content h5 span .home-cont-h-1 {
    margin-left: 10px;
  }

  .active-marchant .home-cont-h-1 {
    margin-left: -50px !important;
  }

  .inactive-marchant .home-cont-h-1 {
    margin-left: -120px !important;
  }

  .device-content {
    z-index: 2;
  }

  .invoice-wrapper .home-content-main .first-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .second-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .third-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .fourth-i-counter .invoice-counter p {
    font-size: 17px !important;
  }

  .bottom-maps-wrapper .chart-title-date-mob-view h5.common-chart-title {
    font-size: 16px !important;
  }

  .chart-top-button .home-cont-h-1 {
    top: 57% !important;
    margin-left: inherit;
  }

  .pos-fltr-help .home-cont-h-1 {
    left: 90px !important;
    top: 27% !important;
  }

  .pos-graph-btn {
    flex-direction: column;
  }

  .push-nitf-spn-img p span .home-cont-h-1 {
    margin-left: -32px;
    top: 58%;
  }

  .home-content-main .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
.home-content-main .counter-wrapper .card .active-marchant {
    padding: 18px 14px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .active-marchant p,
.home-content-main .counter-wrapper .home-counter-inner li .inactive-marchant p {
    font-size: 12px;
  }

  .home-online-payment .counter-wrapper .home-counter-inner li .counter-number h2 {
    padding-top: 9px;
  }

  .home-online-payment .counter-wrapper .home-counter-inner li .counter-number h2 {
    line-height: 13px;
    margin-bottom: 16px !important;
  }

  .merchant-header .merchant-tab li a {
    font-size: 14px;
  }

  .pos-fltr-help-1 .home-cont-h-1,
.pos-fltr-help-2 .home-cont-h-1,
.pos-fltr-help-3 .home-cont-h-1 {
    margin-left: 40%;
    top: 35% !important;
  }

  /*Sadad Designer css start*/
  .header-transfer .transfer-btn {
    display: flex !important;
  }

  .marchant_details h6 {
    font-size: 16px !important;
  }

  .marchant_details p {
    font-size: 14px !important;
  }

  .profile-media {
    align-items: center !important;
  }

  .header-menu .nav-menu-items a {
    height: 30px !important;
    width: 30px !important;
  }

  .profile-media .avatars .avatar .img-40 {
    width: 30px !important;
  }

  .avatars .avatar:last-child .img-40 {
    width: 30px !important;
  }

  .custom-header .avatars .avatar .status {
    top: -5px !important;
    right: -2px !important;
  }

  .header_last_login p {
    font-size: 9px !important;
  }

  .live-trml-anmtr {
    width: 15px !important;
  }

  .live-trmnl {
    font-size: 9px !important;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    padding-top: 108px !important;
  }

  .merchant-header .merchant-tab {
    padding: 3px 20px 0px 20px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner {
    justify-content: space-between !important;
  }

  .home-pos .counter-wrapper .home-counter-inner li .card,
.home-online-payment .counter-wrapper .home-counter-inner li .card {
    padding: 15px !important;
  }

  .page-wrapper .page-header {
    top: -2px !important;
  }

  .merchant-header {
    margin-top: -2px !important;
  }

  .home-online-payment .counter-wrapper .home-counter-inner li,
.home-online-payment .counter-wrapper .home-counter-inner li:last-child,
.home-content-main .counter-wrapper .home-counter-inner li {
    min-width: 230px !important;
    max-width: 230px !important;
  }

  .n-home-counter .counter-wrapper {
    padding-top: 80px !important;
  }

  .home-pos .counter-wrapper .home-counter-inner li:last-child .card {
    padding: 0px !important;
  }

  .chart-title-date-mob-view h5.common-chart-title {
    font-size: 16px !important;
  }

  .pos-btm-chrt-hdng h5.common-chart-title {
    font-size: 16px !important;
  }

  .home-online-payment .device__wrap img {
    height: 50px;
  }

  .counter-number .custom-tooltip {
    width: 16px !important;
    height: 16px !important;
  }

  .counter-number .custom-tooltip img {
    height: 100% !important;
    width: auto !important;
  }

  .top-header-tab.settlement-wrap .tab-pane {
    padding-left: 0px !important;
    padding-top: 80px !important;
  }

  .top-header-tab.online-basicstore .tab-pane {
    padding-top: 65px !important;
  }

  .tab-slider-nav {
    top: 118px !important;
  }

  .top-header-tab .nav-pills {
    padding: 0px 15px 0px 20px !important;
  }

  .subcptin-contr-algn .invoice-wrapper {
    padding-top: 77px !important;
  }

  .bs-counter-main span {
    font-size: 14px !important;
  }

  .balance-statement-wrapper .bal-payment-in-title {
    font-size: 14px !important;
  }

  .sub-complete-bg h6 {
    font-size: 20px !important;
  }

  .sub-complete-bg p {
    font-size: 16px !important;
  }

  .balance-statement-wrapper .total-record-content p {
    font-size: 22px !important;
  }

  .settlement-wrap a.viewbutton img {
    height: 24px !important;
  }

  .modal .modal-dialog .modal-content .invoice-d-content .invoice-input {
    height: 44px !important;
  }

  .s-notification-wrapper .s-notification-title {
    font-size: 20px !important;
  }

  .setting-n-header-bg .s-n-header-title {
    height: 100% !important;
    align-items: center !important;
  }

  .webhook-inner-wrapper .col-form-label {
    font-size: 14px !important;
  }

  .invoice-wrapper .counter-wrapper > .row {
    overflow-x: visible !important;
    overflow-x: initial !important;
  }

  .payment-gateway-main.top-header-tab .tab-pane {
    padding-top: 80px !important;
  }

  .setting-data-box-mob-view .card .s-notification-wrapper {
    padding-top: 0px !important;
    padding-left: 0px !important;
  }

  .online-product-wrapper .home-content-main {
    margin-bottom: 20px !important;
  }

  .invoice-wrapper .balance-statement-wrapper .card {
    height: calc(100% - 0px) !important;
  }

  .bank-select-modal .ng-dropdown-panel .scroll-host {
    padding-top: 30px;
  }

  .setting-data-box-mob-view a.viewbutton img {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
  }

  .s-n-header-title .d-flex {
    padding: 0px 5px 0px 0px !important;
  }

  .s-n-header-title .d-flex p {
    text-align: center !important;
  }

  .online-product-wrapper .invoice-wrapper .home-content-main {
    margin-bottom: 0px !important;
  }

  .product-item-wrap .product-list-mob-viw i {
    margin-top: 95px !important;
  }

  .product-list-mob-viw p.view-prdct-dtl {
    bottom: 15% !important;
  }

  p.view-prdct-dtl {
    bottom: 15% !important;
  }

  .invoice-d-content .amnt-qar {
    height: 43px !important;
    padding-top: 10px !important;
  }

  .s-notification-wrapper .manage-users-btn {
    margin-top: 0px !important;
  }

  .s-notification-wrapper .s-notification-title {
    margin-bottom: 0px !important;
  }

  .s-notification-wrapper {
    margin-bottom: 20px !important;
  }

  .document-listing .col-xl-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .doc p.view-prdct-dtl {
    bottom: 30% !important;
  }

  .product-item-figure {
    height: 200px !important;
  }

  .prdct-cnl-btn {
    z-index: 2 !important;
  }

  .cust-map-padng {
    padding-top: 67px !important;
  }

  .home-online-payment .home-counter-inner .custom-tooltip {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .home-online-payment .home-counter-inner .custom-tooltiptext {
    bottom: -20px !important;
    top: auto !important;
    top: initial !important;
  }

  .home-online-payment .home-counter-inner .custom-tooltiptext.custom-t-left {
    right: 25px;
  }

  .home-online-payment .home-counter-inner li .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .home-pos .home-counter-inner .custom-tooltip {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .home-pos .home-counter-inner .custom-tooltiptext {
    bottom: -20px !important;
    top: auto !important;
    top: initial !important;
  }

  .home-pos .home-counter-inner .custom-tooltiptext.custom-t-left {
    right: 25px;
  }

  .home-pos .home-counter-inner li .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .home-pos .home-counter-inner .active-marchant,
.home-pos .home-counter-inner .inactive-marchant {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .home-pos .home-counter-inner .inactive-marchant p {
    font-size: 12px !important;
  }

  .home-pos .home-counter-inner .active-marchant .custom-tooltip {
    width: 25px;
    margin-right: 0px;
  }

  .home-pos .home-counter-inner .inactive-marchant .custom-tooltip {
    width: 25px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .chart-top-button .d-flex:last-of-type {
    left: auto !important;
    left: initial !important;
    right: 15px !important;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    width: 58%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
  }

  .default-auto-main .radio label {
    font-size: 15px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 6px !important;
    left: 1px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdraw-content .radio label::before {
    left: -6px !important;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle !important;
  }

  .default-auto-main {
    display: block !important;
  }
}
@media screen and (max-width: 1150px) {
  .settlement-wrap .withdrawal-fund-wrap .balance-main h6 {
    font-size: 18px;
    line-height: 38px;
  }

  .settlement-wrap .withdrawal-fund-wrap .balance-main h3 {
    font-size: 22px;
    line-height: 23px;
  }

  .home-content-main .counter-wrapper .home-counter-inner {
    justify-content: initial;
    overflow-x: auto;
  }

  .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 2% !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li,
.home-online-payment .counter-wrapper .home-counter-inner li:last-child {
    min-width: 220px !important;
    max-width: 220px !important;
  }

  .merchant-header .merchant-tab li a {
    padding: 6px 15px 8px 15px;
  }

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

  .home-content-main .bottom-maps-wrapper .common-chart-title,
h5.common-chart-title {
    font-size: 16px;
  }

  .pos-selection {
    left: 38% !important;
  }

  .merchant-header ul.compare__slaes-wrap {
    padding-left: 60px;
  }

  .sbscrn-pdct-edt-dlt {
    font-size: 16px;
  }

  .product-item-wrap .product-opt-dd button {
    font-size: 15px;
  }

  .product-item-wrap .product-opt-dd {
    top: 10px !important;
  }

  .sub-counter-figur p {
    font-size: 20px !important;
    padding-left: 5px !important;
  }

  .settlement-wrap .withdrawal-fund-wrap .withdraw-content .radio label {
    margin-right: 0px !important;
  }

  .merchant-header {
    padding-bottom: 0px;
  }

  .merchant-header .merchant-tab {
    padding: 4px 30px 0px 47px;
  }

  .prod-boxy .product-overlay button p.view-prdct-dtl {
    bottom: 30%;
  }

  .header-menu .nav-menus li {
    margin-right: 3px !important;
  }

  .avatars .avatar:last-child img {
    width: 35px !important;
  }

  .subcptin-contr-algn .home-content-main .counter-wrapper .col-xl-4 {
    min-width: 290px !important;
    max-width: 290px !important;
  }

  .pos-graph-btn {
    flex-direction: column;
    justify-content: center;
  }

  .pos-graph-clr {
    margin-left: -90px;
  }

  .home-online-payment .tansactions__content {
    width: 40%;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    width: 68%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
  }

  .default-auto-main .radio label {
    font-size: 15px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle;
  }

  .default-auto-main {
    display: block !important;
  }

  .home-pos .counter-wrapper .home-counter-inner li .card,
.home-online-payment .counter-wrapper .home-counter-inner li .card {
    padding: 15px;
  }
}
@media screen and (max-width: 1086px) {
  .pos-selection {
    left: 40% !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner {
    justify-content: initial;
    overflow-x: auto;
  }

  .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 2% !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li,
.home-online-payment .counter-wrapper .home-counter-inner li:last-child {
    min-width: 220px !important;
    max-width: 220px !important;
  }

  .merchant-header ul.compare__slaes-wrap {
    padding-left: 25px;
  }

  .home-pos .counter-wrapper .home-counter-inner li .card,
.home-online-payment .counter-wrapper .home-counter-inner li .card {
    padding: 15px;
  }

  .sbscrn-pdct-edt-dlt {
    font-size: 12px;
  }

  .report-wrapper .card .report-selction .select-formate-filter {
    justify-content: center;
  }

  .settlement-wrap .withdrawal-fund-wrap .withdraw-content .withdraw-btn {
    padding: 10px 18px;
  }

  .merchant-header {
    padding-bottom: 0px;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
    font-size: 16px;
  }

  .pos-selection .c-filter-dropdown {
    width: 140px;
  }

  .pos-selection .c-filter-dropdown .ng-select .ng-select-container {
    font-size: 14px !important;
  }

  .create-product-btn {
    padding: 3px 15px 0px 10px;
  }

  .sms-notification-list {
    width: 650px;
  }

  .webhook-inner-wrapper .generate-btn {
    padding-left: 0 !important;
  }

  .subcptin-contr-algn .home-content-main .counter-wrapper .row > div {
    width: inherit !important;
    max-width: inherit !important;
  }

  .sbcptn-prdct-activ-pln {
    padding: 5px 15px;
  }

  .push-nitf-spn-img p span .home-cont-h-1 {
    margin-left: -52px;
    top: 58%;
  }

  .live-trml-anmtr {
    top: -23px !important;
    left: 20% !important;
  }

  .live-trmnl {
    left: 30px !important;
  }

  .signout-wrapper {
    margin-left: 0px !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container {
    width: 130px !important;
    max-width: 130px !important;
  }

  .header-transfer .transfer-btn {
    font-size: 11px !important;
    display: flex !important;
    align-items: center !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-dropdown-panel {
    width: 130px !important;
    max-width: 130px !important;
  }

  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    margin-right: 0px !important;
    padding-right: 10px !important;
  }

  .headermerchat_name h6 {
    margin-left: 35px !important;
  }

  .header_last_login p {
    margin-top: -15px !important;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    width: 68%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
  }

  .default-auto-main .radio label {
    font-size: 15px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle;
  }

  .default-auto-main {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .top-header-tab .nav-pills .nav-link {
    font-size: 14px;
  }

  .home-content-main .counter-wrapper .home-counter-inner {
    justify-content: initial;
    overflow-x: auto;
  }

  .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 2% !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li,
.home-online-payment .counter-wrapper .home-counter-inner li:last-child {
    min-width: 220px !important;
    max-width: 220px !important;
  }

  .home-pos .counter-wrapper .home-counter-inner li .card,
.home-online-payment .counter-wrapper .home-counter-inner li .card {
    padding: 15px;
  }

  .settlement-wrap .filter-header-title {
    font-size: 20px;
  }

  .settlement-wrap .settlement-data-table table th {
    font-size: 14px;
  }

  .merchant-header .merchant-tab li a {
    font-size: 14px;
  }

  .custom-calendar-main-notselected {
    width: 165px;
    max-width: 165px;
    min-width: 165px;
  }

  .merchant-header .merchant-tab {
    padding-left: 45px !important;
    padding-top: 0px;
    margin-top: 0px;
  }

  .merchant-header {
    padding-right: 220px !important;
  }

  .merchant-header ul.compare__slaes-wrap {
    padding-left: 25px;
  }

  .invoice-wrapper .home-content-main .invoice-c-title h6 {
    font-size: 24px;
  }

  .subscription-title .subscrip-content h6,
.sub-content-main .active-content h6 {
    font-size: 22px;
  }

  .pos-selection[_ngcontent-vme-c110] {
    left: 32%;
  }

  .success_badge, .pending_badge,
.onhold_badge,
.underreview_badge,
.cancelled_badge,
.inactive_badge,
.failed_badge {
    font-size: 14px;
  }

  .api-save-btn .btn-primary {
    font-size: 16px;
  }

  .setting-notification-main .notification-header .setting-n-header-bg .s-n-header-title p,
.s-notification-wrapper h6 {
    font-size: 16px;
  }

  .setting-notification-main .s-n-listing .setting-listing-bg .s-n-content p {
    font-size: 14px;
  }

  .text-key-box .config-header {
    font-size: 16px;
    white-space: nowrap;
  }

  .setting-notification-main .notification-header .setting-n-header-bg .s-n-header-title p,
.s-notification-wrapper h6 {
    font-size: 14px;
  }

  .sms-notification-list label {
    font-size: 14px;
  }

  .webhook-inner-wrapper .col-form-label {
    font-size: 14px;
  }

  .manage-user-m-header h3 {
    font-size: 18px;
  }

  .sadadvas-wrapper .paid-button {
    font-size: 16px;
  }

  .business-info-wrap .primary-main-title h4 {
    font-size: 18px;
  }

  .business-info-wrap .primary-main-title h5 {
    font-size: 18px;
  }

  .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
    height: 42px;
  }

  .filter-daterange-wrap .custom-input-filter {
    height: 42px;
  }

  .settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter {
    height: 42px;
  }

  .create-user-form .create-u-input {
    height: 42px;
  }

  .sub-pro-detail h2 {
    font-size: 24px;
  }

  .sub-acivation-bg h6,
.sub-complete-bg h6,
.sub-cancelled-bg h6 {
    font-size: 20px !important;
  }

  .product-item-wrap .product-title h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .invoice-d-content p,
.modal .modal-dialog .modal-content .invoice-product-total p {
    font-size: 14px;
  }

  .modal .modal-dialog .modal-content .invoice-d-content p {
    font-size: 14px !important;
  }

  .sub-pro-actv-btn {
    padding-top: 10px;
  }

  .sortby-text {
    font-size: 16px;
  }

  .settlement-wrap .card-header-withdrawal,
.settlement-wrap .card-header {
    padding: 15px 18px !important;
  }

  .success_badge, .pending_badge,
.onhold_badge,
.underreview_badge,
.cancelled_badge,
.inactive_badge,
.failed_badge {
    font-size: 14px;
  }

  .webhook-inner-wrapper .webhook-input,
.create-product-btn .btn-primary {
    height: 42px;
  }

  .trml-loc-hdng {
    font-size: 22px;
    padding: 23px 0px 9px;
  }

  .cust-map-padng {
    padding-top: 100px;
  }

  .rental-view-data-table p {
    font-size: 14px;
  }

  .product-modal-wrap .product-modal-inner .product-m-title {
    font-size: 18px !important;
  }

  .product-modal-wrap .product-items .product-content h6 {
    font-size: 16px;
  }

  .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt {
    width: 34px !important;
    height: 34px !important;
    padding: 6px 10px 10px !important;
  }

  .product-item-wrap .product-opt-dd .sbscrn-pdct-edt-dlt i {
    font-size: 16px !important;
  }

  .sms-noti-lbl h6 {
    font-size: 18px !important;
  }

  .remv-bnk-cntnt h4 {
    font-size: 14px;
  }

  .product-plan p,
.conf-api-lnk a {
    font-size: 14px !important;
  }

  .product-plan h6 {
    font-size: 18px !important;
  }

  .sbcptn-crt-header h4 {
    font-size: 20px;
  }

  .report-default-text,
.no-record-txt {
    font-size: 16px;
  }

  .home-online-payment .device__wrap img {
    height: 60px;
  }

  .mat-simple-snackbar {
    font-size: 14px !important;
  }

  .remv-bank-hdr h4 {
    font-size: 24px;
  }

  .d-r-li .d-r-drp div ngb-datepicker.dropdown-menu {
    transform: translate(-260px, 40px) !important;
    z-index: 1 !important;
  }

  .report-wrapper .card .report-selction .select-period-filter {
    width: 100%;
    min-width: 210px;
    max-width: 210px;
  }

  .prod-boxy .product-overlay button p.view-prdct-dtl {
    bottom: 27%;
  }

  .webhook-inner-wrapper .theme-clr-two {
    top: 43%;
  }

  .webhook-inner-wrapper .webhook-input {
    font-size: 16px;
  }

  .tooltip-inner,
.tooltip .arrow {
    display: none !important;
  }

  .marchant_details p {
    font-size: 14px !important;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    padding-top: 105px !important;
  }

  .exp-product-btn {
    margin-right: 0 !important;
  }

  .business-info-wrap .submit-action .btn-submit-veri {
    padding-left: 15px;
    padding-right: 15px;
  }

  .submit-action > button {
    width: 47% !important;
  }

  .view-tbl-btm-bdr td:first-child {
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .sbscrn-pdct-edt-dlt {
    font-size: 16px !important;
  }

  .sms-notification-list {
    width: 630px;
  }

  .modal .modal-dialog .modal-content h5,
.header-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    font-size: 14px;
  }

  .pos-graph-clr {
    margin-left: -40px;
  }

  .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown {
    right: -20px !important;
  }

  .notification-dropdown .notification-title {
    font-size: 15px;
  }

  .notification-dropdown li .notification-box h6 {
    font-size: 13px;
    line-height: 18px;
  }

  .live-trml-anmtr {
    top: -23px !important;
    left: 20% !important;
  }

  .live-trmnl {
    left: 30px !important;
  }

  .signout-wrapper {
    margin-left: 0px !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container {
    width: 130px !important;
    max-width: 130px !important;
  }

  .header-transfer .transfer-btn {
    font-size: 11px !important;
    display: flex !important;
    align-items: center !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-dropdown-panel {
    width: 130px !important;
    max-width: 130px !important;
  }

  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    margin-right: 0px !important;
    padding-right: 10px !important;
  }

  .headermerchat_name h6 {
    margin-left: 35px !important;
  }

  .header_last_login p {
    margin-top: -15px !important;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    width: 68%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
  }

  .default-auto-main .radio label {
    font-size: 15px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle;
  }

  .default-auto-main {
    display: block !important;
  }

  .filter-drop-search .custom-input-filter {
    height: 42px !important;
  }
}
@media screen and (max-width: 991px) {
  .online-product-wrapper {
    margin-top: 0px;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon {
    width: 0;
  }

  .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 2% !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li,
.home-online-payment .counter-wrapper .home-counter-inner li:last-child {
    min-width: 220px !important;
    max-width: 220px !important;
  }

  .merchant-header {
    padding-right: 70px !important;
    padding-top: 10px;
  }

  .merchant-header ul.compare__slaes-wrap {
    padding-left: 0px;
    flex: 1;
    margin-top: 15px;
    justify-content: end;
  }

  .chart-box {
    flex-direction: row;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .invoice-modal-inner {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .invoice-modal-inner .filter-content > div {
    margin-bottom: 0 !important;
  }

  .invoice-modal-inner .filter-content {
    padding-left: 0 !important;
  }

  .invoice-modal-inner .col-md-5 {
    max-width: 100% !important;
  }

  .invoice-modal-inner .col-md-5 ngx-intl-tel-input input {
    width: 100%;
  }

  .notify-view-product-swtch {
    flex-direction: column;
  }

  .view-product-swtch {
    margin-left: 0 !important;
  }

  .separate-dial-code input {
    width: 100%;
  }

  .settlement-wrap .filter-content .p-0 {
    padding-left: 0 !important;
  }

  .product-m-wrap > .row {
    flex-direction: column;
  }

  .product-m-wrap .row > div {
    max-width: 100% !important;
  }

  .busines-form-main .row {
    display: block !important;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-top: -2px !important;
  }

  .merchant-header > div {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .sbscrn-pdct-edt-dlt {
    font-size: 12px;
  }

  .vw-product-stus > div.col-md-7 {
    margin-top: 30px;
  }

  .vw-product-stus {
    margin-top: 30px;
  }

  .vw-product-ftr {
    flex-direction: row !important;
    padding-right: 15px;
  }

  .online-basic-header {
    padding-top: 0px !important;
  }

  .cust-map-frm-bg {
    padding: 15px !important;
  }

  .home-content-main .counter-wrapper .card {
    height: calc(100% - 20px);
  }

  .home-content-main .counter-wrapper .home-counter-inner {
    margin-top: 15px;
    overflow-x: auto;
  }

  .home-content-main .counter-wrapper .home-counter-inner li,
.home-online-payment .counter-wrapper .home-counter-inner li,
.home-online-payment .counter-wrapper .home-counter-inner li:last-child,
.home-content-main .counter-wrapper .home-counter-inner li {
    max-width: 200px;
    min-width: 200px;
  }

  .home-content-main .counter-wrapper {
    padding-top: 80px;
  }

  .transaction__box .col-xl-6 {
    margin-bottom: 30px;
  }

  .settlement-wrap .invoice-wrapper,
.subcptin-contr-algn {
    padding-top: 30px !important;
  }

  .settlement-wrap .invoice-wrapper .counter-wrapper {
    margin-top: 70px;
  }

  .online-product-wrapper .invoice-wrapper .counter-wrapper {
    margin-top: 30px !important;
  }

  .modal .modal-dialog .modal-content .createinvoicetitle {
    margin-top: 0px;
  }

  .merchant-header {
    padding-bottom: 0px;
    margin-top: -12px;
  }

  .d-r-li .d-r-drp div ngb-datepicker.dropdown-menu {
    transform: translate(-250px, 40px) !important;
    z-index: 1 !important;
  }

  .merchant-header .merchant-tab {
    margin-top: 10px !important;
    padding-right: 10px !important;
  }

  .online-product-wrapper .invoice-wrapper {
    padding-top: 30px !important;
  }

  .subcptin-contr-algn .home-content-main .counter-wrapper .row > div {
    width: 490px !important;
    max-width: 490px !important;
  }

  .desk-view-ecom-page {
    display: none;
  }

  .mob-view-ecom-page {
    display: block;
  }

  ul.vw-product-sumary,
.vw-product-stus > div {
    padding-left: 0;
  }

  .edt-inv-desk-viw {
    display: none;
  }

  .edt-inv-mob-viw {
    display: block;
  }

  .modal-b-border > div {
    flex-direction: column;
    max-width: 100% !important;
  }

  .modal-b-border > div:nth-child(2) h5 {
    width: 100%;
  }

  .modal-b-border .bank-select-modal {
    max-width: 100% !important;
  }

  .webhook-inner-wrapper .webhook-uploaded-logo {
    top: 15px;
    position: relative;
  }

  .webhook-inner-wrapper .generate-btn .btn-primary {
    margin-top: 15px;
  }

  .invoice-modal-wrapper .invoice-modal-inner .col-lg-4 {
    margin-bottom: 15px;
  }

  .pos-selection {
    left: 45% !important;
  }

  .tooltip-inner {
    display: none !important;
  }

  .sbcptn-inctv {
    padding: 20px 5px;
  }

  .sbcptn-inctv > div {
    padding-top: 15px;
  }

  .sbcptn-inctv span {
    line-height: inherit !important;
  }

  .product-nm {
    font-size: 20px !important;
  }

  .sbcptn-prdct-activ-pln {
    padding-top: 13px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li:last-child .card .card-body > .row {
    height: 100%;
  }

  .product-item-wrap .product-item-figure,
.product-item-wrap .cropped-img-prev {
    height: 300px;
  }

  .product-item-wrap .product-dtl-view i {
    margin-top: 120px;
  }

  .webhook-inner-wrapper .generate-btn {
    max-width: 150px !important;
    width: 150px !important;
  }

  .sbcptn-crt-body .row {
    flex-direction: column;
  }

  .crt-pro-upld {
    left: 35%;
  }

  .product-plan .col-lg-12 .col-lg-7 {
    padding-left: 0 !important;
  }

  .online-orders-wrapper .invoice-wrapper .counter-wrapper {
    margin-top: 20px !important;
  }

  .business-detail-main {
    padding-left: 15px !important;
    margin-top: 30px;
  }

  .success-rate-title .home-cont-h-1 {
    margin-left: -76%;
  }

  .home-pos .counter-wrapper .card .counter-content .counter-number p .home-cont-h-1 {
    margin-left: -30%;
  }

  .pos-graph-clr {
    margin-left: -100px;
  }

  .home-online-payment .tansactions__content {
    width: 45%;
  }

  .home-online-payment .counter-wrapper .home-counter-inner li .card {
    padding: 15px;
  }

  .sbcptn-crt-body .col-lg-5 {
    margin-bottom: 30px;
  }

  .sbcptn-frt-detail {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .sbcptn-frt-detail > div {
    min-width: 164px;
    max-width: 164px;
  }

  .sbcptn-frt-detail > div:last-child .invoice-d-content {
    padding-top: 10px !important;
  }

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

  .header-menu .nav-menu-items a {
    height: 35px !important;
    width: 35px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner {
    justify-content: initial !important;
    margin-top: 0px !important;
  }

  .home-counter-inner .custom-tooltip {
    display: none !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .card {
    max-height: 120px !important;
  }

  .n-home-counter .home-counter-inner li .card .card-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .n-home-counter .home-counter-inner li .card .card-body .counter-content {
    align-items: flex-end !important;
  }

  .n-home-counter .home-counter-inner li:last-child .counter-number .success-rate-title p {
    margin-top: 18px !important;
  }

  .home-pos .counter-wrapper .home-counter-inner li .card {
    padding: 15px !important;
  }

  .home-pos .counter-wrapper .home-counter-inner li:last-child .card {
    padding: 0px !important;
  }

  .home-pos .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
.home-pos .counter-wrapper .card .active-marchant {
    padding: 15px 15px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .home-pos .counter-number h2 {
    margin-bottom: 40px !important;
  }

  .page-wrapper .page-header {
    top: -6px !important;
  }

  .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view {
    align-items: center !important;
  }

  .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }

  .settlement-wrap .tab-slider-nav {
    top: 115px !important;
  }

  .top-header-tab .tab-pane {
    padding-top: 86px !important;
  }

  .invoice-wrapper .balance-statement-wrapper .col-md-9,
.invoice-wrapper .balance-statement-wrapper .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .totle-record-wrap .card {
    padding: 15px !important;
  }

  .online-product-wrapper .invoice-wrapper {
    padding-top: 56px !important;
  }

  .invoice-data-table th:last-child,
.invoice-data-table td:last-child {
    min-width: 115px !important;
  }

  .s-notification-board {
    width: 100% !important;
  }

  .s-notification-board .text-key-box {
    display: block !important;
  }

  .s-notification-board .test-key-content {
    padding-left: 0px !important;
  }

  .text-key-box .config-header.first-b-radius {
    border-radius: 13px 13px 0px 0px !important;
  }

  .text-key-box .config-header.last-b-radius {
    border-radius: 0px !important;
  }

  .test-key-content .d-flex.text-key-input {
    display: block !important;
  }

  .sec-key-copy-icon {
    margin-left: 0px !important;
    display: inline-block !important;
  }

  .text-key-input .generate-btn {
    margin-right: 0px !important;
    margin-left: 10px !important;
    display: inline-block !important;
  }

  .text-key-input .input-group {
    margin-bottom: 15px !important;
  }

  .s-notification-wrapper .s-notification-board .api-save-btn,
.s-notification-wrapper .api-save-btn {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .text-key-input .custom-drop-w-select .confg-sec-key-icon {
    right: 20px !important;
  }

  .test-key-content .text-key-input .invoice-input {
    padding: 0px 15px !important;
    margin: 0px 10px !important;
  }

  .setting-data-box-mob-view .s-notification-wrapper {
    overflow-x: hidden !important;
  }

  .s-notification-wrapper .sms-notification-list {
    width: 100% !important;
  }

  .sms-notification-list.d-flex {
    display: block !important;
  }

  .notification-switch.ml-4 {
    margin-left: 0px !important;
  }

  .sms-notification-list .notification-switch label {
    margin-left: 0px !important;
  }

  .s-notification-board .col-md-1,
.s-notification-board .col-md-2,
.s-notification-board .col-md-4,
.s-notification-board .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .s-n-header-title p {
    padding: 0px 10px !important;
  }

  .s-n-header-title .custom-tooltip {
    position: absolute !important;
    top: 17px !important;
  }

  .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 350px !important;
  }

  .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-top {
    top: -100% !important;
  }

  .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 250px !important;
  }

  .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-top {
    top: -120px !important;
    left: 90% !important;
  }

  .top-header-tab.payment-gateway-main .tab-pane {
    padding-top: 96px !important;
  }

  .webhook-inner-wrapper .col .form-group {
    align-items: center !important;
  }

  .webhook-inner-wrapper .webhook-input,
.create-product-btn .btn-primary {
    height: 54px !important;
  }

  .webhook-inner-wrapper .generate-btn {
    padding-left: 15px !important;
  }

  .webhook-inner-wrapper .theme-clr-one,
.webhook-inner-wrapper .theme-clr-two {
    top: 50% !important;
  }

  .setting-data-box-mob-view .api-save-btn {
    justify-content: center !important;
  }

  .top-header-tab.online-basicstore .tab-pane {
    padding-top: 62px !important;
  }

  .product-item-figure .crt-pro-upld {
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  .online-product-wrapper.subcptin-contr-mrgn .invoice-wrapper .counter-wrapper {
    margin-top: 10px !important;
  }

  .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row {
    flex-wrap: wrap !important;
  }

  .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-7,
.online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .sbcptn-frt-detail .sbcptn-frt-detai-bdr-rgt .pt-4 {
    padding-top: 2.5rem !important;
  }

  .product-listing-main .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .plan-wrapper .subcptin-contr-algn .counter-wrapper .row {
    flex-wrap: wrap !important;
  }

  .plan-wrapper .subcptin-contr-algn .counter-wrapper .row .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .create-sub-content .pos-selection .c-filter-dropdown {
    width: 100% !important;
  }

  .create-sub-content .subscription-fre-wrap .sub-customer-details .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .setting-data-box-mob-view .manageuser-wrapper {
    overflow-x: inherit !important;
  }

  .busines-form-main .form-group .col-md-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .business-details .document-listing .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .primary-bank-main .submit-action > button {
    width: 100% !important;
  }

  .home-pos .pos-weekly-chart-wrapper .chart-top-button > div {
    flex-wrap: wrap !important;
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .pos-weekly-chart-wrapper .chart-title-date-mob-view {
    align-items: center !important;
  }

  .chart-title-date-mob-view .pt-3.pos-graph-clr {
    padding-top: 0px !important;
  }

  .chart-date-wrap .dropdown-pdf > button {
    margin-right: 10px !important;
  }

  .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }

  .home-chart-box.pr-3 {
    padding-right: 0px !important;
  }

  .home-pos .bottom-maps-wrapper .row {
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .cust-map-padng {
    padding-top: 70px !important;
  }

  .top-header-tab.online-orders-wrapper {
    padding-top: 35px !important;
  }

  .plan-wrapper .subcptin-contr-algn {
    padding-top: 5px !important;
  }

  .live-trml-anmtr {
    top: -23px !important;
    left: 20% !important;
  }

  .live-trmnl {
    left: 30px !important;
  }

  .signout-wrapper {
    margin-left: 0px !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container {
    width: 130px !important;
    max-width: 130px !important;
  }

  .header-transfer .transfer-btn {
    font-size: 11px !important;
    display: flex !important;
    align-items: center !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-dropdown-panel {
    width: 130px !important;
    max-width: 130px !important;
  }

  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    margin-right: 0px !important;
    padding-right: 10px !important;
  }

  .headermerchat_name h6 {
    margin-left: 35px !important;
  }

  .header_last_login p {
    margin-top: -15px !important;
  }

  .payment-select-box .multiselect-dropdown .dropdown-btn {
    padding: 8.8px 15px !important;
  }

  .payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
    width: 6px !important;
  }

  .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
    top: -3px !important;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    width: 65%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
  }

  .default-auto-main .radio label {
    font-size: 15px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle;
  }

  .default-auto-main {
    display: block !important;
  }

  .business-details .submit-action .btn-submit-veri {
    width: 100% !important;
  }

  .filter-drop-search .custom-input-filter {
    height: 42px !important;
  }

  .checkout-tabs .nav-pills {
    display: flex !important;
    flex-direction: column;
    border-radius: 10px !important;
  }

  .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 0px !important;
  }

  .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }

  .checkout-tabs .checkout-tooltip {
    display: none;
  }

  .checkout-top-title h5 {
    font-size: 13px;
  }

  .customize-cs-title h5 {
    font-size: 14px;
  }

  .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-logo p {
    font-size: 9px;
    text-align: center;
  }

  .cs-upload-logo > img {
    height: 14px;
  }

  .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-content h6 {
    font-size: 14px;
  }

  .themesetting-accordian .card .card-header .btn.btn-link {
    font-size: 14px;
  }

  .checkout-tooltip {
    display: none;
  }

  .reset-default-tooltip {
    right: auto;
    right: initial;
    left: 35px;
    z-index: 1;
  }

  .reset-default-tooltip::before {
    right: auto;
    right: initial;
    left: -5px;
  }

  .bottom-notes p {
    font-size: 14px;
    margin-top: 20px;
  }

  .checkout-tabs {
    display: none;
  }

  .checkout-tab-mobileview {
    display: block;
  }

  .info-icon img {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .custom-calendar-main .filter-daterange-main {
    max-width: 180px;
    min-width: 180px;
  }

  .report-wrapper .card .report-selction .select-period-filter {
    width: 100%;
    min-width: 190px;
    max-width: 190px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 2% !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li,
.home-online-payment .counter-wrapper .home-counter-inner li:last-child {
    min-width: 220px !important;
    max-width: 220px !important;
  }

  .webhook-inner-wrapper .theme-clr-two {
    top: 24%;
  }

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

  .header-menu .nav-menu-items a {
    height: 35px !important;
    width: 35px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner {
    justify-content: initial !important;
    margin-top: 0px !important;
  }

  .home-counter-inner .custom-tooltip {
    display: none !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .card {
    max-height: 120px !important;
  }

  .n-home-counter .home-counter-inner li .card .card-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .n-home-counter .home-counter-inner li .card .card-body .counter-content {
    align-items: flex-end !important;
  }

  .n-home-counter .home-counter-inner li:last-child .counter-number .success-rate-title p {
    margin-top: 18px !important;
  }

  .home-pos .counter-wrapper .home-counter-inner li .card {
    padding: 15px !important;
  }

  .home-pos .counter-wrapper .home-counter-inner li:last-child .card {
    padding: 0px !important;
  }

  .home-pos .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
.home-pos .counter-wrapper .card .active-marchant {
    padding: 15px 15px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .home-pos .counter-number h2 {
    margin-bottom: 40px !important;
  }

  .page-wrapper .page-header {
    top: -6px !important;
  }

  .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view {
    align-items: center !important;
  }

  .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }

  .settlement-wrap .tab-slider-nav {
    top: 115px !important;
  }

  .top-header-tab .tab-pane {
    padding-top: 86px !important;
  }

  .invoice-wrapper .balance-statement-wrapper .col-md-9,
.invoice-wrapper .balance-statement-wrapper .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .totle-record-wrap .card {
    padding: 15px !important;
  }

  .online-product-wrapper .invoice-wrapper {
    padding-top: 56px !important;
  }

  .invoice-data-table th:last-child,
.invoice-data-table td:last-child {
    min-width: 115px !important;
  }

  .s-notification-board {
    width: 100% !important;
  }

  .s-notification-board .text-key-box {
    display: block !important;
  }

  .s-notification-board .test-key-content {
    padding-left: 0px !important;
  }

  .text-key-box .config-header.first-b-radius {
    border-radius: 13px 13px 0px 0px !important;
  }

  .text-key-box .config-header.last-b-radius {
    border-radius: 0px !important;
  }

  .test-key-content .d-flex.text-key-input {
    display: block !important;
  }

  .sec-key-copy-icon {
    margin-left: 0px !important;
    display: inline-block !important;
  }

  .text-key-input .generate-btn {
    margin-right: 0px !important;
    margin-left: 10px !important;
    display: inline-block !important;
  }

  .text-key-input .input-group {
    margin-bottom: 15px !important;
  }

  .s-notification-wrapper .s-notification-board .api-save-btn,
.s-notification-wrapper .api-save-btn {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .text-key-input .custom-drop-w-select .confg-sec-key-icon {
    right: 20px !important;
  }

  .test-key-content .text-key-input .invoice-input {
    padding: 0px 15px !important;
    margin: 0px 10px !important;
  }

  .setting-data-box-mob-view .s-notification-wrapper {
    overflow-x: hidden !important;
  }

  .s-notification-wrapper .sms-notification-list {
    width: 100% !important;
  }

  .sms-notification-list.d-flex {
    display: block !important;
  }

  .notification-switch.ml-4 {
    margin-left: 0px !important;
  }

  .sms-notification-list .notification-switch label {
    margin-left: 0px !important;
  }

  .s-notification-board .col-md-1,
.s-notification-board .col-md-2,
.s-notification-board .col-md-4,
.s-notification-board .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .s-n-header-title p {
    padding: 0px 10px !important;
  }

  .s-n-header-title .custom-tooltip {
    position: absolute !important;
    top: 17px !important;
  }

  .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 350px !important;
  }

  .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-top {
    top: -100% !important;
  }

  .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 250px !important;
  }

  .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-top {
    top: -120px !important;
    left: 90% !important;
  }

  .top-header-tab.payment-gateway-main .tab-pane {
    padding-top: 96px !important;
  }

  .webhook-inner-wrapper .col .form-group {
    align-items: center !important;
  }

  .webhook-inner-wrapper .webhook-input,
.create-product-btn .btn-primary {
    height: 54px !important;
  }

  .webhook-inner-wrapper .generate-btn {
    padding-left: 15px !important;
  }

  .webhook-inner-wrapper .theme-clr-one,
.webhook-inner-wrapper .theme-clr-two {
    top: 50% !important;
  }

  .setting-data-box-mob-view .api-save-btn {
    justify-content: center !important;
  }

  .top-header-tab.online-basicstore .tab-pane {
    padding-top: 62px !important;
  }

  .product-item-figure .crt-pro-upld {
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  .online-product-wrapper.subcptin-contr-mrgn .invoice-wrapper .counter-wrapper {
    margin-top: 10px !important;
  }

  .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row {
    flex-wrap: wrap !important;
  }

  .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-7,
.online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .sbcptn-frt-detail .sbcptn-frt-detai-bdr-rgt .pt-4 {
    padding-top: 2.5rem !important;
  }

  .product-listing-main .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .plan-wrapper .subcptin-contr-algn .counter-wrapper .row {
    flex-wrap: wrap !important;
  }

  .plan-wrapper .subcptin-contr-algn .counter-wrapper .row .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .create-sub-content .pos-selection .c-filter-dropdown {
    width: 100% !important;
  }

  .create-sub-content .subscription-fre-wrap .sub-customer-details .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .setting-data-box-mob-view .manageuser-wrapper {
    overflow-x: inherit !important;
  }

  .busines-form-main .form-group .col-md-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .business-details .document-listing .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .primary-bank-main .submit-action > button {
    width: 100% !important;
  }

  .home-pos .pos-weekly-chart-wrapper .chart-top-button > div {
    flex-wrap: wrap !important;
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .pos-weekly-chart-wrapper .chart-title-date-mob-view {
    align-items: center !important;
  }

  .chart-title-date-mob-view .pt-3.pos-graph-clr {
    padding-top: 0px !important;
  }

  .chart-date-wrap .dropdown-pdf > button {
    margin-right: 10px !important;
  }

  .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }

  .home-chart-box.pr-3 {
    padding-right: 0px !important;
  }

  .home-pos .bottom-maps-wrapper .row {
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .cust-map-padng {
    padding-top: 70px !important;
  }

  .top-header-tab.online-orders-wrapper {
    padding-top: 35px !important;
  }

  .plan-wrapper .subcptin-contr-algn {
    padding-top: 5px !important;
  }

  .home-online-payment .sub-user-counter .home-counter-inner li:last-child {
    min-width: 26% !important;
    max-width: 26% !important;
  }

  .live-trml-anmtr {
    top: -23px !important;
    left: 20% !important;
  }

  .live-trmnl {
    left: 30px !important;
  }

  .signout-wrapper {
    margin-left: 0px !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container {
    width: 130px !important;
    max-width: 130px !important;
  }

  .header-transfer .transfer-btn {
    font-size: 11px !important;
    display: flex !important;
    align-items: center !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-dropdown-panel {
    width: 130px !important;
    max-width: 130px !important;
  }

  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    margin-right: 0px !important;
    padding-right: 10px !important;
  }

  .headermerchat_name h6 {
    margin-left: 35px !important;
  }

  .header_last_login p {
    margin-top: -15px !important;
  }

  .payment-select-box .multiselect-dropdown .dropdown-btn {
    padding: 8.8px 15px !important;
  }

  .payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
    width: 6px !important;
  }

  .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
    top: -3px !important;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    width: 65%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
  }

  .default-auto-main .radio label {
    font-size: 15px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle;
  }

  .default-auto-main {
    display: block !important;
  }

  .business-details .submit-action .btn-submit-veri {
    width: 100% !important;
  }

  .filter-drop-search .custom-input-filter {
    height: 42px !important;
  }

  .checkout-tabs .nav-pills {
    display: flex !important;
    flex-direction: column;
    border-radius: 10px !important;
  }

  .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 0px !important;
  }

  .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }

  .checkout-tabs .checkout-tooltip {
    display: none;
  }

  .checkout-top-title h5 {
    font-size: 13px;
  }

  .customize-cs-title h5 {
    font-size: 14px;
  }

  .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-logo p {
    font-size: 9px;
    text-align: center;
  }

  .cs-upload-logo > img {
    height: 14px;
  }

  .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-content h6 {
    font-size: 14px;
  }

  .themesetting-accordian .card .card-header .btn.btn-link {
    font-size: 14px;
  }

  .checkout-tooltip {
    display: none;
  }

  .reset-default-tooltip {
    right: auto;
    right: initial;
    left: 35px;
    z-index: 1;
  }

  .reset-default-tooltip::before {
    right: auto;
    right: initial;
    left: -5px;
  }

  .bottom-notes p {
    font-size: 14px;
    margin-top: 20px;
  }

  .checkout-tabs {
    display: none;
  }

  .checkout-tab-mobileview {
    display: block;
  }

  .info-icon img {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon {
    width: 0;
  }

  .merchant-header {
    padding-right: 0px !important;
  }

  .s-notification-wrapper {
    overflow-x: auto;
  }

  .s-notification-board {
    overflow-x: auto;
    width: 800px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 2% !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li,
.home-online-payment .counter-wrapper .home-counter-inner li:last-child {
    min-width: 220px !important;
    max-width: 220px !important;
  }

  .prod-boxy .product-overlay button p.view-prdct-dtl {
    bottom: 24%;
  }

  .chart-block canvas,
.home-online-payment .weekly-chart-wrapper .card-body,
.home-content-main .weekly-chart-wrapper .card-body {
    overflow-x: auto;
    padding: 20px 0px 0px 0px !important;
  }

  .chart-block,
.high-chart .chart-block {
    width: 840px;
  }

  .desk-graph-view {
    display: none;
  }

  .mob-graph-view {
    display: block;
  }

  .s-notification-wrapper .api-save-btn {
    width: 800px;
    margin-left: 15px;
  }

  .business-info-wrap .submit-action .btn-submit-veri {
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-item-wrap .product-item-figure,
.product-item-wrap .cropped-img-prev {
    height: 250px;
  }

  .product-item-wrap .product-dtl-view i {
    margin-top: 90px;
  }

  .s-notification-wrapper .api-save-btn .btn-primary {
    margin-right: 15px !important;
  }

  .primary-tab .chart-top-button {
    margin-top: 0px;
  }

  .pos-graph-clr {
    margin-left: -80px;
  }

  .home-content-main .weekly-chart-wrapper .primary-tab .chart-top-button ul .green-tab-btn a.green-chart-filter,
.home-content-main .weekly-chart-wrapper .primary-tab .chart-top-button ul .green-tab-btn a.green-chart-filter:hover,
.home-content-main .weekly-chart-wrapper .primary-tab .chart-top-button ul .green-tab-btn a.green-chart-filter.active,
.home-content-main .weekly-chart-wrapper .primary-tab .chart-top-button ul .green-tab-btn a.green-chart-filter:focus,
.home-content-main .weekly-chart-wrapper .primary-tab .chart-top-button ul .green-tab-btn a.green-chart-filter:active {
    background-color: #7e0e45 !important;
    color: #ffffff !important;
    border-color: #7e0e45 !important;
  }

  .sms-noti-lbl h6 span .home-cont-h-1 {
    left: 70px;
    line-height: 18px;
    top: 95%;
  }

  .setting-notification-main .notification-header .setting-n-header-bg .s-n-header-title p {
    line-height: 27px;
  }

  .push-nitf-spn-img p span .home-cont-h-1 {
    margin-left: -82px;
    top: 44%;
  }

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

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

  .header-menu .nav-menu-items a {
    height: 35px !important;
    width: 35px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner {
    justify-content: initial !important;
    margin-top: 0px !important;
  }

  .home-counter-inner .custom-tooltip {
    display: none !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .card {
    max-height: 120px !important;
  }

  .n-home-counter .home-counter-inner li .card .card-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .n-home-counter .home-counter-inner li .card .card-body .counter-content {
    align-items: flex-end !important;
  }

  .n-home-counter .home-counter-inner li:last-child .counter-number .success-rate-title p {
    margin-top: 18px !important;
  }

  .home-pos .counter-wrapper .home-counter-inner li .card {
    padding: 15px !important;
  }

  .home-pos .counter-wrapper .home-counter-inner li:last-child .card {
    padding: 0px !important;
  }

  .home-pos .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
.home-pos .counter-wrapper .card .active-marchant {
    padding: 15px 15px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .home-pos .counter-number h2 {
    margin-bottom: 40px !important;
  }

  .page-wrapper .page-header {
    top: -9px !important;
  }

  .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view {
    align-items: center !important;
  }

  .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }

  .settlement-wrap .tab-slider-nav {
    top: 115px !important;
  }

  .top-header-tab .tab-pane {
    padding-top: 86px !important;
  }

  .invoice-wrapper .balance-statement-wrapper .col-md-9,
.invoice-wrapper .balance-statement-wrapper .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .totle-record-wrap .card {
    padding: 15px !important;
  }

  .online-product-wrapper .invoice-wrapper {
    padding-top: 56px !important;
  }

  .invoice-data-table th:last-child,
.invoice-data-table td:last-child {
    min-width: 115px !important;
  }

  .s-notification-board {
    width: 100% !important;
  }

  .s-notification-board .text-key-box {
    display: block !important;
  }

  .s-notification-board .test-key-content {
    padding-left: 0px !important;
  }

  .text-key-box .config-header.first-b-radius {
    border-radius: 13px 13px 0px 0px !important;
  }

  .text-key-box .config-header.last-b-radius {
    border-radius: 0px !important;
  }

  .test-key-content .d-flex.text-key-input {
    display: block !important;
  }

  .sec-key-copy-icon {
    margin-left: 0px !important;
    display: inline-block !important;
  }

  .text-key-input .generate-btn {
    margin-right: 0px !important;
    margin-left: 10px !important;
    display: inline-block !important;
  }

  .text-key-input .input-group {
    margin-bottom: 15px !important;
  }

  .s-notification-wrapper .s-notification-board .api-save-btn,
.s-notification-wrapper .api-save-btn {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .text-key-input .custom-drop-w-select .confg-sec-key-icon {
    right: 20px !important;
  }

  .test-key-content .text-key-input .invoice-input {
    padding: 0px 15px !important;
    margin: 0px 10px !important;
  }

  .setting-data-box-mob-view .s-notification-wrapper {
    overflow-x: hidden !important;
  }

  .s-notification-wrapper .sms-notification-list {
    width: 100% !important;
  }

  .sms-notification-list.d-flex {
    display: block !important;
  }

  .notification-switch.ml-4 {
    margin-left: 0px !important;
  }

  .sms-notification-list .notification-switch label {
    margin-left: 0px !important;
  }

  .s-notification-board .col-md-1,
.s-notification-board .col-md-2,
.s-notification-board .col-md-4,
.s-notification-board .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .s-n-header-title p {
    padding: 0px 10px !important;
  }

  .s-n-header-title .custom-tooltip {
    position: absolute !important;
    top: 17px !important;
  }

  .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 350px !important;
  }

  .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-top {
    top: -100% !important;
  }

  .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 250px !important;
  }

  .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-top {
    top: -120px !important;
    left: 90% !important;
  }

  .top-header-tab.payment-gateway-main .tab-pane {
    padding-top: 96px !important;
  }

  .webhook-inner-wrapper .col .form-group {
    align-items: center !important;
  }

  .webhook-inner-wrapper .webhook-input,
.create-product-btn .btn-primary {
    height: 54px !important;
  }

  .webhook-inner-wrapper .generate-btn {
    padding-left: 15px !important;
  }

  .webhook-inner-wrapper .theme-clr-one,
.webhook-inner-wrapper .theme-clr-two {
    top: 50% !important;
  }

  .setting-data-box-mob-view .api-save-btn {
    justify-content: center !important;
  }

  .top-header-tab.online-basicstore .tab-pane {
    padding-top: 62px !important;
  }

  .product-item-figure .crt-pro-upld {
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  .online-product-wrapper.subcptin-contr-mrgn .invoice-wrapper .counter-wrapper {
    margin-top: 10px !important;
  }

  .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row {
    flex-wrap: wrap !important;
  }

  .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-7,
.online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .sbcptn-frt-detail .sbcptn-frt-detai-bdr-rgt .pt-4 {
    padding-top: 2.5rem !important;
  }

  .product-listing-main .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .plan-wrapper .subcptin-contr-algn .counter-wrapper .row {
    flex-wrap: wrap !important;
  }

  .plan-wrapper .subcptin-contr-algn .counter-wrapper .row .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .create-sub-content .pos-selection .c-filter-dropdown {
    width: 100% !important;
  }

  .create-sub-content .subscription-fre-wrap .sub-customer-details .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .setting-data-box-mob-view .manageuser-wrapper {
    overflow-x: inherit !important;
  }

  .busines-form-main .form-group .col-md-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .business-details .document-listing .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .primary-bank-main .submit-action > button {
    width: 100% !important;
  }

  .home-pos .pos-weekly-chart-wrapper .chart-top-button > div {
    flex-wrap: wrap !important;
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .pos-weekly-chart-wrapper .chart-title-date-mob-view {
    align-items: center !important;
  }

  .chart-title-date-mob-view .pt-3.pos-graph-clr {
    padding-top: 0px !important;
  }

  .chart-date-wrap .dropdown-pdf > button {
    margin-right: 10px !important;
  }

  .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }

  .home-chart-box.pr-3 {
    padding-right: 0px !important;
  }

  .home-pos .bottom-maps-wrapper .row {
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .cust-map-padng {
    padding-top: 70px !important;
  }

  .top-header-tab.online-orders-wrapper {
    padding-top: 35px !important;
  }

  .plan-wrapper .subcptin-contr-algn {
    padding-top: 5px !important;
  }

  .home-online-payment .sub-user-counter .home-counter-inner li:last-child {
    min-width: 26% !important;
    max-width: 26% !important;
  }

  .live-trml-anmtr {
    top: -23px !important;
    left: 20% !important;
  }

  .live-trmnl {
    left: 30px !important;
  }

  .signout-wrapper {
    margin-left: 0px !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container {
    width: 130px !important;
    max-width: 130px !important;
  }

  .header-transfer .transfer-btn {
    font-size: 11px !important;
    display: flex !important;
    align-items: center !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-dropdown-panel {
    width: 130px !important;
    max-width: 130px !important;
  }

  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    margin-right: 0px !important;
    padding-right: 10px !important;
  }

  .headermerchat_name h6 {
    margin-left: 35px !important;
  }

  .header_last_login p {
    margin-top: -15px !important;
  }

  .payment-select-box .multiselect-dropdown .dropdown-btn {
    padding: 8.8px 15px !important;
  }

  .payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
    width: 6px !important;
  }

  .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
    top: -3px !important;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    width: 65%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
  }

  .default-auto-main .radio label {
    font-size: 15px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle;
  }

  .default-auto-main {
    display: block !important;
  }

  .business-details .submit-action .btn-submit-veri {
    width: 100% !important;
  }

  .filter-drop-search .custom-input-filter {
    height: 42px !important;
  }

  .checkout-tabs .nav-pills {
    display: flex !important;
    flex-direction: column;
    border-radius: 10px !important;
  }

  .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 0px !important;
  }

  .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }

  .checkout-tabs .checkout-tooltip {
    display: none;
  }

  .checkout-top-title h5 {
    font-size: 13px;
  }

  .customize-cs-title h5 {
    font-size: 14px;
  }

  .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-logo p {
    font-size: 9px;
    text-align: center;
  }

  .cs-upload-logo > img {
    height: 14px;
  }

  .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-content h6 {
    font-size: 14px;
  }

  .themesetting-accordian .card .card-header .btn.btn-link {
    font-size: 14px;
  }

  .checkout-tooltip {
    display: none;
  }

  .reset-default-tooltip {
    right: auto;
    right: initial;
    left: 35px;
    z-index: 1;
  }

  .reset-default-tooltip::before {
    right: auto;
    right: initial;
    left: -5px;
  }

  .bottom-notes p {
    font-size: 14px;
    margin-top: 20px;
  }

  .checkout-tabs {
    display: none;
  }

  .checkout-tab-mobileview {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-header-tab .nav-pills .nav-link {
    font-size: 14px;
    line-height: 20px;
  }

  .settlement-wrap .settlement-data-table table th {
    font-size: 14px;
    line-height: 18px;
  }

  .settlement-wrap .settlement-data-table table tr td {
    font-size: 14px;
  }

  .merchant-header ul.compare__slaes-wrap {
    padding-left: 40px;
  }

  .pos-selection {
    left: 43% !important;
  }

  .s-notification-wrapper .api-save-btn {
    justify-content: center !important;
  }

  /*Sadad Designer CSS*/
  .d-tablet-none {
    display: none !important;
  }

  .header-menu .nav-menu-items a {
    height: 35px !important;
    width: 35px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner {
    justify-content: initial !important;
    margin-top: 0px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 2% !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li,
.home-online-payment .counter-wrapper .home-counter-inner li:last-child {
    min-width: 220px !important;
    max-width: 220px !important;
  }

  .home-counter-inner .custom-tooltip {
    display: none !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .card {
    max-height: 120px !important;
  }

  .n-home-counter .home-counter-inner li .card .card-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .n-home-counter .home-counter-inner li .card .card-body .counter-content {
    align-items: flex-end !important;
  }

  .n-home-counter .home-counter-inner li:last-child .counter-number .success-rate-title p {
    margin-top: 18px !important;
  }

  .home-pos .counter-wrapper .home-counter-inner li .card {
    padding: 15px !important;
  }

  .home-pos .counter-wrapper .home-counter-inner li:last-child .card {
    padding: 0px !important;
  }

  .home-pos .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
.home-pos .counter-wrapper .card .active-marchant {
    padding: 15px 15px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .home-pos .counter-number h2 {
    margin-bottom: 40px !important;
  }

  .page-wrapper .page-header {
    top: -6px !important;
  }

  .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view {
    align-items: center !important;
  }

  .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }

  .settlement-wrap .tab-slider-nav {
    top: 115px !important;
  }

  .top-header-tab .tab-pane {
    padding-top: 86px !important;
  }

  .invoice-wrapper .balance-statement-wrapper .col-md-9,
.invoice-wrapper .balance-statement-wrapper .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .totle-record-wrap .card {
    padding: 15px !important;
  }

  .online-product-wrapper .invoice-wrapper {
    padding-top: 56px !important;
  }

  .invoice-data-table th:last-child,
.invoice-data-table td:last-child {
    min-width: 115px !important;
  }

  .s-notification-board {
    width: 100% !important;
  }

  .s-notification-board .text-key-box {
    display: block !important;
  }

  .s-notification-board .test-key-content {
    padding-left: 0px !important;
  }

  .text-key-box .config-header.first-b-radius {
    border-radius: 13px 13px 0px 0px !important;
  }

  .text-key-box .config-header.last-b-radius {
    border-radius: 0px !important;
  }

  .test-key-content .d-flex.text-key-input {
    display: block !important;
  }

  .sec-key-copy-icon {
    margin-left: 0px !important;
    display: inline-block !important;
  }

  .text-key-input .generate-btn {
    margin-right: 0px !important;
    margin-left: 10px !important;
    display: inline-block !important;
  }

  .text-key-input .input-group {
    margin-bottom: 15px !important;
  }

  .s-notification-wrapper .s-notification-board .api-save-btn,
.s-notification-wrapper .api-save-btn {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .text-key-input .custom-drop-w-select .confg-sec-key-icon {
    right: 20px !important;
  }

  .test-key-content .text-key-input .invoice-input {
    padding: 0px 15px !important;
    margin: 0px 10px !important;
  }

  .setting-data-box-mob-view .s-notification-wrapper {
    overflow-x: hidden !important;
  }

  .s-notification-wrapper .sms-notification-list {
    width: 100% !important;
  }

  .sms-notification-list.d-flex {
    display: block !important;
  }

  .notification-switch.ml-4 {
    margin-left: 0px !important;
  }

  .sms-notification-list .notification-switch label {
    margin-left: 0px !important;
  }

  .s-notification-board .col-md-1,
.s-notification-board .col-md-2,
.s-notification-board .col-md-4,
.s-notification-board .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .s-n-header-title p {
    padding: 0px 10px !important;
  }

  .s-n-header-title .custom-tooltip {
    position: absolute !important;
    top: 17px !important;
  }

  .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 350px !important;
  }

  .s-notification-wrapper .email-n-title .custom-tooltiptext.custom-t-top {
    top: -100% !important;
  }

  .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-wide {
    width: 250px !important;
  }

  .sms-mobile-tooltip .email-n-title .custom-tooltiptext.custom-t-top {
    top: -120px !important;
    left: 90% !important;
  }

  .top-header-tab.payment-gateway-main .tab-pane {
    padding-top: 96px !important;
  }

  .webhook-inner-wrapper .col .form-group {
    align-items: center !important;
  }

  .webhook-inner-wrapper .webhook-input,
.create-product-btn .btn-primary {
    height: 54px !important;
  }

  .webhook-inner-wrapper .generate-btn {
    padding-left: 15px !important;
  }

  .webhook-inner-wrapper .theme-clr-one,
.webhook-inner-wrapper .theme-clr-two {
    top: 50% !important;
  }

  .setting-data-box-mob-view .api-save-btn {
    justify-content: center !important;
  }

  .top-header-tab.online-basicstore .tab-pane {
    padding-top: 62px !important;
  }

  .product-item-figure .crt-pro-upld {
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  .online-product-wrapper.subcptin-contr-mrgn .invoice-wrapper .counter-wrapper {
    margin-top: 10px !important;
  }

  .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row {
    flex-wrap: wrap !important;
  }

  .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-7,
.online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper .row .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .sbcptn-frt-detail .sbcptn-frt-detai-bdr-rgt .pt-4 {
    padding-top: 2.5rem !important;
  }

  .product-listing-main .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .plan-wrapper .subcptin-contr-algn .counter-wrapper .row {
    flex-wrap: wrap !important;
  }

  .plan-wrapper .subcptin-contr-algn .counter-wrapper .row .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .create-sub-content .pos-selection .c-filter-dropdown {
    width: 100% !important;
  }

  .create-sub-content .subscription-fre-wrap .sub-customer-details .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .setting-data-box-mob-view .manageuser-wrapper {
    overflow-x: inherit !important;
  }

  .busines-form-main .form-group .col-md-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .business-details .document-listing .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .primary-bank-main .submit-action > button {
    width: 100% !important;
  }

  .home-pos .pos-weekly-chart-wrapper .chart-top-button > div {
    flex-wrap: wrap !important;
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .pos-weekly-chart-wrapper .chart-title-date-mob-view {
    align-items: center !important;
  }

  .chart-title-date-mob-view .pt-3.pos-graph-clr {
    padding-top: 0px !important;
  }

  .chart-date-wrap .dropdown-pdf > button {
    margin-right: 10px !important;
  }

  .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 0px !important;
  }

  .home-chart-box.pr-3 {
    padding-right: 0px !important;
  }

  .home-pos .bottom-maps-wrapper .row {
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .cust-map-padng {
    padding-top: 70px !important;
  }

  .top-header-tab.online-orders-wrapper {
    padding-top: 35px !important;
  }

  .plan-wrapper .subcptin-contr-algn {
    padding-top: 5px !important;
  }

  .home-online-payment .sub-user-counter .home-counter-inner li:last-child {
    min-width: 26% !important;
    max-width: 26% !important;
  }

  .live-trml-anmtr {
    top: -23px !important;
    left: 20% !important;
  }

  .live-trmnl {
    left: 30px !important;
  }

  .signout-wrapper {
    margin-left: 0px !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container {
    width: 130px !important;
    max-width: 130px !important;
  }

  .header-transfer .transfer-btn {
    font-size: 11px !important;
    display: flex !important;
    align-items: center !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-dropdown-panel {
    width: 130px !important;
    max-width: 130px !important;
  }

  .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    margin-right: 0px !important;
    padding-right: 10px !important;
  }

  .headermerchat_name h6 {
    margin-left: 35px !important;
  }

  .header_last_login p {
    margin-top: -15px !important;
  }

  .payment-select-box .multiselect-dropdown .dropdown-btn {
    padding: 8.8px 15px !important;
  }

  .payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
    width: 6px !important;
  }

  .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
    top: -3px !important;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    width: 65%;
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: left;
  }

  .default-auto-main .radio label {
    font-size: 15px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: right !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: middle;
  }

  .default-auto-main {
    display: block !important;
  }

  .business-details .submit-action .btn-submit-veri {
    width: 100% !important;
  }

  .filter-drop-search .custom-input-filter {
    height: 42px !important;
  }

  .checkout-tabs .nav-pills {
    display: flex !important;
    flex-direction: column;
    border-radius: 10px !important;
  }

  .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 0px !important;
  }

  .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }

  .checkout-tabs .checkout-tooltip {
    display: none;
  }

  .checkout-top-title h5 {
    font-size: 13px;
  }

  .customize-cs-title h5 {
    font-size: 14px;
  }

  .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-logo p {
    font-size: 9px;
    text-align: center;
  }

  .cs-upload-logo > img {
    height: 14px;
  }

  .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-content h6 {
    font-size: 14px;
  }

  .themesetting-accordian .card .card-header .btn.btn-link {
    font-size: 14px;
  }

  .checkout-tooltip {
    display: none;
  }

  .reset-default-tooltip {
    right: auto;
    right: initial;
    left: 35px;
    z-index: 1;
  }

  .reset-default-tooltip::before {
    right: auto;
    right: initial;
    left: -5px;
  }

  .bottom-notes p {
    font-size: 14px;
    margin-top: 20px;
  }

  .theme-picker-wrapper .color-picker.open {
    right: 0px !important;
    left: auto !important;
    left: initial !important;
  }

  .theme-picker-wrapper .color-picker .arrow.arrow-bottom {
    left: auto !important;
    left: initial !important;
    right: 70px !important;
  }

  .checkout-tabs .nav-pills {
    display: flex !important;
    flex-direction: column;
    border-radius: 10px !important;
  }

  .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 0px !important;
  }

  .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }

  .checkout-tabs .checkout-tooltip {
    display: none;
  }

  .checkout-top-title h5 {
    font-size: 13px;
  }

  .customize-cs-title h5 {
    font-size: 14px;
  }

  .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-logo p {
    font-size: 9px;
    text-align: center;
  }

  .cs-upload-logo > img {
    height: 14px;
  }

  .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-content h6 {
    font-size: 14px;
  }

  .themesetting-accordian .card .card-header .btn.btn-link {
    font-size: 14px;
  }

  .checkout-tooltip {
    display: none;
  }

  .reset-default-tooltip {
    right: auto;
    right: initial;
    left: 35px;
    z-index: 1;
  }

  .reset-default-tooltip::before {
    right: auto;
    right: initial;
    left: -5px;
  }

  .bottom-notes p {
    font-size: 14px;
    margin-top: 20px;
  }

  .theme-picker-wrapper .color-picker.open {
    right: 0px !important;
    left: auto !important;
    left: initial !important;
  }

  .theme-picker-wrapper .color-picker .arrow.arrow-bottom {
    left: auto !important;
    left: initial !important;
    right: 70px !important;
  }

  .customize-check-mainwrap .checkout-tabs .nav-pills .nav-item {
    width: 100% !important;
  }

  .checkout-tabs {
    display: none;
  }

  .checkout-tab-mobileview {
    display: block;
  }

  .info-icon img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home-content-main .weekly-chart-wrapper .home-chart-box .graph-label {
    font-size: 14px;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon {
    width: 0;
  }

  .mobile-custom-calendar .form-control {
    width: 100%;
  }

  .dashboard-piechart > div,
.progress-chart-wrap > div {
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-align: center;
  }

  .home-content-main .weekly-chart-wrapper .nav-link {
    padding: 10px 35px 12px 35px !important;
    border-radius: 24px;
  }

  .home-content-main .weekly-chart-wrapper .nav-tabs {
    margin-top: 10px;
    position: inherit;
    margin-left: 10px;
    border-bottom: 0 !important;
    justify-content: left !important;
    width: 100%;
    margin-bottom: 30px;
  }

  .home-content-main .weekly-chart-wrapper .nav-link.active {
    background-color: #ebedf0;
  }

  .notify-view-product-swtch .notification-switch {
    float: left;
  }

  .email-n-title h5,
.email-n-title span {
    text-align: left;
  }

  .invc-dtil-mob-view {
    flex-wrap: wrap;
  }

  .invc-dtil-mob-view .invoice-d-content {
    width: 100%;
  }

  .invc-dtil-mob-view .invoice-d-content:nth-child(2) > div {
    margin-right: 0 !important;
  }

  .modal-b-border .d-flex {
    display: flex !important;
  }

  .modal .modal-dialog .modal-content .invoice-product-total > div {
    justify-content: space-between !important;
  }

  .custom-select-with-input .bank-select-filter {
    margin-bottom: 25px;
    border-radius: 20px;
  }

  .top-header-tab .nav-pills {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
  }

  .test-key-content {
    padding-left: 15px;
  }

  .setting-notification-main .s-n-listing .setting-listing-bg .s-n-content {
    width: 100%;
  }

  .setting-notification-main .notification-header .setting-n-header-bg .s-n-header-title p,
.s-notification-wrapper h6 {
    font-size: 14px;
  }

  .filter-daterange-wrap .custom-input-filter {
    height: 46px;
    width: 100%;
  }

  .invoice-modal-inner.settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter {
    padding-left: 30px !important;
    margin-left: -20px;
    z-index: 1;
  }

  .input-group-prepend {
    z-index: 9;
  }

  .sbscrn-pdct-edt-dlt {
    font-size: 12px;
  }

  .vw-product-ftr {
    flex-direction: column !important;
  }

  .product-expt {
    text-align: left;
  }

  .product-plan h6 {
    font-size: 18px !important;
    margin-top: 30px;
  }

  .create-product-btn {
    padding: 3px 21px 0px 10px;
    font-size: 14px;
    height: 44px;
  }

  .create-product-btn img {
    width: 25px;
  }

  .exp-product-btn {
    padding: 0px 30px 0px 30px;
    font-size: 14px;
    height: 44px;
  }

  .pdct-btn-flx-wrp {
    display: block !important;
  }

  .pdct-str-link {
    margin-bottom: 35px;
    position: relative;
    margin-right: 0 !important;
  }

  .settlement-wrap .filter-content .clear-btn {
    padding-left: 15px;
  }

  .online-product-wrapper .invoice-wrapper {
    padding-left: 0px !important;
  }

  .trans-key-swt {
    margin-top: 85px !important;
  }

  .weekly-chart-wrapper .row .col-md-12,
.bottom-maps-wrapper .row .col-md-12,
.transaction__box .row .col-xl-6 {
    padding: 0 !important;
  }

  .weekly-chart-wrapper {
    padding-right: 15px !important;
    padding-left: 30px;
  }

  .bottom-maps-wrapper .row .col-md-12,
.transaction__box .row .col-xl-6 {
    padding-right: 5px !important;
  }

  .pos-weekly-chart-wrapper {
    padding-left: 15px !important;
    padding-right: 0px !important;
  }

  .bottom-maps-wrapper {
    padding-right: 0px !important;
    padding-left: 0px;
    /* margin-right: 0 !important; */
    margin-left: 0 !important;
  }

  .bottom-maps-wrapper .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 5px !important;
  }

  .actv-subcbr-mgn {
    margin-right: 15px !important;
  }

  .online-product-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 90px;
  }

  .subcptin-tbl-algn {
    padding-left: 30px !important;
  }

  .subcptin-contr-algn {
    padding-left: 30px !important;
    padding-right: 15px !important;
  }

  .subcptin-contr-mrgn {
    margin-top: 120px !important;
  }

  .sbscrb-mob-vie {
    overflow-x: auto;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sbscrb-mob-vie .counter-wrapper > div {
    width: 700px;
  }

  .sbscrb-mob-vie .row > div {
    width: 290px !important;
  }

  .mobile-merchant-tab {
    padding: 20px 15px 5px 30px;
  }

  .page-wrapper .page-header .header-wrapper {
    padding: 15px 30px 0px 30px !important;
    height: 100px;
  }

  .home-content-main {
    padding-top: 140px;
  }

  .online-product-wrapper .home-content-main {
    padding-top: 0px;
  }

  .merchant-header {
    padding-right: 0px !important;
    margin-top: 60px !important;
    padding-top: 0 !important;
  }

  .settlement-wrap .invoice-wrapper .home-content-main {
    padding-top: 70px;
  }

  .merchant-header .merchant-tab {
    padding-right: 0px !important;
    margin-top: 7px !important;
    padding-left: 30px !important;
  }

  .online-basic-header .merchant-tab {
    padding-right: 0px !important;
    margin-top: 0px !important;
    padding-left: 30px !important;
  }

  .merchant-header > div {
    display: block !important;
  }

  .merchant-header ul.compare__slaes-wrap {
    display: none !important;
  }

  .page-wrapper .page-header .header-wrapper .nav-right {
    position: absolute;
    padding: 0;
    right: 0;
  }

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

  .top-header-tab .nav-pills {
    padding: 0px 15px 0px 30px;
    margin-top: 71px;
  }

  .top-header-tab .tab-pane {
    padding-top: 160px;
    padding-left: 0px;
  }

  .all-notif-mob-view {
    padding-top: 180px !important;
  }

  .online-product-wrapper .invoice-wrapper .home-content-main {
    padding-top: 0px !important;
  }

  .d-r-li .d-r-drp div ngb-datepicker.dropdown-menu {
    transform: translate(-300px, 40px) !important;
    z-index: 99999 !important;
  }

  .home-online-payment .weekly-chart-wrapper .card-body,
.home-content-main .weekly-chart-wrapper .card-body {
    overflow-x: auto;
    border-radius: 15px;
  }

  .chart-block canvas {
    overflow-x: auto;
  }

  .bottom-maps-wrapper .transaction-progressbar .trns-type-name {
    width: 12% !important;
    margin-right: 10px !important;
  }

  .home-content-main .bottom-maps-wrapper .transaction-progressbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .weekly-chart-wrapper {
    margin-top: 0 !important;
  }

  .pos-selection {
    left: 0% !important;
  }

  .product-list-mob-viw {
    padding-left: 30px !important;
    margin-bottom: 30px;
  }

  .s-notification-wrapper {
    overflow-x: auto;
  }

  .setting-notification-main {
    overflow-x: auto;
    width: 700px;
  }

  .settlement-wrap a.viewbutton img {
    height: 15px;
    margin-bottom: 5px;
  }

  .inv-pro-dtl {
    width: 100px;
    background: #7e0e45;
    color: #fff;
    margin-bottom: 30px;
    margin: 15px auto 30px auto;
    padding: 7px 35px 10px;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
  }

  .inv-pro-dtl span {
    display: block;
    margin-left: 5px;
  }

  .inv-pro-dtl i {
    margin-top: 5px;
    color: #fff !important;
  }

  .invc-dtil-mob-view {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
  }

  .custom-select-with-input .bank-select-filter {
    margin-bottom: 0;
  }

  .business-info-wrap .business-detail-main .busines-form-main label,
.business-info-wrap .business-detail-main .busines-form-main .col-md-8 {
    padding-left: 0;
  }

  .business-info-btn {
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    z-index: inherit;
  }

  .online-orders-wrapper .invoice-wrapper .home-content-main {
    padding-top: 30px !important;
  }

  .online-orders-wrapper .invoice-wrapper .home-content-main .counter-wrapper .col-xl-4 {
    padding-left: 15px !important;
  }

  .prod-boxy .product-overlay button p.view-prdct-dtl {
    bottom: 30%;
  }

  .business-detail-main .col-12 {
    padding-left: 0 !important;
  }

  .sbcptn-frt-detai-bdr-rgt {
    border-right: 0 !important;
  }

  .sbcptn-frt-detai-bdr-lft {
    border-left: 0 !important;
  }

  .test-key-content .text-key-input .invoice-input {
    width: 195px !important;
  }

  .hiddenicon svg {
    color: #fff;
  }

  .home-content-main .weekly-chart-wrapper .home-chart-box .chart-top-button ul li a {
    border-radius: 0;
  }

  .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    right: 0 !important;
  }

  .product-plan .col-md-12 .col-md-7 {
    padding-left: 0 !important;
  }

  .product-paln-table {
    margin-left: 0 !important;
  }

  .view-pln-img {
    margin-top: 0;
  }

  .sticky-header {
    margin-top: 67px;
    padding: 25px 15px 25px 30px;
  }

  .pos-dvs-dt-tbl {
    padding-top: 170px !important;
    padding-left: 30px;
  }

  .cust-map-padng {
    padding-top: 160px;
  }

  .business-details .row .border-right {
    border-right: 0 !important;
  }

  .product-price-tag {
    padding-left: 10px;
  }

  .op-pamnt-mt {
    margin-top: 30px !important;
  }

  .setting-data-box-mob-view {
    margin-top: 15px !important;
  }

  .business-info-wrap {
    margin-top: 15px;
  }

  .subcr-pro-shping-detl-mob-view {
    padding-left: 0 !important;
  }

  .product-item-wrap .product-item-figure,
.product-item-wrap .cropped-img-prev {
    height: 250px;
  }

  .sbcptn-frt-detai-bdr-rgt,
.sbcptn-frt-detai-bdr-lft {
    border: 0 !important;
    padding-left: 0 !important;
  }

  .filter-daterange-wrap {
    margin-bottom: 0;
  }

  .merchant-header .merchant-tab li:last-child {
    padding-top: 16px !important;
  }

  .merchant-header .merchant-tab li .calander-icon {
    top: 67%;
  }

  .online-orders-wrapper .invoice-wrapper .counter-wrapper {
    margin-top: 70px !important;
  }

  .online-orders-wrapper > div {
    padding-left: 15px !important;
  }

  .home-online-payment .counter-wrapper,
.invoice-wrapper {
    padding-left: 15px !important;
  }

  .subcrbr-listing-mob-view {
    padding-left: 30px !important;
  }

  .sbscrb-mob-vie,
.online-product-wrapper .counter-wrapper {
    padding-left: 0 !important;
  }

  .actv-subcbr-mgn {
    margin-right: 45px !important;
  }

  input[type=radio],
input[type=checkbox] {
    margin-left: 0px;
  }

  .home-pos .counter-wrapper {
    padding-left: 15px !important;
  }

  .chart-title-date-mob-view h5.common-chart-title {
    font-size: 18px !important;
  }

  .merchant-header .merchant-tab li a,
.business-info-wrap .verify-content {
    font-size: 14px;
  }

  .merchant-header .merchant-tab li a {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .subcptin-contr-algn .home-content-main .counter-wrapper {
    padding-top: 0px !important;
  }

  .subcptin-contr-algn {
    padding-top: 0px !important;
  }

  .online-product-wrapper .invoice-wrapper .counter-wrapper {
    margin-top: 0 !important;
  }

  .create-user-form .col-form-label,
.settlement-wrap .withdrawal-fund-wrap .withdraw-content .radio label {
    font-size: 14px !important;
  }

  .conf-api-lnk {
    margin-bottom: 20px;
  }

  .s-n-content p span .home-cont-h-1,
.s-n-content h5 span .home-cont-h-1 {
    margin-left: 0px;
  }

  .chart-title-date-mob-view {
    flex-direction: column;
    align-items: center;
  }

  .chart-date-wrap {
    margin-top: 20px;
  }

  .primary-tab {
    flex-direction: column;
  }

  .middle-top-button ul,
.pos-graph-clr {
    margin-left: 0px !important;
  }

  .primary-tab .chart-top-button > div {
    justify-content: center;
  }

  .chart-top-button .home-cont-h-1 {
    left: 43%;
    top: 41% !important;
  }

  .pos-fltr-help .home-cont-h-1 {
    left: 90px !important;
    top: 27% !important;
  }

  .all-notif-bg > div {
    flex-wrap: wrap;
  }

  .notif-tm {
    margin-left: 0;
    margin-top: 2px;
  }

  .notif-content {
    margin-bottom: 15px;
  }

  .pos-fltr-help-3 .home-cont-h-1 {
    margin-left: 30%;
    top: 35% !important;
  }

  .bottom-maps-wrapper {
    padding-left: 30px !important;
    padding-right: 10px !important;
  }

  .transaction__box {
    padding-left: 15px !important;
    padding-right: 10px !important;
    margin-left: 15px !important;
  }

  .home-pos .bottom-maps-wrapper {
    padding-left: 15px !important;
    padding-right: 0px !important;
  }

  .filter-daterange-wrap .custom-input-filter {
    height: 42px;
  }

  .payment-select-box .multiselect-dropdown .dropdown-btn {
    padding: 8.8px 15px !important;
  }

  .payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
    width: 6px !important;
  }

  .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
    top: -3px !important;
  }

  .vpnerror-popup-main .modal-header {
    padding-bottom: 30px;
  }

  .vpnerror-popup-main .modal-header .attention-title {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 0px;
  }

  .vpnerror-popup-main .modal-body {
    padding: 30px 0px !important;
  }

  .vpnerror-popup-main .modal-body .cancel-m-content {
    margin-top: 30px !important;
  }

  .vpnerror-popup-main .n-submit-btn {
    font-size: 14px;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    width: 100%;
    padding: 8px 15px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: text-bottom !important;
  }

  .with-tooltip-box {
    width: 200px !important;
  }

  .default-auto-main .radio {
    margin-bottom: 10px;
    text-align: left !important;
  }

  .default-auto-main {
    display: block !important;
  }

  .edit-auto-btn {
    text-align: left !important;
  }

  .withdraw-content .radio label::before {
    left: 0 !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    left: 7px !important;
  }

  .default-auto-main .radio label {
    padding-left: 5px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 3% !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li,
.home-online-payment .counter-wrapper .home-counter-inner li:last-child {
    min-width: 220px !important;
    max-width: 220px !important;
  }

  .business-details .submit-action .btn-submit-veri {
    width: 100% !important;
  }

  .batch-summary-wrapper .batch-summary-single-cal {
    width: 100%;
  }

  .batch-summary-wrapper .custom-date-range-input {
    width: 100%;
  }

  .batch-summary-wrapper .custom-calendar-main .filter-daterange-main {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .batch-summary-wrapper .batch-summary-single-cal.d-flex {
    display: inline-block !important;
  }

  .batch-summary-wrapper > .d-flex {
    display: inline-block !important;
  }

  .filter-drop-search .custom-input-filter {
    height: 42px !important;
  }

  .checkout-tabs .nav-pills {
    display: flex !important;
    flex-direction: column;
    border-radius: 10px !important;
  }

  .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 0px !important;
  }

  .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }

  .checkout-tabs .checkout-tooltip {
    display: none;
  }

  .checkout-top-title h5 {
    font-size: 13px;
  }

  .customize-cs-title h5 {
    font-size: 14px;
  }

  .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-logo p {
    font-size: 9px;
    text-align: center;
  }

  .cs-upload-logo > img {
    height: 14px;
  }

  .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-content h6 {
    font-size: 14px;
  }

  .themesetting-accordian .card .card-header .btn.btn-link {
    font-size: 14px;
  }

  .checkout-tooltip {
    display: none;
  }

  .reset-default-tooltip {
    right: auto;
    right: initial;
    left: 35px;
    z-index: 1;
  }

  .reset-default-tooltip::before {
    right: auto;
    right: initial;
    left: -5px;
  }

  .bottom-notes p {
    font-size: 14px;
    margin-top: 20px;
  }

  .theme-picker-wrapper .color-picker.open {
    right: 0px !important;
    left: auto !important;
    left: initial !important;
  }

  .theme-picker-wrapper .color-picker .arrow.arrow-bottom {
    left: auto !important;
    left: initial !important;
    right: 70px !important;
  }

  .checkout-tabs {
    display: none;
  }

  .checkout-tab-mobileview {
    display: block;
  }

  .info-icon img {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .home-content-main .counter-wrapper .home-counter-inner {
    overflow-x: auto;
  }

  .home-content-main .counter-wrapper .home-counter-inner li {
    max-width: 220px;
    min-width: 220px;
  }

  .merchant-header .merchant-tab li:last-child {
    padding-top: 14px !important;
  }

  .merchant-header .merchant-tab {
    padding-right: 0px !important;
    overflow-x: auto;
    display: flex;
  }

  .custom-date-range-input {
    padding-top: 5px;
  }

  .d-r-li .d-r-drp div ngb-datepicker.dropdown-menu {
    position: inherit !important;
    transform: translate(-300px, 5px) !important;
    z-index: 99999 !important;
  }

  .mat-snack-bar-handset .mat-snack-bar-container {
    min-width: 80% !important;
    margin: 20px auto !important;
  }

  .prod-boxy .product-overlay button p.view-prdct-dtl {
    bottom: 24%;
  }

  .merchant-header .merchant-tab li .calander-icon {
    top: 55%;
  }

  .filter-daterange-wrap .custom-input-filter {
    height: 42px;
  }

  .payment-select-box .multiselect-dropdown .dropdown-btn {
    padding: 8.8px 15px !important;
  }

  .payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
    width: 6px !important;
  }

  .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
    top: -3px !important;
  }

  .vpnerror-popup-main .modal-header {
    padding-bottom: 30px;
  }

  .vpnerror-popup-main .modal-header .attention-title {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 0px;
  }

  .vpnerror-popup-main .modal-body {
    padding: 30px 0px !important;
  }

  .vpnerror-popup-main .modal-body .cancel-m-content {
    margin-top: 30px !important;
  }

  .vpnerror-popup-main .n-submit-btn {
    font-size: 14px;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    width: 100%;
    padding: 8px 15px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .withdbutton-group .confirm-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .withdbutton-group .outline-btn {
    padding: 9px 25px 9px 25px !important;
    font-size: 14px !important;
  }

  .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: text-bottom !important;
  }

  .with-tooltip-box {
    width: 200px !important;
  }

  .default-auto-main .radio {
    margin-bottom: 10px;
    text-align: left !important;
  }

  .default-auto-main {
    display: block !important;
  }

  .edit-auto-btn {
    text-align: left !important;
  }

  .withdraw-content .radio label::before {
    left: 0 !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    left: 7px !important;
  }

  .default-auto-main .radio label {
    padding-left: 5px;
  }

  .business-details .submit-action .btn-submit-veri {
    width: 100% !important;
  }

  .batch-summary-wrapper .batch-summary-single-cal {
    width: 100%;
  }

  .batch-summary-wrapper .custom-date-range-input {
    width: 100%;
  }

  .batch-summary-wrapper .custom-calendar-main .filter-daterange-main {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .batch-summary-wrapper .batch-summary-single-cal.d-flex {
    display: inline-block !important;
  }

  .batch-summary-wrapper > .d-flex {
    display: inline-block !important;
  }

  .filter-drop-search .custom-input-filter {
    height: 42px !important;
  }

  .checkout-tabs .nav-pills {
    display: flex !important;
    flex-direction: column;
    border-radius: 10px !important;
  }

  .checkout-tabs .nav-pills .nav-item:first-child .nav-link {
    border-radius: 0px !important;
  }

  .checkout-tabs .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }

  .checkout-tabs .checkout-tooltip {
    display: none;
  }

  .checkout-top-title h5 {
    font-size: 13px;
  }

  .customize-cs-title h5 {
    font-size: 14px;
  }

  .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-logo p {
    font-size: 9px;
    text-align: center;
  }

  .cs-upload-logo > img {
    height: 14px;
  }

  .checkout-setting-wrapper .checkout-setting-panel .cs-upload-main .cs-upload-content h6 {
    font-size: 14px;
  }

  .themesetting-accordian .card .card-header .btn.btn-link {
    font-size: 14px;
  }

  .checkout-tooltip {
    display: none;
  }

  .reset-default-tooltip {
    right: auto;
    right: initial;
    left: 35px;
    z-index: 1;
  }

  .reset-default-tooltip::before {
    right: auto;
    right: initial;
    left: -5px;
  }

  .bottom-notes p {
    font-size: 14px;
    margin-top: 20px;
  }

  .theme-picker-wrapper .color-picker.open {
    right: 0px !important;
    left: auto !important;
    left: initial !important;
  }

  .theme-picker-wrapper .color-picker .arrow.arrow-bottom {
    left: auto !important;
    left: initial !important;
    right: 70px !important;
  }

  .checkout-tabs {
    display: none;
  }

  .checkout-tab-mobileview {
    display: block;
  }

  .info-icon img {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .invoice-modal-inner.settlement-wrap .filter-content .custom-drop-w-select .custom-input-filter {
    margin-left: -19px;
    z-index: 1;
  }

  .input-group-prepend {
    z-index: 9;
  }

  .bank-info-wrap {
    margin-top: 0px;
  }

  .trans-key-swt {
    z-index: 1;
  }

  .top-header-tab {
    margin-top: 11px;
  }

  .online-product-wrapper {
    margin-top: 80px !important;
  }

  .subcptin-contr-mrgn {
    margin-top: 80px !important;
  }

  .sbcptn-frt-detai-bdr-rgt,
.sbcptn-frt-detai-bdr-lft {
    border: 0 !important;
  }

  .sbcptn-frt-detai-bdr-lft {
    padding-left: 0 !important;
  }

  .product-mpb-view {
    display: flex;
    flex-wrap: nowrap;
  }

  .wdrwl-pyout-pgntn {
    flex-wrap: inherit !important;
  }

  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    padding-top: 140px !important;
  }

  .op-pamnt-mt {
    margin-top: 45px !important;
    padding-left: 15px;
  }

  .trans-key-swt {
    left: 20px;
    margin-top: 127px !important;
  }

  .subcptin-contr-algn {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .mobile-merchant-tab {
    display: none !important;
  }

  .pos-dvs-dt-tbl {
    padding-left: 30px;
  }

  .merchant-header .merchant-tab li:last-child {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .home-content-main {
    padding-top: 0px;
  }

  .page-wrapper .page-header .header-wrapper .nav-right {
    padding-right: 15px !important;
  }

  .merchant-header .merchant-tab li .calander-icon {
    top: 50% !important;
  }

  .merchant-header {
    margin-top: 0px !important;
  }

  .top-header-tab .nav-pills {
    padding: 0px 15px 0px 30px;
    margin-top: 60px;
  }

  .top-header-tab .tab-pane {
    padding-left: 15px;
  }

  .home-online-payment .device-content h6,
.home-online-payment .tansactions__content .transactions__right-box h4 {
    font-size: 30px !important;
  }

  .home-online-payment .tansactions__content .transactions__right-box h6,
.home-online-payment .device-content h5 {
    font-size: 18px;
  }

  .home-online-payment .device-content p {
    font-size: 18px !important;
  }

  .login-card .login-main .theme-form .otp input {
    margin-left: 5px;
    width: 32px;
    height: 32px !important;
    padding: 5px 5px 5px 5px !important;
  }

  .login-card .login-main .theme-form .otp input:first-child {
    margin-left: 0 !important;
  }

  .online-product-wrapper .invoice-wrapper .counter-wrapper {
    margin-top: 92px;
  }

  .product-list-mob-viw {
    padding-left: 30px !important;
  }

  .crt-usr-enbl-otp-lbl {
    display: block !important;
    text-align: left;
  }

  .crt-usr-enbl-otp-lbl .col-sm-5 {
    padding-left: 0 !important;
  }

  .ng-trigger-popover {
    flex-wrap: nowrap !important;
  }

  .trml-loc-hdng {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 18px;
    padding: 20px 30px;
  }

  .mat-snack-bar-handset .mat-snack-bar-container {
    min-width: 80% !important;
    margin: 20px auto !important;
  }

  .trans-key-swt {
    right: inherit;
    left: 20px;
  }

  .prod-boxy .product-overlay button p.view-prdct-dtl {
    bottom: 36%;
  }

  .report-download-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-content-main .bottom-maps-wrapper .home-chart-box .graph-label {
    font-size: 14px;
  }

  .home-online-payment .tansactions__content .transactions__right-box p.desk-view,
.home-online-payment .tansactions__content .transactions__right-box h6.desk-view {
    display: none;
  }

  .home-online-payment .tansactions__content .transactions__right-box .mob-view {
    display: flex;
    justify-content: center;
  }

  .home-online-payment .tansactions__content .transactions__right-box .mob-view p {
    margin-right: 10px;
  }

  .home-online-payment .tansactions__content .transactions__right-box .mob-view h6 {
    line-height: 28px;
  }

  .home-online-payment .tansactions__content .transactions__right-box {
    text-align: center;
  }

  .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    width: 190px !important;
    left: inherit !important;
    right: 0px !important;
  }

  .product-paln-table {
    overflow-x: auto;
  }

  .product-paln-table table {
    width: 480px;
  }

  .header-menu .nav-menu-items a {
    width: 30px !important;
    height: 30px !important;
  }

  .page-wrapper .page-header .header-wrapper .nav-right .notification-box .avatar .img-40 {
    width: 30px;
    height: 30px;
  }

  .otp-section input {
    width: 40px !important;
  }

  .online-basic-header .merchant-tab {
    margin-top: 0px !important;
  }

  .home-content-main .weekly-chart-wrapper .home-chart-box .graph-label {
    padding: 8px 14px;
  }

  .webhook-inner-wrapper .webhook-input {
    font-size: 14px;
    height: 42px !important;
    position: relative !important;
  }

  .page-wrapper .page-header .header-wrapper {
    padding: 15px !important;
    height: auto !important;
  }

  .api-save-btn {
    text-align: center !important;
    justify-content: center !important;
  }

  .page-header .header-wrapper .nav-right.right-header ul.notification-dropdown,
.page-header .header-wrapper .nav-right.right-header ul.profile-dropdown {
    top: 45px !important;
  }

  .data-table-card .media .filter-content .custom-drop-w-select,
.data-table-card .media .filter-content .custom-select-with-input,
.filter-daterange-wrap {
    margin-bottom: 0 !important;
  }

  .data-table-card .media .filter-content .request-id-selectbox {
    margin-bottom: 0 !important;
  }

  .product-nm {
    font-size: 18px !important;
  }

  .online-basic-header {
    margin-top: 44px !important;
  }

  .business-info-wrap .verify-content {
    line-height: 28px;
    margin-top: 0;
  }

  .product-plan-popup {
    padding: 0px 5px !important;
  }

  .product-item-wrap .product-item-figure,
.product-item-wrap .cropped-img-prev {
    height: 300px;
    border: 1px solid #dbe0ec;
    margin-bottom: 0px;
    overflow: hidden;
  }

  .product-item-wrap .product-dtl-view i {
    margin-top: 120px;
  }

  .ngb-dp-months {
    width: 472px !important;
  }

  .online-orders-wrapper .invoice-wrapper .home-content-main .counter-wrapper .col-xl-4,
.online-product-wrapper .home-content-main .counter-wrapper > .row > div,
.settlement-wrap .invoice-wrapper .counter-wrapper > .row > div {
    max-width: 300px !important;
    min-width: 300px !important;
  }

  .subcptin-contr-algn .home-content-main .counter-wrapper .row > div {
    width: 490px !important;
    max-width: 490px !important;
    min-width: inherit !important;
  }

  .settlement-wrap .sbscrb-mob-vie .counter-wrapper > .row {
    margin-left: 0 !important;
  }

  .settlement-wrap .sbscrb-mob-vie .counter-wrapper > .row > div {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sbscrb-mob-vie .home-content-main .counter-wrapper .row > div {
    max-width: 100% !important;
  }

  .sbcptn-frt-detail {
    padding: 25px 15px;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .settlement-wrap .withdrawal-fund-wrap .balance-main h6 span:hover .home-cont-h-1 {
    margin-left: -100px;
    width: 200px;
  }

  .sbcptn-frt-detail > .col-4 {
    max-width: 140px;
    min-width: 140px;
  }

  .shopify-sett h6 span .home-cont-h-1 {
    margin-left: -130px !important;
  }

  .s-n-content h5 span .home-cont-h-1 {
    margin-left: 0px;
  }

  .manage-users-btn {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .transaction__box .col-xl-6 .card {
    padding: 0px !important;
  }

  .device-content .s-n-content p span .home-cont-h-1 {
    position: absolute !important;
    margin-left: -70px;
  }

  /*Sadad-Designer css added*/
  .pos-fltr-help-3 .home-cont-h-1 {
    margin-left: 20%;
    top: 35% !important;
  }

  .avatars .avatar:last-child img {
    height: 30px;
  }

  .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li p {
    font-size: 12px !important;
  }

  .nav-menus li.transferbtn-main {
    position: absolute !important;
    right: 15px;
    bottom: -77px;
  }

  .profile-dropdown li:first-child {
    position: static !important;
    position: initial !important;
  }

  .n-home-counter {
    padding: 0px 15px;
  }

  .home-online-payment .counter-wrapper, .invoice-wrapper {
    padding-left: 0px !important;
  }

  .n-home-counter .counter-wrapper {
    padding-top: 80px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner {
    margin-top: 0px !important;
  }

  .page-wrapper .page-header .header-wrapper .header-logo-wrapper {
    margin-right: 0px !important;
  }

  .live-trmnl {
    top: -17px !important;
    left: 25px !important;
  }

  .header-menu .nav-menus li {
    margin-right: 0px !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container {
    width: 150px;
    max-width: 150px;
  }

  .n-main-header .n-h-custom-dropdown .ng-dropdown-panel {
    max-width: 150px;
    width: 150px;
  }

  .n-main-header .header-dropdown .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    font-size: 13px !important;
  }

  .header-dropdown .c-filter-dropdown .ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option {
    font-size: 13px !important;
  }

  .merchant-header .merchant-tab li a, .business-info-wrap .verify-content {
    font-size: 12px;
  }

  .merchant-header .merchant-tab li a {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .merchant-header {
    margin-top: 0px !important;
  }

  .home-content-main .counter-wrapper .card .counter-content .counter-number p {
    font-size: 13px !important;
    line-height: 18px !important;
  }

  .counter-number .custom-tooltip {
    width: 16px;
    height: 16px;
  }
  .counter-number .custom-tooltip img {
    height: 100%;
    width: auto;
  }

  .home-content-main .counter-wrapper .home-counter-inner li {
    margin-right: 3% !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li,
.home-online-payment .counter-wrapper .home-counter-inner li:last-child {
    min-width: 220px !important;
    max-width: 220px !important;
  }

  .page-wrapper .page-header {
    height: auto !important;
  }

  .new-error-text {
    font-size: 13px !important;
  }

  .primary-tab .chart-top-button {
    margin-left: 0px !important;
    margin-bottom: 15px !important;
  }

  .custom-tooltip {
    display: none;
  }

  .primary-tab {
    flex-direction: column;
  }

  .home-pos .counter-wrapper .home-counter-inner li .card,
.home-online-payment .counter-wrapper .home-counter-inner li .card {
    padding: 15px !important;
  }

  .home-pos .counter-wrapper .home-counter-inner li:last-child .card {
    padding: 0px !important;
  }

  .home-content-main .counter-wrapper .card .inactive-counter-bg .inactive-marchant,
.home-content-main .counter-wrapper .card .active-marchant {
    padding: 15px 15px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .active-marchant p,
.home-content-main .counter-wrapper .home-counter-inner li .inactive-counter-bg .inactive-marchant p {
    font-size: 13px;
  }

  .home-content-main .counter-wrapper .card .active-marchant h6,
.home-content-main .counter-wrapper .card .inactive-counter-bg .inactive-marchant h6 {
    font-size: 20px;
    line-height: 36px;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-number h2 {
    line-height: 15px;
  }

  .weekly-chart-wrapper .row .col-md-12, .bottom-maps-wrapper .row .col-md-12, .transaction__box .row .col-xl-6 {
    padding: 15px;
  }

  .home-pos .chart-top-button > div .d-flex {
    justify-content: center !important;
    margin-left: 0px !important;
    margin-bottom: 15px !important;
  }

  .home-pos .pos-weekly-chart-wrapper .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .bottom-maps-wrapper .col-xl-6 {
    margin-bottom: 25px !important;
  }

  .top-header-tab .nav-pills {
    margin-top: 0px !important;
  }

  .top-header-tab {
    margin-top: 0 !important;
  }

  .settlement-wrap .tab-slider-nav {
    top: 217px !important;
  }

  .settlement-wrap .tab-slider-nav .tab-slider-tabs {
    background-color: #ffffff !important;
  }

  .top-header-tab .tab-pane {
    padding-top: 60px !important;
  }

  .p-20 {
    padding: 15px;
  }

  .settlement-wrap .withdrawal-fund-wrap .withdraw-content .m-checkbox-inline {
    display: block !important;
  }

  .modal .modal-dialog .modal-content .createinvoicetitle {
    font-size: 16px;
  }

  .modal .modal-dialog .modal-content h5 {
    line-height: 24px !important;
    font-size: 14px !important;
  }

  .sbcptn-crt-header button {
    width: 30px;
    right: 30px;
    top: 30px;
    height: 30px;
    font-size: 18px;
    z-index: 1;
  }

  .create-invoice-btn .btn {
    padding: 3px 10px 0px 10px !important;
    font-size: 14px;
  }

  .modal-body {
    padding: 0px !important;
  }

  .wd-fnd-bank-dd .amnt-qar {
    left: 1px !important;
    height: 44px !important;
  }

  .wd-fnd-bank-dd .wd-amt-popup .amount-input {
    height: 46px !important;
  }

  .bank-select-modal .c-filter-dropdown .ng-select.ng-select-single .ng-select-container {
    height: 46px !important;
  }

  .bank-select-modal .c-filter-dropdown .ng-select span {
    font-size: 14px !important;
  }

  ul.term-condtn-list li {
    font-size: 16px !important;
  }

  .bank-select-modal .c-filter-dropdown .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-placeholder {
    font-size: 14px !important;
  }

  .login-lang-selection {
    right: 30px;
    top: 30px;
  }

  .settlement-wrap .op-pamnt-mt {
    margin-top: 80px !important;
  }

  .setting-data-box-mob-view a.viewbutton img {
    height: 22px !important;
  }

  .online-product-wrapper .balance-statement-wrapper {
    padding: 0px 15px !important;
  }

  .online-product-wrapper .invoice-wrapper {
    padding-top: 80px !important;
  }

  .balance-statement-action {
    padding: 5px 20px !important;
  }

  .invoice-management-title h5 {
    font-size: 16px !important;
  }

  .balance-statement-wrapper .bal-payment-in-title {
    font-size: 14px !important;
  }

  .sub-complete-bg h6 {
    font-size: 18px !important;
  }

  .sub-complete-bg p {
    font-size: 14px !important;
  }

  .bs-counter-main p {
    font-size: 16px !important;
  }

  .bs-counter-main span {
    font-size: 14px !important;
  }

  .totle-record-wrap .card-body {
    padding: 10px !important;
  }

  .settlement-wrap a.viewbutton img {
    height: 17px !important;
  }

  .settlement-wrap .invoice-wrapper .counter-wrapper {
    margin-top: 0px !important;
  }

  .settlement-wrap .invoice-wrapper .counter-wrapper .row div {
    max-width: none !important;
    max-width: initial !important;
    min-width: inherit !important;
  }

  .settlement-wrap .invoice-wrapper .counter-wrapper .row {
    flex-wrap: wrap !important;
  }

  .settlement-wrap .filter-content .clear-btn {
    padding-left: 0;
  }

  .btn-invoice-yellow, .btn-invoice-green {
    padding: 10px 10px 7px 10px !important;
  }

  .merchant-header.online-basic-header {
    margin-top: 0px !important;
  }

  .online-basicstore .tab-pane {
    padding-top: 55px !important;
    padding-left: 0 !important;
  }

  .merchant-header.online-basic-header .merchant-tab {
    overflow: auto !important;
  }

  .online-orders-wrapper .invoice-wrapper .home-content-main .counter-wrapper .col-xl-4 {
    max-width: none !important;
    max-width: initial !important;
    min-width: inherit !important;
  }

  .top-header-tab.online-orders-wrapper .counter-wrapper {
    margin-top: 35px !important;
  }

  .product-modal-wrapper .createinvoicetitle {
    margin-top: 0px !important;
    font-size: 20px !important;
  }

  .subcptin-contr-mrgn .subcptin-contr-algn .counter-wrapper .row {
    padding: 0px 15px !important;
  }

  .subcptin-contr-mrgn .subcptin-contr-algn .counter-wrapper .row div {
    width: auto !important;
    width: initial !important;
  }

  .online-product-wrapper.subcptin-contr-mrgn .home-content-main .counter-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sbcptn-prdct-activ-pln {
    font-size: 22px !important;
  }

  .sbcptn-prdct-pln-paid, .sbcptn-prdct-activ-pln span, .sbcptn-inctv span {
    font-size: 14px !important;
  }

  .sbcptn-prdct-activ-pln span {
    margin-top: 0px !important;
  }

  .sbcptn-prdct-pln-qar {
    font-size: 22px !important;
  }

  .sbcptn-prdct-paid-amnt {
    font-size: 20px !important;
  }

  .sbcptn-inctv-qar h3 {
    font-size: 22px !important;
  }

  .sbcptn-inctv {
    font-size: 24px !important;
  }

  .sbcptn-frt-detai-bdr-rgt .checkbox label {
    padding-left: 30px !important;
  }

  .sbcptn-frt-detai-bdr-rgt .checkbox label::before {
    left: 15px !important;
  }

  .sbcptn-crt-ftr.p-3 {
    padding: 0px !important;
  }

  .plan-wrapper .subcptin-contr-algn .home-content-main .counter-wrapper .row > div {
    width: auto !important;
    width: initial !important;
  }

  .plan-wrapper .invoice-wrapper .home-content-main {
    padding: 0px 15px !important;
  }

  .prefrred-sub-table .checkbox label::before {
    left: 12px !important;
    bottom: 0px !important;
  }

  .online-subscription .tab-pane {
    padding-top: 66px !important;
  }

  .plan-wrapper .invoice-wrapper {
    padding-top: 90px !important;
  }

  .my-account-inner {
    padding-top: 15px !important;
  }

  .business-info-wrap .verify-content {
    text-align: left !important;
    margin-bottom: 10px !important;
  }

  .setting-data-box-mob-view .card .s-notification-wrapper {
    padding-top: 10px !important;
  }

  .s-notification-wrapper .s-notification-title {
    font-size: 20px !important;
  }

  .sticky-header {
    margin-top: 0px !important;
    padding: 25px 15px !important;
  }

  .pos-dvs-dt-tbl {
    padding-top: 90px !important;
  }

  .cust-map-padng {
    padding-top: 76px !important;
  }

  .sbscrb-mob-vie .counter-wrapper > div {
    width: 100% !important;
  }

  .sbscrb-mob-vie .mr-5 {
    margin-right: 0px !important;
  }

  .product-listing-main .product-mpb-view {
    flex-wrap: wrap !important;
  }

  .pos-btm-chrt-hdng h5.common-chart-title {
    font-size: 18px !important;
  }

  .pos-btm-chrt-hdng .s-n-content > div {
    justify-content: center !important;
  }

  .chart-date-wrap .dropdown-pdf .exp-product-btn {
    height: 40px !important;
    margin-right: 10px !important;
  }

  .setting-data-box-mob-view .card .s-notification-wrapper {
    padding-top: 0px !important;
    padding-left: 0px !important;
  }

  .setting-data-box-mob-view .s-notification-wrapper .s-notification-title {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }

  .setting-data-box-mob-view {
    margin-top: 15px !important;
  }

  .conf-api-lnk {
    text-align: left !important;
  }

  .s-notification-board {
    width: 100% !important;
  }

  .s-notification-board .text-key-box {
    display: block !important;
  }

  .s-notification-board .test-key-content {
    padding-left: 0px !important;
  }

  .text-key-box .config-header.first-b-radius {
    border-radius: 13px 13px 0px 0px !important;
  }

  .text-key-box .config-header.last-b-radius {
    border-radius: 0px !important;
  }

  .test-key-content .d-flex.text-key-input {
    display: block !important;
  }

  .sec-key-copy-icon {
    margin-left: 0px !important;
    display: inline-block !important;
    margin-right: 12px !important;
  }

  .text-key-input .generate-btn {
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: inline-block !important;
  }

  .text-key-input .input-group {
    margin-bottom: 15px !important;
  }

  .s-notification-wrapper .s-notification-board .api-save-btn,
.s-notification-wrapper .api-save-btn {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .text-key-input .custom-drop-w-select .confg-sec-key-icon {
    right: 20px !important;
  }

  .test-key-content .text-key-input .invoice-input {
    padding: 0px 15px !important;
    margin: 0px 10px !important;
  }

  .setting-data-box-mob-view .s-notification-wrapper {
    overflow-x: hidden !important;
  }

  .s-notification-wrapper .sms-notification-list {
    width: 100% !important;
  }

  .sms-notification-list.d-flex {
    display: block !important;
  }

  .notification-switch.ml-4 {
    margin-left: 0px !important;
  }

  .sms-notification-list .notification-switch label {
    margin-left: 0px !important;
  }

  .webhook-inner-wrapper .generate-btn {
    padding-left: 15px !important;
  }

  .webhook-inner-wrapper .theme-txt,
.webhook-inner-wrapper .theme-txt-two {
    font-size: 16px !important;
  }

  .webhook-inner-wrapper .theme-clr-one,
.webhook-inner-wrapper .theme-clr-two {
    height: 20px !important;
    width: 20px !important;
  }

  .s-notification-wrapper .api-save-btn .btn-primary {
    margin-right: 0px !important;
  }

  .login-card .login-main h4 {
    font-size: 18px !important;
  }

  .login-card .login-main .login-btn {
    height: 48px !important;
    line-height: 24px !important;
    font-size: 18px !important;
  }

  .login-card .login-main .theme-form input {
    height: 48px !important;
    font-size: 16px !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .home-pos .bottom-maps-wrapper .row {
    grid-gap: 0px !important;
  }

  .top-header-tab.online-basicstore .tab-pane {
    padding-top: 55px !important;
  }

  .product-listing-main .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .online-orders-wrapper .invoice-wrapper .home-content-main {
    padding-top: 0px !important;
  }

  .online-product-wrapper.online-p-mobile .invoice-wrapper {
    padding-top: 90px !important;
  }

  .page-wrapper .page-header {
    top: -2px !important;
  }

  .plan-wrapper .subcptin-contr-algn .counter-wrapper .row .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .online-product-wrapper .invoice-wrapper.sbscrb-mob-vie {
    padding-top: 90px !important;
  }

  .online-product-wrapper .invoice-wrapper {
    padding-top: 90px !important;
  }

  .setting-data-box-mob-view .manageuser-wrapper {
    overflow-x: inherit !important;
  }

  .manageuser-wrapper .d-flex {
    display: flex !important;
  }

  .manageuser-wrapper .manage-users-btn {
    margin-bottom: 0px !important;
  }

  .business-details .document-listing .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .sticky-header h5 {
    font-size: 16px !important;
  }

  .totle-record-wrap .card {
    padding: 0px !important;
  }

  /*Sadad Designer 18-12-2022*/
  .login-card .login-main {
    width: 320px !important;
  }

  .n-home-counter .weekly-chart-wrapper {
    padding-left: 15px !important;
    margin-bottom: 15px !important;
  }

  .bottom-maps-wrapper {
    padding-left: 15px !important;
  }

  .online-payment-c-wrap > .row {
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .home-online-payment .weekly-chart-wrapper .card-body {
    height: calc(100% - 0px) !important;
  }

  .home-online-payment .bottom-maps-wrapper .col-xl-6 {
    margin-bottom: 15px !important;
  }

  .transaction__box .col-xl-6 {
    margin-bottom: 15px !important;
  }

  .live-trml-anmtr {
    top: -20px !important;
    left: 5px !important;
    width: 16px !important;
  }

  .live-trmnl {
    font-size: 9px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .card {
    max-height: 100px !important;
  }

  .n-home-counter .home-counter-inner li:last-child .counter-number .success-rate-title p {
    margin-top: -8px !important;
  }

  .home-pos .counter-number h2 {
    margin-bottom: 30px !important;
  }

  .home-content-main .counter-wrapper .home-counter-inner li .counter-amount h6 {
    line-height: normal !important;
    line-height: initial !important;
  }

  .home-pos .counter-wrapper {
    padding-left: 0px !important;
  }

  .home-pos .weekly-chart-wrapper {
    padding-left: 0px !important;
  }

  .home-pos .weekly-chart-wrapper.pos-weekly-chart-wrapper .card-body {
    height: calc(100% - 0px) !important;
  }

  .home-pos .pos-weekly-chart-wrapper > .row {
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .home-pos .bottom-maps-wrapper {
    padding-left: 0px !important;
  }

  .home-pos .bottom-maps-wrapper .col-xl-6 {
    margin-bottom: 15px !important;
  }

  .home-counter-inner.pb-3 {
    padding-bottom: 10px !important;
  }

  .merchant-header .merchant-tab {
    padding-left: 15px !important;
  }

  .home-content-main .weekly-chart-wrapper .chart-top-button ul li a {
    font-size: 12px !important;
    padding: 6px 18px !important;
  }

  .chart-title-date-mob-view h5.common-chart-title {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .home-pos .chart-top-button > div .d-flex {
    margin-bottom: 0px !important;
  }

  .weekly-chart-wrapper.online-payment-c-wrap .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 15px !important;
  }

  .chart-title-date-mob-view .d-flex.pt-3 {
    padding-top: 10px !important;
  }

  .chart-date-wrap {
    margin-top: 15px !important;
  }

  .home-content-main .bottom-maps-wrapper .home-chart-box .graph-label {
    padding: 8px 14px !important;
  }

  .pos-btm-chrt-hdng {
    justify-content: center !important;
    margin-bottom: 15px !important;
    flex-direction: column !important;
  }

  .progress-wrapper .chart-date-wrap,
.pos-btm-chrt-hdng .chart-date-wrap {
    margin-top: 5px !important;
    padding-top: 0px !important;
  }

  .pos-btm-chrt-hdng .home-chart-box {
    text-align: center !important;
  }

  .myChart {
    padding: 0px !important;
  }

  .high-chart .chart-block {
    padding: 0.75rem 3rem !important;
  }

  .tooltip-inner {
    display: block !important;
  }

  .tooltip .arrow {
    display: block !important;
  }

  .home-pos .pos-weekly-chart-wrapper .chart-top-button > div {
    flex-direction: column !important;
  }

  .top-header-tab.settlement-wrap .tab-pane {
    padding-left: 0px !important;
  }

  .user-trns__details .downld-refund-btn > button {
    padding: 5px 25px 5px 25px !important;
    height: 42px !important;
  }

  .nav-pills li {
    width: 100% !important;
  }

  .merchant-header .merchant-tab li {
    padding: 10px 0px 10px !important;
  }

  .user-trns__details .create-invoice-btn.mr-2 .btn {
    padding: 5px 20px 5px 8px !important;
    height: 42px !important;
  }

  .custom-calendar-main .filter-daterange-main .form-control {
    height: 38px !important;
  }

  .online-product-wrapper .invoice-wrapper {
    padding-top: 80px !important;
  }

  .settlement-wrap .withdrawal-fund-wrap .fnd-hdr-pdng {
    padding: 15px 15px !important;
  }

  .withdrawal-fund-wrap .box-col-5 {
    padding: 0px !important;
  }

  .withdrawal-fund-wrap .box-col-7 {
    padding: 0px !important;
  }

  .settlement-wrap .invoice-wrapper .home-content-main {
    padding-top: 51px !important;
  }

  .invoice-wrapper .create-invoice-btn .btn {
    height: 42px !important;
  }

  .invoice-wrapper .create-invoice-btn .btn img {
    height: 26px !important;
    margin-right: 6px !important;
  }

  .invoice-modal-wrapper .invoice-modal-inner .col-lg-4 {
    z-index: inherit !important;
  }

  .invoice-modal-inner .separate-dial-code .dropdown-menu {
    z-index: 1000 !important;
  }

  .invoice-modal-wrapper .modal-b-border > div {
    max-width: none !important;
    max-width: initial !important;
  }

  .invc-dtil-mob-view .custom-drop-w-select.mr-2 {
    margin-right: 0px !important;
  }

  .modal-header.sbcptn-crt-header {
    padding-bottom: 0px !important;
  }

  .invc-dtil-mob-view .invoice-d-content.mb-4 {
    margin-bottom: 10px !important;
  }

  .invoice-modal-wrapper .create-invoice-btn .btn {
    padding: 3px 15px 2px 8px !important;
    height: 42px !important;
    margin-top: 15px !important;
  }

  .invoicedetails-box .invoicedetails-b-inner {
    border: 1px solid #e1e1e1 !important;
    padding: 15px !important;
    border-radius: 8px !important;
    margin-bottom: 15px !important;
  }

  .invoicedetails-box .invc-dtil-mob-view {
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
  }

  .invoice-modal-wrapper .invc-dtl-c-button.justify-content-end {
    align-items: flex-end !important;
  }

  .invoicedetails-b-inner .invc-dtil-mob-view .inv-pro-dtl {
    margin: 0px !important;
  }

  .send-invoice-icon, .save-invoice-icon {
    height: 30px !important;
    width: 30px !important;
    margin-right: 5px !important;
  }

  .btn-invoice-yellow, .btn-invoice-green {
    padding: 4px 10px 0px 6px !important;
    font-size: 14px !important;
  }

  .btn-invoice-yellow {
    margin-right: 8px !important;
  }

  .customer-name-main .custom-drop-w-select.p-0 {
    padding-right: 0px !important;
  }

  .invoice-modal-wrapper .btn-invoice-green.mr-3 {
    margin-right: 0px !important;
  }

  .invoice-wrapper .home-content-main .first-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .second-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .third-i-counter .invoice-counter p,
.invoice-wrapper .home-content-main .fourth-i-counter .invoice-counter p {
    word-break: break-all !important;
  }

  .modal .modal-dialog .modal-content {
    padding: 15px;
  }

  .ml-3.customer-name-main {
    padding-left: 15px !important;
    margin-left: 0px !important;
  }

  .invc-dtl-delete-icon {
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
    z-index: 1 !important;
    display: block !important;
  }

  .invc-dtl-delete-icon a {
    background-color: #7E0E45 !important;
    display: flex !important;
    border-radius: 50px !important;
    color: #fff !important;
    height: 30px !important;
    width: 30px !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .invc-dtl-delete-icon a:hover {
    color: #ffffff !important;
  }

  .invc-dtl-c-button .create-invoice-btn .btn img {
    height: 30px !important;
  }

  .send-invoice-via .input-group > .form-control {
    height: 44px !important;
    box-shadow: none !important;
    outline: 0px !important;
    border-color: #ced4da !important;
  }

  .send-invoice-via.p-t-10 {
    padding-top: 0px !important;
  }

  .top-header-tab.payment-gateway-main .tab-pane {
    padding-top: 65px !important;
  }

  .dnm-title {
    display: inline-block !important;
  }

  .sub-product-o-basis .online-basic-header {
    margin-top: 0px !important;
  }

  .online-subscription-wrap .merchant-header.online-basic-header {
    margin-top: 10px !important;
  }

  .create-user-form .col-sm-7 {
    margin-bottom: 15px !important;
  }

  .create-user-form .col-form-label.mb-4 {
    margin-bottom: 0.5rem !important;
  }

  .online-basicstore .product-list-mob-viw {
    padding-left: 15px !important;
  }

  .online-basicstore .online-p-mobile .invoice-wrapper {
    padding-top: 25px !important;
  }

  .product-list-mob-viw .data-table-card .media {
    display: block !important;
  }

  .withdrawal-filter .col-md-9 .product-checkbox {
    flex-wrap: wrap !important;
  }

  .product-modal-wrapper .product-m-wrap .report-download-main .product-check-inner .checkbox input[type=checkbox],
.edit-p-modal-wrapper .product-m-wrap .report-download-main .product-check-inner .checkbox input[type=checkbox] {
    display: none !important;
  }

  .product-modal-wrapper .product-m-wrap .report-download-main {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .cropped-img-prev .crt-prdct-prv {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  .product-item-wrap .product-item-figure {
    margin-bottom: 0px !important;
  }

  .product-item-wrap .cropped-img-prev {
    margin-top: 10px !important;
  }

  .online-orders-wrapper .invoice-wrapper {
    padding-top: 5px !important;
  }

  .online-orders-wrapper .invoice-wrapper .home-content-main {
    padding-top: 0px !important;
  }

  .online-subscription-wrap .subcptin-tbl-algn {
    padding-left: 15px !important;
  }

  .online-subscription-wrap .settlement-wrap .invoice-wrapper .home-content-main {
    padding-top: 0px !important;
  }

  .online-subscription-wrap .create-invoice-btn .btn {
    padding: 1px 15px 0px 8px !important;
    height: 42px !important;
  }

  .online-subscription-wrap .create-invoice-btn .btn img {
    height: 30px !important;
  }

  .sbcptn-crt-ftr .invoice-d-content .m-checkbox-inline {
    display: block !important;
  }

  .create-sub-content .pos-selection {
    margin-left: 0px !important;
  }

  .subcrbr-listing-mob-view {
    padding-left: 15px !important;
  }

  .manage-user-m-header.mb-5 {
    margin-bottom: 1rem !important;
  }

  .create-user-form .form-group {
    margin-bottom: 0px !important;
  }

  .create-user-form .col-sm-7 {
    margin-bottom: 5px !important;
  }

  .crt-usr-enbl-otp-lbl .col-sm-7 {
    padding: 0px !important;
  }

  .manageuser-wrapper.mb-0 {
    margin-bottom: 15px !important;
  }

  .setting-data-box-mob-view .s-notification-wrapper h4 {
    margin-bottom: 0px !important;
  }

  .business-info-wrap .card.p-4 {
    padding: 0.5rem !important;
  }

  .business-details .business-info-btn {
    justify-content: flex-end !important;
    margin: 0px !important;
  }

  .business-details .business-info-btn .button-div.mt-4 {
    margin-top: 0.5rem !important;
  }

  .business-info-wrap .verify-content {
    text-align: left !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }

  .my-account-inner .d-flex .verify-content {
    margin-top: 5px !important;
  }

  .bank-dtl-wrapper .my-account-inner .card.p-4,
.bank-dtl-wrapper .business-details .card.p-4 {
    padding: 1.5rem !important;
  }

  .bank-dtl-wrapper .my-account-inner {
    padding-top: 0px !important;
  }

  .business-info-wrap .submit-action > button:first-child {
    margin-right: 0 !important;
  }

  .c-filter-dropdown .ng-dropdown-panel-items::-webkit-scrollbar {
    width: 6px !important;
  }

  .create-invoice-btn .btn img {
    height: 30px !important;
  }

  .refund-succ-m {
    text-align: left !important;
    margin-bottom: 15px !important;
  }

  .transaction-wrapper .create-user-form .form-group.mb-4 {
    margin-bottom: 1.5rem !important;
  }

  .transaction-wrapper .create-user-form .create-btn-manageuser {
    margin-bottom: 25px !important;
  }

  .cancel-m-content {
    margin-top: 15px !important;
  }

  .product-modal-wrapper .product-m-wrap .frm-contl,
.edit-p-modal-wrapper .product-m-wrap .frm-contl {
    height: 36px !important;
    outline: 0px !important;
    box-shadow: none !important;
  }

  .product-modal-wrapper .product-m-wrap .frm-contl:focus,
.edit-p-modal-wrapper .product-m-wrap .frm-contl:focus {
    border: 1px solid #bdbfc4 !important;
  }

  .product-listing-main .product-s-media {
    margin-top: 10px !important;
  }

  .product-listing-main .product-s-media.sbscrn-sm-media {
    margin-top: 0px !important;
  }

  .report-wrapper .report-selction .mr-3 {
    margin-right: 0px !important;
  }

  .report-wrapper .report-selction .row {
    flex-direction: column !important;
    margin: 0px !important;
    padding: 0px !important;
    padding-bottom: 15px !important;
  }

  .report-wrapper .report-selction .row .form-group {
    flex-direction: column !important;
  }

  .terminal-form-main .create-u-input {
    margin-bottom: 15px !important;
  }

  .mng-main-user .n-c-modalclose,
.mng-edit-usr .n-c-modalclose {
    top: -5px !important;
    right: -5px !important;
  }

  .sub-user-counter .home-counter-inner li {
    min-width: 220px !important;
    max-width: 220px !important;
  }
  .sub-user-counter .home-counter-inner li:last-child {
    min-width: 220px !important;
    max-width: 220px !important;
  }

  .livetest-switch-wrap .op-pamnt-mt {
    margin-top: 15px !important;
  }

  .live-terminal-main {
    display: inline-block !important;
    position: relative !important;
  }

  .product-item-wrap {
    margin-top: 15px !important;
  }

  .product-plan-popup .modal-body {
    padding: 1rem !important;
  }

  .op-setting-n-wrapper {
    width: 100% !important;
    overflow-x: auto !important;
  }

  .op-setting-n-wrapper .setting-notification-main {
    min-width: 700px !important;
    overflow: visible !important;
    overflow: initial !important;
  }

  .op-setting-n-wrapper .s-n-content .col-md-5 {
    min-width: 150px !important;
  }

  /*Business Document Css*/
  .business-doc-wrapper .b-document-list-wrapper.p-5 {
    padding: 1rem !important;
  }

  .business-doc-header .d-flex {
    display: inline-block !important;
  }

  .business-doc-wrapper .card .card-header .btn.btn-link {
    padding: 10px !important;
    display: inline-block !important;
  }

  .doc-inner-header .col-2 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .b-date-time-main.pl-3 {
    padding-left: 0px !important;
  }

  .doc-inner-header .doc-inner-title {
    margin-bottom: 10px !important;
  }

  .col-8.b-doc-comment {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .filter-daterange-wrap .custom-input-filter {
    height: 42px;
  }

  .payment-select-box .multiselect-dropdown .dropdown-btn {
    padding: 8.8px 15px !important;
  }

  .payment-select-box .multiselect-dropdown .dropdown-list .item2::-webkit-scrollbar {
    width: 6px !important;
  }

  .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret {
    top: -3px !important;
  }

  .vpnerror-popup-main .modal-header {
    padding-bottom: 30px;
  }

  .vpnerror-popup-main .modal-header .attention-title {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 0px;
  }

  .vpnerror-popup-main .modal-body {
    padding: 30px 0px !important;
  }

  .vpnerror-popup-main .modal-body .cancel-m-content {
    margin-top: 30px !important;
  }

  .vpnerror-popup-main .n-submit-btn {
    font-size: 14px;
  }

  /*Default Settlement Css*/
  .withdrawal-fund-wrap .custom-radio-ml {
    margin-left: 0px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio {
    margin-right: 0px;
    width: 100%;
    padding: 8px 15px;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    top: 5px !important;
  }

  .withdrawal-fund-wrap .default-auto-main .withdraw-content .radio label::before {
    top: 1px;
  }

  .bank-instruction-text h6 {
    text-align: left !important;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .edit-withd-btn {
    margin-left: 0px !important;
  }

  .withdraw-tooltip img {
    vertical-align: text-bottom !important;
  }

  .with-tooltip-box {
    width: 200px !important;
  }

  .withdraw-content .radio label::before {
    left: 0 !important;
  }

  .withdrawal-fund-wrap .default-auto-main .radio.select-radio label::after {
    left: 7px !important;
  }

  .default-auto-main .radio label {
    padding-left: 5px;
  }

  .business-details .submit-action .btn-submit-veri {
    width: 100% !important;
  }

  .batch-summary-wrapper .batch-summary-single-cal {
    width: 100%;
  }

  .batch-summary-wrapper .custom-date-range-input {
    width: 100%;
  }

  .batch-summary-wrapper .custom-calendar-main .filter-daterange-main {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .batch-summary-wrapper .batch-summary-single-cal.d-flex {
    display: inline-block !important;
  }

  .batch-summary-wrapper > .d-flex {
    display: inline-block !important;
  }

  .filter-drop-search .custom-input-filter {
    height: 42px !important;
  }

  .info-icon img {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .customize-check-mainwrap .card.p-4 {
    padding: 0.8rem !important;
  }

  .theme-picker-wrapper .color-picker.open {
    right: 0px !important;
    left: auto !important;
    left: initial !important;
  }

  .theme-picker-wrapper .color-picker .arrow.arrow-bottom {
    left: auto !important;
    left: initial !important;
    right: 70px !important;
  }

  .checkout-tabs {
    display: none;
  }

  .checkout-tab-mobileview {
    display: block;
  }

  .info-icon img {
    display: none;
  }
}
@media screen and (min-width: 280px) and (max-width: 320px) {
  .n-main-header .n-h-custom-dropdown .ng-select.ng-select-single .ng-select-container {
    width: 80px !important;
    max-width: 80px !important;
  }

  .n-main-header .n-h-custom-dropdown .ng-dropdown-panel {
    width: 80px !important;
    max-width: 80px !important;
  }

  .rtl .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
    padding-right: 0px !important;
  }

  .info-icon img {
    display: none;
  }
}
/*SADAD DESIGNER CSS START*/
.router-wrapper {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: calc(100% - 47px);
  perspective: 1200px;
  transform-style: preserve-3d;
}
:host {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #60d7a9;
}
.iti {
  display: block !important;
  margin-bottom: 20px;
}
.iti .dropdown-menu.country-dropdown {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-color: #c7cace;
  margin-top: -1px;
}
.iti .iti__country-list {
  box-shadow: none;
  font-size: 14px;
  margin-left: 0;
  width: 244px;
  max-height: 170px;
}
.iti__flag-container.open + input {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.iti .search-container input {
  font-size: 14px;
  border-color: #c7cace;
  border-radius: 0;
  padding: 5px 10px;
}
.iti .search-container input:focus {
  outline: none;
}
@media screen and (max-width: 479px) {
  .iti .iti__country-list {
    width: 88.3vw;
  }
}
ngx-intl-tel-input input {
  height: 48px;
  margin-bottom: 20px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #66788F;
  border-radius: 28px 28px 28px 28px !important;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
}
ngx-intl-tel-input.ng-invalid.ng-touched input {
  border: 1px solid #c0392b;
}
ngx-intl-tel-input input:hover {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.24);
}
ngx-intl-tel-input input:focus {
  outline: none !important;
  border-color: #3498db;
  box-shadow: 0 0 0 0 #000;
}
ngx-intl-tel-input input:-ms-input-placeholder {
  color: #bac2c7;
}
ngx-intl-tel-input input::-moz-placeholder {
  color: #bac2c7;
}
ngx-intl-tel-input input::placeholder {
  color: #bac2c7;
}
ngx-intl-tel-input input[disabled] {
  background-color: #e5eaf1;
}
.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, "Helvetica Neue", sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption{font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-button-toggle{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-card{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-table{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-0.0625em}.mat-menu-item{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px}.mat-radio-button{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-select{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-slider-thumb-label-text{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:normal}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0}.mat-tooltip{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-list-option{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-simple-snackbar{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@-webkit-keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-start{/*!*/}@-webkit-keyframes cdk-text-field-autofill-end{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{-webkit-animation:cdk-text-field-autofill-start 0s 1ms;animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){-webkit-animation:cdk-text-field-autofill-end 0s 1ms;animation:cdk-text-field-autofill-end 0s 1ms}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}.mat-focus-indicator{position:relative}.mat-mdc-focus-indicator{position:relative}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#fafafa}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}.mat-badge-content{color:#fff;background:#3f51b5}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#ff4081;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#3f51b5}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ff4081}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#3f51b5}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not(.mat-button-disabled){border-color:rgba(0,0,0,.12)}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:#fff}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#3f51b5}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ff4081}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:rgba(0,0,0,.12)}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone,.mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{box-shadow:none}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa !important}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#3f51b5}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ff4081}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#3f51b5}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ff4081}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip::after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-table{background:#fff}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}.mat-calendar-table-header{color:rgba(0,0,0,.38)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(0,0,0,.38)}.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}.mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}.mat-calendar-body-in-range::before{background:rgba(63,81,181,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:#3f51b5;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(63,81,181,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(63,81,181,.3)}.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,64,129,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,64,129,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,64,129,.3)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}.mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-datepicker-toggle-active{color:#3f51b5}.mat-datepicker-toggle-active.mat-accent{color:#ff4081}.mat-datepicker-toggle-active.mat-warn{color:#f44336}.mat-date-range-input-inner[disabled]{color:rgba(0,0,0,.38)}.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-form-field-label{color:rgba(0,0,0,.6)}.mat-hint{color:rgba(0,0,0,.6)}.mat-form-field.mat-focused .mat-form-field-label{color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#ff4081}.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#3f51b5}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ff4081}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-error{color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#3f51b5}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}.mat-icon.mat-primary{color:#3f51b5}.mat-icon.mat-accent{color:#ff4081}.mat-icon.mat-warn{color:#f44336}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#3f51b5}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-form-field.mat-accent .mat-input-element{caret-color:#ff4081}.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}.mat-list-item-disabled{background-color:#eee}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}.mat-menu-item[disabled],.mat-menu-item[disabled]::after,.mat-menu-item[disabled] .mat-icon-no-color{color:rgba(0,0,0,.38)}.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-paginator-container{min-height:56px}.mat-progress-bar-background{fill:#c5cae9}.mat-progress-bar-buffer{background-color:#c5cae9}.mat-progress-bar-fill::after{background-color:#3f51b5}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#ff80ab}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#ff80ab}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ff4081}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#3f51b5}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ff4081}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#3f51b5}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ff4081}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,64,129,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ff4081}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#3f51b5}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(63,81,181,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#3f51b5}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:#3f51b5}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-primary .mat-slider-focus-ring{background-color:rgba(63,81,181,.2)}.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:#ff4081}.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-focus-ring{background-color:rgba(255,64,129,.2)}.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:#f44336}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}.mat-slider:hover .mat-slider-track-background,.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(0,0,0,.04)}@media(hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#3f51b5;color:#fff}.mat-step-header.mat-accent .mat-step-icon{color:#fff}.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ff4081;color:#fff}.mat-step-header.mat-warn .mat-step-icon{color:#fff}.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px 24px}.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before{top:36px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-sort-header-arrow{color:#757575}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#3f51b5}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-links .mat-focus-indicator::before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-links .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#ff4081}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-links .mat-focus-indicator::before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-links .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-links .mat-focus-indicator::before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-links .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#3f51b5;color:#fff}.mat-toolbar.mat-accent{background:#ff4081;color:#fff}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}.mat-tree-node{min-height:48px}.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-simple-snackbar-action{color:#ff4081}

