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

/* line 4, app/assets/stylesheets/theme/font-awesome/_core.scss */
.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 */
/* line 5, app/assets/stylesheets/theme/font-awesome/_larger.scss */
.fa-lg {
  font-size: calc((4em / 3));
  line-height: calc((3em / 4));
  vertical-align: -15%;
}

/* line 10, app/assets/stylesheets/theme/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, app/assets/stylesheets/theme/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, app/assets/stylesheets/theme/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, app/assets/stylesheets/theme/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, app/assets/stylesheets/theme/font-awesome/_fixed-width.scss */
.fa-fw {
  width: calc((18em / 14));
  text-align: center;
}

/* line 4, app/assets/stylesheets/theme/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: calc((30em / 14));
  list-style-type: none;
}

/* line 8, app/assets/stylesheets/theme/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, app/assets/stylesheets/theme/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -calc((30em / 14));
  width: calc((30em / 14));
  top: calc(2em / 14);
  text-align: center;
}

/* line 16, app/assets/stylesheets/theme/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -calc((30em / 14))calc((4em / 14));
}

/* line 4, app/assets/stylesheets/theme/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, app/assets/stylesheets/theme/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, app/assets/stylesheets/theme/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, app/assets/stylesheets/theme/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 15, app/assets/stylesheets/theme/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, app/assets/stylesheets/theme/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, app/assets/stylesheets/theme/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, app/assets/stylesheets/theme/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 24, app/assets/stylesheets/theme/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, app/assets/stylesheets/theme/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, app/assets/stylesheets/theme/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

/* line 4, app/assets/stylesheets/theme/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, app/assets/stylesheets/theme/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, app/assets/stylesheets/theme/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, app/assets/stylesheets/theme/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, app/assets/stylesheets/theme/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, app/assets/stylesheets/theme/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, app/assets/stylesheets/theme/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, app/assets/stylesheets/theme/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, app/assets/stylesheets/theme/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, app/assets/stylesheets/theme/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, app/assets/stylesheets/theme/font-awesome/_stacked.scss */
.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 */
/* line 4, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 18, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 23, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 24, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 25, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 26, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 27, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 28, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 29, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 30, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 31, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 32, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 33, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 34, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 35, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 36, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 37, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 38, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 39, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 40, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 41, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 42, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 43, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 44, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 45, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 46, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 47, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 48, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 49, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 50, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 51, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 52, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 53, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 54, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 55, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 56, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 57, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 58, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 59, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 60, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 61, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 62, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 63, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 64, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 65, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 66, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 67, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 68, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 69, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 70, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 71, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 72, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 73, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 74, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 75, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 76, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 77, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 78, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 79, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 80, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 81, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 82, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 83, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 84, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 85, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 86, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 87, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 88, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 89, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 90, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 91, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 92, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 93, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 94, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 95, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 96, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 97, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 98, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 99, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 100, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 101, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 102, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 103, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 104, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 105, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 106, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 107, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 108, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 109, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 110, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 111, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 112, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 113, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 114, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 115, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 116, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 117, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 118, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 119, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 120, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 121, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 122, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 123, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 124, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 125, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 126, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 127, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 128, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 129, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 130, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 131, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 132, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 133, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 134, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 135, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 136, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 137, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 138, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 139, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 140, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 141, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 142, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 143, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 144, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 145, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 146, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 147, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 148, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 149, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 150, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 151, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 152, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 153, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 154, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 155, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 156, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 157, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 158, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 159, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 160, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 161, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 162, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 163, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 164, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 165, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 166, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 167, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 168, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 169, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 170, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 171, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 172, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 173, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 174, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 175, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 176, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 177, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 178, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 179, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 180, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 181, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 182, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 183, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 184, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 185, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 186, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 187, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 188, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 189, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 190, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 191, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 192, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 193, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 194, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 195, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 196, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 197, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 198, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 199, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 200, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 201, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 202, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 203, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 204, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 205, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 206, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 207, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 208, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 209, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 210, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 211, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 212, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 213, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 214, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 215, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 216, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 217, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 218, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 219, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 220, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 221, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 222, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 223, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 224, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 225, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 226, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 227, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 228, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 229, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 230, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 231, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 232, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 233, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 234, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 235, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 236, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 237, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 238, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 239, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 240, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 241, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 242, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 243, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 244, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 245, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 246, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 247, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 248, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 249, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 250, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 251, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 252, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 253, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 254, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 255, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 256, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 257, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 258, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 259, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 260, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 261, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 262, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 263, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 264, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 265, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 266, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 267, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 268, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 269, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 270, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 271, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 272, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 273, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 274, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 275, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 276, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 277, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 278, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 279, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 280, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 281, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 282, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 283, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 284, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 285, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 286, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 287, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 288, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 289, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 290, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 291, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 292, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 293, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 294, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 295, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 296, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 297, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 298, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 299, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 300, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 301, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 302, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 303, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 304, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 305, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 306, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 307, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 308, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 309, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 310, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 311, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 312, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 313, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 314, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 315, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 316, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 317, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 318, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 319, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 320, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 321, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 322, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 323, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 324, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 325, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 326, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 327, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 328, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 329, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 330, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 331, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 332, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 333, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 334, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 335, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 336, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 337, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 338, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 339, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 340, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 341, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 342, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 343, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 344, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 345, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 346, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 347, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 348, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 349, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 350, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 351, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 352, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 353, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 354, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 355, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 356, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 357, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 358, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 359, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 360, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 361, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 362, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 363, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 364, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 365, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 366, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 367, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 368, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 369, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 370, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 371, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 372, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 373, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 374, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 375, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 376, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 377, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 378, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 379, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 380, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 381, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 382, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 383, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 384, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 385, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 386, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 387, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 388, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 389, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 390, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 391, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 392, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 393, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 394, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 395, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 396, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 397, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 398, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 399, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 400, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 401, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 402, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 403, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 404, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 405, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 406, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 407, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 408, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 409, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 410, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 411, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 412, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 413, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 414, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 415, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 416, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 417, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 418, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 419, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 420, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 421, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 422, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 423, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 424, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 425, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 426, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 427, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 428, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 429, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 430, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 431, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 432, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 433, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 434, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 435, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 436, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 437, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 438, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 439, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 440, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 441, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 442, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 443, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 444, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 445, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 446, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 447, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 448, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 449, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 450, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 451, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 452, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 453, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 454, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 455, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 456, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 457, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 458, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 459, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 460, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 461, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 462, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 463, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 464, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 465, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 466, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 467, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 468, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 469, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 470, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 471, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 472, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 473, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 474, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 475, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 476, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 477, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 478, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 479, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 480, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 481, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 482, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 483, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 484, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 485, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 486, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 487, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 488, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 489, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 490, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 491, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 492, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 493, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 494, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 495, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 496, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 497, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 498, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 499, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 500, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 501, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 502, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 503, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 504, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 505, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 506, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 507, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 508, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 509, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 510, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 511, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 512, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 513, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 514, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 515, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 516, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 517, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 518, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 519, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 520, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 521, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 522, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 523, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 524, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 525, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 526, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 527, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 528, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 529, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 530, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 531, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 532, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 533, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 534, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 535, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 536, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 537, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 538, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 539, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 540, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 541, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 542, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 543, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 544, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 545, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 546, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 547, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 548, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 549, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 550, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 551, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 552, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 553, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 554, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 555, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 556, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 557, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-viho-commons:before {
  content: "";
}

/* line 558, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 559, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 560, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 561, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 562, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 563, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 564, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 565, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 566, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 567, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 568, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 569, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 570, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 571, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 572, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 573, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 574, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 575, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 576, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 577, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 578, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 579, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 580, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 581, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 582, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 583, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 584, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 585, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 586, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 587, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 588, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 589, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 590, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 591, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 592, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 593, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 594, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 595, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 596, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 597, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 598, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 599, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 600, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 601, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 602, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 603, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 604, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 605, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 606, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 607, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 608, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 609, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 610, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 611, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 612, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 613, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-viho-access:before {
  content: "";
}

/* line 614, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 615, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 616, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 617, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 618, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 619, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 620, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 621, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 622, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 623, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 624, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 625, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 626, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 627, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 628, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 629, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 630, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 631, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 632, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 633, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 634, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 635, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 636, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 637, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 638, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 639, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 640, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 641, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 642, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 643, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 644, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 645, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 646, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 647, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 648, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 649, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 650, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 651, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 652, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 653, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 654, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 655, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 656, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 657, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 658, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 659, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 660, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 661, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 662, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 663, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 664, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 665, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 666, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 667, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 668, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 669, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 670, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 671, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 672, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 673, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 674, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 675, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 676, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 677, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 678, app/assets/stylesheets/theme/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, app/assets/stylesheets/theme/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, app/assets/stylesheets/theme/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**
 * @package IcoFont by ThemeHunt - https://themehunt.com
 * @version 1.0.0 Beta
 * @author IcoFont http://icofont.com
 * @copyright Copyright (c) 2018 IcoFont
 * @license - http://icofont.com/license/
*/
@font-face {
  font-family: 'icofont';
  src: url(/../fonts/ico/icofont.eot?v=1.0.0-beta);
  src: url(/../fonts/ico/icofont.eot?v=1.0.0-beta#iefix) format("embedded-opentype"), url(/../fonts/ico/icofont.ttf?v=1.0.0-beta) format("truetype"), url(/../fonts/ico/icofont.woff?v=1.0.0-beta) format("woff"), url(/../fonts/ico/icofont.svg?v=1.0.0-beta#icofont) format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/* line 31, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-angry-monster:before {
  content: "\e901";
}

/* line 35, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bathtub:before {
  content: "\e902";
}

/* line 39, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bird-wings:before {
  content: "\e903";
}

/* line 43, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bow:before {
  content: "\e904";
}

/* line 47, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brain-alt:before {
  content: "\e905";
}

/* line 51, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-butterfly-alt:before {
  content: "\e906";
}

/* line 55, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-castle:before {
  content: "\e907";
}

/* line 59, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-circuit:before {
  content: "\e908";
}

/* line 63, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dart:before {
  content: "\e909";
}

/* line 67, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dice-alt:before {
  content: "\e90a";
}

/* line 71, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-disability-race:before {
  content: "\e90b";
}

/* line 75, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-diving-goggle:before {
  content: "\e90c";
}

/* line 79, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fire-alt:before {
  content: "\e90d";
}

/* line 83, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-flame-torch:before {
  content: "\e90e";
}

/* line 87, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-flora-flower:before {
  content: "\e90f";
}

/* line 91, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-flora:before {
  content: "\e910";
}

/* line 95, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-gift-box:before {
  content: "\e911";
}

/* line 99, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-halloween-pumpkin:before {
  content: "\e912";
}

/* line 103, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-power:before {
  content: "\e913";
}

/* line 107, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-thunder:before {
  content: "\e914";
}

/* line 111, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-king-crown:before {
  content: "\e915";
}

/* line 115, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-king-monster:before {
  content: "\e916";
}

/* line 119, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-love:before {
  content: "\e917";
}

/* line 123, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-magician-hat:before {
  content: "\e918";
}

/* line 127, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-native-american:before {
  content: "\e919";
}

/* line 131, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-open-eye:before {
  content: "\e91a";
}

/* line 135, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-owl-look:before {
  content: "\e91b";
}

/* line 139, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-phoenix:before {
  content: "\e91c";
}

/* line 143, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-queen-crown:before {
  content: "\e91d";
}

/* line 147, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-robot-face:before {
  content: "\e91e";
}

/* line 151, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sand-clock:before {
  content: "\e91f";
}

/* line 155, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-shield-alt:before {
  content: "\e920";
}

/* line 159, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ship-wheel:before {
  content: "\e921";
}

/* line 163, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-skull-danger:before {
  content: "\e922";
}

/* line 167, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-skull-face:before {
  content: "\e923";
}

/* line 171, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snail:before {
  content: "\e924";
}

/* line 175, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snow-alt:before {
  content: "\e925";
}

/* line 179, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snow-flake:before {
  content: "\e926";
}

/* line 183, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowmobile:before {
  content: "\e927";
}

/* line 187, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-space-shuttle:before {
  content: "\e928";
}

/* line 191, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-star-shape:before {
  content: "\e929";
}

/* line 195, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-swirl:before {
  content: "\e92a";
}

/* line 199, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tattoo-wing:before {
  content: "\e92b";
}

/* line 203, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-throne:before {
  content: "\e92c";
}

/* line 207, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-touch:before {
  content: "\e92d";
}

/* line 211, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tree-alt:before {
  content: "\e92e";
}

/* line 215, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-triangle:before {
  content: "\e92f";
}

/* line 219, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-unity-hand:before {
  content: "\e930";
}

/* line 223, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-weed:before {
  content: "\e931";
}

/* line 227, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-woman-bird:before {
  content: "\e932";
}

/* line 231, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-bat:before {
  content: "\e933";
}

/* line 235, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-bear-tracks:before {
  content: "\e934";
}

/* line 239, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-bear:before {
  content: "\e935";
}

/* line 243, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-bird-alt:before {
  content: "\e936";
}

/* line 247, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-bird:before {
  content: "\e937";
}

/* line 251, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-bone:before {
  content: "\e938";
}

/* line 255, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-bull:before {
  content: "\e939";
}

/* line 259, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-camel-alt:before {
  content: "\e93a";
}

/* line 263, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-camel-head:before {
  content: "\e93b";
}

/* line 267, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-camel:before {
  content: "\e93c";
}

/* line 271, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-cat-alt-1:before {
  content: "\e93d";
}

/* line 275, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-cat-alt-2:before {
  content: "\e93e";
}

/* line 279, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-cat-alt-3:before {
  content: "\e93f";
}

/* line 283, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-cat-alt-4:before {
  content: "\e940";
}

/* line 287, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-cat-with-dog:before {
  content: "\e941";
}

/* line 291, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-cat:before {
  content: "\e942";
}

/* line 295, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-cow-head:before {
  content: "\e943";
}

/* line 299, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-cow:before {
  content: "\e944";
}

/* line 303, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-crab:before {
  content: "\e945";
}

/* line 307, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-crocodile:before {
  content: "\e946";
}

/* line 311, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-deer-head:before {
  content: "\e947";
}

/* line 315, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-dog-alt:before {
  content: "\e948";
}

/* line 319, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-dog-barking:before {
  content: "\e949";
}

/* line 323, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-dog:before {
  content: "\e94a";
}

/* line 327, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-dolphin:before {
  content: "\e94b";
}

/* line 331, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-duck-tracks:before {
  content: "\e94c";
}

/* line 335, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-eagle-head:before {
  content: "\e94d";
}

/* line 339, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-eaten-fish:before {
  content: "\e94e";
}

/* line 343, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-elephant-alt:before {
  content: "\e94f";
}

/* line 347, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-elephant-head-alt:before {
  content: "\e950";
}

/* line 351, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-elephant-head:before {
  content: "\e951";
}

/* line 355, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-elephant:before {
  content: "\e952";
}

/* line 359, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-elk:before {
  content: "\e953";
}

/* line 363, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-fish-alt-1:before {
  content: "\e954";
}

/* line 367, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-fish-alt-2:before {
  content: "\e955";
}

/* line 371, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-fish-alt-3:before {
  content: "\e956";
}

/* line 375, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-fish-alt-4:before {
  content: "\e957";
}

/* line 379, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-fish:before {
  content: "\e958";
}

/* line 383, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-fox-alt:before {
  content: "\e959";
}

/* line 387, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-fox:before {
  content: "\e95a";
}

/* line 391, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-frog-tracks:before {
  content: "\e95b";
}

/* line 395, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-frog:before {
  content: "\e95c";
}

/* line 399, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-froggy:before {
  content: "\e95d";
}

/* line 403, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-giraffe-alt:before {
  content: "\e95e";
}

/* line 407, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-giraffe:before {
  content: "\e95f";
}

/* line 411, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-goat-head-alt-1:before {
  content: "\e960";
}

/* line 415, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-goat-head-alt-2:before {
  content: "\e961";
}

/* line 419, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-goat-head:before {
  content: "\e962";
}

/* line 423, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-gorilla:before {
  content: "\e963";
}

/* line 427, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-hen-tracks:before {
  content: "\e964";
}

/* line 431, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-horse-head-alt-1:before {
  content: "\e965";
}

/* line 435, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-horse-head-alt-2:before {
  content: "\e966";
}

/* line 439, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-horse-head:before {
  content: "\e967";
}

/* line 443, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-horse-tracks:before {
  content: "\e968";
}

/* line 447, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-jellyfish:before {
  content: "\e969";
}

/* line 451, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-kangaroo:before {
  content: "\e96a";
}

/* line 455, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-lemur:before {
  content: "\e96b";
}

/* line 459, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-lion-alt:before {
  content: "\e96c";
}

/* line 463, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-lion-head-alt:before {
  content: "\e96d";
}

/* line 467, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-lion-head:before {
  content: "\e96e";
}

/* line 471, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-lion:before {
  content: "\e96f";
}

/* line 475, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-monkey-alt-1:before {
  content: "\e970";
}

/* line 479, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-monkey-alt-2:before {
  content: "\e971";
}

/* line 483, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-monkey-alt-3:before {
  content: "\e972";
}

/* line 487, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-monkey:before {
  content: "\e973";
}

/* line 491, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-octopus-alt:before {
  content: "\e974";
}

/* line 495, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-octopus:before {
  content: "\e975";
}

/* line 499, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-owl:before {
  content: "\e976";
}

/* line 503, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-panda-alt:before {
  content: "\e977";
}

/* line 507, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-panda:before {
  content: "\e978";
}

/* line 511, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-panther:before {
  content: "\e979";
}

/* line 515, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-parrot-lip:before {
  content: "\e97a";
}

/* line 519, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-parrot:before {
  content: "\e97b";
}

/* line 523, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-paw:before {
  content: "\e97c";
}

/* line 527, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-pelican:before {
  content: "\e97d";
}

/* line 531, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-penguin:before {
  content: "\e97e";
}

/* line 535, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-pig-alt:before {
  content: "\e97f";
}

/* line 539, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-pig:before {
  content: "\e980";
}

/* line 543, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-pigeon-alt:before {
  content: "\e981";
}

/* line 547, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-pigeon:before {
  content: "\e982";
}

/* line 551, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-pigeons:before {
  content: "\e983";
}

/* line 555, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-rabbit-running:before {
  content: "\e984";
}

/* line 559, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-rat-alt:before {
  content: "\e985";
}

/* line 563, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-rhino-head:before {
  content: "\e986";
}

/* line 567, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-rhino:before {
  content: "\e987";
}

/* line 571, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-rooster:before {
  content: "\e988";
}

/* line 575, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-seahorse:before {
  content: "\e989";
}

/* line 579, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-seal:before {
  content: "\e98a";
}

/* line 583, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-shrimp:before {
  content: "\e98b";
}

/* line 587, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-snail-alt-1:before {
  content: "\e98c";
}

/* line 591, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-snail-alt-2:before {
  content: "\e98d";
}

/* line 595, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-snail:before {
  content: "\e98e";
}

/* line 599, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-snake:before {
  content: "\e98f";
}

/* line 603, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-squid:before {
  content: "\e990";
}

/* line 607, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-squirrel:before {
  content: "\e991";
}

/* line 611, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-tiger-alt:before {
  content: "\e992";
}

/* line 615, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-tiger:before {
  content: "\e993";
}

/* line 619, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-turtle:before {
  content: "\e994";
}

/* line 623, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-whale:before {
  content: "\e995";
}

/* line 627, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-woodpecker:before {
  content: "\e996";
}

/* line 631, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-animal-zebra:before {
  content: "\e997";
}

/* line 635, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-acer:before {
  content: "\e998";
}

/* line 639, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-adidas:before {
  content: "\e999";
}

/* line 643, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-adobe:before {
  content: "\e99a";
}

/* line 647, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-air-new-zealand:before {
  content: "\e99b";
}

/* line 651, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-airbnb:before {
  content: "\e99c";
}

/* line 655, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-aircell:before {
  content: "\e99d";
}

/* line 659, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-airtel:before {
  content: "\e99e";
}

/* line 663, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-alcatel:before {
  content: "\e99f";
}

/* line 667, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-alibaba:before {
  content: "\e9a0";
}

/* line 671, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-aliexpress:before {
  content: "\e9a1";
}

/* line 675, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-alipay:before {
  content: "\e9a2";
}

/* line 679, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-amazon:before {
  content: "\e9a3";
}

/* line 683, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-amd:before {
  content: "\e9a4";
}

/* line 687, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-american-airlines:before {
  content: "\e9a5";
}

/* line 691, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-android-robot:before {
  content: "\e9a6";
}

/* line 695, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-android:before {
  content: "\e9a7";
}

/* line 699, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-aol:before {
  content: "\e9a8";
}

/* line 703, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-apple:before {
  content: "\e9a9";
}

/* line 707, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-appstore:before {
  content: "\e9aa";
}

/* line 711, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-asus:before {
  content: "\e9ab";
}

/* line 715, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-ati:before {
  content: "\e9ac";
}

/* line 719, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-att:before {
  content: "\e9ad";
}

/* line 723, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-audi:before {
  content: "\e9ae";
}

/* line 727, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-axiata:before {
  content: "\e9af";
}

/* line 731, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-bada:before {
  content: "\e9b0";
}

/* line 735, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-bbc:before {
  content: "\e9b1";
}

/* line 739, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-bing:before {
  content: "\e9b2";
}

/* line 743, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-blackberry:before {
  content: "\e9b3";
}

/* line 747, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-bmw:before {
  content: "\e9b4";
}

/* line 751, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-box:before {
  content: "\e9b5";
}

/* line 755, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-burger-king:before {
  content: "\e9b6";
}

/* line 759, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-business-insider:before {
  content: "\e9b7";
}

/* line 763, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-buzzfeed:before {
  content: "\e9b8";
}

/* line 767, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-cannon:before {
  content: "\e9b9";
}

/* line 771, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-casio:before {
  content: "\e9ba";
}

/* line 775, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-china-mobile:before {
  content: "\e9bb";
}

/* line 779, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-china-telecom:before {
  content: "\e9bc";
}

/* line 783, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-china-unicom:before {
  content: "\e9bd";
}

/* line 787, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-cisco:before {
  content: "\e9be";
}

/* line 791, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-citibank:before {
  content: "\e9bf";
}

/* line 795, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-cnet:before {
  content: "\e9c0";
}

/* line 799, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-cnn:before {
  content: "\e9c1";
}

/* line 803, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-cocal-cola:before {
  content: "\e9c2";
}

/* line 807, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-compaq:before {
  content: "\e9c3";
}

/* line 811, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-copy:before {
  content: "\e9c4";
}

/* line 815, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-debian:before {
  content: "\e9c5";
}

/* line 819, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-delicious:before {
  content: "\e9c6";
}

/* line 823, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-dell:before {
  content: "\e9c7";
}

/* line 827, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-designbump:before {
  content: "\e9c8";
}

/* line 831, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-designfloat:before {
  content: "\e9c9";
}

/* line 835, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-disney:before {
  content: "\e9ca";
}

/* line 839, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-dodge:before {
  content: "\e9cb";
}

/* line 843, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-dove:before {
  content: "\e9cc";
}

/* line 847, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-ebay:before {
  content: "\e9cd";
}

/* line 851, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-eleven:before {
  content: "\e9ce";
}

/* line 855, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-emirates:before {
  content: "\e9cf";
}

/* line 859, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-espn:before {
  content: "\e9d0";
}

/* line 863, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-etihad-airways:before {
  content: "\e9d1";
}

/* line 867, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-etisalat:before {
  content: "\e9d2";
}

/* line 871, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-etsy:before {
  content: "\e9d3";
}

/* line 875, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-facebook:before {
  content: "\e9d4";
}

/* line 879, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-fastrack:before {
  content: "\e9d5";
}

/* line 883, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-fedex:before {
  content: "\e9d6";
}

/* line 887, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-ferrari:before {
  content: "\e9d7";
}

/* line 891, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-fitbit:before {
  content: "\e9d8";
}

/* line 895, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-flikr:before {
  content: "\e9d9";
}

/* line 899, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-forbes:before {
  content: "\e9da";
}

/* line 903, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-foursquare:before {
  content: "\e9db";
}

/* line 907, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-fox:before {
  content: "\e9dc";
}

/* line 911, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-foxconn:before {
  content: "\e9dd";
}

/* line 915, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-fujitsu:before {
  content: "\e9de";
}

/* line 919, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-general-electric:before {
  content: "\e9df";
}

/* line 923, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-gillette:before {
  content: "\e9e0";
}

/* line 927, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-gizmodo:before {
  content: "\e9e1";
}

/* line 931, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-gnome:before {
  content: "\e9e2";
}

/* line 935, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-google:before {
  content: "\e9e3";
}

/* line 939, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-gopro:before {
  content: "\e9e4";
}

/* line 943, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-gucci:before {
  content: "\e9e5";
}

/* line 947, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-hallmark:before {
  content: "\e9e6";
}

/* line 951, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-hi5:before {
  content: "\e9e7";
}

/* line 955, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-honda:before {
  content: "\e9e8";
}

/* line 959, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-hp:before {
  content: "\e9e9";
}

/* line 963, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-hsbc:before {
  content: "\e9ea";
}

/* line 967, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-htc:before {
  content: "\e9eb";
}

/* line 971, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-huawei:before {
  content: "\e9ec";
}

/* line 975, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-hulu:before {
  content: "\e9ed";
}

/* line 979, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-hyundai:before {
  content: "\e9ee";
}

/* line 983, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-ibm:before {
  content: "\e9ef";
}

/* line 987, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-icofont:before {
  content: "\e9f0";
}

/* line 991, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-icq:before {
  content: "\e9f1";
}

/* line 995, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-ikea:before {
  content: "\e9f2";
}

/* line 999, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-imdb:before {
  content: "\e9f3";
}

/* line 1003, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-indiegogo:before {
  content: "\e9f4";
}

/* line 1007, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-intel:before {
  content: "\e9f5";
}

/* line 1011, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-ipair:before {
  content: "\e9f6";
}

/* line 1015, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-jaguar:before {
  content: "\e9f7";
}

/* line 1019, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-java:before {
  content: "\e9f8";
}

/* line 1023, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-joomshaper:before {
  content: "\e9f9";
}

/* line 1027, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-kickstarter:before {
  content: "\e9fa";
}

/* line 1031, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-kik:before {
  content: "\e9fb";
}

/* line 1035, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-lastfm:before {
  content: "\e9fc";
}

/* line 1039, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-lego:before {
  content: "\e9fd";
}

/* line 1043, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-lenovo:before {
  content: "\e9fe";
}

/* line 1047, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-levis:before {
  content: "\e9ff";
}

/* line 1051, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-lexus:before {
  content: "\ea00";
}

/* line 1055, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-lg:before {
  content: "\ea01";
}

/* line 1059, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-life-hacker:before {
  content: "\ea02";
}

/* line 1063, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-line-messenger:before {
  content: "\ea03";
}

/* line 1067, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-linkedin:before {
  content: "\ea04";
}

/* line 1071, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-linux-mint:before {
  content: "\ea05";
}

/* line 1075, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-linux:before {
  content: "\ea06";
}

/* line 1079, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-lionix:before {
  content: "\ea07";
}

/* line 1083, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-live-messenger:before {
  content: "\ea08";
}

/* line 1087, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-loreal:before {
  content: "\ea09";
}

/* line 1091, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-louis-vuitton:before {
  content: "\ea0a";
}

/* line 1095, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-mac-os:before {
  content: "\ea0b";
}

/* line 1099, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-marvel-app:before {
  content: "\ea0c";
}

/* line 1103, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-mashable:before {
  content: "\ea0d";
}

/* line 1107, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-mazda:before {
  content: "\ea0e";
}

/* line 1111, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-mcdonals:before {
  content: "\ea0f";
}

/* line 1115, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-mercedes:before {
  content: "\ea10";
}

/* line 1119, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-micromax:before {
  content: "\ea11";
}

/* line 1123, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-microsoft:before {
  content: "\ea12";
}

/* line 1127, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-mobileme:before {
  content: "\ea13";
}

/* line 1131, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-mobily:before {
  content: "\ea14";
}

/* line 1135, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-motorola:before {
  content: "\ea15";
}

/* line 1139, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-msi:before {
  content: "\ea16";
}

/* line 1143, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-mts:before {
  content: "\ea17";
}

/* line 1147, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-myspace:before {
  content: "\ea18";
}

/* line 1151, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-mytv:before {
  content: "\ea19";
}

/* line 1155, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-nasa:before {
  content: "\ea1a";
}

/* line 1159, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-natgeo:before {
  content: "\ea1b";
}

/* line 1163, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-nbc:before {
  content: "\ea1c";
}

/* line 1167, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-nescafe:before {
  content: "\ea1d";
}

/* line 1171, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-nestle:before {
  content: "\ea1e";
}

/* line 1175, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-netflix:before {
  content: "\ea1f";
}

/* line 1179, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-nexus:before {
  content: "\ea20";
}

/* line 1183, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-nike:before {
  content: "\ea21";
}

/* line 1187, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-nokia:before {
  content: "\ea22";
}

/* line 1191, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-nvidia:before {
  content: "\ea23";
}

/* line 1195, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-omega:before {
  content: "\ea24";
}

/* line 1199, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-opensuse:before {
  content: "\ea25";
}

/* line 1203, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-oracle:before {
  content: "\ea26";
}

/* line 1207, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-panasonic:before {
  content: "\ea27";
}

/* line 1211, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-paypal:before {
  content: "\ea28";
}

/* line 1215, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-pepsi:before {
  content: "\ea29";
}

/* line 1219, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-philips:before {
  content: "\ea2a";
}

/* line 1223, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-pizza-hut:before {
  content: "\ea2b";
}

/* line 1227, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-playstation:before {
  content: "\ea2c";
}

/* line 1231, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-puma:before {
  content: "\ea2d";
}

/* line 1235, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-qatar-air:before {
  content: "\ea2e";
}

/* line 1239, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-qvc:before {
  content: "\ea2f";
}

/* line 1243, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-readernaut:before {
  content: "\ea30";
}

/* line 1247, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-redbull:before {
  content: "\ea31";
}

/* line 1251, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-reebok:before {
  content: "\ea32";
}

/* line 1255, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-reuters:before {
  content: "\ea33";
}

/* line 1259, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-samsung:before {
  content: "\ea34";
}

/* line 1263, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-sap:before {
  content: "\ea35";
}

/* line 1267, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-saudia-airlines:before {
  content: "\ea36";
}

/* line 1271, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-scribd:before {
  content: "\ea37";
}

/* line 1275, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-shell:before {
  content: "\ea38";
}

/* line 1279, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-siemens:before {
  content: "\ea39";
}

/* line 1283, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-sk-telecom:before {
  content: "\ea3a";
}

/* line 1287, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-slideshare:before {
  content: "\ea3b";
}

/* line 1291, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-smashing-magazine:before {
  content: "\ea3c";
}

/* line 1295, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-snapchat:before {
  content: "\ea3d";
}

/* line 1299, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-sony-ericsson:before {
  content: "\ea3e";
}

/* line 1303, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-sony:before {
  content: "\ea3f";
}

/* line 1307, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-soundcloud:before {
  content: "\ea40";
}

/* line 1311, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-sprint:before {
  content: "\ea41";
}

/* line 1315, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-squidoo:before {
  content: "\ea42";
}

/* line 1319, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-starbucks:before {
  content: "\ea43";
}

/* line 1323, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-stc:before {
  content: "\ea44";
}

/* line 1327, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-steam:before {
  content: "\ea45";
}

/* line 1331, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-suzuki:before {
  content: "\ea46";
}

/* line 1335, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-symbian:before {
  content: "\ea47";
}

/* line 1339, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-t-mobile:before {
  content: "\ea48";
}

/* line 1343, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-tango:before {
  content: "\ea49";
}

/* line 1347, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-target:before {
  content: "\ea4a";
}

/* line 1351, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-tata-indicom:before {
  content: "\ea4b";
}

/* line 1355, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-techcrunch:before {
  content: "\ea4c";
}

/* line 1359, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-telenor:before {
  content: "\ea4d";
}

/* line 1363, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-teliasonera:before {
  content: "\ea4e";
}

/* line 1367, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-tesla:before {
  content: "\ea4f";
}

/* line 1371, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-the-verge:before {
  content: "\ea50";
}

/* line 1375, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-thenextweb:before {
  content: "\ea51";
}

/* line 1379, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-toshiba:before {
  content: "\ea52";
}

/* line 1383, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-toyota:before {
  content: "\ea53";
}

/* line 1387, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-tribenet:before {
  content: "\ea54";
}

/* line 1391, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-ubuntu:before {
  content: "\ea55";
}

/* line 1395, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-unilever:before {
  content: "\ea56";
}

/* line 1399, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-vaio:before {
  content: "\ea57";
}

/* line 1403, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-verizon:before {
  content: "\ea58";
}

/* line 1407, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-viber:before {
  content: "\ea59";
}

/* line 1411, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-vodafone:before {
  content: "\ea5a";
}

/* line 1415, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-volkswagen:before {
  content: "\ea5b";
}

/* line 1419, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-walmart:before {
  content: "\ea5c";
}

/* line 1423, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-warnerbros:before {
  content: "\ea5d";
}

/* line 1427, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-whatsapp:before {
  content: "\ea5e";
}

/* line 1431, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-wikipedia:before {
  content: "\ea5f";
}

/* line 1435, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-windows:before {
  content: "\ea60";
}

/* line 1439, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-wire:before {
  content: "\ea61";
}

/* line 1443, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-yahoobuzz:before {
  content: "\ea62";
}

/* line 1447, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-yamaha:before {
  content: "\ea63";
}

/* line 1451, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-youtube:before {
  content: "\ea64";
}

/* line 1455, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-zain:before {
  content: "\ea65";
}

/* line 1459, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bank-alt:before {
  content: "\ea66";
}

/* line 1463, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-barcode:before {
  content: "\ea67";
}

/* line 1467, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-basket:before {
  content: "\ea68";
}

/* line 1471, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bill-alt:before {
  content: "\ea69";
}

/* line 1475, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-billboard:before {
  content: "\ea6a";
}

/* line 1479, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-briefcase-alt-1:before {
  content: "\ea6b";
}

/* line 1483, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-briefcase-alt-2:before {
  content: "\ea6c";
}

/* line 1487, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-building-alt:before {
  content: "\ea6d";
}

/* line 1491, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-businessman:before {
  content: "\ea6e";
}

/* line 1495, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-businesswoman:before {
  content: "\ea6f";
}

/* line 1499, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cart-alt:before {
  content: "\ea70";
}

/* line 1503, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chair:before {
  content: "\ea71";
}

/* line 1507, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-clip:before {
  content: "\ea72";
}

/* line 1511, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-coins:before {
  content: "\ea73";
}

/* line 1515, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-company:before {
  content: "\ea74";
}

/* line 1519, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-contact-add:before {
  content: "\ea75";
}

/* line 1523, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-deal:before {
  content: "\ea76";
}

/* line 1527, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-files:before {
  content: "\ea77";
}

/* line 1531, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-growth:before {
  content: "\ea78";
}

/* line 1535, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-id-card:before {
  content: "\ea79";
}

/* line 1539, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-idea:before {
  content: "\ea7a";
}

/* line 1543, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-list:before {
  content: "\ea7b";
}

/* line 1547, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-meeting-add:before {
  content: "\ea7c";
}

/* line 1551, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-money-bag:before {
  content: "\ea7d";
}

/* line 1555, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-people:before {
  content: "\ea7e";
}

/* line 1559, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pie-chart:before {
  content: "\ea7f";
}

/* line 1563, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-presentation-alt:before {
  content: "\ea80";
}

/* line 1567, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-stamp:before {
  content: "\ea81";
}

/* line 1571, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-stock-mobile:before {
  content: "\ea82";
}

/* line 1575, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-support:before {
  content: "\ea83";
}

/* line 1579, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tasks-alt:before {
  content: "\ea84";
}

/* line 1583, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wheel:before {
  content: "\ea85";
}

/* line 1587, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chart-arrows-axis:before {
  content: "\ea86";
}

/* line 1591, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chart-bar-graph:before {
  content: "\ea87";
}

/* line 1595, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chart-flow-alt-1:before {
  content: "\ea88";
}

/* line 1599, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chart-flow-alt-2:before {
  content: "\ea89";
}

/* line 1603, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chart-flow:before {
  content: "\ea8a";
}

/* line 1607, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chart-histogram-alt:before {
  content: "\ea8b";
}

/* line 1611, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chart-histogram:before {
  content: "\ea8c";
}

/* line 1615, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chart-line-alt:before {
  content: "\ea8d";
}

/* line 1619, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chart-line:before {
  content: "\ea8e";
}

/* line 1623, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chart-pie-alt:before {
  content: "\ea8f";
}

/* line 1627, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chart-pie:before {
  content: "\ea90";
}

/* line 1631, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chart-radar-graph:before {
  content: "\ea91";
}

/* line 1635, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-afghani-false:before {
  content: "\ea92";
}

/* line 1639, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-afghani-minus:before {
  content: "\ea93";
}

/* line 1643, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-afghani-plus:before {
  content: "\ea94";
}

/* line 1647, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-afghani-true:before {
  content: "\ea95";
}

/* line 1651, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-afghani:before {
  content: "\ea96";
}

/* line 1655, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-baht-false:before {
  content: "\ea97";
}

/* line 1659, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-baht-minus:before {
  content: "\ea98";
}

/* line 1663, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-baht-plus:before {
  content: "\ea99";
}

/* line 1667, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-baht-true:before {
  content: "\ea9a";
}

/* line 1671, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-baht:before {
  content: "\ea9b";
}

/* line 1675, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-bitcoin-false:before {
  content: "\ea9c";
}

/* line 1679, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-bitcoin-minus:before {
  content: "\ea9d";
}

/* line 1683, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-bitcoin-plus:before {
  content: "\ea9e";
}

/* line 1687, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-bitcoin-true:before {
  content: "\ea9f";
}

/* line 1691, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-bitcoin:before {
  content: "\eaa0";
}

/* line 1695, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-dollar-flase:before {
  content: "\eaa1";
}

/* line 1699, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-dollar-minus:before {
  content: "\eaa2";
}

/* line 1703, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-dollar-plus:before {
  content: "\eaa3";
}

/* line 1707, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-dollar-true:before {
  content: "\eaa4";
}

/* line 1711, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-dollar:before {
  content: "\eaa5";
}

/* line 1715, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-dong-false:before {
  content: "\eaa6";
}

/* line 1719, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-dong-minus:before {
  content: "\eaa7";
}

/* line 1723, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-dong-plus:before {
  content: "\eaa8";
}

/* line 1727, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-dong-true:before {
  content: "\eaa9";
}

/* line 1731, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-dong:before {
  content: "\eaaa";
}

/* line 1735, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-euro-false:before {
  content: "\eaab";
}

/* line 1739, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-euro-minus:before {
  content: "\eaac";
}

/* line 1743, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-euro-plus:before {
  content: "\eaad";
}

/* line 1747, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-euro-true:before {
  content: "\eaae";
}

/* line 1751, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-euro:before {
  content: "\eaaf";
}

/* line 1755, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-frank-false:before {
  content: "\eab0";
}

/* line 1759, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-frank-minus:before {
  content: "\eab1";
}

/* line 1763, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-frank-plus:before {
  content: "\eab2";
}

/* line 1767, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-frank-true:before {
  content: "\eab3";
}

/* line 1771, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-frank:before {
  content: "\eab4";
}

/* line 1775, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-hryvnia-false:before {
  content: "\eab5";
}

/* line 1779, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-hryvnia-minus:before {
  content: "\eab6";
}

/* line 1783, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-hryvnia-plus:before {
  content: "\eab7";
}

/* line 1787, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-hryvnia-true:before {
  content: "\eab8";
}

/* line 1791, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-hryvnia:before {
  content: "\eab9";
}

/* line 1795, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-lira-false:before {
  content: "\eaba";
}

/* line 1799, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-lira-minus:before {
  content: "\eabb";
}

/* line 1803, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-lira-plus:before {
  content: "\eabc";
}

/* line 1807, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-lira-true:before {
  content: "\eabd";
}

/* line 1811, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-lira:before {
  content: "\eabe";
}

/* line 1815, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-peseta-false:before {
  content: "\eabf";
}

/* line 1819, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-peseta-minus:before {
  content: "\eac0";
}

/* line 1823, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-peseta-plus:before {
  content: "\eac1";
}

/* line 1827, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-peseta-true:before {
  content: "\eac2";
}

/* line 1831, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-peseta:before {
  content: "\eac3";
}

/* line 1835, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-peso-false:before {
  content: "\eac4";
}

/* line 1839, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-peso-minus:before {
  content: "\eac5";
}

/* line 1843, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-peso-plus:before {
  content: "\eac6";
}

/* line 1847, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-peso-true:before {
  content: "\eac7";
}

/* line 1851, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-peso:before {
  content: "\eac8";
}

/* line 1855, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-pound-false:before {
  content: "\eac9";
}

/* line 1859, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-pound-minus:before {
  content: "\eaca";
}

/* line 1863, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-pound-plus:before {
  content: "\eacb";
}

/* line 1867, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-pound-true:before {
  content: "\eacc";
}

/* line 1871, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-pound:before {
  content: "\eacd";
}

/* line 1875, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-renminbi-false:before {
  content: "\eace";
}

/* line 1879, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-renminbi-minus:before {
  content: "\eacf";
}

/* line 1883, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-renminbi-plus:before {
  content: "\ead0";
}

/* line 1887, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-renminbi-true:before {
  content: "\ead1";
}

/* line 1891, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-renminbi:before {
  content: "\ead2";
}

/* line 1895, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-riyal-false:before {
  content: "\ead3";
}

/* line 1899, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-riyal-minus:before {
  content: "\ead4";
}

/* line 1903, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-riyal-plus:before {
  content: "\ead5";
}

/* line 1907, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-riyal-true:before {
  content: "\ead6";
}

/* line 1911, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-riyal:before {
  content: "\ead7";
}

/* line 1915, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-rouble-false:before {
  content: "\ead8";
}

/* line 1919, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-rouble-minus:before {
  content: "\ead9";
}

/* line 1923, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-rouble-plus:before {
  content: "\eada";
}

/* line 1927, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-rouble-true:before {
  content: "\eadb";
}

/* line 1931, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-rouble:before {
  content: "\eadc";
}

/* line 1935, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-rupee-false:before {
  content: "\eadd";
}

/* line 1939, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-rupee-minus:before {
  content: "\eade";
}

/* line 1943, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-rupee-plus:before {
  content: "\eadf";
}

/* line 1947, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-rupee-true:before {
  content: "\eae0";
}

/* line 1951, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-rupee:before {
  content: "\eae1";
}

/* line 1955, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-taka-false:before {
  content: "\eae2";
}

/* line 1959, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-taka-minus:before {
  content: "\eae3";
}

/* line 1963, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-taka-plus:before {
  content: "\eae4";
}

/* line 1967, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-taka-true:before {
  content: "\eae5";
}

/* line 1971, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-taka:before {
  content: "\eae6";
}

/* line 1975, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-turkish-lira-false:before {
  content: "\eae7";
}

/* line 1979, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-turkish-lira-minus:before {
  content: "\eae8";
}

/* line 1983, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-turkish-lira-plus:before {
  content: "\eae9";
}

/* line 1987, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-turkish-lira-true:before {
  content: "\eaea";
}

/* line 1991, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-turkish-lira:before {
  content: "\eaeb";
}

/* line 1995, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-won-false:before {
  content: "\eaec";
}

/* line 1999, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-won-minus:before {
  content: "\eaed";
}

/* line 2003, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-won-plus:before {
  content: "\eaee";
}

/* line 2007, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-won-true:before {
  content: "\eaef";
}

/* line 2011, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-won:before {
  content: "\eaf0";
}

/* line 2015, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-yen-false:before {
  content: "\eaf1";
}

/* line 2019, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-yen-minus:before {
  content: "\eaf2";
}

/* line 2023, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-yen-plus:before {
  content: "\eaf3";
}

/* line 2027, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-yen-true:before {
  content: "\eaf4";
}

/* line 2031, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cur-yen:before {
  content: "\eaf5";
}

/* line 2035, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-android-nexus:before {
  content: "\eaf6";
}

/* line 2039, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-android-tablet:before {
  content: "\eaf7";
}

/* line 2043, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-apple-watch:before {
  content: "\eaf8";
}

/* line 2047, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-drwaing-tablet:before {
  content: "\eaf9";
}

/* line 2051, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-earphone:before {
  content: "\eafa";
}

/* line 2055, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-flash-drive:before {
  content: "\eafb";
}

/* line 2059, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-game-control:before {
  content: "\eafc";
}

/* line 2063, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-headphone-alt:before {
  content: "\eafd";
}

/* line 2067, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-htc-one:before {
  content: "\eafe";
}

/* line 2071, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-imac:before {
  content: "\eaff";
}

/* line 2075, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ipad-touch:before {
  content: "\eb00";
}

/* line 2079, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-iphone:before {
  content: "\eb01";
}

/* line 2083, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ipod-nano:before {
  content: "\eb02";
}

/* line 2087, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ipod-touch:before {
  content: "\eb03";
}

/* line 2091, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-keyboard-alt:before {
  content: "\eb04";
}

/* line 2095, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-keyboard-wireless:before {
  content: "\eb05";
}

/* line 2099, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-laptop-alt:before {
  content: "\eb06";
}

/* line 2103, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-macbook:before {
  content: "\eb07";
}

/* line 2107, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-magic-mouse:before {
  content: "\eb08";
}

/* line 2111, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-microphone-alt:before {
  content: "\eb09";
}

/* line 2115, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-monitor:before {
  content: "\eb0a";
}

/* line 2119, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mouse:before {
  content: "\eb0b";
}

/* line 2123, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-nintendo:before {
  content: "\eb0c";
}

/* line 2127, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-playstation:before {
  content: "\eb0d";
}

/* line 2131, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-psvita:before {
  content: "\eb0e";
}

/* line 2135, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-radio-mic:before {
  content: "\eb0f";
}

/* line 2139, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-refrigerator:before {
  content: "\eb10";
}

/* line 2143, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-samsung-galaxy:before {
  content: "\eb11";
}

/* line 2147, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-surface-tablet:before {
  content: "\eb12";
}

/* line 2151, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-washing-machine:before {
  content: "\eb13";
}

/* line 2155, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wifi-router:before {
  content: "\eb14";
}

/* line 2159, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wii-u:before {
  content: "\eb15";
}

/* line 2163, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-windows-lumia:before {
  content: "\eb16";
}

/* line 2167, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wireless-mouse:before {
  content: "\eb17";
}

/* line 2171, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-xbox-360:before {
  content: "\eb18";
}

/* line 2175, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-arrow-down:before {
  content: "\eb19";
}

/* line 2179, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-arrow-left:before {
  content: "\eb1a";
}

/* line 2183, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-arrow-right:before {
  content: "\eb1b";
}

/* line 2187, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-arrow-up:before {
  content: "\eb1c";
}

/* line 2191, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-block-down:before {
  content: "\eb1d";
}

/* line 2195, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-block-left:before {
  content: "\eb1e";
}

/* line 2199, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-block-right:before {
  content: "\eb1f";
}

/* line 2203, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-block-up:before {
  content: "\eb20";
}

/* line 2207, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bubble-down:before {
  content: "\eb21";
}

/* line 2211, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bubble-left:before {
  content: "\eb22";
}

/* line 2215, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bubble-right:before {
  content: "\eb23";
}

/* line 2219, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bubble-up:before {
  content: "\eb24";
}

/* line 2223, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-caret-down:before {
  content: "\eb25";
}

/* line 2227, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-caret-left:before {
  content: "\eb26";
}

/* line 2231, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-caret-right:before {
  content: "\eb27";
}

/* line 2235, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-caret-up:before {
  content: "\eb28";
}

/* line 2239, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-circled-down:before {
  content: "\eb29";
}

/* line 2243, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-circled-left:before {
  content: "\eb2a";
}

/* line 2247, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-circled-right:before {
  content: "\eb2b";
}

/* line 2251, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-circled-up:before {
  content: "\eb2c";
}

/* line 2255, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-collapse:before {
  content: "\eb2d";
}

/* line 2259, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cursor-drag:before {
  content: "\eb2e";
}

/* line 2263, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-curved-double-left:before {
  content: "\eb2f";
}

/* line 2267, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-curved-double-right:before {
  content: "\eb30";
}

/* line 2271, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-curved-down:before {
  content: "\eb31";
}

/* line 2275, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-curved-left:before {
  content: "\eb32";
}

/* line 2279, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-curved-right:before {
  content: "\eb33";
}

/* line 2283, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-curved-up:before {
  content: "\eb34";
}

/* line 2287, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dotted-down:before {
  content: "\eb35";
}

/* line 2291, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dotted-left:before {
  content: "\eb36";
}

/* line 2295, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dotted-right:before {
  content: "\eb37";
}

/* line 2299, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dotted-up:before {
  content: "\eb38";
}

/* line 2303, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-double-left:before {
  content: "\eb39";
}

/* line 2307, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-double-right:before {
  content: "\eb3a";
}

/* line 2311, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-drag:before {
  content: "\eb3b";
}

/* line 2315, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-drag1:before {
  content: "\eb3c";
}

/* line 2319, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-drag2:before {
  content: "\eb3d";
}

/* line 2323, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-drag3:before {
  content: "\eb3e";
}

/* line 2327, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-expand-alt:before {
  content: "\eb3f";
}

/* line 2331, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-down:before {
  content: "\eb40";
}

/* line 2335, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-drag:before {
  content: "\eb41";
}

/* line 2339, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-drag1:before {
  content: "\eb42";
}

/* line 2343, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-drag2:before {
  content: "\eb43";
}

/* line 2347, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-drawn-alt-down:before {
  content: "\eb44";
}

/* line 2351, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-drawn-alt-left:before {
  content: "\eb45";
}

/* line 2355, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-drawn-alt-right:before {
  content: "\eb46";
}

/* line 2359, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-drawn-alt-up:before {
  content: "\eb47";
}

/* line 2363, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-drawn-down:before {
  content: "\eb48";
}

/* line 2367, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-drawn-left:before {
  content: "\eb49";
}

/* line 2371, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-drawn-right:before {
  content: "\eb4a";
}

/* line 2375, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-drawn-up:before {
  content: "\eb4b";
}

/* line 2379, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-left:before {
  content: "\eb4c";
}

/* line 2383, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-right:before {
  content: "\eb4d";
}

/* line 2387, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-up:before {
  content: "\eb4e";
}

/* line 2391, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-line-block-down:before {
  content: "\eb4f";
}

/* line 2395, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-line-block-left:before {
  content: "\eb50";
}

/* line 2399, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-line-block-right:before {
  content: "\eb51";
}

/* line 2403, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-line-block-up:before {
  content: "\eb52";
}

/* line 2407, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-long-arrow-down:before {
  content: "\eb53";
}

/* line 2411, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-long-arrow-left:before {
  content: "\eb54";
}

/* line 2415, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-long-arrow-right:before {
  content: "\eb55";
}

/* line 2419, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-long-arrow-up:before {
  content: "\eb56";
}

/* line 2423, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rounded-collapse:before {
  content: "\eb57";
}

/* line 2427, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rounded-double-left:before {
  content: "\eb58";
}

/* line 2431, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rounded-double-right:before {
  content: "\eb59";
}

/* line 2435, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rounded-down:before {
  content: "\eb5a";
}

/* line 2439, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rounded-expand:before {
  content: "\eb5b";
}

/* line 2443, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rounded-left-down:before {
  content: "\eb5c";
}

/* line 2447, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rounded-left-up:before {
  content: "\eb5d";
}

/* line 2451, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rounded-left:before {
  content: "\eb5e";
}

/* line 2455, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rounded-right-down:before {
  content: "\eb5f";
}

/* line 2459, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rounded-right-up:before {
  content: "\eb60";
}

/* line 2463, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rounded-right:before {
  content: "\eb61";
}

/* line 2467, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rounded-up:before {
  content: "\eb62";
}

/* line 2471, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-bubble-down:before {
  content: "\eb63";
}

/* line 2475, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-bubble-left:before {
  content: "\eb64";
}

/* line 2479, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-bubble-right:before {
  content: "\eb65";
}

/* line 2483, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-bubble-up:before {
  content: "\eb66";
}

/* line 2487, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-double-down:before {
  content: "\eb67";
}

/* line 2491, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-double-left:before {
  content: "\eb68";
}

/* line 2495, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-double-right:before {
  content: "\eb69";
}

/* line 2499, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-double-up:before {
  content: "\eb6a";
}

/* line 2503, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-down:before {
  content: "\eb6b";
}

/* line 2507, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-left:before {
  content: "\eb6c";
}

/* line 2511, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-long-down:before {
  content: "\eb6d";
}

/* line 2515, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-long-left:before {
  content: "\eb6e";
}

/* line 2519, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-long-right:before {
  content: "\eb6f";
}

/* line 2523, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-long-up:before {
  content: "\eb70";
}

/* line 2527, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-right:before {
  content: "\eb71";
}

/* line 2531, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scroll-up:before {
  content: "\eb72";
}

/* line 2535, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-simple-down:before {
  content: "\eb73";
}

/* line 2539, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-simple-left-down:before {
  content: "\eb74";
}

/* line 2543, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-simple-left-up:before {
  content: "\eb75";
}

/* line 2547, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-simple-left:before {
  content: "\eb76";
}

/* line 2551, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-simple-right-down:before {
  content: "\eb77";
}

/* line 2555, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-simple-right-up:before {
  content: "\eb78";
}

/* line 2559, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-simple-right:before {
  content: "\eb79";
}

/* line 2563, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-simple-up:before {
  content: "\eb7a";
}

/* line 2567, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-square-down:before {
  content: "\eb7b";
}

/* line 2571, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-square-left:before {
  content: "\eb7c";
}

/* line 2575, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-square-right:before {
  content: "\eb7d";
}

/* line 2579, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-square-up:before {
  content: "\eb7e";
}

/* line 2583, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-stylish-down:before {
  content: "\eb7f";
}

/* line 2587, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-stylish-left:before {
  content: "\eb80";
}

/* line 2591, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-stylish-right:before {
  content: "\eb81";
}

/* line 2595, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-stylish-up:before {
  content: "\eb82";
}

/* line 2599, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-swoosh-down:before {
  content: "\eb83";
}

/* line 2603, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-swoosh-left:before {
  content: "\eb84";
}

/* line 2607, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-swoosh-right:before {
  content: "\eb85";
}

/* line 2611, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-swoosh-up:before {
  content: "\eb86";
}

/* line 2615, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-thin-double-left:before {
  content: "\eb87";
}

/* line 2619, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-thin-double-right:before {
  content: "\eb88";
}

/* line 2623, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-thin-down:before {
  content: "\eb89";
}

/* line 2627, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-thin-left:before {
  content: "\eb8a";
}

/* line 2631, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-thin-right:before {
  content: "\eb8b";
}

/* line 2635, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-thin-up:before {
  content: "\eb8c";
}

/* line 2639, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-atom:before {
  content: "\eb8d";
}

/* line 2643, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-award:before {
  content: "\eb8e";
}

/* line 2647, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bell-alt:before {
  content: "\eb8f";
}

/* line 2651, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-book-alt:before {
  content: "\eb90";
}

/* line 2655, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brainstorming:before {
  content: "\eb91";
}

/* line 2659, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-certificate-alt-1:before {
  content: "\eb92";
}

/* line 2663, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-certificate-alt-2:before {
  content: "\eb93";
}

/* line 2667, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dna-alt-2:before {
  content: "\eb94";
}

/* line 2671, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-education:before {
  content: "\eb95";
}

/* line 2675, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-electron:before {
  content: "\eb96";
}

/* line 2679, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fountain-pen:before {
  content: "\eb97";
}

/* line 2683, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-globe-alt:before {
  content: "\eb98";
}

/* line 2687, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-graduate-alt:before {
  content: "\eb99";
}

/* line 2691, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-group-students:before {
  content: "\eb9a";
}

/* line 2695, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hat-alt:before {
  content: "\eb9b";
}

/* line 2699, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hat:before {
  content: "\eb9c";
}

/* line 2703, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-instrument:before {
  content: "\eb9d";
}

/* line 2707, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lamp-light:before {
  content: "\eb9e";
}

/* line 2711, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-microscope-alt:before {
  content: "\eb9f";
}

/* line 2715, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-paper:before {
  content: "\eba0";
}

/* line 2719, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pen-alt-4:before {
  content: "\eba1";
}

/* line 2723, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pen-nib:before {
  content: "\eba2";
}

/* line 2727, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pencil-alt-5:before {
  content: "\eba3";
}

/* line 2731, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-quill-pen:before {
  content: "\eba4";
}

/* line 2735, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-read-book-alt:before {
  content: "\eba5";
}

/* line 2739, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-read-book:before {
  content: "\eba6";
}

/* line 2743, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-school-bag:before {
  content: "\eba7";
}

/* line 2747, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-school-bus:before {
  content: "\eba8";
}

/* line 2751, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-student-alt:before {
  content: "\eba9";
}

/* line 2755, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-student:before {
  content: "\ebaa";
}

/* line 2759, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-teacher:before {
  content: "\ebab";
}

/* line 2763, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-test-bulb:before {
  content: "\ebac";
}

/* line 2767, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-test-tube-alt:before {
  content: "\ebad";
}

/* line 2771, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-university:before {
  content: "\ebae";
}

/* line 2775, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-angry:before {
  content: "\ebaf";
}

/* line 2779, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-astonished:before {
  content: "\ebb0";
}

/* line 2783, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-confounded:before {
  content: "\ebb1";
}

/* line 2787, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-confused:before {
  content: "\ebb2";
}

/* line 2791, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-crying:before {
  content: "\ebb3";
}

/* line 2795, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-dizzy:before {
  content: "\ebb4";
}

/* line 2799, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-expressionless:before {
  content: "\ebb5";
}

/* line 2803, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-heart-eyes:before {
  content: "\ebb6";
}

/* line 2807, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-laughing:before {
  content: "\ebb7";
}

/* line 2811, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-nerd-smile:before {
  content: "\ebb8";
}

/* line 2815, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-open-mouth:before {
  content: "\ebb9";
}

/* line 2819, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-rage:before {
  content: "\ebba";
}

/* line 2823, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-rolling-eyes:before {
  content: "\ebbb";
}

/* line 2827, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-sad:before {
  content: "\ebbc";
}

/* line 2831, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-simple-smile:before {
  content: "\ebbd";
}

/* line 2835, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-slightly-smile:before {
  content: "\ebbe";
}

/* line 2839, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-smirk:before {
  content: "\ebbf";
}

/* line 2843, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-stuck-out-tongue:before {
  content: "\ebc0";
}

/* line 2847, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-wink-smile:before {
  content: "\ebc1";
}

/* line 2851, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-emo-worried:before {
  content: "\ebc2";
}

/* line 2855, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-architecture-alt:before {
  content: "\ebc3";
}

/* line 2859, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-architecture:before {
  content: "\ebc4";
}

/* line 2863, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-barricade:before {
  content: "\ebc5";
}

/* line 2867, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bricks:before {
  content: "\ebc6";
}

/* line 2871, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-calculations:before {
  content: "\ebc7";
}

/* line 2875, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cement-mix:before {
  content: "\ebc8";
}

/* line 2879, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cement-mixer:before {
  content: "\ebc9";
}

/* line 2883, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-danger-zone:before {
  content: "\ebca";
}

/* line 2887, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-drill:before {
  content: "\ebcb";
}

/* line 2891, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-eco-energy:before {
  content: "\ebcc";
}

/* line 2895, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-eco-environmen:before {
  content: "\ebcd";
}

/* line 2899, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-energy-air:before {
  content: "\ebce";
}

/* line 2903, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-energy-oil:before {
  content: "\ebcf";
}

/* line 2907, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-energy-savings:before {
  content: "\ebd0";
}

/* line 2911, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-energy-solar:before {
  content: "\ebd1";
}

/* line 2915, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-energy-water:before {
  content: "\ebd2";
}

/* line 2919, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-engineer:before {
  content: "\ebd3";
}

/* line 2923, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fire-extinguisher-alt:before {
  content: "\ebd4";
}

/* line 2927, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fix-tools:before {
  content: "\ebd5";
}

/* line 2931, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-glue-oil:before {
  content: "\ebd6";
}

/* line 2935, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hammer-alt:before {
  content: "\ebd7";
}

/* line 2939, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-help-robot:before {
  content: "\ebd8";
}

/* line 2943, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-industries-alt-1:before {
  content: "\ebd9";
}

/* line 2947, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-industries-alt-2:before {
  content: "\ebda";
}

/* line 2951, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-industries-alt-3:before {
  content: "\ebdb";
}

/* line 2955, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-industries-alt-4:before {
  content: "\ebdc";
}

/* line 2959, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-industries-alt-5:before {
  content: "\ebdd";
}

/* line 2963, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-industries:before {
  content: "\ebde";
}

/* line 2967, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-labour:before {
  content: "\ebdf";
}

/* line 2971, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mining:before {
  content: "\ebe0";
}

/* line 2975, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-paint-brush:before {
  content: "\ebe1";
}

/* line 2979, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pollution:before {
  content: "\ebe2";
}

/* line 2983, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-power-zone:before {
  content: "\ebe3";
}

/* line 2987, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-radio-active:before {
  content: "\ebe4";
}

/* line 2991, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-recycle-alt:before {
  content: "\ebe5";
}

/* line 2995, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-recycling-man:before {
  content: "\ebe6";
}

/* line 2999, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-safety-hat-light:before {
  content: "\ebe7";
}

/* line 3003, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-safety-hat:before {
  content: "\ebe8";
}

/* line 3007, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-saw:before {
  content: "\ebe9";
}

/* line 3011, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-screw-driver:before {
  content: "\ebea";
}

/* line 3015, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-settings-alt:before {
  content: "\ebeb";
}

/* line 3019, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tools-alt-1:before {
  content: "\ebec";
}

/* line 3023, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tools-alt-2:before {
  content: "\ebed";
}

/* line 3027, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tools-bag:before {
  content: "\ebee";
}

/* line 3031, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-trolley:before {
  content: "\ebef";
}

/* line 3035, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-trowel:before {
  content: "\ebf0";
}

/* line 3039, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-under-construction-alt:before {
  content: "\ebf1";
}

/* line 3043, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-under-construction:before {
  content: "\ebf2";
}

/* line 3047, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-vehicle-cement:before {
  content: "\ebf3";
}

/* line 3051, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-vehicle-crane:before {
  content: "\ebf4";
}

/* line 3055, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-vehicle-delivery-van:before {
  content: "\ebf5";
}

/* line 3059, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-vehicle-dozer:before {
  content: "\ebf6";
}

/* line 3063, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-vehicle-excavator:before {
  content: "\ebf7";
}

/* line 3067, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-vehicle-trucktor:before {
  content: "\ebf8";
}

/* line 3071, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-vehicle-wrecking:before {
  content: "\ebf9";
}

/* line 3075, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-worker-group:before {
  content: "\ebfa";
}

/* line 3079, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-worker:before {
  content: "\ebfb";
}

/* line 3083, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wrench:before {
  content: "\ebfc";
}

/* line 3087, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-audio:before {
  content: "\ebfd";
}

/* line 3091, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-avi-mp4:before {
  content: "\ebfe";
}

/* line 3095, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-bmp:before {
  content: "\ebff";
}

/* line 3099, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-code:before {
  content: "\ec00";
}

/* line 3103, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-css:before {
  content: "\ec01";
}

/* line 3107, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-document:before {
  content: "\ec02";
}

/* line 3111, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-eps:before {
  content: "\ec03";
}

/* line 3115, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-excel:before {
  content: "\ec04";
}

/* line 3119, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-exe:before {
  content: "\ec05";
}

/* line 3123, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-file:before {
  content: "\ec06";
}

/* line 3127, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-flv:before {
  content: "\ec07";
}

/* line 3131, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-gif:before {
  content: "\ec08";
}

/* line 3135, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-html5:before {
  content: "\ec09";
}

/* line 3139, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-image:before {
  content: "\ec0a";
}

/* line 3143, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-iso:before {
  content: "\ec0b";
}

/* line 3147, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-java:before {
  content: "\ec0c";
}

/* line 3151, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-javascript:before {
  content: "\ec0d";
}

/* line 3155, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-jpg:before {
  content: "\ec0e";
}

/* line 3159, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-midi:before {
  content: "\ec0f";
}

/* line 3163, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-mov:before {
  content: "\ec10";
}

/* line 3167, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-mp3:before {
  content: "\ec11";
}

/* line 3171, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-pdf:before {
  content: "\ec12";
}

/* line 3175, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-php:before {
  content: "\ec13";
}

/* line 3179, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-png:before {
  content: "\ec14";
}

/* line 3183, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-powerpoint:before {
  content: "\ec15";
}

/* line 3187, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-presentation:before {
  content: "\ec16";
}

/* line 3191, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-psb:before {
  content: "\ec17";
}

/* line 3195, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-psd:before {
  content: "\ec18";
}

/* line 3199, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-python:before {
  content: "\ec19";
}

/* line 3203, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-ruby:before {
  content: "\ec1a";
}

/* line 3207, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-spreadsheet:before {
  content: "\ec1b";
}

/* line 3211, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-sql:before {
  content: "\ec1c";
}

/* line 3215, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-svg:before {
  content: "\ec1d";
}

/* line 3219, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-text:before {
  content: "\ec1e";
}

/* line 3223, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-tiff:before {
  content: "\ec1f";
}

/* line 3227, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-video:before {
  content: "\ec20";
}

/* line 3231, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-wave:before {
  content: "\ec21";
}

/* line 3235, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-wmv:before {
  content: "\ec22";
}

/* line 3239, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-word:before {
  content: "\ec23";
}

/* line 3243, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-zip:before {
  content: "\ec24";
}

/* line 3247, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-apple:before {
  content: "\ec25";
}

/* line 3251, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-arabian-coffee:before {
  content: "\ec26";
}

/* line 3255, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-artichoke:before {
  content: "\ec27";
}

/* line 3259, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-asparagus:before {
  content: "\ec28";
}

/* line 3263, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-avocado:before {
  content: "\ec29";
}

/* line 3267, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-baby-food:before {
  content: "\ec2a";
}

/* line 3271, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-banana:before {
  content: "\ec2b";
}

/* line 3275, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bbq:before {
  content: "\ec2c";
}

/* line 3279, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-beans:before {
  content: "\ec2d";
}

/* line 3283, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-beer:before {
  content: "\ec2e";
}

/* line 3287, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bell-pepper-capsicum:before {
  content: "\ec2f";
}

/* line 3291, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-birthday-cake:before {
  content: "\ec30";
}

/* line 3295, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bread:before {
  content: "\ec31";
}

/* line 3299, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-broccoli:before {
  content: "\ec32";
}

/* line 3303, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-burger:before {
  content: "\ec33";
}

/* line 3307, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cabbage:before {
  content: "\ec34";
}

/* line 3311, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-carrot:before {
  content: "\ec35";
}

/* line 3315, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cauli-flower:before {
  content: "\ec36";
}

/* line 3319, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cheese:before {
  content: "\ec37";
}

/* line 3323, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chef:before {
  content: "\ec38";
}

/* line 3327, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cherry:before {
  content: "\ec39";
}

/* line 3331, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chicken-fry:before {
  content: "\ec3a";
}

/* line 3335, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chicken:before {
  content: "\ec3b";
}

/* line 3339, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cocktail:before {
  content: "\ec3c";
}

/* line 3343, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-coconut:before {
  content: "\ec3d";
}

/* line 3347, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-coffee-alt:before {
  content: "\ec3e";
}

/* line 3351, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-coffee-mug:before {
  content: "\ec3f";
}

/* line 3355, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-coffee-pot:before {
  content: "\ec40";
}

/* line 3359, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cola:before {
  content: "\ec41";
}

/* line 3363, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-corn:before {
  content: "\ec42";
}

/* line 3367, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-croissant:before {
  content: "\ec43";
}

/* line 3371, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-crop-plant:before {
  content: "\ec44";
}

/* line 3375, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cucumber:before {
  content: "\ec45";
}

/* line 3379, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cup-cake:before {
  content: "\ec46";
}

/* line 3383, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dining-table:before {
  content: "\ec47";
}

/* line 3387, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-donut:before {
  content: "\ec48";
}

/* line 3391, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-egg-plant:before {
  content: "\ec49";
}

/* line 3395, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-egg-poached:before {
  content: "\ec4a";
}

/* line 3399, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-farmer:before {
  content: "\ec4b";
}

/* line 3403, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-farmer1:before {
  content: "\ec4c";
}

/* line 3407, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fast-food:before {
  content: "\ec4d";
}

/* line 3411, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fish:before {
  content: "\ec4e";
}

/* line 3415, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-food-basket:before {
  content: "\ec4f";
}

/* line 3419, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-food-cart:before {
  content: "\ec50";
}

/* line 3423, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fork-and-knife:before {
  content: "\ec51";
}

/* line 3427, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-french-fries:before {
  content: "\ec52";
}

/* line 3431, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fresh-juice:before {
  content: "\ec53";
}

/* line 3435, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fruits:before {
  content: "\ec54";
}

/* line 3439, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-grapes:before {
  content: "\ec55";
}

/* line 3443, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-honey:before {
  content: "\ec56";
}

/* line 3447, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hot-dog:before {
  content: "\ec57";
}

/* line 3451, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hotel-alt:before {
  content: "\ec58";
}

/* line 3455, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ice-cream-alt:before {
  content: "\ec59";
}

/* line 3459, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ice-cream:before {
  content: "\ec5a";
}

/* line 3463, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ketchup:before {
  content: "\ec5b";
}

/* line 3467, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-kiwi:before {
  content: "\ec5c";
}

/* line 3471, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-layered-cake:before {
  content: "\ec5d";
}

/* line 3475, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lemon-alt:before {
  content: "\ec5e";
}

/* line 3479, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lobster:before {
  content: "\ec5f";
}

/* line 3483, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mango:before {
  content: "\ec60";
}

/* line 3487, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-milk:before {
  content: "\ec61";
}

/* line 3491, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mushroom:before {
  content: "\ec62";
}

/* line 3495, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-noodles:before {
  content: "\ec63";
}

/* line 3499, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-onion:before {
  content: "\ec64";
}

/* line 3503, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-orange:before {
  content: "\ec65";
}

/* line 3507, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pear:before {
  content: "\ec66";
}

/* line 3511, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-peas:before {
  content: "\ec67";
}

/* line 3515, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pepper:before {
  content: "\ec68";
}

/* line 3519, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pie-alt:before {
  content: "\ec69";
}

/* line 3523, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pineapple:before {
  content: "\ec6a";
}

/* line 3527, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pizza-slice:before {
  content: "\ec6b";
}

/* line 3531, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pizza:before {
  content: "\ec6c";
}

/* line 3535, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-plant:before {
  content: "\ec6d";
}

/* line 3539, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-popcorn:before {
  content: "\ec6e";
}

/* line 3543, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-potato:before {
  content: "\ec6f";
}

/* line 3547, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pumpkin:before {
  content: "\ec70";
}

/* line 3551, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-raddish:before {
  content: "\ec71";
}

/* line 3555, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-restaurant-menu:before {
  content: "\ec72";
}

/* line 3559, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-restaurant:before {
  content: "\ec73";
}

/* line 3563, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-salt-and-pepper:before {
  content: "\ec74";
}

/* line 3567, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sandwich:before {
  content: "\ec75";
}

/* line 3571, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sausage:before {
  content: "\ec76";
}

/* line 3575, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-shrimp:before {
  content: "\ec77";
}

/* line 3579, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sof-drinks:before {
  content: "\ec78";
}

/* line 3583, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-soup-bowl:before {
  content: "\ec79";
}

/* line 3587, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-spoon-and-fork:before {
  content: "\ec7a";
}

/* line 3591, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-steak:before {
  content: "\ec7b";
}

/* line 3595, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-strawberry:before {
  content: "\ec7c";
}

/* line 3599, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sub-sandwich:before {
  content: "\ec7d";
}

/* line 3603, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sushi:before {
  content: "\ec7e";
}

/* line 3607, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-taco:before {
  content: "\ec7f";
}

/* line 3611, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tea-pot:before {
  content: "\ec80";
}

/* line 3615, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tea:before {
  content: "\ec81";
}

/* line 3619, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tomato:before {
  content: "\ec82";
}

/* line 3623, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-waiter-alt:before {
  content: "\ec83";
}

/* line 3627, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-watermelon:before {
  content: "\ec84";
}

/* line 3631, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wheat:before {
  content: "\ec85";
}

/* line 3635, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-abc:before {
  content: "\ec86";
}

/* line 3639, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-baby-cloth:before {
  content: "\ec87";
}

/* line 3643, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-baby-milk-bottle:before {
  content: "\ec88";
}

/* line 3647, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-baby-trolley:before {
  content: "\ec89";
}

/* line 3651, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-back-pack:before {
  content: "\ec8a";
}

/* line 3655, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-candy:before {
  content: "\ec8b";
}

/* line 3659, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cycling:before {
  content: "\ec8c";
}

/* line 3663, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-holding-hands:before {
  content: "\ec8d";
}

/* line 3667, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-infant-nipple:before {
  content: "\ec8e";
}

/* line 3671, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-kids-scooter:before {
  content: "\ec8f";
}

/* line 3675, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-safety-pin:before {
  content: "\ec90";
}

/* line 3679, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-teddy-bear:before {
  content: "\ec91";
}

/* line 3683, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-toy-ball:before {
  content: "\ec92";
}

/* line 3687, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-toy-cat:before {
  content: "\ec93";
}

/* line 3691, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-toy-duck:before {
  content: "\ec94";
}

/* line 3695, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-toy-elephant:before {
  content: "\ec95";
}

/* line 3699, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-toy-hand:before {
  content: "\ec96";
}

/* line 3703, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-toy-horse:before {
  content: "\ec97";
}

/* line 3707, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-toy-lattu:before {
  content: "\ec98";
}

/* line 3711, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-toy-train:before {
  content: "\ec99";
}

/* line 3715, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-unique-idea:before {
  content: "\ec9a";
}

/* line 3719, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bag-alt:before {
  content: "\ec9b";
}

/* line 3723, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-burglar:before {
  content: "\ec9c";
}

/* line 3727, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cannon-firing:before {
  content: "\ec9d";
}

/* line 3731, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cc-camera:before {
  content: "\ec9e";
}

/* line 3735, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cop-badge:before {
  content: "\ec9f";
}

/* line 3739, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cop:before {
  content: "\eca0";
}

/* line 3743, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-court-hammer:before {
  content: "\eca1";
}

/* line 3747, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-court:before {
  content: "\eca2";
}

/* line 3751, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-finger-print:before {
  content: "\eca3";
}

/* line 3755, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-handcuff-alt:before {
  content: "\eca4";
}

/* line 3759, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-handcuff:before {
  content: "\eca5";
}

/* line 3763, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-investigation:before {
  content: "\eca6";
}

/* line 3767, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-investigator:before {
  content: "\eca7";
}

/* line 3771, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-jail:before {
  content: "\eca8";
}

/* line 3775, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-judge:before {
  content: "\eca9";
}

/* line 3779, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-law-alt-1:before {
  content: "\ecaa";
}

/* line 3783, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-law-alt-2:before {
  content: "\ecab";
}

/* line 3787, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-law-alt-3:before {
  content: "\ecac";
}

/* line 3791, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-law-book:before {
  content: "\ecad";
}

/* line 3795, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-law-document:before {
  content: "\ecae";
}

/* line 3799, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-law:before {
  content: "\ecaf";
}

/* line 3803, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lawyer-alt-1:before {
  content: "\ecb0";
}

/* line 3807, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lawyer-alt-2:before {
  content: "\ecb1";
}

/* line 3811, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lawyer:before {
  content: "\ecb2";
}

/* line 3815, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-order:before {
  content: "\ecb3";
}

/* line 3819, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pistol:before {
  content: "\ecb4";
}

/* line 3823, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-police-badge:before {
  content: "\ecb5";
}

/* line 3827, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-police-cap:before {
  content: "\ecb6";
}

/* line 3831, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-police-car-alt-1:before {
  content: "\ecb7";
}

/* line 3835, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-police-car-alt-2:before {
  content: "\ecb8";
}

/* line 3839, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-police-hat:before {
  content: "\ecb9";
}

/* line 3843, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-police-van:before {
  content: "\ecba";
}

/* line 3847, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-police:before {
  content: "\ecbb";
}

/* line 3851, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-protect:before {
  content: "\ecbc";
}

/* line 3855, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scales:before {
  content: "\ecbd";
}

/* line 3859, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-thief-alt:before {
  content: "\ecbe";
}

/* line 3863, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-thief:before {
  content: "\ecbf";
}

/* line 3867, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-abacus-alt:before {
  content: "\ecc0";
}

/* line 3871, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-abacus:before {
  content: "\ecc1";
}

/* line 3875, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-angle:before {
  content: "\ecc2";
}

/* line 3879, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-calculator-alt-1:before {
  content: "\ecc3";
}

/* line 3883, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-calculator-alt-2:before {
  content: "\ecc4";
}

/* line 3887, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-circle-ruler-alt:before {
  content: "\ecc5";
}

/* line 3891, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-circle-ruler:before {
  content: "\ecc6";
}

/* line 3895, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-compass-alt-1:before {
  content: "\ecc7";
}

/* line 3899, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-compass-alt-2:before {
  content: "\ecc8";
}

/* line 3903, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-compass-alt-3:before {
  content: "\ecc9";
}

/* line 3907, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-compass-alt-4:before {
  content: "\ecca";
}

/* line 3911, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-degrees-alt-1:before {
  content: "\eccb";
}

/* line 3915, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-degrees-alt-2:before {
  content: "\eccc";
}

/* line 3919, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-degrees:before {
  content: "\eccd";
}

/* line 3923, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-golden-ratio:before {
  content: "\ecce";
}

/* line 3927, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-marker-alt-1:before {
  content: "\eccf";
}

/* line 3931, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-marker-alt-2:before {
  content: "\ecd0";
}

/* line 3935, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-marker-alt-3:before {
  content: "\ecd1";
}

/* line 3939, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mathematical-alt-1:before {
  content: "\ecd2";
}

/* line 3943, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mathematical-alt-2:before {
  content: "\ecd3";
}

/* line 3947, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mathematical:before {
  content: "\ecd4";
}

/* line 3951, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pen-alt-1:before {
  content: "\ecd5";
}

/* line 3955, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pen-alt-2:before {
  content: "\ecd6";
}

/* line 3959, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pen-alt-3:before {
  content: "\ecd7";
}

/* line 3963, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pen-holder-alt-1:before {
  content: "\ecd8";
}

/* line 3967, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pen-holder:before {
  content: "\ecd9";
}

/* line 3971, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pencil-alt-1:before {
  content: "\ecda";
}

/* line 3975, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pencil-alt-2:before {
  content: "\ecdb";
}

/* line 3979, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pencil-alt-3:before {
  content: "\ecdc";
}

/* line 3983, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pencil-alt-4:before {
  content: "\ecdd";
}

/* line 3987, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ruler-alt-1:before {
  content: "\ecde";
}

/* line 3991, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ruler-alt-2:before {
  content: "\ecdf";
}

/* line 3995, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ruler-compass-alt:before {
  content: "\ece0";
}

/* line 3999, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ruler-compass:before {
  content: "\ece1";
}

/* line 4003, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ruler-pencil-alt-1:before {
  content: "\ece2";
}

/* line 4007, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ruler-pencil-alt-2:before {
  content: "\ece3";
}

/* line 4011, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ruler-pencil:before {
  content: "\ece4";
}

/* line 4015, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ruler:before {
  content: "\ece5";
}

/* line 4019, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rulers-alt:before {
  content: "\ece6";
}

/* line 4023, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rulers:before {
  content: "\ece7";
}

/* line 4027, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-square-root:before {
  content: "\ece8";
}

/* line 4031, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-aids:before {
  content: "\ece9";
}

/* line 4035, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ambulance:before {
  content: "\ecea";
}

/* line 4039, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-autism:before {
  content: "\eceb";
}

/* line 4043, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bandage:before {
  content: "\ecec";
}

/* line 4047, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bed-patient:before {
  content: "\eced";
}

/* line 4051, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-blind:before {
  content: "\ecee";
}

/* line 4055, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-blood-drop:before {
  content: "\ecef";
}

/* line 4059, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-blood-test:before {
  content: "\ecf0";
}

/* line 4063, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-blood:before {
  content: "\ecf1";
}

/* line 4067, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-capsule:before {
  content: "\ecf2";
}

/* line 4071, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-crutches:before {
  content: "\ecf3";
}

/* line 4075, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dna-alt-1:before {
  content: "\ecf4";
}

/* line 4079, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dna:before {
  content: "\ecf5";
}

/* line 4083, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-doctor-alt:before {
  content: "\ecf6";
}

/* line 4087, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-doctor:before {
  content: "\ecf7";
}

/* line 4091, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-drug-pack:before {
  content: "\ecf8";
}

/* line 4095, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-drug:before {
  content: "\ecf9";
}

/* line 4099, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-eye-alt:before {
  content: "\ecfa";
}

/* line 4103, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-first-aid-alt:before {
  content: "\ecfb";
}

/* line 4107, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-garbage:before {
  content: "\ecfc";
}

/* line 4111, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-heart-alt:before {
  content: "\ecfd";
}

/* line 4115, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-heartbeat:before {
  content: "\ecfe";
}

/* line 4119, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-herbal:before {
  content: "\ecff";
}

/* line 4123, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hospital:before {
  content: "\ed00";
}

/* line 4127, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-icu:before {
  content: "\ed01";
}

/* line 4131, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-injection-syringe:before {
  content: "\ed02";
}

/* line 4135, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-laboratory:before {
  content: "\ed03";
}

/* line 4139, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-medical-sign-alt:before {
  content: "\ed04";
}

/* line 4143, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-medical-sign:before {
  content: "\ed05";
}

/* line 4147, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-nurse-alt:before {
  content: "\ed06";
}

/* line 4151, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-nurse:before {
  content: "\ed07";
}

/* line 4155, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-nursing-home:before {
  content: "\ed08";
}

/* line 4159, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-operation-theater:before {
  content: "\ed09";
}

/* line 4163, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-paralysis-disability:before {
  content: "\ed0a";
}

/* line 4167, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pills:before {
  content: "\ed0b";
}

/* line 4171, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-prescription:before {
  content: "\ed0c";
}

/* line 4175, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pulse:before {
  content: "\ed0d";
}

/* line 4179, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-stethoscope-alt:before {
  content: "\ed0e";
}

/* line 4183, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-stethoscope:before {
  content: "\ed0f";
}

/* line 4187, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-stretcher:before {
  content: "\ed10";
}

/* line 4191, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-surgeon-alt:before {
  content: "\ed11";
}

/* line 4195, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-surgeon:before {
  content: "\ed12";
}

/* line 4199, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tablets:before {
  content: "\ed13";
}

/* line 4203, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-test-bottle:before {
  content: "\ed14";
}

/* line 4207, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-test-tube:before {
  content: "\ed15";
}

/* line 4211, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-thermometer-alt:before {
  content: "\ed16";
}

/* line 4215, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tooth:before {
  content: "\ed17";
}

/* line 4219, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-xray:before {
  content: "\ed18";
}

/* line 4223, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-add:before {
  content: "\ed19";
}

/* line 4227, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-alarm:before {
  content: "\ed1a";
}

/* line 4231, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-battery:before {
  content: "\ed1b";
}

/* line 4235, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-block:before {
  content: "\ed1c";
}

/* line 4239, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-bluetooth:before {
  content: "\ed1d";
}

/* line 4243, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-brightness:before {
  content: "\ed1e";
}

/* line 4247, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-browser:before {
  content: "\ed1f";
}

/* line 4251, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-calculator:before {
  content: "\ed20";
}

/* line 4255, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-calendar:before {
  content: "\ed21";
}

/* line 4259, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-call:before {
  content: "\ed22";
}

/* line 4263, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-camera:before {
  content: "\ed23";
}

/* line 4267, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-cart:before {
  content: "\ed24";
}

/* line 4271, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-cell-phone:before {
  content: "\ed25";
}

/* line 4275, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-chat:before {
  content: "\ed26";
}

/* line 4279, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-check:before {
  content: "\ed27";
}

/* line 4283, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-clip-board:before {
  content: "\ed28";
}

/* line 4287, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-clip:before {
  content: "\ed29";
}

/* line 4291, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-clock:before {
  content: "\ed2a";
}

/* line 4295, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-close:before {
  content: "\ed2b";
}

/* line 4299, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-contact-list:before {
  content: "\ed2c";
}

/* line 4303, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-copy:before {
  content: "\ed2d";
}

/* line 4307, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-cut:before {
  content: "\ed2e";
}

/* line 4311, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-delete:before {
  content: "\ed2f";
}

/* line 4315, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-dial-phone:before {
  content: "\ed30";
}

/* line 4319, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-edit:before {
  content: "\ed31";
}

/* line 4323, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-email:before {
  content: "\ed32";
}

/* line 4327, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-file:before {
  content: "\ed33";
}

/* line 4331, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-fire-wall:before {
  content: "\ed34";
}

/* line 4335, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-flash-light:before {
  content: "\ed35";
}

/* line 4339, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-flight:before {
  content: "\ed36";
}

/* line 4343, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-folder:before {
  content: "\ed37";
}

/* line 4347, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-game:before {
  content: "\ed38";
}

/* line 4351, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-handicapped:before {
  content: "\ed39";
}

/* line 4355, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-head-phone:before {
  content: "\ed3a";
}

/* line 4359, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-home:before {
  content: "\ed3b";
}

/* line 4363, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-image:before {
  content: "\ed3c";
}

/* line 4367, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-keyboard:before {
  content: "\ed3d";
}

/* line 4371, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-laoding:before {
  content: "\ed3e";
}

/* line 4375, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-lock:before {
  content: "\ed3f";
}

/* line 4379, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-love-add:before {
  content: "\ed40";
}

/* line 4383, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-love-broken:before {
  content: "\ed41";
}

/* line 4387, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-love-remove:before {
  content: "\ed42";
}

/* line 4391, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-love:before {
  content: "\ed43";
}

/* line 4395, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-map:before {
  content: "\ed44";
}

/* line 4399, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-message:before {
  content: "\ed45";
}

/* line 4403, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-messaging:before {
  content: "\ed46";
}

/* line 4407, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-movie:before {
  content: "\ed47";
}

/* line 4411, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-music-player:before {
  content: "\ed48";
}

/* line 4415, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-music:before {
  content: "\ed49";
}

/* line 4419, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-mute:before {
  content: "\ed4a";
}

/* line 4423, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-network:before {
  content: "\ed4b";
}

/* line 4427, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-next:before {
  content: "\ed4c";
}

/* line 4431, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-note:before {
  content: "\ed4d";
}

/* line 4435, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-office:before {
  content: "\ed4e";
}

/* line 4439, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-password:before {
  content: "\ed4f";
}

/* line 4443, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-pause:before {
  content: "\ed50";
}

/* line 4447, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-play-stop:before {
  content: "\ed51";
}

/* line 4451, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-play:before {
  content: "\ed52";
}

/* line 4455, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-pointer:before {
  content: "\ed53";
}

/* line 4459, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-power:before {
  content: "\ed54";
}

/* line 4463, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-press:before {
  content: "\ed55";
}

/* line 4467, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-previous:before {
  content: "\ed56";
}

/* line 4471, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-rate-add:before {
  content: "\ed57";
}

/* line 4475, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-rate-blank:before {
  content: "\ed58";
}

/* line 4479, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-rate-remove:before {
  content: "\ed59";
}

/* line 4483, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-rating:before {
  content: "\ed5a";
}

/* line 4487, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-record:before {
  content: "\ed5b";
}

/* line 4491, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-remove:before {
  content: "\ed5c";
}

/* line 4495, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-reply:before {
  content: "\ed5d";
}

/* line 4499, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-rotation:before {
  content: "\ed5e";
}

/* line 4503, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-rss:before {
  content: "\ed5f";
}

/* line 4507, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-search:before {
  content: "\ed60";
}

/* line 4511, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-settings:before {
  content: "\ed61";
}

/* line 4515, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-social-link:before {
  content: "\ed62";
}

/* line 4519, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-tag:before {
  content: "\ed63";
}

/* line 4523, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-text-chat:before {
  content: "\ed64";
}

/* line 4527, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-text-loading:before {
  content: "\ed65";
}

/* line 4531, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-theme:before {
  content: "\ed66";
}

/* line 4535, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-timer:before {
  content: "\ed67";
}

/* line 4539, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-touch-phone:before {
  content: "\ed68";
}

/* line 4543, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-travel:before {
  content: "\ed69";
}

/* line 4547, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-unlock:before {
  content: "\ed6a";
}

/* line 4551, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-user-group:before {
  content: "\ed6b";
}

/* line 4555, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-user:before {
  content: "\ed6c";
}

/* line 4559, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-v-card:before {
  content: "\ed6d";
}

/* line 4563, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-video-chat:before {
  content: "\ed6e";
}

/* line 4567, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-video-message:before {
  content: "\ed6f";
}

/* line 4571, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-video-play:before {
  content: "\ed70";
}

/* line 4575, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-video:before {
  content: "\ed71";
}

/* line 4579, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-volume:before {
  content: "\ed72";
}

/* line 4583, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-weather:before {
  content: "\ed73";
}

/* line 4587, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-wifi:before {
  content: "\ed74";
}

/* line 4591, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-zoom-in:before {
  content: "\ed75";
}

/* line 4595, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ui-zoom-out:before {
  content: "\ed76";
}

/* line 4599, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cassette-player:before {
  content: "\ed77";
}

/* line 4603, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cassette:before {
  content: "\ed78";
}

/* line 4607, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-forward:before {
  content: "\ed79";
}

/* line 4611, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-game:before {
  content: "\ed7a";
}

/* line 4615, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-guiter:before {
  content: "\ed7b";
}

/* line 4619, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-headphone-alt-1:before {
  content: "\ed7c";
}

/* line 4623, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-headphone-alt-2:before {
  content: "\ed7d";
}

/* line 4627, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-headphone-alt-3:before {
  content: "\ed7e";
}

/* line 4631, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-listening:before {
  content: "\ed7f";
}

/* line 4635, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-megaphone-alt:before {
  content: "\ed80";
}

/* line 4639, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-megaphone:before {
  content: "\ed81";
}

/* line 4643, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-movie:before {
  content: "\ed82";
}

/* line 4647, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mp3-player:before {
  content: "\ed83";
}

/* line 4651, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-multimedia:before {
  content: "\ed84";
}

/* line 4655, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-music-disk:before {
  content: "\ed85";
}

/* line 4659, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-music-note:before {
  content: "\ed86";
}

/* line 4663, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pause:before {
  content: "\ed87";
}

/* line 4667, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-play-alt-1:before {
  content: "\ed88";
}

/* line 4671, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-play-alt-2:before {
  content: "\ed89";
}

/* line 4675, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-play-alt-3:before {
  content: "\ed8a";
}

/* line 4679, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-play-pause:before {
  content: "\ed8b";
}

/* line 4683, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-record:before {
  content: "\ed8c";
}

/* line 4687, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-retro-music-disk:before {
  content: "\ed8d";
}

/* line 4691, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rewind:before {
  content: "\ed8e";
}

/* line 4695, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-song-notes:before {
  content: "\ed8f";
}

/* line 4699, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sound-wave-alt:before {
  content: "\ed90";
}

/* line 4703, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sound-wave:before {
  content: "\ed91";
}

/* line 4707, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-stop:before {
  content: "\ed92";
}

/* line 4711, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-video-alt:before {
  content: "\ed93";
}

/* line 4715, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-video-cam:before {
  content: "\ed94";
}

/* line 4719, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-volume-bar:before {
  content: "\ed95";
}

/* line 4723, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-volume-mute:before {
  content: "\ed96";
}

/* line 4727, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-youtube-play:before {
  content: "\ed97";
}

/* line 4731, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-amazon-alt:before {
  content: "\ed98";
}

/* line 4735, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-amazon:before {
  content: "\ed99";
}

/* line 4739, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-american-express-alt:before {
  content: "\ed9a";
}

/* line 4743, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-american-express:before {
  content: "\ed9b";
}

/* line 4747, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-apple-pay-alt:before {
  content: "\ed9c";
}

/* line 4751, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-apple-pay:before {
  content: "\ed9d";
}

/* line 4755, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bank-transfer-alt:before {
  content: "\ed9e";
}

/* line 4759, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bank-transfer:before {
  content: "\ed9f";
}

/* line 4763, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-braintree-alt:before {
  content: "\eda0";
}

/* line 4767, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-braintree:before {
  content: "\eda1";
}

/* line 4771, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cash-on-delivery-alt:before {
  content: "\eda2";
}

/* line 4775, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cash-on-delivery:before {
  content: "\eda3";
}

/* line 4779, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-checkout-alt:before {
  content: "\eda4";
}

/* line 4783, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-checkout:before {
  content: "\eda5";
}

/* line 4787, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-diners-club-alt-1:before {
  content: "\eda6";
}

/* line 4791, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-diners-club-alt-2:before {
  content: "\eda7";
}

/* line 4795, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-diners-club-alt-3:before {
  content: "\eda8";
}

/* line 4799, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-diners-club:before {
  content: "\eda9";
}

/* line 4803, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-discover-alt:before {
  content: "\edaa";
}

/* line 4807, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-discover:before {
  content: "\edab";
}

/* line 4811, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-eway-alt:before {
  content: "\edac";
}

/* line 4815, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-eway:before {
  content: "\edad";
}

/* line 4819, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-google-wallet-alt-1:before {
  content: "\edae";
}

/* line 4823, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-google-wallet-alt-2:before {
  content: "\edaf";
}

/* line 4827, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-google-wallet-alt-3:before {
  content: "\edb0";
}

/* line 4831, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-google-wallet:before {
  content: "\edb1";
}

/* line 4835, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-jcb-alt:before {
  content: "\edb2";
}

/* line 4839, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-jcb:before {
  content: "\edb3";
}

/* line 4843, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-maestro-alt:before {
  content: "\edb4";
}

/* line 4847, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-maestro:before {
  content: "\edb5";
}

/* line 4851, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mastercard-alt:before {
  content: "\edb6";
}

/* line 4855, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mastercard:before {
  content: "\edb7";
}

/* line 4859, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-payoneer-alt:before {
  content: "\edb8";
}

/* line 4863, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-payoneer:before {
  content: "\edb9";
}

/* line 4867, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-paypal-alt:before {
  content: "\edba";
}

/* line 4871, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-paypal:before {
  content: "\edbb";
}

/* line 4875, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sage-alt:before {
  content: "\edbc";
}

/* line 4879, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sage:before {
  content: "\edbd";
}

/* line 4883, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-skrill-alt:before {
  content: "\edbe";
}

/* line 4887, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-skrill:before {
  content: "\edbf";
}

/* line 4891, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-stripe-alt:before {
  content: "\edc0";
}

/* line 4895, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-stripe:before {
  content: "\edc1";
}

/* line 4899, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-visa-alt:before {
  content: "\edc2";
}

/* line 4903, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-visa-electron:before {
  content: "\edc3";
}

/* line 4907, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-visa:before {
  content: "\edc4";
}

/* line 4911, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-western-union-alt:before {
  content: "\edc5";
}

/* line 4915, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-western-union:before {
  content: "\edc6";
}

/* line 4919, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-boy:before {
  content: "\edc7";
}

/* line 4923, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-business-man-alt-1:before {
  content: "\edc8";
}

/* line 4927, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-business-man-alt-2:before {
  content: "\edc9";
}

/* line 4931, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-business-man-alt-3:before {
  content: "\edca";
}

/* line 4935, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-business-man:before {
  content: "\edcb";
}

/* line 4939, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-funky-man:before {
  content: "\edcc";
}

/* line 4943, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-girl-alt:before {
  content: "\edcd";
}

/* line 4947, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-girl:before {
  content: "\edce";
}

/* line 4951, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hotel-boy-alt:before {
  content: "\edcf";
}

/* line 4955, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hotel-boy:before {
  content: "\edd0";
}

/* line 4959, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-man-in-glasses:before {
  content: "\edd1";
}

/* line 4963, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-user-alt-1:before {
  content: "\edd2";
}

/* line 4967, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-user-alt-2:before {
  content: "\edd3";
}

/* line 4971, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-user-alt-3:before {
  content: "\edd4";
}

/* line 4975, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-user-alt-4:before {
  content: "\edd5";
}

/* line 4979, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-user-alt-5:before {
  content: "\edd6";
}

/* line 4983, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-user-alt-6:before {
  content: "\edd7";
}

/* line 4987, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-user-alt-7:before {
  content: "\edd8";
}

/* line 4991, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-user-female:before {
  content: "\edd9";
}

/* line 4995, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-user-male:before {
  content: "\edda";
}

/* line 4999, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-user-suited:before {
  content: "\eddb";
}

/* line 5003, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-user:before {
  content: "\eddc";
}

/* line 5007, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-users-alt-1:before {
  content: "\eddd";
}

/* line 5011, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-users-alt-2:before {
  content: "\edde";
}

/* line 5015, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-users-alt-3:before {
  content: "\eddf";
}

/* line 5019, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-users-alt-4:before {
  content: "\ede0";
}

/* line 5023, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-users-alt-5:before {
  content: "\ede1";
}

/* line 5027, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-users-alt-6:before {
  content: "\ede2";
}

/* line 5031, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-users-social:before {
  content: "\ede3";
}

/* line 5035, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-users:before {
  content: "\ede4";
}

/* line 5039, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-waiter:before {
  content: "\ede5";
}

/* line 5043, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-woman-in-glasses:before {
  content: "\ede6";
}

/* line 5047, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-document-search:before {
  content: "\ede7";
}

/* line 5051, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-folder-search:before {
  content: "\ede8";
}

/* line 5055, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-home-search:before {
  content: "\ede9";
}

/* line 5059, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-job-search:before {
  content: "\edea";
}

/* line 5063, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-map-search:before {
  content: "\edeb";
}

/* line 5067, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-restaurant-search:before {
  content: "\edec";
}

/* line 5071, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-search-alt-1:before {
  content: "\eded";
}

/* line 5075, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-search-alt-2:before {
  content: "\edee";
}

/* line 5079, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-search:before {
  content: "\edef";
}

/* line 5083, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-stock-search:before {
  content: "\edf0";
}

/* line 5087, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-user-search:before {
  content: "\edf1";
}

/* line 5091, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-aim:before {
  content: "\edf2";
}

/* line 5095, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-badoo:before {
  content: "\edf3";
}

/* line 5099, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-bebo:before {
  content: "\edf4";
}

/* line 5103, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-behance:before {
  content: "\edf5";
}

/* line 5107, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-blogger:before {
  content: "\edf6";
}

/* line 5111, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-bootstrap:before {
  content: "\edf7";
}

/* line 5115, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-brightkite:before {
  content: "\edf8";
}

/* line 5119, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-cloudapp:before {
  content: "\edf9";
}

/* line 5123, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-concrete5:before {
  content: "\edfa";
}

/* line 5127, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-designbump:before {
  content: "\edfb";
}

/* line 5131, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-designfloat:before {
  content: "\edfc";
}

/* line 5135, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-deviantart:before {
  content: "\edfd";
}

/* line 5139, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-digg:before {
  content: "\edfe";
}

/* line 5143, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-dotcms:before {
  content: "\edff";
}

/* line 5147, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-dribble:before {
  content: "\ee00";
}

/* line 5151, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-dropbox:before {
  content: "\ee01";
}

/* line 5155, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-drupal:before {
  content: "\ee02";
}

/* line 5159, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-ebuddy:before {
  content: "\ee03";
}

/* line 5163, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-ello:before {
  content: "\ee04";
}

/* line 5167, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-ember:before {
  content: "\ee05";
}

/* line 5171, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-envato:before {
  content: "\ee06";
}

/* line 5175, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-evernote:before {
  content: "\ee07";
}

/* line 5179, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-facebook:before {
  content: "\ee08";
}

/* line 5183, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-feedburner:before {
  content: "\ee09";
}

/* line 5187, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-folkd:before {
  content: "\ee0a";
}

/* line 5191, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-friendfeed:before {
  content: "\ee0b";
}

/* line 5195, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-ghost:before {
  content: "\ee0c";
}

/* line 5199, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-github:before {
  content: "\ee0d";
}

/* line 5203, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-gnome:before {
  content: "\ee0e";
}

/* line 5207, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-google-buzz:before {
  content: "\ee0f";
}

/* line 5211, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-google-map:before {
  content: "\ee10";
}

/* line 5215, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-google-plus:before {
  content: "\ee11";
}

/* line 5219, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-google-talk:before {
  content: "\ee12";
}

/* line 5223, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-hype-machine:before {
  content: "\ee13";
}

/* line 5227, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-instagram:before {
  content: "\ee14";
}

/* line 5231, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-joomla:before {
  content: "\ee15";
}

/* line 5235, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-kickstarter:before {
  content: "\ee16";
}

/* line 5239, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-line:before {
  content: "\ee17";
}

/* line 5243, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-linux-mint:before {
  content: "\ee18";
}

/* line 5247, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-livejournal:before {
  content: "\ee19";
}

/* line 5251, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-magento:before {
  content: "\ee1a";
}

/* line 5255, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-meetup:before {
  content: "\ee1b";
}

/* line 5259, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-mixx:before {
  content: "\ee1c";
}

/* line 5263, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-newsvine:before {
  content: "\ee1d";
}

/* line 5267, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-nimbuss:before {
  content: "\ee1e";
}

/* line 5271, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-opencart:before {
  content: "\ee1f";
}

/* line 5275, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-oscommerce:before {
  content: "\ee20";
}

/* line 5279, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-pandora:before {
  content: "\ee21";
}

/* line 5283, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-picasa:before {
  content: "\ee22";
}

/* line 5287, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-pinterest:before {
  content: "\ee23";
}

/* line 5291, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-prestashop:before {
  content: "\ee24";
}

/* line 5295, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-qik:before {
  content: "\ee25";
}

/* line 5299, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-readernaut:before {
  content: "\ee26";
}

/* line 5303, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-reddit:before {
  content: "\ee27";
}

/* line 5307, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-rss:before {
  content: "\ee28";
}

/* line 5311, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-shopify:before {
  content: "\ee29";
}

/* line 5315, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-silverstripe:before {
  content: "\ee2a";
}

/* line 5319, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-skype:before {
  content: "\ee2b";
}

/* line 5323, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-slashdot:before {
  content: "\ee2c";
}

/* line 5327, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-smugmug:before {
  content: "\ee2d";
}

/* line 5331, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-steam:before {
  content: "\ee2e";
}

/* line 5335, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-stumbleupon:before {
  content: "\ee2f";
}

/* line 5339, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-technorati:before {
  content: "\ee30";
}

/* line 5343, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-telegram:before {
  content: "\ee31";
}

/* line 5347, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-tinder:before {
  content: "\ee32";
}

/* line 5351, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-tumblr:before {
  content: "\ee33";
}

/* line 5355, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-twitter:before {
  content: "\ee34";
}

/* line 5359, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-typo3:before {
  content: "\ee35";
}

/* line 5363, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-ubercart:before {
  content: "\ee36";
}

/* line 5367, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-viber:before {
  content: "\ee37";
}

/* line 5371, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-viddler:before {
  content: "\ee38";
}

/* line 5375, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-vimeo:before {
  content: "\ee39";
}

/* line 5379, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-vine:before {
  content: "\ee3a";
}

/* line 5383, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-virb:before {
  content: "\ee3b";
}

/* line 5387, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-virtuemart:before {
  content: "\ee3c";
}

/* line 5391, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-wechat:before {
  content: "\ee3d";
}

/* line 5395, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-wordpress:before {
  content: "\ee3e";
}

/* line 5399, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-xing:before {
  content: "\ee3f";
}

/* line 5403, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-yahoo:before {
  content: "\ee40";
}

/* line 5407, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-yelp:before {
  content: "\ee41";
}

/* line 5411, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-zencart:before {
  content: "\ee42";
}

/* line 5415, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-badminton-birdie:before {
  content: "\ee43";
}

/* line 5419, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-baseball:before {
  content: "\ee44";
}

/* line 5423, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-baseballer:before {
  content: "\ee45";
}

/* line 5427, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-basketball-hoop:before {
  content: "\ee46";
}

/* line 5431, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-basketball:before {
  content: "\ee47";
}

/* line 5435, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-billiard-ball:before {
  content: "\ee48";
}

/* line 5439, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-boot-alt-1:before {
  content: "\ee49";
}

/* line 5443, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-boot-alt-2:before {
  content: "\ee4a";
}

/* line 5447, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bowling-alt:before {
  content: "\ee4b";
}

/* line 5451, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bowling:before {
  content: "\ee4c";
}

/* line 5455, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-canoe:before {
  content: "\ee4d";
}

/* line 5459, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cheer-leader:before {
  content: "\ee4e";
}

/* line 5463, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-climbing:before {
  content: "\ee4f";
}

/* line 5467, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-corner:before {
  content: "\ee50";
}

/* line 5471, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cyclist:before {
  content: "\ee51";
}

/* line 5475, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dumbbell-alt:before {
  content: "\ee52";
}

/* line 5479, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dumbbell:before {
  content: "\ee53";
}

/* line 5483, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-field-alt:before {
  content: "\ee54";
}

/* line 5487, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-field:before {
  content: "\ee55";
}

/* line 5491, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-football-alt:before {
  content: "\ee56";
}

/* line 5495, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-foul:before {
  content: "\ee57";
}

/* line 5499, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-goal-keeper:before {
  content: "\ee58";
}

/* line 5503, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-goal:before {
  content: "\ee59";
}

/* line 5507, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-golf-alt:before {
  content: "\ee5a";
}

/* line 5511, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-golf-bag:before {
  content: "\ee5b";
}

/* line 5515, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-golf-field:before {
  content: "\ee5c";
}

/* line 5519, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-golf:before {
  content: "\ee5d";
}

/* line 5523, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-golfer:before {
  content: "\ee5e";
}

/* line 5527, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-gym-alt-1:before {
  content: "\ee5f";
}

/* line 5531, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-gym-alt-2:before {
  content: "\ee60";
}

/* line 5535, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-gym-alt-3:before {
  content: "\ee61";
}

/* line 5539, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-gym:before {
  content: "\ee62";
}

/* line 5543, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand-grippers:before {
  content: "\ee63";
}

/* line 5547, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-heart-beat-alt:before {
  content: "\ee64";
}

/* line 5551, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-helmet:before {
  content: "\ee65";
}

/* line 5555, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hockey-alt:before {
  content: "\ee66";
}

/* line 5559, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hockey:before {
  content: "\ee67";
}

/* line 5563, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ice-skate:before {
  content: "\ee68";
}

/* line 5567, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-jersey-alt:before {
  content: "\ee69";
}

/* line 5571, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-jersey:before {
  content: "\ee6a";
}

/* line 5575, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-jumping:before {
  content: "\ee6b";
}

/* line 5579, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-kick:before {
  content: "\ee6c";
}

/* line 5583, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-leg:before {
  content: "\ee6d";
}

/* line 5587, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-match-review:before {
  content: "\ee6e";
}

/* line 5591, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-medal-alt:before {
  content: "\ee6f";
}

/* line 5595, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-muscle-alt:before {
  content: "\ee70";
}

/* line 5599, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-muscle:before {
  content: "\ee71";
}

/* line 5603, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-offside:before {
  content: "\ee72";
}

/* line 5607, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-olympic-logo:before {
  content: "\ee73";
}

/* line 5611, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-olympic:before {
  content: "\ee74";
}

/* line 5615, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-padding:before {
  content: "\ee75";
}

/* line 5619, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-penalty-card:before {
  content: "\ee76";
}

/* line 5623, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-racer:before {
  content: "\ee77";
}

/* line 5627, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-racing-car:before {
  content: "\ee78";
}

/* line 5631, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-racing-flag-alt:before {
  content: "\ee79";
}

/* line 5635, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-racing-flag:before {
  content: "\ee7a";
}

/* line 5639, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-racings-wheel:before {
  content: "\ee7b";
}

/* line 5643, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-referee:before {
  content: "\ee7c";
}

/* line 5647, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-refree-jersey:before {
  content: "\ee7d";
}

/* line 5651, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-result:before {
  content: "\ee7e";
}

/* line 5655, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rugby-ball:before {
  content: "\ee7f";
}

/* line 5659, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rugby-player:before {
  content: "\ee80";
}

/* line 5663, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rugby:before {
  content: "\ee81";
}

/* line 5667, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-runner-alt-1:before {
  content: "\ee82";
}

/* line 5671, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-runner-alt-2:before {
  content: "\ee83";
}

/* line 5675, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-runner:before {
  content: "\ee84";
}

/* line 5679, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-score-board:before {
  content: "\ee85";
}

/* line 5683, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-skiing-man:before {
  content: "\ee86";
}

/* line 5687, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-skydiving-goggles:before {
  content: "\ee87";
}

/* line 5691, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snow-mobile:before {
  content: "\ee88";
}

/* line 5695, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-steering:before {
  content: "\ee89";
}

/* line 5699, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-substitute:before {
  content: "\ee8a";
}

/* line 5703, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-swimmer:before {
  content: "\ee8b";
}

/* line 5707, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-table-tennis:before {
  content: "\ee8c";
}

/* line 5711, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-team-alt:before {
  content: "\ee8d";
}

/* line 5715, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-team:before {
  content: "\ee8e";
}

/* line 5719, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tennis-player:before {
  content: "\ee8f";
}

/* line 5723, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tennis:before {
  content: "\ee90";
}

/* line 5727, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-time:before {
  content: "\ee91";
}

/* line 5731, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-track:before {
  content: "\ee92";
}

/* line 5735, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tracking:before {
  content: "\ee93";
}

/* line 5739, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-trophy-alt:before {
  content: "\ee94";
}

/* line 5743, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-trophy:before {
  content: "\ee95";
}

/* line 5747, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-volleyball-alt:before {
  content: "\ee96";
}

/* line 5751, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-volleyball-fire:before {
  content: "\ee97";
}

/* line 5755, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-volleyball:before {
  content: "\ee98";
}

/* line 5759, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-water-bottle:before {
  content: "\ee99";
}

/* line 5763, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-whisle:before {
  content: "\ee9a";
}

/* line 5767, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-win-trophy:before {
  content: "\ee9b";
}

/* line 5771, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-align-center:before {
  content: "\ee9c";
}

/* line 5775, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-align-left:before {
  content: "\ee9d";
}

/* line 5779, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-align-right:before {
  content: "\ee9e";
}

/* line 5783, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-all-caps:before {
  content: "\ee9f";
}

/* line 5787, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bold:before {
  content: "\eea0";
}

/* line 5791, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brush:before {
  content: "\eea1";
}

/* line 5795, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-clip-board:before {
  content: "\eea2";
}

/* line 5799, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-code-alt:before {
  content: "\eea3";
}

/* line 5803, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-color-bucket:before {
  content: "\eea4";
}

/* line 5807, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-color-picker:before {
  content: "\eea5";
}

/* line 5811, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-copy-alt:before {
  content: "\eea6";
}

/* line 5815, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-copy-black:before {
  content: "\eea7";
}

/* line 5819, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cut:before {
  content: "\eea8";
}

/* line 5823, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-delete-alt:before {
  content: "\eea9";
}

/* line 5827, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-edit-alt:before {
  content: "\eeaa";
}

/* line 5831, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-eraser-alt:before {
  content: "\eeab";
}

/* line 5835, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file-alt:before {
  content: "\eeac";
}

/* line 5839, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-font:before {
  content: "\eead";
}

/* line 5843, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-header:before {
  content: "\eeae";
}

/* line 5847, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-indent:before {
  content: "\eeaf";
}

/* line 5851, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-italic-alt:before {
  content: "\eeb0";
}

/* line 5855, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-justify-all:before {
  content: "\eeb1";
}

/* line 5859, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-justify-center:before {
  content: "\eeb2";
}

/* line 5863, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-justify-left:before {
  content: "\eeb3";
}

/* line 5867, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-justify-right:before {
  content: "\eeb4";
}

/* line 5871, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-line-height:before {
  content: "\eeb5";
}

/* line 5875, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-link-alt:before {
  content: "\eeb6";
}

/* line 5879, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-listine-dots:before {
  content: "\eeb7";
}

/* line 5883, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-listing-box:before {
  content: "\eeb8";
}

/* line 5887, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-listing-number:before {
  content: "\eeb9";
}

/* line 5891, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-marker:before {
  content: "\eeba";
}

/* line 5895, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-outdent:before {
  content: "\eebb";
}

/* line 5899, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-paper-clip:before {
  content: "\eebc";
}

/* line 5903, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-paragraph:before {
  content: "\eebd";
}

/* line 5907, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pin:before {
  content: "\eebe";
}

/* line 5911, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-printer:before {
  content: "\eebf";
}

/* line 5915, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-redo:before {
  content: "\eec0";
}

/* line 5919, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rotation:before {
  content: "\eec1";
}

/* line 5923, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-save:before {
  content: "\eec2";
}

/* line 5927, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-small-cap:before {
  content: "\eec3";
}

/* line 5931, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-strike-through:before {
  content: "\eec4";
}

/* line 5935, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sub-listing:before {
  content: "\eec5";
}

/* line 5939, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-subscript:before {
  content: "\eec6";
}

/* line 5943, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-superscript:before {
  content: "\eec7";
}

/* line 5947, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-table:before {
  content: "\eec8";
}

/* line 5951, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-text-height:before {
  content: "\eec9";
}

/* line 5955, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-text-width:before {
  content: "\eeca";
}

/* line 5959, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-trash:before {
  content: "\eecb";
}

/* line 5963, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-underline:before {
  content: "\eecc";
}

/* line 5967, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-undo:before {
  content: "\eecd";
}

/* line 5971, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-unlink:before {
  content: "\eece";
}

/* line 5975, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-air-balloon:before {
  content: "\eecf";
}

/* line 5979, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-airplane-alt:before {
  content: "\eed0";
}

/* line 5983, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-airplane:before {
  content: "\eed1";
}

/* line 5987, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ambulance-crescent:before {
  content: "\eed2";
}

/* line 5991, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ambulance-cross:before {
  content: "\eed3";
}

/* line 5995, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-articulated-truck:before {
  content: "\eed4";
}

/* line 5999, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-auto-rickshaw:before {
  content: "\eed5";
}

/* line 6003, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bicycle-alt-1:before {
  content: "\eed6";
}

/* line 6007, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bicycle-alt-2:before {
  content: "\eed7";
}

/* line 6011, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bull-dozer:before {
  content: "\eed8";
}

/* line 6015, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bus-alt-1:before {
  content: "\eed9";
}

/* line 6019, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bus-alt-2:before {
  content: "\eeda";
}

/* line 6023, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bus-alt-3:before {
  content: "\eedb";
}

/* line 6027, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cable-car:before {
  content: "\eedc";
}

/* line 6031, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-car-alt-1:before {
  content: "\eedd";
}

/* line 6035, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-car-alt-2:before {
  content: "\eede";
}

/* line 6039, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-car-alt-3:before {
  content: "\eedf";
}

/* line 6043, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-car-alt-4:before {
  content: "\eee0";
}

/* line 6047, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-concrete-mixer:before {
  content: "\eee1";
}

/* line 6051, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-delivery-time:before {
  content: "\eee2";
}

/* line 6055, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-excavator:before {
  content: "\eee3";
}

/* line 6059, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fast-delivery:before {
  content: "\eee4";
}

/* line 6063, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fire-truck-alt:before {
  content: "\eee5";
}

/* line 6067, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fire-truck:before {
  content: "\eee6";
}

/* line 6071, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fork-lift:before {
  content: "\eee7";
}

/* line 6075, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-free-delivery:before {
  content: "\eee8";
}

/* line 6079, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-golf-cart:before {
  content: "\eee9";
}

/* line 6083, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-helicopter:before {
  content: "\eeea";
}

/* line 6087, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-motor-bike-alt:before {
  content: "\eeeb";
}

/* line 6091, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-motor-bike:before {
  content: "\eeec";
}

/* line 6095, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-motor-biker:before {
  content: "\eeed";
}

/* line 6099, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-oil-truck:before {
  content: "\eeee";
}

/* line 6103, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-police-car:before {
  content: "\eeef";
}

/* line 6107, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rickshaw:before {
  content: "\eef0";
}

/* line 6111, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rocket-alt-1:before {
  content: "\eef1";
}

/* line 6115, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rocket-alt-2:before {
  content: "\eef2";
}

/* line 6119, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sail-boat:before {
  content: "\eef3";
}

/* line 6123, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-scooter:before {
  content: "\eef4";
}

/* line 6127, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sea-plane:before {
  content: "\eef5";
}

/* line 6131, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ship-alt:before {
  content: "\eef6";
}

/* line 6135, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-speed-boat:before {
  content: "\eef7";
}

/* line 6139, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-taxi:before {
  content: "\eef8";
}

/* line 6143, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tow-truck:before {
  content: "\eef9";
}

/* line 6147, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tractor:before {
  content: "\eefa";
}

/* line 6151, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-traffic-light:before {
  content: "\eefb";
}

/* line 6155, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-train-line:before {
  content: "\eefc";
}

/* line 6159, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-train-steam:before {
  content: "\eefd";
}

/* line 6163, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tram:before {
  content: "\eefe";
}

/* line 6167, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-truck-alt:before {
  content: "\eeff";
}

/* line 6171, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-truck-loaded:before {
  content: "\ef00";
}

/* line 6175, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-truck:before {
  content: "\ef01";
}

/* line 6179, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-van-alt:before {
  content: "\ef02";
}

/* line 6183, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-van:before {
  content: "\ef03";
}

/* line 6187, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-yacht:before {
  content: "\ef04";
}

/* line 6191, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-5-star-hotel:before {
  content: "\ef05";
}

/* line 6195, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-anchor-alt:before {
  content: "\ef06";
}

/* line 6199, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-beach-bed:before {
  content: "\ef07";
}

/* line 6203, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-camping-vest:before {
  content: "\ef08";
}

/* line 6207, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-coconut-alt:before {
  content: "\ef09";
}

/* line 6211, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-direction-sign:before {
  content: "\ef0a";
}

/* line 6215, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hill-side:before {
  content: "\ef0b";
}

/* line 6219, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-island-alt:before {
  content: "\ef0c";
}

/* line 6223, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-long-drive:before {
  content: "\ef0d";
}

/* line 6227, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-map-pins:before {
  content: "\ef0e";
}

/* line 6231, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-plane-ticket:before {
  content: "\ef0f";
}

/* line 6235, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sail-boat-alt-1:before {
  content: "\ef10";
}

/* line 6239, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sail-boat-alt-2:before {
  content: "\ef11";
}

/* line 6243, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sandals-female:before {
  content: "\ef12";
}

/* line 6247, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sandals-male:before {
  content: "\ef13";
}

/* line 6251, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-travelling:before {
  content: "\ef14";
}

/* line 6255, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-breakdown:before {
  content: "\ef15";
}

/* line 6259, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-celsius:before {
  content: "\ef16";
}

/* line 6263, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-clouds:before {
  content: "\ef17";
}

/* line 6267, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cloudy:before {
  content: "\ef18";
}

/* line 6271, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-compass-alt:before {
  content: "\ef19";
}

/* line 6275, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dust:before {
  content: "\ef1a";
}

/* line 6279, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-eclipse:before {
  content: "\ef1b";
}

/* line 6283, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fahrenheit:before {
  content: "\ef1c";
}

/* line 6287, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-forest-fire:before {
  content: "\ef1d";
}

/* line 6291, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-full-night:before {
  content: "\ef1e";
}

/* line 6295, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-full-sunny:before {
  content: "\ef1f";
}

/* line 6299, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hail-night:before {
  content: "\ef20";
}

/* line 6303, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hail-rainy-night:before {
  content: "\ef21";
}

/* line 6307, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hail-rainy-sunny:before {
  content: "\ef22";
}

/* line 6311, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hail-rainy:before {
  content: "\ef23";
}

/* line 6315, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hail-sunny:before {
  content: "\ef24";
}

/* line 6319, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hail-thunder-night:before {
  content: "\ef25";
}

/* line 6323, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hail-thunder-sunny:before {
  content: "\ef26";
}

/* line 6327, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hail-thunder:before {
  content: "\ef27";
}

/* line 6331, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hail:before {
  content: "\ef28";
}

/* line 6335, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hill-night:before {
  content: "\ef29";
}

/* line 6339, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hill-sunny:before {
  content: "\ef2a";
}

/* line 6343, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hill:before {
  content: "\ef2b";
}

/* line 6347, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hurricane:before {
  content: "\ef2c";
}

/* line 6351, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-island:before {
  content: "\ef2d";
}

/* line 6355, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-meteor:before {
  content: "\ef2e";
}

/* line 6359, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-night:before {
  content: "\ef2f";
}

/* line 6363, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rainy-night:before {
  content: "\ef30";
}

/* line 6367, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rainy-sunny:before {
  content: "\ef31";
}

/* line 6371, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rainy-thunder:before {
  content: "\ef32";
}

/* line 6375, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rainy:before {
  content: "\ef33";
}

/* line 6379, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-showy-night-hail:before {
  content: "\ef34";
}

/* line 6383, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snow-temp:before {
  content: "\ef35";
}

/* line 6387, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snow:before {
  content: "\ef36";
}

/* line 6391, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowy-hail:before {
  content: "\ef37";
}

/* line 6395, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowy-night-rainy:before {
  content: "\ef38";
}

/* line 6399, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowy-night:before {
  content: "\ef39";
}

/* line 6403, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowy-rainy:before {
  content: "\ef3a";
}

/* line 6407, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowy-sunny-hail:before {
  content: "\ef3b";
}

/* line 6411, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowy-sunny-rainy:before {
  content: "\ef3c";
}

/* line 6415, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowy-sunny:before {
  content: "\ef3d";
}

/* line 6419, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowy-thunder-night:before {
  content: "\ef3e";
}

/* line 6423, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowy-thunder-sunny:before {
  content: "\ef3f";
}

/* line 6427, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowy-thunder:before {
  content: "\ef40";
}

/* line 6431, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowy-windy-night:before {
  content: "\ef41";
}

/* line 6435, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowy-windy-sunny:before {
  content: "\ef42";
}

/* line 6439, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowy-windy:before {
  content: "\ef43";
}

/* line 6443, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-snowy:before {
  content: "\ef44";
}

/* line 6447, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sun-alt:before {
  content: "\ef45";
}

/* line 6451, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sun-rise:before {
  content: "\ef46";
}

/* line 6455, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sun-set:before {
  content: "\ef47";
}

/* line 6459, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sunny-day-temp:before {
  content: "\ef48";
}

/* line 6463, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sunny:before {
  content: "\ef49";
}

/* line 6467, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-thermometer:before {
  content: "\ef4a";
}

/* line 6471, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-thinder-light:before {
  content: "\ef4b";
}

/* line 6475, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tornado:before {
  content: "\ef4c";
}

/* line 6479, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-umbrella-alt:before {
  content: "\ef4d";
}

/* line 6483, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-volcano:before {
  content: "\ef4e";
}

/* line 6487, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wave:before {
  content: "\ef4f";
}

/* line 6491, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind-scale-0:before {
  content: "\ef50";
}

/* line 6495, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind-scale-1:before {
  content: "\ef51";
}

/* line 6499, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind-scale-2:before {
  content: "\ef52";
}

/* line 6503, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind-scale-3:before {
  content: "\ef53";
}

/* line 6507, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind-scale-4:before {
  content: "\ef54";
}

/* line 6511, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind-scale-5:before {
  content: "\ef55";
}

/* line 6515, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind-scale-6:before {
  content: "\ef56";
}

/* line 6519, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind-scale-7:before {
  content: "\ef57";
}

/* line 6523, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind-scale-8:before {
  content: "\ef58";
}

/* line 6527, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind-scale-9:before {
  content: "\ef59";
}

/* line 6531, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind-scale-10:before {
  content: "\ef5a";
}

/* line 6535, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind-scale-11:before {
  content: "\ef5b";
}

/* line 6539, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind-scale-12:before {
  content: "\ef5c";
}

/* line 6543, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind-waves:before {
  content: "\ef5d";
}

/* line 6547, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wind:before {
  content: "\ef5e";
}

/* line 6551, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-windy-hail:before {
  content: "\ef5f";
}

/* line 6555, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-windy-night:before {
  content: "\ef60";
}

/* line 6559, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-windy-raining:before {
  content: "\ef61";
}

/* line 6563, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-windy-sunny:before {
  content: "\ef62";
}

/* line 6567, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-windy-thunder-raining:before {
  content: "\ef63";
}

/* line 6571, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-windy-thunder:before {
  content: "\ef64";
}

/* line 6575, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-windy:before {
  content: "\ef65";
}

/* line 6579, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-addons:before {
  content: "\ef66";
}

/* line 6583, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-address-book:before {
  content: "\ef67";
}

/* line 6587, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-adjust:before {
  content: "\ef68";
}

/* line 6591, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-alarm:before {
  content: "\ef69";
}

/* line 6595, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-anchor:before {
  content: "\ef6a";
}

/* line 6599, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-archive:before {
  content: "\ef6b";
}

/* line 6603, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-at:before {
  content: "\ef6c";
}

/* line 6607, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-attachment:before {
  content: "\ef6d";
}

/* line 6611, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-audio:before {
  content: "\ef6e";
}

/* line 6615, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-auto-mobile:before {
  content: "\ef6f";
}

/* line 6619, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-automation:before {
  content: "\ef70";
}

/* line 6623, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-baby:before {
  content: "\ef71";
}

/* line 6627, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-badge:before {
  content: "\ef72";
}

/* line 6631, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bag:before {
  content: "\ef73";
}

/* line 6635, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ban:before {
  content: "\ef74";
}

/* line 6639, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bank:before {
  content: "\ef75";
}

/* line 6643, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bar-code:before {
  content: "\ef76";
}

/* line 6647, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bars:before {
  content: "\ef77";
}

/* line 6651, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-battery-empty:before {
  content: "\ef78";
}

/* line 6655, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-battery-full:before {
  content: "\ef79";
}

/* line 6659, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-battery-half:before {
  content: "\ef7a";
}

/* line 6663, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-battery-low:before {
  content: "\ef7b";
}

/* line 6667, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-beach:before {
  content: "\ef7c";
}

/* line 6671, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-beaker:before {
  content: "\ef7d";
}

/* line 6675, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bear:before {
  content: "\ef7e";
}

/* line 6679, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-beard:before {
  content: "\ef7f";
}

/* line 6683, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bed:before {
  content: "\ef80";
}

/* line 6687, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bell:before {
  content: "\ef81";
}

/* line 6691, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-beverage:before {
  content: "\ef82";
}

/* line 6695, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bicycle:before {
  content: "\ef83";
}

/* line 6699, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bill:before {
  content: "\ef84";
}

/* line 6703, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bin:before {
  content: "\ef85";
}

/* line 6707, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-binary:before {
  content: "\ef86";
}

/* line 6711, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-binoculars:before {
  content: "\ef87";
}

/* line 6715, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bird:before {
  content: "\ef88";
}

/* line 6719, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-birds:before {
  content: "\ef89";
}

/* line 6723, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-black-board:before {
  content: "\ef8a";
}

/* line 6727, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bluetooth:before {
  content: "\ef8b";
}

/* line 6731, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bolt:before {
  content: "\ef8c";
}

/* line 6735, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bomb:before {
  content: "\ef8d";
}

/* line 6739, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-book-mark:before {
  content: "\ef8e";
}

/* line 6743, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-book:before {
  content: "\ef8f";
}

/* line 6747, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-boot:before {
  content: "\ef90";
}

/* line 6751, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-box:before {
  content: "\ef91";
}

/* line 6755, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brain:before {
  content: "\ef92";
}

/* line 6759, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-briefcase:before {
  content: "\ef93";
}

/* line 6763, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-broken:before {
  content: "\ef94";
}

/* line 6767, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bucket:before {
  content: "\ef95";
}

/* line 6771, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bucket1:before {
  content: "\ef96";
}

/* line 6775, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bucket2:before {
  content: "\ef97";
}

/* line 6779, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bug:before {
  content: "\ef98";
}

/* line 6783, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-building:before {
  content: "\ef99";
}

/* line 6787, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bullet:before {
  content: "\ef9a";
}

/* line 6791, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bullhorn:before {
  content: "\ef9b";
}

/* line 6795, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bullseye:before {
  content: "\ef9c";
}

/* line 6799, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-bus:before {
  content: "\ef9d";
}

/* line 6803, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-butterfly:before {
  content: "\ef9e";
}

/* line 6807, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cab:before {
  content: "\ef9f";
}

/* line 6811, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-calculator:before {
  content: "\efa0";
}

/* line 6815, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-calendar:before {
  content: "\efa1";
}

/* line 6819, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-camera-alt:before {
  content: "\efa2";
}

/* line 6823, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-camera:before {
  content: "\efa3";
}

/* line 6827, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-car:before {
  content: "\efa4";
}

/* line 6831, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-card:before {
  content: "\efa5";
}

/* line 6835, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cart:before {
  content: "\efa6";
}

/* line 6839, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cc:before {
  content: "\efa7";
}

/* line 6843, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-certificate:before {
  content: "\efa8";
}

/* line 6847, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-charging:before {
  content: "\efa9";
}

/* line 6851, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-chat:before {
  content: "\efaa";
}

/* line 6855, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-check-alt:before {
  content: "\efab";
}

/* line 6859, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-check-circled:before {
  content: "\efac";
}

/* line 6863, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-check:before {
  content: "\efad";
}

/* line 6867, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-checked:before {
  content: "\efae";
}

/* line 6871, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-children-care:before {
  content: "\efaf";
}

/* line 6875, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-clock-time:before {
  content: "\efb0";
}

/* line 6879, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-close-circled:before {
  content: "\efb1";
}

/* line 6883, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-close-line-circled:before {
  content: "\efb2";
}

/* line 6887, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-close-line-squared-alt:before {
  content: "\efb3";
}

/* line 6891, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-close-line-squared:before {
  content: "\efb4";
}

/* line 6895, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-close-line:before {
  content: "\efb5";
}

/* line 6899, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-close-squared-alt:before {
  content: "\efb6";
}

/* line 6903, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-close-squared:before {
  content: "\efb7";
}

/* line 6907, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-close:before {
  content: "\efb8";
}

/* line 6911, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cloud-download:before {
  content: "\efb9";
}

/* line 6915, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cloud-refresh:before {
  content: "\efba";
}

/* line 6919, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cloud-upload:before {
  content: "\efbb";
}

/* line 6923, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cloud:before {
  content: "\efbc";
}

/* line 6927, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-code-not-allowed:before {
  content: "\efbd";
}

/* line 6931, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-code:before {
  content: "\efbe";
}

/* line 6935, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-coffee-cup:before {
  content: "\efbf";
}

/* line 6939, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-comment:before {
  content: "\efc0";
}

/* line 6943, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-compass:before {
  content: "\efc1";
}

/* line 6947, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-computer:before {
  content: "\efc2";
}

/* line 6951, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-connection:before {
  content: "\efc3";
}

/* line 6955, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-console:before {
  content: "\efc4";
}

/* line 6959, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-contacts:before {
  content: "\efc5";
}

/* line 6963, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-contrast:before {
  content: "\efc6";
}

/* line 6967, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-copy:before {
  content: "\efc7";
}

/* line 6971, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-copyright:before {
  content: "\efc8";
}

/* line 6975, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-credit-card:before {
  content: "\efc9";
}

/* line 6979, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-crop:before {
  content: "\efca";
}

/* line 6983, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-crown:before {
  content: "\efcb";
}

/* line 6987, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cube:before {
  content: "\efcc";
}

/* line 6991, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-cubes:before {
  content: "\efcd";
}

/* line 6995, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-culinary:before {
  content: "\efce";
}

/* line 6999, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dashboard-web:before {
  content: "\efcf";
}

/* line 7003, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dashboard:before {
  content: "\efd0";
}

/* line 7007, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-data:before {
  content: "\efd1";
}

/* line 7011, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-database-add:before {
  content: "\efd2";
}

/* line 7015, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-database-locked:before {
  content: "\efd3";
}

/* line 7019, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-database-remove:before {
  content: "\efd4";
}

/* line 7023, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-database:before {
  content: "\efd5";
}

/* line 7027, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-delete:before {
  content: "\efd6";
}

/* line 7031, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-diamond:before {
  content: "\efd7";
}

/* line 7035, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-dice:before {
  content: "\efd8";
}

/* line 7039, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-disabled:before {
  content: "\efd9";
}

/* line 7043, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-disc:before {
  content: "\efda";
}

/* line 7047, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-diskette:before {
  content: "\efdb";
}

/* line 7051, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-document-folder:before {
  content: "\efdc";
}

/* line 7055, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-download-alt:before {
  content: "\efdd";
}

/* line 7059, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-download:before {
  content: "\efde";
}

/* line 7063, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-downloaded:before {
  content: "\efdf";
}

/* line 7067, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-earth:before {
  content: "\efe0";
}

/* line 7071, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ebook:before {
  content: "\efe1";
}

/* line 7075, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-edit:before {
  content: "\efe2";
}

/* line 7079, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-eject:before {
  content: "\efe3";
}

/* line 7083, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-email:before {
  content: "\efe4";
}

/* line 7087, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-envelope-open:before {
  content: "\efe5";
}

/* line 7091, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-envelope:before {
  content: "\efe6";
}

/* line 7095, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-eraser:before {
  content: "\efe7";
}

/* line 7099, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-error:before {
  content: "\efe8";
}

/* line 7103, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-exchange:before {
  content: "\efe9";
}

/* line 7107, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-exclamation-circle:before {
  content: "\efea";
}

/* line 7111, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-exclamation-square:before {
  content: "\efeb";
}

/* line 7115, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-exclamation-tringle:before {
  content: "\efec";
}

/* line 7119, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-exclamation:before {
  content: "\efed";
}

/* line 7123, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-exit:before {
  content: "\efee";
}

/* line 7127, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-expand:before {
  content: "\efef";
}

/* line 7131, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-external-link:before {
  content: "\eff0";
}

/* line 7135, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-external:before {
  content: "\eff1";
}

/* line 7139, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-eye-blocked:before {
  content: "\eff2";
}

/* line 7143, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-eye-dropper:before {
  content: "\eff3";
}

/* line 7147, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-eye:before {
  content: "\eff4";
}

/* line 7151, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-favourite:before {
  content: "\eff5";
}

/* line 7155, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fax:before {
  content: "\eff6";
}

/* line 7159, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-female:before {
  content: "\eff7";
}

/* line 7163, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-file:before {
  content: "\eff8";
}

/* line 7167, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-film:before {
  content: "\eff9";
}

/* line 7171, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-filter:before {
  content: "\effa";
}

/* line 7175, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fire-burn:before {
  content: "\effb";
}

/* line 7179, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fire-extinguisher:before {
  content: "\effc";
}

/* line 7183, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fire:before {
  content: "\effd";
}

/* line 7187, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-first-aid:before {
  content: "\effe";
}

/* line 7191, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-flag-alt-1:before {
  content: "\efff";
}

/* line 7195, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-flag-alt-2:before {
  content: "\f000";
}

/* line 7199, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-flag:before {
  content: "\f001";
}

/* line 7203, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-flash-light:before {
  content: "\f002";
}

/* line 7207, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-flash:before {
  content: "\f003";
}

/* line 7211, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-flask:before {
  content: "\f004";
}

/* line 7215, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-focus:before {
  content: "\f005";
}

/* line 7219, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-folder-open:before {
  content: "\f006";
}

/* line 7223, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-folder:before {
  content: "\f007";
}

/* line 7227, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-foot-print:before {
  content: "\f008";
}

/* line 7231, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-football-american:before {
  content: "\f009";
}

/* line 7235, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-football:before {
  content: "\f00a";
}

/* line 7239, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-game-console:before {
  content: "\f00b";
}

/* line 7243, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-game-pad:before {
  content: "\f00c";
}

/* line 7247, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-gavel:before {
  content: "\f00d";
}

/* line 7251, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-gear:before {
  content: "\f00e";
}

/* line 7255, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-gears:before {
  content: "\f00f";
}

/* line 7259, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-gift:before {
  content: "\f010";
}

/* line 7263, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-glass:before {
  content: "\f011";
}

/* line 7267, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-globe:before {
  content: "\f012";
}

/* line 7271, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-graduate:before {
  content: "\f013";
}

/* line 7275, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-graffiti:before {
  content: "\f014";
}

/* line 7279, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-grocery:before {
  content: "\f015";
}

/* line 7283, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-group:before {
  content: "\f016";
}

/* line 7287, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hammer:before {
  content: "\f017";
}

/* line 7291, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hand:before {
  content: "\f018";
}

/* line 7295, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hanger:before {
  content: "\f019";
}

/* line 7299, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hard-disk:before {
  content: "\f01a";
}

/* line 7303, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-headphone:before {
  content: "\f01b";
}

/* line 7307, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-heart-beat:before {
  content: "\f01c";
}

/* line 7311, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-heart:before {
  content: "\f01d";
}

/* line 7315, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-history:before {
  content: "\f01e";
}

/* line 7319, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-home:before {
  content: "\f01f";
}

/* line 7323, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-horn:before {
  content: "\f020";
}

/* line 7327, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hotel:before {
  content: "\f021";
}

/* line 7331, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-hour-glass:before {
  content: "\f022";
}

/* line 7335, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-id:before {
  content: "\f023";
}

/* line 7339, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-image:before {
  content: "\f024";
}

/* line 7343, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-inbox:before {
  content: "\f025";
}

/* line 7347, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-infinite:before {
  content: "\f026";
}

/* line 7351, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-info-circle:before {
  content: "\f027";
}

/* line 7355, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-info-square:before {
  content: "\f028";
}

/* line 7359, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-info:before {
  content: "\f029";
}

/* line 7363, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-institution:before {
  content: "\f02a";
}

/* line 7367, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-interface:before {
  content: "\f02b";
}

/* line 7371, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-invisible:before {
  content: "\f02c";
}

/* line 7375, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-italic:before {
  content: "\f02d";
}

/* line 7379, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-jacket:before {
  content: "\f02e";
}

/* line 7383, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-jar:before {
  content: "\f02f";
}

/* line 7387, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-jewlery:before {
  content: "\f030";
}

/* line 7391, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-karate:before {
  content: "\f031";
}

/* line 7395, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-key-hole:before {
  content: "\f032";
}

/* line 7399, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-key:before {
  content: "\f033";
}

/* line 7403, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-keyboard:before {
  content: "\f034";
}

/* line 7407, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-kid:before {
  content: "\f035";
}

/* line 7411, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-label:before {
  content: "\f036";
}

/* line 7415, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lamp:before {
  content: "\f037";
}

/* line 7419, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-laptop:before {
  content: "\f038";
}

/* line 7423, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-layers:before {
  content: "\f039";
}

/* line 7427, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-layout:before {
  content: "\f03a";
}

/* line 7431, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-leaf:before {
  content: "\f03b";
}

/* line 7435, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-leaflet:before {
  content: "\f03c";
}

/* line 7439, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-learn:before {
  content: "\f03d";
}

/* line 7443, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-legal:before {
  content: "\f03e";
}

/* line 7447, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lego:before {
  content: "\f03f";
}

/* line 7451, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lemon:before {
  content: "\f040";
}

/* line 7455, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lens:before {
  content: "\f041";
}

/* line 7459, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-letter:before {
  content: "\f042";
}

/* line 7463, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-letterbox:before {
  content: "\f043";
}

/* line 7467, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-library:before {
  content: "\f044";
}

/* line 7471, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-license:before {
  content: "\f045";
}

/* line 7475, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-life-bouy:before {
  content: "\f046";
}

/* line 7479, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-life-buoy:before {
  content: "\f047";
}

/* line 7483, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-life-jacket:before {
  content: "\f048";
}

/* line 7487, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-life-ring:before {
  content: "\f049";
}

/* line 7491, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-light-bulb:before {
  content: "\f04a";
}

/* line 7495, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lighter:before {
  content: "\f04b";
}

/* line 7499, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lightning-ray:before {
  content: "\f04c";
}

/* line 7503, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-like:before {
  content: "\f04d";
}

/* line 7507, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-link:before {
  content: "\f04e";
}

/* line 7511, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-live-support:before {
  content: "\f04f";
}

/* line 7515, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-location-arrow:before {
  content: "\f050";
}

/* line 7519, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-location-pin:before {
  content: "\f051";
}

/* line 7523, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lock:before {
  content: "\f052";
}

/* line 7527, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-login:before {
  content: "\f053";
}

/* line 7531, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-logout:before {
  content: "\f054";
}

/* line 7535, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lollipop:before {
  content: "\f055";
}

/* line 7539, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-look:before {
  content: "\f056";
}

/* line 7543, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-loop:before {
  content: "\f057";
}

/* line 7547, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-luggage:before {
  content: "\f058";
}

/* line 7551, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lunch:before {
  content: "\f059";
}

/* line 7555, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lungs:before {
  content: "\f05a";
}

/* line 7559, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-magic-alt:before {
  content: "\f05b";
}

/* line 7563, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-magic:before {
  content: "\f05c";
}

/* line 7567, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-magnet:before {
  content: "\f05d";
}

/* line 7571, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mail-box:before {
  content: "\f05e";
}

/* line 7575, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mail:before {
  content: "\f05f";
}

/* line 7579, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-male:before {
  content: "\f060";
}

/* line 7583, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-map:before {
  content: "\f061";
}

/* line 7587, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-math:before {
  content: "\f062";
}

/* line 7591, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-maximize:before {
  content: "\f063";
}

/* line 7595, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-measure:before {
  content: "\f064";
}

/* line 7599, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-medal:before {
  content: "\f065";
}

/* line 7603, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-medical:before {
  content: "\f066";
}

/* line 7607, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-medicine:before {
  content: "\f067";
}

/* line 7611, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mega-phone:before {
  content: "\f068";
}

/* line 7615, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-memorial:before {
  content: "\f069";
}

/* line 7619, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-memory-card:before {
  content: "\f06a";
}

/* line 7623, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mic-mute:before {
  content: "\f06b";
}

/* line 7627, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mic:before {
  content: "\f06c";
}

/* line 7631, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-micro-chip:before {
  content: "\f06d";
}

/* line 7635, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-microphone:before {
  content: "\f06e";
}

/* line 7639, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-microscope:before {
  content: "\f06f";
}

/* line 7643, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-military:before {
  content: "\f070";
}

/* line 7647, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mill:before {
  content: "\f071";
}

/* line 7651, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-minus-circle:before {
  content: "\f072";
}

/* line 7655, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-minus-square:before {
  content: "\f073";
}

/* line 7659, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-minus:before {
  content: "\f074";
}

/* line 7663, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mobile-phone:before {
  content: "\f075";
}

/* line 7667, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-molecule:before {
  content: "\f076";
}

/* line 7671, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-money:before {
  content: "\f077";
}

/* line 7675, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-moon:before {
  content: "\f078";
}

/* line 7679, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mop:before {
  content: "\f079";
}

/* line 7683, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-muffin:before {
  content: "\f07a";
}

/* line 7687, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-music-alt:before {
  content: "\f07b";
}

/* line 7691, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-music-notes:before {
  content: "\f07c";
}

/* line 7695, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-music:before {
  content: "\f07d";
}

/* line 7699, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mustache:before {
  content: "\f07e";
}

/* line 7703, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-mute-volume:before {
  content: "\f07f";
}

/* line 7707, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-navigation-menu:before {
  content: "\f080";
}

/* line 7711, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-navigation:before {
  content: "\f081";
}

/* line 7715, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-network-tower:before {
  content: "\f082";
}

/* line 7719, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-network:before {
  content: "\f083";
}

/* line 7723, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-news:before {
  content: "\f084";
}

/* line 7727, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-newspaper:before {
  content: "\f085";
}

/* line 7731, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-no-smoking:before {
  content: "\f086";
}

/* line 7735, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-not-allowed:before {
  content: "\f087";
}

/* line 7739, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-notebook:before {
  content: "\f088";
}

/* line 7743, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-notepad:before {
  content: "\f089";
}

/* line 7747, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-notification:before {
  content: "\f08a";
}

/* line 7751, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-numbered:before {
  content: "\f08b";
}

/* line 7755, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-opposite:before {
  content: "\f08c";
}

/* line 7759, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-optic:before {
  content: "\f08d";
}

/* line 7763, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-options:before {
  content: "\f08e";
}

/* line 7767, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-package:before {
  content: "\f08f";
}

/* line 7771, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-page:before {
  content: "\f090";
}

/* line 7775, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-paint:before {
  content: "\f091";
}

/* line 7779, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-paper-plane:before {
  content: "\f092";
}

/* line 7783, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-paperclip:before {
  content: "\f093";
}

/* line 7787, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-papers:before {
  content: "\f094";
}

/* line 7791, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-paw:before {
  content: "\f095";
}

/* line 7795, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pay:before {
  content: "\f096";
}

/* line 7799, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pen:before {
  content: "\f097";
}

/* line 7803, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pencil:before {
  content: "\f098";
}

/* line 7807, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-penguin-linux:before {
  content: "\f099";
}

/* line 7811, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pestle:before {
  content: "\f09a";
}

/* line 7815, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-phone-circle:before {
  content: "\f09b";
}

/* line 7819, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-phone:before {
  content: "\f09c";
}

/* line 7823, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-picture:before {
  content: "\f09d";
}

/* line 7827, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pie:before {
  content: "\f09e";
}

/* line 7831, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pine:before {
  content: "\f09f";
}

/* line 7835, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-pixels:before {
  content: "\f0a0";
}

/* line 7839, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-play:before {
  content: "\f0a1";
}

/* line 7843, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-plugin:before {
  content: "\f0a2";
}

/* line 7847, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-plus-circle:before {
  content: "\f0a3";
}

/* line 7851, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-plus-square:before {
  content: "\f0a4";
}

/* line 7855, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-plus:before {
  content: "\f0a5";
}

/* line 7859, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-polygonal:before {
  content: "\f0a6";
}

/* line 7863, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-power:before {
  content: "\f0a7";
}

/* line 7867, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-presentation:before {
  content: "\f0a8";
}

/* line 7871, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-price:before {
  content: "\f0a9";
}

/* line 7875, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-print:before {
  content: "\f0aa";
}

/* line 7879, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-puzzle:before {
  content: "\f0ab";
}

/* line 7883, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-qr-code:before {
  content: "\f0ac";
}

/* line 7887, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-queen:before {
  content: "\f0ad";
}

/* line 7891, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-question-circle:before {
  content: "\f0ae";
}

/* line 7895, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-question-square:before {
  content: "\f0af";
}

/* line 7899, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-question:before {
  content: "\f0b0";
}

/* line 7903, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-quote-left:before {
  content: "\f0b1";
}

/* line 7907, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-quote-right:before {
  content: "\f0b2";
}

/* line 7911, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-radio:before {
  content: "\f0b3";
}

/* line 7915, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-random:before {
  content: "\f0b4";
}

/* line 7919, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-recycle:before {
  content: "\f0b5";
}

/* line 7923, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-refresh:before {
  content: "\f0b6";
}

/* line 7927, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-repair:before {
  content: "\f0b7";
}

/* line 7931, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-reply-all:before {
  content: "\f0b8";
}

/* line 7935, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-reply:before {
  content: "\f0b9";
}

/* line 7939, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-resize:before {
  content: "\f0ba";
}

/* line 7943, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-responsive:before {
  content: "\f0bb";
}

/* line 7947, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-retweet:before {
  content: "\f0bc";
}

/* line 7951, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-road:before {
  content: "\f0bd";
}

/* line 7955, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-robot:before {
  content: "\f0be";
}

/* line 7959, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rocket:before {
  content: "\f0bf";
}

/* line 7963, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-royal:before {
  content: "\f0c0";
}

/* line 7967, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rss-feed:before {
  content: "\f0c1";
}

/* line 7971, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-safety:before {
  content: "\f0c2";
}

/* line 7975, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sale-discount:before {
  content: "\f0c3";
}

/* line 7979, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-satellite:before {
  content: "\f0c4";
}

/* line 7983, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-send-mail:before {
  content: "\f0c5";
}

/* line 7987, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-server:before {
  content: "\f0c6";
}

/* line 7991, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-settings:before {
  content: "\f0c7";
}

/* line 7995, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-share-alt:before {
  content: "\f0c8";
}

/* line 7999, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-share-boxed:before {
  content: "\f0c9";
}

/* line 8003, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-share:before {
  content: "\f0ca";
}

/* line 8007, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-shield:before {
  content: "\f0cb";
}

/* line 8011, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ship:before {
  content: "\f0cc";
}

/* line 8015, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-shopping-cart:before {
  content: "\f0cd";
}

/* line 8019, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sign-in:before {
  content: "\f0ce";
}

/* line 8023, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sign-out:before {
  content: "\f0cf";
}

/* line 8027, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-signal:before {
  content: "\f0d0";
}

/* line 8031, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-site-map:before {
  content: "\f0d1";
}

/* line 8035, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-smart-phone:before {
  content: "\f0d2";
}

/* line 8039, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-soccer:before {
  content: "\f0d3";
}

/* line 8043, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sort-alt:before {
  content: "\f0d4";
}

/* line 8047, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sort:before {
  content: "\f0d5";
}

/* line 8051, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-space:before {
  content: "\f0d6";
}

/* line 8055, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-spanner:before {
  content: "\f0d7";
}

/* line 8059, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-speech-comments:before {
  content: "\f0d8";
}

/* line 8063, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-speed-meter:before {
  content: "\f0d9";
}

/* line 8067, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-spinner-alt-1:before {
  content: "\f0da";
}

/* line 8071, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-spinner-alt-2:before {
  content: "\f0db";
}

/* line 8075, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-spinner-alt-3:before {
  content: "\f0dc";
}

/* line 8079, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-spinner-alt-4:before {
  content: "\f0dd";
}

/* line 8083, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-spinner-alt-5:before {
  content: "\f0de";
}

/* line 8087, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-spinner-alt-6:before {
  content: "\f0df";
}

/* line 8091, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-spinner:before {
  content: "\f0e0";
}

/* line 8095, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-spreadsheet:before {
  content: "\f0e1";
}

/* line 8099, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-square:before {
  content: "\f0e2";
}

/* line 8103, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ssl-security:before {
  content: "\f0e3";
}

/* line 8107, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-star-alt-1:before {
  content: "\f0e4";
}

/* line 8111, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-star-alt-2:before {
  content: "\f0e5";
}

/* line 8115, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-star:before {
  content: "\f0e6";
}

/* line 8119, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-street-view:before {
  content: "\f0e7";
}

/* line 8123, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-sun:before {
  content: "\f0e8";
}

/* line 8127, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-support-faq:before {
  content: "\f0e9";
}

/* line 8131, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tack-pin:before {
  content: "\f0ea";
}

/* line 8135, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tag:before {
  content: "\f0eb";
}

/* line 8139, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tags:before {
  content: "\f0ec";
}

/* line 8143, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tasks:before {
  content: "\f0ed";
}

/* line 8147, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-telephone:before {
  content: "\f0ee";
}

/* line 8151, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-telescope:before {
  content: "\f0ef";
}

/* line 8155, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-terminal:before {
  content: "\f0f0";
}

/* line 8159, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-thumbs-down:before {
  content: "\f0f1";
}

/* line 8163, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-thumbs-up:before {
  content: "\f0f2";
}

/* line 8167, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tick-boxed:before {
  content: "\f0f3";
}

/* line 8171, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tick-mark:before {
  content: "\f0f4";
}

/* line 8175, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ticket:before {
  content: "\f0f5";
}

/* line 8179, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tie:before {
  content: "\f0f6";
}

/* line 8183, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-toggle-off:before {
  content: "\f0f7";
}

/* line 8187, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-toggle-on:before {
  content: "\f0f8";
}

/* line 8191, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tools:before {
  content: "\f0f9";
}

/* line 8195, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-transparent:before {
  content: "\f0fa";
}

/* line 8199, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-tree:before {
  content: "\f0fb";
}

/* line 8203, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-umbrella:before {
  content: "\f0fc";
}

/* line 8207, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-unlock:before {
  content: "\f0fd";
}

/* line 8211, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-unlocked:before {
  content: "\f0fe";
}

/* line 8215, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-upload-alt:before {
  content: "\f0ff";
}

/* line 8219, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-upload:before {
  content: "\f100";
}

/* line 8223, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-usb-drive:before {
  content: "\f101";
}

/* line 8227, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-usb:before {
  content: "\f102";
}

/* line 8231, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-vector-path:before {
  content: "\f103";
}

/* line 8235, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-verification-check:before {
  content: "\f104";
}

/* line 8239, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-video-clapper:before {
  content: "\f105";
}

/* line 8243, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-video:before {
  content: "\f106";
}

/* line 8247, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-volume-down:before {
  content: "\f107";
}

/* line 8251, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-volume-off:before {
  content: "\f108";
}

/* line 8255, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-volume-up:before {
  content: "\f109";
}

/* line 8259, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wall-clock:before {
  content: "\f10a";
}

/* line 8263, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wall:before {
  content: "\f10b";
}

/* line 8267, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wallet:before {
  content: "\f10c";
}

/* line 8271, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-warning-alt:before {
  content: "\f10d";
}

/* line 8275, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-warning:before {
  content: "\f10e";
}

/* line 8279, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-water-drop:before {
  content: "\f10f";
}

/* line 8283, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-web:before {
  content: "\f110";
}

/* line 8287, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wheelchair:before {
  content: "\f111";
}

/* line 8291, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wifi-alt:before {
  content: "\f112";
}

/* line 8295, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-wifi:before {
  content: "\f113";
}

/* line 8299, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-world:before {
  content: "\f114";
}

/* line 8303, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-zigzag:before {
  content: "\f115";
}

/* line 8307, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-zipped:before {
  content: "\f116";
}

/* line 8311, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-500px:before {
  content: "\f117";
}

/* line 8315, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-baidu-tieba:before {
  content: "\f118";
}

/* line 8319, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-bbm-messenger:before {
  content: "\f119";
}

/* line 8323, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-delicious:before {
  content: "\f11a";
}

/* line 8327, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-dribbble:before {
  content: "\f11b";
}

/* line 8331, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-facebook-messenger:before {
  content: "\f11c";
}

/* line 8335, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-flikr:before {
  content: "\f11d";
}

/* line 8339, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-foursquare:before {
  content: "\f11e";
}

/* line 8343, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-google-hangouts:before {
  content: "\f11f";
}

/* line 8347, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-kakaotalk:before {
  content: "\f120";
}

/* line 8351, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-kik:before {
  content: "\f121";
}

/* line 8355, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-kiwibox:before {
  content: "\f122";
}

/* line 8359, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-linkedin:before {
  content: "\f123";
}

/* line 8363, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-meetme:before {
  content: "\f124";
}

/* line 8367, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-odnoklassniki:before {
  content: "\f125";
}

/* line 8371, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-photobucket:before {
  content: "\f126";
}

/* line 8375, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-qq:before {
  content: "\f127";
}

/* line 8379, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-renren:before {
  content: "\f128";
}

/* line 8383, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-slack:before {
  content: "\f129";
}

/* line 8387, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-slidshare:before {
  content: "\f12a";
}

/* line 8391, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-snapchat:before {
  content: "\f12b";
}

/* line 8395, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-soundcloud:before {
  content: "\f12c";
}

/* line 8399, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-spotify:before {
  content: "\f12d";
}

/* line 8403, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-stack-exchange:before {
  content: "\f12e";
}

/* line 8407, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-stack-overflow:before {
  content: "\f12f";
}

/* line 8411, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-tagged:before {
  content: "\f130";
}

/* line 8415, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-trello:before {
  content: "\f131";
}

/* line 8419, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-twitch:before {
  content: "\f132";
}

/* line 8423, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-vk:before {
  content: "\f133";
}

/* line 8427, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-weibo:before {
  content: "\f134";
}

/* line 8431, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-whatsapp:before {
  content: "\f135";
}

/* line 8435, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-youku:before {
  content: "\f136";
}

/* line 8439, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-youtube-play:before {
  content: "\f137";
}

/* line 8443, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-social-youtube:before {
  content: "\f138";
}

/* line 8447, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-brand-xiaomi:before {
  content: "\f139";
}

/*Font size*/
/* line 8453, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 8459, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-2x {
  font-size: 2em;
}

/* line 8463, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-3x {
  font-size: 3em;
}

/* line 8467, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-4x {
  font-size: 4em;
}

/* line 8471, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-5x {
  font-size: 5em;
}

/* line 8475, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-fw {
  display: inline-block;
  width: 1.28571429em;
  text-align: center;
  width: 1.28571429em;
  text-align: center;
}

/*Fixed Width Icons*/
/*Custom list icons*/
/* line 8487, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 8491, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-ul > li {
  position: relative;
}

/* line 8496, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/*Animation*/
/* line 8506, app/assets/stylesheets/theme/icoicon/_icons.scss */
.icofont-rotate {
  display: inline-block;
  -webkit-animation: icofont-rotate 2s infinite linear;
  animation: icofont-rotate 2s infinite linear;
}

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

@keyframes icofont-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'themify';
  src: url(/../fonts/themify/themify.eot?-fvbane);
  src: url(/../fonts/themify/themify.eot?#iefix-fvbane) format("embedded-opentype"), url(/../fonts/themify/themify.woff?-fvbane) format("woff"), url(/../fonts/themify/themify.ttf?-fvbane) format("truetype"), url(/../fonts/themify/themify.svg?-fvbane#themify) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 2, app/assets/stylesheets/theme/themify/_core.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
}

/* line 7, app/assets/stylesheets/theme/themify/_core.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
/* line 15, app/assets/stylesheets/theme/themify/_core.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: calc(4em/3);
}

/* makes sure icons active on rollover in links */
/* line 22, app/assets/stylesheets/theme/themify/_core.scss */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
/* line 31, app/assets/stylesheets/theme/themify/_core.scss */
.icon-fixed-width[class^="icon-"],
.icon-fixed-width[class*=" icon-"] {
  display: inline-block;
  width: calc(16em/14);
  text-align: right;
  padding-right: calc(4em/14);
}

/* line 36, app/assets/stylesheets/theme/themify/_core.scss */
.icon-fixed-width.icon-large[class^="icon-"],
.icon-fixed-width.icon-large[class*=" icon-"] {
  width: calc(20em/14);
}

/* line 42, app/assets/stylesheets/theme/themify/_core.scss */
.icons-ul {
  margin-left: calc(30em/14);
  list-style-type: none;
}

/* line 46, app/assets/stylesheets/theme/themify/_core.scss */
.icons-ul > li {
  position: relative;
}

/* line 48, app/assets/stylesheets/theme/themify/_core.scss */
.icons-ul .icon-li {
  position: absolute;
  left: -calc(30em/14);
  width: calc(30em/14);
  text-align: center;
  line-height: inherit;
}

/* line 60, app/assets/stylesheets/theme/themify/_core.scss */
.hide[class^="icon-"],
.hide[class*=" icon-"] {
  display: none;
}

/* line 65, app/assets/stylesheets/theme/themify/_core.scss */
.icon-muted {
  color: #eeeeee;
}

/* line 66, app/assets/stylesheets/theme/themify/_core.scss */
.icon-light {
  color: white;
}

/* line 67, app/assets/stylesheets/theme/themify/_core.scss */
.icon-dark {
  color: #333333;
}

/* line 72, app/assets/stylesheets/theme/themify/_core.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 81, app/assets/stylesheets/theme/themify/_core.scss */
.icon-2x {
  font-size: 2em;
}

/* line 83, app/assets/stylesheets/theme/themify/_core.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 88, app/assets/stylesheets/theme/themify/_core.scss */
.icon-3x {
  font-size: 3em;
}

/* line 90, app/assets/stylesheets/theme/themify/_core.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 95, app/assets/stylesheets/theme/themify/_core.scss */
.icon-4x {
  font-size: 4em;
}

/* line 97, app/assets/stylesheets/theme/themify/_core.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 103, app/assets/stylesheets/theme/themify/_core.scss */
.icon-5x {
  font-size: 5em;
}

/* line 105, app/assets/stylesheets/theme/themify/_core.scss */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 116, app/assets/stylesheets/theme/themify/_core.scss */
.pull-right {
  float: right;
}

/* line 117, app/assets/stylesheets/theme/themify/_core.scss */
.pull-left {
  float: left;
}

/* line 121, app/assets/stylesheets/theme/themify/_core.scss */
.pull-left[class^="icon-"],
.pull-left[class*=" icon-"] {
  margin-right: .3em;
}

/* line 124, app/assets/stylesheets/theme/themify/_core.scss */
.pull-right[class^="icon-"],
.pull-right[class*=" icon-"] {
  margin-left: .3em;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* line 33, app/assets/stylesheets/theme/themify/_mixins.scss */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

/* line 40, app/assets/stylesheets/theme/themify/_mixins.scss */
.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;
}

/* line 51, app/assets/stylesheets/theme/themify/_mixins.scss */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
/* line 8, app/assets/stylesheets/theme/themify/_extras.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
/* line 17, app/assets/stylesheets/theme/themify/_extras.scss */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

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

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

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

@-ms-keyframes spin {
  /* line 36, app/assets/stylesheets/theme/themify/_extras.scss */
  0% {
    -ms-transform: rotate(0deg);
  }
  /* line 37, app/assets/stylesheets/theme/themify/_extras.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

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

/* Icon rotations and mirroring */
/* line 57, app/assets/stylesheets/theme/themify/_extras.scss */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 66, app/assets/stylesheets/theme/themify/_extras.scss */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 75, app/assets/stylesheets/theme/themify/_extras.scss */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 84, app/assets/stylesheets/theme/themify/_extras.scss */
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 92, app/assets/stylesheets/theme/themify/_extras.scss */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
/* line 103, app/assets/stylesheets/theme/themify/_extras.scss */
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;
}

/* line 1, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-wand:before {
  content: "\e600";
}

/* line 2, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-volume:before {
  content: "\e601";
}

/* line 3, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-user:before {
  content: "\e602";
}

/* line 4, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-unlock:before {
  content: "\e603";
}

/* line 5, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-unlink:before {
  content: "\e604";
}

/* line 6, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-trash:before {
  content: "\e605";
}

/* line 7, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-thought:before {
  content: "\e606";
}

/* line 8, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-target:before {
  content: "\e607";
}

/* line 9, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-tag:before {
  content: "\e608";
}

/* line 10, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-tablet:before {
  content: "\e609";
}

/* line 11, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-star:before {
  content: "\e60a";
}

/* line 12, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-spray:before {
  content: "\e60b";
}

/* line 13, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-signal:before {
  content: "\e60c";
}

/* line 14, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-shopping-cart:before {
  content: "\e60d";
}

/* line 15, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-shopping-cart-full:before {
  content: "\e60e";
}

/* line 16, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-settings:before {
  content: "\e60f";
}

/* line 17, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-search:before {
  content: "\e610";
}

/* line 18, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-zoom-in:before {
  content: "\e611";
}

/* line 19, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-zoom-out:before {
  content: "\e612";
}

/* line 20, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-cut:before {
  content: "\e613";
}

/* line 21, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-ruler:before {
  content: "\e614";
}

/* line 22, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-ruler-pencil:before {
  content: "\e615";
}

/* line 23, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-ruler-alt:before {
  content: "\e616";
}

/* line 24, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-bookmark:before {
  content: "\e617";
}

/* line 25, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-bookmark-alt:before {
  content: "\e618";
}

/* line 26, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-reload:before {
  content: "\e619";
}

/* line 27, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-plus:before {
  content: "\e61a";
}

/* line 28, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-pin:before {
  content: "\e61b";
}

/* line 29, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-pencil:before {
  content: "\e61c";
}

/* line 30, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-pencil-alt:before {
  content: "\e61d";
}

/* line 31, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-paint-roller:before {
  content: "\e61e";
}

/* line 32, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-paint-bucket:before {
  content: "\e61f";
}

/* line 33, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-na:before {
  content: "\e620";
}

/* line 34, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-mobile:before {
  content: "\e621";
}

/* line 35, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-minus:before {
  content: "\e622";
}

/* line 36, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-medall:before {
  content: "\e623";
}

/* line 37, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-medall-alt:before {
  content: "\e624";
}

/* line 38, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-marker:before {
  content: "\e625";
}

/* line 39, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-marker-alt:before {
  content: "\e626";
}

/* line 40, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-arrow-up:before {
  content: "\e627";
}

/* line 41, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-arrow-right:before {
  content: "\e628";
}

/* line 42, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-arrow-left:before {
  content: "\e629";
}

/* line 43, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-arrow-down:before {
  content: "\e62a";
}

/* line 44, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-lock:before {
  content: "\e62b";
}

/* line 45, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-location-arrow:before {
  content: "\e62c";
}

/* line 46, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-link:before {
  content: "\e62d";
}

/* line 47, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout:before {
  content: "\e62e";
}

/* line 48, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layers:before {
  content: "\e62f";
}

/* line 49, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layers-alt:before {
  content: "\e630";
}

/* line 50, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-key:before {
  content: "\e631";
}

/* line 51, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-import:before {
  content: "\e632";
}

/* line 52, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-image:before {
  content: "\e633";
}

/* line 53, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-heart:before {
  content: "\e634";
}

/* line 54, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-heart-broken:before {
  content: "\e635";
}

/* line 55, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-hand-stop:before {
  content: "\e636";
}

/* line 56, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-hand-open:before {
  content: "\e637";
}

/* line 57, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-hand-drag:before {
  content: "\e638";
}

/* line 58, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-folder:before {
  content: "\e639";
}

/* line 59, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-flag:before {
  content: "\e63a";
}

/* line 60, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-flag-alt:before {
  content: "\e63b";
}

/* line 61, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-flag-alt-2:before {
  content: "\e63c";
}

/* line 62, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-eye:before {
  content: "\e63d";
}

/* line 63, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-export:before {
  content: "\e63e";
}

/* line 64, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-exchange-vertical:before {
  content: "\e63f";
}

/* line 65, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-desktop:before {
  content: "\e640";
}

/* line 66, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-cup:before {
  content: "\e641";
}

/* line 67, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-crown:before {
  content: "\e642";
}

/* line 68, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-comments:before {
  content: "\e643";
}

/* line 69, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-comment:before {
  content: "\e644";
}

/* line 70, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-comment-alt:before {
  content: "\e645";
}

/* line 71, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-close:before {
  content: "\e646";
}

/* line 72, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-clip:before {
  content: "\e647";
}

/* line 73, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-angle-up:before {
  content: "\e648";
}

/* line 74, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-angle-right:before {
  content: "\e649";
}

/* line 75, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-angle-left:before {
  content: "\e64a";
}

/* line 76, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-angle-down:before {
  content: "\e64b";
}

/* line 77, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-check:before {
  content: "\e64c";
}

/* line 78, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-check-box:before {
  content: "\e64d";
}

/* line 79, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-camera:before {
  content: "\e64e";
}

/* line 80, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-announcement:before {
  content: "\e64f";
}

/* line 81, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-brush:before {
  content: "\e650";
}

/* line 82, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-briefcase:before {
  content: "\e651";
}

/* line 83, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-bolt:before {
  content: "\e652";
}

/* line 84, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-bolt-alt:before {
  content: "\e653";
}

/* line 85, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-blackboard:before {
  content: "\e654";
}

/* line 86, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-bag:before {
  content: "\e655";
}

/* line 87, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-move:before {
  content: "\e656";
}

/* line 88, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-arrows-vertical:before {
  content: "\e657";
}

/* line 89, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-arrows-horizontal:before {
  content: "\e658";
}

/* line 90, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-fullscreen:before {
  content: "\e659";
}

/* line 91, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-arrow-top-right:before {
  content: "\e65a";
}

/* line 92, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-arrow-top-left:before {
  content: "\e65b";
}

/* line 93, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-arrow-circle-up:before {
  content: "\e65c";
}

/* line 94, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-arrow-circle-right:before {
  content: "\e65d";
}

/* line 95, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-arrow-circle-left:before {
  content: "\e65e";
}

/* line 96, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-arrow-circle-down:before {
  content: "\e65f";
}

/* line 97, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-angle-double-up:before {
  content: "\e660";
}

/* line 98, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-angle-double-right:before {
  content: "\e661";
}

/* line 99, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-angle-double-left:before {
  content: "\e662";
}

/* line 100, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-angle-double-down:before {
  content: "\e663";
}

/* line 101, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-zip:before {
  content: "\e664";
}

/* line 102, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-world:before {
  content: "\e665";
}

/* line 103, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-wheelchair:before {
  content: "\e666";
}

/* line 104, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-view-list:before {
  content: "\e667";
}

/* line 105, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-view-list-alt:before {
  content: "\e668";
}

/* line 106, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-view-grid:before {
  content: "\e669";
}

/* line 107, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-uppercase:before {
  content: "\e66a";
}

/* line 108, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-upload:before {
  content: "\e66b";
}

/* line 109, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-underline:before {
  content: "\e66c";
}

/* line 110, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-truck:before {
  content: "\e66d";
}

/* line 111, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-timer:before {
  content: "\e66e";
}

/* line 112, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-ticket:before {
  content: "\e66f";
}

/* line 113, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-thumb-up:before {
  content: "\e670";
}

/* line 114, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-thumb-down:before {
  content: "\e671";
}

/* line 115, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-text:before {
  content: "\e672";
}

/* line 116, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-stats-up:before {
  content: "\e673";
}

/* line 117, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-stats-down:before {
  content: "\e674";
}

/* line 118, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-split-v:before {
  content: "\e675";
}

/* line 119, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-split-h:before {
  content: "\e676";
}

/* line 120, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-smallcap:before {
  content: "\e677";
}

/* line 121, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-shine:before {
  content: "\e678";
}

/* line 122, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-shift-right:before {
  content: "\e679";
}

/* line 123, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-shift-left:before {
  content: "\e67a";
}

/* line 124, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-shield:before {
  content: "\e67b";
}

/* line 125, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-notepad:before {
  content: "\e67c";
}

/* line 126, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-server:before {
  content: "\e67d";
}

/* line 127, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-quote-right:before {
  content: "\e67e";
}

/* line 128, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-quote-left:before {
  content: "\e67f";
}

/* line 129, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-pulse:before {
  content: "\e680";
}

/* line 130, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-printer:before {
  content: "\e681";
}

/* line 131, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-power-off:before {
  content: "\e682";
}

/* line 132, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-plug:before {
  content: "\e683";
}

/* line 133, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-pie-chart:before {
  content: "\e684";
}

/* line 134, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-paragraph:before {
  content: "\e685";
}

/* line 135, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-panel:before {
  content: "\e686";
}

/* line 136, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-package:before {
  content: "\e687";
}

/* line 137, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-music:before {
  content: "\e688";
}

/* line 138, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-music-alt:before {
  content: "\e689";
}

/* line 139, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-mouse:before {
  content: "\e68a";
}

/* line 140, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-mouse-alt:before {
  content: "\e68b";
}

/* line 141, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-money:before {
  content: "\e68c";
}

/* line 142, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-microphone:before {
  content: "\e68d";
}

/* line 143, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-menu:before {
  content: "\e68e";
}

/* line 144, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-menu-alt:before {
  content: "\e68f";
}

/* line 145, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-map:before {
  content: "\e690";
}

/* line 146, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-map-alt:before {
  content: "\e691";
}

/* line 147, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-loop:before {
  content: "\e692";
}

/* line 148, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-location-pin:before {
  content: "\e693";
}

/* line 149, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-list:before {
  content: "\e694";
}

/* line 150, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-light-bulb:before {
  content: "\e695";
}

/* line 151, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-Italic:before {
  content: "\e696";
}

/* line 152, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-info:before {
  content: "\e697";
}

/* line 153, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-infinite:before {
  content: "\e698";
}

/* line 154, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-id-badge:before {
  content: "\e699";
}

/* line 155, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-hummer:before {
  content: "\e69a";
}

/* line 156, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-home:before {
  content: "\e69b";
}

/* line 157, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-help:before {
  content: "\e69c";
}

/* line 158, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-headphone:before {
  content: "\e69d";
}

/* line 159, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-harddrives:before {
  content: "\e69e";
}

/* line 160, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-harddrive:before {
  content: "\e69f";
}

/* line 161, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-gift:before {
  content: "\e6a0";
}

/* line 162, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-game:before {
  content: "\e6a1";
}

/* line 163, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-filter:before {
  content: "\e6a2";
}

/* line 164, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-files:before {
  content: "\e6a3";
}

/* line 165, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-file:before {
  content: "\e6a4";
}

/* line 166, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-eraser:before {
  content: "\e6a5";
}

/* line 167, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-envelope:before {
  content: "\e6a6";
}

/* line 168, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-download:before {
  content: "\e6a7";
}

/* line 169, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-direction:before {
  content: "\e6a8";
}

/* line 170, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-direction-alt:before {
  content: "\e6a9";
}

/* line 171, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-dashboard:before {
  content: "\e6aa";
}

/* line 172, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-control-stop:before {
  content: "\e6ab";
}

/* line 173, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-control-shuffle:before {
  content: "\e6ac";
}

/* line 174, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-control-play:before {
  content: "\e6ad";
}

/* line 175, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-control-pause:before {
  content: "\e6ae";
}

/* line 176, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-control-forward:before {
  content: "\e6af";
}

/* line 177, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-control-backward:before {
  content: "\e6b0";
}

/* line 178, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-cloud:before {
  content: "\e6b1";
}

/* line 179, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-cloud-up:before {
  content: "\e6b2";
}

/* line 180, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-cloud-down:before {
  content: "\e6b3";
}

/* line 181, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-clipboard:before {
  content: "\e6b4";
}

/* line 182, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-car:before {
  content: "\e6b5";
}

/* line 183, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-calendar:before {
  content: "\e6b6";
}

/* line 184, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-book:before {
  content: "\e6b7";
}

/* line 185, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-bell:before {
  content: "\e6b8";
}

/* line 186, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-basketball:before {
  content: "\e6b9";
}

/* line 187, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-bar-chart:before {
  content: "\e6ba";
}

/* line 188, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-bar-chart-alt:before {
  content: "\e6bb";
}

/* line 189, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-back-right:before {
  content: "\e6bc";
}

/* line 190, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-back-left:before {
  content: "\e6bd";
}

/* line 191, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-arrows-corner:before {
  content: "\e6be";
}

/* line 192, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-archive:before {
  content: "\e6bf";
}

/* line 193, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-anchor:before {
  content: "\e6c0";
}

/* line 194, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-align-right:before {
  content: "\e6c1";
}

/* line 195, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-align-left:before {
  content: "\e6c2";
}

/* line 196, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-align-justify:before {
  content: "\e6c3";
}

/* line 197, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-align-center:before {
  content: "\e6c4";
}

/* line 198, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-alert:before {
  content: "\e6c5";
}

/* line 199, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-alarm-clock:before {
  content: "\e6c6";
}

/* line 200, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-agenda:before {
  content: "\e6c7";
}

/* line 201, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-write:before {
  content: "\e6c8";
}

/* line 202, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-window:before {
  content: "\e6c9";
}

/* line 203, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-widgetized:before {
  content: "\e6ca";
}

/* line 204, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-widget:before {
  content: "\e6cb";
}

/* line 205, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-widget-alt:before {
  content: "\e6cc";
}

/* line 206, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-wallet:before {
  content: "\e6cd";
}

/* line 207, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-video-clapper:before {
  content: "\e6ce";
}

/* line 208, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-video-camera:before {
  content: "\e6cf";
}

/* line 209, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-vector:before {
  content: "\e6d0";
}

/* line 210, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-themify-logo:before {
  content: "\e6d1";
}

/* line 211, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-themify-favicon:before {
  content: "\e6d2";
}

/* line 212, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-themify-favicon-alt:before {
  content: "\e6d3";
}

/* line 213, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-support:before {
  content: "\e6d4";
}

/* line 214, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-stamp:before {
  content: "\e6d5";
}

/* line 215, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-split-v-alt:before {
  content: "\e6d6";
}

/* line 216, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-slice:before {
  content: "\e6d7";
}

/* line 217, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-shortcode:before {
  content: "\e6d8";
}

/* line 218, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-shift-right-alt:before {
  content: "\e6d9";
}

/* line 219, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-shift-left-alt:before {
  content: "\e6da";
}

/* line 220, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-ruler-alt-2:before {
  content: "\e6db";
}

/* line 221, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-receipt:before {
  content: "\e6dc";
}

/* line 222, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-pin2:before {
  content: "\e6dd";
}

/* line 223, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-pin-alt:before {
  content: "\e6de";
}

/* line 224, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-pencil-alt2:before {
  content: "\e6df";
}

/* line 225, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-palette:before {
  content: "\e6e0";
}

/* line 226, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-more:before {
  content: "\e6e1";
}

/* line 227, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-more-alt:before {
  content: "\e6e2";
}

/* line 228, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-microphone-alt:before {
  content: "\e6e3";
}

/* line 229, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-magnet:before {
  content: "\e6e4";
}

/* line 230, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-line-double:before {
  content: "\e6e5";
}

/* line 231, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-line-dotted:before {
  content: "\e6e6";
}

/* line 232, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-line-dashed:before {
  content: "\e6e7";
}

/* line 233, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-width-full:before {
  content: "\e6e8";
}

/* line 234, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-width-default:before {
  content: "\e6e9";
}

/* line 235, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-width-default-alt:before {
  content: "\e6ea";
}

/* line 236, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-tab:before {
  content: "\e6eb";
}

/* line 237, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-tab-window:before {
  content: "\e6ec";
}

/* line 238, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-tab-v:before {
  content: "\e6ed";
}

/* line 239, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-tab-min:before {
  content: "\e6ee";
}

/* line 240, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-slider:before {
  content: "\e6ef";
}

/* line 241, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-slider-alt:before {
  content: "\e6f0";
}

/* line 242, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-sidebar-right:before {
  content: "\e6f1";
}

/* line 243, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-sidebar-none:before {
  content: "\e6f2";
}

/* line 244, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-sidebar-left:before {
  content: "\e6f3";
}

/* line 245, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-placeholder:before {
  content: "\e6f4";
}

/* line 246, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-menu:before {
  content: "\e6f5";
}

/* line 247, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-menu-v:before {
  content: "\e6f6";
}

/* line 248, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-menu-separated:before {
  content: "\e6f7";
}

/* line 249, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-menu-full:before {
  content: "\e6f8";
}

/* line 250, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-media-right-alt:before {
  content: "\e6f9";
}

/* line 251, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-media-right:before {
  content: "\e6fa";
}

/* line 252, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-media-overlay:before {
  content: "\e6fb";
}

/* line 253, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-media-overlay-alt:before {
  content: "\e6fc";
}

/* line 254, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

/* line 255, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-media-left-alt:before {
  content: "\e6fe";
}

/* line 256, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-media-left:before {
  content: "\e6ff";
}

/* line 257, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-media-center-alt:before {
  content: "\e700";
}

/* line 258, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-media-center:before {
  content: "\e701";
}

/* line 259, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-list-thumb:before {
  content: "\e702";
}

/* line 260, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-list-thumb-alt:before {
  content: "\e703";
}

/* line 261, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-list-post:before {
  content: "\e704";
}

/* line 262, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-list-large-image:before {
  content: "\e705";
}

/* line 263, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-line-solid:before {
  content: "\e706";
}

/* line 264, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-grid4:before {
  content: "\e707";
}

/* line 265, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-grid3:before {
  content: "\e708";
}

/* line 266, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-grid2:before {
  content: "\e709";
}

/* line 267, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-grid2-thumb:before {
  content: "\e70a";
}

/* line 268, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-cta-right:before {
  content: "\e70b";
}

/* line 269, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-cta-left:before {
  content: "\e70c";
}

/* line 270, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-cta-center:before {
  content: "\e70d";
}

/* line 271, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-cta-btn-right:before {
  content: "\e70e";
}

/* line 272, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-cta-btn-left:before {
  content: "\e70f";
}

/* line 273, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-column4:before {
  content: "\e710";
}

/* line 274, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-column3:before {
  content: "\e711";
}

/* line 275, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-column2:before {
  content: "\e712";
}

/* line 276, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-accordion-separated:before {
  content: "\e713";
}

/* line 277, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-accordion-merged:before {
  content: "\e714";
}

/* line 278, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-accordion-list:before {
  content: "\e715";
}

/* line 279, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-ink-pen:before {
  content: "\e716";
}

/* line 280, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-info-alt:before {
  content: "\e717";
}

/* line 281, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-help-alt:before {
  content: "\e718";
}

/* line 282, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-headphone-alt:before {
  content: "\e719";
}

/* line 283, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-hand-point-up:before {
  content: "\e71a";
}

/* line 284, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-hand-point-right:before {
  content: "\e71b";
}

/* line 285, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-hand-point-left:before {
  content: "\e71c";
}

/* line 286, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-hand-point-down:before {
  content: "\e71d";
}

/* line 287, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-gallery:before {
  content: "\e71e";
}

/* line 288, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-face-smile:before {
  content: "\e71f";
}

/* line 289, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-face-sad:before {
  content: "\e720";
}

/* line 290, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-credit-card:before {
  content: "\e721";
}

/* line 291, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-control-skip-forward:before {
  content: "\e722";
}

/* line 292, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-control-skip-backward:before {
  content: "\e723";
}

/* line 293, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-control-record:before {
  content: "\e724";
}

/* line 294, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-control-eject:before {
  content: "\e725";
}

/* line 295, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-comments-smiley:before {
  content: "\e726";
}

/* line 296, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-brush-alt:before {
  content: "\e727";
}

/* line 297, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-youtube:before {
  content: "\e728";
}

/* line 298, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-vimeo:before {
  content: "\e729";
}

/* line 299, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-twitter:before {
  content: "\e72a";
}

/* line 300, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-time:before {
  content: "\e72b";
}

/* line 301, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-tumblr:before {
  content: "\e72c";
}

/* line 302, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-skype:before {
  content: "\e72d";
}

/* line 303, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-share:before {
  content: "\e72e";
}

/* line 304, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-share-alt:before {
  content: "\e72f";
}

/* line 305, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-rocket:before {
  content: "\e730";
}

/* line 306, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-pinterest:before {
  content: "\e731";
}

/* line 307, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-new-window:before {
  content: "\e732";
}

/* line 308, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-microsoft:before {
  content: "\e733";
}

/* line 309, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-list-ol:before {
  content: "\e734";
}

/* line 310, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-linkedin:before {
  content: "\e735";
}

/* line 311, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-sidebar-2:before {
  content: "\e736";
}

/* line 312, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-grid4-alt:before {
  content: "\e737";
}

/* line 313, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-grid3-alt:before {
  content: "\e738";
}

/* line 314, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-grid2-alt:before {
  content: "\e739";
}

/* line 315, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-column4-alt:before {
  content: "\e73a";
}

/* line 316, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-column3-alt:before {
  content: "\e73b";
}

/* line 317, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-layout-column2-alt:before {
  content: "\e73c";
}

/* line 318, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-instagram:before {
  content: "\e73d";
}

/* line 319, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-google:before {
  content: "\e73e";
}

/* line 320, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-github:before {
  content: "\e73f";
}

/* line 321, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-flickr:before {
  content: "\e740";
}

/* line 322, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-facebook:before {
  content: "\e741";
}

/* line 323, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-dropbox:before {
  content: "\e742";
}

/* line 324, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-dribbble:before {
  content: "\e743";
}

/* line 325, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-apple:before {
  content: "\e744";
}

/* line 326, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-android:before {
  content: "\e745";
}

/* line 327, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-save:before {
  content: "\e746";
}

/* line 328, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-save-alt:before {
  content: "\e747";
}

/* line 329, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-yahoo:before {
  content: "\e748";
}

/* line 330, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-wordpress:before {
  content: "\e749";
}

/* line 331, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-vimeo-alt:before {
  content: "\e74a";
}

/* line 332, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-twitter-alt:before {
  content: "\e74b";
}

/* line 333, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-tumblr-alt:before {
  content: "\e74c";
}

/* line 334, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-trello:before {
  content: "\e74d";
}

/* line 335, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-stack-overflow:before {
  content: "\e74e";
}

/* line 336, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-soundcloud:before {
  content: "\e74f";
}

/* line 337, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-sharethis:before {
  content: "\e750";
}

/* line 338, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-sharethis-alt:before {
  content: "\e751";
}

/* line 339, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-reddit:before {
  content: "\e752";
}

/* line 340, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-pinterest-alt:before {
  content: "\e753";
}

/* line 341, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-microsoft-alt:before {
  content: "\e754";
}

/* line 342, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-linux:before {
  content: "\e755";
}

/* line 343, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-jsfiddle:before {
  content: "\e756";
}

/* line 344, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-joomla:before {
  content: "\e757";
}

/* line 345, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-html5:before {
  content: "\e758";
}

/* line 346, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-flickr-alt:before {
  content: "\e759";
}

/* line 347, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-email:before {
  content: "\e75a";
}

/* line 348, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-drupal:before {
  content: "\e75b";
}

/* line 349, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-dropbox-alt:before {
  content: "\e75c";
}

/* line 350, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-css3:before {
  content: "\e75d";
}

/* line 351, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-rss:before {
  content: "\e75e";
}

/* line 352, app/assets/stylesheets/theme/themify/_icons.scss */
.icon-rss-alt:before {
  content: "\e75f";
}
/* line 1, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 7, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon {
  position: relative;
  display: inline-block;
  width: calc((4 / 3) * 1em);
  line-height: 1em;
}

/* line 13, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon:before {
  content: '\00a0';
}

/* line 16, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon.flag-icon-squared {
  width: 1em;
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-es-ct {
  background-image: url(/../fonts/flag-icon/es-ct.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/es-ct.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-eu {
  background-image: url(/../fonts/flag-icon/eu.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-eu.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/eu.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gb-eng {
  background-image: url(/../fonts/flag-icon/gb-eng.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gb-eng.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gb-nir {
  background-image: url(/../fonts/flag-icon/gb-nir.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gb-nir.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gb-sct {
  background-image: url(/../fonts/flag-icon/gb-sct.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gb-sct.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gb-wls {
  background-image: url(/../fonts/flag-icon/gb-wls.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gb-wls.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-un {
  background-image: url(/../fonts/flag-icon/un.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-un.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/un.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ad {
  background-image: url(/../fonts/flag-icon/ad.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ad.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ad.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ae {
  background-image: url(/../fonts/flag-icon/ae.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ae.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ae.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-af {
  background-image: url(/../fonts/flag-icon/af.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-af.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/af.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ag {
  background-image: url(/../fonts/flag-icon/ag.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ag.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ag.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ai {
  background-image: url(/../fonts/flag-icon/ai.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ai.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ai.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-al {
  background-image: url(/../fonts/flag-icon/al.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-al.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/al.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-am {
  background-image: url(/../fonts/flag-icon/am.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-am.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/am.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ao {
  background-image: url(/../fonts/flag-icon/ao.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ao.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ao.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-aq {
  background-image: url(/../fonts/flag-icon/aq.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-aq.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/aq.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ar {
  background-image: url(/../fonts/flag-icon/ar.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ar.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ar.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-as {
  background-image: url(/../fonts/flag-icon/as.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-as.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/as.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-at {
  background-image: url(/../fonts/flag-icon/at.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-at.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/at.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-au {
  background-image: url(/../fonts/flag-icon/au.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-au.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/au.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-aw {
  background-image: url(/../fonts/flag-icon/aw.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-aw.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/aw.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ax {
  background-image: url(/../fonts/flag-icon/ax.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ax.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ax.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-az {
  background-image: url(/../fonts/flag-icon/az.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-az.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/az.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ba {
  background-image: url(/../fonts/flag-icon/ba.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ba.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ba.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bb {
  background-image: url(/../fonts/flag-icon/bb.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bb.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bb.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bd {
  background-image: url(/../fonts/flag-icon/bd.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bd.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bd.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-be {
  background-image: url(/../fonts/flag-icon/be.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-be.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/be.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bf {
  background-image: url(/../fonts/flag-icon/bf.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bf.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bf.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bg {
  background-image: url(/../fonts/flag-icon/bg.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bg.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bg.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bh {
  background-image: url(/../fonts/flag-icon/bh.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bh.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bh.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bi {
  background-image: url(/../fonts/flag-icon/bi.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bi.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bi.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bj {
  background-image: url(/../fonts/flag-icon/bj.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bj.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bj.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bl {
  background-image: url(/../fonts/flag-icon/bl.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bl.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bl.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bm {
  background-image: url(/../fonts/flag-icon/bm.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bm.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bm.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bn {
  background-image: url(/../fonts/flag-icon/bn.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bn.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bn.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bo {
  background-image: url(/../fonts/flag-icon/bo.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bo.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bo.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bq {
  background-image: url(/../fonts/flag-icon/bq.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bq.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bq.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-br {
  background-image: url(/../fonts/flag-icon/br.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-br.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/br.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bs {
  background-image: url(/../fonts/flag-icon/bs.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bs.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bs.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bt {
  background-image: url(/../fonts/flag-icon/bt.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bt.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bt.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bv {
  background-image: url(/../fonts/flag-icon/bv.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bv.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bv.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bw {
  background-image: url(/../fonts/flag-icon/bw.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bw.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bw.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-by {
  background-image: url(/../fonts/flag-icon/by.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-by.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/by.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bz {
  background-image: url(/../fonts/flag-icon/bz.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-bz.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/bz.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ca {
  background-image: url(/../fonts/flag-icon/ca.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ca.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ca.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cc {
  background-image: url(/../fonts/flag-icon/cc.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cc.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/cc.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cd {
  background-image: url(/../fonts/flag-icon/cd.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cd.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/cd.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cf {
  background-image: url(/../fonts/flag-icon/cf.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cf.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/cf.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cg {
  background-image: url(/../fonts/flag-icon/cg.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cg.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/cg.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ch {
  background-image: url(/../fonts/flag-icon/ch.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ch.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ch.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ci {
  background-image: url(/../fonts/flag-icon/ci.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ci.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ci.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ck {
  background-image: url(/../fonts/flag-icon/ck.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ck.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ck.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cl {
  background-image: url(/../fonts/flag-icon/cl.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cl.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/cl.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cm {
  background-image: url(/../fonts/flag-icon/cm.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cm.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/cm.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cn {
  background-image: url(/../fonts/flag-icon/cn.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cn.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/cn.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-co {
  background-image: url(/../fonts/flag-icon/co.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-co.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/co.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cr {
  background-image: url(/../fonts/flag-icon/cr.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cr.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/cr.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cu {
  background-image: url(/../fonts/flag-icon/cu.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cu.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/cu.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cv {
  background-image: url(/../fonts/flag-icon/cv.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cv.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/cv.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cw {
  background-image: url(/../fonts/flag-icon/cw.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cw.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/cw.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cx {
  background-image: url(/../fonts/flag-icon/cx.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cx.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/cx.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cy {
  background-image: url(/../fonts/flag-icon/cy.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cy.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/cy.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cz {
  background-image: url(/../fonts/flag-icon/cz.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-cz.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/cz.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-de {
  background-image: url(/../fonts/flag-icon/de.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-de.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/de.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-dj {
  background-image: url(/../fonts/flag-icon/dj.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-dj.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/dj.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-dk {
  background-image: url(/../fonts/flag-icon/dk.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-dk.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/dk.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-dm {
  background-image: url(/../fonts/flag-icon/dm.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-dm.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/dm.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-do {
  background-image: url(/../fonts/flag-icon/do.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-do.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/do.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-dz {
  background-image: url(/../fonts/flag-icon/dz.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-dz.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/dz.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ec {
  background-image: url(/../fonts/flag-icon/ec.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ec.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ec.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ee {
  background-image: url(/../fonts/flag-icon/ee.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ee.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ee.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-eg {
  background-image: url(/../fonts/flag-icon/eg.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-eg.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/eg.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-eh {
  background-image: url(/../fonts/flag-icon/eh.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-eh.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/eh.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-er {
  background-image: url(/../fonts/flag-icon/er.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-er.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/er.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-es {
  background-image: url(/../fonts/flag-icon/es.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-es.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/es.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-et {
  background-image: url(/../fonts/flag-icon/et.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-et.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/et.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-fi {
  background-image: url(/../fonts/flag-icon/fi.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-fi.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/fi.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-fj {
  background-image: url(/../fonts/flag-icon/fj.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-fj.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/fj.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-fk {
  background-image: url(/../fonts/flag-icon/fk.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-fk.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/fk.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-fm {
  background-image: url(/../fonts/flag-icon/fm.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-fm.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/fm.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-fo {
  background-image: url(/../fonts/flag-icon/fo.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-fo.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/fo.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-fr {
  background-image: url(/../fonts/flag-icon/fr.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-fr.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/fr.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ga {
  background-image: url(/../fonts/flag-icon/ga.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ga.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ga.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gb {
  background-image: url(/../fonts/flag-icon/gb.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gb.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gb.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gd {
  background-image: url(/../fonts/flag-icon/gd.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gd.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gd.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ge {
  background-image: url(/../fonts/flag-icon/ge.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ge.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ge.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gf {
  background-image: url(/../fonts/flag-icon/gf.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gf.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gf.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gg {
  background-image: url(/../fonts/flag-icon/gg.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gg.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gg.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gh {
  background-image: url(/../fonts/flag-icon/gh.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gh.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gh.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gi {
  background-image: url(/../fonts/flag-icon/gi.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gi.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gi.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gl {
  background-image: url(/../fonts/flag-icon/gl.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gl.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gl.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gm {
  background-image: url(/../fonts/flag-icon/gm.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gm.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gm.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gn {
  background-image: url(/../fonts/flag-icon/gn.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gn.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gn.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gp {
  background-image: url(/../fonts/flag-icon/gp.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gp.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gp.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gq {
  background-image: url(/../fonts/flag-icon/gq.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gq.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gq.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gr {
  background-image: url(/../fonts/flag-icon/gr.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gr.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gr.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gs {
  background-image: url(/../fonts/flag-icon/gs.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gs.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gs.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gt {
  background-image: url(/../fonts/flag-icon/gt.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gt.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gt.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gu {
  background-image: url(/../fonts/flag-icon/gu.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gu.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gu.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gw {
  background-image: url(/../fonts/flag-icon/gw.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gw.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gw.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gy {
  background-image: url(/../fonts/flag-icon/gy.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-gy.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/gy.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-hk {
  background-image: url(/../fonts/flag-icon/hk.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-hk.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/hk.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-hm {
  background-image: url(/../fonts/flag-icon/hm.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-hm.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/hm.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-hn {
  background-image: url(/../fonts/flag-icon/hn.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-hn.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/hn.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-hr {
  background-image: url(/../fonts/flag-icon/hr.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-hr.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/hr.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ht {
  background-image: url(/../fonts/flag-icon/ht.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ht.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ht.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-hu {
  background-image: url(/../fonts/flag-icon/hu.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-hu.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/hu.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-id {
  background-image: url(/../fonts/flag-icon/id.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-id.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/id.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ie {
  background-image: url(/../fonts/flag-icon/ie.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ie.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ie.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-il {
  background-image: url(/../fonts/flag-icon/il.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-il.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/il.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-im {
  background-image: url(/../fonts/flag-icon/im.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-im.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/im.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-in {
  background-image: url(/../fonts/flag-icon/in.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-in.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/in.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-io {
  background-image: url(/../fonts/flag-icon/io.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-io.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/io.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-iq {
  background-image: url(/../fonts/flag-icon/iq.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-iq.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/iq.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ir {
  background-image: url(/../fonts/flag-icon/ir.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ir.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ir.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-is {
  background-image: url(/../fonts/flag-icon/is.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-is.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/is.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-it {
  background-image: url(/../fonts/flag-icon/it.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-it.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/it.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-je {
  background-image: url(/../fonts/flag-icon/je.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-je.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/je.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-jm {
  background-image: url(/../fonts/flag-icon/jm.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-jm.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/jm.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-jo {
  background-image: url(/../fonts/flag-icon/jo.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-jo.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/jo.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-jp {
  background-image: url(/../fonts/flag-icon/jp.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-jp.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/jp.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ke {
  background-image: url(/../fonts/flag-icon/ke.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ke.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ke.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-kg {
  background-image: url(/../fonts/flag-icon/kg.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-kg.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/kg.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-kh {
  background-image: url(/../fonts/flag-icon/kh.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-kh.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/kh.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ki {
  background-image: url(/../fonts/flag-icon/ki.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ki.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ki.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-km {
  background-image: url(/../fonts/flag-icon/km.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-km.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/km.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-kn {
  background-image: url(/../fonts/flag-icon/kn.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-kn.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/kn.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-kp {
  background-image: url(/../fonts/flag-icon/kp.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-kp.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/kp.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-kr {
  background-image: url(/../fonts/flag-icon/kr.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-kr.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/kr.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-kw {
  background-image: url(/../fonts/flag-icon/kw.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-kw.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/kw.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ky {
  background-image: url(/../fonts/flag-icon/ky.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ky.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ky.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-kz {
  background-image: url(/../fonts/flag-icon/kz.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-kz.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/kz.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-la {
  background-image: url(/../fonts/flag-icon/la.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-la.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/la.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-lb {
  background-image: url(/../fonts/flag-icon/lb.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-lb.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/lb.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-lc {
  background-image: url(/../fonts/flag-icon/lc.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-lc.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/lc.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-li {
  background-image: url(/../fonts/flag-icon/li.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-li.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/li.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-lk {
  background-image: url(/../fonts/flag-icon/lk.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-lk.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/lk.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-lr {
  background-image: url(/../fonts/flag-icon/lr.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-lr.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/lr.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ls {
  background-image: url(/../fonts/flag-icon/ls.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ls.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ls.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-lt {
  background-image: url(/../fonts/flag-icon/lt.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-lt.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/lt.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-lu {
  background-image: url(/../fonts/flag-icon/lu.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-lu.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/lu.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-lv {
  background-image: url(/../fonts/flag-icon/lv.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-lv.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/lv.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ly {
  background-image: url(/../fonts/flag-icon/ly.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ly.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ly.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ma {
  background-image: url(/../fonts/flag-icon/ma.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ma.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ma.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mc {
  background-image: url(/../fonts/flag-icon/mc.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mc.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mc.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-md {
  background-image: url(/../fonts/flag-icon/md.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-md.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/md.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-me {
  background-image: url(/../fonts/flag-icon/me.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-me.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/me.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mf {
  background-image: url(/../fonts/flag-icon/mf.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mf.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mf.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mg {
  background-image: url(/../fonts/flag-icon/mg.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mg.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mg.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mh {
  background-image: url(/../fonts/flag-icon/mh.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mh.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mh.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mk {
  background-image: url(/../fonts/flag-icon/mk.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mk.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mk.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ml {
  background-image: url(/../fonts/flag-icon/ml.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ml.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ml.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mm {
  background-image: url(/../fonts/flag-icon/mm.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mm.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mm.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mn {
  background-image: url(/../fonts/flag-icon/mn.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mn.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mn.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mo {
  background-image: url(/../fonts/flag-icon/mo.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mo.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mo.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mp {
  background-image: url(/../fonts/flag-icon/mp.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mp.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mp.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mq {
  background-image: url(/../fonts/flag-icon/mq.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mq.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mq.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mr {
  background-image: url(/../fonts/flag-icon/mr.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mr.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mr.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ms {
  background-image: url(/../fonts/flag-icon/ms.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ms.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ms.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mt {
  background-image: url(/../fonts/flag-icon/mt.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mt.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mt.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mu {
  background-image: url(/../fonts/flag-icon/mu.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mu.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mu.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mv {
  background-image: url(/../fonts/flag-icon/mv.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mv.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mv.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mw {
  background-image: url(/../fonts/flag-icon/mw.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mw.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mw.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mx {
  background-image: url(/../fonts/flag-icon/mx.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mx.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mx.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-my {
  background-image: url(/../fonts/flag-icon/my.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-my.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/my.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mz {
  background-image: url(/../fonts/flag-icon/mz.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-mz.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/mz.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-na {
  background-image: url(/../fonts/flag-icon/na.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-na.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/na.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-nc {
  background-image: url(/../fonts/flag-icon/nc.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-nc.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/nc.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ne {
  background-image: url(/../fonts/flag-icon/ne.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ne.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ne.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-nf {
  background-image: url(/../fonts/flag-icon/nf.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-nf.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/nf.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ng {
  background-image: url(/../fonts/flag-icon/ng.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ng.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ng.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ni {
  background-image: url(/../fonts/flag-icon/ni.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ni.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ni.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-nl {
  background-image: url(/../fonts/flag-icon/nl.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-nl.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/nl.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-no {
  background-image: url(/../fonts/flag-icon/no.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-no.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/no.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-np {
  background-image: url(/../fonts/flag-icon/np.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-np.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/np.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-nr {
  background-image: url(/../fonts/flag-icon/nr.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-nr.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/nr.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-nu {
  background-image: url(/../fonts/flag-icon/nu.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-nu.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/nu.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-nz {
  background-image: url(/../fonts/flag-icon/nz.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-nz.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/nz.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-om {
  background-image: url(/../fonts/flag-icon/om.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-om.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/om.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pa {
  background-image: url(/../fonts/flag-icon/pa.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pa.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/pa.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pe {
  background-image: url(/../fonts/flag-icon/pe.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pe.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/pe.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pf {
  background-image: url(/../fonts/flag-icon/pf.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pf.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/pf.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pg {
  background-image: url(/../fonts/flag-icon/pg.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pg.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/pg.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ph {
  background-image: url(/../fonts/flag-icon/ph.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ph.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ph.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pk {
  background-image: url(/../fonts/flag-icon/pk.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pk.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/pk.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pl {
  background-image: url(/../fonts/flag-icon/pl.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pl.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/pl.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pm {
  background-image: url(/../fonts/flag-icon/pm.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pm.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/pm.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pn {
  background-image: url(/../fonts/flag-icon/pn.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pn.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/pn.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pr {
  background-image: url(/../fonts/flag-icon/pr.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pr.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/pr.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ps {
  background-image: url(/../fonts/flag-icon/ps.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ps.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ps.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pt {
  background-image: url(/../fonts/flag-icon/pt.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pt.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/pt.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pw {
  background-image: url(/../fonts/flag-icon/pw.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-pw.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/pw.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-py {
  background-image: url(/../fonts/flag-icon/py.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-py.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/py.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-qa {
  background-image: url(/../fonts/flag-icon/qa.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-qa.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/qa.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-re {
  background-image: url(/../fonts/flag-icon/re.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-re.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/re.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ro {
  background-image: url(/../fonts/flag-icon/ro.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ro.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ro.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-rs {
  background-image: url(/../fonts/flag-icon/rs.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-rs.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/rs.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ru {
  background-image: url(/../fonts/flag-icon/ru.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ru.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ru.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-rw {
  background-image: url(/../fonts/flag-icon/rw.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-rw.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/rw.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sa {
  background-image: url(/../fonts/flag-icon/sa.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sa.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sa.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sb {
  background-image: url(/../fonts/flag-icon/sb.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sb.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sb.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sc {
  background-image: url(/../fonts/flag-icon/sc.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sc.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sc.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sd {
  background-image: url(/../fonts/flag-icon/sd.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sd.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sd.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-se {
  background-image: url(/../fonts/flag-icon/se.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-se.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/se.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sg {
  background-image: url(/../fonts/flag-icon/sg.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sg.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sg.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sh {
  background-image: url(/../fonts/flag-icon/sh.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sh.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sh.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-si {
  background-image: url(/../fonts/flag-icon/si.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-si.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/si.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sj {
  background-image: url(/../fonts/flag-icon/sj.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sj.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sj.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sk {
  background-image: url(/../fonts/flag-icon/sk.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sk.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sk.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sl {
  background-image: url(/../fonts/flag-icon/sl.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sl.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sl.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sm {
  background-image: url(/../fonts/flag-icon/sm.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sm.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sm.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sn {
  background-image: url(/../fonts/flag-icon/sn.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sn.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sn.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-so {
  background-image: url(/../fonts/flag-icon/so.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-so.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/so.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sr {
  background-image: url(/../fonts/flag-icon/sr.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sr.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sr.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ss {
  background-image: url(/../fonts/flag-icon/ss.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ss.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ss.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-st {
  background-image: url(/../fonts/flag-icon/st.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-st.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/st.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sv {
  background-image: url(/../fonts/flag-icon/sv.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sv.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sv.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sx {
  background-image: url(/../fonts/flag-icon/sx.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sx.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sx.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sy {
  background-image: url(/../fonts/flag-icon/sy.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sy.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sy.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sz {
  background-image: url(/../fonts/flag-icon/sz.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-sz.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/sz.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tc {
  background-image: url(/../fonts/flag-icon/tc.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tc.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/tc.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-td {
  background-image: url(/../fonts/flag-icon/td.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-td.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/td.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tf {
  background-image: url(/../fonts/flag-icon/tf.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tf.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/tf.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tg {
  background-image: url(/../fonts/flag-icon/tg.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tg.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/tg.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-th {
  background-image: url(/../fonts/flag-icon/th.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-th.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/th.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tj {
  background-image: url(/../fonts/flag-icon/tj.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tj.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/tj.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tk {
  background-image: url(/../fonts/flag-icon/tk.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tk.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/tk.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tl {
  background-image: url(/../fonts/flag-icon/tl.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tl.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/tl.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tm {
  background-image: url(/../fonts/flag-icon/tm.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tm.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/tm.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tn {
  background-image: url(/../fonts/flag-icon/tn.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tn.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/tn.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-to {
  background-image: url(/../fonts/flag-icon/to.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-to.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/to.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tr {
  background-image: url(/../fonts/flag-icon/tr.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tr.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/tr.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tt {
  background-image: url(/../fonts/flag-icon/tt.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tt.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/tt.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tv {
  background-image: url(/../fonts/flag-icon/tv.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tv.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/tv.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tw {
  background-image: url(/../fonts/flag-icon/tw.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tw.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/tw.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tz {
  background-image: url(/../fonts/flag-icon/tz.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-tz.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/tz.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ua {
  background-image: url(/../fonts/flag-icon/ua.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ua.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ua.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ug {
  background-image: url(/../fonts/flag-icon/ug.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ug.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ug.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-um {
  background-image: url(/../fonts/flag-icon/um.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-um.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/um.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-us {
  background-image: url(/../fonts/flag-icon/us.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-us.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/us.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-uy {
  background-image: url(/../fonts/flag-icon/uy.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-uy.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/uy.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-uz {
  background-image: url(/../fonts/flag-icon/uz.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-uz.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/uz.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-va {
  background-image: url(/../fonts/flag-icon/va.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-va.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/va.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-vc {
  background-image: url(/../fonts/flag-icon/vc.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-vc.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/vc.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ve {
  background-image: url(/../fonts/flag-icon/ve.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ve.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ve.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-vg {
  background-image: url(/../fonts/flag-icon/vg.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-vg.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/vg.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-vi {
  background-image: url(/../fonts/flag-icon/vi.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-vi.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/vi.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-vn {
  background-image: url(/../fonts/flag-icon/vn.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-vn.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/vn.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-vu {
  background-image: url(/../fonts/flag-icon/vu.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-vu.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/vu.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-wf {
  background-image: url(/../fonts/flag-icon/wf.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-wf.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/wf.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ws {
  background-image: url(/../fonts/flag-icon/ws.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ws.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ws.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ye {
  background-image: url(/../fonts/flag-icon/ye.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-ye.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/ye.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-yt {
  background-image: url(/../fonts/flag-icon/yt.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-yt.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/yt.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-za {
  background-image: url(/../fonts/flag-icon/za.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-za.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/za.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-zm {
  background-image: url(/../fonts/flag-icon/zm.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-zm.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/zm.svg);
}

/* line 22, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-zw {
  background-image: url(/../fonts/flag-icon/zw.svg);
}

/* line 24, app/assets/stylesheets/theme/flag-icon/_flag-icon-base.scss */
.flag-icon-zw.flag-icon-squared {
  background-image: url(/../fonts/flag-icon/zw.svg);
}
/* line 1, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
button, hr, input {
  overflow: visible;
}

/* line 5, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
audio, canvas, progress, video {
  display: inline-block;
}

/* line 9, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
progress, sub, sup {
  vertical-align: baseline;
}

/* line 13, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 20, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
body {
  margin: 0;
}

/* line 24, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
menu, article, aside, details, footer, header, nav, section {
  display: block;
}

/* line 28, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* line 33, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
figcaption, figure, main {
  display: block;
}

/* line 37, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
figure {
  margin: 1em 40px;
}

/* line 41, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 46, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

/* line 51, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 56, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
a:active, a:hover {
  outline-width: 0;
}

/* line 60, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 66, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
b, strong {
  font-weight: bolder;
}

/* line 70, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
dfn {
  font-style: italic;
}

/* line 74, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 79, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
small {
  font-size: 80%;
}

/* line 83, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

/* line 89, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
sub {
  bottom: -.25em;
}

/* line 93, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
sup {
  top: -.5em;
}

/* line 97, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 102, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
img {
  border-style: none;
}

/* line 106, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 110, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* line 120, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
button, select {
  text-transform: none;
}

/* line 124, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
[type=submit], [type=reset], button, html [type=button] {
  -webkit-appearance: button;
}

/* line 128, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 133, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

/* line 137, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/* line 143, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 155, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
textarea {
  overflow: auto;
}

/* line 159, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 164, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 168, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 173, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 177, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 182, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
summary {
  display: list-item;
}

/* line 186, app/assets/stylesheets/theme/feather-icon/_feather-icon.scss */
[hidden], template {
  display: none;
}
/* line 1, app/assets/stylesheets/theme/select2.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/theme/select2/_single.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 12, app/assets/stylesheets/theme/select2/_single.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, app/assets/stylesheets/theme/select2/_single.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 29, app/assets/stylesheets/theme/select2/_single.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/theme/select2/_multiple.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 12, app/assets/stylesheets/theme/select2/_multiple.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, app/assets/stylesheets/theme/select2/_multiple.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 24, app/assets/stylesheets/theme/select2/_multiple.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 31, app/assets/stylesheets/theme/select2/_multiple.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/theme/select2/_dropdown.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 19, app/assets/stylesheets/theme/select2/_dropdown.scss */
.select2-results {
  display: block;
}

/* line 23, app/assets/stylesheets/theme/select2/_dropdown.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 29, app/assets/stylesheets/theme/select2/_dropdown.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 35, app/assets/stylesheets/theme/select2/_dropdown.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/theme/select2/_dropdown.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 44, app/assets/stylesheets/theme/select2/_dropdown.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 50, app/assets/stylesheets/theme/select2/_dropdown.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 56, app/assets/stylesheets/theme/select2/_dropdown.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 60, app/assets/stylesheets/theme/select2/_dropdown.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 65, app/assets/stylesheets/theme/select2/_dropdown.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 70, app/assets/stylesheets/theme/select2/_dropdown.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 11, app/assets/stylesheets/theme/select2.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: transparent;
  filter: alpha(opacity=0);
}

/* line 29, app/assets/stylesheets/theme/select2.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 42, app/assets/stylesheets/theme/select2.scss */
.select2 {
  max-width: 100%;
}

/* line 45, app/assets/stylesheets/theme/select2.scss */
.select2-container {
  width: 100% !important;
}

/* line 1, app/assets/stylesheets/theme/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 6, app/assets/stylesheets/theme/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 11, app/assets/stylesheets/theme/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 17, app/assets/stylesheets/theme/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 21, app/assets/stylesheets/theme/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 31, app/assets/stylesheets/theme/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 52, app/assets/stylesheets/theme/select2/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 56, app/assets/stylesheets/theme/select2/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 64, app/assets/stylesheets/theme/select2/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 68, app/assets/stylesheets/theme/select2/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 77, app/assets/stylesheets/theme/select2/theme/default/_single.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, app/assets/stylesheets/theme/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 7, app/assets/stylesheets/theme/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 5px 5px 0 0;
  width: 100%;
}

/* line 13, app/assets/stylesheets/theme/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 18, app/assets/stylesheets/theme/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 26, app/assets/stylesheets/theme/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 34, app/assets/stylesheets/theme/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 48, app/assets/stylesheets/theme/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 57, app/assets/stylesheets/theme/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 65, app/assets/stylesheets/theme/select2/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 69, app/assets/stylesheets/theme/select2/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 74, app/assets/stylesheets/theme/select2/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 82, app/assets/stylesheets/theme/select2/theme/default/_multiple.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 89, app/assets/stylesheets/theme/select2/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 94, app/assets/stylesheets/theme/select2/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 6, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 13, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 20, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e6edef;
}

/* line 26, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 37, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 43, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 47, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 51, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 55, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 58, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 62, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 66, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 70, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 74, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 78, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 89, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 94, app/assets/stylesheets/theme/select2/theme/default/_layout.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, app/assets/stylesheets/theme/select2/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 11, app/assets/stylesheets/theme/select2/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 15, app/assets/stylesheets/theme/select2/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 20, app/assets/stylesheets/theme/select2/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 27, app/assets/stylesheets/theme/select2/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 31, app/assets/stylesheets/theme/select2/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 50, app/assets/stylesheets/theme/select2/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 71, app/assets/stylesheets/theme/select2/theme/classic/_single.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 75, app/assets/stylesheets/theme/select2/theme/classic/_single.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 90, app/assets/stylesheets/theme/select2/theme/classic/_single.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 93, app/assets/stylesheets/theme/select2/theme/classic/_single.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 98, app/assets/stylesheets/theme/select2/theme/classic/_single.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 106, app/assets/stylesheets/theme/select2/theme/classic/_single.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 116, app/assets/stylesheets/theme/select2/theme/classic/_single.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, app/assets/stylesheets/theme/select2/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 11, app/assets/stylesheets/theme/select2/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 15, app/assets/stylesheets/theme/select2/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 21, app/assets/stylesheets/theme/select2/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 25, app/assets/stylesheets/theme/select2/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 40, app/assets/stylesheets/theme/select2/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 49, app/assets/stylesheets/theme/select2/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 57, app/assets/stylesheets/theme/select2/theme/classic/_multiple.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 63, app/assets/stylesheets/theme/select2/theme/classic/_multiple.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 71, app/assets/stylesheets/theme/select2/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 76, app/assets/stylesheets/theme/select2/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, app/assets/stylesheets/theme/select2/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 9, app/assets/stylesheets/theme/select2/theme/classic/_layout.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 16, app/assets/stylesheets/theme/select2/theme/classic/_layout.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 22, app/assets/stylesheets/theme/select2/theme/classic/_layout.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 27, app/assets/stylesheets/theme/select2/theme/classic/_layout.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 31, app/assets/stylesheets/theme/select2/theme/classic/_layout.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 35, app/assets/stylesheets/theme/select2/theme/classic/_layout.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 41, app/assets/stylesheets/theme/select2/theme/classic/_layout.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 45, app/assets/stylesheets/theme/select2/theme/classic/_layout.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 50, app/assets/stylesheets/theme/select2/theme/classic/_layout.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 55, app/assets/stylesheets/theme/select2/theme/classic/_layout.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 61, app/assets/stylesheets/theme/select2/theme/classic/_layout.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, app/assets/stylesheets/theme/bootstrap/_root.scss */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

/* line 16, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 46, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 69, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 79, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

/* line 87, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
hr:not([size]) {
  height: 1px;
}

/* line 98, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 108, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 108, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 113, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 113, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 118, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 118, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 123, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 123, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 128, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 133, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 144, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 157, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

/* line 168, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 177, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 182, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 189, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 196, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 202, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 210, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 219, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 229, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 236, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 247, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 255, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 256, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 261, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
a {
  color: #0d6efd;
  text-decoration: underline;
}

/* line 265, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
a:hover {
  color: #0a58ca;
}

/* line 277, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 287, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

/* line 301, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 310, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 317, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

/* line 323, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 328, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 335, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

/* line 347, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 354, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 364, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 369, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

/* line 380, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 386, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 402, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 409, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 418, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

/* line 425, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 438, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 446, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 453, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 460, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 469, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 476, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 484, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 491, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 502, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 514, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 514, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 523, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 531, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 541, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 551, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 572, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 578, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 586, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
}

/* line 593, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 600, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 606, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 614, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 624, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 633, app/assets/stylesheets/theme/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, app/assets/stylesheets/theme/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, app/assets/stylesheets/theme/bootstrap/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/theme/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, app/assets/stylesheets/theme/bootstrap/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/theme/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, app/assets/stylesheets/theme/bootstrap/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/theme/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, app/assets/stylesheets/theme/bootstrap/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/theme/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, app/assets/stylesheets/theme/bootstrap/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/theme/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, app/assets/stylesheets/theme/bootstrap/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, app/assets/stylesheets/theme/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 58, app/assets/stylesheets/theme/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 63, app/assets/stylesheets/theme/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 66, app/assets/stylesheets/theme/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 69, app/assets/stylesheets/theme/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 80, app/assets/stylesheets/theme/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 86, app/assets/stylesheets/theme/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 90, app/assets/stylesheets/theme/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 95, app/assets/stylesheets/theme/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 101, app/assets/stylesheets/theme/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, app/assets/stylesheets/theme/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, app/assets/stylesheets/theme/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, app/assets/stylesheets/theme/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, app/assets/stylesheets/theme/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, app/assets/stylesheets/theme/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

/* line 7, app/assets/stylesheets/theme/bootstrap/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, app/assets/stylesheets/theme/bootstrap/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/theme/bootstrap/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, app/assets/stylesheets/theme/bootstrap/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, app/assets/stylesheets/theme/bootstrap/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, app/assets/stylesheets/theme/bootstrap/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 6, app/assets/stylesheets/theme/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

/* line 9, app/assets/stylesheets/theme/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

/* line 67, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 71, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 83, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

/* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

/* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

/* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

/* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

/* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

/* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

/* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 67, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 71, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 83, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 67, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 71, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 83, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 67, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 71, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 83, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 67, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 71, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 83, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 67, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 71, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 83, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 89, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 108, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 112, app/assets/stylesheets/theme/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, app/assets/stylesheets/theme/bootstrap/_tables.scss */
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

/* line 21, app/assets/stylesheets/theme/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}

/* line 28, app/assets/stylesheets/theme/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 32, app/assets/stylesheets/theme/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 37, app/assets/stylesheets/theme/bootstrap/_tables.scss */
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

/* line 47, app/assets/stylesheets/theme/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 58, app/assets/stylesheets/theme/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 74, app/assets/stylesheets/theme/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 78, app/assets/stylesheets/theme/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 86, app/assets/stylesheets/theme/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 96, app/assets/stylesheets/theme/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 106, app/assets/stylesheets/theme/bootstrap/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 116, app/assets/stylesheets/theme/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 3, app/assets/stylesheets/theme/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

/* line 3, app/assets/stylesheets/theme/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

/* line 3, app/assets/stylesheets/theme/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

/* line 3, app/assets/stylesheets/theme/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

/* line 3, app/assets/stylesheets/theme/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

/* line 3, app/assets/stylesheets/theme/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

/* line 3, app/assets/stylesheets/theme/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

/* line 3, app/assets/stylesheets/theme/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

/* line 141, app/assets/stylesheets/theme/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 141, app/assets/stylesheets/theme/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 141, app/assets/stylesheets/theme/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 141, app/assets/stylesheets/theme/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 141, app/assets/stylesheets/theme/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 141, app/assets/stylesheets/theme/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, app/assets/stylesheets/theme/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, app/assets/stylesheets/theme/bootstrap/forms/_labels.scss */
.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;
}

/* line 26, app/assets/stylesheets/theme/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

/* line 32, app/assets/stylesheets/theme/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

/* line 5, app/assets/stylesheets/theme/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 5, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 50, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 56, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 67, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 77, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 77, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 93, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 97, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}

/* line 112, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

/* line 122, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 133, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 147, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 154, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 160, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 167, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 174, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 180, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 191, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

/* line 195, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

/* line 199, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 205, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

/* line 210, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 214, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

/* line 219, app/assets/stylesheets/theme/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/forms/_form-select.scss */
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

/* line 26, app/assets/stylesheets/theme/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 37, app/assets/stylesheets/theme/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 43, app/assets/stylesheets/theme/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

/* line 56, app/assets/stylesheets/theme/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 63, app/assets/stylesheets/theme/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 5, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 17, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
  .form-check-input {
    transition: none;
  }
}

/* line 31, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 35, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 40, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 44, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 50, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 54, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* line 62, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 71, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 82, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 92, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

/* line 107, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 110, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
}

/* line 117, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 121, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 133, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 138, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 145, app/assets/stylesheets/theme/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 7, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 14, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: none;
}

/* line 19, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  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) {
  /* line 27, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 38, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  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) {
  /* line 54, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 64, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 87, app/assets/stylesheets/theme/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 1, app/assets/stylesheets/theme/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, app/assets/stylesheets/theme/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}

/* line 10, app/assets/stylesheets/theme/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10, app/assets/stylesheets/theme/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 24, app/assets/stylesheets/theme/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 28, app/assets/stylesheets/theme/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 34, app/assets/stylesheets/theme/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 40, app/assets/stylesheets/theme/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 48, app/assets/stylesheets/theme/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 55, app/assets/stylesheets/theme/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 5, app/assets/stylesheets/theme/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, app/assets/stylesheets/theme/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 21, app/assets/stylesheets/theme/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

/* line 29, app/assets/stylesheets/theme/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 33, app/assets/stylesheets/theme/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 3;
}

/* line 45, app/assets/stylesheets/theme/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 66, app/assets/stylesheets/theme/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 75, app/assets/stylesheets/theme/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 84, app/assets/stylesheets/theme/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.75rem;
}

/* line 99, app/assets/stylesheets/theme/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 106, app/assets/stylesheets/theme/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, app/assets/stylesheets/theme/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 16, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

/* line 25, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

/* line 41, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 5, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 58, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 5, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.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);
}

/* line 5, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 86, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 5, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

/* line 101, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 105, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

/* line 111, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 16, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 25, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 41, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 5, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 58, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 5, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.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);
}

/* line 5, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 86, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 5, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

/* line 101, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 105, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 111, app/assets/stylesheets/theme/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 5, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 22, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn:hover {
  color: #212529;
}

/* line 27, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 44, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

/* line 59, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 25, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

/* line 31, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

/* line 44, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

/* line 55, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

/* line 65, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 59, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 25, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

/* line 31, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

/* line 44, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

/* line 55, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

/* line 65, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 59, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 25, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

/* line 31, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

/* line 44, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

/* line 55, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

/* line 65, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 59, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 25, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

/* line 31, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

/* line 44, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

/* line 55, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

/* line 65, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 59, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 25, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

/* line 31, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

/* line 44, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

/* line 55, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

/* line 65, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 59, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 25, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

/* line 31, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 44, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

/* line 55, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 65, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 59, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 25, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 31, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

/* line 44, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 55, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

/* line 65, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 59, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 25, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

/* line 31, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

/* line 44, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

/* line 55, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

/* line 65, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 65, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

/* line 85, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 91, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* line 96, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 105, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* line 115, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

/* line 65, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 85, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 91, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

/* line 96, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 105, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

/* line 115, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 65, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

/* line 85, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 91, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 96, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 105, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 115, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

/* line 65, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 85, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 91, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

/* line 96, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 105, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

/* line 115, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

/* line 65, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 85, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 91, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 96, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 105, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 115, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 65, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 85, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 91, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 96, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 105, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 115, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 65, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 85, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 91, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

/* line 96, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 105, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

/* line 115, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 65, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

/* line 85, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 91, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

/* line 96, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 105, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

/* line 115, app/assets/stylesheets/theme/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

/* line 76, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

/* line 81, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-link:hover {
  color: #0a58ca;
}

/* line 90, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

/* line 103, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 107, app/assets/stylesheets/theme/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 1, app/assets/stylesheets/theme/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, app/assets/stylesheets/theme/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, app/assets/stylesheets/theme/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, app/assets/stylesheets/theme/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, app/assets/stylesheets/theme/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, app/assets/stylesheets/theme/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

/* line 9, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, app/assets/stylesheets/theme/bootstrap/mixins/_caret.scss */
.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;
}

/* line 58, app/assets/stylesheets/theme/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 37, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-menu[style] {
  right: auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

/* line 56, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  /* line 50, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  /* line 56, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 768px) {
  /* line 50, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  /* line 56, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 992px) {
  /* line 50, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  /* line 56, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 1200px) {
  /* line 50, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  /* line 56, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 1400px) {
  /* line 50, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  /* line 56, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

/* line 68, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, app/assets/stylesheets/theme/bootstrap/mixins/_caret.scss */
.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;
}

/* line 58, app/assets/stylesheets/theme/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 81, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, app/assets/stylesheets/theme/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, app/assets/stylesheets/theme/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 91, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 98, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, app/assets/stylesheets/theme/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, app/assets/stylesheets/theme/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 49, app/assets/stylesheets/theme/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, app/assets/stylesheets/theme/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 108, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 116, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 126, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 151, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #f8f9fa;
}

/* line 158, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

/* line 165, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 175, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 180, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 190, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

/* line 197, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 203, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

/* line 206, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 212, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

/* line 218, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

/* line 224, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 228, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

/* line 232, app/assets/stylesheets/theme/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

/* line 2, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 38, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 44, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.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;
}

/* line 53, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 72, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 76, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 82, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 87, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 92, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 114, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 119, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 124, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 130, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.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;
}

/* line 135, app/assets/stylesheets/theme/bootstrap/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14, app/assets/stylesheets/theme/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 30, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 41, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 44, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 49, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 54, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 61, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 68, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 82, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 86, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

/* line 99, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 107, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 121, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.tab-content .tab-pane {
  line-height: 1.8;
}

/* line 124, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 127, app/assets/stylesheets/theme/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 17, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 32, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 56, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

/* line 75, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 82, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 87, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 111, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-collapse {
  align-items: center;
  width: 100%;
}

/* line 119, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 119, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 128, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 132, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

/* line 141, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media (min-width: 576px) {
  /* line 159, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 164, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 167, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 171, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  /* line 181, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 159, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 164, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 167, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 171, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  /* line 181, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 159, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 164, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 167, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 171, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  /* line 181, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 159, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 164, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 167, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 171, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  /* line 181, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  /* line 159, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 164, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 167, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 171, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
  }
  /* line 181, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

/* line 159, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 164, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 167, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 171, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 177, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
}

/* line 181, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 196, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 199, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 206, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

/* line 209, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 214, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 219, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 225, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 230, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 234, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

/* line 237, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 247, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 250, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 257, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 260, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 265, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 270, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 276, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 281, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 285, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 287, app/assets/stylesheets/theme/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 17, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, app/assets/stylesheets/theme/bootstrap/_card.scss */
.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);
}

/* line 31, app/assets/stylesheets/theme/bootstrap/_card.scss */
.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);
}

/* line 39, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

/* line 53, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.5rem;
}

/* line 57, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 67, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1rem /* rtl:ignore */;
}

/* line 80, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 87, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 92, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 98, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 108, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

/* line 122, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 128, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 138, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 144, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 149, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 162, app/assets/stylesheets/theme/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 159, app/assets/stylesheets/theme/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 171, app/assets/stylesheets/theme/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 176, app/assets/stylesheets/theme/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 183, app/assets/stylesheets/theme/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 186, app/assets/stylesheets/theme/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 191, app/assets/stylesheets/theme/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 198, app/assets/stylesheets/theme/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 201, app/assets/stylesheets/theme/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 206, app/assets/stylesheets/theme/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 19, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-button.collapsed {
  border-bottom-width: 0;
}

/* line 23, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}

/* line 27, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

/* line 34, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 34, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 46, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 58, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 64, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 72, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 78, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 85, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

/* line 90, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-body {
  padding: 1rem 1.25rem;
}

/* line 100, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 106, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 112, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 119, app/assets/stylesheets/theme/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, app/assets/stylesheets/theme/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

/* line 14, app/assets/stylesheets/theme/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, app/assets/stylesheets/theme/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 25, app/assets/stylesheets/theme/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, app/assets/stylesheets/theme/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/theme/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 16, app/assets/stylesheets/theme/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 24, app/assets/stylesheets/theme/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 34, app/assets/stylesheets/theme/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 38, app/assets/stylesheets/theme/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 45, app/assets/stylesheets/theme/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, app/assets/stylesheets/theme/bootstrap/mixins/_pagination.scss */
.page-link {
  padding: 0.375rem 0.75rem;
}

/* line 12, app/assets/stylesheets/theme/bootstrap/mixins/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 18, app/assets/stylesheets/theme/bootstrap/mixins/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 4, app/assets/stylesheets/theme/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

/* line 12, app/assets/stylesheets/theme/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 18, app/assets/stylesheets/theme/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, app/assets/stylesheets/theme/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/* line 12, app/assets/stylesheets/theme/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 18, app/assets/stylesheets/theme/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 20, app/assets/stylesheets/theme/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 26, app/assets/stylesheets/theme/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  height: 20px;
}

/* line 5, app/assets/stylesheets/theme/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, app/assets/stylesheets/theme/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, app/assets/stylesheets/theme/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, app/assets/stylesheets/theme/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 33, app/assets/stylesheets/theme/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 53, app/assets/stylesheets/theme/bootstrap/_alert.scss */
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #06357a;
}

/* line 53, app/assets/stylesheets/theme/bootstrap/_alert.scss */
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #34383c;
}

/* line 53, app/assets/stylesheets/theme/bootstrap/_alert.scss */
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 53, app/assets/stylesheets/theme/bootstrap/_alert.scss */
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #04414d;
}

/* line 53, app/assets/stylesheets/theme/bootstrap/_alert.scss */
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #523e02;
}

/* line 53, app/assets/stylesheets/theme/bootstrap/_alert.scss */
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 53, app/assets/stylesheets/theme/bootstrap/_alert.scss */
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #4f5050;
}

/* line 53, app/assets/stylesheets/theme/bootstrap/_alert.scss */
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 8, app/assets/stylesheets/theme/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 18, app/assets/stylesheets/theme/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 18, app/assets/stylesheets/theme/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 30, app/assets/stylesheets/theme/bootstrap/_progress.scss */
.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;
}

/* line 36, app/assets/stylesheets/theme/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 36, app/assets/stylesheets/theme/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 21, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 27, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 35, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 46, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 55, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 59, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 63, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 71, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 78, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 81, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 97, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 101, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 106, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 111, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 115, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 119, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 97, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 101, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 106, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 111, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 115, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 119, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 97, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 101, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 106, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 111, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 115, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 119, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 97, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 101, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 106, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 111, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 115, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 119, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 97, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 101, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 106, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 111, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 115, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 119, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 97, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 101, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 106, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 111, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 115, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 119, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 135, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 138, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 141, app/assets/stylesheets/theme/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

/* line 9, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

/* line 15, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

/* line 4, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

/* line 9, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

/* line 15, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

/* line 4, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 9, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

/* line 15, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 4, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 9, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

/* line 15, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

/* line 4, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 9, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

/* line 15, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

/* line 4, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 9, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 15, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 4, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

/* line 9, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

/* line 15, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

/* line 4, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 9, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

/* line 15, app/assets/stylesheets/theme/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/_close.scss */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

/* line 18, app/assets/stylesheets/theme/bootstrap/_close.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 24, app/assets/stylesheets/theme/bootstrap/_close.scss */
.btn-close:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

/* line 30, app/assets/stylesheets/theme/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

/* line 38, app/assets/stylesheets/theme/bootstrap/_close.scss */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, app/assets/stylesheets/theme/bootstrap/_toasts.scss */
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 13, app/assets/stylesheets/theme/bootstrap/_toasts.scss */
.toast:not(.showing):not(.show) {
  opacity: 0;
}

/* line 17, app/assets/stylesheets/theme/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 22, app/assets/stylesheets/theme/bootstrap/_toasts.scss */
.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 27, app/assets/stylesheets/theme/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 32, app/assets/stylesheets/theme/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 42, app/assets/stylesheets/theme/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

/* line 48, app/assets/stylesheets/theme/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

/* line 61, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 66, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 71, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 78, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.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;
}

/* line 96, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 106, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 107, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 112, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 121, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

/* line 128, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 135, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 144, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 157, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 163, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 174, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 179, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 183, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 191, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 195, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 202, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 210, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 216, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 222, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-fullscreen .modal-header {
  border-radius: 0;
}

/* line 226, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* line 230, app/assets/stylesheets/theme/bootstrap/_modal.scss */
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 210, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 216, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 222, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  /* line 230, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 210, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 216, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 222, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  /* line 230, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 210, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 216, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 222, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  /* line 230, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 210, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 216, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 222, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  /* line 230, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 210, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 216, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 222, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 226, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 230, app/assets/stylesheets/theme/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* line 2, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

/* line 37, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 45, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 48, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 53, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 61, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 64, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

/* line 67, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 75, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 78, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 83, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 107, app/assets/stylesheets/theme/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[data-popper-placement^="top"] {
  margin-bottom: 0.5rem !important;
}

/* line 42, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 45, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 51, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 59, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-end, .bs-popover-auto[data-popper-placement^="right"] {
  margin-left: 0.5rem !important;
}

/* line 63, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 69, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 75, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 83, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[data-popper-placement^="bottom"] {
  margin-top: 0.5rem !important;
}

/* line 87, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

/* line 90, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 96, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 104, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

/* line 116, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-start, .bs-popover-auto[data-popper-placement^="left"] {
  margin-right: 0.5rem !important;
}

/* line 120, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 126, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 132, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 156, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 165, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 170, app/assets/stylesheets/theme/bootstrap/_popover.scss */
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

/* line 14, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, app/assets/stylesheets/theme/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
/* line 46, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 51, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
/* line 64, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 70, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 77, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 77, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 90, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.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) {
  /* line 90, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 107, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.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;
}

/* line 115, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 119, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 143, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 146, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 155, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 169, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.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) {
  /* line 169, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 187, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 197, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 211, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 216, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators li {
  background-color: #000;
}

/* line 220, app/assets/stylesheets/theme/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 9, app/assets/stylesheets/theme/bootstrap/_spinners.scss */
.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%;
  animation: 0.75s linear infinite spinner-border;
}

/* line 21, app/assets/stylesheets/theme/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 41, app/assets/stylesheets/theme/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

/* line 53, app/assets/stylesheets/theme/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, app/assets/stylesheets/theme/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 3, app/assets/stylesheets/theme/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 2, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: #0d6efd;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

/* line 2, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

/* line 2, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: #198754;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: #146c43;
}

/* line 2, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: #0dcaf0;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

/* line 2, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: #ffc107;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

/* line 2, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: #dc3545;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

/* line 2, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

/* line 2, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: #212529;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

/* line 3, app/assets/stylesheets/theme/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, app/assets/stylesheets/theme/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}

/* line 13, app/assets/stylesheets/theme/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, app/assets/stylesheets/theme/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --aspect-ratio: 100%;
}

/* line 23, app/assets/stylesheets/theme/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, app/assets/stylesheets/theme/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, app/assets/stylesheets/theme/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, app/assets/stylesheets/theme/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, app/assets/stylesheets/theme/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, app/assets/stylesheets/theme/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, app/assets/stylesheets/theme/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/theme/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, app/assets/stylesheets/theme/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, app/assets/stylesheets/theme/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, app/assets/stylesheets/theme/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, app/assets/stylesheets/theme/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 6, app/assets/stylesheets/theme/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, app/assets/stylesheets/theme/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: 1px solid #dee2e6 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: 1px solid #dee2e6 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-primary {
  border-color: #0d6efd !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-success {
  border-color: #198754 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-info {
  border-color: #0dcaf0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-dark {
  border-color: #212529 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-white {
  border-color: #fff !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-0 {
  border-width: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-primary {
  color: #0d6efd !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-success {
  color: #198754 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-info {
  color: #0dcaf0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-dark {
  color: #212529 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-white {
  color: #fff !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-body {
  color: #212529 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-reset {
  color: inherit !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bg-primary {
  background-color: #0d6efd !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bg-success {
  background-color: #198754 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bg-info {
  background-color: #0dcaf0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bg-dark {
  background-color: #212529 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bg-body {
  background-color: #fff !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.user-select-all {
  user-select: all !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  user-select: auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.user-select-none {
  user-select: none !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: 0.2rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: 0.3rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-md-2 {
    font-size: 2rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 50, app/assets/stylesheets/theme/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}
@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Template Name: viho Admin
    Template URI: themes.pixelstrap.com/viho
    Description: This is Admin theme
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/pixelstrap
-----------------------------------------------------------------------------------

01. General CSS
02. Generic CSS
03. Card CSS
04. Loader CSS
05. Header CSS
06. Button CSS
07. Color CSS
08. GRID CSS
09. Error-page  CSS
10. Icon css
11. Project list
12. File Manager
13. Email Application  CSS
14. Chat CSS
15. Alert CSS
16. Popover CSS
17. List CSS
18. Switch  CSS
19. Mega option CSS
20. Touchspin  CSS
21. Select 2 CSS
22. User profile css
23. Progress CSS
24. According CSS
25. Authentication CSS
26. Form CSS
27. Coming Soon CSS
28. Radio CSS
29. Form Input CSS
30. Data-table CSS
31. JS datagrid CSS
32. Page CSS
33. Ecommerce  CSS
34. Pricing CSS
35. Base_inputs
36. NAV CSS
37. Dropdown CSS
38. Landing CSS
39. Table  CSS
40. Alertbox-call-out CSS
41. Chart CSS
42. Timeline CSS
43. Timeline 2 CSS
44. Tabs CSS
45. Gallery CSS
46. Blog CSS
47. Footer CSS
48. Form Wizard
49. Badge CSS
50. Tree CSS
51. Search CSS
52. Datepicker CSS
53. Dashboard CSS
54. Tour  CSS
55. theme layout CSS
56. Ribbon CSS
57. breadcrumb CSS
58. Steps  CSS
59. Customizer CSS
60. RTL CSS
61. base_inputs CSS
62. Responsive css
63. Box-layout css
64. Invoice
65. Formwidgets
66. FullCalendar CSS
67. Dashboard 2
68. Dashboard 3
70. Document css
71. Faq CSS
72. Job CSS
73. knowledgebase CSS
74. internationalization CSS
75. Learning CSS
76. Order History css
77. Print CSS
78. Sidebar CSS
79. social app
80. avatars
81. Bookmark
82. cart
83. wishlist
84. checkout
85. bookmark app
86. contacts
87. task

 */
/**=====================
     01. General CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_general.scss */
html {
  max-width: 100vw;
  overflow-x: hidden;
}

/* line 9, app/assets/stylesheets/theme/theme/_general.scss */
body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  color: #242934;
  background-color: #f5f7fb;
}

/* line 16, app/assets/stylesheets/theme/theme/_general.scss */
ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
  padding-right: 0px;
}

/* line 22, app/assets/stylesheets/theme/theme/_general.scss */
a {
  color: #24695c;
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/theme/theme/_general.scss */
a:hover {
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/theme/theme/_general.scss */
.btn-link {
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/theme/theme/_general.scss */
*a {
  color: #24695c;
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/theme/theme/_general.scss */
*a:hover {
  text-decoration: none;
}

/* line 39, app/assets/stylesheets/theme/theme/_general.scss */
*.btn:focus {
  box-shadow: none !important;
}

/* line 42, app/assets/stylesheets/theme/theme/_general.scss */
h6 {
  font-weight: 600;
}

/* line 45, app/assets/stylesheets/theme/theme/_general.scss */
p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: inherit;
}

/* line 50, app/assets/stylesheets/theme/theme/_general.scss */
span {
  font-weight: 500;
}

/* line 54, app/assets/stylesheets/theme/theme/_general.scss */
.dropdown-item:active, .dropdown-item.active {
  background-color: #24695c;
}

/* line 58, app/assets/stylesheets/theme/theme/_general.scss */
hr {
  background-color: #e6edef;
  opacity: 1;
}

/* line 63, app/assets/stylesheets/theme/theme/_general.scss */
.theme-form .col-form-label {
  color: #59667a;
}

/* line 67, app/assets/stylesheets/theme/theme/_general.scss */
.form-label {
  color: #59667a;
  font-weight: 500;
}

/* line 73, app/assets/stylesheets/theme/theme/_general.scss */
.figure.text-center blockquote {
  border: none !important;
}

/* line 78, app/assets/stylesheets/theme/theme/_general.scss */
.figure.text-end blockquote {
  border-left: none !important;
  border-right: 4px solid #24695c;
}

/* line 81, app/assets/stylesheets/theme/theme/_general.scss */
[dir="rtl"] .figure.text-end blockquote {
  border-right: none;
  border-left: 4px solid #24695c !important;
}

/* line 88, app/assets/stylesheets/theme/theme/_general.scss */
.navs-icon {
  padding: 30px;
}

/* line 90, app/assets/stylesheets/theme/theme/_general.scss */
.navs-icon li {
  padding: 9px 0;
  font-family: system-ui;
}

/* line 93, app/assets/stylesheets/theme/theme/_general.scss */
.navs-icon li ul {
  padding-top: 9px;
}

/* line 98, app/assets/stylesheets/theme/theme/_general.scss */
.pl-navs-inline {
  padding-left: 30px !important;
}

/* line 103, app/assets/stylesheets/theme/theme/_general.scss */
.icon-last .form-inline .form-group {
  display: flex;
}

/* line 108, app/assets/stylesheets/theme/theme/_general.scss */
code {
  color: #24695c !important;
  background-color: rgba(36, 105, 92, 0.03);
  padding: 3px;
  margin: 0 3px;
  border-radius: 2px;
}

/* line 115, app/assets/stylesheets/theme/theme/_general.scss */
blockquote {
  border-left: 4px solid #24695c;
  padding: 15px;
}

/* line 118, app/assets/stylesheets/theme/theme/_general.scss */
[dir="rtl"] blockquote {
  border-left: none;
  border-right: 4px solid #24695c;
}

/* line 124, app/assets/stylesheets/theme/theme/_general.scss */
blockquote.text-center {
  border: none;
  padding: 15px;
}

/* line 130, app/assets/stylesheets/theme/theme/_general.scss */
blockquote.text-end {
  border-left: none;
  border-right: 4px solid #e6edef;
  padding: 15px;
}

/* line 136, app/assets/stylesheets/theme/theme/_general.scss */
:focus {
  outline: none;
}

/* line 139, app/assets/stylesheets/theme/theme/_general.scss */
.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 143, app/assets/stylesheets/theme/theme/_general.scss */
svg {
  vertical-align: baseline;
}

/* line 147, app/assets/stylesheets/theme/theme/_general.scss */
input:focus {
  outline-color: transparent;
}

/* line 151, app/assets/stylesheets/theme/theme/_general.scss */
.font-nunito {
  font-family: Nunito, sans-serif;
}

/* line 155, app/assets/stylesheets/theme/theme/_general.scss */
.font-roboto {
  font-family: "Roboto", sans-serif;
}

/* line 160, app/assets/stylesheets/theme/theme/_general.scss */
.font-rubik {
  font-family: "Rubik", sans-serif, sans-serif;
}

/* line 165, app/assets/stylesheets/theme/theme/_general.scss */
.media-widgets .media-body {
  margin-bottom: 30px;
}

/* line 170, app/assets/stylesheets/theme/theme/_general.scss */
.rating-star {
  display: flex;
  align-items: center;
}

/* line 174, app/assets/stylesheets/theme/theme/_general.scss */
.rating-star li i {
  color: #f4c705;
}

@keyframes rotateInSetting {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
  }
  to {
    transform-origin: center;
    transform: none;
  }
}

/* line 194, app/assets/stylesheets/theme/theme/_general.scss */
.setting-primary, .setting-secondary, .setting-white {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

/* line 202, app/assets/stylesheets/theme/theme/_general.scss */
.setting-primary svg, .setting-secondary svg, .setting-white svg {
  width: 15px;
  stroke-width: 2.5px;
  animation: rotateInSetting 1.5s ease infinite;
}

/* line 209, app/assets/stylesheets/theme/theme/_general.scss */
.setting-primary {
  background-color: rgba(36, 105, 92, 0.1);
}

/* line 211, app/assets/stylesheets/theme/theme/_general.scss */
.setting-primary svg {
  color: #24695c;
}

/* line 214, app/assets/stylesheets/theme/theme/_general.scss */
.setting-primary i {
  color: #24695c;
}

/* line 218, app/assets/stylesheets/theme/theme/_general.scss */
.setting-primary:hover {
  background-color: #24695c;
}

/* line 220, app/assets/stylesheets/theme/theme/_general.scss */
.setting-primary:hover svg {
  color: #fff;
}

/* line 223, app/assets/stylesheets/theme/theme/_general.scss */
.setting-primary:hover i {
  color: #fff;
}

/* line 229, app/assets/stylesheets/theme/theme/_general.scss */
.setting-secondary {
  background-color: rgba(186, 137, 93, 0.1);
}

/* line 231, app/assets/stylesheets/theme/theme/_general.scss */
.setting-secondary svg {
  color: #ba895d;
}

/* line 234, app/assets/stylesheets/theme/theme/_general.scss */
.setting-secondary i {
  color: #ba895d;
}

/* line 238, app/assets/stylesheets/theme/theme/_general.scss */
.setting-secondary:hover {
  background-color: #ba895d;
}

/* line 240, app/assets/stylesheets/theme/theme/_general.scss */
.setting-secondary:hover svg {
  color: #fff;
}

/* line 243, app/assets/stylesheets/theme/theme/_general.scss */
.setting-secondary:hover i {
  color: #fff;
}

/* line 249, app/assets/stylesheets/theme/theme/_general.scss */
.setting-white {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 251, app/assets/stylesheets/theme/theme/_general.scss */
.setting-white svg {
  color: #fff;
}

/* line 254, app/assets/stylesheets/theme/theme/_general.scss */
.setting-white i {
  color: #fff;
}

/* line 257, app/assets/stylesheets/theme/theme/_general.scss */
.setting-white:hover {
  background-color: #fff;
}

/* line 259, app/assets/stylesheets/theme/theme/_general.scss */
.setting-white:hover svg {
  color: #24695c;
}

/* line 262, app/assets/stylesheets/theme/theme/_general.scss */
.setting-white:hover i {
  color: #24695c;
}

/* line 267, app/assets/stylesheets/theme/theme/_general.scss */
.setting-bg-primary {
  background-color: rgba(36, 105, 92, 0.1);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

/* line 275, app/assets/stylesheets/theme/theme/_general.scss */
.setting-bg-primary svg {
  width: 15px;
  color: #24695c;
  stroke-width: 2.5px;
  animation: rotateInSetting 1.5s ease infinite;
}

/* line 286, app/assets/stylesheets/theme/theme/_general.scss */
.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;
}

/* line 294, app/assets/stylesheets/theme/theme/_general.scss */
.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;
}

/* line 298, app/assets/stylesheets/theme/theme/_general.scss */
.typography small {
  padding-left: 10px;
  color: #2c323f;
}

/* line 303, app/assets/stylesheets/theme/theme/_general.scss */
pre {
  background-color: rgba(36, 105, 92, 0.03);
  padding: 20px 0;
}

/* line 309, app/assets/stylesheets/theme/theme/_general.scss */
a:hover {
  text-decoration: none;
  color: #24695c;
}

/* line 316, app/assets/stylesheets/theme/theme/_general.scss */
.typography .blockquote-footer {
  background-color: #f5f7fb;
}

/* line 325, app/assets/stylesheets/theme/theme/_general.scss */
.owl-theme .owl-dots .owl-dot span {
  background: #3eb59f;
}

/* line 329, app/assets/stylesheets/theme/theme/_general.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #24695c;
}

/* line 337, app/assets/stylesheets/theme/theme/_general.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: -10px;
  margin-top: 25px;
}

/* line 346, app/assets/stylesheets/theme/theme/_general.scss */
.click2edit ~ .note-editor.note-frame {
  margin-bottom: 30px;
}

/* line 352, app/assets/stylesheets/theme/theme/_general.scss */
.note-editor.note-frame {
  border-color: #e6edef;
}

/* line 355, app/assets/stylesheets/theme/theme/_general.scss */
.note-editor i {
  color: #24695c;
}

/* line 358, app/assets/stylesheets/theme/theme/_general.scss */
.note-editor span {
  color: #24695c;
}

/* line 364, app/assets/stylesheets/theme/theme/_general.scss */
.note-editor.note-frame {
  border-color: #e6edef;
}

/* line 371, app/assets/stylesheets/theme/theme/_general.scss */
.modal .modal-body .card {
  box-shadow: none !important;
}

/* line 380, app/assets/stylesheets/theme/theme/_general.scss */
.modal-dialog .modal-content .modal-body p a {
  margin-right: 0;
}

/* line 390, app/assets/stylesheets/theme/theme/_general.scss */
.clipboaard-container p {
  font-weight: 600;
}

/* line 393, app/assets/stylesheets/theme/theme/_general.scss */
.clipboaard-container h6 {
  line-height: 1.8;
}

/* line 403, app/assets/stylesheets/theme/theme/_general.scss */
.alert-theme button {
  top: 24px !important;
  right: 30px !important;
  color: #24695c;
}

/* line 410, app/assets/stylesheets/theme/theme/_general.scss */
.alert-theme span + span + span {
  border-left: 5px solid #24695c;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2);
}

/* line 418, app/assets/stylesheets/theme/theme/_general.scss */
.alert-theme i {
  padding: 20px;
  padding-right: 0 !important;
  margin-right: 10px !important;
}

/* line 423, app/assets/stylesheets/theme/theme/_general.scss */
.alert-theme .progress {
  margin-top: -2px !important;
  height: 2px;
}

/* line 426, app/assets/stylesheets/theme/theme/_general.scss */
.alert-theme .progress .progress-bar {
  background-color: #24695c;
}

/* line 431, app/assets/stylesheets/theme/theme/_general.scss */
.alert-copy {
  border: 1px solid #24695c;
  line-height: 1;
  display: inline-block;
  width: 300px;
  color: #fff;
  background-color: #24695c;
  box-shadow: 3px 3px 5px 0 #9b9b9b;
}

/* line 439, app/assets/stylesheets/theme/theme/_general.scss */
.alert-copy .close {
  box-shadow: none;
  color: #fff;
  line-height: 1.4;
  font-weight: 100;
}

/* line 447, app/assets/stylesheets/theme/theme/_general.scss */
.ace-editor {
  height: 400px;
  width: 100%;
}

/* line 451, app/assets/stylesheets/theme/theme/_general.scss */
.editor-toolbar {
  width: 100% !important;
}

/* line 454, app/assets/stylesheets/theme/theme/_general.scss */
.CodeMirror {
  top: 0 !important;
}

/* line 459, app/assets/stylesheets/theme/theme/_general.scss */
.border {
  border: 1px solid #e6edef !important;
}

/* line 464, app/assets/stylesheets/theme/theme/_general.scss */
.irs-from, .irs-to, .irs-single {
  background: #24695c;
}

/* line 470, app/assets/stylesheets/theme/theme/_general.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 474, app/assets/stylesheets/theme/theme/_general.scss */
.media-body {
  flex: 1;
}

/* line 478, app/assets/stylesheets/theme/theme/_general.scss */
.row > div {
  position: relative;
}

/* line 482, app/assets/stylesheets/theme/theme/_general.scss */
[class*="col-"] {
  position: relative;
}

/* line 485, app/assets/stylesheets/theme/theme/_general.scss */
.cke_top {
  background-color: #f5f7fb;
}

/* line 488, app/assets/stylesheets/theme/theme/_general.scss */
.cke_wysiwyg_frame, .cke_wysiwyg_div {
  background-color: #f5f7fb;
}

/* line 494, app/assets/stylesheets/theme/theme/_general.scss */
.modal-header .btn-close, .modal-footer .btn-close, .modal-content .btn-close {
  position: absolute;
  top: 30px;
  right: 25px;
}

/* line 502, app/assets/stylesheets/theme/theme/_general.scss */
.btn-close:focus {
  box-shadow: none;
}

/* line 510, app/assets/stylesheets/theme/theme/_general.scss */
.my-gallery.gallery-with-description img {
  border-color: #e6edef !important;
}

/**=====================
      01. General CSS Ends
==========================**/
/**=====================
     02. Generic CSS Start
==========================**/
/*====== Padding css starts ======*/
/* line 7, app/assets/stylesheets/theme/theme/_generic.scss */
.p-0 {
  padding: 0px;
}

/* line 7, app/assets/stylesheets/theme/theme/_generic.scss */
.p-5 {
  padding: 5px;
}

/* line 7, app/assets/stylesheets/theme/theme/_generic.scss */
.p-10 {
  padding: 10px;
}

/* line 7, app/assets/stylesheets/theme/theme/_generic.scss */
.p-15 {
  padding: 15px;
}

/* line 7, app/assets/stylesheets/theme/theme/_generic.scss */
.p-20 {
  padding: 20px;
}

/* line 7, app/assets/stylesheets/theme/theme/_generic.scss */
.p-25 {
  padding: 25px;
}

/* line 7, app/assets/stylesheets/theme/theme/_generic.scss */
.p-30 {
  padding: 30px;
}

/* line 7, app/assets/stylesheets/theme/theme/_generic.scss */
.p-35 {
  padding: 35px;
}

/* line 7, app/assets/stylesheets/theme/theme/_generic.scss */
.p-40 {
  padding: 40px;
}

/* line 7, app/assets/stylesheets/theme/theme/_generic.scss */
.p-45 {
  padding: 45px;
}

/* line 7, app/assets/stylesheets/theme/theme/_generic.scss */
.p-50 {
  padding: 50px;
}

/*====== Padding css ends ======*/
/*====== Padding-left css starts ======*/
/* line 17, app/assets/stylesheets/theme/theme/_generic.scss */
.p-l-0 {
  padding-left: 0px;
}

/* line 17, app/assets/stylesheets/theme/theme/_generic.scss */
.p-l-5 {
  padding-left: 5px;
}

/* line 17, app/assets/stylesheets/theme/theme/_generic.scss */
.p-l-10 {
  padding-left: 10px;
}

/* line 17, app/assets/stylesheets/theme/theme/_generic.scss */
.p-l-15 {
  padding-left: 15px;
}

/* line 17, app/assets/stylesheets/theme/theme/_generic.scss */
.p-l-20 {
  padding-left: 20px;
}

/* line 17, app/assets/stylesheets/theme/theme/_generic.scss */
.p-l-25 {
  padding-left: 25px;
}

/* line 17, app/assets/stylesheets/theme/theme/_generic.scss */
.p-l-30 {
  padding-left: 30px;
}

/* line 17, app/assets/stylesheets/theme/theme/_generic.scss */
.p-l-35 {
  padding-left: 35px;
}

/* line 17, app/assets/stylesheets/theme/theme/_generic.scss */
.p-l-40 {
  padding-left: 40px;
}

/* line 17, app/assets/stylesheets/theme/theme/_generic.scss */
.p-l-45 {
  padding-left: 45px;
}

/* line 17, app/assets/stylesheets/theme/theme/_generic.scss */
.p-l-50 {
  padding-left: 50px;
}

/*====== Padding-left css ends ======*/
/*====== Padding-top css starts ======*/
/* line 28, app/assets/stylesheets/theme/theme/_generic.scss */
.p-t-0 {
  padding-top: 0px !important;
}

/* line 28, app/assets/stylesheets/theme/theme/_generic.scss */
.p-t-5 {
  padding-top: 5px !important;
}

/* line 28, app/assets/stylesheets/theme/theme/_generic.scss */
.p-t-10 {
  padding-top: 10px !important;
}

/* line 28, app/assets/stylesheets/theme/theme/_generic.scss */
.p-t-15 {
  padding-top: 15px !important;
}

/* line 28, app/assets/stylesheets/theme/theme/_generic.scss */
.p-t-20 {
  padding-top: 20px !important;
}

/* line 28, app/assets/stylesheets/theme/theme/_generic.scss */
.p-t-25 {
  padding-top: 25px !important;
}

/* line 28, app/assets/stylesheets/theme/theme/_generic.scss */
.p-t-30 {
  padding-top: 30px !important;
}

/* line 28, app/assets/stylesheets/theme/theme/_generic.scss */
.p-t-35 {
  padding-top: 35px !important;
}

/* line 28, app/assets/stylesheets/theme/theme/_generic.scss */
.p-t-40 {
  padding-top: 40px !important;
}

/* line 28, app/assets/stylesheets/theme/theme/_generic.scss */
.p-t-45 {
  padding-top: 45px !important;
}

/* line 28, app/assets/stylesheets/theme/theme/_generic.scss */
.p-t-50 {
  padding-top: 50px !important;
}

/*====== Padding-top css ends ======*/
/*====== Padding-bottom css starts ======*/
/* line 39, app/assets/stylesheets/theme/theme/_generic.scss */
.p-b-0 {
  padding-bottom: 0px !important;
}

/* line 39, app/assets/stylesheets/theme/theme/_generic.scss */
.p-b-5 {
  padding-bottom: 5px !important;
}

/* line 39, app/assets/stylesheets/theme/theme/_generic.scss */
.p-b-10 {
  padding-bottom: 10px !important;
}

/* line 39, app/assets/stylesheets/theme/theme/_generic.scss */
.p-b-15 {
  padding-bottom: 15px !important;
}

/* line 39, app/assets/stylesheets/theme/theme/_generic.scss */
.p-b-20 {
  padding-bottom: 20px !important;
}

/* line 39, app/assets/stylesheets/theme/theme/_generic.scss */
.p-b-25 {
  padding-bottom: 25px !important;
}

/* line 39, app/assets/stylesheets/theme/theme/_generic.scss */
.p-b-30 {
  padding-bottom: 30px !important;
}

/* line 39, app/assets/stylesheets/theme/theme/_generic.scss */
.p-b-35 {
  padding-bottom: 35px !important;
}

/* line 39, app/assets/stylesheets/theme/theme/_generic.scss */
.p-b-40 {
  padding-bottom: 40px !important;
}

/* line 39, app/assets/stylesheets/theme/theme/_generic.scss */
.p-b-45 {
  padding-bottom: 45px !important;
}

/* line 39, app/assets/stylesheets/theme/theme/_generic.scss */
.p-b-50 {
  padding-bottom: 50px !important;
}

/*====== Padding-bottom css ends ======*/
/*====== Padding-right css starts ======*/
/* line 49, app/assets/stylesheets/theme/theme/_generic.scss */
.p-r-0 {
  padding-right: 0px;
}

/* line 49, app/assets/stylesheets/theme/theme/_generic.scss */
.p-r-5 {
  padding-right: 5px;
}

/* line 49, app/assets/stylesheets/theme/theme/_generic.scss */
.p-r-10 {
  padding-right: 10px;
}

/* line 49, app/assets/stylesheets/theme/theme/_generic.scss */
.p-r-15 {
  padding-right: 15px;
}

/* line 49, app/assets/stylesheets/theme/theme/_generic.scss */
.p-r-20 {
  padding-right: 20px;
}

/* line 49, app/assets/stylesheets/theme/theme/_generic.scss */
.p-r-25 {
  padding-right: 25px;
}

/* line 49, app/assets/stylesheets/theme/theme/_generic.scss */
.p-r-30 {
  padding-right: 30px;
}

/* line 49, app/assets/stylesheets/theme/theme/_generic.scss */
.p-r-35 {
  padding-right: 35px;
}

/* line 49, app/assets/stylesheets/theme/theme/_generic.scss */
.p-r-40 {
  padding-right: 40px;
}

/* line 49, app/assets/stylesheets/theme/theme/_generic.scss */
.p-r-45 {
  padding-right: 45px;
}

/* line 49, app/assets/stylesheets/theme/theme/_generic.scss */
.p-r-50 {
  padding-right: 50px;
}

/*====== Padding-right css ends ======*/
/*====== Margin css starts ======*/
/* line 60, app/assets/stylesheets/theme/theme/_generic.scss */
.m-0 {
  margin: 0px !important;
}

/* line 60, app/assets/stylesheets/theme/theme/_generic.scss */
.m-5 {
  margin: 5px !important;
}

/* line 60, app/assets/stylesheets/theme/theme/_generic.scss */
.m-10 {
  margin: 10px !important;
}

/* line 60, app/assets/stylesheets/theme/theme/_generic.scss */
.m-15 {
  margin: 15px !important;
}

/* line 60, app/assets/stylesheets/theme/theme/_generic.scss */
.m-20 {
  margin: 20px !important;
}

/* line 60, app/assets/stylesheets/theme/theme/_generic.scss */
.m-25 {
  margin: 25px !important;
}

/* line 60, app/assets/stylesheets/theme/theme/_generic.scss */
.m-30 {
  margin: 30px !important;
}

/* line 60, app/assets/stylesheets/theme/theme/_generic.scss */
.m-35 {
  margin: 35px !important;
}

/* line 60, app/assets/stylesheets/theme/theme/_generic.scss */
.m-40 {
  margin: 40px !important;
}

/* line 60, app/assets/stylesheets/theme/theme/_generic.scss */
.m-45 {
  margin: 45px !important;
}

/* line 60, app/assets/stylesheets/theme/theme/_generic.scss */
.m-50 {
  margin: 50px !important;
}

/*====== Margin css ends ======*/
/*====== Margin-top css starts ======*/
/* line 70, app/assets/stylesheets/theme/theme/_generic.scss */
.m-t-0 {
  margin-top: 0px !important;
}

/* line 70, app/assets/stylesheets/theme/theme/_generic.scss */
.m-t-5 {
  margin-top: 5px !important;
}

/* line 70, app/assets/stylesheets/theme/theme/_generic.scss */
.m-t-10 {
  margin-top: 10px !important;
}

/* line 70, app/assets/stylesheets/theme/theme/_generic.scss */
.m-t-15 {
  margin-top: 15px !important;
}

/* line 70, app/assets/stylesheets/theme/theme/_generic.scss */
.m-t-20 {
  margin-top: 20px !important;
}

/* line 70, app/assets/stylesheets/theme/theme/_generic.scss */
.m-t-25 {
  margin-top: 25px !important;
}

/* line 70, app/assets/stylesheets/theme/theme/_generic.scss */
.m-t-30 {
  margin-top: 30px !important;
}

/* line 70, app/assets/stylesheets/theme/theme/_generic.scss */
.m-t-35 {
  margin-top: 35px !important;
}

/* line 70, app/assets/stylesheets/theme/theme/_generic.scss */
.m-t-40 {
  margin-top: 40px !important;
}

/* line 70, app/assets/stylesheets/theme/theme/_generic.scss */
.m-t-45 {
  margin-top: 45px !important;
}

/* line 70, app/assets/stylesheets/theme/theme/_generic.scss */
.m-t-50 {
  margin-top: 50px !important;
}

/*====== Margin-top css ends ======*/
/*====== Margin-Bottom css starts ======*/
/* line 80, app/assets/stylesheets/theme/theme/_generic.scss */
.m-b-0 {
  margin-bottom: 0px !important;
}

/* line 80, app/assets/stylesheets/theme/theme/_generic.scss */
.m-b-5 {
  margin-bottom: 5px !important;
}

/* line 80, app/assets/stylesheets/theme/theme/_generic.scss */
.m-b-10 {
  margin-bottom: 10px !important;
}

/* line 80, app/assets/stylesheets/theme/theme/_generic.scss */
.m-b-15 {
  margin-bottom: 15px !important;
}

/* line 80, app/assets/stylesheets/theme/theme/_generic.scss */
.m-b-20 {
  margin-bottom: 20px !important;
}

/* line 80, app/assets/stylesheets/theme/theme/_generic.scss */
.m-b-25 {
  margin-bottom: 25px !important;
}

/* line 80, app/assets/stylesheets/theme/theme/_generic.scss */
.m-b-30 {
  margin-bottom: 30px !important;
}

/* line 80, app/assets/stylesheets/theme/theme/_generic.scss */
.m-b-35 {
  margin-bottom: 35px !important;
}

/* line 80, app/assets/stylesheets/theme/theme/_generic.scss */
.m-b-40 {
  margin-bottom: 40px !important;
}

/* line 80, app/assets/stylesheets/theme/theme/_generic.scss */
.m-b-45 {
  margin-bottom: 45px !important;
}

/* line 80, app/assets/stylesheets/theme/theme/_generic.scss */
.m-b-50 {
  margin-bottom: 50px !important;
}

/*====== Margin-Bottom css ends ======*/
/*====== Margin-left css starts ======*/
/* line 90, app/assets/stylesheets/theme/theme/_generic.scss */
.m-l-0 {
  margin-left: 0px !important;
}

/* line 90, app/assets/stylesheets/theme/theme/_generic.scss */
.m-l-5 {
  margin-left: 5px !important;
}

/* line 90, app/assets/stylesheets/theme/theme/_generic.scss */
.m-l-10 {
  margin-left: 10px !important;
}

/* line 90, app/assets/stylesheets/theme/theme/_generic.scss */
.m-l-15 {
  margin-left: 15px !important;
}

/* line 90, app/assets/stylesheets/theme/theme/_generic.scss */
.m-l-20 {
  margin-left: 20px !important;
}

/* line 90, app/assets/stylesheets/theme/theme/_generic.scss */
.m-l-25 {
  margin-left: 25px !important;
}

/* line 90, app/assets/stylesheets/theme/theme/_generic.scss */
.m-l-30 {
  margin-left: 30px !important;
}

/* line 90, app/assets/stylesheets/theme/theme/_generic.scss */
.m-l-35 {
  margin-left: 35px !important;
}

/* line 90, app/assets/stylesheets/theme/theme/_generic.scss */
.m-l-40 {
  margin-left: 40px !important;
}

/* line 90, app/assets/stylesheets/theme/theme/_generic.scss */
.m-l-45 {
  margin-left: 45px !important;
}

/* line 90, app/assets/stylesheets/theme/theme/_generic.scss */
.m-l-50 {
  margin-left: 50px !important;
}

/*====== Margin-left css ends ======*/
/*====== Margin-right css starts ======*/
/* line 100, app/assets/stylesheets/theme/theme/_generic.scss */
.m-r-0 {
  margin-right: 0px;
}

/* line 100, app/assets/stylesheets/theme/theme/_generic.scss */
.m-r-5 {
  margin-right: 5px;
}

/* line 100, app/assets/stylesheets/theme/theme/_generic.scss */
.m-r-10 {
  margin-right: 10px;
}

/* line 100, app/assets/stylesheets/theme/theme/_generic.scss */
.m-r-15 {
  margin-right: 15px;
}

/* line 100, app/assets/stylesheets/theme/theme/_generic.scss */
.m-r-20 {
  margin-right: 20px;
}

/* line 100, app/assets/stylesheets/theme/theme/_generic.scss */
.m-r-25 {
  margin-right: 25px;
}

/* line 100, app/assets/stylesheets/theme/theme/_generic.scss */
.m-r-30 {
  margin-right: 30px;
}

/* line 100, app/assets/stylesheets/theme/theme/_generic.scss */
.m-r-35 {
  margin-right: 35px;
}

/* line 100, app/assets/stylesheets/theme/theme/_generic.scss */
.m-r-40 {
  margin-right: 40px;
}

/* line 100, app/assets/stylesheets/theme/theme/_generic.scss */
.m-r-45 {
  margin-right: 45px;
}

/* line 100, app/assets/stylesheets/theme/theme/_generic.scss */
.m-r-50 {
  margin-right: 50px;
}

/*====== Margin-right css ends ======*/
/*====== Border-radius css starts ======*/
/* line 112, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-0 {
  border-radius: 0px !important;
}

/* line 112, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-1 {
  border-radius: 1px !important;
}

/* line 112, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-2 {
  border-radius: 2px !important;
}

/* line 112, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-3 {
  border-radius: 3px !important;
}

/* line 112, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-4 {
  border-radius: 4px !important;
}

/* line 112, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-5 {
  border-radius: 5px !important;
}

/* line 112, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-6 {
  border-radius: 6px !important;
}

/* line 112, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-7 {
  border-radius: 7px !important;
}

/* line 112, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-8 {
  border-radius: 8px !important;
}

/* line 112, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-9 {
  border-radius: 9px !important;
}

/* line 112, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-10 {
  border-radius: 10px !important;
}

/*====== Border-radius css ends ======*/
/*====== Font-size css starts ======*/
/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-12 {
  font-size: 12px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-14 {
  font-size: 14px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-16 {
  font-size: 16px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-18 {
  font-size: 18px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-20 {
  font-size: 20px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-22 {
  font-size: 22px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-24 {
  font-size: 24px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-26 {
  font-size: 26px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-28 {
  font-size: 28px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-30 {
  font-size: 30px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-32 {
  font-size: 32px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-34 {
  font-size: 34px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-36 {
  font-size: 36px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-38 {
  font-size: 38px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-40 {
  font-size: 40px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-42 {
  font-size: 42px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-44 {
  font-size: 44px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-46 {
  font-size: 46px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-48 {
  font-size: 48px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-50 {
  font-size: 50px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-52 {
  font-size: 52px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-54 {
  font-size: 54px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-56 {
  font-size: 56px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-58 {
  font-size: 58px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-60 {
  font-size: 60px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-62 {
  font-size: 62px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-64 {
  font-size: 64px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-66 {
  font-size: 66px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-68 {
  font-size: 68px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-70 {
  font-size: 70px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-72 {
  font-size: 72px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-74 {
  font-size: 74px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-76 {
  font-size: 76px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-78 {
  font-size: 78px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-80 {
  font-size: 80px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-82 {
  font-size: 82px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-84 {
  font-size: 84px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-86 {
  font-size: 86px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-88 {
  font-size: 88px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-90 {
  font-size: 90px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-92 {
  font-size: 92px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-94 {
  font-size: 94px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-96 {
  font-size: 96px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-98 {
  font-size: 98px;
}

/* line 123, app/assets/stylesheets/theme/theme/_generic.scss */
.f-100 {
  font-size: 100px;
}

/*====== Font-size css ends ======*/
/*====== Font-weight css starts ======*/
/* line 142, app/assets/stylesheets/theme/theme/_generic.scss */
.f-w-100 {
  font-weight: 100;
}

/* line 142, app/assets/stylesheets/theme/theme/_generic.scss */
.f-w-200 {
  font-weight: 200;
}

/* line 142, app/assets/stylesheets/theme/theme/_generic.scss */
.f-w-300 {
  font-weight: 300;
}

/* line 142, app/assets/stylesheets/theme/theme/_generic.scss */
.f-w-400 {
  font-weight: 400;
}

/* line 142, app/assets/stylesheets/theme/theme/_generic.scss */
.f-w-500 {
  font-weight: 500;
}

/* line 142, app/assets/stylesheets/theme/theme/_generic.scss */
.f-w-600 {
  font-weight: 600;
}

/* line 142, app/assets/stylesheets/theme/theme/_generic.scss */
.f-w-700 {
  font-weight: 700;
}

/* line 142, app/assets/stylesheets/theme/theme/_generic.scss */
.f-w-800 {
  font-weight: 800;
}

/* line 142, app/assets/stylesheets/theme/theme/_generic.scss */
.f-w-900 {
  font-weight: 900;
}

/*====== Font-weight css ends ======*/
/*====== Font-style css starts ======*/
/* line 156, app/assets/stylesheets/theme/theme/_generic.scss */
.f-s-normal {
  font-style: normal;
}

/* line 156, app/assets/stylesheets/theme/theme/_generic.scss */
.f-s-italic {
  font-style: italic;
}

/* line 156, app/assets/stylesheets/theme/theme/_generic.scss */
.f-s-oblique {
  font-style: oblique;
}

/* line 156, app/assets/stylesheets/theme/theme/_generic.scss */
.f-s-initial {
  font-style: initial;
}

/* line 156, app/assets/stylesheets/theme/theme/_generic.scss */
.f-s-inherit {
  font-style: inherit;
}

/*====== Font-style css ends ======*/
/*====== Text-Decoration css starts ======*/
/* line 179, app/assets/stylesheets/theme/theme/_generic.scss */
.text-overline {
  text-decoration: overline;
}

/* line 179, app/assets/stylesheets/theme/theme/_generic.scss */
.text-line-through {
  text-decoration: line-through;
}

/* line 179, app/assets/stylesheets/theme/theme/_generic.scss */
.text-underline {
  text-decoration: underline;
}

/* line 179, app/assets/stylesheets/theme/theme/_generic.scss */
.text-dashed {
  text-decoration: dashed;
}

/* line 179, app/assets/stylesheets/theme/theme/_generic.scss */
.text-blink {
  text-decoration: blink;
}

/* line 179, app/assets/stylesheets/theme/theme/_generic.scss */
.text-dotted {
  text-decoration: dotted;
}

/* line 179, app/assets/stylesheets/theme/theme/_generic.scss */
.text-initial {
  text-decoration: initial;
}

/* line 179, app/assets/stylesheets/theme/theme/_generic.scss */
.text-none {
  text-decoration: none;
}

/* line 179, app/assets/stylesheets/theme/theme/_generic.scss */
.text-solid {
  text-decoration: solid;
}

/* line 179, app/assets/stylesheets/theme/theme/_generic.scss */
.text-wavy {
  text-decoration: wavy;
}

/* line 179, app/assets/stylesheets/theme/theme/_generic.scss */
.text-inherit {
  text-decoration: inherit;
}

/* line 179, app/assets/stylesheets/theme/theme/_generic.scss */
.text-double {
  text-decoration: double;
}

/*====== Text-Decoration css ends ======*/
/*====== Vertical-Align css starts ======*/
/* line 199, app/assets/stylesheets/theme/theme/_generic.scss */
.baseline {
  vertical-align: baseline;
}

/* line 199, app/assets/stylesheets/theme/theme/_generic.scss */
.sub {
  vertical-align: sub;
}

/* line 199, app/assets/stylesheets/theme/theme/_generic.scss */
.super {
  vertical-align: super;
}

/* line 199, app/assets/stylesheets/theme/theme/_generic.scss */
.top {
  vertical-align: top;
}

/* line 199, app/assets/stylesheets/theme/theme/_generic.scss */
.text-top {
  vertical-align: text-top;
}

/* line 199, app/assets/stylesheets/theme/theme/_generic.scss */
.middle {
  vertical-align: middle;
}

/* line 199, app/assets/stylesheets/theme/theme/_generic.scss */
.bottom {
  vertical-align: bottom;
}

/* line 199, app/assets/stylesheets/theme/theme/_generic.scss */
.text-bottom {
  vertical-align: text-bottom;
}

/* line 199, app/assets/stylesheets/theme/theme/_generic.scss */
.initial {
  vertical-align: initial;
}

/* line 199, app/assets/stylesheets/theme/theme/_generic.scss */
.inherit {
  vertical-align: inherit;
}

/*====== Vertical-Align css ends ======*/
/*====== Position css starts ======*/
/* line 215, app/assets/stylesheets/theme/theme/_generic.scss */
.p-static {
  position: static;
}

/* line 215, app/assets/stylesheets/theme/theme/_generic.scss */
.p-absolute {
  position: absolute;
}

/* line 215, app/assets/stylesheets/theme/theme/_generic.scss */
.p-fixed {
  position: fixed;
}

/* line 215, app/assets/stylesheets/theme/theme/_generic.scss */
.p-relative {
  position: relative;
}

/* line 215, app/assets/stylesheets/theme/theme/_generic.scss */
.p-initial {
  position: initial;
}

/* line 215, app/assets/stylesheets/theme/theme/_generic.scss */
.p-inherit {
  position: inherit;
}

/*====== Position css ends ======*/
/*====== Float css starts ======*/
/* line 226, app/assets/stylesheets/theme/theme/_generic.scss */
.f-left {
  float: left;
}

/* line 226, app/assets/stylesheets/theme/theme/_generic.scss */
.f-right {
  float: right;
}

/* line 226, app/assets/stylesheets/theme/theme/_generic.scss */
.f-none {
  float: none;
}

/*====== Float css ends ======*/
/*====== Overflow css starts ======*/
/* line 238, app/assets/stylesheets/theme/theme/_generic.scss */
.o-hidden {
  overflow: hidden;
}

/* line 238, app/assets/stylesheets/theme/theme/_generic.scss */
.o-visible {
  overflow: visible;
}

/* line 238, app/assets/stylesheets/theme/theme/_generic.scss */
.o-auto {
  overflow: auto;
}

/*====== Overflow css ends ======*/
/*====== Image-sizes css starts ======*/
/* line 248, app/assets/stylesheets/theme/theme/_generic.scss */
.img-10 {
  width: 10px !important;
}

/* line 248, app/assets/stylesheets/theme/theme/_generic.scss */
.img-20 {
  width: 20px !important;
}

/* line 248, app/assets/stylesheets/theme/theme/_generic.scss */
.img-30 {
  width: 30px !important;
}

/* line 248, app/assets/stylesheets/theme/theme/_generic.scss */
.img-40 {
  width: 40px !important;
}

/* line 248, app/assets/stylesheets/theme/theme/_generic.scss */
.img-50 {
  width: 50px !important;
}

/* line 248, app/assets/stylesheets/theme/theme/_generic.scss */
.img-60 {
  width: 60px !important;
}

/* line 248, app/assets/stylesheets/theme/theme/_generic.scss */
.img-70 {
  width: 70px !important;
}

/* line 248, app/assets/stylesheets/theme/theme/_generic.scss */
.img-80 {
  width: 80px !important;
}

/* line 248, app/assets/stylesheets/theme/theme/_generic.scss */
.img-90 {
  width: 90px !important;
}

/* line 248, app/assets/stylesheets/theme/theme/_generic.scss */
.img-100 {
  width: 100px !important;
}

/*====== Image-sizes css ends ======*/
/*======= Text css starts ===========*/
/* line 277, app/assets/stylesheets/theme/theme/_generic.scss */
.font-primary {
  color: #24695c !important;
}

/* line 277, app/assets/stylesheets/theme/theme/_generic.scss */
.font-secondary {
  color: #ba895d !important;
}

/* line 277, app/assets/stylesheets/theme/theme/_generic.scss */
.font-success {
  color: #1b4c43 !important;
}

/* line 277, app/assets/stylesheets/theme/theme/_generic.scss */
.font-danger {
  color: #d22d3d !important;
}

/* line 277, app/assets/stylesheets/theme/theme/_generic.scss */
.font-info {
  color: #717171 !important;
}

/* line 277, app/assets/stylesheets/theme/theme/_generic.scss */
.font-light {
  color: #e6edef !important;
}

/* line 277, app/assets/stylesheets/theme/theme/_generic.scss */
.font-dark {
  color: #2c323f !important;
}

/* line 277, app/assets/stylesheets/theme/theme/_generic.scss */
.font-warning {
  color: #e2c636 !important;
}

/*======= Text css ends ===========*/
/*======= Font bold start ===========*/
/* line 287, app/assets/stylesheets/theme/theme/_generic.scss */
.fontbold-100 {
  font-weight: 100;
}

/* line 287, app/assets/stylesheets/theme/theme/_generic.scss */
.fontbold-200 {
  font-weight: 200;
}

/* line 287, app/assets/stylesheets/theme/theme/_generic.scss */
.fontbold-300 {
  font-weight: 300;
}

/* line 287, app/assets/stylesheets/theme/theme/_generic.scss */
.fontbold-400 {
  font-weight: 400;
}

/* line 287, app/assets/stylesheets/theme/theme/_generic.scss */
.fontbold-500 {
  font-weight: 500;
}

/* line 287, app/assets/stylesheets/theme/theme/_generic.scss */
.fontbold-600 {
  font-weight: 600;
}

/* line 287, app/assets/stylesheets/theme/theme/_generic.scss */
.fontbold-700 {
  font-weight: 700;
}

/* line 287, app/assets/stylesheets/theme/theme/_generic.scss */
.fontbold-800 {
  font-weight: 800;
}

/* line 287, app/assets/stylesheets/theme/theme/_generic.scss */
.fontbold-900 {
  font-weight: 900;
}

/*======= Font bold end ===========*/
/*======= Label-color css starts  ======= */
/* line 305, app/assets/stylesheets/theme/theme/_generic.scss */
.label {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
}

/* line 334, app/assets/stylesheets/theme/theme/_generic.scss */
.label-theme {
  background-color: #24695c;
}

/* line 334, app/assets/stylesheets/theme/theme/_generic.scss */
.label-primary {
  background-color: #24695c;
}

/* line 334, app/assets/stylesheets/theme/theme/_generic.scss */
.label-secondary {
  background-color: #ba895d;
}

/* line 334, app/assets/stylesheets/theme/theme/_generic.scss */
.label-success {
  background-color: #1b4c43;
}

/* line 334, app/assets/stylesheets/theme/theme/_generic.scss */
.label-danger {
  background-color: #d22d3d;
}

/* line 334, app/assets/stylesheets/theme/theme/_generic.scss */
.label-info {
  background-color: #717171;
}

/* line 334, app/assets/stylesheets/theme/theme/_generic.scss */
.label-light {
  background-color: #e6edef;
}

/* line 334, app/assets/stylesheets/theme/theme/_generic.scss */
.label-dark {
  background-color: #2c323f;
}

/* line 334, app/assets/stylesheets/theme/theme/_generic.scss */
.label-warning {
  background-color: #e2c636;
}

/*======= Label-color css ends  ======= */
/*======= Badge-color css starts  ======= */
/* line 365, app/assets/stylesheets/theme/theme/_generic.scss */
.badge-primary {
  background-color: #24695c;
}

/* line 365, app/assets/stylesheets/theme/theme/_generic.scss */
.badge-secondary {
  background-color: #ba895d;
}

/* line 365, app/assets/stylesheets/theme/theme/_generic.scss */
.badge-success {
  background-color: #1b4c43;
}

/* line 365, app/assets/stylesheets/theme/theme/_generic.scss */
.badge-danger {
  background-color: #d22d3d;
}

/* line 365, app/assets/stylesheets/theme/theme/_generic.scss */
.badge-info {
  background-color: #717171;
}

/* line 365, app/assets/stylesheets/theme/theme/_generic.scss */
.badge-light {
  background-color: #e6edef;
}

/* line 365, app/assets/stylesheets/theme/theme/_generic.scss */
.badge-dark {
  background-color: #2c323f;
}

/* line 365, app/assets/stylesheets/theme/theme/_generic.scss */
.badge-warning {
  background-color: #e2c636;
}

/*======= Badge-color css end  ======= */
/*======= Background-color css starts  ======= */
/* line 399, app/assets/stylesheets/theme/theme/_generic.scss */
.bg-primary {
  background-color: #24695c !important;
  color: #fff;
}

/* line 399, app/assets/stylesheets/theme/theme/_generic.scss */
.bg-secondary {
  background-color: #ba895d !important;
  color: #fff;
}

/* line 399, app/assets/stylesheets/theme/theme/_generic.scss */
.bg-success {
  background-color: #1b4c43 !important;
  color: #fff;
}

/* line 399, app/assets/stylesheets/theme/theme/_generic.scss */
.bg-danger {
  background-color: #d22d3d !important;
  color: #fff;
}

/* line 399, app/assets/stylesheets/theme/theme/_generic.scss */
.bg-info {
  background-color: #717171 !important;
  color: #fff;
}

/* line 399, app/assets/stylesheets/theme/theme/_generic.scss */
.bg-light {
  background-color: #e6edef !important;
  color: #fff;
}

/* line 399, app/assets/stylesheets/theme/theme/_generic.scss */
.bg-dark {
  background-color: #2c323f !important;
  color: #fff;
}

/* line 399, app/assets/stylesheets/theme/theme/_generic.scss */
.bg-warning {
  background-color: #e2c636 !important;
  color: #fff;
}

/*======= Background-color css end  ======= */
/*======= Font-color css starts  ======= */
/* line 436, app/assets/stylesheets/theme/theme/_generic.scss */
.txt-primary {
  color: #24695c !important;
}

/* line 436, app/assets/stylesheets/theme/theme/_generic.scss */
.txt-secondary {
  color: #ba895d !important;
}

/* line 436, app/assets/stylesheets/theme/theme/_generic.scss */
.txt-success {
  color: #1b4c43 !important;
}

/* line 436, app/assets/stylesheets/theme/theme/_generic.scss */
.txt-danger {
  color: #d22d3d !important;
}

/* line 436, app/assets/stylesheets/theme/theme/_generic.scss */
.txt-info {
  color: #717171 !important;
}

/* line 436, app/assets/stylesheets/theme/theme/_generic.scss */
.txt-light {
  color: #e6edef !important;
}

/* line 436, app/assets/stylesheets/theme/theme/_generic.scss */
.txt-dark {
  color: #2c323f !important;
}

/* line 436, app/assets/stylesheets/theme/theme/_generic.scss */
.txt-warning {
  color: #e2c636 !important;
}

/* line 436, app/assets/stylesheets/theme/theme/_generic.scss */
.txt-google-plus {
  color: #c64e40 !important;
}

/* line 436, app/assets/stylesheets/theme/theme/_generic.scss */
.txt-twitter {
  color: #6fa2d8 !important;
}

/* line 436, app/assets/stylesheets/theme/theme/_generic.scss */
.txt-linkedin {
  color: #0077B5 !important;
}

/* line 436, app/assets/stylesheets/theme/theme/_generic.scss */
.txt-fb {
  color: #50598e !important;
}

/* line 440, app/assets/stylesheets/theme/theme/_generic.scss */
.txt-white {
  color: #fff !important;
}

/*======= Font-color css end  ======= */
/*======= Button-color css starts  ======= */
/* line 457, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-primary {
  background-color: #24695c !important;
  border-color: #24695c !important;
}

/* line 460, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #24695c !important;
  border-color: #24695c !important;
}

/* line 468, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #5ec8b4;
}

/* line 457, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-secondary {
  background-color: #ba895d !important;
  border-color: #ba895d !important;
}

/* line 460, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #ba895d !important;
  border-color: #ba895d !important;
}

/* line 468, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem #e8d7c8;
}

/* line 457, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-success {
  background-color: #1b4c43 !important;
  border-color: #1b4c43 !important;
}

/* line 460, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-success.disabled, .btn-success:disabled {
  background-color: #1b4c43 !important;
  border-color: #1b4c43 !important;
}

/* line 468, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem #44bca6;
}

/* line 457, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-danger {
  background-color: #d22d3d !important;
  border-color: #d22d3d !important;
}

/* line 460, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #d22d3d !important;
  border-color: #d22d3d !important;
}

/* line 468, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem #edabb1;
}

/* line 457, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-info {
  background-color: #717171 !important;
  border-color: #717171 !important;
}

/* line 460, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-info.disabled, .btn-info:disabled {
  background-color: #717171 !important;
  border-color: #717171 !important;
}

/* line 468, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem #bebebe;
}

/* line 457, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-light {
  background-color: #e6edef !important;
  border-color: #e6edef !important;
}

/* line 460, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-light.disabled, .btn-light:disabled {
  background-color: #e6edef !important;
  border-color: #e6edef !important;
}

/* line 468, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem white;
}

/* line 457, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-dark {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
}

/* line 460, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
}

/* line 468, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem #6c7a98;
}

/* line 457, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-warning {
  background-color: #e2c636 !important;
  border-color: #e2c636 !important;
}

/* line 460, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #e2c636 !important;
  border-color: #e2c636 !important;
}

/* line 468, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem #f5ecbc;
}

/* line 473, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-primary-light {
  background-color: rgba(36, 105, 92, 0.1) !important;
  border: none !important;
  color: #24695c;
  transition: 0.5s;
}

/* line 478, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-primary-light:focus, .btn-primary-light:hover {
  background-color: rgba(36, 105, 92, 0.5) !important;
  color: #fff;
  transition: 0.5s;
}

/*======= Button-color css ends  ======= */
/* line 495, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-primary-2x {
  border-width: 2px;
  border-color: #24695c;
  color: #24695c;
  background-color: transparent;
}

/* line 500, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
  color: white;
  background-color: #17433b !important;
  border-color: #17433b !important;
  box-shadow: none;
}

/* line 495, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-secondary-2x {
  border-width: 2px;
  border-color: #ba895d;
  color: #ba895d;
  background-color: transparent;
}

/* line 500, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active {
  color: white;
  background-color: #a07044 !important;
  border-color: #a07044 !important;
  box-shadow: none;
}

/* line 495, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-success-2x {
  border-width: 2px;
  border-color: #1b4c43;
  color: #1b4c43;
  background-color: transparent;
}

/* line 500, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active {
  color: white;
  background-color: #0e2622 !important;
  border-color: #0e2622 !important;
  box-shadow: none;
}

/* line 495, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-danger-2x {
  border-width: 2px;
  border-color: #d22d3d;
  color: #d22d3d;
  background-color: transparent;
}

/* line 500, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-danger-2x:hover, .btn-outline-danger-2x:focus, .btn-outline-danger-2x:active, .btn-outline-danger-2x.active {
  color: white;
  background-color: #a82431 !important;
  border-color: #a82431 !important;
  box-shadow: none;
}

/* line 495, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-info-2x {
  border-width: 2px;
  border-color: #717171;
  color: #717171;
  background-color: transparent;
}

/* line 500, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active {
  color: white;
  background-color: #585858 !important;
  border-color: #585858 !important;
  box-shadow: none;
}

/* line 495, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-light-2x {
  border-width: 2px;
  border-color: #e6edef;
  color: #e6edef;
  background-color: transparent;
}

/* line 500, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active {
  color: white;
  background-color: #c7d7db !important;
  border-color: #c7d7db !important;
  box-shadow: none;
}

/* line 495, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-dark-2x {
  border-width: 2px;
  border-color: #2c323f;
  color: #2c323f;
  background-color: transparent;
}

/* line 500, app/assets/stylesheets/theme/theme/_generic.scss */
.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;
}

/* line 495, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-warning-2x {
  border-width: 2px;
  border-color: #e2c636;
  color: #e2c636;
  background-color: transparent;
}

/* line 500, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active {
  color: white;
  background-color: #c8ac1d !important;
  border-color: #c8ac1d !important;
  box-shadow: none;
}

/* line 518, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-primary {
  border-color: #24695c;
  color: #24695c;
  background-color: transparent;
}

/* line 522, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-primary.disabled {
  color: #24695c;
}

/* line 528, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  color: white;
  background-color: #17433b !important;
  border-color: #17433b !important;
}

/* line 518, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-secondary {
  border-color: #ba895d;
  color: #ba895d;
  background-color: transparent;
}

/* line 522, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-secondary.disabled {
  color: #ba895d;
}

/* line 528, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  color: white;
  background-color: #a07044 !important;
  border-color: #a07044 !important;
}

/* line 518, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-success {
  border-color: #1b4c43;
  color: #1b4c43;
  background-color: transparent;
}

/* line 522, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-success.disabled {
  color: #1b4c43;
}

/* line 528, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
  color: white;
  background-color: #0e2622 !important;
  border-color: #0e2622 !important;
}

/* line 518, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-danger {
  border-color: #d22d3d;
  color: #d22d3d;
  background-color: transparent;
}

/* line 522, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-danger.disabled {
  color: #d22d3d;
}

/* line 528, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active {
  color: white;
  background-color: #a82431 !important;
  border-color: #a82431 !important;
}

/* line 518, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-info {
  border-color: #717171;
  color: #717171;
  background-color: transparent;
}

/* line 522, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-info.disabled {
  color: #717171;
}

/* line 528, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
  color: white;
  background-color: #585858 !important;
  border-color: #585858 !important;
}

/* line 518, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-light {
  border-color: #e6edef;
  color: #e6edef;
  background-color: transparent;
  color: #242934;
}

/* line 522, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-light.disabled {
  color: #e6edef;
}

/* line 528, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: white;
  background-color: #c7d7db !important;
  border-color: #c7d7db !important;
}

/* line 518, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-dark {
  border-color: #2c323f;
  color: #2c323f;
  background-color: transparent;
}

/* line 522, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-dark.disabled {
  color: #2c323f;
}

/* line 528, app/assets/stylesheets/theme/theme/_generic.scss */
.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;
}

/* line 518, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-warning {
  border-color: #e2c636;
  color: #e2c636;
  background-color: transparent;
}

/* line 522, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-warning.disabled {
  color: #e2c636;
}

/* line 528, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
  color: white;
  background-color: #c8ac1d !important;
  border-color: #c8ac1d !important;
}

/* line 546, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-primary.active:not([disabled]):not(.disabled) {
  background-color: #17433b;
  border-color: #17433b;
  box-shadow: none !important;
}

/* line 550, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-primary.active:not([disabled]):not(.disabled):hover, .btn-primary.active:not([disabled]):not(.disabled):focus, .btn-primary.active:not([disabled]):not(.disabled):active, .btn-primary.active.active:not([disabled]):not(.disabled) {
  color: white;
  background-color: #17433b;
  border-color: #17433b;
}

/* line 546, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-secondary.active:not([disabled]):not(.disabled) {
  background-color: #a07044;
  border-color: #a07044;
  box-shadow: none !important;
}

/* line 550, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-secondary.active:not([disabled]):not(.disabled):hover, .btn-secondary.active:not([disabled]):not(.disabled):focus, .btn-secondary.active:not([disabled]):not(.disabled):active, .btn-secondary.active.active:not([disabled]):not(.disabled) {
  color: white;
  background-color: #a07044;
  border-color: #a07044;
}

/* line 546, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-success.active:not([disabled]):not(.disabled) {
  background-color: #0e2622;
  border-color: #0e2622;
  box-shadow: none !important;
}

/* line 550, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-success.active:not([disabled]):not(.disabled):hover, .btn-success.active:not([disabled]):not(.disabled):focus, .btn-success.active:not([disabled]):not(.disabled):active, .btn-success.active.active:not([disabled]):not(.disabled) {
  color: white;
  background-color: #0e2622;
  border-color: #0e2622;
}

/* line 546, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-danger.active:not([disabled]):not(.disabled) {
  background-color: #a82431;
  border-color: #a82431;
  box-shadow: none !important;
}

/* line 550, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-danger.active:not([disabled]):not(.disabled):hover, .btn-danger.active:not([disabled]):not(.disabled):focus, .btn-danger.active:not([disabled]):not(.disabled):active, .btn-danger.active.active:not([disabled]):not(.disabled) {
  color: white;
  background-color: #a82431;
  border-color: #a82431;
}

/* line 546, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-info.active:not([disabled]):not(.disabled) {
  background-color: #585858;
  border-color: #585858;
  box-shadow: none !important;
}

/* line 550, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-info.active:not([disabled]):not(.disabled):hover, .btn-info.active:not([disabled]):not(.disabled):focus, .btn-info.active:not([disabled]):not(.disabled):active, .btn-info.active.active:not([disabled]):not(.disabled) {
  color: white;
  background-color: #585858;
  border-color: #585858;
}

/* line 546, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-light.active:not([disabled]):not(.disabled) {
  background-color: #c7d7db;
  border-color: #c7d7db;
  box-shadow: none !important;
}

/* line 550, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-light.active:not([disabled]):not(.disabled):hover, .btn-light.active:not([disabled]):not(.disabled):focus, .btn-light.active:not([disabled]):not(.disabled):active, .btn-light.active.active:not([disabled]):not(.disabled) {
  color: white;
  background-color: #c7d7db;
  border-color: #c7d7db;
}

/* line 546, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-dark.active:not([disabled]):not(.disabled) {
  background-color: #171a21;
  border-color: #171a21;
  box-shadow: none !important;
}

/* line 550, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-dark.active:not([disabled]):not(.disabled):hover, .btn-dark.active:not([disabled]):not(.disabled):focus, .btn-dark.active:not([disabled]):not(.disabled):active, .btn-dark.active.active:not([disabled]):not(.disabled) {
  color: white;
  background-color: #171a21;
  border-color: #171a21;
}

/* line 546, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-warning.active:not([disabled]):not(.disabled) {
  background-color: #c8ac1d;
  border-color: #c8ac1d;
  box-shadow: none !important;
}

/* line 550, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-warning.active:not([disabled]):not(.disabled):hover, .btn-warning.active:not([disabled]):not(.disabled):focus, .btn-warning.active:not([disabled]):not(.disabled):active, .btn-warning.active.active:not([disabled]):not(.disabled) {
  color: white;
  background-color: #c8ac1d;
  border-color: #c8ac1d;
}

/* line 569, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-primary-2x.active:not([disabled]):not(.disabled) {
  background-color: #24695c;
  border-color: #24695c;
  box-shadow: none !important;
  color: white;
}

/* line 574, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-primary-2x.active:not([disabled]):not(.disabled):hover, .btn-outline-primary-2x.active:not([disabled]):not(.disabled):focus, .btn-outline-primary-2x.active:not([disabled]):not(.disabled):active, .btn-outline-primary-2x.active.active:not([disabled]):not(.disabled) {
  color: white;
  box-shadow: none !important;
  background-color: #17433b !important;
  border-color: #17433b !important;
}

/* line 569, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-secondary-2x.active:not([disabled]):not(.disabled) {
  background-color: #ba895d;
  border-color: #ba895d;
  box-shadow: none !important;
  color: white;
}

/* line 574, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-secondary-2x.active:not([disabled]):not(.disabled):hover, .btn-outline-secondary-2x.active:not([disabled]):not(.disabled):focus, .btn-outline-secondary-2x.active:not([disabled]):not(.disabled):active, .btn-outline-secondary-2x.active.active:not([disabled]):not(.disabled) {
  color: white;
  box-shadow: none !important;
  background-color: #a07044 !important;
  border-color: #a07044 !important;
}

/* line 569, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-success-2x.active:not([disabled]):not(.disabled) {
  background-color: #1b4c43;
  border-color: #1b4c43;
  box-shadow: none !important;
  color: white;
}

/* line 574, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-success-2x.active:not([disabled]):not(.disabled):hover, .btn-outline-success-2x.active:not([disabled]):not(.disabled):focus, .btn-outline-success-2x.active:not([disabled]):not(.disabled):active, .btn-outline-success-2x.active.active:not([disabled]):not(.disabled) {
  color: white;
  box-shadow: none !important;
  background-color: #0e2622 !important;
  border-color: #0e2622 !important;
}

/* line 569, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-danger-2x.active:not([disabled]):not(.disabled) {
  background-color: #d22d3d;
  border-color: #d22d3d;
  box-shadow: none !important;
  color: white;
}

/* line 574, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-danger-2x.active:not([disabled]):not(.disabled):hover, .btn-outline-danger-2x.active:not([disabled]):not(.disabled):focus, .btn-outline-danger-2x.active:not([disabled]):not(.disabled):active, .btn-outline-danger-2x.active.active:not([disabled]):not(.disabled) {
  color: white;
  box-shadow: none !important;
  background-color: #a82431 !important;
  border-color: #a82431 !important;
}

/* line 569, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-info-2x.active:not([disabled]):not(.disabled) {
  background-color: #717171;
  border-color: #717171;
  box-shadow: none !important;
  color: white;
}

/* line 574, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-info-2x.active:not([disabled]):not(.disabled):hover, .btn-outline-info-2x.active:not([disabled]):not(.disabled):focus, .btn-outline-info-2x.active:not([disabled]):not(.disabled):active, .btn-outline-info-2x.active.active:not([disabled]):not(.disabled) {
  color: white;
  box-shadow: none !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}

/* line 569, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-light-2x.active:not([disabled]):not(.disabled) {
  background-color: #e6edef;
  border-color: #e6edef;
  box-shadow: none !important;
  color: white;
}

/* line 574, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-light-2x.active:not([disabled]):not(.disabled):hover, .btn-outline-light-2x.active:not([disabled]):not(.disabled):focus, .btn-outline-light-2x.active:not([disabled]):not(.disabled):active, .btn-outline-light-2x.active.active:not([disabled]):not(.disabled) {
  color: white;
  box-shadow: none !important;
  background-color: #c7d7db !important;
  border-color: #c7d7db !important;
}

/* line 569, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-dark-2x.active:not([disabled]):not(.disabled) {
  background-color: #2c323f;
  border-color: #2c323f;
  box-shadow: none !important;
  color: white;
}

/* line 574, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-dark-2x.active:not([disabled]):not(.disabled):hover, .btn-outline-dark-2x.active:not([disabled]):not(.disabled):focus, .btn-outline-dark-2x.active:not([disabled]):not(.disabled):active, .btn-outline-dark-2x.active.active:not([disabled]):not(.disabled) {
  color: white;
  box-shadow: none !important;
  background-color: #171a21 !important;
  border-color: #171a21 !important;
}

/* line 569, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-warning-2x.active:not([disabled]):not(.disabled) {
  background-color: #e2c636;
  border-color: #e2c636;
  box-shadow: none !important;
  color: white;
}

/* line 574, app/assets/stylesheets/theme/theme/_generic.scss */
.btn-outline-warning-2x.active:not([disabled]):not(.disabled):hover, .btn-outline-warning-2x.active:not([disabled]):not(.disabled):focus, .btn-outline-warning-2x.active:not([disabled]):not(.disabled):active, .btn-outline-warning-2x.active.active:not([disabled]):not(.disabled) {
  color: white;
  box-shadow: none !important;
  background-color: #c8ac1d !important;
  border-color: #c8ac1d !important;
}

/*======= Table-Border-Bottom-color css starts  ======= */
/* line 603, app/assets/stylesheets/theme/theme/_generic.scss */
table thead .border-bottom-primary th,
table tbody .border-bottom-primary th,
table tbody .border-bottom-primary td {
  border-bottom: 1px solid #24695c;
}

/* line 603, app/assets/stylesheets/theme/theme/_generic.scss */
table thead .border-bottom-secondary th,
table tbody .border-bottom-secondary th,
table tbody .border-bottom-secondary td {
  border-bottom: 1px solid #ba895d;
}

/* line 603, app/assets/stylesheets/theme/theme/_generic.scss */
table thead .border-bottom-success th,
table tbody .border-bottom-success th,
table tbody .border-bottom-success td {
  border-bottom: 1px solid #1b4c43;
}

/* line 603, app/assets/stylesheets/theme/theme/_generic.scss */
table thead .border-bottom-danger th,
table tbody .border-bottom-danger th,
table tbody .border-bottom-danger td {
  border-bottom: 1px solid #d22d3d;
}

/* line 603, app/assets/stylesheets/theme/theme/_generic.scss */
table thead .border-bottom-info th,
table tbody .border-bottom-info th,
table tbody .border-bottom-info td {
  border-bottom: 1px solid #717171;
}

/* line 603, app/assets/stylesheets/theme/theme/_generic.scss */
table thead .border-bottom-light th,
table tbody .border-bottom-light th,
table tbody .border-bottom-light td {
  border-bottom: 1px solid #e6edef;
}

/* line 603, app/assets/stylesheets/theme/theme/_generic.scss */
table thead .border-bottom-dark th,
table tbody .border-bottom-dark th,
table tbody .border-bottom-dark td {
  border-bottom: 1px solid #2c323f;
}

/* line 603, app/assets/stylesheets/theme/theme/_generic.scss */
table thead .border-bottom-warning th,
table tbody .border-bottom-warning th,
table tbody .border-bottom-warning td {
  border-bottom: 1px solid #e2c636;
}

/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
/* line 633, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-primary,
.table-styling.table-primary {
  background-color: #24695c;
  color: #fff !important;
  border: 3px solid #24695c;
}

/* line 637, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-primary thead,
.table-styling.table-primary thead {
  background-color: #17433b;
  border: 3px solid #17433b;
}

/* line 642, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-primary tr th, .table-styling .table-primary tr td,
.table-styling.table-primary tr th,
.table-styling.table-primary tr td {
  color: #fff;
}

/* line 646, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-primary th,
.table-styling .table-primary td,
.table-styling.table-primary th,
.table-styling.table-primary td {
  background-color: transparent;
}

/* line 633, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-secondary,
.table-styling.table-secondary {
  background-color: #ba895d;
  color: #fff !important;
  border: 3px solid #ba895d;
}

/* line 637, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-secondary thead,
.table-styling.table-secondary thead {
  background-color: #a07044;
  border: 3px solid #a07044;
}

/* line 642, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-secondary tr th, .table-styling .table-secondary tr td,
.table-styling.table-secondary tr th,
.table-styling.table-secondary tr td {
  color: #fff;
}

/* line 646, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-secondary th,
.table-styling .table-secondary td,
.table-styling.table-secondary th,
.table-styling.table-secondary td {
  background-color: transparent;
}

/* line 633, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-success,
.table-styling.table-success {
  background-color: #1b4c43;
  color: #fff !important;
  border: 3px solid #1b4c43;
}

/* line 637, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-success thead,
.table-styling.table-success thead {
  background-color: #0e2622;
  border: 3px solid #0e2622;
}

/* line 642, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-success tr th, .table-styling .table-success tr td,
.table-styling.table-success tr th,
.table-styling.table-success tr td {
  color: #fff;
}

/* line 646, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-success th,
.table-styling .table-success td,
.table-styling.table-success th,
.table-styling.table-success td {
  background-color: transparent;
}

/* line 633, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-danger,
.table-styling.table-danger {
  background-color: #d22d3d;
  color: #fff !important;
  border: 3px solid #d22d3d;
}

/* line 637, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-danger thead,
.table-styling.table-danger thead {
  background-color: #a82431;
  border: 3px solid #a82431;
}

/* line 642, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-danger tr th, .table-styling .table-danger tr td,
.table-styling.table-danger tr th,
.table-styling.table-danger tr td {
  color: #fff;
}

/* line 646, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-danger th,
.table-styling .table-danger td,
.table-styling.table-danger th,
.table-styling.table-danger td {
  background-color: transparent;
}

/* line 633, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-info,
.table-styling.table-info {
  background-color: #717171;
  color: #fff !important;
  border: 3px solid #717171;
}

/* line 637, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-info thead,
.table-styling.table-info thead {
  background-color: #585858;
  border: 3px solid #585858;
}

/* line 642, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-info tr th, .table-styling .table-info tr td,
.table-styling.table-info tr th,
.table-styling.table-info tr td {
  color: #fff;
}

/* line 646, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-info th,
.table-styling .table-info td,
.table-styling.table-info th,
.table-styling.table-info td {
  background-color: transparent;
}

/* line 633, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-light,
.table-styling.table-light {
  background-color: #e6edef;
  color: #fff !important;
  border: 3px solid #e6edef;
}

/* line 637, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-light thead,
.table-styling.table-light thead {
  background-color: #c7d7db;
  border: 3px solid #c7d7db;
}

/* line 642, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-light tr th, .table-styling .table-light tr td,
.table-styling.table-light tr th,
.table-styling.table-light tr td {
  color: #fff;
}

/* line 646, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-light th,
.table-styling .table-light td,
.table-styling.table-light th,
.table-styling.table-light td {
  background-color: transparent;
}

/* line 633, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-dark,
.table-styling.table-dark {
  background-color: #2c323f;
  color: #fff !important;
  border: 3px solid #2c323f;
}

/* line 637, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-dark thead,
.table-styling.table-dark thead {
  background-color: #171a21;
  border: 3px solid #171a21;
}

/* line 642, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-dark tr th, .table-styling .table-dark tr td,
.table-styling.table-dark tr th,
.table-styling.table-dark tr td {
  color: #fff;
}

/* line 646, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-dark th,
.table-styling .table-dark td,
.table-styling.table-dark th,
.table-styling.table-dark td {
  background-color: transparent;
}

/* line 633, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-warning,
.table-styling.table-warning {
  background-color: #e2c636;
  color: #fff !important;
  border: 3px solid #e2c636;
}

/* line 637, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-warning thead,
.table-styling.table-warning thead {
  background-color: #c8ac1d;
  border: 3px solid #c8ac1d;
}

/* line 642, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-warning tr th, .table-styling .table-warning tr td,
.table-styling.table-warning tr th,
.table-styling.table-warning tr td {
  color: #fff;
}

/* line 646, app/assets/stylesheets/theme/theme/_generic.scss */
.table-styling .table-warning th,
.table-styling .table-warning td,
.table-styling.table-warning th,
.table-styling.table-warning td {
  background-color: transparent;
}

/*======= Table styling css ends  ======= */
/*======= All-Borders-color css starts  ======= */
/* line 679, app/assets/stylesheets/theme/theme/_generic.scss */
.b-primary {
  border: 1px solid #24695c !important;
}

/* line 682, app/assets/stylesheets/theme/theme/_generic.scss */
.b-t-primary {
  border-top: 1px solid #24695c !important;
}

/* line 685, app/assets/stylesheets/theme/theme/_generic.scss */
.b-b-primary {
  border-bottom: 1px solid #24695c !important;
}

/* line 688, app/assets/stylesheets/theme/theme/_generic.scss */
.b-l-primary {
  border-left: 1px solid #24695c !important;
}

/* line 691, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-primary {
  border-right: 1px solid #24695c !important;
}

/* line 679, app/assets/stylesheets/theme/theme/_generic.scss */
.b-secondary {
  border: 1px solid #ba895d !important;
}

/* line 682, app/assets/stylesheets/theme/theme/_generic.scss */
.b-t-secondary {
  border-top: 1px solid #ba895d !important;
}

/* line 685, app/assets/stylesheets/theme/theme/_generic.scss */
.b-b-secondary {
  border-bottom: 1px solid #ba895d !important;
}

/* line 688, app/assets/stylesheets/theme/theme/_generic.scss */
.b-l-secondary {
  border-left: 1px solid #ba895d !important;
}

/* line 691, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-secondary {
  border-right: 1px solid #ba895d !important;
}

/* line 679, app/assets/stylesheets/theme/theme/_generic.scss */
.b-success {
  border: 1px solid #1b4c43 !important;
}

/* line 682, app/assets/stylesheets/theme/theme/_generic.scss */
.b-t-success {
  border-top: 1px solid #1b4c43 !important;
}

/* line 685, app/assets/stylesheets/theme/theme/_generic.scss */
.b-b-success {
  border-bottom: 1px solid #1b4c43 !important;
}

/* line 688, app/assets/stylesheets/theme/theme/_generic.scss */
.b-l-success {
  border-left: 1px solid #1b4c43 !important;
}

/* line 691, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-success {
  border-right: 1px solid #1b4c43 !important;
}

/* line 679, app/assets/stylesheets/theme/theme/_generic.scss */
.b-danger {
  border: 1px solid #d22d3d !important;
}

/* line 682, app/assets/stylesheets/theme/theme/_generic.scss */
.b-t-danger {
  border-top: 1px solid #d22d3d !important;
}

/* line 685, app/assets/stylesheets/theme/theme/_generic.scss */
.b-b-danger {
  border-bottom: 1px solid #d22d3d !important;
}

/* line 688, app/assets/stylesheets/theme/theme/_generic.scss */
.b-l-danger {
  border-left: 1px solid #d22d3d !important;
}

/* line 691, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-danger {
  border-right: 1px solid #d22d3d !important;
}

/* line 679, app/assets/stylesheets/theme/theme/_generic.scss */
.b-info {
  border: 1px solid #717171 !important;
}

/* line 682, app/assets/stylesheets/theme/theme/_generic.scss */
.b-t-info {
  border-top: 1px solid #717171 !important;
}

/* line 685, app/assets/stylesheets/theme/theme/_generic.scss */
.b-b-info {
  border-bottom: 1px solid #717171 !important;
}

/* line 688, app/assets/stylesheets/theme/theme/_generic.scss */
.b-l-info {
  border-left: 1px solid #717171 !important;
}

/* line 691, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-info {
  border-right: 1px solid #717171 !important;
}

/* line 679, app/assets/stylesheets/theme/theme/_generic.scss */
.b-light {
  border: 1px solid #e6edef !important;
}

/* line 682, app/assets/stylesheets/theme/theme/_generic.scss */
.b-t-light {
  border-top: 1px solid #e6edef !important;
}

/* line 685, app/assets/stylesheets/theme/theme/_generic.scss */
.b-b-light {
  border-bottom: 1px solid #e6edef !important;
}

/* line 688, app/assets/stylesheets/theme/theme/_generic.scss */
.b-l-light {
  border-left: 1px solid #e6edef !important;
}

/* line 691, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-light {
  border-right: 1px solid #e6edef !important;
}

/* line 679, app/assets/stylesheets/theme/theme/_generic.scss */
.b-dark {
  border: 1px solid #2c323f !important;
}

/* line 682, app/assets/stylesheets/theme/theme/_generic.scss */
.b-t-dark {
  border-top: 1px solid #2c323f !important;
}

/* line 685, app/assets/stylesheets/theme/theme/_generic.scss */
.b-b-dark {
  border-bottom: 1px solid #2c323f !important;
}

/* line 688, app/assets/stylesheets/theme/theme/_generic.scss */
.b-l-dark {
  border-left: 1px solid #2c323f !important;
}

/* line 691, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-dark {
  border-right: 1px solid #2c323f !important;
}

/* line 679, app/assets/stylesheets/theme/theme/_generic.scss */
.b-warning {
  border: 1px solid #e2c636 !important;
}

/* line 682, app/assets/stylesheets/theme/theme/_generic.scss */
.b-t-warning {
  border-top: 1px solid #e2c636 !important;
}

/* line 685, app/assets/stylesheets/theme/theme/_generic.scss */
.b-b-warning {
  border-bottom: 1px solid #e2c636 !important;
}

/* line 688, app/assets/stylesheets/theme/theme/_generic.scss */
.b-l-warning {
  border-left: 1px solid #e2c636 !important;
}

/* line 691, app/assets/stylesheets/theme/theme/_generic.scss */
.b-r-warning {
  border-right: 1px solid #e2c636 !important;
}

/*======= All-Borders-color css ends  ======= */
/*====== Border width css starts ======*/
/* line 703, app/assets/stylesheets/theme/theme/_generic.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 703, app/assets/stylesheets/theme/theme/_generic.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 703, app/assets/stylesheets/theme/theme/_generic.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 703, app/assets/stylesheets/theme/theme/_generic.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 703, app/assets/stylesheets/theme/theme/_generic.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 703, app/assets/stylesheets/theme/theme/_generic.scss */
.border-6 {
  border-width: 6px !important;
}

/* line 703, app/assets/stylesheets/theme/theme/_generic.scss */
.border-7 {
  border-width: 7px !important;
}

/* line 703, app/assets/stylesheets/theme/theme/_generic.scss */
.border-8 {
  border-width: 8px !important;
}

/* line 703, app/assets/stylesheets/theme/theme/_generic.scss */
.border-9 {
  border-width: 9px !important;
}

/* line 703, app/assets/stylesheets/theme/theme/_generic.scss */
.border-10 {
  border-width: 10px !important;
}

/*====== Border width css ends ======*/
/* line 710, app/assets/stylesheets/theme/theme/_generic.scss */
.opacity-0 {
  opacity: 0;
}

/* line 713, app/assets/stylesheets/theme/theme/_generic.scss */
.shadow-0 {
  box-shadow: none;
}

/* line 716, app/assets/stylesheets/theme/theme/_generic.scss */
.map-block {
  height: 350px;
  width: 100%;
}

/* line 720, app/assets/stylesheets/theme/theme/_generic.scss */
.map-js-height {
  height: 500px;
}

/**====== custom scrollbar css start ======**/
/* line 725, app/assets/stylesheets/theme/theme/_generic.scss */
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e6edef;
}

/* line 728, app/assets/stylesheets/theme/theme/_generic.scss */
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}

/* line 731, app/assets/stylesheets/theme/theme/_generic.scss */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(68, 102, 242, 0.15);
}

/**====== Custom scrollbar css end ======**/
/**====== Animation css Start ======**/
/* line 740, app/assets/stylesheets/theme/theme/_generic.scss */
.comment {
  color: #9f9ba5;
  font-style: italic;
}

/* line 744, app/assets/stylesheets/theme/theme/_generic.scss */
.line {
  color: #2c323f;
}

/* line 748, app/assets/stylesheets/theme/theme/_generic.scss */
.line pre {
  font-size: 100%;
}

/**====== Animation css end ======**/
/**====== list style css Start ======**/
/* line 755, app/assets/stylesheets/theme/theme/_generic.scss */
.list-circle {
  list-style: circle;
}

/**====== list style css end ======**/
/**====== Modal style css Start ======**/
/* line 761, app/assets/stylesheets/theme/theme/_generic.scss */
.theme-close {
  opacity: 1;
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 1;
  right: 0;
  background-color: #fff !important;
  border-radius: 5px;
}

/**====== Modal style css end ======**/
/**====== Animation css start ======**/
/* line 775, app/assets/stylesheets/theme/theme/_generic.scss */
.options > div {
  color: #cccccc;
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid;
  margin: 0 8px 8px 0;
  transition: all 0.3s ease;
}

/* line 782, app/assets/stylesheets/theme/theme/_generic.scss */
.options > div:hover {
  background-color: #24695c;
  color: #fff;
  transition: all 0.3s ease;
}

/**====== Animation css Ends ======**/
/* line 791, app/assets/stylesheets/theme/theme/_generic.scss */
.modal-footer {
  flex-wrap: wrap;
}

/* line 796, app/assets/stylesheets/theme/theme/_generic.scss */
.img-cropper #putData {
  margin-bottom: 0;
}

/* line 799, app/assets/stylesheets/theme/theme/_generic.scss */
.img-cropper .img-container {
  min-height: auto;
  margin-bottom: 0;
}

/* line 805, app/assets/stylesheets/theme/theme/_generic.scss */
.img-cropper .docs-data > .input-group:last-child {
  margin-bottom: 0;
}

/* line 810, app/assets/stylesheets/theme/theme/_generic.scss */
.img-cropper .docs-preview {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 817, app/assets/stylesheets/theme/theme/_generic.scss */
.dropzone .dz-preview .dz-error-message {
  background: #fff !important;
  color: #24695c !important;
  border: 1px solid #24695c;
}

/* line 821, app/assets/stylesheets/theme/theme/_generic.scss */
.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #24695c !important;
}

/* line 829, app/assets/stylesheets/theme/theme/_generic.scss */
.typeahead .theme-form .form-group {
  margin-bottom: 0;
}

/* line 834, app/assets/stylesheets/theme/theme/_generic.scss */
.editor-statusbar {
  border-bottom: 1px solid #e6edef;
}

/* line 840, app/assets/stylesheets/theme/theme/_generic.scss */
.page-builder .ge-canvas.ge-editing .row {
  padding: 30px;
  margin-bottom: 0;
}

/* line 846, app/assets/stylesheets/theme/theme/_generic.scss */
.page-builder .ge-canvas.ge-layout-desktop [class*="col-"] {
  width: inherit !important;
}

/* line 851, app/assets/stylesheets/theme/theme/_generic.scss */
.page-builder .btn-screen {
  padding: 0 18px 0 0;
}

/* line 855, app/assets/stylesheets/theme/theme/_generic.scss */
.datepicker {
  z-index: 99;
}

/**=====================
     02. Generic CSS Ends
==========================**/
/**=====================
    03.  Card CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_card.scss */
.card {
  margin-bottom: 30px;
  border: 1px solid #e6edef;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 0;
  background-color: #fff;
}

/* line 12, app/assets/stylesheets/theme/theme/_card.scss */
.card .card-header {
  padding: 30px;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  background-color: #fff;
}

/* line 19, app/assets/stylesheets/theme/theme/_card.scss */
.card .card-header.card-no-border {
  border-bottom: none !important;
}

/* line 22, app/assets/stylesheets/theme/theme/_card.scss */
.card .card-header h4 {
  font-size: 24px;
  font-weight: 500;
}

/* line 26, app/assets/stylesheets/theme/theme/_card.scss */
.card .card-header h5 {
  font-size: 22px;
  font-weight: 500;
}

/* line 29, app/assets/stylesheets/theme/theme/_card.scss */
.card .card-header h5:not(.mb-0) {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.3;
  color: #2c323f;
}

/* line 37, app/assets/stylesheets/theme/theme/_card.scss */
.card .card-header > span {
  font-size: 12px;
  color: rgba(36, 41, 52, 0.7);
  margin-top: 5px;
  display: block;
  letter-spacing: 1px;
}

/* line 46, app/assets/stylesheets/theme/theme/_card.scss */
.card .card-header.bg-primary h4, .card .card-header.bg-secondary h4, .card .card-header.bg-success h4, .card .card-header.bg-danger h4, .card .card-header.bg-warning h4 {
  color: #fff;
}

/* line 49, app/assets/stylesheets/theme/theme/_card.scss */
.card .card-header.bg-primary h5, .card .card-header.bg-secondary h5, .card .card-header.bg-success h5, .card .card-header.bg-danger h5, .card .card-header.bg-warning h5 {
  color: #fff;
}

/* line 52, app/assets/stylesheets/theme/theme/_card.scss */
.card .card-header.bg-primary > span, .card .card-header.bg-secondary > span, .card .card-header.bg-success > span, .card .card-header.bg-danger > span, .card .card-header.bg-warning > span {
  color: #fff;
}

/* line 58, app/assets/stylesheets/theme/theme/_card.scss */
.card .card-body {
  padding: 30px;
  background-color: transparent;
}

/* line 62, app/assets/stylesheets/theme/theme/_card.scss */
.card .card-body p:last-child {
  margin-bottom: 0;
}

/* line 67, app/assets/stylesheets/theme/theme/_card.scss */
.card .card-body.bg-primary p, .card .card-body.bg-secondary p, .card .card-body.bg-success p, .card .card-body.bg-danger p, .card .card-body.bg-warning p {
  color: #fff;
}

/* line 72, app/assets/stylesheets/theme/theme/_card.scss */
.card .sub-title {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 18px;
}

/* line 78, app/assets/stylesheets/theme/theme/_card.scss */
.card .card-footer {
  background-color: transparent;
  border-top: 1px solid #e6edef;
  padding: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, app/assets/stylesheets/theme/theme/_card.scss */
.card .card-footer.bg-primary, .card .card-footer.bg-secondary, .card .card-footer.bg-success, .card .card-footer.bg-danger, .card .card-footer.bg-warning {
  color: #fff;
}

/* line 89, app/assets/stylesheets/theme/theme/_card.scss */
.setting-list {
  border-radius: 0 0 0 7px;
  position: absolute;
  right: 20px;
  top: 22px;
  display: inline-block;
  float: right;
  z-index: 1;
  background-color: #fff;
}

/* line 98, app/assets/stylesheets/theme/theme/_card.scss */
.setting-list .setting-option {
  text-align: right;
  width: 35px;
  height: 35px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

/* line 104, app/assets/stylesheets/theme/theme/_card.scss */
.setting-list .setting-option li {
  display: inline-block;
}

/* line 109, app/assets/stylesheets/theme/theme/_card.scss */
.setting-list .setting-option li:first-child i.icon-angle-double-right {
  font-size: 14px;
}

/* line 115, app/assets/stylesheets/theme/theme/_card.scss */
.setting-list .setting-option.open-setting {
  width: 190px;
}

/* line 118, app/assets/stylesheets/theme/theme/_card.scss */
.setting-list .setting-option.setting-vertical {
  text-align: center;
  height: 40px;
}

/* line 122, app/assets/stylesheets/theme/theme/_card.scss */
.setting-list .setting-option.setting-vertical li {
  display: block;
  margin: 5px 0;
}

/* line 126, app/assets/stylesheets/theme/theme/_card.scss */
.setting-list .setting-option.setting-vertical li:first-child i.icon-angle-double-right {
  transform: rotate(90deg);
}

/* line 131, app/assets/stylesheets/theme/theme/_card.scss */
.setting-list .setting-option.setting-vertical.open-setting {
  height: 170px;
  width: 35px;
}

/* line 137, app/assets/stylesheets/theme/theme/_card.scss */
.setting-list i {
  margin: 0 5px;
  cursor: pointer;
  line-height: 20px;
}

/* line 141, app/assets/stylesheets/theme/theme/_card.scss */
.setting-list i.icofont-refresh {
  font-size: 13px;
}

/* line 151, app/assets/stylesheets/theme/theme/_card.scss */
.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;
}

/* line 162, app/assets/stylesheets/theme/theme/_card.scss */
.card.card-load .card-loader i {
  margin: 0 auto;
  color: #24695c;
  font-size: 20px;
}

/* line 171, app/assets/stylesheets/theme/theme/_card.scss */
.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);
}

/* line 181, app/assets/stylesheets/theme/theme/_card.scss */
.card.full-card .card-body {
  overflow: auto;
}

/* line 186, app/assets/stylesheets/theme/theme/_card.scss */
.card-absolute {
  margin-top: 20px;
}

/* line 188, app/assets/stylesheets/theme/theme/_card.scss */
.card-absolute .card-header {
  position: absolute;
  top: -20px;
  margin-bottom: 30px;
  left: 15px;
  border-radius: 0.25rem;
  padding: 10px 15px;
}

/* line 195, app/assets/stylesheets/theme/theme/_card.scss */
.card-absolute .card-header h5 {
  font-size: 17px;
}

/* line 197, app/assets/stylesheets/theme/theme/_card.scss */
.card-absolute .card-header h5.text-white {
  -webkit-text-fill-color: #fff;
}

/* line 202, app/assets/stylesheets/theme/theme/_card.scss */
.card-absolute .card-body {
  margin-top: 10px;
}

/* line 207, app/assets/stylesheets/theme/theme/_card.scss */
.card-header .border-tab {
  margin-bottom: -13px;
}

/* line 211, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card {
  overflow: hidden;
  padding: 30px;
}

/* line 214, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-header {
  padding: 0;
}

/* line 216, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-header img {
  transform: scale(1.5);
}

/* line 222, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-profile {
  text-align: center;
}

/* line 224, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-profile img {
  height: 110px;
  padding: 7px;
  background-color: #f5f7fb;
  z-index: 1;
  position: relative;
}

/* line 232, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-social {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 236, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-social li {
  display: inline-block;
}

/* line 238, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-social li:nth-child(n+2) {
  margin-left: 10px;
}

/* line 241, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-social li a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: rgba(36, 105, 92, 0.1);
  transition: all 0.3s ease;
  color: #24695c;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 253, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-social li:hover a {
  background-color: #24695c;
  color: #fff;
}

/* line 261, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .profile-details h4 {
  font-weight: 600;
  color: #242934;
}

/* line 265, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .profile-details h6 {
  margin-bottom: 30px;
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}

/* line 272, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-footer {
  padding: 0;
}

/* line 274, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-footer > div {
  padding: 15px;
  text-align: center;
}

/* line 275, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-footer > div + div {
  border-left: 1px solid #efefef;
}

/* line 280, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-footer > div h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

/* line 285, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-footer > div h6 {
  font-size: 13px;
  color: #999;
}

/* line 289, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-footer > div i {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 15px;
}

/* line 294, app/assets/stylesheets/theme/theme/_card.scss */
.custom-card .card-footer > div .m-b-card {
  margin-bottom: 10px;
}

/**=====================
    03. Card CSS End
==========================**/
/**=====================
     04. Loader CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_loader.scss */
.loader-wrapper {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 12, app/assets/stylesheets/theme/theme/_loader.scss */
.loader-wrapper .theme-loader {
  height: 100px;
  width: 100px;
  position: relative;
}

/* line 16, app/assets/stylesheets/theme/theme/_loader.scss */
.loader-wrapper .theme-loader .loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

/* line 24, app/assets/stylesheets/theme/theme/_loader.scss */
.loader-wrapper .theme-loader .loader-p:before {
  content: '';
  border: 1em solid #24695c;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
  animation-delay: 0.5s;
}

/* line 37, app/assets/stylesheets/theme/theme/_loader.scss */
.loader-wrapper .theme-loader .loader-p:after {
  content: '';
  border: 1em solid #24695c;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* line 65, app/assets/stylesheets/theme/theme/_loader.scss */
.loader-box {
  height: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  transition: .3s color, .3s border, .3s transform, .3s opacity;
}

/* line 73, app/assets/stylesheets/theme/theme/_loader.scss */
.loader-box [class*="loader-"] {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: inherit;
  vertical-align: middle;
}

/**=====================
     04. Loader CSS Ends
==========================**/
/**=====================
    05. Header CSS Start
==========================**/
/* line 11, app/assets/stylesheets/theme/theme/_header.scss */
.onhover-show-div {
  box-shadow: 0 0 12px 3px rgba(25, 124, 207, 0.05);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  left: 0;
}

/* line 18, app/assets/stylesheets/theme/theme/_header.scss */
.onhover-dropdown:hover .onhover-show-div {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

/* line 22, app/assets/stylesheets/theme/theme/_header.scss */
.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;
}

/* line 34, app/assets/stylesheets/theme/theme/_header.scss */
.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 #f5f7fb;
  content: "";
  top: -7px;
  position: absolute;
  left: 10px;
  z-index: 1;
}

/*======= Page Header css Start ======= */
/* line 65, app/assets/stylesheets/theme/theme/_header.scss */
.page-wrapper .page-main-header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(25, 124, 207, 0.08);
}

/* line 75, app/assets/stylesheets/theme/theme/_header.scss */
.page-wrapper .page-main-header.open {
  margin-left: 0;
  width: 100%;
  transition: 0.5s;
}

/* line 82, app/assets/stylesheets/theme/theme/_header.scss */
.page-wrapper .page-body-wrapper {
  background-color: #f5f7fb;
}

/* line 84, app/assets/stylesheets/theme/theme/_header.scss */
.page-wrapper .page-body-wrapper .page-body {
  min-height: calc(100vh - 76px);
  margin-top: 76px;
  padding: 0 15px 0 15px;
  position: relative;
  transition: 0.5s;
  background-color: #f5f7fb;
}

/* line 92, app/assets/stylesheets/theme/theme/_header.scss */
.page-wrapper .page-body-wrapper .page-header {
  padding-bottom: 30px;
}

/* line 95, app/assets/stylesheets/theme/theme/_header.scss */
.page-wrapper .page-body-wrapper .page-header .row {
  align-items: center;
}

/* line 97, app/assets/stylesheets/theme/theme/_header.scss */
.page-wrapper .page-body-wrapper .page-header .row h3 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: capitalize;
}

/* line 102, app/assets/stylesheets/theme/theme/_header.scss */
.page-wrapper .page-body-wrapper .page-header .row h3 small {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: rgba(36, 41, 52, 0.7);
}

/* line 111, app/assets/stylesheets/theme/theme/_header.scss */
.page-wrapper .page-body-wrapper .page-header .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 116, app/assets/stylesheets/theme/theme/_header.scss */
.page-wrapper .page-body-wrapper .page-header .breadcrumb li {
  color: #717171;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
}

/* line 124, app/assets/stylesheets/theme/theme/_header.scss */
.page-wrapper .page-body-wrapper .page-header .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "/";
}

/* line 128, app/assets/stylesheets/theme/theme/_header.scss */
.page-wrapper .page-body-wrapper .page-header .breadcrumb .breadcrumb-item a {
  color: #24695c;
}

/*======= Page Header css ends  ======= */
/**======Main Header css Start ======**/
/* line 140, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header {
  max-width: 100vw;
}

/* line 142, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 147, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .main-header-left {
  display: flex;
  width: 290px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px;
  border-right: 1px solid #e6edef;
}

/* line 154, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .main-header-left .dark-logo-wrapper {
  display: none;
}

/* line 158, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .left-menu-header {
  padding: 24px 40px;
}

/* line 163, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .left-menu-header ul li .search-form .search-bg {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 167, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .left-menu-header ul li .search-form .search-bg i {
  text-align: center;
}

/* line 176, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .nav-menus {
  padding: 20px 40px;
}

/* line 179, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .profile-dropdown {
  width: 160px;
  top: 57px;
  right: -12px;
  padding: 10px;
}

/* line 184, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .profile-dropdown li {
  padding: 10px !important;
}

/* line 186, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .profile-dropdown li svg {
  width: 16px;
  vertical-align: bottom;
  margin-right: 10px;
}

/* line 194, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .toggle-sidebar {
  cursor: pointer;
  padding: 5px 8px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* line 199, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .toggle-sidebar svg {
  width: 20px;
  color: #24695c;
}

/* line 203, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .toggle-sidebar:hover {
  background-color: rgba(36, 105, 92, 0.1);
}

/* line 207, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .vertical-mobile-sidebar {
  display: none;
}

/* line 211, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-left i {
  margin-right: 20px;
}

/* line 214, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-left input:focus {
  outline: 0 !important;
}

/* line 221, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .left-menu-header ul li i {
  color: #24695c;
}

/* line 224, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .left-menu-header ul li .search-form {
  font-family: "Roboto", sans-serif;
}

/* line 226, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .left-menu-header ul li .search-form input {
  padding: 0 20px;
  border: none;
  background: transparent;
  color: rgba(36, 41, 52, 0.7);
  font-weight: 500;
}

/* line 232, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .left-menu-header ul li .search-form input::placeholder {
  color: rgba(36, 41, 52, 0.7);
  font-weight: 500;
}

/* line 241, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right {
  text-align: left;
}

/* line 245, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right ul li svg {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

/* line 249, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right ul li svg path {
  color: #2b2b2b;
}

/* line 253, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right ul li:last-child {
  margin-right: 0;
}

/* line 257, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right ul li .mode .mode-moon, .page-main-header .main-header-right .nav-right ul li .mode .mode-sun {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 262, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right ul li .mode .mode-sun {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

/* line 266, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right ul li .mode .mode-sun.show {
  opacity: 1;
  visibility: visible;
}

/* line 271, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right ul li .mode i {
  vertical-align: middle;
  font-size: 18px;
}

/* line 279, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .onhover-show-div li {
  display: block;
}

/* line 283, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right > ul {
  padding: 0 0;
}

/* line 286, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .btn-primary-light {
  padding: 6px 20px;
  font-weight: 600;
}

/* line 289, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .btn-primary-light svg {
  margin-right: 10px;
}

/* line 291, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .btn-primary-light svg path {
  color: #24695c;
  transition: 0.5s;
}

/* line 296, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .btn-primary-light:focus, .page-main-header .main-header-right .nav-right .btn-primary-light:hover {
  background-color: #24695c !important;
  color: #fff;
}

/* line 299, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .btn-primary-light:focus a, .page-main-header .main-header-right .nav-right .btn-primary-light:hover a {
  color: #fff;
}

/* line 303, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .btn-primary-light:focus svg path, .page-main-header .main-header-right .nav-right .btn-primary-light:hover svg path {
  color: #fff;
  transition: 0.5s;
}

/* line 311, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right.right-menu ul {
  justify-content: flex-end;
}

/* line 313, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right.right-menu ul li {
  position: relative;
}

/* line 315, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right.right-menu ul li .notification {
  position: absolute;
  top: -2px;
  right: -9px;
  padding: 5px 7px;
}

/* line 322, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right.right-menu ul li .profile-media .media-body {
  margin-left: 15px;
}

/* line 324, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right.right-menu ul li .profile-media .media-body span {
  font-weight: 500;
}

/* line 327, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right.right-menu ul li .profile-media .media-body p {
  font-size: 12px;
  line-height: 1;
  color: rgba(36, 41, 52, 0.7);
  font-weight: 500;
}

/* line 335, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right.right-menu ul li:hover {
  background-color: rgba(36, 105, 92, 0.1);
}

/* line 339, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right.right-menu ul li:hover .media .media-body > span {
  color: #323846;
}

/* line 342, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right.right-menu ul li:hover .media .media-body p {
  color: #24695c;
}

/* line 346, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right.right-menu ul li:hover .media p {
  color: #24695c;
}

/* line 351, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right.right-menu ul li:hover .btn svg {
  stroke: #fff;
}

/* line 359, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .icon-user {
  font-size: 16px;
}

/* line 362, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right > ul {
  display: flex;
  align-items: center;
}

/* line 365, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right > ul > li {
  position: relative;
  padding: 6px 10px;
  border-radius: 4px;
  margin-right: 20px;
}

/* line 370, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right > ul > li .badge {
  padding: 4px 8px;
}

/* line 373, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right > ul > li span {
  letter-spacing: 0.9px;
}

/* line 375, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right > ul > li span .fa {
  color: #cccccc;
}

/* line 378, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right > ul > li span ul {
  left: inherit;
  right: -10px;
  width: 130px;
}

/* line 382, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right > ul > li span ul:before, .page-main-header .main-header-right .nav-right > ul > li span ul:after {
  left: inherit;
  right: 10px;
}

/* line 386, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right > ul > li span ul li {
  display: block;
}

/* line 388, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right > ul > li span ul li a {
  font-size: 14px;
  color: #2c323f;
}

/* line 391, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right > ul > li span ul li a i {
  margin-left: 10px;
  font-size: 13px;
  color: #2c323f;
}

/* line 401, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right > ul .flag-icon {
  font-size: 16px;
}

/* line 405, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .chat-dropdown {
  width: 330px;
  top: 49px;
  right: 0;
  left: unset;
}

/* line 410, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .chat-dropdown li {
  padding: 15px;
}

/* line 412, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .chat-dropdown li + li {
  border-top: 1px solid #e6edef;
}

/* line 416, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .chat-dropdown li .media img {
  width: 40px;
  position: relative;
}

/* line 421, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .chat-dropdown li .media .media-body > span {
  font-weight: 600;
  color: #24695c !important;
}

/* line 425, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .chat-dropdown li .media .media-body p {
  margin-bottom: 0;
  color: #2c323f !important;
}

/* line 430, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .chat-dropdown li .media > p {
  color: #cccccc;
}

/* line 435, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .chat-dropdown:before, .page-main-header .main-header-right .nav-right .chat-dropdown:after {
  right: 10px !important;
  left: unset !important;
}

/* line 442, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .bookmark-dropdown {
  width: 300px;
  top: 50px;
  left: unset;
  right: 0;
  border-radius: 8px;
  padding: 15px;
}

/* line 449, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .bookmark-dropdown::before, .page-main-header .main-header-right .nav-right .bookmark-dropdown::after {
  display: none;
}

/* line 455, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .input-group-prepend .input-group-text {
  background-color: transparent;
  height: 100%;
}

/* line 460, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control {
  border-left: none;
  font-size: 13px;
}

/* line 463, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .bookmark-dropdown .form-group .input-group .form-control::placeholder {
  color: #cccccc;
  font-size: 13px;
}

/* line 471, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .bookmark-dropdown ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 474, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .bookmark-dropdown ul li:hover {
  background-color: #f5f7fb;
}

/* line 476, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .bookmark-dropdown ul li:hover .bookmark-icon {
  color: #24695c;
}

/* line 480, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .bookmark-dropdown ul li .bookmark-icon {
  margin-right: 15px;
  vertical-align: bottom;
}

/* line 484, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark {
  font-weight: 500;
  transition: all 0.5s ease;
}

/* line 488, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark .pull-right svg {
  color: #fa9f44;
  transition: all 0.5s ease;
}

/* line 493, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark:hover {
  color: #24695c;
}

/* line 495, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark:hover .bookmark-icon {
  stroke: #24695c;
}

/* line 499, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .bookmark-dropdown ul li.add-to-bookmark:hover .pull-right svg {
  color: #fa9f44;
  fill: #fa9f44;
}

/* line 510, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-box {
  position: relative;
}

/* line 512, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-box svg {
  animation: tada 1.5s ease infinite;
}

/* line 515, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-box .dot-animated {
  position: absolute;
  right: -5px;
  top: -6px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  content: '';
  background-color: #d22d3d;
  animation: fadeIn 2s ease infinite;
}

/* line 527, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown {
  top: 52px;
  width: 300px;
  right: -20px !important;
  left: unset;
}

/* line 532, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li {
  padding: 15px !important;
}

/* line 534, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li .badge-primary {
  background-color: rgba(36, 105, 92, 0.1);
  color: #24695c;
}

/* line 539, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 547, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-primary {
  background-color: rgba(36, 105, 92, 0.1);
  color: #24695c;
}

/* line 551, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-secondary {
  background-color: rgba(186, 137, 93, 0.1);
  color: #ba895d;
}

/* line 555, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-secondary svg path {
  color: #ba895d;
}

/* line 560, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-success {
  background-color: rgba(27, 76, 67, 0.1);
  color: #1b4c43;
}

/* line 564, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-danger {
  background-color: rgba(210, 45, 61, 0.1);
  color: #d22d3d;
}

/* line 567, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg.bg-light-danger path {
  color: #d22d3d;
}

/* line 573, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li .media .media-body p {
  font-weight: 700;
  margin-bottom: 0;
}

/* line 577, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li .media .media-body span {
  font-size: 12px;
  color: #cccccc;
  font-weight: 500;
}

/* line 584, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li + li {
  border-top: 1px solid #e6edef;
}

/* line 588, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li.noti-primary:hover {
  background-color: rgba(36, 105, 92, 0.1);
}

/* line 593, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li.noti-secondary:hover {
  background-color: rgba(186, 137, 93, 0.1);
}

/* line 597, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li.noti-secondary:hover .media .media-body p {
  color: #ba895d;
}

/* line 600, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li.noti-secondary:hover .media .media-body span {
  color: #ba895d;
}

/* line 608, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li.noti-success:hover {
  background-color: rgba(27, 76, 67, 0.1);
}

/* line 612, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li.noti-success:hover .media .media-body p {
  color: #1b4c43;
}

/* line 615, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li.noti-success:hover .media .media-body span {
  color: #1b4c43;
}

/* line 623, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li.noti-danger:hover {
  background-color: rgba(210, 45, 61, 0.1);
}

/* line 627, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li.noti-danger:hover .media .media-body p {
  color: #d22d3d;
}

/* line 630, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li.noti-danger:hover .media .media-body span {
  color: #d22d3d;
}

/* line 643, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-primary {
  background-color: #24695c;
  color: #fff;
}

/* line 647, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-secondary {
  background-color: #ba895d;
  color: #fff;
}

/* line 651, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-secondary svg path {
  color: #fff;
}

/* line 656, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-success {
  background-color: #1b4c43;
  color: #fff;
}

/* line 659, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-success svg {
  color: #fff;
}

/* line 661, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-success svg path {
  color: #fff;
}

/* line 666, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-danger {
  background-color: #d22d3d;
  color: #fff;
}

/* line 669, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown li:hover .notification-bg.bg-light-danger path {
  color: #fff;
}

/* line 676, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right .nav-right .notification-dropdown:before, .page-main-header .main-header-right .nav-right .notification-dropdown:after {
  right: 28px !important;
  left: unset !important;
}

/* line 682, app/assets/stylesheets/theme/theme/_header.scss */
.page-main-header .main-header-right li {
  display: inline-block;
  position: relative;
}

/* line 689, app/assets/stylesheets/theme/theme/_header.scss */
.onhover-dropdown {
  cursor: pointer;
  position: relative;
}

/* line 698, app/assets/stylesheets/theme/theme/_header.scss */
.onhover-show-div {
  top: 80px;
  position: absolute;
  z-index: 8;
  background-color: #fff;
  border: 1px solid #f5f7fb;
  transition: all linear 0.3s;
}

/* line 708, app/assets/stylesheets/theme/theme/_header.scss */
.onhover-show-div li a svg {
  margin-top: 0 !important;
}

/* line 710, app/assets/stylesheets/theme/theme/_header.scss */
.onhover-show-div li a svg path, .onhover-show-div li a svg line {
  color: #242934 !important;
}

/**======Main Header css Ends ======**/
/** ===== Vertical Menu css Start=====**/
/* line 720, app/assets/stylesheets/theme/theme/_header.scss */
.vertical-menu-main {
  background: white;
  position: fixed;
  top: 88px;
  z-index: 1;
  width: 100%;
}

/* line 727, app/assets/stylesheets/theme/theme/_header.scss */
.vertical-menu-mt {
  margin-top: 148px !important;
  margin-left: 0 !important;
}

/* line 732, app/assets/stylesheets/theme/theme/_header.scss */
.vertical-menu-mt .custom-card .card-header img {
  margin-top: -146px !important;
}

/* line 743, app/assets/stylesheets/theme/theme/_header.scss */
.vertical-menu-main #main-nav #main-menu li a svg {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  stroke-width: 2.5;
}

/* line 753, app/assets/stylesheets/theme/theme/_header.scss */
.vertical-menu-main .mega-menu {
  width: 1500px !important;
  max-width: 1500px !important;
  padding: 0;
  left: -120px !important;
  top: 65px !important;
}

/** ===== Vertical Menu css Ends=====**/
/*=======Mega menu css start=======*/
/* line 764, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu {
  perspective: inherit;
  position: static !important;
  padding-top: 5px;
}

/* line 770, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .default-according .card .btn-link {
  font-weight: 500;
  color: gray;
}

/* line 774, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .default-according .card .card-body {
  font-size: 12px;
}

/* line 779, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .onhover-show-div {
  width: 1500px;
}

/* line 782, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .card-body {
  padding: 20px;
}

/* line 785, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .title {
  color: #242934;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 795, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu div > div a {
  margin-bottom: 0px;
  display: inline-block;
  color: rgba(36, 41, 52, 0.7);
}

/* line 802, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .custom-nav-img {
  position: static;
}

/* line 804, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .custom-nav-img .desk {
  line-height: 25px;
  font-size: 14px;
  color: rgba(36, 41, 52, 0.7);
}

/* line 812, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .list-unstyled div a {
  padding: 8px 35px 8px 0;
  transition: 0.5s;
}

/* line 815, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .list-unstyled div a:hover {
  padding: 8px 35px 8px 10px;
  transition: 0.5s;
}

/* line 822, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .galleria div {
  margin-bottom: 5px;
}

/* line 824, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .galleria div:hover {
  transform: translateY(4px) scale(1.04);
}

/* line 828, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .galleria-list .galleria > div {
  width: 25%;
  font-size: 12px;
  float: left;
  color: #000;
  transition: ease-in 0.3s;
}

/* line 834, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .galleria-list .galleria > div > a {
  display: block;
  margin: 5px 0 10px;
  padding: 0 0 !important;
}

/* line 839, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .galleria-list .galleria > div img {
  border-radius: 3px;
  max-width: 100%;
}

/* line 843, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .galleria-list .galleria > div .username {
  font-size: 12px;
  color: #242934;
  margin-bottom: 5px;
}

/* line 847, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .galleria-list .galleria > div .username small {
  display: block;
  font-size: 11px;
  color: rgba(36, 41, 52, 0.7);
  margin-top: 3px;
}

/* line 855, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .drilldown {
  overflow: hidden;
  width: 100%;
  padding: 0;
  transform: translate3d(0, 0, 0);
}

/* line 860, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .drilldown a {
  width: 100%;
}

/* line 862, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .drilldown a:hover {
  background-color: transparent;
  color: #24695c;
}

/* line 868, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .drilldown-sub {
  display: none;
}

/* line 869, app/assets/stylesheets/theme/theme/_header.scss */
.mega-menu .drilldown-back {
  font-weight: bold;
}

/*=======Mega menu css end=======*/
@media only screen and (max-width: 1366px) {
  /* line 877, app/assets/stylesheets/theme/theme/_header.scss */
  .profile-dropdown.onhover-show-div {
    left: 0;
    right: unset !important;
  }
  /* line 882, app/assets/stylesheets/theme/theme/_header.scss */
  .profile-dropdown.onhover-show-div:before, .profile-dropdown.onhover-show-div:after {
    right: 10px !important;
    left: unset !important;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 905, app/assets/stylesheets/theme/theme/_header.scss */
  .page-main-header .main-header-right .nav-right > ul > li {
    padding: 6px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 918, app/assets/stylesheets/theme/theme/_header.scss */
  .page-main-header .main-header-right .nav-right .notification-dropdown {
    top: 46px;
  }
}

/**=====================
    05. Header CSS Ends
==========================**/
/**=====================
    78. Sidebar CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5:after, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after {
  position: absolute;
  content: "";
  top: 30%;
  font-family: FontAwesome;
  font-size: 11px;
  color: #cccccc;
}

/* line 14, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after {
  position: absolute;
  content: "";
  top: 49%;
  width: 5px;
  height: 1px;
  border-radius: 100%;
  background-color: #59667a;
}

/* line 23, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper {
  position: relative;
}

/* line 28, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav {
  z-index: 3;
  height: 54px;
  line-height: inherit;
  position: fixed;
  width: 100%;
  top: 77px;
  background: #fff;
  border-top: 1px solid #e6edef;
  border-bottom: 1px solid #e6edef;
}

/* line 38, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .sidebar-user {
  display: none;
}

/* line 41, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .logo-wrapper, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .logo-icon-wrapper {
  display: none;
}

/* line 44, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar {
  text-align: left;
  position: relative;
}

/* line 47, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar #mainnav {
  width: 1920px;
  position: fixed;
  left: 0;
}

/* line 52, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .left-arrow, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .right-arrow {
  position: absolute;
  top: 0px;
  padding: 14px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* line 61, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .left-arrow.disabled, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .right-arrow.disabled {
  display: none;
}

/* line 65, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .left-arrow {
  left: 0;
}

/* line 68, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .right-arrow {
  right: 0;
}

/* line 71, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  display: -webkit-box !important;
  padding: 0 5px;
  transition: all .5s ease;
  white-space: nowrap;
}

/* line 88, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown a.active .according-menu i:before {
  content: '-';
}

/* line 95, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown a.link-nav .according-menu {
  display: none;
}

/* line 103, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown ul.nav-submenu li a.active {
  color: #24695c;
}

/* line 105, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu li.dropdown ul.nav-submenu li a.active:after {
  background-color: #24695c;
}

/* line 114, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu .sidebar-main-title {
  display: none;
}

/* line 117, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li {
  position: relative;
  float: left;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 124, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li + li {
  border-left: 1px solid #e6edef;
}

/* line 127, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li:first-child {
  display: none !important;
}

/* line 130, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li > a {
  display: block;
  color: #242934;
  line-height: 23px;
  text-decoration: none;
  text-transform: capitalize;
  padding: 0 18px;
  letter-spacing: 0.04em;
  position: relative;
  border-radius: 4px;
  font-weight: 500;
}

/* line 141, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li > a svg {
  width: 16px;
  vertical-align: bottom;
  margin-right: 15px;
}

/* line 146, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li > a .according-menu {
  display: none;
}

/* line 150, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu {
  position: absolute;
  left: 0;
  z-index: 4;
  box-shadow: 0 0 1px 0 #898989;
  padding: 15px 0px 15px 0px;
  background: white;
}

/* line 157, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li {
  border: 0;
  float: none;
  position: relative;
  display: block;
}

/* line 162, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li a {
  border: 0 !important;
  background: transparent;
  color: #717171;
  border-radius: 0 !important;
  text-transform: capitalize;
  font-size: 13px;
  padding: 6px 25px;
  display: block;
  letter-spacing: 0.07em;
  transition: all 0.5s ease;
  position: relative;
}

/* line 174, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after {
  left: 12px;
}

/* line 179, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
  position: absolute;
  width: 200px;
  right: -200px;
  top: 0;
  background-color: #fff;
  border: none;
  padding: 15px 0px 15px 0px;
  box-shadow: 0 0 1px 0 #898989;
}

/* line 191, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container {
  position: fixed;
  right: 30px;
  z-index: 4;
  box-shadow: 0 0 1px 0 #898989;
  padding: 30px;
  background-color: #fff;
  width: 95%;
  border-radius: 4px;
}

/* line 200, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box {
  width: 20%;
}

/* line 204, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
  text-transform: uppercase;
  font-size: 14px;
  margin-left: -13px;
  font-weight: 600;
}

/* line 211, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content {
  box-shadow: none;
  background-color: transparent;
  position: relative;
  display: block;
  padding: 0;
}

/* line 218, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li {
  border: 0;
  float: none;
  position: relative;
  display: block;
}

/* line 223, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
  border: 0 !important;
  background: transparent;
  color: #717171;
  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;
}

/* line 235, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:after {
  position: absolute;
  content: "";
  left: -12px;
  top: 50%;
  width: 5px;
  height: 1px;
  background-color: #59667a;
}

/* line 253, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li:hover > a:after {
  left: 0;
  right: 0;
  opacity: 1;
}

/* line 260, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li.mega-menu {
  position: unset;
}

/* line 271, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav.white-active .main-navbar .nav-menu > li .nav-link.active {
  background-color: white;
  color: #ba895d;
}

/* line 280, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav.overlay-white {
  background-color: rgba(255, 255, 255, 0.08);
}

/* line 284, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .toggle-nav {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* line 289, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .toggle-nav i {
  font-size: 24px;
}

/* line 298, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo ul li a {
  position: relative;
}

/* line 300, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo ul li a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo ul li a:focus {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 308, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo .new {
  position: absolute;
  top: -8px;
  right: 0px;
  color: white;
  background-color: #24695c;
  padding: 2px 7px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.3;
}

/* line 319, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu .mega-box .link-section .demo .title {
  border-bottom: 2px solid red !important;
}

/* line 326, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
  min-height: calc(100vh - 130px);
  margin-top: 130px;
  padding-top: 30px;
}

/* line 332, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-main-header {
  box-shadow: none;
}

/* line 335, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-main-header .main-header-right .form-control-plaintext {
  width: auto !important;
}

/* line 338, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.horizontal-wrapper .page-main-header .main-header-right .toggle-sidebar {
  display: none;
}

/* line 348, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-main-header.close_icon {
  margin-left: 0;
  width: calc(100% - 0px);
}

/* line 355, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
  position: fixed;
  border-bottom: none;
  top: 82px;
  z-index: 8;
  height: 100%;
  line-height: inherit;
  background: #fff;
  border-right: 1px solid #e6edef;
  width: 290px;
  text-align: left;
  transition: 0.3s ease;
}

/* line 368, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6edef;
}

/* line 376, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div h6 {
  color: #24695c;
  font-size: 18px;
  margin-bottom: 0;
}

/* line 381, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div p {
  color: #242934;
  margin-bottom: 0;
}

/* line 387, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user {
  padding: 30px;
  position: relative;
  border-bottom: 1px solid #e6edef;
  margin-bottom: 20px;
}

/* line 392, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user img {
  border: 10px solid rgba(36, 105, 92, 0.2);
}

/* line 395, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user .setting-primary {
  position: absolute;
  top: 30px;
  right: 35px;
}

/* line 400, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user h6 {
  margin-bottom: 0;
}

/* line 403, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user p {
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

/* line 408, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user .badge-bottom {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 95px;
}

/* line 414, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user .badge-bottom .badge {
  padding: 4px 6px 3px;
  box-shadow: 0px 7px 10px rgba(36, 105, 92, 0.3);
  font-family: "Roboto", sans-serif;
}

/* line 420, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

/* line 424, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li {
  position: relative;
}

/* line 427, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li + li::before {
  position: absolute;
  content: '';
  left: -14px;
  top: 15px;
  width: 2px;
  height: 15px;
  background-color: #e6edef;
}

/* line 437, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li span {
  font-weight: 600;
}

/* line 440, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li p {
  font-size: 12px;
  margin-bottom: -5px;
}

/* line 447, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon {
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
}

/* line 452, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ .page-body {
  margin-left: 0px;
  transition: 0.5s;
}

/* line 456, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
  margin-left: 78px;
  transition: 0.5s;
}

/* line 462, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .left-arrow, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .right-arrow {
  display: none;
}

/* line 465, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
  border-radius: 0;
  height: calc(100vh - 355px);
  left: -300px;
  z-index: 99;
  transition: color 1s ease;
  overflow: hidden;
  overflow-y: auto;
  color: rgba(0, 0, 0, 0);
  padding-bottom: 15px;
}

/* line 476, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
}

/* line 479, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar-thumb, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  border-radius: 13px;
}

/* line 483, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
  background-color: #f5f7fb;
}

/* line 489, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.custom-scrollbar:hover {
  color: rgba(36, 105, 92, 0.2);
}

/* line 504, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown ul.nav-submenu li a.active {
  color: #24695c;
}

/* line 506, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown ul.nav-submenu li a.active:after {
  color: #24695c;
}

/* line 512, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown ul.nav-submenu li:hover a {
  color: #24695c;
}

/* line 520, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu li a {
  font-weight: 600;
}

/* line 523, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu li a.link-nav .according-menu {
  display: none;
}

/* line 528, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu li:last-child {
  border-bottom: none;
}

/* line 532, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu.opennav {
  left: 0;
}

/* line 535, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .back-btn {
  display: block;
  width: 100%;
  padding: 0;
}

/* line 539, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .back-btn .mobile-back {
  padding: 20px;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 551, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li {
  display: block;
  float: none;
  width: 100%;
  padding: 0 20px;
}

/* line 556, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li span {
  font-weight: 600;
}

/* line 559, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a {
  padding: 10px 15px;
  position: relative;
  color: #222222;
}

/* line 563, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a svg {
  width: 16px;
  margin-right: 15px;
  vertical-align: bottom;
  float: none;
  stroke-width: 2.5px;
}

/* line 570, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a .sub-arrow {
  right: 20px;
  position: absolute;
  top: 10px;
}

/* line 574, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a .sub-arrow i {
  display: none;
}

/* line 577, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a .sub-arrow:before {
  display: none;
}

/* line 582, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li:first-child {
  display: none !important;
}

/* line 585, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu {
  width: 100%;
  padding: 0;
  position: relative !important;
  display: none;
}

/* line 591, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu > li a {
  padding-left: 45px !important;
  font-weight: 400;
}

/* line 597, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu .submenu-title .according-menu {
  top: 8px;
}

/* line 601, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu.opensubmenu {
  display: block;
}

/* line 605, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
  display: none;
  position: relative !important;
  right: 0;
  width: 100%;
  padding: 0;
}

/* line 611, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu.opensubchild {
  display: block;
}

/* line 615, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li a {
  padding: 6px 45px;
  padding-left: 56px !important;
}

/* line 618, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li a:after {
  display: none;
}

/* line 624, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a {
  padding: 8px 25px;
  font-size: 13px;
  color: #717171;
  display: block;
  position: relative;
  letter-spacing: 0.07em;
}

/* line 631, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:after {
  left: 26px;
}

/* line 635, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu li a:hover {
  margin-left: 0;
}

/* line 641, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container {
  display: none;
  padding: 0;
  position: relative;
}

/* line 645, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container.opensubmenu {
  display: block;
}

/* line 648, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box {
  width: 100%;
  padding: 0;
}

/* line 652, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title {
  position: relative;
}

/* line 654, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > 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: 13px;
  font-weight: 400;
  color: #242934;
  position: relative;
  cursor: pointer;
}

/* line 663, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5:after {
  left: 26px;
}

/* line 668, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title .according-menu {
  top: 8px;
}

/* line 672, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content {
  display: none;
}

/* line 674, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu {
  display: block;
}

/* line 678, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu ul li a {
  padding: 6px 25px 6px 50px;
  font-size: 13px;
  font-weight: 400;
  color: #242934;
  display: block;
}

/* line 684, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu ul li a:after {
  display: none;
}

/* line 693, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
  line-height: 1.9;
}

/* line 695, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
  margin-left: 0;
}

/* line 705, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link {
  border-radius: 10px;
  transition: all 0.5s ease;
}

/* line 708, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link:hover {
  background-color: #24695c;
  color: #d0efe9;
  transition: all 0.5s ease;
  position: relative;
}

/* line 716, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active .according-menu i, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link:hover .according-menu i {
  color: #d0efe9;
}

/* line 720, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active svg, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link:hover svg {
  color: #d0efe9 !important;
}

/* line 730, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper header .menu nav {
  margin-left: auto;
  margin-right: 30px;
}

/* line 743, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper .mega-box .link-section .demo ul li a span img {
  top: 30px;
  right: -60px;
}

/* line 755, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper .mega-box.col {
  flex-basis: unset;
}

/* line 759, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper .according-menu {
  position: absolute;
  right: 15px;
  top: 12px;
  display: block;
}

/* line 764, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
  vertical-align: middle;
  color: #000;
}

/* line 770, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper .main-menu.border-section {
  border: none;
}

/* line 775, app/assets/stylesheets/theme/theme/_sidebar.scss */
.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;
}

/* line 780, app/assets/stylesheets/theme/theme/_sidebar.scss */
.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;
}

/* line 789, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
  padding-top: 30px;
  margin-left: 290px;
}

/* line 801, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper .according-menu {
  display: none !important;
}

/* line 805, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
  width: 150px;
}

/* line 807, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user {
  display: none;
}

/* line 811, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
  height: calc(100vh - 80px);
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 816, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .sidebar-main-title {
  display: none;
}

/* line 819, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link {
  text-align: center;
  padding-left: unset;
  padding-right: unset;
}

/* line 823, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active {
  background-color: transparent;
}

/* line 825, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active svg {
  color: #24695c !important;
}

/* line 828, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link.active span {
  color: #24695c !important;
}

/* line 832, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link svg {
  display: block;
  width: auto;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border-radius: 5px;
}

/* line 841, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link span {
  display: block;
  word-wrap: break-word;
  margin-top: -5px;
}

/* line 851, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-title.active ~ .menu-content {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  display: none;
  padding-top: 20px;
  box-shadow: 0 0 20px rgba(25, 124, 207, 0.08);
}

/* line 861, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-content {
  position: fixed !important;
  top: 75px;
  height: calc(100vh - 0px);
  overflow: auto;
  left: 120px;
  width: 190px;
  transition: all 0.5s ease-in-out;
}

/* line 873, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title {
  display: none !important;
}

/* line 876, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav ~ footer {
  margin-left: 150px;
}

/* line 881, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper .page-body {
  margin-left: 150px;
}

/* line 892, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.modern-sidebar {
  padding: 30px;
  background-color: rgba(36, 105, 92, 0.15);
  height: 100vh;
  overflow: hidden;
}

/* line 897, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.modern-sidebar .page-main-header {
  top: 30px;
  width: calc(100% - 60px);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 2;
}

/* line 903, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.modern-sidebar .page-main-header.close_icon {
  width: calc(100% - 60px);
}

/* line 908, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper {
  margin-bottom: auto;
  margin-top: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-radius: 20px;
  padding-top: 75px;
}

/* line 916, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
  top: 113px;
  height: calc(100vh - 145px);
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.3s ease;
}

/* line 923, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav.close_icon {
  opacity: 0;
  visibility: hidden;
  transform: translate(0);
}

/* line 927, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
  margin-left: 30px;
}

/* line 932, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
  height: calc(100vh - 430px);
}

/* line 938, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
  margin-left: 290px;
  overflow-y: scroll !important;
  min-height: calc(100vh - 185px);
  max-height: calc(100vh - 185px);
  margin-bottom: auto;
  margin-top: auto;
  border-top-right-radius: 20px;
}

/* line 947, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
  width: 6px;
}

/* line 950, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

/* line 954, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
  background-color: rgba(36, 105, 92, 0.2);
  border-radius: 13px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

/* line 962, app/assets/stylesheets/theme/theme/_sidebar.scss */
.page-wrapper.modern-sidebar.compact-wrapper footer {
  position: fixed;
  left: 0;
  width: calc(100% - 60px);
  z-index: 10;
  margin-left: 30px;
  margin-bottom: 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* line 985, app/assets/stylesheets/theme/theme/_sidebar.scss */
.main-navbar ul.nav-pills {
  display: flex  !important;
  border-top: 1px solid #e6edef;
  border-bottom: 1px solid #e6edef;
}

/* line 989, app/assets/stylesheets/theme/theme/_sidebar.scss */
.main-navbar ul.nav-pills .nav-item {
  width: 50%;
}

/* line 991, app/assets/stylesheets/theme/theme/_sidebar.scss */
.main-navbar ul.nav-pills .nav-item:last-child {
  border-left: 1px solid #e6edef;
}

/* line 994, app/assets/stylesheets/theme/theme/_sidebar.scss */
.main-navbar ul.nav-pills .nav-item .nav-link {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
}

/* line 1001, app/assets/stylesheets/theme/theme/_sidebar.scss */
.main-navbar ul.nav-pills .nav-item .nav-link.active {
  border-radius: unset;
  background-color: rgba(36, 105, 92, 0.1);
  color: #24695c;
}

/* line 1009, app/assets/stylesheets/theme/theme/_sidebar.scss */
.main-navbar .tab-content {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 1018, app/assets/stylesheets/theme/theme/_sidebar.scss */
.rtl .link-section {
  float: right;
}

/* line 1028, app/assets/stylesheets/theme/theme/_sidebar.scss */
.rtl .mega-box .link-section .demo ul li a span img {
  right: unset;
  left: -120px;
}

@media (min-width: 992px) {
  /* line 1043, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .responsive-btn {
    display: none;
  }
  /* line 1054, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu {
    width: 200px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transition: all 0.5s ease;
  }
  /* line 1061, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu a .sub-arrow {
    position: absolute;
    right: 20px;
    top: 5px;
    color: #59667a;
    font-size: 10px;
    transition: all 0.5s ease;
  }
  /* line 1071, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
    display: none;
    border-radius: 4px;
  }
  /* line 1076, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu li:hover .nav-sub-childmenu {
    display: block;
  }
  /* line 1082, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .nav-submenu li a:hover .sub-arrow {
    right: 16px;
    color: #222222;
    transition: all 0.5s ease;
  }
  /* line 1091, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li .mega-menu-container {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
  /* line 1097, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li:hover .nav-submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
    transition: all 0.5s ease;
  }
  /* line 1103, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header .main-navbar .nav-menu > li:hover .mega-menu-container {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
    transition: all 0.5s ease;
  }
  /* line 1115, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav {
    display: none;
  }
  /* line 1118, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.horizontal-wrapper .page-body-wrapper .mobile-back {
    display: none !important;
  }
  /* line 1127, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .rtl .mega .full-mega-menu {
    float: left !important;
    left: 50% !important;
    right: auto !important;
  }
  /* line 1131, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .rtl .mega .full-mega-menu.center-mega-menu {
    margin-right: 0 !important;
    margin-left: 0 !important;
    left: unset !important;
    right: 50% !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
  /* line 1149, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.modern-sidebar .page-main-header .main-header-right .nav-right.right-menu ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1660px) {
  /* line 1171, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li a svg {
    margin-right: 6px;
  }
  /* line 1179, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu .nav-submenu.submenu-right-xl li .nav-sub-childmenu {
    left: -200px;
    right: unset;
  }
}

@media (max-width: 1460px) {
  /* line 1199, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .rtl .pixelstrap .mega .full-mega-menu {
    margin-left: 0 !important;
    margin-right: 162px !important;
  }
  /* line 1209, app/assets/stylesheets/theme/theme/_sidebar.scss */
  header .main-navbar .nav-menu > li {
    margin-right: 8px;
  }
}

@media (max-width: 1199px) {
  /* line 1223, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav.close_icon ~ footer {
    margin-left: unset;
  }
  /* line 1230, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.modern-sidebar {
    padding: unset;
    height: auto;
  }
  /* line 1233, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.modern-sidebar .page-main-header {
    top: 0;
    border-radius: unset;
    width: 100%;
  }
  /* line 1237, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.modern-sidebar .page-main-header.close_icon {
    width: 100%;
  }
  /* line 1242, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper {
    border-radius: unset;
    margin-top: unset;
    margin-bottom: unset;
    padding-top: unset;
  }
  /* line 1248, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
    top: 85px;
    height: auto;
  }
  /* line 1252, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
    height: calc(100vh - 355px);
  }
  /* line 1257, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
    width: 100%;
    margin-left: unset;
  }
  /* line 1264, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
    max-height: unset;
    max-height: unset;
    min-height: calc(100vh - 76px);
    margin-top: 76px;
  }
  /* line 1269, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
    display: none;
  }
  /* line 1272, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
    display: none;
  }
  /* line 1275, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
    display: none;
  }
  /* line 1289, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.modern-sidebar.compact-wrapper footer {
    position: unset;
    width: auto;
    border-radius: unset;
    margin-left: 275px;
    margin-bottom: unset;
  }
}

@media (max-width: 991px) {
  /* line 1308, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
    margin-top: 65px;
  }
}

@media (max-width: 767px) {
  /* line 1320, app/assets/stylesheets/theme/theme/_sidebar.scss */
  header .menu .brand-logo img {
    width: 120px;
  }
}

@media (max-width: 576px) {
  /* line 1330, app/assets/stylesheets/theme/theme/_sidebar.scss */
  header .menu nav {
    margin-right: 20px;
  }
  /* line 1336, app/assets/stylesheets/theme/theme/_sidebar.scss */
  .toggle-nav i {
    font-size: 20px;
  }
}

/**=====================
    78. Sidebar CSS Ends
==========================**/
/**=====================
    06. Button CSS start
==========================**/
/* line 23, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn {
  font-size: 14px;
  padding: 0.375rem 1.75rem;
  font-weight: 600;
}

/* line 28, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-lg {
  font-size: 18px;
}

/* line 31, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-sm {
  font-size: 12px;
}

/* line 34, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-xs {
  padding: 0.2rem 0.7rem;
  font-size: 10px;
}

/* line 38, app/assets/stylesheets/theme/theme/_buttons.scss */
.large-btn {
  margin-bottom: -20px;
}

/* line 39, app/assets/stylesheets/theme/theme/_buttons.scss */
.large-btn .btn {
  margin-right: 5px;
  margin-bottom: 15px;
}

/* line 54, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-primary {
  box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
}

/* line 56, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active {
  background-color: #17433b;
  border-color: #17433b;
}

/* line 54, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-secondary {
  box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
}

/* line 56, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-secondary:hover, .btn-air-secondary:active, .btn-air-secondary:not([disabled]):not(.disabled):active {
  background-color: #a07044;
  border-color: #a07044;
}

/* line 54, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-success {
  box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
}

/* line 56, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-success:hover, .btn-air-success:active, .btn-air-success:not([disabled]):not(.disabled):active {
  background-color: #0e2622;
  border-color: #0e2622;
}

/* line 54, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-danger {
  box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
}

/* line 56, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-danger:hover, .btn-air-danger:active, .btn-air-danger:not([disabled]):not(.disabled):active {
  background-color: #a82431;
  border-color: #a82431;
}

/* line 54, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-info {
  box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
}

/* line 56, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-info:hover, .btn-air-info:active, .btn-air-info:not([disabled]):not(.disabled):active {
  background-color: #585858;
  border-color: #585858;
}

/* line 54, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-light {
  box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
}

/* line 56, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-light:hover, .btn-air-light:active, .btn-air-light:not([disabled]):not(.disabled):active {
  background-color: #c7d7db;
  border-color: #c7d7db;
}

/* line 54, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-dark {
  box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
}

/* line 56, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-dark:hover, .btn-air-dark:active, .btn-air-dark:not([disabled]):not(.disabled):active {
  background-color: #171a21;
  border-color: #171a21;
}

/* line 54, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-warning {
  box-shadow: 0 5px 10px 2px rgba(36, 105, 92, 0.19) !important;
}

/* line 56, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-air-warning:hover, .btn-air-warning:active, .btn-air-warning:not([disabled]):not(.disabled):active {
  background-color: #c8ac1d;
  border-color: #c8ac1d;
}

/* line 63, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-info {
  color: #fff;
}

/* line 76, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-primary {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}

/* line 78, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-primary:focus {
  border-color: #24695c;
}

/* line 76, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-secondary {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}

/* line 78, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-secondary:focus {
  border-color: #ba895d;
}

/* line 76, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-success {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}

/* line 78, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-success:focus {
  border-color: #1b4c43;
}

/* line 76, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-danger {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}

/* line 78, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-danger:focus {
  border-color: #d22d3d;
}

/* line 76, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-info {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}

/* line 78, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-info:focus {
  border-color: #717171;
}

/* line 76, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-light {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}

/* line 78, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-light:focus {
  border-color: #e6edef;
}

/* line 76, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-dark {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}

/* line 78, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-dark:focus {
  border-color: #2c323f;
}

/* line 76, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-warning {
  box-shadow: 0 3px 5px 1px rgba(88, 103, 221, 0.15) !important;
}

/* line 78, app/assets/stylesheets/theme/theme/_buttons.scss */
.input-air-warning:focus {
  border-color: #e2c636;
}

/* line 93, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-primary {
  background: #24695c;
  border-color: #24695c;
  color: #fff;
}

/* line 102, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-primary:focus {
  border-color: #24695c;
  background: #24695c;
  color: #fff;
}

/* line 111, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-primary:focus:active {
  border-color: #24695c;
  background: #24695c;
  color: #fff;
}

/* line 93, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-secondary {
  background: #ba895d;
  border-color: #ba895d;
  color: #fff;
}

/* line 102, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-secondary:focus {
  border-color: #ba895d;
  background: #ba895d;
  color: #fff;
}

/* line 111, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-secondary:focus:active {
  border-color: #ba895d;
  background: #ba895d;
  color: #fff;
}

/* line 93, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-success {
  background: #1b4c43;
  border-color: #1b4c43;
  color: #fff;
}

/* line 102, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-success:focus {
  border-color: #1b4c43;
  background: #1b4c43;
  color: #fff;
}

/* line 111, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-success:focus:active {
  border-color: #1b4c43;
  background: #1b4c43;
  color: #fff;
}

/* line 93, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-danger {
  background: #d22d3d;
  border-color: #d22d3d;
  color: #fff;
}

/* line 102, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-danger:focus {
  border-color: #d22d3d;
  background: #d22d3d;
  color: #fff;
}

/* line 111, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-danger:focus:active {
  border-color: #d22d3d;
  background: #d22d3d;
  color: #fff;
}

/* line 93, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-info {
  background: #717171;
  border-color: #717171;
  color: #fff;
}

/* line 102, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-info:focus {
  border-color: #717171;
  background: #717171;
  color: #fff;
}

/* line 111, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-info:focus:active {
  border-color: #717171;
  background: #717171;
  color: #fff;
}

/* line 93, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-light {
  background: #e6edef;
  border-color: #e6edef;
  color: #2c323f;
}

/* line 102, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-light:focus {
  border-color: #e6edef;
  background: #e6edef;
  color: #2c323f;
}

/* line 111, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-light:focus:active {
  border-color: #e6edef;
  background: #e6edef;
  color: #2c323f;
}

/* line 93, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-dark {
  background: #2c323f;
  border-color: #2c323f;
  color: #fff;
}

/* line 102, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-dark:focus {
  border-color: #2c323f;
  background: #2c323f;
  color: #fff;
}

/* line 111, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-dark:focus:active {
  border-color: #2c323f;
  background: #2c323f;
  color: #fff;
}

/* line 93, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-warning {
  background: #e2c636;
  border-color: #e2c636;
  color: #fff;
}

/* line 102, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-warning:focus {
  border-color: #e2c636;
  background: #e2c636;
  color: #fff;
}

/* line 111, app/assets/stylesheets/theme/theme/_buttons.scss */
.form-bg-warning:focus:active {
  border-color: #e2c636;
  background: #e2c636;
  color: #fff;
}

/* line 124, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-warning {
  color: #fff;
}

/* line 126, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-warning:hover, .btn-warning.disabled {
  color: #fff;
}

/* line 131, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-primary-gradien {
  background-image: linear-gradient(to right, #2e8777 0%, #1a4b41 51%, #2e8777 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}

/* line 133, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-primary-gradien:hover {
  color: #242934 !important;
}

/* line 136, app/assets/stylesheets/theme/theme/_buttons.scss */
.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, #2e8777, 0%, #1a4b41, 100%, #fff) !important;
}

/* line 143, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-secondary-gradien {
  background-image: linear-gradient(to right, #c69e7a 0%, #a77547 51%, #c69e7a 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}

/* line 145, app/assets/stylesheets/theme/theme/_buttons.scss */
.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, #c69e7a, 0%, #a77547, 100%, #fff) !important;
}

/* line 151, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-success-gradien {
  background-image: linear-gradient(to right, #266a5e 0%, #102e28 51%, #266a5e 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}

/* line 153, app/assets/stylesheets/theme/theme/_buttons.scss */
.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, #266a5e, 0%, #102e28, 100%, #fff) !important;
}

/* line 159, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-danger-gradien {
  background-image: linear-gradient(to right, #d94f5c 0%, #b02633 51%, #d94f5c 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}

/* line 161, app/assets/stylesheets/theme/theme/_buttons.scss */
.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, #d94f5c, 0%, #b02633, 100%, #fff) !important;
}

/* line 167, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-warning-gradien {
  background-image: linear-gradient(to right, #e7d05a 0%, #d1b41e 51%, #e7d05a 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}

/* line 169, app/assets/stylesheets/theme/theme/_buttons.scss */
.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, #e7d05a, 0%, #d1b41e, 100%, #fff) !important;
}

/* line 175, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-info-gradien {
  background-image: linear-gradient(to right, #858585 0%, #5d5d5d 51%, #858585 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}

/* line 177, app/assets/stylesheets/theme/theme/_buttons.scss */
.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, #858585, 0%, #5d5d5d, 100%, #fff) !important;
}

/* line 183, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-light-gradien {
  background-image: linear-gradient(to right, white 0%, #cddbdf 51%, white 100%);
  border: none;
  color: #fff;
  background-size: auto 200%;
  transition: all 0.3s ease;
}

/* line 185, app/assets/stylesheets/theme/theme/_buttons.scss */
.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%, #cddbdf, 100%, #fff) !important;
}

/* line 191, app/assets/stylesheets/theme/theme/_buttons.scss */
.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;
}

/* line 193, app/assets/stylesheets/theme/theme/_buttons.scss */
.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;
}

/* line 200, app/assets/stylesheets/theme/theme/_buttons.scss */
[class*='-gradien']:hover {
  background-size: 50% 100%;
  transition: all 0.3s ease;
  color: #fff;
}

/* line 206, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-square {
  border-radius: 0px;
}

/* line 209, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-pill {
  border-radius: 60px;
}

/* line 214, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px;
}

/* line 217, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0;
}

/* line 224, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px;
}

/* line 227, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0;
}

/* line 232, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-showcase {
  margin-bottom: -10px;
}

/* line 233, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-showcase .btn {
  margin-bottom: 10px;
  margin-right: 18px;
}

/* line 239, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-dropdown-showcase {
  margin-bottom: -10px;
}

/* line 240, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-dropdown-showcase .dropdown {
  margin-bottom: 10px;
  margin-right: 18px;
}

/* line 244, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-dropdown-showcase .btn-group {
  margin-bottom: 10px;
  margin-right: 18px;
}

/* line 253, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-group .radio label::before {
  top: 2px;
}

/* line 256, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-group .radio label::after {
  top: 7px;
}

/* line 262, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-group .checkbox label {
  margin-top: 3px;
}

/* line 268, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-group-showcase > div {
  margin-bottom: -20px;
}

/* line 270, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-group-showcase > div label {
  margin-bottom: 0;
}

/* line 274, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-group-showcase .btn-group {
  margin-right: 20px;
  margin-bottom: 20px;
}

/* line 279, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-group-showcase .checkbox input[type="checkbox"] {
  display: none;
}

/* line 284, app/assets/stylesheets/theme/theme/_buttons.scss */
.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;
}

/* line 299, app/assets/stylesheets/theme/theme/_buttons.scss */
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* line 311, app/assets/stylesheets/theme/theme/_buttons.scss */
.topright-general, .toprightarrow-secondary, .toprightarrow-primary {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-grid;
  align-items: center;
  justify-content: center;
}

/* line 318, app/assets/stylesheets/theme/theme/_buttons.scss */
.topright-general:before, .toprightarrow-secondary:before, .toprightarrow-primary:before {
  transform: rotate(45deg);
}

/* line 323, app/assets/stylesheets/theme/theme/_buttons.scss */
.toprightarrow-primary {
  color: #24695c;
  background-color: rgba(36, 105, 92, 0.1);
}

/* line 328, app/assets/stylesheets/theme/theme/_buttons.scss */
.toprightarrow-secondary {
  color: #ba895d;
  background-color: rgba(186, 137, 93, 0.1);
}

/* line 333, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-arrow {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* line 343, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-arrow.arrow-primary {
  color: #24695c;
}

/* line 346, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-arrow.arrow-secondary {
  color: #ba895d;
}

/* line 351, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-iconsolid {
  border-radius: 5px;
  background-color: #24695c;
  padding: 8px 12px;
}

/* line 355, app/assets/stylesheets/theme/theme/_buttons.scss */
.btn-iconsolid i {
  color: #fff;
  font-weight: 700;
}

/**=====================
     06. Button CSS end
==========================**/
/**=====================
      08. GRID CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_grid.scss */
.grid-showcase {
  margin-bottom: -10px;
}

/* line 6, app/assets/stylesheets/theme/theme/_grid.scss */
.grid-showcase span {
  display: block;
  border: 1px solid #e6edef;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: rgba(36, 105, 92, 0.1);
  color: #24695c;
  font-weight: 600;
}

/* line 17, app/assets/stylesheets/theme/theme/_grid.scss */
.grid-align {
  margin-bottom: -30px;
}

/* line 19, app/assets/stylesheets/theme/theme/_grid.scss */
.grid-align .row {
  padding: 15px 0;
  min-height: 10rem;
  border: 1px solid rgba(36, 105, 92, 0.03);
  margin-bottom: 30px;
  background-color: rgba(36, 105, 92, 0.03);
}

/* line 33, app/assets/stylesheets/theme/theme/_grid.scss */
.grid-wrrapper .table-striped tbody tr:nth-of-type(odd) {
  --bs-table-accent-bg:unset;
  background-color: rgba(36, 105, 92, 0.1);
  color: #24695c;
}

/* line 37, app/assets/stylesheets/theme/theme/_grid.scss */
.grid-wrrapper .table-striped tbody tr:nth-of-type(odd) th, .grid-wrrapper .table-striped tbody tr:nth-of-type(odd) td {
  color: #24695c;
}

/**=====================
      08. GRID CSS Ends
==========================**/
/**=====================
     09. Error-page  CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}

/* line 10, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-wrapper.maintenance-bg {
  background-image: url(/../images/other-images/maintenance-bg.jpg);
  background-blend-mode: overlay;
}

/* line 17, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-wrapper .maintenance-icons li i {
  color: rgba(36, 105, 92, 0.5);
  font-size: 50px;
  animation: rotate-effect 40s infinite linear reverse;
}

/* line 23, app/assets/stylesheets/theme/theme/_errorpage.scss */
.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;
}

/* line 31, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-wrapper .maintenance-icons li:nth-child(3) i {
  animation: rotate-effect 30s infinite linear;
  font-size: 150px;
  margin-top: -85px;
  margin-right: 120px;
}

/* line 40, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-wrapper .maintenance-heading {
  margin-top: 70px;
}

/* line 42, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-wrapper .maintenance-heading .headline {
  font-size: 99px;
  font-weight: 900;
  letter-spacing: 10px;
  color: #ba895d;
  z-index: 2;
  position: relative;
  margin-top: -70px;
}

/* line 53, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-wrapper .error-heading {
  margin-top: 115px;
}

/* line 55, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-wrapper .error-heading .headline {
  font-size: 285px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: -130px;
}

/* line 62, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-wrapper .sub-content {
  font-size: 18px;
  color: #999;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 35px;
  z-index: 3;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 600;
}

/* line 74, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-wrapper .btn {
  margin-top: 40px;
}

/* line 79, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error {
  margin: 70px 0 100px;
  color: #000;
}

/* line 82, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error .error-title {
  font-size: 9.5rem;
  color: #fff;
  text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.32);
}

/* line 87, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error .line-bottom {
  width: 10%;
  height: 5px;
  background-color: #e2c636;
  border: none;
}

/* line 93, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error .c-white {
  color: #fff;
}

/* line 96, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error .error-btn {
  text-align: center;
}

/* line 99, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error .padd {
  padding: 10px 30px 10px 30px;
}

/* line 102, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error .btn-back-home {
  background-color: #e6edef;
  color: #000;
}

/* line 106, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error .btn-back-home:hover {
  background-color: #e2c636;
  color: #fff;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21);
}

/* line 112, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error .btn-adnc-serc {
  background-color: #2c323f;
  color: #fff;
}

/* line 115, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error .btn-adnc-serc:hover {
  background-color: #e2c636;
  color: #fff;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21);
}

/* line 127, app/assets/stylesheets/theme/theme/_errorpage.scss */
.maintenance-sec .error-wrapper .maintenance-heading .headline {
  margin-bottom: 0;
}

/* line 131, app/assets/stylesheets/theme/theme/_errorpage.scss */
.maintenance-sec .error-wrapper .sub-content {
  margin-top: 15px;
}

/**=====================
     09. Error-page CSS Ends
==========================**/
@keyframes wheel-rotate {
  50% {
    transform: rotate(360deg);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  100% {
    transform: rotate(960deg);
  }
}

@keyframes bicycle-run {
  0% {
    transform: translateX(-1300px);
  }
  50% {
    transform: translateX(0);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  100% {
    transform: translateX(1300px);
  }
}

@keyframes move-1 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

/* line 173, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .danger-color {
  fill: #d22d3d;
}

/* line 176, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .warning-color {
  fill: #e2c636;
}

/* line 179, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .primary-color {
  fill: #24695c;
}

/* line 181, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .primary-color.opacity-05 {
  fill: rgba(36, 105, 92, 0.5);
}

/* line 185, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .secondary-color {
  fill: #ba895d;
}

/* line 187, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .secondary-color.opacity-o6 {
  opacity: 0.6;
}

/* line 190, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .secondary-color.opacity-o4 {
  opacity: 0.4;
}

/* line 193, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .secondary-color.lighten-5 {
  fill: #b27c4c;
}

/* line 197, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .svg-wrraper {
  margin-bottom: 35px;
}

/* line 200, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .svg-wrraper svg.svg-45 {
  width: 45%;
}

/* line 203, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .svg-wrraper svg.svg-60 {
  width: 60%;
}

/* line 206, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .svg-wrraper svg.svg-40 {
  width: 40%;
}

/* line 211, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .wheel {
  animation: wheel-rotate 6s ease infinite;
  transform-origin: center;
  transform-box: fill-box;
}

/* line 216, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .bicycle {
  animation: bicycle-run 15s ease infinite;
}

/* line 219, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .circle {
  animation: circle-anim ease infinite;
  transform-origin: center;
  transform-box: fill-box;
  perspective: 0;
}

/* line 225, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .rocket, .error-page1 .jacket-man {
  animation: move-1 6s linear infinite;
}

/* line 228, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 h3 {
  font-weight: 700;
  text-transform: capitalize;
}

/* line 232, app/assets/stylesheets/theme/theme/_errorpage.scss */
.error-page1 .btn-primary-gradien {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 767px) {
  /* line 243, app/assets/stylesheets/theme/theme/_errorpage.scss */
  .error-page1 h3 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  /* line 252, app/assets/stylesheets/theme/theme/_errorpage.scss */
  .error-page1 .svg-wrraper {
    margin-bottom: 10px;
  }
  /* line 255, app/assets/stylesheets/theme/theme/_errorpage.scss */
  .error-page1 .svg-wrraper svg.svg-40 {
    width: 50%;
  }
}

/**=====================
    10. ICON CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-lists h6 {
  color: #898989;
  font-weight: 400;
}

/* line 10, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-lists > div:hover {
  background-color: rgba(36, 105, 92, 0.1);
  color: #24695c;
}

/* line 13, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-lists > div:hover i {
  color: #24695c;
}

/* line 18, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-lists div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

/* line 25, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-lists div i {
  margin: 0 15px 0 10px;
  font-size: 24px;
}

/* line 31, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-lists.whether-icon svg {
  height: 50px;
  width: 50px;
}

/* line 38, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-lists.feather-icons .media svg {
  margin: 0 15px 0 10px;
}

/* line 45, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-lists .feather-icon .icon-first h6 {
  display: none;
}

/* line 51, app/assets/stylesheets/theme/theme/_icons.scss */
.flag-icons, .feather-icons {
  margin-bottom: -15px;
  margin-top: -15px;
}

/* line 54, app/assets/stylesheets/theme/theme/_icons.scss */
.flag-icons div, .feather-icons div {
  line-height: 1;
  word-wrap: break-word;
  overflow: auto;
}

/* line 58, app/assets/stylesheets/theme/theme/_icons.scss */
.flag-icons div .flag-icon, .feather-icons div .flag-icon {
  height: 50px;
  width: 50px;
}

/* line 62, app/assets/stylesheets/theme/theme/_icons.scss */
.flag-icons div .media, .feather-icons div .media {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

/* line 68, app/assets/stylesheets/theme/theme/_icons.scss */
.flag-icons div .media-body h6, .feather-icons div .media-body h6 {
  margin-bottom: 0;
  font-size: 14px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 76, app/assets/stylesheets/theme/theme/_icons.scss */
.flag-icons div .media-body h5, .feather-icons div .media-body h5 {
  background-color: #24695c;
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fff;
}

/* line 89, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-hover-bottom {
  background-color: #fdfeff;
  width: 100%;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 1px 1px #e6edef;
  z-index: 999;
}

/* line 96, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-hover-bottom .icon-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
}

/* line 101, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-hover-bottom .icon-popup .close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #cccccc;
  cursor: pointer;
}

/* line 110, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-hover-bottom .icon-popup > div {
  display: inline-block;
}

/* line 113, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-hover-bottom .icon-popup > div .flag-icon {
  width: 60px;
  height: 60px;
}

/* line 118, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-hover-bottom .icon-popup .icon-class {
  margin: 0 20px;
  cursor: pointer;
}

/* line 123, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-hover-bottom .icon-title {
  display: block;
  color: #2c323f;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 130, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-hover-bottom .form-group input {
  min-width: 300px;
  background-color: #fff;
}

/* line 136, app/assets/stylesheets/theme/theme/_icons.scss */
.fa-fa-icon-show-div, .icons-show-div {
  display: none;
}

/* line 140, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-first i {
  color: #898989;
}

/* line 143, app/assets/stylesheets/theme/theme/_icons.scss */
.icon-first h6 {
  display: none;
}

@media only screen and (max-width: 480px) {
  /* line 152, app/assets/stylesheets/theme/theme/_icons.scss */
  .flag-icons div .media, .feather-icons div .media {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/**=====================
     10. ICON CSS Ends
==========================**/
/**====================================
    13.  Email Application  CSS Start
========================================**/
/* line 12, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-app-sidebar .media img {
  border: 2px solid #e6edef;
}

/* line 17, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-app-sidebar .main-menu > li {
  width: 100%;
  text-align: left;
}

/* line 20, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-app-sidebar .main-menu > li a {
  color: #898989;
  line-height: 39px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 500;
}

/* line 26, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-app-sidebar .main-menu > li a i {
  margin-right: 10px;
}

/* line 29, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-app-sidebar .main-menu > li a.active > a {
  color: #000;
}

/* line 32, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-app-sidebar .main-menu > li a:hover {
  background-color: rgba(36, 105, 92, 0.1);
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-app-sidebar .main-menu > li a:hover > .title {
  color: #24695c;
}

/* line 38, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-app-sidebar .main-menu > li a:hover > .badge {
  color: #24695c;
}

/* line 47, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-app-sidebar ul li a {
  display: flex;
  padding-left: 20px;
  align-items: center;
}

/* line 52, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-app-sidebar ul li a > .title {
  width: 100%;
}

/* line 55, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-app-sidebar ul li a > .badge {
  align-self: center;
  color: #898989;
}

/* line 65, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-left-aside .card-body {
  padding: 20px;
}

/* line 72, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-body .modal-content .btn-close {
  top: 30px;
  right: 25px;
}

/* line 79, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-body .inbox {
  overflow: auto;
  overflow-x: hidden;
}

/* line 82, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-body .inbox .media {
  position: relative;
}

/* line 85, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-body .inbox .media .media-body span {
  position: absolute;
  right: 20px;
}

/* line 91, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-body .inbox svg {
  width: 18px;
  margin-right: 10px;
  stroke: #898989;
  cursor: pointer;
}

/* line 96, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-body .inbox svg.like {
  fill: #e2c636;
  stroke: #e2c636;
}

/* line 101, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-body .inbox .media-size-email {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 106, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-body .inbox .media-body {
  display: flex;
}

/* line 109, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-body .inbox img {
  height: 20px;
}

/* line 112, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-body .inbox .media {
  padding: 12px 20px;
  transform: translateY(0) scale(1);
  transition: all 0.3s ease;
}

/* line 116, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-body .inbox .media:hover {
  background-color: #f2f6f7;
  transform: translateY(-1px) scale(1.01);
  transition: transform 0.3s ease;
}

/* line 123, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-body .attachment {
  margin-top: 10px;
}

/* line 126, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-body .attachment ul li {
  display: inline-block;
}

/* line 128, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-body .attachment ul li img {
  width: 90px;
  height: 90px;
}

/* line 139, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-profile .inbox p {
  color: #999;
  font-weight: 500;
  display: inline-block;
  width: calc(100% - 200px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 15px;
  max-width: 600px;
}

/* line 153, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-profile > div:first-child .email-top {
  padding: 20px;
}

/* line 155, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-profile > div:first-child .email-top .email-chek {
  margin-right: 20px;
}

/* line 159, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-profile > div:first-child .email-top .checkbox_animated:after {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 4px;
}

/* line 164, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-right-aside .email-profile > div:first-child .email-top .checkbox_animated:before {
  left: 0.4rem;
  top: 0.55rem;
  width: 1.1rem;
  height: 0.5rem;
}

/* line 176, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .btn-mail {
  border-radius: 2px;
  text-align: left;
  padding: 13px 15px;
  margin: 20px 0 20px;
  letter-spacing: 1px;
  line-height: 12px !important;
  color: #fff !important;
}

/* line 185, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .dropdown-menu {
  background-color: #fff;
  border-color: #e6edef;
}

/* line 189, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .cke_chrome {
  background-color: #f5f7fb;
}

/* line 191, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .cke_chrome .cke_top {
  background-color: transparent;
}

/* line 195, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .cke_top {
  background-color: transparent;
}

/* line 198, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap p {
  margin-bottom: 0;
  color: #999;
}

/* line 203, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .media-body h6 {
  margin-bottom: 2px;
  color: #24695c;
  margin-top: 3px;
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
}

/* line 210, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .media-body h6 span {
  font-weight: 600;
}

/* line 214, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .media-body h6 small span {
  color: #717171;
}

/* line 220, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-top {
  padding: 20px;
  border-bottom: 1px solid #e6edef;
}

/* line 223, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-top h5 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

/* line 228, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-top .email-right {
  padding: 13px 0;
  display: flex;
  justify-content: flex-end;
}

/* line 234, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-wrapper {
  padding: 20px;
}

/* line 236, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-wrapper h5 {
  margin-bottom: 20px;
}

/* line 240, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-wrapper .emailread-group:nth-child(n+2) {
  border-top: 1px solid #e6edef;
  padding-top: 20px;
  margin-top: 20px;
}

/* line 245, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-wrapper .emailread-group h5 {
  margin-bottom: 10px;
}

/* line 248, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-wrapper .emailread-group h6 {
  font-size: 14px;
}

/* line 252, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-wrapper .emailread-group .read-group:nth-child(n+2) {
  margin-top: 15px;
}

/* line 256, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-wrapper .emailread-group textarea {
  text-transform: capitalize;
  padding: 15px;
}

/* line 260, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-wrapper .emailread-group .action-wrapper {
  margin-top: 15px;
}

/* line 264, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-wrapper h6 {
  margin-bottom: 10px;
  float: left;
}

/* line 268, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-wrapper .right-download {
  float: right;
}

/* line 275, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-content .email-top .user-emailid:after {
  content: "";
  position: relative;
  height: 20px;
  width: 1px;
  right: 0;
  top: 3px;
  z-index: 2;
  border: 1px solid #efefef;
  float: right;
  padding: 0;
  margin: 0 20px;
}

/* line 295, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-body .attachment ul li img {
  width: 80px;
  height: 80px;
}

/* line 299, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-body .attachment ul li:nth-child(n+2) {
  margin-left: 10px;
}

/* line 305, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-body .attachment .list-inline .list-inline-item {
  padding-right: 13px;
  margin-right: unset;
}

/* line 312, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-body .email-compose .cke_contents.cke_reset {
  max-height: 100px;
  width: 100%;
  border: 1px solid #e6edef;
  margin-bottom: 20px;
}

/* line 318, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-body .email-compose .cke_inner {
  background-color: transparent;
}

/* line 322, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-body .email-compose .email-top h4 {
  margin-bottom: 0;
}

/* line 326, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-body .email-compose .compose-border {
  margin: -1px;
}

/* line 328, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-body .email-compose .compose-border .btn-middle {
  padding-top: 5px;
}

/* line 332, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-body .email-compose .compose-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 338, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-body .email-compose .dropzone i {
  display: block;
  margin-bottom: 10px;
}

/* line 342, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-body .email-compose .dropzone h6 {
  float: unset;
}

/* line 345, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-body .email-compose .dropzone .needsclick {
  display: block;
  margin: 0;
}

/* line 352, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .actions {
  text-align: right;
}

/* line 354, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .actions li {
  display: inline-block;
}

/* line 356, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .actions li:nth-child(n+2) {
  margin-left: 15px;
}

/* line 363, app/assets/stylesheets/theme/theme/_email-application.scss */
.email-wrap .email-aside-toggle {
  text-transform: capitalize;
  display: none;
}

/* line 371, app/assets/stylesheets/theme/theme/_email-application.scss */
.cke_top {
  border-bottom: 1px solid #e6edef !important;
}

@media (max-width: 575px) {
  /* line 379, app/assets/stylesheets/theme/theme/_email-application.scss */
  .email-wrap .email-app-sidebar .main-menu > li a {
    line-height: 30px;
  }
  /* line 388, app/assets/stylesheets/theme/theme/_email-application.scss */
  .email-wrap .email-right-aside .tab-content .email-wrapper h6 {
    font-size: 12px;
  }
  /* line 391, app/assets/stylesheets/theme/theme/_email-application.scss */
  .email-wrap .email-right-aside .tab-content .email-wrapper .right-download {
    font-size: 12px;
  }
}

/**=================================
    13.  Email Application  CSS Ends
====================================**/
/**=====================
     14. Chat CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu {
  max-width: 340px;
}

/* line 9, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .people-list .search {
  position: relative;
}

/* line 11, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .people-list .search .form-control {
  border: 1px solid #e6edef;
}

/* line 13, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .people-list .search .form-control::placeholder {
  color: #59667a;
}

/* line 17, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .people-list .search i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  color: #e6edef;
}

/* line 25, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .people-list ul {
  padding: 0;
}

/* line 27, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .people-list ul li {
  padding-bottom: 20px;
}

/* line 29, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .people-list ul li:last-child {
  padding-bottom: 0;
}

/* line 35, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .user-image {
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 5px;
}

/* line 41, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .about {
  float: left;
  margin-top: 5px;
  padding-left: 10px;
}

/* line 45, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .about .name {
  color: #2c323f;
  letter-spacing: 1px;
  font-weight: 600;
}

/* line 51, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .status {
  color: #999;
  letter-spacing: 1px;
  font-size: 12px;
  margin-top: 5px;
}

/* line 56, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .status .chat-status {
  font-weight: 600;
  color: #242934;
}

/* line 60, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .status p {
  font-size: 14px;
}

/* line 66, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-header {
  padding: 15px;
  border-bottom: 1px solid #e6edef;
}

/* line 69, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-header img {
  float: left;
  width: 50px;
  box-shadow: 1px 1px 4px 1px #e6edef;
}

/* line 74, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-header .chat-menu-icons {
  margin-top: 15px;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

/* line 79, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li {
  margin-right: unset;
}

/* line 81, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
  color: rgba(36, 41, 52, 0.7);
  font-size: 25px;
  cursor: pointer;
}

/* line 86, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li:nth-child(n+2) {
  margin-left: 24px;
}

/* line 93, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-msg-box {
  padding: 20px;
  overflow-y: auto;
  height: 560px;
  margin-bottom: 90px;
}

/* line 98, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-msg-box .chat-user-img {
  margin-top: -35px;
}

/* line 101, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-msg-box .message-data {
  margin-bottom: 10px;
}

/* line 104, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-msg-box .message-data-time {
  letter-spacing: 1px;
  font-size: 12px;
  color: #59667a;
  font-weight: 600;
}

/* line 110, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-msg-box .message {
  color: #999;
  padding: 20px;
  line-height: 1.9;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 30px;
  width: 50%;
  position: relative;
}

/* line 120, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-msg-box .my-message {
  border: 1px solid #e6edef;
  border-radius: 10px;
  border-top-left-radius: 0;
}

/* line 125, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-msg-box .other-message {
  border: 1px solid #e6edef;
  border-radius: 10px;
  border-top-right-radius: 0;
}

/* line 131, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-message {
  padding: 20px;
  border-top: 1px solid #fafdff;
  position: absolute;
  width: calc(100% - 15px);
  bottom: 0;
}

/* line 138, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-message .smiley-box {
  background: #efefef;
  padding: 10px;
  display: block;
  border-radius: 4px;
  margin-right: 0.5rem;
}

/* line 145, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-message .text-box {
  position: relative;
}

/* line 147, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-message .text-box .input-txt-bx {
  height: 50px;
  border: 2px solid #24695c;
  padding-left: 18px;
  font-size: 12px;
  letter-spacing: 1px;
}

/* line 154, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-message .text-box i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  color: #e6edef;
  cursor: pointer;
}

/* line 162, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-right-aside .chat .chat-message .text-box .btn {
  font-size: 16px;
  font-weight: 500;
}

/* line 170, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu {
  right: 10px;
  opacity: 0;
  transform: translateY(-30px);
  visibility: hidden;
  top: 95px;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  border: 1px solid #e6edef;
  transition: all linear 0.3s;
  padding-right: unset;
}

/* line 182, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .tab-pane {
  padding: 0 15px;
}

/* line 189, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu ul li .about .status i {
  font-size: 10px;
}

/* line 196, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile {
  margin-top: 30px;
}

/* line 199, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .user-content h5 {
  margin: 15px 0;
  font-weight: 600;
}

/* line 203, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .user-content p {
  font-size: 14px;
}

/* line 207, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .user-content .social-list li {
  display: inline-block;
}

/* line 209, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .user-content .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: rgba(36, 105, 92, 0.08);
  color: #24695c;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 220, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .user-content .social-list li:hover a {
  background-color: #24695c;
  color: #fff;
}

/* line 225, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .user-content .social-list li:nth-child(n+2) {
  margin-left: 5px;
}

/* line 231, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .image {
  position: relative;
}

/* line 233, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .image .icon-wrapper {
  position: absolute;
  bottom: 0;
  left: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  font-size: 14px;
  box-shadow: 1px 1px 3px 1px #e6edef;
}

/* line 249, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .image .icon-wrapper i {
  color: #24695c;
}

/* line 253, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .image .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

/* line 260, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .image .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #e6edef;
}

/* line 268, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .border-right {
  border-right: 1px solid #e6edef;
}

/* line 271, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .follow {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e6edef;
}

/* line 275, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .follow .follow-num {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 1;
}

/* line 281, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .follow span {
  color: #999;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}

/* line 288, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .digits {
  border-top: 1px solid #e6edef;
  margin-top: 15px;
  padding-top: 15px;
}

/* line 292, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .digits p {
  margin-bottom: unset;
}

/* line 296, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .social-media a {
  color: #59667a;
  font-size: 15px;
  padding: 0 7px;
}

/* line 302, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .user-profile .chat-profile-contact p {
  font-size: 14px;
  color: #999;
}

/* line 308, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .nav {
  margin-bottom: 20px;
}

/* line 311, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .nav-tabs .nav-item {
  width: 33.33%;
}

/* line 313, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .nav-tabs .nav-item a {
  padding: 15px !important;
  color: #59667a !important;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 323, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .nav-tabs .nav-item .material-border {
  border-width: 1px;
  border-color: #24695c;
}

/* line 327, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu .nav-tabs .nav-item .nav-link.active {
  color: #24695c !important;
}

/* line 331, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all linear 0.3s;
  padding-bottom: 25px;
  position: absolute;
  top: 60px;
}

/* line 342, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-history .call-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 650px;
  height: 100%;
}

/* line 349, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-history .call-content > div {
  width: 100%;
  height: 100%;
  padding: 30px;
}

/* line 355, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-history .total-time h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #999;
}

/* line 361, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-history .receiver-img {
  margin-top: 55px;
}

/* line 363, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-history .receiver-img img {
  border-radius: 5px;
}

/* line 367, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-history .call-icons {
  margin-bottom: 35px;
}

/* line 369, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-history .call-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 373, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-history .call-icons ul li {
  width: 55px;
  height: 55px;
  border: 1px solid #e6edef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 381, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-history .call-icons ul li + li {
  margin-left: 10px;
}

/* line 384, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-history .call-icons ul li a {
  color: #999;
  font-size: 22px;
}

/* line 391, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-box .chat-history .caller-img {
  height: 100%;
}

/* line 397, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-left-aside > .media {
  margin-bottom: 15px;
}

/* line 400, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-left-aside .people-list {
  height: 625px;
}

/* line 403, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-left-aside ul li {
  position: relative;
}

/* line 407, app/assets/stylesheets/theme/theme/_chat.scss */
.status-circle {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 44px;
  border-radius: 50%;
  border: 2px solid #fff;
}

/* line 416, app/assets/stylesheets/theme/theme/_chat.scss */
.away {
  background-color: #e2c636;
}

/* line 419, app/assets/stylesheets/theme/theme/_chat.scss */
.online {
  background-color: #1b4c43;
}

/* line 422, app/assets/stylesheets/theme/theme/_chat.scss */
.offline {
  background-color: #d22d3d;
}

/* line 426, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-container .aside-chat-left {
  width: 320px;
}

/* line 429, app/assets/stylesheets/theme/theme/_chat.scss */
.chat-container .chat-right-aside {
  width: 320px;
}

/* line 433, app/assets/stylesheets/theme/theme/_chat.scss */
.call-chat-sidebar {
  max-width: 320px;
}

/* line 438, app/assets/stylesheets/theme/theme/_chat.scss */
.call-chat-sidebar .card .card-body, .chat-body .card .card-body {
  padding: 15px;
  margin-bottom: 15px;
}

/* line 449, app/assets/stylesheets/theme/theme/_chat.scss */
.chart-widget .chart-widget-top h4 {
  font-weight: 600;
}

/* line 453, app/assets/stylesheets/theme/theme/_chat.scss */
.chart-widget .chart-widget-top .num i {
  margin-left: 5px;
}

/* line 459, app/assets/stylesheets/theme/theme/_chat.scss */
.apexcharts-menu {
  border-color: #e6edef !important;
}

@media (max-width: 1366px) {
  /* line 477, app/assets/stylesheets/theme/theme/_chat.scss */
  .chat-box .chat-right-aside .chat .chat-message {
    bottom: 0;
  }
}

@media (max-width: 360px) {
  /* line 486, app/assets/stylesheets/theme/theme/_chat.scss */
  .chat-box .chat-menu {
    width: 220px;
  }
}

/**=====================
    14.  Chat CSS Ends
==========================**/
/**=====================
     15. Alert CSS start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_alert.scss */
.notify-alert .close {
  background: unset;
  border: none;
  font-size: 25px;
  outline: none;
}

/* line 12, app/assets/stylesheets/theme/theme/_alert.scss */
.alert {
  border-radius: 0.15rem;
  padding: 15px;
}

/* line 15, app/assets/stylesheets/theme/theme/_alert.scss */
.alert svg {
  vertical-align: middle;
}

/* line 18, app/assets/stylesheets/theme/theme/_alert.scss */
.alert .progress {
  margin-top: 15px;
}

/* line 21, app/assets/stylesheets/theme/theme/_alert.scss */
.alert [data-notify='icon'] {
  margin-right: 10px;
  line-height: 20px;
  position: absolute;
}

/* line 27, app/assets/stylesheets/theme/theme/_alert.scss */
.alert [data-notify='message'] {
  display: inline-block;
  width: 100%;
}

/* line 31, app/assets/stylesheets/theme/theme/_alert.scss */
.alert i {
  margin-right: 5px;
  font-size: 16px;
}

/* line 35, app/assets/stylesheets/theme/theme/_alert.scss */
.alert p {
  margin-bottom: 0;
}

/* line 38, app/assets/stylesheets/theme/theme/_alert.scss */
.alert .close {
  opacity: 1;
}

/* line 40, app/assets/stylesheets/theme/theme/_alert.scss */
.alert .close span {
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  border-radius: 3px;
  text-shadow: none;
  padding: 0 5px;
  padding-right: 0;
}

/* line 52, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-dismissible .close {
  padding: 10px 1.25rem;
  top: 4px;
  padding-right: 13px;
  opacity: 0.5;
  transition: all 0.3s ease;
}

/* line 58, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-dismissible .close:hover {
  transition: all 0.3s ease;
  opacity: 1;
  color: inherit;
}

/* line 67, app/assets/stylesheets/theme/theme/_alert.scss */
.card-body button:focus {
  outline: none;
}

/* line 72, app/assets/stylesheets/theme/theme/_alert.scss */
.card-body .alert:last-child {
  margin-bottom: 0;
}

/* line 75, app/assets/stylesheets/theme/theme/_alert.scss */
.card-body .alert svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  position: absolute;
  top: 18px;
}

/* line 81, app/assets/stylesheets/theme/theme/_alert.scss */
.card-body .alert svg ~ p {
  padding-left: 20px;
}

/* line 87, app/assets/stylesheets/theme/theme/_alert.scss */
strong {
  display: inline-block;
}

/* line 89, app/assets/stylesheets/theme/theme/_alert.scss */
strong ~ p {
  display: inline-block;
}

/* line 114, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-primary {
  background-color: rgba(36, 105, 92, 0.8);
  border-color: rgba(36, 105, 92, 0.9);
  color: #fff;
}

/* line 118, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-primary .progress {
  height: 5px;
  background-color: #236559;
  border-radius: 0;
}

/* line 123, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-primary .progress-bar {
  background-color: #aae2d7;
}

/* line 126, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-primary .btn-close {
  filter: brightness(1) invert(1);
}

/* line 129, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-primary .alert-link {
  color: #24695c;
}

/* line 142, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-primary hr {
  border-top-color: #24695c;
}

/* line 146, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-primary.dark {
  background-color: #24695c;
  border-color: #24695c;
  color: #fafafa;
}

/* line 147, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-primary.dark .alert-link {
  color: #fff;
}

/* line 161, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-primary.outline, .alert-primary.outline-2x {
  background-color: transparent;
  border-color: #24695c;
  color: #24695c;
}

/* line 165, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-primary.outline .btn-close, .alert-primary.outline-2x .btn-close {
  filter: unset;
}

/* line 172, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-primary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #24695c;
  color: #242934;
}

/* line 173, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-primary.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #24695c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* line 188, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-primary.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #24695c;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

/* line 199, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-primary.inverse .btn-close {
  filter: unset;
  top: -3px;
}

/* line 114, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-secondary {
  background-color: rgba(186, 137, 93, 0.8);
  border-color: rgba(186, 137, 93, 0.9);
  color: #fff;
}

/* line 118, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-secondary .progress {
  height: 5px;
  background-color: #b88659;
  border-radius: 0;
}

/* line 123, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-secondary .progress-bar {
  background-color: white;
}

/* line 126, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-secondary .btn-close {
  filter: brightness(1) invert(1);
}

/* line 129, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-secondary .alert-link {
  color: #ba895d;
}

/* line 142, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-secondary hr {
  border-top-color: #ba895d;
}

/* line 146, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-secondary.dark {
  background-color: #ba895d;
  border-color: #ba895d;
  color: #fafafa;
}

/* line 147, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-secondary.dark .alert-link {
  color: #fff;
}

/* line 161, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-secondary.outline, .alert-secondary.outline-2x {
  background-color: transparent;
  border-color: #ba895d;
  color: #ba895d;
}

/* line 165, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-secondary.outline .btn-close, .alert-secondary.outline-2x .btn-close {
  filter: unset;
}

/* line 172, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-secondary.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #ba895d;
  color: #242934;
}

/* line 173, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-secondary.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #ba895d;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* line 188, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-secondary.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #ba895d;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

/* line 199, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-secondary.inverse .btn-close {
  filter: unset;
  top: -3px;
}

/* line 114, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-success {
  background-color: rgba(27, 76, 67, 0.8);
  border-color: rgba(27, 76, 67, 0.9);
  color: #fff;
}

/* line 118, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-success .progress {
  height: 5px;
  background-color: #1a4840;
  border-radius: 0;
}

/* line 123, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-success .progress-bar {
  background-color: #8fd7ca;
}

/* line 126, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-success .btn-close {
  filter: brightness(1) invert(1);
}

/* line 129, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-success .alert-link {
  color: #1b4c43;
}

/* line 142, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-success hr {
  border-top-color: #1b4c43;
}

/* line 146, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-success.dark {
  background-color: #1b4c43;
  border-color: #1b4c43;
  color: #fafafa;
}

/* line 147, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-success.dark .alert-link {
  color: #fff;
}

/* line 161, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-success.outline, .alert-success.outline-2x {
  background-color: transparent;
  border-color: #1b4c43;
  color: #1b4c43;
}

/* line 165, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-success.outline .btn-close, .alert-success.outline-2x .btn-close {
  filter: unset;
}

/* line 172, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-success.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #1b4c43;
  color: #242934;
}

/* line 173, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-success.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #1b4c43;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* line 188, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-success.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #1b4c43;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

/* line 199, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-success.inverse .btn-close {
  filter: unset;
  top: -3px;
}

/* line 114, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-danger {
  background-color: rgba(210, 45, 61, 0.8);
  border-color: rgba(210, 45, 61, 0.9);
  color: #fff;
}

/* line 118, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-danger .progress {
  height: 5px;
  background-color: #ce2c3c;
  border-radius: 0;
}

/* line 123, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-danger .progress-bar {
  background-color: white;
}

/* line 126, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-danger .btn-close {
  filter: brightness(1) invert(1);
}

/* line 129, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-danger .alert-link {
  color: #d22d3d;
}

/* line 142, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-danger hr {
  border-top-color: #d22d3d;
}

/* line 146, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-danger.dark {
  background-color: #d22d3d;
  border-color: #d22d3d;
  color: #fafafa;
}

/* line 147, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-danger.dark .alert-link {
  color: #fff;
}

/* line 161, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-danger.outline, .alert-danger.outline-2x {
  background-color: transparent;
  border-color: #d22d3d;
  color: #d22d3d;
}

/* line 165, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-danger.outline .btn-close, .alert-danger.outline-2x .btn-close {
  filter: unset;
}

/* line 172, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-danger.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #d22d3d;
  color: #242934;
}

/* line 173, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-danger.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #d22d3d;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* line 188, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-danger.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #d22d3d;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

/* line 199, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-danger.inverse .btn-close {
  filter: unset;
  top: -3px;
}

/* line 114, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-warning {
  background-color: rgba(226, 198, 54, 0.8);
  border-color: rgba(226, 198, 54, 0.9);
  color: #fff;
}

/* line 118, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-warning .progress {
  height: 5px;
  background-color: #e1c532;
  border-radius: 0;
}

/* line 123, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-warning .progress-bar {
  background-color: white;
}

/* line 126, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-warning .btn-close {
  filter: brightness(1) invert(1);
}

/* line 129, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-warning .alert-link {
  color: #e2c636;
}

/* line 142, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-warning hr {
  border-top-color: #e2c636;
}

/* line 146, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-warning.dark {
  background-color: #e2c636;
  border-color: #e2c636;
  color: #fafafa;
}

/* line 147, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-warning.dark .alert-link {
  color: #fff;
}

/* line 161, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-warning.outline, .alert-warning.outline-2x {
  background-color: transparent;
  border-color: #e2c636;
  color: #e2c636;
}

/* line 165, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-warning.outline .btn-close, .alert-warning.outline-2x .btn-close {
  filter: unset;
}

/* line 172, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-warning.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #e2c636;
  color: #242934;
}

/* line 173, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-warning.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #e2c636;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* line 188, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-warning.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #e2c636;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

/* line 199, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-warning.inverse .btn-close {
  filter: unset;
  top: -3px;
}

/* line 114, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-info {
  background-color: rgba(113, 113, 113, 0.8);
  border-color: rgba(113, 113, 113, 0.9);
  color: #fff;
}

/* line 118, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-info .progress {
  height: 5px;
  background-color: #6e6e6e;
  border-radius: 0;
}

/* line 123, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-info .progress-bar {
  background-color: #f1f1f1;
}

/* line 126, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-info .btn-close {
  filter: brightness(1) invert(1);
}

/* line 129, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-info .alert-link {
  color: #717171;
}

/* line 142, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-info hr {
  border-top-color: #717171;
}

/* line 146, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-info.dark {
  background-color: #717171;
  border-color: #717171;
  color: #fafafa;
}

/* line 147, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-info.dark .alert-link {
  color: #fff;
}

/* line 161, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-info.outline, .alert-info.outline-2x {
  background-color: transparent;
  border-color: #717171;
  color: #717171;
}

/* line 165, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-info.outline .btn-close, .alert-info.outline-2x .btn-close {
  filter: unset;
}

/* line 172, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-info.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #717171;
  color: #242934;
}

/* line 173, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-info.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #717171;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* line 188, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-info.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #717171;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

/* line 199, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-info.inverse .btn-close {
  filter: unset;
  top: -3px;
}

/* line 114, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light {
  background-color: rgba(230, 237, 239, 0.8);
  border-color: rgba(230, 237, 239, 0.9);
  color: #fff;
  color: #2c323f;
  background-color: #f4f4f4;
}

/* line 118, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light .progress {
  height: 5px;
  background-color: #e3ebed;
  border-radius: 0;
}

/* line 123, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light .progress-bar {
  background-color: white;
}

/* line 126, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light .btn-close {
  filter: brightness(1) invert(1);
}

/* line 129, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light .alert-link {
  color: #e6edef;
  color: #2c323f;
}

/* line 138, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light .btn-close {
  filter: unset;
}

/* line 142, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light hr {
  border-top-color: #e6edef;
}

/* line 146, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light.dark {
  background-color: #e6edef;
  border-color: #e6edef;
  color: #fafafa;
  color: #2c323f;
}

/* line 147, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light.dark .alert-link {
  color: #fff;
  color: #2c323f;
}

/* line 161, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light.outline, .alert-light.outline-2x {
  background-color: transparent;
  border-color: #e6edef;
  color: #e6edef;
  color: #2c323f;
}

/* line 165, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light.outline .btn-close, .alert-light.outline-2x .btn-close {
  filter: unset;
}

/* line 172, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #e6edef;
  color: #242934;
}

/* line 173, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light.inverse:before {
  top: 16px;
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 7px solid #e6edef;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* line 188, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light.inverse i {
  padding: 17px 20px;
  display: inline-block;
  background-color: #e6edef;
  color: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

/* line 199, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-light.inverse .btn-close {
  filter: unset;
  top: -3px;
}

/* line 114, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-dark {
  background-color: rgba(44, 50, 63, 0.8);
  border-color: rgba(44, 50, 63, 0.9);
  color: #fff;
}

/* line 118, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-dark .progress {
  height: 5px;
  background-color: #2a303c;
  border-radius: 0;
}

/* line 123, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-dark .progress-bar {
  background-color: #a8b0c2;
}

/* line 126, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-dark .btn-close {
  filter: brightness(1) invert(1);
}

/* line 129, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-dark .alert-link {
  color: #2c323f;
}

/* line 142, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-dark hr {
  border-top-color: #2c323f;
}

/* line 146, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-dark.dark {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fafafa;
}

/* line 147, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-dark.dark .alert-link {
  color: #fff;
}

/* line 161, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-dark.outline, .alert-dark.outline-2x {
  background-color: transparent;
  border-color: #2c323f;
  color: #2c323f;
}

/* line 165, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-dark.outline .btn-close, .alert-dark.outline-2x .btn-close {
  filter: unset;
}

/* line 172, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-dark.inverse {
  background-color: transparent;
  padding: 13px 20px 13px 65px;
  border-color: #2c323f;
  color: #242934;
}

/* line 173, app/assets/stylesheets/theme/theme/_alert.scss */
.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;
}

/* line 188, app/assets/stylesheets/theme/theme/_alert.scss */
.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%;
}

/* line 199, app/assets/stylesheets/theme/theme/_alert.scss */
.alert-dark.inverse .btn-close {
  filter: unset;
  top: -3px;
}

/* line 207, app/assets/stylesheets/theme/theme/_alert.scss */
.dismiss-text .alert .btn-close {
  background: unset;
  opacity: 1;
  top: -6px;
  right: 40px;
}

/* line 213, app/assets/stylesheets/theme/theme/_alert.scss */
.dismiss-text .alert .btn-close span {
  display: inline-block;
  border-radius: 3px;
  text-shadow: none;
  padding: 0 5px;
}

/* line 222, app/assets/stylesheets/theme/theme/_alert.scss */
.outline-2x {
  border-width: 2px;
  padding: 11px 1.25rem;
}

/**=====================
     15. Alert CSS end
==========================**/
/**=====================
     16. Popover CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_popover.scss */
.popover {
  border: 1px solid #e6edef;
  box-shadow: none;
}

/* line 8, app/assets/stylesheets/theme/theme/_popover.scss */
.popover-header {
  background-color: rgba(36, 105, 92, 0.1);
  border-color: #e6edef;
  color: #24695c;
}

/* line 13, app/assets/stylesheets/theme/theme/_popover.scss */
.popover-body {
  border-color: #e6edef;
  background-color: #fff;
}

/* line 19, app/assets/stylesheets/theme/theme/_popover.scss */
.popover-main .btn-showcase a {
  color: #fff;
}

/* line 23, app/assets/stylesheets/theme/theme/_popover.scss */
.popover-main .btn-showcase button:last-child {
  margin-right: 0;
}

/**=====================
     16. Popover CSS Ends
==========================**/
/**=====================
     17. List CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_list.scss */
.list-group-item.active {
  background-color: #24695c;
  border-color: #24695c;
}

/* line 9, app/assets/stylesheets/theme/theme/_list.scss */
.list-group i {
  margin-right: 10px;
}

/* line 12, app/assets/stylesheets/theme/theme/_list.scss */
.list-group img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

/**=====================
     17. List CSS Ends
==========================**/
/**=====================
    18. Switch  CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_switch.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* line 9, app/assets/stylesheets/theme/theme/_switch.scss */
.switch input {
  display: none;
}

/* line 11, app/assets/stylesheets/theme/theme/_switch.scss */
.switch input:checked + .switch-state {
  background-color: #24695c;
}

/* line 13, app/assets/stylesheets/theme/theme/_switch.scss */
.switch input:checked + .switch-state:before {
  transform: translateX(26px);
}

/* line 17, app/assets/stylesheets/theme/theme/_switch.scss */
.switch input:focus + .switch-state {
  box-shadow: 0 0 1px #24695c;
}

/* line 22, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-state {
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e6edef;
  transition: .4s;
}

/* line 33, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-state:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: .4s;
  border-radius: 20px;
}

/* line 48, app/assets/stylesheets/theme/theme/_switch.scss */
.icon-state .switch-state:after {
  content: "\efb8";
  font-family: IcoFont;
  left: 10px;
  position: absolute;
  top: 10px;
  color: #2c323f;
  transition: .4s;
  opacity: 0.3;
}

/* line 61, app/assets/stylesheets/theme/theme/_switch.scss */
.icon-state input:checked + .switch-state:after {
  content: "\efad";
  left: 36px;
  opacity: 1;
  transition: .4s;
}

/* line 73, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-lg .switch {
  width: 75px;
  height: 40px;
}

/* line 77, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-lg .switch .switch-state:before {
  height: 30px;
  width: 30px;
  left: 7px;
  bottom: 5px;
  top: 4px;
}

/* line 89, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-sm .switch {
  width: 25px;
  height: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
}

/* line 95, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-sm .switch .switch-state:before {
  height: 8px;
  width: 8px;
  left: 4px;
  bottom: 4px;
}

/* line 105, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-sm input:checked + .switch-state:before {
  left: -13px;
}

/* line 114, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-lg.icon-state .switch .switch-state:after {
  left: 12px;
  font-size: 18px;
}

/* line 121, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-lg.icon-state .switch input:checked + .switch-state:after {
  left: 47px;
}

/* line 124, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-lg.icon-state .switch input:checked + .switch-state:before {
  transform: translateX(32px);
}

/* line 134, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-sm.icon-state .switch .switch-state:after {
  top: 4px;
  left: 4px;
  font-size: 8px;
}

/* line 142, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-sm.icon-state .switch input:checked + .switch-state:after {
  left: 13px;
  top: 4px;
}

/* line 151, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch-state {
  background-color: #fff;
  border: 1px solid #24695c;
  transition: .4s;
}

/* line 155, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch-state:before {
  background-color: #e6edef;
  bottom: 3px;
  color: #fff;
}

/* line 164, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input {
  display: none;
}

/* line 166, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state {
  background-color: transparent;
  border: 1px solid #24695c;
}

/* line 169, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state:before {
  background-color: #24695c;
  bottom: 3px;
  transform: translateX(26px);
}

/* line 174, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state:after {
  color: #fff;
}

/* line 182, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch-state.bg-primary {
  border: 1px solid #24695c;
  background-color: transparent !important;
}

/* line 188, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-primary {
  background-color: transparent !important;
  border: 1px solid #24695c;
}

/* line 191, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-primary:before {
  background-color: #24695c;
}

/* line 197, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch-state.bg-dark {
  border: 1px solid #2c323f;
  background-color: transparent !important;
}

/* line 203, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-dark {
  background-color: transparent !important;
  border: 1px solid #2c323f;
}

/* line 206, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-dark:before {
  background-color: #2c323f;
}

/* line 212, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch-state.bg-warning {
  border: 1px solid #e2c636;
  background-color: transparent !important;
}

/* line 218, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-warning {
  background-color: transparent !important;
  border: 1px solid #e2c636;
}

/* line 221, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-warning:before {
  background-color: #e2c636;
}

/* line 227, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch-state.bg-success {
  border: 1px solid #1b4c43;
  background-color: transparent !important;
}

/* line 233, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-success {
  background-color: transparent !important;
  border: 1px solid #1b4c43;
}

/* line 236, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-success:before {
  background-color: #1b4c43;
}

/* line 242, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch-state.bg-info {
  border: 1px solid #717171;
  background-color: transparent !important;
}

/* line 248, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-info {
  background-color: transparent !important;
  border: 1px solid #717171;
}

/* line 251, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-info:before {
  background-color: #717171;
}

/* line 257, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch-state.bg-danger {
  border: 1px solid #d22d3d;
  background-color: transparent !important;
}

/* line 263, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-danger {
  background-color: transparent !important;
  border: 1px solid #d22d3d;
}

/* line 266, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-danger:before {
  background-color: #d22d3d;
}

/* line 272, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch-state.bg-primary {
  border: 1px solid #24695c;
  background-color: transparent !important;
}

/* line 278, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-primary {
  background-color: transparent !important;
  border: 1px solid #24695c;
}

/* line 281, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-primary:before {
  background-color: #24695c;
}

/* line 287, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch-state.bg-secondary {
  border: 1px solid #ba895d;
  background-color: transparent !important;
}

/* line 293, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-secondary {
  background-color: transparent !important;
  border: 1px solid #ba895d;
}

/* line 296, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-outline .switch input:checked + .switch-state.bg-secondary:before {
  background-color: #ba895d;
}

/* line 303, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-showcase {
  margin-bottom: -8px;
}

/* line 305, app/assets/stylesheets/theme/theme/_switch.scss */
.switch-showcase .media {
  line-height: 1;
}

/**=====================
     18. Switch  CSS Ends
==========================**/
/**=====================
   19. Mega option CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_megaoption.scss */
.mega-inline {
  margin-bottom: -30px;
  display: flex;
}

/* line 7, app/assets/stylesheets/theme/theme/_megaoption.scss */
.mega-inline .card {
  border: 1px solid #e6edef;
  box-shadow: 0 0 11px 5px #e6edef;
}

/* line 11, app/assets/stylesheets/theme/theme/_megaoption.scss */
.mega-inline .mega-title-badge {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 19, app/assets/stylesheets/theme/theme/_megaoption.scss */
.mega-inline .media .radio {
  margin-left: 3px;
}

/* line 24, app/assets/stylesheets/theme/theme/_megaoption.scss */
.mega-vertical {
  display: flex;
  flex-wrap: wrap;
}

/* line 27, app/assets/stylesheets/theme/theme/_megaoption.scss */
.mega-vertical .card {
  box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08);
}

/* line 30, app/assets/stylesheets/theme/theme/_megaoption.scss */
.mega-vertical .mega-title-badge {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 38, app/assets/stylesheets/theme/theme/_megaoption.scss */
.mega-vertical .media .radio {
  margin-left: 3px;
}

/* line 43, app/assets/stylesheets/theme/theme/_megaoption.scss */
.mega-title {
  font-weight: 600;
}

/* line 46, app/assets/stylesheets/theme/theme/_megaoption.scss */
.mega-horizontal {
  display: flex;
  flex-wrap: wrap;
}

/* line 49, app/assets/stylesheets/theme/theme/_megaoption.scss */
.mega-horizontal .card {
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08);
}

/* line 53, app/assets/stylesheets/theme/theme/_megaoption.scss */
.mega-horizontal .mega-title-badge {
  display: table;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/theme/theme/_megaoption.scss */
.mega-horizontal .media .radio {
  margin-left: 3px;
}

/* line 67, app/assets/stylesheets/theme/theme/_megaoption.scss */
.plain-style .card {
  box-shadow: none;
}

/* line 72, app/assets/stylesheets/theme/theme/_megaoption.scss */
.border-style .card {
  box-shadow: none;
  border: 1px solid #e6edef;
}

/* line 78, app/assets/stylesheets/theme/theme/_megaoption.scss */
.offer-style .card {
  box-shadow: none;
  border: 1px dashed #e6edef;
}

/* line 83, app/assets/stylesheets/theme/theme/_megaoption.scss */
.rating-star-wrapper {
  color: #797979;
}

/**=====================
     19. Mega option CSS Ends
==========================**/
/**=====================
    20.  Touchspin  CSS Start
==========================**/
/* line 6, app/assets/stylesheets/theme/theme/_touchspin.scss */
.bootstrap-touchspin input.touchspin {
  padding: 0 12px;
}

/* line 10, app/assets/stylesheets/theme/theme/_touchspin.scss */
.bootstrap-touchspin .input-group .btn {
  padding: 10px 20px;
}

/* line 15, app/assets/stylesheets/theme/theme/_touchspin.scss */
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

/* line 21, app/assets/stylesheets/theme/theme/_touchspin.scss */
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
}

/* line 24, app/assets/stylesheets/theme/theme/_touchspin.scss */
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical i {
  position: absolute;
  top: 4px;
  left: 7px;
  font-size: 10px;
  font-weight: normal;
}

/* line 31, app/assets/stylesheets/theme/theme/_touchspin.scss */
.bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 9px;
  margin-left: -1px;
  position: relative;
}

/* line 43, app/assets/stylesheets/theme/theme/_touchspin.scss */
.bootstrap-touchspin .input-group {
  font-family: "Rubik", sans-serif, sans-serif;
}

/* line 45, app/assets/stylesheets/theme/theme/_touchspin.scss */
.bootstrap-touchspin .input-group .btn {
  border-radius: 0 !important;
}

/* line 51, app/assets/stylesheets/theme/theme/_touchspin.scss */
.bootstrap-touchspin .dropdown-basic .dropdown .dropbtn {
  padding: 9px 30px;
}

/* line 54, app/assets/stylesheets/theme/theme/_touchspin.scss */
.bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content {
  z-index: 9999;
}

/**=====================
     20. Touchspin  CSS Ends
==========================**/
/**=====================
     21. Select 2 CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_select2.scss */
.select2 {
  max-width: 100%;
}

/* line 8, app/assets/stylesheets/theme/theme/_select2.scss */
.add-post #cke_text-box {
  border: 1px solid #efefef;
}

/* line 13, app/assets/stylesheets/theme/theme/_select2.scss */
.add-post form .m-checkbox-inline label {
  margin-bottom: 0;
}

/* line 17, app/assets/stylesheets/theme/theme/_select2.scss */
.add-post form .form-group {
  margin-bottom: 30px;
}

/* line 19, app/assets/stylesheets/theme/theme/_select2.scss */
.add-post form .form-group .form-control {
  border: 1px solid #efefef;
}

/* line 22, app/assets/stylesheets/theme/theme/_select2.scss */
.add-post form .form-group .col-form-label {
  padding-bottom: 0;
  padding-top: 0;
}

/* line 25, app/assets/stylesheets/theme/theme/_select2.scss */
.add-post form .form-group .col-form-label .select2-container--default {
  margin-top: 10px;
  max-width: 100%;
}

/* line 30, app/assets/stylesheets/theme/theme/_select2.scss */
.add-post form .form-group .col-form-label .select2-container--default .selection .select2-selection .select2-search__field {
  padding: 2px;
}

/* line 35, app/assets/stylesheets/theme/theme/_select2.scss */
.add-post form .form-group .col-form-label .select2-container--default .select2-selection--multiple {
  border: 1px solid #efefef;
  max-width: 100%;
}

/* line 39, app/assets/stylesheets/theme/theme/_select2.scss */
.add-post form .form-group .col-form-label .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin-top: 6px !important;
}

/* line 48, app/assets/stylesheets/theme/theme/_select2.scss */
.add-post .dropzone {
  margin-bottom: 30px;
}

/* line 53, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .select2-selection {
  border-radius: 0 !important;
  border-color: #e6edef !important;
  height: 40px !important;
  padding: 5px;
}

/* line 59, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control {
  border-radius: 5px;
}

/* line 62, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-primary {
  border-color: #24695c;
  color: #24695c;
}

/* line 66, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-secondary {
  border-color: #ba895d;
  color: #ba895d;
}

/* line 70, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-success {
  border-color: #1b4c43;
  color: #1b4c43;
}

/* line 75, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-info {
  border-color: #717171;
  color: #717171;
}

/* line 80, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-warning {
  border-color: #e2c636;
  color: #e2c636;
}

/* line 85, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-danger {
  border-color: #d22d3d;
  color: #d22d3d;
}

/* line 90, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-inverse {
  border-color: #2c323f;
  color: #2c323f;
}

/* line 95, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-primary-fill {
  background-color: #24695c;
  color: #fff;
}

/* line 98, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-primary-fill:focus {
  background-color: #24695c;
}

/* line 102, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-secondary-fill {
  background-color: #ba895d;
  color: white;
}

/* line 105, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-secondary-fill:focus {
  background-color: #ba895d;
}

/* line 109, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-success-fill {
  background-color: #1b4c43;
  color: #fff;
}

/* line 112, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-success-fill:focus {
  background-color: #1b4c43;
}

/* line 116, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-info-fill {
  background-color: #717171;
  color: #fff;
}

/* line 120, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-info-fill:focus {
  background-color: #717171;
}

/* line 124, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-warning-fill {
  background-color: #e2c636;
  color: #fff;
}

/* line 128, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-warning-fill:focus {
  background-color: #e2c636;
}

/* line 132, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-danger-fill {
  background-color: #d22d3d;
  color: #fff;
}

/* line 136, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-danger-fill:focus {
  background-color: #d22d3d;
}

/* line 140, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-inverse-fill {
  background-color: #2c323f;
  color: #fff;
}

/* line 144, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-drpdwn .form-control-inverse-fill:focus {
  background-color: #2c323f;
}

/* line 154, app/assets/stylesheets/theme/theme/_select2.scss */
.selection .select2-selection {
  font-family: "Rubik", sans-serif, sans-serif;
  border-radius: 5px !important;
}

/* line 157, app/assets/stylesheets/theme/theme/_select2.scss */
.selection .select2-selection .select2-search__field {
  margin-top: 0;
  padding: 0px 0 0 15px;
}

/* line 165, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  padding: 2px 6px !important;
  margin-top: 0 !important;
  background-color: #24695c !important;
  border-color: #17433b !important;
  color: #fff;
  margin-right: 8px !important;
}

/* line 173, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
  float: right;
  margin-left: 0.5rem;
}

/* line 179, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #e0e0e0 !important;
  color: #424242 !important;
}

/* line 183, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true] {
  color: #fff !important;
}

/* line 189, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
  right: 10px !important;
}

/* line 195, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 2px 6px !important;
  margin-top: 0 !important;
  background-color: #24695c !important;
  border-color: #17433b !important;
  color: #fff;
  margin-right: 8px !important;
}

/* line 203, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
  float: right;
  margin-left: 0.5rem;
}

/* line 209, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e0e0e0 !important;
  color: #424242 !important;
}

/* line 213, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #24695c !important;
  color: #fff !important;
}

/* line 218, app/assets/stylesheets/theme/theme/_select2.scss */
.select2-results > .select2-results__options {
  border: 1px solid #e6edef;
}

/**=====================
     21. Select 2 CSS Ends
==========================**/
/**=====================
     22. User profile css start
==========================**/
/* line 6, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .follow .follow-num {
  font-size: 18px;
  color: #2b2b2b;
  font-family: "Rubik", sans-serif, sans-serif;
  font-weight: 600;
}

/* line 12, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .follow span {
  color: #59667a;
}

/* line 15, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .follow ul.follow-list {
  border-top: 1px solid #e6edef;
}

/* line 17, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .follow ul.follow-list li {
  display: inline-block;
  padding-top: 15px;
}

/* line 20, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .follow ul.follow-list li:nth-child(n+2) {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e6edef;
}

/* line 28, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-img-style {
  padding: 30px;
}

/* line 30, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-img-style .img-container {
  margin-top: 30px;
}

/* line 33, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-img-style .user-name {
  font-size: 18px;
  color: #2b2b2b;
  margin: 0;
  font-weight: 600;
}

/* line 39, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-img-style p {
  line-height: 30px;
  font-size: 14px;
  color: #898989;
  margin-bottom: 0;
}

/* line 46, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-img-style .media img {
  width: 50px;
}

/* line 52, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .like-comment a {
  color: #898989;
}

/* line 54, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .like-comment a:hover {
  color: #d22d3d;
}

/* line 58, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .like-comment span {
  font-family: "Rubik", sans-serif, sans-serif;
}

/* line 63, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .social-media ul.user-list-social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

/* line 72, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .social-media ul.user-list-social li:nth-child(n+2) {
  margin-left: 5px;
}

/* line 75, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .social-media ul.user-list-social li a {
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(36, 105, 92, 0.08);
}

/* line 84, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .social-media ul.user-list-social li a i {
  font-size: 14px;
  color: #24695c;
}

/* line 90, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .social-media ul.user-list-social li:hover a {
  background-color: #24695c;
}

/* line 92, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .social-media ul.user-list-social li:hover a i {
  color: #fff;
}

/* line 100, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-header {
  height: 420px;
  padding: 30px;
  display: flex !important;
}

/* line 105, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-header .profile-img-wrrap {
  display: none;
}

/* line 108, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-header .userpro-box {
  background-color: #fff;
  padding: 30px;
  max-width: 380px;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

/* line 115, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-header .userpro-box .img-wrraper {
  position: relative;
  width: fit-content;
  margin: auto;
}

/* line 120, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-header .userpro-box .avatar {
  width: 100px;
  height: 100px;
  max-width: 155px;
  max-height: 155px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border: 7px solid rgba(36, 105, 92, 0.08);
  margin-bottom: 15px;
}

/* line 131, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-header .userpro-box .avatar img {
  width: 100%;
  height: 100%;
}

/* line 136, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-header .userpro-box .icon-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  font-size: 17px;
  box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1);
}

/* line 152, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-header .userpro-box .icon-wrapper i {
  color: #24695c;
}

/* line 156, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-header .userpro-box h4 {
  color: #2b2b2b;
  font-weight: 600;
  font-size: 20px;
}

/* line 161, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-header .userpro-box h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 15px;
}

/* line 169, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post {
  padding: 30px;
}

/* line 171, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 176, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-header .media {
  align-items: center;
}

/* line 178, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-header .media img {
  width: 60px;
}

/* line 181, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-header .media h5 {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

/* line 187, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-header .media h6 {
  color: #999;
  font-size: 14px;
  margin-bottom: 0;
}

/* line 194, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-header .post-setting i {
  color: #999;
  font-size: 22px;
}

/* line 201, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-body p {
  color: #999;
}

/* line 204, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-body .post-react {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* line 209, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-body .post-react ul li {
  display: inline-block;
}

/* line 211, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-body .post-react ul li:nth-child(n+2) {
  margin-left: -20px;
}

/* line 214, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-body .post-react ul li img {
  width: 30px;
  height: 30px;
}

/* line 220, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-body .post-react h6 {
  font-size: 14px;
  color: #717171;
  margin-bottom: 0;
  margin-left: 15px;
}

/* line 228, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-body .post-comment li {
  display: inline-block;
  color: #717171;
}

/* line 231, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-body .post-comment li label {
  margin-bottom: 0;
  font-weight: 500;
}

/* line 234, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-body .post-comment li label a {
  color: #717171;
  display: flex;
  align-items: center;
  line-height: 1;
}

/* line 239, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-body .post-comment li label a svg {
  width: 14px;
  height: 14px;
}

/* line 243, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-body .post-comment li label a span {
  margin-left: 10px;
}

/* line 248, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .profile-post .post-body .post-comment li:nth-child(n+2) {
  margin-left: 15px;
}

/* line 256, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .post-about ul {
  margin-bottom: 20px;
}

/* line 258, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .post-about ul li {
  display: flex;
  align-items: center;
}

/* line 261, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .post-about ul li .icon {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: rgba(36, 105, 92, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

/* line 270, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .post-about ul li .icon svg {
  width: 18px;
  height: 18px;
  color: #24695c;
}

/* line 276, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .post-about ul li h5 {
  color: #2b2b2b;
  text-transform: capitalize;
}

/* line 280, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .post-about ul li p {
  font-size: 12px;
  line-height: 1;
  text-transform: capitalize;
}

/* line 285, app/assets/stylesheets/theme/theme/_user-profile.scss */
.user-profile .post-about ul li:nth-child(n+2) {
  margin-top: 20px;
}

/* line 295, app/assets/stylesheets/theme/theme/_user-profile.scss */
.edit-profile .profile-title {
  border-bottom: 1px solid #e6edef;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

/* line 299, app/assets/stylesheets/theme/theme/_user-profile.scss */
.edit-profile .profile-title .media {
  align-items: center;
}

/* line 301, app/assets/stylesheets/theme/theme/_user-profile.scss */
.edit-profile .profile-title .media .media-body {
  margin-left: 25px;
}

/* line 308, app/assets/stylesheets/theme/theme/_user-profile.scss */
.edit-profile .card .card-header h4 {
  font-weight: 600;
}

/* line 313, app/assets/stylesheets/theme/theme/_user-profile.scss */
.edit-profile .card .card-body h3 {
  font-weight: 600;
}

/* line 321, app/assets/stylesheets/theme/theme/_user-profile.scss */
.edit-profile .table > :not(:last-child) > :last-child > * {
  border: 1px solid #e6edef;
}

/**============================
     22. User profile css Ends
==============================**/
/**=====================
     23. Progress CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-showcase .progress {
  margin-bottom: 10px;
}

/* line 7, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-showcase .progress:last-child {
  margin-bottom: 0;
}

/* line 12, app/assets/stylesheets/theme/theme/_progress.scss */
.sm-progress-bar {
  height: 5px;
}

/* line 15, app/assets/stylesheets/theme/theme/_progress.scss */
.lg-progress-bar {
  height: 20px;
}

/* line 21, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-animate {
  overflow: inherit;
  background-color: transparent;
  margin-bottom: 2px;
}

/* line 25, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-animate span {
  position: absolute;
  bottom: 15px;
  right: -10px;
  font-weight: 600;
  font-size: 15px;
}

@keyframes heartbit {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.1);
    opacity: .1;
  }
  50% {
    transform: scale(0.5);
    opacity: .3;
  }
  75% {
    transform: scale(0.8);
    opacity: .5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* line 64, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-primary {
  background-image: linear-gradient(to right, transparent, #24695c);
  position: relative;
}

/* line 67, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-primary:hover {
  background-size: 100%;
}

/* line 70, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-primary::after {
  position: absolute;
  content: '';
  top: -3px;
  right: -1px;
  background-color: #24695c;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(36, 105, 92, 0.36);
}

/* line 81, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-primary .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #24695c;
  border-radius: 70px;
  animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
}

/* line 64, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-secondary {
  background-image: linear-gradient(to right, transparent, #ba895d);
  position: relative;
}

/* line 67, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-secondary:hover {
  background-size: 100%;
}

/* line 70, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-secondary::after {
  position: absolute;
  content: '';
  top: -3px;
  right: -1px;
  background-color: #ba895d;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(186, 137, 93, 0.36);
}

/* line 81, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-secondary .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #ba895d;
  border-radius: 70px;
  animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
}

/* line 64, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-success {
  background-image: linear-gradient(to right, transparent, #1b4c43);
  position: relative;
}

/* line 67, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-success:hover {
  background-size: 100%;
}

/* line 70, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-success::after {
  position: absolute;
  content: '';
  top: -3px;
  right: -1px;
  background-color: #1b4c43;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(27, 76, 67, 0.36);
}

/* line 81, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-success .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #1b4c43;
  border-radius: 70px;
  animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
}

/* line 64, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-danger {
  background-image: linear-gradient(to right, transparent, #d22d3d);
  position: relative;
}

/* line 67, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-danger:hover {
  background-size: 100%;
}

/* line 70, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-danger::after {
  position: absolute;
  content: '';
  top: -3px;
  right: -1px;
  background-color: #d22d3d;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(210, 45, 61, 0.36);
}

/* line 81, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-danger .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #d22d3d;
  border-radius: 70px;
  animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
}

/* line 64, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-info {
  background-image: linear-gradient(to right, transparent, #717171);
  position: relative;
}

/* line 67, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-info:hover {
  background-size: 100%;
}

/* line 70, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-info::after {
  position: absolute;
  content: '';
  top: -3px;
  right: -1px;
  background-color: #717171;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(113, 113, 113, 0.36);
}

/* line 81, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-info .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #717171;
  border-radius: 70px;
  animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
}

/* line 64, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-light {
  background-image: linear-gradient(to right, transparent, #e6edef);
  position: relative;
}

/* line 67, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-light:hover {
  background-size: 100%;
}

/* line 70, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-light::after {
  position: absolute;
  content: '';
  top: -3px;
  right: -1px;
  background-color: #e6edef;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(230, 237, 239, 0.36);
}

/* line 81, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-light .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #e6edef;
  border-radius: 70px;
  animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
}

/* line 64, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-dark {
  background-image: linear-gradient(to right, transparent, #2c323f);
  position: relative;
}

/* line 67, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-dark:hover {
  background-size: 100%;
}

/* line 70, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-dark::after {
  position: absolute;
  content: '';
  top: -3px;
  right: -1px;
  background-color: #2c323f;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(44, 50, 63, 0.36);
}

/* line 81, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-dark .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #2c323f;
  border-radius: 70px;
  animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
}

/* line 64, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-warning {
  background-image: linear-gradient(to right, transparent, #e2c636);
  position: relative;
}

/* line 67, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-warning:hover {
  background-size: 100%;
}

/* line 70, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-warning::after {
  position: absolute;
  content: '';
  top: -3px;
  right: -1px;
  background-color: #e2c636;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 17px 4px rgba(226, 198, 54, 0.36);
}

/* line 81, app/assets/stylesheets/theme/theme/_progress.scss */
.progress-gradient-warning .animate-circle {
  position: absolute;
  top: -11px;
  right: -8px;
  height: 25px;
  width: 25px;
  border: 5px solid #e2c636;
  border-radius: 70px;
  animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
}

/**=====================
     23. Progress CSS Ends
==========================**/
/**=====================
    24. According CSS start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_according.scss */
.default-according .card {
  margin-bottom: 0;
  box-shadow: none !important;
}

/* line 8, app/assets/stylesheets/theme/theme/_according.scss */
.default-according .card + .card {
  margin-top: 10px;
}

/* line 11, app/assets/stylesheets/theme/theme/_according.scss */
.default-according .card .btn-link {
  font-weight: 500;
  color: #242934;
  font-size: 16px;
}

/* line 17, app/assets/stylesheets/theme/theme/_according.scss */
.default-according .card .btn-link:focus, .default-according .card .btn-link:hover {
  text-decoration: none;
}

/* line 21, app/assets/stylesheets/theme/theme/_according.scss */
.default-according .card .card-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e6edef;
}

/* line 25, app/assets/stylesheets/theme/theme/_according.scss */
.default-according .card .card-header i {
  position: initial;
  font-size: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}

/* line 32, app/assets/stylesheets/theme/theme/_according.scss */
.default-according .card .card-header h5 {
  margin-top: 2px;
}

/* line 36, app/assets/stylesheets/theme/theme/_according.scss */
.default-according .card .card-body {
  border-top: none !important;
  padding: 20px;
}

/* line 39, app/assets/stylesheets/theme/theme/_according.scss */
.default-according .card .card-body h5 {
  font-size: 14px;
  margin-bottom: 5px;
}

/* line 43, app/assets/stylesheets/theme/theme/_according.scss */
.default-according .card .card-body h6 {
  color: #999;
  font-size: 12px;
  margin-bottom: 5px;
}

/* line 50, app/assets/stylesheets/theme/theme/_according.scss */
.default-according .card .card-body ul.rating li {
  display: inline-block;
}

/* line 59, app/assets/stylesheets/theme/theme/_according.scss */
.default-according.style-1 button {
  width: 100%;
  text-align: left;
}

/* line 62, app/assets/stylesheets/theme/theme/_according.scss */
.default-according.style-1 button:before {
  right: 20px;
  position: absolute;
  transition: 0.4s;
}

/* line 68, app/assets/stylesheets/theme/theme/_according.scss */
.default-according.style-1 button[aria-expanded="true"]:before {
  content: "";
  font-family: IcoFont;
}

/* line 74, app/assets/stylesheets/theme/theme/_according.scss */
.default-according.style-1 button[aria-expanded="false"]:before {
  content: "";
  font-family: IcoFont;
}

@media (max-width: 480px) {
  /* line 86, app/assets/stylesheets/theme/theme/_according.scss */
  .default-according .card .card-header {
    padding-right: 32px;
  }
  /* line 88, app/assets/stylesheets/theme/theme/_according.scss */
  .default-according .card .card-header h5 {
    font-size: 16px;
  }
  /* line 95, app/assets/stylesheets/theme/theme/_according.scss */
  .default-according.style-1 button:before {
    right: 10px;
  }
}

/**=====================
     24. According CSS Ends
==========================**/
/**=====================
    25. Authentication CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_login.scss */
.show-hide {
  position: absolute;
  top: 18px;
  right: 30px;
  transform: translateY(-50%);
  text-transform: capitalize;
  z-index: 2;
}

/* line 12, app/assets/stylesheets/theme/theme/_login.scss */
.show-hide span {
  cursor: pointer;
  font-size: 13px;
  color: #24695c;
}

/* line 16, app/assets/stylesheets/theme/theme/_login.scss */
.show-hide span .show-hide span:before {
  content: "hide";
}

/* line 20, app/assets/stylesheets/theme/theme/_login.scss */
.show-hide span.show:before {
  content: "show";
}

/* line 27, app/assets/stylesheets/theme/theme/_login.scss */
.needs-validation label {
  opacity: 0.7;
  margin-bottom: 10px;
}

/* line 31, app/assets/stylesheets/theme/theme/_login.scss */
.needs-validation .invalid-tooltip {
  top: -35px;
  right: 10px;
}

/* line 36, app/assets/stylesheets/theme/theme/_login.scss */
.login-card {
  background-color: rgba(36, 105, 92, 0.1);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0 auto;
  padding: 30px 12px;
}

/* line 47, app/assets/stylesheets/theme/theme/_login.scss */
.login-form {
  padding: 30px;
  width: 450px;
  background-color: #fff;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 54, app/assets/stylesheets/theme/theme/_login.scss */
.login-form h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 22px;
}

/* line 61, app/assets/stylesheets/theme/theme/_login.scss */
.login-form h6 {
  font-size: 14px;
  margin-bottom: 25px;
  color: #999;
}

/* line 66, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .btn {
  text-transform: uppercase;
  font-weight: 700;
  margin-left: auto;
  display: block;
}

/* line 72, app/assets/stylesheets/theme/theme/_login.scss */
.login-form p {
  font-weight: 600;
  text-align: center;
  margin-bottom: unset;
}

/* line 77, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .form-group {
  position: relative;
}

/* line 79, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .form-group label {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

/* line 84, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .form-group .input-group-text {
  background-color: rgba(36, 105, 92, 0.1);
  border: none;
  color: #24695c;
}

/* line 89, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .form-group input {
  transition: all 0.3s ease;
}

/* line 93, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .form-group .form-control::placeholder {
  font-weight: 400;
}

/* line 96, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .form-group .form-control:focus {
  box-shadow: none;
}

/* line 100, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .form-group .checkbox {
  display: inline-block;
}

/* line 102, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .form-group .checkbox label {
  padding-top: 0;
  margin-top: 0;
  color: #999;
}

/* line 106, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .form-group .checkbox label span {
  color: rgba(36, 105, 92, 0.5);
}

/* line 111, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .form-group .link {
  float: right;
  font-weight: 500;
}

/* line 115, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .form-group .small-group {
  display: flex;
  align-items: center;
}

/* line 119, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .form-group .small-group .input-group:nth-child(n+2) {
  margin-left: 10px;
}

/* line 125, app/assets/stylesheets/theme/theme/_login.scss */
.login-form ul.login-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 129, app/assets/stylesheets/theme/theme/_login.scss */
.login-form ul.login-social li {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: rgba(36, 105, 92, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

/* line 138, app/assets/stylesheets/theme/theme/_login.scss */
.login-form ul.login-social li a {
  line-height: 1;
}

/* line 140, app/assets/stylesheets/theme/theme/_login.scss */
.login-form ul.login-social li a svg {
  width: 16px;
  height: auto;
}

/* line 145, app/assets/stylesheets/theme/theme/_login.scss */
.login-form ul.login-social li:nth-child(n+2) {
  margin-left: 10px;
}

/* line 150, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .login-social-title {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}

/* line 154, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .login-social-title::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
  z-index: -1;
}

/* line 164, app/assets/stylesheets/theme/theme/_login.scss */
.login-form .login-social-title h5 {
  font-weight: 600;
  font-size: 16px;
  color: #999;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}

@media (max-width: 575px) {
  /* line 182, app/assets/stylesheets/theme/theme/_login.scss */
  .login-form .form-group .link {
    float: unset;
  }
  /* line 186, app/assets/stylesheets/theme/theme/_login.scss */
  .login-form .btn {
    margin-left: unset;
  }
}

@media (max-width: 480px) {
  /* line 192, app/assets/stylesheets/theme/theme/_login.scss */
  .login-form {
    width: 100%;
  }
}

/**==========================
    25. Authentication CSS Ends
==========================**/
/**=====================
    26. Form CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_forms.scss */
.height-35 {
  height: 35px !important;
}

/* line 7, app/assets/stylesheets/theme/theme/_forms.scss */
label {
  margin-bottom: 5px;
  font-weight: 600;
}

/* line 11, app/assets/stylesheets/theme/theme/_forms.scss */
.form-group {
  margin-bottom: 20px;
}

/* line 14, app/assets/stylesheets/theme/theme/_forms.scss */
.form-control, .form-select {
  background-color: #fff;
  font-size: 14px;
  color: #717171;
}

/* line 18, app/assets/stylesheets/theme/theme/_forms.scss */
.form-control:focus, .form-select:focus {
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05);
}

/* line 25, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .form-control :focus {
  box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05);
}

/* line 30, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form.sm-form .form-group {
  margin-bottom: 14px;
}

/* line 34, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .form-group {
  margin-bottom: 20px;
}

/* line 36, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .form-group textarea {
  border-color: #efefef;
}

/* line 38, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .form-group textarea::-webkit-input-placeholder {
  color: #898989;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 100;
}

/* line 45, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .form-group input[type=text], .theme-form .form-group input[type=email], .theme-form .form-group input[type=search],
.theme-form .form-group input[type=password], .theme-form .form-group input[type=number], .theme-form .form-group input[type=tel], .theme-form .form-group input[type=date], .theme-form .form-group input[type=datetime-local]
, .theme-form .form-group input[type=time], .theme-form .form-group input[type=datetime-local], .theme-form .form-group input[type=month], .theme-form .form-group input[type=week],
.theme-form .form-group input[type=url], .theme-form .form-group input[type=file], .theme-form .form-group select {
  border-color: #e6edef;
  font-size: 14px;
  color: #898989;
}

/* line 53, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .form-group input[type=text]::-webkit-input-placeholder, .theme-form .form-group input[type=email]::-webkit-input-placeholder, .theme-form .form-group input[type=search]::-webkit-input-placeholder,
.theme-form .form-group input[type=password]::-webkit-input-placeholder, .theme-form .form-group input[type=number]::-webkit-input-placeholder, .theme-form .form-group input[type=tel]::-webkit-input-placeholder, .theme-form .form-group input[type=date]::-webkit-input-placeholder, .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder
, .theme-form .form-group input[type=time]::-webkit-input-placeholder, .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder, .theme-form .form-group input[type=month]::-webkit-input-placeholder, .theme-form .form-group input[type=week]::-webkit-input-placeholder,
.theme-form .form-group input[type=url]::-webkit-input-placeholder, .theme-form .form-group input[type=file]::-webkit-input-placeholder, .theme-form .form-group select::-webkit-input-placeholder {
  color: #898989;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 100;
}

/* line 60, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .form-group select.form-control:not([size]):not([multiple]) {
  border-color: #efefef;
  font-size: 14px;
}

/* line 66, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .checkbox label {
  padding-left: 10px;
}

/* line 70, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .form-divider {
  position: relative;
  clear: both;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #efefef;
}

/* line 76, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .form-divider:before {
  position: absolute;
  top: -11px;
  left: 40%;
  margin-left: -10px;
  padding: 0 5px;
  content: "Or Signup With";
  color: #2b2b2b;
  background: #fff;
}

/* line 87, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .login-divider {
  position: relative;
  clear: both;
  height: 0;
  margin: 30px 0;
  border-top: 1px solid #efefef;
}

/* line 93, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .login-divider:before {
  position: absolute;
  top: -11px;
  left: 40%;
  margin-left: -10px;
  padding: 0 5px;
  color: #2b2b2b;
  background: #fff;
  content: "Or Login With";
}

/* line 104, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .btn-fb {
  background-color: #50598e;
  color: #fff;
  width: 100%;
}

/* line 109, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .btn-twitter {
  background-color: #6fa2d8;
  color: #fff;
  width: 100%;
}

/* line 114, app/assets/stylesheets/theme/theme/_forms.scss */
.theme-form .btn-google {
  background-color: #c64e40;
  color: #fff;
  width: 100%;
}

/* line 121, app/assets/stylesheets/theme/theme/_forms.scss */
.form-inline {
  display: -webkit-inline-box;
}

/* line 123, app/assets/stylesheets/theme/theme/_forms.scss */
.form-inline .form-group {
  margin-right: 15px;
}

/* line 125, app/assets/stylesheets/theme/theme/_forms.scss */
.form-inline .form-group .col-form-label {
  margin-right: 5px;
}

/* line 133, app/assets/stylesheets/theme/theme/_forms.scss */
.search-form .form-group:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background: #e8ebf2;
  left: 82px;
  top: 50px;
}

/* line 142, app/assets/stylesheets/theme/theme/_forms.scss */
.search-form .form-group:after {
  position: absolute;
  content: "\f002";
  font-family: FontAwesome;
  top: 50px;
  left: 53px;
  color: #8e8e8e;
}

/* line 151, app/assets/stylesheets/theme/theme/_forms.scss */
.search-form input {
  border: 1px solid #e6edef;
  padding: 10px 10px 10px 70px;
  border-radius: 50px;
}

/* line 158, app/assets/stylesheets/theme/theme/_forms.scss */
.form-label-align-right label {
  text-align: right;
  padding-top: 17px;
  font-weight: 500;
}

/* line 164, app/assets/stylesheets/theme/theme/_forms.scss */
.custom-file-label {
  line-height: 1.8;
}

/* line 166, app/assets/stylesheets/theme/theme/_forms.scss */
.custom-file-label::after {
  line-height: 1.8;
}

/* line 170, app/assets/stylesheets/theme/theme/_forms.scss */
.input-group-text {
  border-color: #e6edef;
  font-weight: 500;
}

/* line 175, app/assets/stylesheets/theme/theme/_forms.scss */
.dropdown-menu {
  border: 1px solid #e6edef;
}

/* line 179, app/assets/stylesheets/theme/theme/_forms.scss */
.animated-modal .form-select {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

/**=====================
    26. Form CSS Ends
==========================**/
/**=====================
     27. Coming Soon CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_comingsoon.scss */
.comingsoon-bgimg {
  background: url(/../images/other-images/coming-soon-bg.jpg);
  background-position: bottom;
  background-size: cover;
}

/* line 9, app/assets/stylesheets/theme/theme/_comingsoon.scss */
.comingsoon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 50px 0;
  background-color: rgba(36, 105, 92, 0.1);
}

/* line 17, app/assets/stylesheets/theme/theme/_comingsoon.scss */
.comingsoon .comingsoon-inner h5 {
  font-size: 22px;
  letter-spacing: 1px;
  color: #999;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 30px;
}

/* line 25, app/assets/stylesheets/theme/theme/_comingsoon.scss */
.comingsoon .comingsoon-inner .countdown {
  padding: 30px 0;
  border-top: 1px solid rgba(36, 105, 92, 0.1);
  border-bottom: 1px solid rgba(36, 105, 92, 0.1);
}

/* line 29, app/assets/stylesheets/theme/theme/_comingsoon.scss */
.comingsoon .comingsoon-inner .countdown .time {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  width: 100px;
  height: 100px;
  font-size: 36px;
  background: #24695c;
}

/* line 41, app/assets/stylesheets/theme/theme/_comingsoon.scss */
.comingsoon .comingsoon-inner .countdown .title {
  padding-top: 13px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(36, 41, 52, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 49, app/assets/stylesheets/theme/theme/_comingsoon.scss */
.comingsoon .comingsoon-inner .countdown ul li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 20px;
}

/* line 53, app/assets/stylesheets/theme/theme/_comingsoon.scss */
.comingsoon .comingsoon-inner .countdown ul li span {
  display: block;
}

/* line 59, app/assets/stylesheets/theme/theme/_comingsoon.scss */
.comingsoon video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}

/**=====================
    27. Coming Soon CSS Ends
==========================**/
/**=====================
     28. Radio CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_radio.scss */
.animate-chk label {
  line-height: 1.6;
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/theme/theme/_radio.scss */
.animate-chk label:last-child {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin: 0 1rem 0 0;
}

/* line 17, app/assets/stylesheets/theme/theme/_radio.scss */
.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 #24695c;
  border-top-style: none;
  border-right-style: none;
}

/* line 31, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox_animated:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  background: #fff;
  border: 2px solid #e6edef;
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox_animated:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}

/* line 46, app/assets/stylesheets/theme/theme/_radio.scss */
.radio_animated {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}

/* line 50, app/assets/stylesheets/theme/theme/_radio.scss */
.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: #24695c;
  border-radius: 50%;
}

/* line 63, app/assets/stylesheets/theme/theme/_radio.scss */
.radio_animated:after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border: 2px solid #e6edef;
  border-radius: 50%;
}

/* line 74, app/assets/stylesheets/theme/theme/_radio.scss */
.radio_animated:checked:before {
  transform: scale(1, 1);
}

/* line 80, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 87, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  margin-left: -16px;
  border: 1px solid #e6edef;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

/* line 102, app/assets/stylesheets/theme/theme/_radio.scss */
.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: #2b2b2b;
}

/* line 116, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox input[type="checkbox"] {
  opacity: 0;
}

/* line 118, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox input[type="checkbox"]:focus {
  outline-offset: -2px;
}

/* line 121, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
}

/* line 130, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox input[type="checkbox"]:checked + label::before {
  font-family: themify;
  content: "\e64c";
  text-align: center;
  line-height: 1.2;
}

/* line 139, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

/* line 141, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #e6edef;
  cursor: not-allowed;
}

/* line 150, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox .checkbox-circle label::before {
  border-radius: 50%;
}

/* line 155, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox .checkbox-inline {
  margin-top: 0;
}

/* line 161, app/assets/stylesheets/theme/theme/_radio.scss */
.m-squar label::before {
  border-radius: 0;
}

/* line 167, app/assets/stylesheets/theme/theme/_radio.scss */
.m-squar .checkbox-circle label::before {
  border-radius: 50%;
}

/* line 172, app/assets/stylesheets/theme/theme/_radio.scss */
.m-squar .checkbox-inline {
  margin-top: 0;
}

/* line 189, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-primary input[type="checkbox"]:checked + label::before {
  border-color: #24695c;
  color: #24695c;
}

/* line 194, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 189, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-secondary input[type="checkbox"]:checked + label::before {
  border-color: #ba895d;
  color: #ba895d;
}

/* line 194, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-secondary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 189, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-success input[type="checkbox"]:checked + label::before {
  border-color: #1b4c43;
  color: #1b4c43;
}

/* line 194, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 189, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-danger input[type="checkbox"]:checked + label::before {
  border-color: #d22d3d;
  color: #d22d3d;
}

/* line 194, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 189, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-info input[type="checkbox"]:checked + label::before {
  border-color: #717171;
  color: #717171;
}

/* line 194, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 189, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-light input[type="checkbox"]:checked + label::before {
  border-color: #e6edef;
  color: #e6edef;
}

/* line 194, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-light input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 189, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-dark input[type="checkbox"]:checked + label::before {
  border-color: #2c323f;
  color: #2c323f;
}

/* line 194, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-dark input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 189, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-warning input[type="checkbox"]:checked + label::before {
  border-color: #e2c636;
  color: #e2c636;
}

/* line 194, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 212, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-primary label:before {
  background-color: #24695c;
  border-color: #24695c;
  color: #fff;
}

/* line 222, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-primary input[type="checkbox"]:checked + label::before {
  background-color: #24695c;
  border-color: #24695c;
  color: #fff;
}

/* line 227, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 212, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-secondary label:before {
  background-color: #ba895d;
  border-color: #ba895d;
  color: #fff;
}

/* line 222, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-secondary input[type="checkbox"]:checked + label::before {
  background-color: #ba895d;
  border-color: #ba895d;
  color: #fff;
}

/* line 227, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-secondary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 212, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-success label:before {
  background-color: #1b4c43;
  border-color: #1b4c43;
  color: #fff;
}

/* line 222, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-success input[type="checkbox"]:checked + label::before {
  background-color: #1b4c43;
  border-color: #1b4c43;
  color: #fff;
}

/* line 227, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 212, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-danger label:before {
  background-color: #d22d3d;
  border-color: #d22d3d;
  color: #fff;
}

/* line 222, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-danger input[type="checkbox"]:checked + label::before {
  background-color: #d22d3d;
  border-color: #d22d3d;
  color: #fff;
}

/* line 227, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 212, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-info label:before {
  background-color: #717171;
  border-color: #717171;
  color: #fff;
}

/* line 222, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-info input[type="checkbox"]:checked + label::before {
  background-color: #717171;
  border-color: #717171;
  color: #fff;
}

/* line 227, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 212, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-light label:before {
  background-color: #e6edef;
  border-color: #e6edef;
  color: #fff;
}

/* line 222, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-light input[type="checkbox"]:checked + label::before {
  background-color: #e6edef;
  border-color: #e6edef;
  color: #fff;
}

/* line 227, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-light input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 212, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-dark label:before {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fff;
}

/* line 222, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-dark input[type="checkbox"]:checked + label::before {
  background-color: #2c323f;
  border-color: #2c323f;
  color: #fff;
}

/* line 227, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-dark input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 212, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-warning label:before {
  background-color: #e2c636;
  border-color: #e2c636;
  color: #fff;
}

/* line 222, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-warning input[type="checkbox"]:checked + label::before {
  background-color: #e2c636;
  border-color: #e2c636;
  color: #fff;
}

/* line 227, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-solid-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 246, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-primary label::before {
  border-color: #24695c;
}

/* line 246, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-secondary label::before {
  border-color: #ba895d;
}

/* line 246, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-success label::before {
  border-color: #1b4c43;
}

/* line 246, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-danger label::before {
  border-color: #d22d3d;
}

/* line 246, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-info label::before {
  border-color: #717171;
}

/* line 246, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-light label::before {
  border-color: #e6edef;
}

/* line 246, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-dark label::before {
  border-color: #2c323f;
}

/* line 246, app/assets/stylesheets/theme/theme/_radio.scss */
.checkbox-warning label::before {
  border-color: #e2c636;
}

/* line 254, app/assets/stylesheets/theme/theme/_radio.scss */
.m-checkbox-inline .checkbox {
  display: inline-block;
}

/* line 257, app/assets/stylesheets/theme/theme/_radio.scss */
.m-checkbox-inline .radio {
  display: inline-block;
}

/* line 260, app/assets/stylesheets/theme/theme/_radio.scss */
.m-checkbox-inline label {
  margin-right: 20px;
}

/* line 265, app/assets/stylesheets/theme/theme/_radio.scss */
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
}

/* line 270, app/assets/stylesheets/theme/theme/_radio.scss */
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #e6edef;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

/* line 285, app/assets/stylesheets/theme/theme/_radio.scss */
.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: #898989;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

/* line 306, app/assets/stylesheets/theme/theme/_radio.scss */
.radio input[type="radio"] {
  opacity: 0;
}

/* line 310, app/assets/stylesheets/theme/theme/_radio.scss */
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
}

/* line 318, app/assets/stylesheets/theme/theme/_radio.scss */
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 328, app/assets/stylesheets/theme/theme/_radio.scss */
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

/* line 330, app/assets/stylesheets/theme/theme/_radio.scss */
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

/* line 336, app/assets/stylesheets/theme/theme/_radio.scss */
.radio .radio-inline {
  margin-top: 0;
}

/* line 353, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-primary input[type="radio"] + label::before {
  border-color: #24695c;
}

/* line 356, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-primary input[type="radio"] + label::after {
  background-color: #24695c;
}

/* line 362, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #24695c;
}

/* line 365, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #24695c;
}

/* line 353, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-secondary input[type="radio"] + label::before {
  border-color: #ba895d;
}

/* line 356, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-secondary input[type="radio"] + label::after {
  background-color: #ba895d;
}

/* line 362, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-secondary input[type="radio"]:checked + label::before {
  border-color: #ba895d;
}

/* line 365, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-secondary input[type="radio"]:checked + label::after {
  background-color: #ba895d;
}

/* line 353, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-success input[type="radio"] + label::before {
  border-color: #1b4c43;
}

/* line 356, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-success input[type="radio"] + label::after {
  background-color: #1b4c43;
}

/* line 362, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-success input[type="radio"]:checked + label::before {
  border-color: #1b4c43;
}

/* line 365, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-success input[type="radio"]:checked + label::after {
  background-color: #1b4c43;
}

/* line 353, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-danger input[type="radio"] + label::before {
  border-color: #d22d3d;
}

/* line 356, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-danger input[type="radio"] + label::after {
  background-color: #d22d3d;
}

/* line 362, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d22d3d;
}

/* line 365, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d22d3d;
}

/* line 353, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-info input[type="radio"] + label::before {
  border-color: #717171;
}

/* line 356, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-info input[type="radio"] + label::after {
  background-color: #717171;
}

/* line 362, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-info input[type="radio"]:checked + label::before {
  border-color: #717171;
}

/* line 365, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-info input[type="radio"]:checked + label::after {
  background-color: #717171;
}

/* line 353, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-light input[type="radio"] + label::before {
  border-color: #e6edef;
}

/* line 356, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-light input[type="radio"] + label::after {
  background-color: #e6edef;
}

/* line 362, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-light input[type="radio"]:checked + label::before {
  border-color: #e6edef;
}

/* line 365, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-light input[type="radio"]:checked + label::after {
  background-color: #e6edef;
}

/* line 353, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-dark input[type="radio"] + label::before {
  border-color: #2c323f;
}

/* line 356, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-dark input[type="radio"] + label::after {
  background-color: #2c323f;
}

/* line 362, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-dark input[type="radio"]:checked + label::before {
  border-color: #2c323f;
}

/* line 365, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-dark input[type="radio"]:checked + label::after {
  background-color: #2c323f;
}

/* line 353, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-warning input[type="radio"] + label::before {
  border-color: #e2c636;
}

/* line 356, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-warning input[type="radio"] + label::after {
  background-color: #e2c636;
}

/* line 362, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #e2c636;
}

/* line 365, app/assets/stylesheets/theme/theme/_radio.scss */
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #e2c636;
}

/**=====================
     28. Radio CSS Ends
==========================**/
/**=====================
     29. Form Input CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_form-input.scss */
.icon-addon .addon-md .fa, .icon-addon .addon-md .glyphicon {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}

/* line 15, app/assets/stylesheets/theme/theme/_form-input.scss */
.icon-addon .glyphicon, .icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}

/* line 27, app/assets/stylesheets/theme/theme/_form-input.scss */
.input-group-square .input-group-text, .input-group-square .form-control {
  border-radius: 0;
}

/* line 32, app/assets/stylesheets/theme/theme/_form-input.scss */
.input-group-solid .input-group-text, .input-group-solid .form-control {
  background: #e6edef;
}

/* line 36, app/assets/stylesheets/theme/theme/_form-input.scss */
.input-group-air {
  box-shadow: 0 3px 20px 0 #efefef;
}

/* line 39, app/assets/stylesheets/theme/theme/_form-input.scss */
.icon-addon {
  position: relative;
  color: #4c5667;
  display: block;
}

/* line 43, app/assets/stylesheets/theme/theme/_form-input.scss */
.icon-addon:after {
  display: table;
  content: "";
  clear: both;
}

/* line 48, app/assets/stylesheets/theme/theme/_form-input.scss */
.icon-addon:before {
  display: table;
  content: "";
}

/* line 53, app/assets/stylesheets/theme/theme/_form-input.scss */
.icon-addon .addon-md .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}

/* line 65, app/assets/stylesheets/theme/theme/_form-input.scss */
.icon-addon .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}

/* line 75, app/assets/stylesheets/theme/theme/_form-input.scss */
.pill-input-group div:last-child span {
  border-top-right-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem;
}

/* line 79, app/assets/stylesheets/theme/theme/_form-input.scss */
.pill-input-group div:first-child span {
  border-top-left-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem;
}

/**=====================
     29. Form Input CSS Ends
==========================**/
/**=====================
    30. Data-table CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_datatable.scss */
div.dt-button-background {
  display: none !important;
}

/* line 11, app/assets/stylesheets/theme/theme/_datatable.scss */
div.DTS div.dataTables_scrollBody table {
  z-index: 1;
}

/* line 18, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper {
  padding: 0;
  width: 100%;
}

/* line 20, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #e6edef;
}

/* line 25, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper .dt-buttons .btn {
  border-radius: 0.25rem !important;
}

/* line 31, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper .btn-group button {
  margin-right: 5px;
}

/* line 35, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper button {
  font-weight: 400;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #24695c;
  border: 1px solid #fff;
}

/* line 45, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper + .dataTables_wrapper {
  margin-top: 20px;
}

/* line 48, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper .dataTables_paginate {
  margin-left: 15px !important;
  border: 1px solid #e6edef;
  border-radius: 0.25rem;
  padding-top: 0;
}

/* line 53, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin: 0;
}

/* line 55, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: #24695c;
  color: #fff !important;
  box-shadow: none;
}

/* line 60, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #24695c;
  color: #2c323f !important;
  background: transparent !important;
}

/* line 67, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper .dataTables_length {
  margin-bottom: 30px;
}

/* line 69, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper .dataTables_length select {
  background-color: #fff;
  border-color: #e6edef;
  color: #2c323f;
  padding: 0 10px;
  margin: 0 10px;
  height: 2.7142em;
}

/* line 78, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper table.dataTable {
  border: 1px solid #efefef;
}

/* line 81, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper table.dataTable tbody td, .dataTables_wrapper table.dataTable tbody th {
  background-color: #fff;
  border: 1px solid #e6edef;
}

/* line 84, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper table.dataTable tbody td.select-checkbox, .dataTables_wrapper table.dataTable tbody th.select-checkbox {
  padding-right: 40px !important;
}

/* line 86, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper table.dataTable tbody td.select-checkbox:before, .dataTables_wrapper table.dataTable tbody th.select-checkbox:before {
  right: 20px;
  top: 22px;
  left: unset;
}

/* line 95, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td {
  border-bottom: 2px solid #e6edef;
}

/* line 99, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper table.dataTable th, .dataTables_wrapper table.dataTable td {
  padding: 0.75rem;
  border-color: #e6edef;
}

/* line 104, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 25px;
  margin-left: 15px;
}

/* line 107, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_wrapper .dataTables_filter input[type="search"] {
  border: 1px solid #efefef;
  padding: 0 10px;
  margin-left: 10px;
  height: 37px;
  border-radius: 0;
}

/* line 117, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_scrollHeadInner {
  width: 100% !important;
}

/* line 121, app/assets/stylesheets/theme/theme/_datatable.scss */
table .fixedHeader-floating {
  position: fixed !important;
  background-color: #fff;
}

/* line 126, app/assets/stylesheets/theme/theme/_datatable.scss */
table .box > div {
  padding: 5px 15px;
  background-color: #24695c;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-right: 15px;
}

/* line 137, app/assets/stylesheets/theme/theme/_datatable.scss */
table.dataTable.fixedHeader-locked, table.dataTable.fixedHeader-floating {
  width: calc(100vw - 250px) !important;
  max-width: calc(100vw - 250px) !important;
  overflow: hidden !important;
  right: 0 !important;
  z-index: 99;
  left: 260px !important;
}

/* line 146, app/assets/stylesheets/theme/theme/_datatable.scss */
table.dataTable:not(.fixedHeader-locked):not(.fixedHeader-floating) {
  width: 100% !important;
}

/* line 151, app/assets/stylesheets/theme/theme/_datatable.scss */
table.dataTable {
  border-collapse: collapse !important;
  margin-top: 0 !important;
}

/* line 156, app/assets/stylesheets/theme/theme/_datatable.scss */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  bottom: 12px !important;
}

/* line 161, app/assets/stylesheets/theme/theme/_datatable.scss */
table.dataTable input, table.dataTable select {
  border: 1px solid #efefef;
  height: 37px;
}

/* line 168, app/assets/stylesheets/theme/theme/_datatable.scss */
.toolbar {
  padding: 5px 15px;
  background-color: #24695c;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-right: 15px;
}

/* line 178, app/assets/stylesheets/theme/theme/_datatable.scss */
code.option {
  color: #d22d3d !important;
}

/* line 181, app/assets/stylesheets/theme/theme/_datatable.scss */
code.api {
  color: #1b4c43 !important;
}

/* line 191, app/assets/stylesheets/theme/theme/_datatable.scss */
.dt-ext .dataTables_wrapper .page-item.active .page-link {
  background-color: #24695c;
  border-color: #24695c;
  color: #fff;
}

/* line 199, app/assets/stylesheets/theme/theme/_datatable.scss */
.dt-ext .dataTables_wrapper .dataTables_paginate {
  border: none;
}

/* line 201, app/assets/stylesheets/theme/theme/_datatable.scss */
.dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  border: none;
}

/* line 204, app/assets/stylesheets/theme/theme/_datatable.scss */
.dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.hover, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.active {
  border: none !important;
}

/* line 208, app/assets/stylesheets/theme/theme/_datatable.scss */
.dt-ext .dataTables_wrapper .dataTables_paginate .page-link {
  margin-left: 0px;
  color: #24695c;
}

/* line 213, app/assets/stylesheets/theme/theme/_datatable.scss */
.dt-ext .dataTables_wrapper button.dt-button, .dt-ext .dataTables_wrapper div.dt-button, .dt-ext .dataTables_wrapper a.dt-button, .dt-ext .dataTables_wrapper button.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper button.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper button.dt-button.active:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button.active:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button.active:not(.disabled) {
  background-color: #24695c;
  border-color: #24695c;
  border-radius: 2px;
  color: #fff;
  background-image: none;
  font-size: 14px;
}

/* line 221, app/assets/stylesheets/theme/theme/_datatable.scss */
.dt-ext .dataTables_wrapper button.dt-button.btn-success, .dt-ext .dataTables_wrapper div.dt-button.btn-success, .dt-ext .dataTables_wrapper a.dt-button.btn-success {
  background-color: #1b4c43;
  border-color: #1b4c43;
}

/* line 225, app/assets/stylesheets/theme/theme/_datatable.scss */
.dt-ext .dataTables_wrapper button.dt-button.btn-primary, .dt-ext .dataTables_wrapper div.dt-button.btn-primary, .dt-ext .dataTables_wrapper a.dt-button.btn-primary {
  background-color: #24695c;
  border-color: #24695c;
}

/* line 229, app/assets/stylesheets/theme/theme/_datatable.scss */
.dt-ext .dataTables_wrapper button.dt-button.btn-danger, .dt-ext .dataTables_wrapper div.dt-button.btn-danger, .dt-ext .dataTables_wrapper a.dt-button.btn-danger {
  background-color: #d22d3d;
  border-color: #d22d3d;
}

/* line 233, app/assets/stylesheets/theme/theme/_datatable.scss */
.dt-ext .dataTables_wrapper table.dataTable th.focus, .dt-ext .dataTables_wrapper table.dataTable td.focus {
  outline: 3px solid #24695c;
}

/* line 236, app/assets/stylesheets/theme/theme/_datatable.scss */
.dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd.selected > .sorting_1, .dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #3eb59f;
}

/* line 240, app/assets/stylesheets/theme/theme/_datatable.scss */
.dt-ext .dataTables_wrapper table.dataTable.stripe tbody > tr.odd.selected, .dt-ext .dataTables_wrapper table.dataTable.stripe tbody > tr.odd > .selected, .dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd.selected, .dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd > .selected {
  background-color: #3eb59f;
}

/* line 243, app/assets/stylesheets/theme/theme/_datatable.scss */
.dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.even.selected > .sorting_1, .dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #3eb59f;
}

/* line 246, app/assets/stylesheets/theme/theme/_datatable.scss */
.dt-ext .dataTables_wrapper table.dataTable tbody > tr.selected, .dt-ext .dataTables_wrapper table.dataTable tbody > tr > .selected {
  background-color: #3eb59f;
}

/* line 252, app/assets/stylesheets/theme/theme/_datatable.scss */
td.highlight {
  background-color: #e6edef !important;
}

/* line 255, app/assets/stylesheets/theme/theme/_datatable.scss */
td.details-control {
  background: url(/../images/details_open.png) no-repeat center center;
  cursor: pointer;
}

/* line 259, app/assets/stylesheets/theme/theme/_datatable.scss */
tr.shown td.details-control {
  background: url(/../images/details_close.png) no-repeat center center;
}

/* line 263, app/assets/stylesheets/theme/theme/_datatable.scss */
.dataTables_scroll ~ .dataTables_paginate {
  margin-top: 20px !important;
}

/* line 269, app/assets/stylesheets/theme/theme/_datatable.scss */
.product-table th:last-child {
  min-width: 120px;
}

/* line 273, app/assets/stylesheets/theme/theme/_datatable.scss */
.product-table h6 {
  font-weight: 600;
  color: #2c323f;
}

/* line 282, app/assets/stylesheets/theme/theme/_datatable.scss */
table.dataTable.display tbody tr {
  border: 1px solid #e6edef;
}

/**=====================
     30. Data-table CSS Ends
==========================**/
/**=====================
     31. JS datagrid CSS Start
==========================**/
/* line 6, app/assets/stylesheets/theme/theme/_jsgrid.scss */
.jsgrid .jsgrid-grid-body .jsgrid-cell {
  padding: 0.75rem;
}

/* line 10, app/assets/stylesheets/theme/theme/_jsgrid.scss */
.jsgrid .jsgrid-pager-container {
  text-align: right;
}

/* line 13, app/assets/stylesheets/theme/theme/_jsgrid.scss */
.jsgrid .jsgrid-pager {
  padding: 0;
  margin-top: 20px;
}

/* line 16, app/assets/stylesheets/theme/theme/_jsgrid.scss */
.jsgrid .jsgrid-pager .jsgrid-pager-nav-inactive-button {
  margin-right: -5px;
}

/* line 18, app/assets/stylesheets/theme/theme/_jsgrid.scss */
.jsgrid .jsgrid-pager .jsgrid-pager-nav-inactive-button:first-child {
  border-radius: 5px 0 0 5px;
}

/* line 23, app/assets/stylesheets/theme/theme/_jsgrid.scss */
.jsgrid .jsgrid-pager .jsgrid-pager-page ~ .jsgrid-pager-nav-button {
  margin-left: -5px;
}

/* line 25, app/assets/stylesheets/theme/theme/_jsgrid.scss */
.jsgrid .jsgrid-pager .jsgrid-pager-page ~ .jsgrid-pager-nav-button:last-child {
  border-radius: 0 5px 5px 0;
}

/* line 30, app/assets/stylesheets/theme/theme/_jsgrid.scss */
.jsgrid .jsgrid-pager [class*="jsgrid-pager"] {
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  border: 1px solid #e6edef;
}

/* line 37, app/assets/stylesheets/theme/theme/_jsgrid.scss */
.jsgrid .jsgrid-pager .jsgrid-pager-page a {
  color: #2c323f;
}

/* line 41, app/assets/stylesheets/theme/theme/_jsgrid.scss */
.jsgrid .jsgrid-pager .jsgrid-pager-current-page {
  color: #2c323f;
}

/* line 46, app/assets/stylesheets/theme/theme/_jsgrid.scss */
.jsgrid .jsgrid-selected-row > .jsgrid-cell {
  background: #e6edef;
  border-color: #fafafa;
}

/* line 52, app/assets/stylesheets/theme/theme/_jsgrid.scss */
.jsgrid .jsgrid-header-row > .jsgrid-header-cell {
  padding: 0.75rem;
}

/**=====================
     31. JS datagrid CSS Ends
==========================**/
/**=====================
     32. pagination CSS Start
==========================**/
/*test Nav bar color */
/* line 25, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-theme .page-item .page-link {
  color: #24695c !important;
}

/* line 27, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-theme .page-item .page-link:focus {
  box-shadow: none;
}

/* line 32, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-theme .page-item.active .page-link {
  color: #fff !important;
  background-color: #24695c !important;
  border-color: #24695c;
}

/* line 25, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-primary .page-item .page-link {
  color: #24695c !important;
}

/* line 27, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-primary .page-item .page-link:focus {
  box-shadow: none;
}

/* line 32, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-primary .page-item.active .page-link {
  color: #fff !important;
  background-color: #24695c !important;
  border-color: #24695c;
}

/* line 25, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-secondary .page-item .page-link {
  color: #ba895d !important;
}

/* line 27, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-secondary .page-item .page-link:focus {
  box-shadow: none;
}

/* line 32, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-secondary .page-item.active .page-link {
  color: #fff !important;
  background-color: #ba895d !important;
  border-color: #ba895d;
}

/* line 25, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-success .page-item .page-link {
  color: #1b4c43 !important;
}

/* line 27, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-success .page-item .page-link:focus {
  box-shadow: none;
}

/* line 32, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-success .page-item.active .page-link {
  color: #fff !important;
  background-color: #1b4c43 !important;
  border-color: #1b4c43;
}

/* line 25, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-danger .page-item .page-link {
  color: #d22d3d !important;
}

/* line 27, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-danger .page-item .page-link:focus {
  box-shadow: none;
}

/* line 32, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-danger .page-item.active .page-link {
  color: #fff !important;
  background-color: #d22d3d !important;
  border-color: #d22d3d;
}

/* line 25, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-info .page-item .page-link {
  color: #717171 !important;
}

/* line 27, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-info .page-item .page-link:focus {
  box-shadow: none;
}

/* line 32, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-info .page-item.active .page-link {
  color: #fff !important;
  background-color: #717171 !important;
  border-color: #717171;
}

/* line 25, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-dark .page-item .page-link {
  color: #2c323f !important;
}

/* line 27, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-dark .page-item .page-link:focus {
  box-shadow: none;
}

/* line 32, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-dark .page-item.active .page-link {
  color: #fff !important;
  background-color: #2c323f !important;
  border-color: #2c323f;
}

/* line 25, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-warning .page-item .page-link {
  color: #e2c636 !important;
}

/* line 27, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-warning .page-item .page-link:focus {
  box-shadow: none;
}

/* line 32, app/assets/stylesheets/theme/theme/_page.scss */
.pagination-warning .page-item.active .page-link {
  color: #fff !important;
  background-color: #e2c636 !important;
  border-color: #e2c636;
}

/**=====================
     32. pagination CSS Ends
==========================**/
/**=====================
    33.  Ecommerce  CSS Start
==========================**/
/**====== Product Start ======**/
/* line 5, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.toggle-data {
  cursor: pointer;
}

/* line 11, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-sidebar .filter-section .card .card-header {
  padding: 16px 30px;
  border-radius: 5px;
}

/* line 14, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-sidebar .filter-section .card .card-header h6 {
  position: relative;
}

/* line 17, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-sidebar .filter-section .card .card-header h6 .pull-right i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 10px;
  width: 100%;
  height: 10px;
  text-align: right;
  cursor: pointer;
}

/* line 32, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-sidebar .filter-sidebar {
  max-height: 1000px;
  overflow: auto;
}

/* line 41, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-wrapper .product-sidebar .filter-section .card .left-filter {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.3s;
}

/* line 48, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-wrapper .product-sidebar .filter-section .card .left-filter .product-filter .irs-with-grid {
  margin-bottom: 15px;
}

/* line 52, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-wrapper .product-sidebar .filter-section .card .left-filter .card-body {
  padding: 20px;
}

/* line 60, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-wrapper .product-grid .product-wrapper-grid {
  margin-left: 0;
  transition: 0.3s;
}

/* line 69, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  position: absolute;
  width: 100%;
  top: 53px;
  height: auto;
  border: 1px solid #e6edef;
  background-color: #fff;
}

/* line 92, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter .checkbox-animated label {
  color: #999;
}

/* line 98, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-table img {
  height: 40px;
}

/* line 101, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-table span, .product-table p {
  color: #59667a;
}

/* line 107, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-table tbody tr td:first-child {
  text-align: center;
}

/* line 114, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-table .dataTables_wrapper button {
  padding: 2px 12px;
  font-size: 14px;
}

/* line 120, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.d-none-productlist {
  display: none;
}

/* line 122, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.d-none-productlist svg {
  vertical-align: middle;
  cursor: pointer;
}

/* line 129, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-wrapper-grid.list-view .product-box {
  display: flex;
  align-items: center;
}

/* line 132, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-wrapper-grid.list-view .product-box .product-img {
  width: 20%;
}

/* line 135, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-wrapper-grid.list-view .product-box .product-details {
  text-align: left;
}

/* line 141, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.slider-product {
  padding: 15px 0;
  border-top: 1px solid #e6edef;
  border-bottom: 1px solid #e6edef;
  margin-bottom: 15px;
}

/* line 147, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.products-total {
  display: flex;
  align-items: center;
}

/* line 151, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options {
  height: 33px;
  margin-left: 10px;
}

/* line 156, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a {
  position: relative;
}

/* line 158, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid {
  position: absolute;
  width: 4px;
  height: 15px;
  top: 9px;
}

/* line 164, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-1 {
  left: 12px;
}

/* line 167, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-2 {
  left: 18px;
}

/* line 170, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-3 {
  left: 36px;
}

/* line 173, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-4 {
  left: 42px;
}

/* line 176, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-5 {
  left: 48px;
}

/* line 179, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-6 {
  left: 66px;
}

/* line 182, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-7 {
  left: 72px;
}

/* line 185, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-8 {
  left: 78px;
}

/* line 188, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-9 {
  left: 84px;
}

/* line 191, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-10 {
  left: 103px;
}

/* line 194, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-11 {
  left: 109px;
}

/* line 197, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-12 {
  left: 115px;
}

/* line 200, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-13 {
  left: 121px;
}

/* line 203, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-14 {
  left: 127px;
}

/* line 206, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.grid-options ul li a .line-grid-15 {
  left: 133px;
}

/* line 213, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.square-product-setting {
  height: 36px;
  vertical-align: middle;
}

/* line 216, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.square-product-setting a {
  color: #242934;
}

/* line 219, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.square-product-setting .icon-grid {
  padding: 7px;
  background-color: rgba(36, 105, 92, 0.05);
  display: flex;
  align-items: center;
  margin: 0 10px;
}

/* line 225, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.square-product-setting .icon-grid svg {
  width: 20px;
  height: 20px;
  color: #24695c;
}

/* line 233, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter .banner-product {
  margin-top: 15px;
}

/* line 236, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter h6 {
  margin-bottom: 15px;
  font-size: 18px;
}

/* line 241, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter .checkbox-animated label {
  font-weight: 500;
}

/* line 245, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter .color-selector {
  line-height: 0.9;
}

/* line 248, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter .color-selector ul li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #444;
  border-radius: 100%;
  cursor: pointer;
}

/* line 255, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter .color-selector ul li.white {
  background-color: #fff;
}

/* line 258, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter .color-selector ul li.gray {
  background-color: rgba(36, 41, 52, 0.7);
}

/* line 261, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter .color-selector ul li.black {
  background-color: #000;
}

/* line 264, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter .color-selector ul li.orange {
  background-color: #ffb17a;
}

/* line 267, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter .color-selector ul li.green {
  background-color: #6fb866;
}

/* line 270, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter .color-selector ul li.pink {
  background-color: pink;
}

/* line 273, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter .color-selector ul li.yellow {
  background-color: #f2f896;
}

/* line 276, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter .color-selector ul li.blue {
  background-color: #63b4f2;
}

/* line 279, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter .color-selector ul li.red {
  background-color: #ff647f;
}

/* line 285, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter.new-products {
  margin-top: 20px;
}

/* line 287, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter.new-products button {
  width: auto;
}

/* line 291, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter.new-products .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -46px;
  right: 0;
}

/* line 297, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter.new-products .owl-theme .owl-nav button:focus {
  outline: transparent;
}

/* line 300, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter.new-products .owl-theme .owl-nav button span {
  font-size: 20px;
}

/* line 302, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter.new-products .owl-theme .owl-nav button span:focus {
  outline-color: transparent;
}

/* line 309, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter.new-products .owl-theme .owl-nav [class*='owl-']:hover {
  background-color: transparent;
  color: inherit;
}

/* line 317, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter.new-products .owl-theme .owl-item .item .product-box .media {
  display: flex;
  align-items: center;
}

/* line 321, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter.new-products .owl-theme .owl-item .item .product-box .product-img {
  width: 40%;
}

/* line 324, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter.new-products .owl-theme .owl-item .item .product-box .product-details {
  padding: 25px 0;
  display: flex;
  align-items: center;
}

/* line 329, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter.new-products .owl-theme .owl-item .item .product-box .product-details ul li {
  display: inline-block;
}

/* line 334, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-filter.new-products .owl-theme .owl-item .item .product-box + .product-box {
  margin-top: 15px;
}

/* line 344, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.select2-drpdwn-product .form-control {
  margin-bottom: 10px;
  height: 36px;
  background-color: rgba(36, 105, 92, 0.05);
  color: #24695c;
  font-weight: 600;
}

/* line 354, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.feature-products form .form-group {
  position: relative;
}

/* line 356, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.feature-products form .form-group input {
  margin-bottom: 15px;
  height: 50px;
  padding-left: 30px;
}

/* line 361, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.feature-products form .form-group i {
  position: absolute;
  top: 17px;
  right: 30px;
  color: #898989;
}

/* line 370, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box {
  background-color: #fff;
}

/* line 372, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .product-details {
  padding: 25px;
}

/* line 374, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .product-details h4 {
  font-weight: 600;
  color: #242934;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: capitalize;
}

/* line 382, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .product-details p {
  margin-bottom: 5px;
  color: #999;
  font-weight: 500;
}

/* line 387, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .product-details h6 {
  color: #242934;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 392, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .product-details span {
  color: #898989;
}

/* line 397, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header {
  background-color: #fff;
}

/* line 400, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header .product-box .product-details {
  padding: 25px 0;
}

/* line 402, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header .product-box .product-details h6 {
  text-transform: capitalize;
}

/* line 405, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header .product-box .product-details .product-price {
  margin-bottom: 10px;
}

/* line 409, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header .product-box .product-details .product-view {
  padding: 20px 0;
  border-top: 1px solid rgba(36, 105, 92, 0.2);
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 414, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header .product-box .product-details .product-size {
  margin: 20px 0;
}

/* line 417, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header .product-box .product-details .product-size ul li {
  display: inline-block;
  background-color: rgba(36, 105, 92, 0.1);
}

/* line 420, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header .product-box .product-details .product-size ul li button {
  color: #24695c;
  width: 35px;
  height: 35px;
  font-size: 16px;
  padding: 0;
  font-weight: 500;
}

/* line 428, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header .product-box .product-details .product-size ul li:nth-child(n+2) {
  margin-left: 15px;
}

/* line 432, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header .product-box .product-details .product-size ul li.active button {
  background-color: #24695c !important;
  color: #fff;
}

/* line 441, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header .product-box .product-details .product-qnty fieldset {
  margin-bottom: 20px;
}

/* line 443, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group {
  width: 35%;
}

/* line 445, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group .btn {
  padding: 5px 12px;
}

/* line 451, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header .product-box .product-details .product-qnty .addcart-btn .btn {
  font-weight: 600;
}

/* line 457, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .modal .modal-header .product-box .product-img {
  width: 50%;
}

/* line 463, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .product-img {
  position: relative;
}

/* line 465, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .product-img .product-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.3s ease;
}

/* line 478, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .product-img .product-hover ul {
  display: flex;
  align-items: center;
}

/* line 481, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .product-img .product-hover ul i {
  font-size: 14px;
}

/* line 484, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .product-img .product-hover ul li {
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  font-size: 18px;
  border-radius: 100%;
  line-height: 1.6;
  height: 45px;
  width: 45px;
  margin: 0 3px;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 498, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .product-img .product-hover ul li a {
  color: #24695c;
}

/* line 501, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .product-img .product-hover ul li .btn {
  padding: 0;
}

/* line 504, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .product-img .product-hover ul li:hover {
  background-color: #24695c;
  transition: all 0.3s ease;
}

/* line 506, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box .product-img .product-hover ul li:hover .btn, .product-box .product-img .product-hover ul li:hover i {
  color: #fff;
}

/* line 516, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-box:hover .product-hover {
  opacity: 1;
  border-radius: 0%;
  transform: scale(1);
  transition: all 0.3s ease;
}

/* line 524, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.pro-filter-sec {
  display: flex;
  justify-content: space-between;
}

/* line 527, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.pro-filter-sec .product-sidebar {
  width: 375px;
  min-width: 375px;
  margin-right: 30px;
}

/* line 532, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.pro-filter-sec .product-search {
  width: 100%;
}

/* line 536, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main {
  padding: 30px;
}

/* line 539, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main .owl-item .item {
  border: 1px solid #e6edef;
  border-radius: 5px;
}

/* line 544, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main .owl-item.current .item {
  border: 1px solid #24695c;
}

/* line 549, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main .product-slider {
  margin-bottom: 20px;
}

/* line 552, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main .product-color {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 556, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main .pro-group {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 559, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main .pro-group tr {
  line-height: 2;
}

/* line 562, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main .pro-group:nth-child(n+2) {
  border-top: 1px solid #e6edef;
}

/* line 565, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main .pro-group .btn {
  font-weight: 600;
}

/* line 569, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main .pro-slide-right {
  margin-bottom: -20px;
}

/* line 571, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main .pro-slide-right img {
  width: auto;
  height: 140px;
}

/* line 575, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main .pro-slide-right .slick-slide {
  margin-bottom: 20px;
}

/* line 580, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-details {
  display: flex;
  justify-content: space-between;
}

/* line 583, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-details h4 {
  color: #242934;
  text-transform: uppercase;
  font-size: 18px;
}

/* line 588, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-details span {
  padding-left: 15px;
}

/* line 591, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-details h3 {
  font-weight: 700;
  font-size: 24px;
}

/* line 598, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.br-theme-fontawesome-stars .br-widget a, .br-theme-fontawesome-stars .br-widget a.br-selected:after, .br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #ffa800 !important;
  font: normal normal normal 14px/1 FontAwesome;
}

/* line 604, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-price {
  font-size: 16px;
  font-weight: 700;
  color: #24695c;
}

/* line 608, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-price del {
  color: #717171;
  margin-left: 15px;
  font-weight: 600;
  font-size: 14px;
}

/* line 615, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-color {
  line-height: 1;
}

/* line 617, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-color li {
  display: inline-block;
  border-radius: 100%;
  height: 20px;
  width: 20px;
}

/* line 625, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main p {
  font-size: 15px;
  font-weight: 500;
  color: #717171;
}

/* line 630, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main .nav-link {
  text-transform: uppercase;
  font-weight: 600;
}

/* line 635, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-page-main .pro-group h6 {
  text-transform: capitalize;
}

/* line 642, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-social li a {
  font-size: 15px;
  border: 1px solid #e6edef;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  line-height: 2.3;
  transition: all 0.3s ease;
}

/* line 652, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-social li a:hover {
  background-color: #24695c;
}

/* line 654, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-social li a:hover i {
  color: #fff;
}

/* line 659, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.product-social li:nth-child(n+2) {
  margin-left: 10px;
}

/* line 665, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.filter-block h4 {
  margin-bottom: 20px;
  font-weight: 700;
}

/* line 670, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.filter-block ul li {
  color: #999;
}

/* line 672, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.filter-block ul li .form-check {
  margin-bottom: 0;
}

/* line 674, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.filter-block ul li .form-check label {
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 679, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.filter-block ul li .form-check .form-check-input:checked {
  background-color: #24695c;
}

/* line 684, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.filter-block ul li:nth-child(n+2) {
  margin-top: 15px;
}

/* line 692, app/assets/stylesheets/theme/theme/_ecommerce.scss */
ul.pro-services li svg {
  color: #24695c;
  margin-right: 15px;
}

/* line 696, app/assets/stylesheets/theme/theme/_ecommerce.scss */
ul.pro-services li h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

/* line 701, app/assets/stylesheets/theme/theme/_ecommerce.scss */
ul.pro-services li p {
  font-size: 14px;
}

/* line 704, app/assets/stylesheets/theme/theme/_ecommerce.scss */
ul.pro-services li:nth-child(n+2) {
  margin-top: 20px;
}

/* line 711, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.support-ticket .pro-gress .total-num {
  margin-bottom: 0;
  font-weight: 600;
}

/* line 715, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.support-ticket .pro-gress .progress-showcase {
  margin-top: 30px;
}

/* line 718, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.support-ticket .pro-gress span {
  font-weight: 500;
  color: #717171;
}

/* line 723, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.support-ticket .pro-gress ul li {
  font-weight: 600;
  color: #717171;
  font-size: 12px;
}

/* line 728, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.support-ticket .pro-gress ul li span i {
  margin-left: 10px;
}

/* line 739, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.list-products .product-table table th {
  min-width: 150px;
}

/**====== Product  Ends ======**/
/* line 747, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.payment-opt li {
  display: inline-block;
}

/* line 749, app/assets/stylesheets/theme/theme/_ecommerce.scss */
.payment-opt li img {
  height: 20px;
  margin: 15px 15px 0 0;
}

@media (max-width: 1500px) {
  /* line 758, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-main .pro-slide-right img {
    height: 130px;
  }
}

@media (max-width: 1470px) {
  /* line 766, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .pro-filter-sec .product-sidebar {
    width: 320px;
    min-width: 320px;
  }
}

@media (max-width: 1366px) {
  /* line 775, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .support-ticket .pro-gress .card-body {
    padding: 20px;
  }
  /* line 781, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .pro-filter-sec .product-sidebar {
    width: 250px;
    min-width: 250px;
  }
}

@media (max-width: 1280px) and (min-width: 1200px) {
  /* line 789, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-main .xl-50 {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  /* line 794, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-main .pro-slide-right img {
    height: 120px;
  }
}

@media (max-width: 1280px) {
  /* line 804, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .filter-block ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  /* line 812, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  ul.pro-services li:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media (max-width: 1199px) {
  /* line 821, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-main .pro-slide-right .slick-slide {
    margin-top: 20px;
  }
  /* line 824, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-main .pro-slide-right .slide-box {
    margin-right: 5px;
    margin-left: 5px;
  }
  /* line 828, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-main .pro-slide-right img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 575px) {
  /* line 838, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .payment-details .theme-form .p-r-0 {
    padding-right: 12px;
  }
  /* line 845, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-sidebar .filter-section .card {
    overflow: unset !important;
    box-shadow: none !important;
  }
}

@media (max-width: 767px) {
  /* line 854, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .support-ticket-font .total-num {
    font-size: 12px;
  }
  /* line 860, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .support-ticket .card .card-body {
    padding: 15px;
  }
  /* line 865, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .support-ticket .pro-gress span {
    font-size: 12px;
  }
  /* line 868, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .support-ticket .pro-gress .card-body {
    padding: 15px;
  }
  /* line 872, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .support-ticket .pro-gress ul li {
    font-size: 10px;
  }
  /* line 875, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .support-ticket .pro-gress ul li span i {
    margin-left: 5px;
  }
  /* line 881, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .support-ticket .pro-gress .progress-showcase {
    margin-top: 15px;
  }
}

@media (max-width: 1199px) {
  /* line 888, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .xl-cs-35 {
    order: -1;
  }
  /* line 893, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-main .card .card-body {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  /* line 904, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-box .modal .modal-header .product-box .product-details {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 0;
  }
  /* line 909, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-box .modal .modal-header .product-box .product-details .product-view {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 913, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-box .modal .modal-header .product-box .product-details .product-size {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 918, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-box .modal .modal-header .product-box .product-details .product-size ul li button {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  /* line 923, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-box .modal .modal-header .product-box .product-details .product-size ul li:nth-child(n+2) {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  /* line 938, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-main .singale-pro-slide img {
    width: 50%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 946, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-main .pro-group .btn {
    padding: 7px 14px;
  }
}

@media (max-width: 480px) {
  /* line 954, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .learning-box .details-main {
    margin: 15px;
  }
  /* line 956, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .learning-box .details-main p {
    font-size: 13px;
  }
  /* line 963, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .blog-box.blog-list .blog-details hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 971, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-main .pro-group .btn {
    padding: 7px 8px;
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  /* line 982, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  ul.pro-services li h5 {
    margin-bottom: 0;
  }
  /* line 990, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-main .singale-pro-slide img {
    width: 100%;
  }
  /* line 1002, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group {
    width: 50%;
  }
  /* line 1007, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-box .modal .modal-header .product-box .product-details .product-qnty .addcart-btn .btn {
    padding: 5px 10px;
  }
  /* line 1017, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-details {
    display: block;
  }
  /* line 1019, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-details h3 {
    margin-bottom: 5px;
  }
  /* line 1025, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-main .pro-slide-right .slick-slide {
    margin-top: 15px;
  }
  /* line 1031, app/assets/stylesheets/theme/theme/_ecommerce.scss */
  .product-page-main .pro-group .btn:nth-child(n+2) {
    margin-top: 5px;
  }
}

/**=====================
    33. Ecommerce  CSS End
==========================**/
/**=====================
     34. Pricing CSS Start
==========================**/
/* line 6, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-content div .pricing-simple, .pricing-content div .pricing-block {
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-content div .pricing-simple .btn-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 19, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-content-ribbons div .pricing-block {
  margin-bottom: 30px;
}

/* line 25, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-content-ribbons div:last-child .pricing-block, .pricing-content-ribbons div:nth-child(7) .pricing-block, .pricing-content-ribbons div:nth-child(8) .pricing-block {
  margin-bottom: 0;
}

/* line 34, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-card-design-2 .pricing-block .pricing-inner ul {
  margin-bottom: 30px;
}

/* line 36, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-card-design-2 .pricing-block .pricing-inner ul li {
  border-bottom: 1px solid #fafdff;
}

/* line 43, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block {
  overflow: hidden;
}

/* line 45, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block .pricing-header {
  position: relative;
  height: 170px;
}

/* line 48, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block .pricing-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0% 0% 50% 50%;
  background-color: rgba(36, 105, 92, 0.05);
}

/* line 58, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block .pricing-header h2 {
  color: #24695c;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 30px;
}

/* line 64, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block .pricing-header h2 span {
  font-size: 50%;
}

/* line 68, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block .pricing-header .price-box {
  background-color: #24695c;
  border-radius: 5px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}

/* line 83, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block .pricing-header .price-box > div {
  transform: rotate(-45deg);
}

/* line 86, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block .pricing-header .price-box h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 24px;
}

/* line 93, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block .pricing-header .price-box p {
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
}

/* line 101, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block svg {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-left: -1px;
}

/* line 106, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block .pricing-list {
  padding-top: 90px;
  padding-bottom: 30px;
}

/* line 109, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block .pricing-list ul {
  padding: 0;
}

/* line 111, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block .pricing-list ul li {
  margin-bottom: 20px;
}

/* line 113, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block .pricing-list ul li h6 {
  font-weight: 700;
  margin-bottom: 0;
}

/* line 116, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block .pricing-list ul li h6 span {
  color: #999;
  margin-left: 5px;
  display: inline-block;
}

/* line 124, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-block .pricing-list .pricing-inner {
  margin-bottom: 30px;
}

/* line 131, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-simple .card-body {
  border-bottom: none;
}

/* line 133, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-simple .card-body h3 {
  position: relative;
  margin-bottom: 38px;
  font-weight: 600;
}

/* line 137, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-simple .card-body h3:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: #999;
}

/* line 149, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-simple .card-body h1 {
  font-size: 80px;
  line-height: 0.9;
  margin-bottom: 30px;
  font-weight: 600;
  color: #24695c;
}

/* line 156, app/assets/stylesheets/theme/theme/_pricing.scss */
.pricing-simple .card-body h6 {
  color: #999;
}

@media only screen and (max-width: 1550px) {
  /* line 165, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-header {
    height: 150px;
  }
  /* line 167, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-header h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1470px) {
  /* line 179, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-col {
    margin-bottom: -30px;
  }
  /* line 181, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-col > div {
    width: 50%;
    margin-bottom: 30px;
  }
  /* line 190, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-header h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1366px) {
  /* line 203, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-content div:nth-child(2) .pricing-simple, .pricing-content div:first-child .pricing-simple {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 212, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .ribbon-vertical-left {
    left: 3px;
    top: 0px;
  }
  /* line 216, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .ribbon-bookmark {
    top: 0;
    left: -1px;
  }
  /* line 220, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .ribbon-clip-right {
    top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 228, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-inner h3 {
    font-size: 20px;
  }
  /* line 233, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-inner ul li h6 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 246, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-content div:nth-child(2) .pricing-simple, .pricing-content div:first-child .pricing-simple {
    margin-bottom: 20px;
  }
  /* line 253, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-inner {
    padding: 20px 0 20px;
  }
  /* line 255, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-inner ul, .pricing-block .pricing-inner h3 {
    margin-bottom: 1px;
  }
  /* line 262, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-simple .card-body h1 {
    margin-bottom: 20px;
  }
  /* line 265, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-simple .card-body h3 {
    margin-bottom: 28px;
  }
  /* line 273, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-card-design-2 .pricing-block .pricing-inner ul {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 284, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-content-ribbons div .pricing-block {
    margin-bottom: 20px !important;
  }
  /* line 288, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-content-ribbons div:last-child .pricing-block {
    margin-bottom: 0 !important;
  }
  /* line 300, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-content div:last-child .pricing-block {
    margin-bottom: 0;
  }
  /* line 307, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-inner {
    padding: 15px 0 15px;
  }
  /* line 309, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-inner h3 {
    font-size: 28px;
  }
  /* line 314, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-inner ul li h6 {
    font-size: 16px;
  }
  /* line 321, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-header h2 {
    font-size: 24px;
  }
  /* line 328, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-simple .card-body h1 {
    font-size: 60px;
  }
  /* line 331, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-simple .card-body h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 340, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-content div .pricing-simple {
    margin-bottom: 15px;
  }
  /* line 344, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-content div:last-child .pricing-simple {
    margin-bottom: 0;
  }
  /* line 352, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-simple .card-body h1 {
    margin-bottom: 15px;
    font-size: 45px;
  }
  /* line 358, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block {
    box-shadow: none !important;
  }
  /* line 360, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-inner {
    padding: 15px 0 15px;
  }
  /* line 367, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-card-design-2 .pricing-block .pricing-inner ul {
    margin-bottom: 15px;
  }
  /* line 374, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-col > div {
    width: 100%;
  }
  /* line 380, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-list .btn {
    padding: 5px 15px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  /* line 394, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-list {
    padding-top: 80px;
  }
  /* line 397, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-list ul li {
    margin-bottom: 15px;
  }
  /* line 399, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-list ul li h6 {
    font-size: 14px;
  }
  /* line 404, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-list .pricing-inner {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 420px) {
  /* line 412, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-header {
    height: 140px;
  }
  /* line 414, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-header .price-box {
    width: 80px;
    height: 80px;
  }
  /* line 417, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-header .price-box h3 {
    font-size: 20px;
  }
  /* line 420, app/assets/stylesheets/theme/theme/_pricing.scss */
  .pricing-block .pricing-header .price-box p {
    font-size: 12px;
  }
}

/**=====================
    34. Pricing CSS Ends
==========================**/
/**=====================
    37. Dropdown CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropdown-basic {
  margin-bottom: -10px;
}

/* line 6, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropdown-basic .btn-group {
  margin-right: 18px;
}

/* line 8, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropdown-basic .btn-group .btn-round {
  border-radius: 50px;
}

/* line 12, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropdown-basic .separated-btn {
  margin-left: -6px;
}

/* line 14, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropdown-basic .separated-btn .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px;
}

/* line 20, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropdown-basic button {
  max-height: 43px;
}

/* line 23, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropdown-basic .dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

/* line 27, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropdown-basic .dropdown .dropbtn {
  color: #fff;
  padding: 12px 35px;
  border: none;
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropdown-basic .dropdown .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  border: 1px solid #e6edef;
  min-width: 175px;
  z-index: 1;
  left: 0;
  top: 45px;
}

/* line 43, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropdown-basic .dropdown .dropdown-content a {
  color: #999;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  border-top: 1px solid #e6edef;
}

/* line 50, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropdown-basic .dropdown .dropdown-content .dropdown-header {
  padding: 12px 16px;
}

/* line 56, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropdown-basic .dropdown-content a:hover {
  background-color: rgba(36, 105, 92, 0.1);
  color: #24695c;
}

/* line 60, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropdown-basic .dropdown:hover .dropdown-content {
  display: block;
}

/* line 65, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropup-basic .dropup {
  position: relative;
  display: inline-block;
}

/* line 68, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropup-basic .dropup .dropbtn {
  color: white;
  padding: 12px;
  border: none;
}

/* line 73, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropup-basic .dropup .dropup-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 170px;
  bottom: 45px;
  z-index: 999;
  left: 0;
}

/* line 81, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropup-basic .dropup .dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* line 90, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropup-basic .dropup .dropup-content a:hover {
  background-color: #f1f1f1;
}

/* line 93, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropup-basic .dropup:hover .dropup-content {
  display: block;
}

/* line 96, app/assets/stylesheets/theme/theme/_dropdown.scss */
.dropup-basic .dropup:hover .dropup-content a.active {
  background-color: #f1f1f1;
}

/**=====================
    37. Dropdown CSS Ends
==========================**/
/**=====================
     38. Landing CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_landing.scss */
body {
  background-color: #fff;
}

/* line 9, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .section-py-space {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* line 13, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .section-pt-space {
  padding-top: 70px;
}

/* line 16, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .section-pb-space {
  padding-bottom: 70px;
}

/* line 19, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .title {
  margin-bottom: 40px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* line 24, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .title h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #24695c;
  margin-bottom: 0;
  line-height: 0.8;
}

/* line 34, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .light-bg {
  background-color: rgba(36, 105, 92, 0.05);
}

/* line 40, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .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-color: #24695c;
  border: none;
  padding: 7px;
  box-shadow: 0 0 10px #24695c;
  opacity: 0.5;
  transition: all 0.3s ease;
}

/* line 58, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .tap-top:hover {
  transition: all 0.3s ease;
  opacity: 1;
}

/* line 62, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .tap-top svg {
  width: 20px;
}

/* line 70, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .custom-container {
  max-width: 1600px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

/* line 77, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .navbar-nav {
  align-items: center;
}

/* line 79, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .navbar-nav .nav-item {
  position: relative;
}

/* line 81, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 12px;
  transition: all 0.3s ease;
  border: 1px solid;
  opacity: 0.7;
}

/* line 91, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .navbar-nav .nav-item .nav-link:hover, .landing-wrraper .navbar-nav .nav-item .nav-link.active {
  opacity: 1;
  text-shadow: 0 0 0 #24695c;
  transition: all 0.3s ease;
  color: #24695c;
}

/* line 100, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .btn-landing {
  border-radius: 20px;
  color: #fff;
  background-color: #24695c;
  padding: 12px 30px;
  line-height: 1;
  font-weight: 600;
  display: block;
  width: fit-content;
}

/* line 110, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-header {
  filter: drop-shadow(0px 5px 17.5px rgba(36, 105, 92, 0.06));
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

/* line 123, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-header ul.landing-menu li.nav-item .form-inline .nav-link {
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  background-color: transparent;
}

/* line 128, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-header ul.landing-menu li.nav-item .form-inline .nav-link:focus {
  outline: none;
}

/* line 133, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-header ul.landing-menu li.nav-item.menu-back {
  border-bottom: 1px solid #e6edef;
  padding: 22px 20px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  display: none;
  cursor: pointer;
  margin-bottom: 15px;
}

/* line 143, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-header ul.landing-menu li.nav-item.menu-back i {
  font-size: 16px;
  margin-left: 10px;
}

/* line 148, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-header ul.landing-menu li.nav-item a.nav-link {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #2b2b2b;
  padding: 10px 20px;
}

/* line 156, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-header ul.landing-menu li.nav-item:hover a.nav-link {
  color: #24695c;
}

/* line 159, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-header ul.landing-menu li.nav-item:hover .nav-link {
  color: #24695c;
}

/* line 165, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-header .buy-block {
  display: flex;
  align-items: center;
}

/* line 168, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-header .buy-block .toggle-menu {
  margin-left: 20px;
  display: none;
  cursor: pointer;
}

/* line 172, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-header .buy-block .toggle-menu i {
  font-size: 24px;
  color: #24695c;
}

@keyframes move1 {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}

@keyframes move2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes star {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(0.5) rotate(45deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

/* line 212, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home-contain .landing-button {
  display: flex;
  flex-flow: row wrap;
}

/* line 215, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home-contain .landing-button .btn-landing {
  margin-bottom: 10px;
}

/* line 217, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home-contain .landing-button .btn-landing img {
  height: 20px;
  margin-right: 6px;
}

/* line 225, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home {
  height: 100vh;
  position: relative;
  border-bottom: 1px solid #edeef3;
}

/* line 229, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .landing-home-contain {
  height: calc(100vh - 80px);
  margin-top: 80px;
  display: flex;
  align-items: center;
  width: 37%;
  z-index: 2;
  position: relative;
}

/* line 237, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .landing-home-contain .landing-logo {
  margin-bottom: 25px;
}

/* line 240, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .landing-home-contain h6 {
  font-size: 16px;
  letter-spacing: 8px;
  color: #2b2b2b;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* line 249, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .landing-home-contain h2 {
  font-size: calc(22px + (35 - 22) * ((100vw - 300px) / (1920 - 300)));
  color: #24695c;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 254, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .landing-home-contain h2 span {
  color: #2b2b2b;
  font-weight: 700;
}

/* line 259, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .landing-home-contain p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin-bottom: 30px;
  color: #999;
}

/* line 268, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .circle1, .landing-wrraper .landing-home .position-block .star, .landing-wrraper .landing-home .position-block .cross, .landing-wrraper .landing-home .position-block .img-parten, .landing-wrraper .landing-home .position-block .img1, .landing-wrraper .landing-home .position-block .img2, .landing-wrraper .landing-home .position-block .img3, .landing-wrraper .landing-home .position-block .img4, .landing-wrraper .landing-home .position-block .img5, .landing-wrraper .landing-home .position-block .img6, .landing-wrraper .landing-home .position-block .img7, .landing-wrraper .landing-home .position-block .img8, .landing-wrraper .landing-home .position-block .img9 {
  position: absolute;
}

/* line 270, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .circle1.opicity3, .landing-wrraper .landing-home .position-block .star.opicity3, .landing-wrraper .landing-home .position-block .cross.opicity3, .landing-wrraper .landing-home .position-block .img-parten.opicity3, .landing-wrraper .landing-home .position-block .img1.opicity3, .landing-wrraper .landing-home .position-block .img2.opicity3, .landing-wrraper .landing-home .position-block .img3.opicity3, .landing-wrraper .landing-home .position-block .img4.opicity3, .landing-wrraper .landing-home .position-block .img5.opicity3, .landing-wrraper .landing-home .position-block .img6.opicity3, .landing-wrraper .landing-home .position-block .img7.opicity3, .landing-wrraper .landing-home .position-block .img8.opicity3, .landing-wrraper .landing-home .position-block .img9.opicity3 {
  opacity: 0.3;
}

/* line 274, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .circle1 {
  width: 13px;
  height: 13px;
  border-radius: 6px;
  border: 3px solid #24695c;
  bottom: 7%;
  left: 10%;
  animation: move1 9s linear infinite;
}

/* line 283, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .star {
  top: 48%;
  left: 33%;
  font-size: 14px;
  font-weight: 700;
  color: #24695c;
  line-height: 1;
  animation: star 7s linear infinite;
}

/* line 291, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .star.star1 {
  top: 79%;
  left: 39%;
  animation: star 5s linear infinite;
}

/* line 297, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .star.star2 {
  top: 23%;
  left: 20%;
  animation: star 8s linear infinite;
}

/* line 302, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .star.star3, .landing-wrraper .landing-home .position-block .star.star4, .landing-wrraper .landing-home .position-block .star.star5 {
  top: 18%;
  left: 47%;
  transform: rotate(-35deg);
  animation: star 9s linear infinite;
}

/* line 308, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .star.star4 {
  top: 44%;
  left: 47%;
  animation: star 4s linear infinite;
}

/* line 313, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .star.star5 {
  top: 50%;
  left: 3%;
  animation: star 6s linear infinite;
}

/* line 319, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .img1, .landing-wrraper .landing-home .position-block .img2, .landing-wrraper .landing-home .position-block .img3, .landing-wrraper .landing-home .position-block .img4, .landing-wrraper .landing-home .position-block .img5, .landing-wrraper .landing-home .position-block .img6, .landing-wrraper .landing-home .position-block .img7, .landing-wrraper .landing-home .position-block .img8, .landing-wrraper .landing-home .position-block .img9 {
  border: 1px solid #e6edef;
  position: unset;
}

/* line 323, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .img1 {
  animation: move2 1.2s infinite alternate;
}

/* line 326, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .img2 {
  animation: move2 1.3s infinite alternate;
}

/* line 329, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .img3 {
  animation: move2 1.4s infinite alternate;
}

/* line 332, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .img4 {
  animation: move2 1.5s infinite alternate;
}

/* line 335, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .img5 {
  animation: move2 1.6s infinite alternate;
}

/* line 338, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .img6 {
  animation: move2 1.2s infinite alternate;
}

/* line 341, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .img7 {
  animation: move2 1.3s infinite alternate;
}

/* line 344, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .img8 {
  animation: move2 1.4s infinite alternate;
}

/* line 347, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block .img9 {
  animation: move2 1.5s infinite alternate;
}

/* line 350, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block ul {
  position: absolute;
  top: 80px;
  bottom: 0;
  right: 30px;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  text-align: right;
}

/* line 359, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block ul .v-align-b {
  vertical-align: bottom;
}

/* line 362, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block ul .v-align-t {
  vertical-align: top;
}

/* line 365, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block ul .v-align-c {
  vertical-align: middle;
}

/* line 369, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block ul .img-parten.top-parten {
  top: 15px;
  left: -20px;
  animation: move2 1.2s infinite alternate;
}

/* line 374, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block ul .img-parten.bottom-parten {
  top: 100px;
  left: 0;
  animation: move2 1.3s infinite alternate;
}

/* line 380, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block ul li {
  position: relative;
  margin-left: auto;
}

/* line 384, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block ul li img {
  margin-left: 45px;
  filter: drop-shadow(0px 13px 17.5px #e6edef);
}

/* line 388, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-home .position-block ul li:nth-child(n+2) {
  margin-top: 30px;
}

/* line 398, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-block {
  margin-bottom: -30px;
}

/* line 400, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-block > div {
  margin-bottom: 30px;
}

/* line 405, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box .img-wrraper {
  position: relative;
  border: 5px solid #e6edef;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.5s ease;
}

/* line 411, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box .img-wrraper img {
  transition: all 0.5s ease;
}

/* line 414, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box .img-wrraper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

/* line 426, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/* line 431, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li {
  display: inline-block;
  margin-left: 0 !important;
}

/* line 434, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li:nth-child(n+2) {
  margin-left: 2px;
}

/* line 437, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #24695c;
}

/* line 447, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li a img {
  width: auto;
  height: 50%;
}

/* line 456, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box .demo-detail {
  padding-top: 15px;
}

/* line 458, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box .demo-detail .demo-title {
  text-align: center;
}

/* line 460, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box .demo-detail .demo-title h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  color: #2b2b2b;
}

/* line 470, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box:hover .img-wrraper {
  border-color: rgba(36, 105, 92, 0.3);
}

/* line 472, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box:hover .img-wrraper img {
  transform: scale(1.01);
}

/* line 475, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box:hover .img-wrraper .overlay {
  visibility: visible;
  opacity: 1;
}

/* line 482, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .demo-section .demo-box:hover .demo-detail .demo-title h3 {
  color: #24695c;
}

/* line 493, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .framework .nav {
  margin-bottom: 50px;
}

/* line 496, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .framework .nav .nav-item:nth-child(n+2) {
  margin-left: 10px;
}

/* line 500, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .framework .nav .nav-link {
  border: 2px solid rgba(36, 105, 92, 0.2);
  padding: 10px 15px;
  align-items: center;
}

/* line 504, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .framework .nav .nav-link h5 {
  font-weight: 700;
}

/* line 507, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .framework .nav .nav-link p {
  color: #999;
}

/* line 510, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .framework .nav .nav-link.active, .landing-wrraper .framework .nav .nav-link.show {
  background-color: transparent;
  color: #24695c;
  border: 2px solid #24695c;
  border-radius: 0;
}

/* line 516, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .framework .nav .nav-link img {
  height: 35px;
  margin-right: 10px;
}

/* line 522, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .framework ul.framworks-list {
  text-align: center;
  margin-bottom: -9px;
}

/* line 525, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .framework ul.framworks-list li {
  display: inline-block;
  background-color: rgba(36, 105, 92, 0.05);
  padding: 40px 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #e6edef;
  margin: 10px;
  height: 185px;
  width: 185px;
  transition: all 0.3s ease;
  text-align: center;
}

/* line 537, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .framework ul.framworks-list li img {
  transition: all 0.3s ease;
}

/* line 539, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .framework ul.framworks-list li img.img-68 {
  width: 68px;
}

/* line 543, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .framework ul.framworks-list li h6 {
  margin-top: 10px;
  margin-bottom: unset;
}

/* line 547, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .framework ul.framworks-list li:hover {
  background-color: rgba(36, 105, 92, 0.1);
}

/* line 549, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .framework ul.framworks-list li:hover img {
  transform: scale(0.9);
}

/* line 559, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .unique-cards .unique-block {
  margin-bottom: -30px;
}

/* line 563, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .unique-cards .card .img-wrraper {
  box-shadow: 0 0 37px rgba(36, 105, 92, 0.05);
}

/* line 565, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .unique-cards .card .img-wrraper img {
  transition: all 0.5s ease;
}

/* line 568, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .unique-cards .card .img-wrraper:hover {
  box-shadow: 0 0 37px rgba(36, 105, 92, 0.15);
}

/* line 570, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .unique-cards .card .img-wrraper:hover img {
  transform: rotate3d(1, 1, 1, -3deg);
}

/* line 581, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .ecommerce-pages .pages-box .page-detail {
  margin-top: 25px;
  text-align: center;
}

/* line 584, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .ecommerce-pages .pages-box .page-detail h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  color: #2b2b2b;
  transition: all 0.5s ease;
}

/* line 595, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .ecommerce-pages .pages-box:hover .page-detail h3 {
  color: #24695c;
}

/* line 606, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .core-feature .feature-block {
  margin-bottom: -24px;
}

/* line 608, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .core-feature .feature-block > div {
  margin-bottom: 25px;
}

/* line 612, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .core-feature .feature-box {
  border: 1px solid #e6edef;
  padding: 45px 16px;
  text-align: center;
  border-radius: 15px;
}

/* line 617, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .core-feature .feature-box .icon-wrraper {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: rgba(36, 105, 92, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s ease;
}

/* line 628, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .core-feature .feature-box .icon-wrraper svg {
  width: 50%;
  height: auto;
  color: #24695c;
  transition: all 0.5s ease;
}

/* line 635, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .core-feature .feature-box h6 {
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 700;
  text-transform: capitalize;
}

/* line 642, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .core-feature .feature-box:hover .icon-wrraper {
  background-color: #24695c;
}

/* line 644, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .core-feature .feature-box:hover .icon-wrraper svg {
  color: #fff;
}

/* line 655, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-footer .footer-contain {
  text-align: center;
}

/* line 657, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-footer .footer-contain .rating-wrraper {
  margin-bottom: 10px;
}

/* line 659, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-footer .footer-contain .rating-wrraper svg {
  width: auto;
  height: calc(95px + (120 - 95) * ((100vw - 320px) / (1920 - 320)));
}

/* line 664, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-footer .footer-contain h2 {
  font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* line 674, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-footer .footer-contain p {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  color: #999;
  font-weight: 600;
}

/* line 679, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-footer .footer-contain .star-rate {
  margin-bottom: 50px;
}

/* line 681, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-footer .footer-contain .star-rate li {
  display: inline-block;
}

/* line 683, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-footer .footer-contain .star-rate li i {
  font-size: calc(20px + (35 - 20) * ((100vw - 320px) / (1920 - 320)));
}

/* line 690, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .landing-footer .footer-contain .btn-footer a:nth-child(n+2) {
  margin-left: 10px;
}

/* line 697, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .sub-footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 700, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .sub-footer .footer-contain {
  display: flex;
  align-items: center;
}

/* line 703, app/assets/stylesheets/theme/theme/_landing.scss */
.landing-wrraper .sub-footer .footer-contain p {
  font-weight: 600;
  margin-left: auto;
  color: #999;
}

/**=====================
     38. Landing CSS Ends
==========================**/
/**========================
     38. Landing CSS Start
===========================**/
@media (max-width: 1880px) {
  /* line 10, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img1,
.landing-wrraper .landing-home .position-block .img2,
.landing-wrraper .landing-home .position-block .img3,
.landing-wrraper .landing-home .position-block .img4,
.landing-wrraper .landing-home .position-block .img5,
.landing-wrraper .landing-home .position-block .img6,
.landing-wrraper .landing-home .position-block .img7,
.landing-wrraper .landing-home .position-block .img8,
.landing-wrraper .landing-home .position-block .img9 {
    width: auto;
  }
  /* line 21, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img1 {
    height: 80px;
  }
  /* line 24, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img2 {
    height: 130px;
  }
  /* line 27, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img3 {
    height: 100px;
  }
  /* line 30, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img4 {
    height: 160px;
  }
  /* line 33, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img5 {
    height: 230px;
  }
  /* line 36, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img6 {
    height: 180px;
  }
  /* line 39, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img7 {
    height: 120px;
  }
  /* line 42, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img8 {
    height: 140px;
  }
  /* line 45, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img9 {
    height: 210px;
  }
  /* line 50, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul li img {
    margin-left: 35px;
  }
  /* line 55, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul .img-parten.bottom-parten {
    top: 70px;
  }
}

@media (max-width: 1660px) {
  /* line 66, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .custom-container {
    max-width: 1440px;
  }
}

@media (max-width: 1470px) {
  /* line 73, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .custom-container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1367px) {
  /* line 85, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img1 {
    height: 70px;
  }
  /* line 88, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img2 {
    height: 110px;
  }
  /* line 91, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img3 {
    height: 75px;
  }
  /* line 94, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img4 {
    height: 140px;
  }
  /* line 97, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img5 {
    height: 200px;
  }
  /* line 100, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img6 {
    height: 140px;
  }
  /* line 103, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img7 {
    height: 100px;
  }
  /* line 106, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img8 {
    height: 115px;
  }
  /* line 109, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img9 {
    height: 160px;
  }
  /* line 113, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul .img-parten {
    width: auto;
    height: 50px;
  }
  /* line 116, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul .img-parten.bottom-parten {
    left: 20px;
  }
  /* line 121, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul li img {
    margin-left: 25px;
  }
  /* line 124, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul li:nth-child(n + 2) {
    margin-top: 20px;
  }
  /* line 139, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li a {
    width: 40px;
    height: 40px;
  }
  /* line 142, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li a img {
    height: 45%;
  }
  /* line 155, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework .nav {
    margin-bottom: 40px;
  }
  /* line 162, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework .nav .nav-link h5 {
    font-size: 18px;
  }
  /* line 165, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework .nav .nav-link p {
    font-size: 12px;
  }
  /* line 171, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework ul.framworks-list li {
    height: 175px;
    width: 175px;
  }
  /* line 174, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework ul.framworks-list li img {
    width: auto;
    height: 60px;
  }
  /* line 177, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework ul.framworks-list li img.img-68 {
    width: auto;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 190, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home-contain .landing-button .btn-landing {
    padding: 12px 8px !important;
  }
}

@media (max-width: 1199px) {
  /* line 198, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper
.landing-header
ul.landing-menu
li.nav-item
.form-inline
.nav-link {
    padding: 5px 20px;
  }
  /* line 207, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .framework .nav {
    margin-bottom: -10px;
  }
  /* line 209, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .framework .nav .nav-item {
    margin-bottom: 10px;
  }
  /* line 215, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .custom-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 219, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .title {
    margin-bottom: 35px;
  }
  /* line 221, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .title h2 {
    font-size: 28px;
  }
  /* line 226, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .section-py-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* line 230, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .section-pt-space {
    padding-top: 60px;
  }
  /* line 233, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .section-pb-space {
    padding-bottom: 60px;
  }
  /* line 241, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-header ul.landing-menu li.nav-item a.nav-link {
    padding: 5px 15px;
  }
  /* line 251, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img5 {
    height: 180px;
  }
  /* line 264, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li a {
    width: 35px;
    height: 35px;
  }
  /* line 268, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .demo-section .demo-box .img-wrraper .overlay ul.demo-link li:nth-child(n + 2) {
    margin-left: 5px;
  }
  /* line 281, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-footer .footer-contain h2 {
    width: 65%;
    margin-bottom: 5px;
  }
  /* line 285, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-footer .footer-contain p {
    margin-bottom: 8px;
  }
  /* line 288, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-footer .footer-contain .star-rate {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  /* line 298, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home-contain .landing-button {
    justify-content: center;
  }
  /* line 304, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain {
    background-color: rgba(255, 255, 255, 0.57);
    padding: 30px 0;
    border-radius: 20px;
  }
  /* line 309, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .btn-landing {
    padding: 10px 25px;
  }
  /* line 314, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 317, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-header ul.landing-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    display: block;
    transition: all 0.5s ease;
  }
  /* line 326, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-header ul.landing-menu.open {
    right: 0;
  }
  /* line 329, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-header ul.landing-menu li.nav-item {
    display: block;
    background-color: #fff;
    text-align: left;
  }
  /* line 333, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-header ul.landing-menu li.nav-item.menu-back {
    display: block;
  }
  /* line 337, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-header ul.landing-menu li.nav-item .form-inline .nav-link {
    padding: 5px 15px;
  }
  /* line 344, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-header .buy-block .toggle-menu {
    display: block;
  }
  /* line 351, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home {
    height: 78vh;
    overflow: hidden;
  }
  /* line 354, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain {
    height: 58vh;
    justify-content: center;
    display: flex;
    width: 100%;
    text-align: center;
  }
  /* line 360, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain h2 {
    font-size: 24px;
  }
  /* line 363, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-bottom: 25px;
  }
  /* line 376, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul {
    width: 100%;
    text-align: center;
    padding: 30px;
    top: 0;
    height: 100%;
  }
  /* line 382, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul .img-parten {
    display: none;
  }
  /* line 385, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul li {
    position: absolute;
    width: 100%;
  }
  /* line 388, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul li img {
    margin-left: unset;
  }
  /* line 391, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul li > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  /* line 396, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul li:first-child {
    top: 13%;
  }
  /* line 399, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul li:nth-child(2) {
    top: 33%;
  }
  /* line 402, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul li:last-child {
    bottom: 20px;
  }
  /* line 408, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img1,
.landing-wrraper .landing-home .position-block .img2,
.landing-wrraper .landing-home .position-block .img3,
.landing-wrraper .landing-home .position-block .img4,
.landing-wrraper .landing-home .position-block .img5,
.landing-wrraper .landing-home .position-block .img6,
.landing-wrraper .landing-home .position-block .img7,
.landing-wrraper .landing-home .position-block .img8,
.landing-wrraper .landing-home .position-block .img9 {
    position: absolute;
  }
  /* line 419, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img1 {
    top: 0;
    left: 3%;
  }
  /* line 423, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img2 {
    top: 0;
    left: 20%;
  }
  /* line 427, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img3 {
    top: 0;
    right: 40%;
  }
  /* line 431, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img4 {
    top: 0;
    right: 10%;
  }
  /* line 435, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img5 {
    height: 120px;
    top: -12px;
    left: -20px;
  }
  /* line 440, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img6 {
    top: 45%;
    right: -20px;
    height: 108px;
  }
  /* line 445, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img7 {
    bottom: 0;
    left: 5%;
  }
  /* line 449, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img8 {
    bottom: 0;
    right: 45%;
  }
  /* line 453, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block .img9 {
    bottom: 0;
    right: 10%;
  }
  /* line 462, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework .nav {
    margin-bottom: 30px;
  }
  /* line 466, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework ul.framworks-list li {
    width: 150px;
    height: 150px;
  }
  /* line 469, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework ul.framworks-list li img {
    height: 40px;
  }
}

@media (max-width: 767px) {
  /* line 479, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .custom-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 483, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .title {
    margin-bottom: 25px;
  }
  /* line 485, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .title h2 {
    font-size: 24px;
  }
  /* line 490, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .section-py-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 494, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .section-pt-space {
    padding-top: 50px;
  }
  /* line 497, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .section-pb-space {
    padding-bottom: 50px;
  }
  /* line 501, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 506, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-header ul.landing-menu li.nav-item.menu-back {
    padding: 18px 15px;
  }
  /* line 514, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home {
    height: auto;
  }
  /* line 517, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .position-block ul {
    display: none;
  }
  /* line 521, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain {
    margin-top: 60px;
    background-color: transparent;
    padding: 60px 0 0 0;
    height: auto;
  }
  /* line 526, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain .landing-logo {
    margin-bottom: 20px;
  }
  /* line 528, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain .landing-logo img {
    width: auto;
    height: 50px;
  }
  /* line 533, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain h6 {
    margin-bottom: 10px;
  }
  /* line 536, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain h2 {
    margin-bottom: 10px;
  }
  /* line 539, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain p {
    margin-bottom: 20px;
  }
  /* line 548, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .demo-section .demo-block > div {
    margin-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 560, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework .nav .nav-link img {
    height: 35px;
  }
  /* line 563, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework .nav .nav-link h5 {
    font-size: 16px;
  }
  /* line 569, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework ul.framworks-list li {
    width: 145px;
    height: 145px;
  }
  /* line 572, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework ul.framworks-list li img {
    height: 40px;
  }
  /* line 582, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-footer .footer-contain h2 {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  /* line 587, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-footer .footer-contain .star-rate {
    margin-bottom: 30px;
  }
  /* line 591, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-footer .footer-contain .btn-footer a {
    padding: 5px 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1365px) {
  /* line 604, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home-contain .landing-button .btn-landing {
    padding: 12px 15px;
  }
}

@media (max-width: 575px) {
  /* line 613, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .custom-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 618, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .title h2 {
    font-size: 22px;
  }
  /* line 622, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .section-py-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* line 626, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .section-pt-space {
    padding-top: 40px;
  }
  /* line 629, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .section-pb-space {
    padding-bottom: 40px;
  }
  /* line 635, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain p {
    width: auto;
  }
  /* line 644, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .demo-section .demo-box .img-wrraper img {
    width: 100%;
  }
  /* line 653, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework .nav {
    display: flex;
  }
  /* line 664, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .core-feature .feature-box {
    padding: 30px 10px;
  }
  /* line 666, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .core-feature .feature-box .icon-wrraper {
    width: 50px;
    height: 50px;
  }
  /* line 671, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .core-feature .feature-block {
    margin-bottom: -15px;
  }
  /* line 673, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .core-feature .feature-block > div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
  }
  /* line 681, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .unique-cards .unique-block {
    margin-bottom: -15px;
  }
  /* line 688, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-footer .footer-contain {
    text-align: center;
  }
  /* line 690, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-footer .footer-contain h2 {
    padding-left: unset;
    padding-right: unset;
  }
  /* line 697, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .sub-footer .footer-contain {
    justify-content: center;
    text-align: center;
  }
  /* line 700, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .sub-footer .footer-contain p {
    margin-right: auto;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  /* line 712, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework .nav .nav-link {
    padding: 10px 18px;
  }
  /* line 718, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .btn-footer {
    margin-bottom: -10px;
  }
  /* line 720, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .btn-footer .btn {
    margin-bottom: 10px;
  }
  /* line 725, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain {
    padding: 50px 0 0 0;
  }
  /* line 727, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain .landing-logo {
    margin-bottom: 15px;
  }
  /* line 729, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain .landing-logo img {
    height: 40px;
  }
  /* line 733, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain h6 {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  /* line 737, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-home .landing-home-contain h2 {
    font-size: 20px;
  }
  /* line 748, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .demo-section .demo-box .demo-detail .demo-title h3 {
    font-size: 18px;
  }
  /* line 759, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework .nav .nav-item {
    width: auto;
  }
  /* line 762, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework .nav .nav-link {
    padding-bottom: 10px;
    display: block !important;
  }
  /* line 765, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework .nav .nav-link img {
    height: 25px;
    margin-right: unset;
  }
  /* line 769, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework .nav .nav-link .text-start {
    display: none;
  }
  /* line 772, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework .nav .nav-link.active, .landing-wrraper .framework .nav .nav-link.show {
    border-bottom: 2px solid #24695c;
  }
  /* line 779, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework ul.framworks-list li {
    width: 120px;
    height: 110px;
    padding: 25px 0;
    margin: 5px;
  }
  /* line 784, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .framework ul.framworks-list li img {
    height: 30px;
  }
  /* line 794, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .core-feature .feature-box .icon-wrraper {
    width: 45px;
    height: 45px;
  }
  /* line 804, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .ecommerce-pages .pages-box .page-detail {
    margin-top: 15px;
  }
  /* line 806, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .ecommerce-pages .pages-box .page-detail h3 {
    font-size: 18px;
  }
  /* line 816, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-footer .footer-contain .star-rate {
    margin-bottom: 20px;
  }
  /* line 820, app/assets/stylesheets/theme/theme/_landing-responsive.scss */
  .landing-wrraper .landing-footer .footer-contain .btn-footer a {
    font-size: 14px;
    padding: 3px 12px;
  }
}

/**=======================
     38. Landing CSS end
==========================**/
/**=====================
     39. Table  CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_table.scss */
.table-bordered td, .table-bordered th {
  border-color: #e6edef !important;
}

/* line 9, app/assets/stylesheets/theme/theme/_table.scss */
.pills-component {
  width: 20%;
}

/* line 12, app/assets/stylesheets/theme/theme/_table.scss */
.product-page-width {
  width: 80%;
}

/* line 15, app/assets/stylesheets/theme/theme/_table.scss */
.table {
  margin-bottom: 0px;
}

/* line 17, app/assets/stylesheets/theme/theme/_table.scss */
.table th, .table td {
  padding: 0.75rem;
}

/* line 20, app/assets/stylesheets/theme/theme/_table.scss */
.table th {
  color: #242934;
}

/* line 23, app/assets/stylesheets/theme/theme/_table.scss */
.table td {
  color: #242934;
}

/* line 26, app/assets/stylesheets/theme/theme/_table.scss */
.table [class*='bg-'] {
  color: #fff;
}

/* line 29, app/assets/stylesheets/theme/theme/_table.scss */
.table .bg-light {
  color: #242934;
}

/* line 32, app/assets/stylesheets/theme/theme/_table.scss */
.table tfoot {
  font-weight: bold;
}

/* line 40, app/assets/stylesheets/theme/theme/_table.scss */
.table thead.bg-primary tr th {
  color: #fff;
}

/* line 45, app/assets/stylesheets/theme/theme/_table.scss */
.table thead.table-primary {
  background-color: rgba(36, 105, 92, 0.1);
  --bs-table-bg:rgba($primary-color,0.1);
  color: #24695c;
}

/* line 50, app/assets/stylesheets/theme/theme/_table.scss */
.table thead.table-primary tr th {
  color: #24695c;
}

/* line 61, app/assets/stylesheets/theme/theme/_table.scss */
.table-inverse th, .table-inverse td {
  color: #fff;
}

/* line 66, app/assets/stylesheets/theme/theme/_table.scss */
.table[class*='bg-'] th, .table[class*='bg-'] td {
  color: #fff;
}

/* line 72, app/assets/stylesheets/theme/theme/_table.scss */
.table-hover tbody tr:hover {
  background-color: rgba(36, 105, 92, 0.1);
  --bs-table-accent-bg:unset;
}

/* line 75, app/assets/stylesheets/theme/theme/_table.scss */
.table-hover tbody tr:hover th, .table-hover tbody tr:hover td {
  color: #24695c;
}

/* line 84, app/assets/stylesheets/theme/theme/_table.scss */
.table-xl td, .table-xl th {
  padding: 1.25rem 2rem;
  font-size: 120%;
}

/* line 90, app/assets/stylesheets/theme/theme/_table.scss */
.table-lg td, .table-lg th {
  padding: 0.9rem 2rem;
  font-size: 110%;
}

/* line 96, app/assets/stylesheets/theme/theme/_table.scss */
.table-de td, .table-de th {
  padding: 0.75rem 2rem;
}

/* line 101, app/assets/stylesheets/theme/theme/_table.scss */
.table-sm th, .table-sm td {
  padding: 0.5rem 2rem;
  font-size: 90%;
}

/* line 107, app/assets/stylesheets/theme/theme/_table.scss */
.table-xs th, .table-xs td {
  padding: 0.2rem 2rem;
  font-size: 80%;
}

/* line 115, app/assets/stylesheets/theme/theme/_table.scss */
.table-border-horizontal tr, .table-border-horizontal th, .table-border-horizontal td {
  border-top: 1px solid #f2f4ff;
  padding: 0.75rem 2rem;
}

/* line 121, app/assets/stylesheets/theme/theme/_table.scss */
.table-border-vertical tr, .table-border-vertical th, .table-border-vertical td {
  border-top: 0;
  border-right: 1px solid #f2f4ff;
}

/* line 127, app/assets/stylesheets/theme/theme/_table.scss */
.table-border-vertical tr td:last-child {
  border-right: none;
}

/* line 135, app/assets/stylesheets/theme/theme/_table.scss */
.table-bordernone td {
  border: 0;
}

/* line 138, app/assets/stylesheets/theme/theme/_table.scss */
.table-bordernone .bd-t-none {
  border-top: none;
}

/* line 141, app/assets/stylesheets/theme/theme/_table.scss */
.table-bordernone .u-s-tb {
  padding: 11px;
}

/* line 145, app/assets/stylesheets/theme/theme/_table.scss */
.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

/* line 148, app/assets/stylesheets/theme/theme/_table.scss */
.table-inverse th, .table-inverse td {
  border-color: #fff;
}

/* line 151, app/assets/stylesheets/theme/theme/_table.scss */
.table-inverse.table-bordered {
  border: 0;
}

/* line 159, app/assets/stylesheets/theme/theme/_table.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(245, 247, 250, 0.5);
}

/* line 166, app/assets/stylesheets/theme/theme/_table.scss */
.table-bordered td, .table-bordered th {
  border-color: #fdfeff;
}

/* line 175, app/assets/stylesheets/theme/theme/_table.scss */
.table > :not(:last-child) > :last-child > * {
  border-color: #e6edef;
}

/* line 183, app/assets/stylesheets/theme/theme/_table.scss */
thead, tbody, tfoot, tr, td, th {
  border-color: #e6edef;
}

/* line 193, app/assets/stylesheets/theme/theme/_table.scss */
.table-styling.table-primary.table-striped tbody tr:nth-of-type(odd) {
  --bs-table-accent-bg:unset;
}

/* line 196, app/assets/stylesheets/theme/theme/_table.scss */
.table-styling.table-primary.table-striped tbody tr:nth-of-type(odd):hover {
  color: #24695c;
}

/* line 202, app/assets/stylesheets/theme/theme/_table.scss */
.table-styling.table-primary.table-striped tbody tr:nth-of-type(even):hover th, .table-styling.table-primary.table-striped tbody tr:nth-of-type(even):hover td {
  color: #fff;
}

/* line 216, app/assets/stylesheets/theme/theme/_table.scss */
.table-success {
  background-color: rgba(27, 76, 67, 0.1);
  --bs-table-bg:rgba($success-color,0.1);
  color: #1b4c43;
}

/* line 221, app/assets/stylesheets/theme/theme/_table.scss */
.table-success tr th {
  color: #1b4c43;
}

/**=====================
     39.Table CSS Ends
==========================**/
/**=====================
    41. Chart CSS Start
==========================**/
/* line 11, app/assets/stylesheets/theme/theme/_chart.scss */
.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;
}

/* line 18, app/assets/stylesheets/theme/theme/_chart.scss */
.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;
}

/* line 25, app/assets/stylesheets/theme/theme/_chart.scss */
.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;
}

/* line 32, app/assets/stylesheets/theme/theme/_chart.scss */
.cke_wysiwyg_frame, .cke_wysiwyg_div {
  background-color: #fff;
}

/* line 38, app/assets/stylesheets/theme/theme/_chart.scss */
.chart-block canvas {
  width: 100% !important;
}

/* line 41, app/assets/stylesheets/theme/theme/_chart.scss */
.chart-block #pie-sparkline-chart {
  width: auto !important;
}

/* line 44, app/assets/stylesheets/theme/theme/_chart.scss */
.chart-block .chart-overflow {
  overflow: hidden;
  text-align: center;
}

/* line 49, app/assets/stylesheets/theme/theme/_chart.scss */
.candidcahrt {
  width: 100%;
  height: 470px;
}

/* line 53, app/assets/stylesheets/theme/theme/_chart.scss */
.amcharts-export-canvas {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

/* line 62, app/assets/stylesheets/theme/theme/_chart.scss */
.amcharts-export-canvas .canvas-container {
  transition: opacity .5s ease-out;
}

/* line 65, app/assets/stylesheets/theme/theme/_chart.scss */
.amcharts-export-canvas.active {
  display: block;
}

/* line 68, app/assets/stylesheets/theme/theme/_chart.scss */
.amcharts-export-canvas.dropbox .canvas-container {
  opacity: .5;
}

/* line 72, app/assets/stylesheets/theme/theme/_chart.scss */
.flot-chart-container {
  box-sizing: border-box;
  width: 100%;
  height: 400px;
}

/* line 77, app/assets/stylesheets/theme/theme/_chart.scss */
.flot-chart-container #toggling-series-flot {
  width: 79% !important;
}

/* line 82, app/assets/stylesheets/theme/theme/_chart.scss */
.all-chart .flot-chart-container {
  height: 350px;
}

/* line 86, app/assets/stylesheets/theme/theme/_chart.scss */
.flot-chart-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
}

/* line 92, app/assets/stylesheets/theme/theme/_chart.scss */
.flot-chart-placeholder .legend table {
  border-spacing: 5px;
}

/* line 96, app/assets/stylesheets/theme/theme/_chart.scss */
.morris-hover {
  position: absolute;
  z-index: 8;
}

/* line 99, app/assets/stylesheets/theme/theme/_chart.scss */
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #898989;
  background: #fff;
  border: solid 1px #e6edef;
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

/* line 108, app/assets/stylesheets/theme/theme/_chart.scss */
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

/* line 112, app/assets/stylesheets/theme/theme/_chart.scss */
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

/* line 118, app/assets/stylesheets/theme/theme/_chart.scss */
.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 "Rubik", sans-serif, 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;
}

/* line 134, app/assets/stylesheets/theme/theme/_chart.scss */
.chart-sparkline .jqsfield {
  color: #fff;
  font: 10px "Rubik", sans-serif, sans-serif;
  text-align: left;
}

/* line 140, app/assets/stylesheets/theme/theme/_chart.scss */
.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;
}

/* line 150, app/assets/stylesheets/theme/theme/_chart.scss */
.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;
}

/* line 168, app/assets/stylesheets/theme/theme/_chart.scss */
.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;
}

/* line 186, app/assets/stylesheets/theme/theme/_chart.scss */
.radial-bar-danger.radial-bar-20 {
  background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(162deg, #d22d3d 50%, #efefef 50%, #efefef);
}

/* line 191, app/assets/stylesheets/theme/theme/_chart.scss */
.radial-bar.radial-bar-lg {
  width: 100px;
  height: 100px;
  font-size: 20px;
}

/* line 202, app/assets/stylesheets/theme/theme/_chart.scss */
.radial-bar.radial-bar-sm {
  width: 50px;
  height: 50px;
  font-size: 12px;
}

/* line 213, app/assets/stylesheets/theme/theme/_chart.scss */
.radial-bar.radial-bar-xs {
  width: 30px;
  height: 30px;
  font-size: 8px;
}

/* line 226, app/assets/stylesheets/theme/theme/_chart.scss */
.pieLabel div {
  color: #fff !important;
}

/* line 228, app/assets/stylesheets/theme/theme/_chart.scss */
.pieLabel div input[type=checkbox] {
  margin: 7px;
}

/* line 234, app/assets/stylesheets/theme/theme/_chart.scss */
.knob-chart {
  min-height: 255px;
}

/* line 236, app/assets/stylesheets/theme/theme/_chart.scss */
.knob-chart .chart-clock-main {
  position: relative;
  width: 200px;
  margin: 45px auto;
}

/* line 240, app/assets/stylesheets/theme/theme/_chart.scss */
.knob-chart .chart-clock-main .clock-large {
  position: absolute;
  left: -48px;
  top: -45px;
}

/* line 245, app/assets/stylesheets/theme/theme/_chart.scss */
.knob-chart .chart-clock-main .clock-medium {
  position: absolute;
  left: 2px;
  top: 5px;
}

/* line 250, app/assets/stylesheets/theme/theme/_chart.scss */
.knob-chart .chart-clock-main .clock-small {
  position: absolute;
  left: 15px;
  top: 55px;
}

/* line 259, app/assets/stylesheets/theme/theme/_chart.scss */
.peity-charts svg {
  width: 100%;
  height: 250px;
}

/* line 265, app/assets/stylesheets/theme/theme/_chart.scss */
.peity-charts.peity-chart-primary svg polygon {
  fill: rgba(36, 105, 92, 0.5);
}

/* line 268, app/assets/stylesheets/theme/theme/_chart.scss */
.peity-charts.peity-chart-primary svg polyline {
  stroke: #24695c;
}

/* line 276, app/assets/stylesheets/theme/theme/_chart.scss */
p.data-attributes svg {
  margin-right: 10px;
}

/* line 282, app/assets/stylesheets/theme/theme/_chart.scss */
.knob-block {
  position: relative;
}

/* line 284, app/assets/stylesheets/theme/theme/_chart.scss */
.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;
}

/* line 297, app/assets/stylesheets/theme/theme/_chart.scss */
.apex-chart {
  margin: 0 auto;
}

/* line 300, app/assets/stylesheets/theme/theme/_chart.scss */
.apexcharts-menu-item {
  width: 110px;
}

/* line 303, app/assets/stylesheets/theme/theme/_chart.scss */
.word-tree {
  height: 400px;
}

/**=====================
     41. Chart CSS End
==========================**/
/**=====================
     42. Timeline CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.activity .media {
  margin-bottom: 30px;
}

/* line 7, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.activity .media:last-child {
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.activity .media .gradient-round {
  position: relative;
  width: 53px;
  height: 53px;
  background-image: linear-gradient(#1693f8, #0d67e9);
  border-radius: 100%;
  top: -18px;
}

/* line 17, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.activity .media .gradient-round svg {
  position: absolute;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 18px;
  right: 0;
  margin: 0 auto;
}

/* line 28, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.activity .media .gradient-round svg path, .activity .media .gradient-round svg line, .activity .media .gradient-round svg circle {
  color: #fff;
}

/* line 33, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.activity .media .gradient-round.gradient-line-1:after {
  position: absolute;
  content: '';
  background-color: #e9e9e9;
  width: 2px;
  height: 62px;
  bottom: -77px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 46, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.activity .media .gradient-round.small-line:after {
  position: absolute;
  content: '';
  background-color: #e9e9e9;
  width: 2px;
  height: 19px;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 59, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.activity .media .gradient-round.medium-line:after {
  position: absolute;
  content: '';
  background-color: #e9e9e9;
  width: 2px;
  height: 53px;
  bottom: -68px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 73, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.activity .media .media-body h6 {
  font-weight: 600;
  margin-bottom: 30px;
}

/* line 76, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.activity .media .media-body h6 span {
  font-weight: normal;
  color: #999;
}

/* line 81, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.activity .media .media-body p {
  width: 80%;
}

/* line 88, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.timeline-small .media {
  margin-bottom: 30px;
}

/* line 90, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.timeline-small .media:last-child {
  margin-bottom: 0;
}

/* line 93, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.timeline-small .media .timeline-round {
  position: relative;
  width: 53px;
  height: 53px;
  border-radius: 100%;
  top: -18px;
}

/* line 99, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.timeline-small .media .timeline-round svg {
  position: absolute;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 18px;
  right: 0;
  margin: 0 auto;
}

/* line 110, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.timeline-small .media .timeline-round svg path, .timeline-small .media .timeline-round svg line, .timeline-small .media .timeline-round svg circle {
  color: #fff;
}

/* line 115, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.timeline-small .media .timeline-round.timeline-line-1:after {
  position: absolute;
  content: '';
  background-color: #e9e9e9;
  width: 2px;
  height: 62px;
  bottom: -77px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 128, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.timeline-small .media .timeline-round.small-line:after {
  position: absolute;
  content: '';
  background-color: #e9e9e9;
  width: 2px;
  height: 19px;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 141, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.timeline-small .media .timeline-round.medium-line:after {
  position: absolute;
  content: '';
  background-color: #e9e9e9;
  width: 2px;
  height: 53px;
  bottom: -68px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 155, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.timeline-small .media .media-body h6 {
  font-weight: 600;
  margin-bottom: 30px;
}

/* line 158, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.timeline-small .media .media-body h6 span {
  font-weight: normal;
  color: #999;
}

/* line 163, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.timeline-small .media .media-body p {
  width: 80%;
}

/* line 169, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 1;
}

/* line 175, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 1170px) {
  /* line 198, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  #cd-timeline::before {
    left: 50% !important;
    margin-left: -2px;
  }
  /* line 202, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-block {
    margin: 4em 0;
  }
  /* line 204, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  /* line 207, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
  /* line 211, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  /* line 213, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
    padding-right: 15px;
  }
  /* line 220, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #e6edef;
  }
  /* line 230, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date {
    padding-left: 15px;
  }
  /* line 236, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-img {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -30px;
  }
  /* line 241, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-img > i {
    font-size: 18px;
    top: 50%;
    left: 50%;
    padding: 3px;
  }
  /* line 250, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  /* line 253, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 0.6s;
  }
  /* line 259, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  /* line 262, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    animation: cd-bounce-2 0.6s;
  }
  /* line 267, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    animation: cd-bounce-2-inverse 0.6s;
  }
  /* line 271, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  /* line 275, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
  }
  /* line 283, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #e6edef;
  }
}

/* line 290, app/assets/stylesheets/theme/theme/_timeline-v.scss */
#cd-timeline {
  position: relative;
  padding: 2em 0;
}

/* line 294, app/assets/stylesheets/theme/theme/_timeline-v.scss */
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  font-size: 1.5rem;
  height: 100%;
  width: 2px;
  background: #e6edef;
  left: -15px;
}

/* line 304, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-timeline-block {
  position: relative;
  margin: 30px 0;
}

/* line 307, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

/* line 312, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-timeline-block:first-child {
  margin-top: 0;
}

/* line 315, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

/* line 319, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-timeline-img {
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  border-radius: 4px;
}

/* line 329, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-timeline-img i {
  display: block;
  position: relative;
  left: 45%;
  top: 44%;
  margin-left: -12px;
  margin-top: -12px;
  font-size: 27px;
  color: #fff;
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* line 369, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-timeline-content {
  position: relative;
  background-color: #f5f7fb;
  border-radius: 4px;
  padding: 30px;
  border: 1px solid #e6edef;
}

/* line 375, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-timeline-content p {
  padding-top: 9px;
}

/* line 378, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-timeline-content h4 {
  margin-bottom: 0;
  font-weight: 700;
}

/* line 382, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 387, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-timeline-content audio {
  width: 100%;
}

/* line 390, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-timeline-content .cd-date {
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  float: left;
  padding: .8em 0 0;
  opacity: .7;
}

/* line 400, app/assets/stylesheets/theme/theme/_timeline-v.scss */
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-left: 7px solid #e6edef;
}

@media only screen and (min-width: 768px) {
  /* line 412, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-content .cd-date {
    font-size: 14px;
    padding-bottom: 0;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 1169px) {
  /* line 482, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-block .cd-timeline-img {
    left: -2px;
    height: 30px;
    width: 30px;
    margin-left: -30px;
    top: 14px;
    z-index: 8;
  }
  /* line 489, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-block .cd-timeline-img > i {
    font-size: 15px;
    top: 16px;
    left: 17px;
    padding: 3px;
  }
  /* line 498, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .landing-main #cd-timeline::before {
    left: -39px;
  }
  /* line 502, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .landing-main .cd-timeline-block .cd-timeline-img {
    left: -34px;
    height: 50px;
    width: 50px;
    top: 1px;
    z-index: 8;
  }
  /* line 508, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .landing-main .cd-timeline-block .cd-timeline-img > i {
    font-size: 23px;
    top: 21px;
    left: 7px;
    padding: 3px;
  }
}

@media only screen and (max-width: 576px) {
  /* line 519, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-content {
    padding: 15px;
  }
  /* line 521, app/assets/stylesheets/theme/theme/_timeline-v.scss */
  .cd-timeline-content h4 {
    font-size: 18px;
  }
}

/**=====================
     42. Timeline  CSS Ends
==========================**/
/**=====================
    43. Timeline 2 CSS Start
==========================**/
/* line 13, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny {
  position: relative;
  display: block;
  padding: 10rem 0;
  width: 100%;
  border-top: 1px solid #eff4f5;
  border-bottom: 1px solid #eff4f5;
  text-rendering: optimizeLegibility;
  color: #e6edef;
  opacity: 0;
  overflow: hidden;
  cursor: move;
}

/* line 25, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny.loaded {
  opacity: 1;
}

/* line 28, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny::before {
  content: "";
  position: absolute;
  background-color: rgba(36, 105, 92, 0.08);
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}

/* line 38, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-wrapper {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1024px;
}

/* line 44, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-dot {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1px solid #898989;
  background-color: #fff;
}

/* line 58, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-dot::before {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  content: attr(data-year);
  display: block;
  position: absolute;
  top: -5rem;
  left: calc($timeliny_spacings / 4);
  color: #2c323f;
  font-family: "Rubik", sans-serif, sans-serif;
  font-size: 22px;
}

/* line 71, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-dot::after {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: attr(data-text);
  display: block;
  position: absolute;
  width: calc($timeliny_max-inner-width / 4);
  top: 5.6rem;
  left: calc($timeliny_spacings / 4);
  color: #e6edef;
  opacity: 0;
  font-size: 0.9em;
}

@media (min-width: 768px) {
  /* line 71, app/assets/stylesheets/theme/theme/_timeliny.scss */
  .timeliny .timeliny-dot::after {
    width: calc($timeliny_max-inner-width / 3);
  }
}

/* line 92, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-timeline {
  position: absolute;
  top: 50%;
  left: 0;
  display: table;
  width: 100%;
  z-index: 5;
}

/* line 99, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-timeline .timeliny-timeblock {
  display: table-cell;
  position: relative;
}

/* line 103, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot {
  border-color: #24695c;
  background-color: #24695c;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33);
}

/* line 107, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::before {
  color: #2c323f;
}

/* line 110, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::after {
  color: #2c323f;
  opacity: 1;
  background-color: #f5f7fb;
  border: 1px solid #e6edef;
  padding: 10px;
  border-radius: 5px;
}

/* line 121, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-timeline .timeliny-timeblock.inactive .timeliny-dot {
  cursor: move;
}

/* line 124, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-timeline .timeliny-timeblock.inactive .timeliny-dot::before {
  color: #e6edef;
}

/* line 130, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover {
  border-color: #e6edef;
  background-color: #24695c;
}

/* line 133, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover::before {
  color: #2c323f;
}

/* line 139, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-timeline .timeliny-timeblock .timeliny-dot:hover::after {
  color: #2c323f;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 10px;
  border-radius: 5px;
}

/* line 151, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-vertical-line {
  position: absolute;
  display: block;
  z-index: 1;
  left: calc($timeliny_vertical-line-pos / 2);
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #24695c;
}

@media (min-width: 768px) {
  /* line 151, app/assets/stylesheets/theme/theme/_timeliny.scss */
  .timeliny .timeliny-vertical-line {
    left: 32%;
  }
}

/* line 164, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-vertical-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #24695c;
}

/* line 175, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-vertical-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #24695c;
}

/* line 192, app/assets/stylesheets/theme/theme/_timeliny.scss */
.timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::after {
  background-color: #f7f6ff;
}

/**=====================
     43. Timeline 2 CSS Ends
==========================**/
/**=====================
    44. Tabs CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #24695c;
}

/* line 8, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-pills .nav-link {
  font-weight: 600;
}

/* line 13, app/assets/stylesheets/theme/theme/_tab.scss */
.nav i {
  margin-right: 10px;
}

/* line 39, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-theme .nav-link, .nav-pills.nav-theme .nav-link {
  color: #24695c;
}

/* line 42, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-theme .nav-link.active, .nav-theme .show > .nav-link, .nav-pills.nav-theme .nav-link.active, .nav-pills.nav-theme .show > .nav-link {
  background-color: #24695c;
  color: #fff;
}

/* line 39, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-primary .nav-link, .nav-pills.nav-primary .nav-link {
  color: #24695c;
}

/* line 42, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-primary .nav-link.active, .nav-primary .show > .nav-link, .nav-pills.nav-primary .nav-link.active, .nav-pills.nav-primary .show > .nav-link {
  background-color: #24695c;
  color: #fff;
}

/* line 39, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-secondary .nav-link, .nav-pills.nav-secondary .nav-link {
  color: #ba895d;
}

/* line 42, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-secondary .nav-link.active, .nav-secondary .show > .nav-link, .nav-pills.nav-secondary .nav-link.active, .nav-pills.nav-secondary .show > .nav-link {
  background-color: #ba895d;
  color: #fff;
}

/* line 39, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-success .nav-link, .nav-pills.nav-success .nav-link {
  color: #1b4c43;
}

/* line 42, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-success .nav-link.active, .nav-success .show > .nav-link, .nav-pills.nav-success .nav-link.active, .nav-pills.nav-success .show > .nav-link {
  background-color: #1b4c43;
  color: #fff;
}

/* line 39, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-danger .nav-link, .nav-pills.nav-danger .nav-link {
  color: #d22d3d;
}

/* line 42, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-danger .nav-link.active, .nav-danger .show > .nav-link, .nav-pills.nav-danger .nav-link.active, .nav-pills.nav-danger .show > .nav-link {
  background-color: #d22d3d;
  color: #fff;
}

/* line 39, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-info .nav-link, .nav-pills.nav-info .nav-link {
  color: #717171;
}

/* line 42, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-info .nav-link.active, .nav-info .show > .nav-link, .nav-pills.nav-info .nav-link.active, .nav-pills.nav-info .show > .nav-link {
  background-color: #717171;
  color: #fff;
}

/* line 39, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-light .nav-link, .nav-pills.nav-light .nav-link {
  color: #e6edef;
}

/* line 42, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-light .nav-link.active, .nav-light .show > .nav-link, .nav-pills.nav-light .nav-link.active, .nav-pills.nav-light .show > .nav-link {
  background-color: #e6edef;
  color: #fff;
}

/* line 39, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-dark .nav-link, .nav-pills.nav-dark .nav-link {
  color: #2c323f;
}

/* line 42, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-dark .nav-link.active, .nav-dark .show > .nav-link, .nav-pills.nav-dark .nav-link.active, .nav-pills.nav-dark .show > .nav-link {
  background-color: #2c323f;
  color: #fff;
}

/* line 39, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-warning .nav-link, .nav-pills.nav-warning .nav-link {
  color: #e2c636;
}

/* line 42, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-warning .nav-link.active, .nav-warning .show > .nav-link, .nav-pills.nav-warning .nav-link.active, .nav-pills.nav-warning .show > .nav-link {
  background-color: #e2c636;
  color: #fff;
}

/* line 48, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-right {
  justify-content: flex-end;
}

/* line 53, app/assets/stylesheets/theme/theme/_tab.scss */
.nav-tabs.nav-bottom .nav-item .nav-link.active, .nav-tabs.nav-bottom .nav-item .nav-link.focus, .nav-tabs.nav-bottom .nav-item .nav-link.hover {
  border-color: #fff #dee2e6 #dee2e6;
}

/* line 60, app/assets/stylesheets/theme/theme/_tab.scss */
.tab-content ~ .nav-tabs.border-tab {
  margin-bottom: 0;
  margin-top: 30px;
}

/* line 68, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-tabs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

/* line 74, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-tabs .nav-item .nav-link {
  font-size: 16px;
  color: #2c323f;
  text-align: center;
  padding: 10px 25px;
  border: none;
  border-bottom: 2px solid #e6edef;
  transition: 0.3s;
  background-color: transparent;
}

/* line 83, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-tabs .nav-item .nav-link.active, .border-tab.nav-tabs .nav-item .nav-link.show, .border-tab.nav-tabs .nav-item .nav-link:focus, .border-tab.nav-tabs .nav-item .nav-link:hover {
  color: #24695c;
}

/* line 86, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-tabs .nav-item .nav-link.active, .border-tab.nav-tabs .nav-item .nav-link.show, .border-tab.nav-tabs .nav-item .nav-link:focus {
  border-bottom: 2px solid #24695c;
}

/* line 93, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-left .nav-link {
  border-left: 2px solid transparent;
  transition: all 0.3s ease;
  color: #2c323f;
}

/* line 98, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-left .nav-link.active, .border-tab.nav-left .show > .nav-link {
  background-color: transparent;
  border-left-color: #24695c;
  color: #24695c;
  border-radius: 0;
  transition: all 0.3s ease;
}

/* line 107, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-right .nav-link {
  border-right: 2px solid transparent;
  transition: all 0.3s ease;
  color: #2c323f;
  text-align: right;
}

/* line 113, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-right .nav-link.active, .border-tab.nav-right .show > .nav-link {
  background-color: transparent;
  border-right-color: #24695c;
  color: #24695c;
  border-radius: 0;
  transition: all 0.3s ease;
}

/* line 142, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-theme .nav-link.active, .border-tab.nav-theme .nav-item.show, .border-tab.nav-theme .nav-link:focus, .border-tab.nav-theme .nav-link:hover {
  color: #24695c;
  background-color: transparent;
}

/* line 147, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-theme .nav-item .nav-link {
  transition: 0.3s;
}

/* line 149, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-theme .nav-item .nav-link.active, .border-tab.nav-theme .nav-item .nav-link.show, .border-tab.nav-theme .nav-item .nav-link:focus {
  border-bottom: 2px solid #24695c;
}

/* line 152, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-theme .nav-item .nav-link.active, .border-tab.nav-theme .nav-item .nav-link.show, .border-tab.nav-theme .nav-item .nav-link:focus, .border-tab.nav-theme .nav-item .nav-link:hover {
  color: #24695c;
}

/* line 159, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-left.nav-theme .nav-link.active, .border-tab.nav-left.nav-theme .show > .nav-link {
  border-left-color: #24695c;
  color: #24695c;
}

/* line 165, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-right.nav-theme .nav-link.active, .border-tab.nav-right.nav-theme .show > .nav-link {
  border-right-color: #24695c;
  color: #24695c;
}

/* line 142, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-primary .nav-link.active, .border-tab.nav-primary .nav-item.show, .border-tab.nav-primary .nav-link:focus, .border-tab.nav-primary .nav-link:hover {
  color: #24695c;
  background-color: transparent;
}

/* line 147, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-primary .nav-item .nav-link {
  transition: 0.3s;
}

/* line 149, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-primary .nav-item .nav-link.active, .border-tab.nav-primary .nav-item .nav-link.show, .border-tab.nav-primary .nav-item .nav-link:focus {
  border-bottom: 2px solid #24695c;
}

/* line 152, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-primary .nav-item .nav-link.active, .border-tab.nav-primary .nav-item .nav-link.show, .border-tab.nav-primary .nav-item .nav-link:focus, .border-tab.nav-primary .nav-item .nav-link:hover {
  color: #24695c;
}

/* line 159, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-left.nav-primary .nav-link.active, .border-tab.nav-left.nav-primary .show > .nav-link {
  border-left-color: #24695c;
  color: #24695c;
}

/* line 165, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-right.nav-primary .nav-link.active, .border-tab.nav-right.nav-primary .show > .nav-link {
  border-right-color: #24695c;
  color: #24695c;
}

/* line 142, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-secondary .nav-link.active, .border-tab.nav-secondary .nav-item.show, .border-tab.nav-secondary .nav-link:focus, .border-tab.nav-secondary .nav-link:hover {
  color: #ba895d;
  background-color: transparent;
}

/* line 147, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-secondary .nav-item .nav-link {
  transition: 0.3s;
}

/* line 149, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-secondary .nav-item .nav-link.active, .border-tab.nav-secondary .nav-item .nav-link.show, .border-tab.nav-secondary .nav-item .nav-link:focus {
  border-bottom: 2px solid #ba895d;
}

/* line 152, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-secondary .nav-item .nav-link.active, .border-tab.nav-secondary .nav-item .nav-link.show, .border-tab.nav-secondary .nav-item .nav-link:focus, .border-tab.nav-secondary .nav-item .nav-link:hover {
  color: #ba895d;
}

/* line 159, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-left.nav-secondary .nav-link.active, .border-tab.nav-left.nav-secondary .show > .nav-link {
  border-left-color: #ba895d;
  color: #ba895d;
}

/* line 165, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-right.nav-secondary .nav-link.active, .border-tab.nav-right.nav-secondary .show > .nav-link {
  border-right-color: #ba895d;
  color: #ba895d;
}

/* line 142, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-success .nav-link.active, .border-tab.nav-success .nav-item.show, .border-tab.nav-success .nav-link:focus, .border-tab.nav-success .nav-link:hover {
  color: #1b4c43;
  background-color: transparent;
}

/* line 147, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-success .nav-item .nav-link {
  transition: 0.3s;
}

/* line 149, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-success .nav-item .nav-link.active, .border-tab.nav-success .nav-item .nav-link.show, .border-tab.nav-success .nav-item .nav-link:focus {
  border-bottom: 2px solid #1b4c43;
}

/* line 152, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-success .nav-item .nav-link.active, .border-tab.nav-success .nav-item .nav-link.show, .border-tab.nav-success .nav-item .nav-link:focus, .border-tab.nav-success .nav-item .nav-link:hover {
  color: #1b4c43;
}

/* line 159, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-left.nav-success .nav-link.active, .border-tab.nav-left.nav-success .show > .nav-link {
  border-left-color: #1b4c43;
  color: #1b4c43;
}

/* line 165, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-right.nav-success .nav-link.active, .border-tab.nav-right.nav-success .show > .nav-link {
  border-right-color: #1b4c43;
  color: #1b4c43;
}

/* line 142, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-danger .nav-link.active, .border-tab.nav-danger .nav-item.show, .border-tab.nav-danger .nav-link:focus, .border-tab.nav-danger .nav-link:hover {
  color: #d22d3d;
  background-color: transparent;
}

/* line 147, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-danger .nav-item .nav-link {
  transition: 0.3s;
}

/* line 149, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-danger .nav-item .nav-link.active, .border-tab.nav-danger .nav-item .nav-link.show, .border-tab.nav-danger .nav-item .nav-link:focus {
  border-bottom: 2px solid #d22d3d;
}

/* line 152, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-danger .nav-item .nav-link.active, .border-tab.nav-danger .nav-item .nav-link.show, .border-tab.nav-danger .nav-item .nav-link:focus, .border-tab.nav-danger .nav-item .nav-link:hover {
  color: #d22d3d;
}

/* line 159, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-left.nav-danger .nav-link.active, .border-tab.nav-left.nav-danger .show > .nav-link {
  border-left-color: #d22d3d;
  color: #d22d3d;
}

/* line 165, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-right.nav-danger .nav-link.active, .border-tab.nav-right.nav-danger .show > .nav-link {
  border-right-color: #d22d3d;
  color: #d22d3d;
}

/* line 142, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-info .nav-link.active, .border-tab.nav-info .nav-item.show, .border-tab.nav-info .nav-link:focus, .border-tab.nav-info .nav-link:hover {
  color: #717171;
  background-color: transparent;
}

/* line 147, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-info .nav-item .nav-link {
  transition: 0.3s;
}

/* line 149, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-info .nav-item .nav-link.active, .border-tab.nav-info .nav-item .nav-link.show, .border-tab.nav-info .nav-item .nav-link:focus {
  border-bottom: 2px solid #717171;
}

/* line 152, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-info .nav-item .nav-link.active, .border-tab.nav-info .nav-item .nav-link.show, .border-tab.nav-info .nav-item .nav-link:focus, .border-tab.nav-info .nav-item .nav-link:hover {
  color: #717171;
}

/* line 159, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-left.nav-info .nav-link.active, .border-tab.nav-left.nav-info .show > .nav-link {
  border-left-color: #717171;
  color: #717171;
}

/* line 165, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-right.nav-info .nav-link.active, .border-tab.nav-right.nav-info .show > .nav-link {
  border-right-color: #717171;
  color: #717171;
}

/* line 142, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-light .nav-link.active, .border-tab.nav-light .nav-item.show, .border-tab.nav-light .nav-link:focus, .border-tab.nav-light .nav-link:hover {
  color: #e6edef;
  background-color: transparent;
}

/* line 147, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-light .nav-item .nav-link {
  transition: 0.3s;
}

/* line 149, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-light .nav-item .nav-link.active, .border-tab.nav-light .nav-item .nav-link.show, .border-tab.nav-light .nav-item .nav-link:focus {
  border-bottom: 2px solid #e6edef;
}

/* line 152, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-light .nav-item .nav-link.active, .border-tab.nav-light .nav-item .nav-link.show, .border-tab.nav-light .nav-item .nav-link:focus, .border-tab.nav-light .nav-item .nav-link:hover {
  color: #e6edef;
}

/* line 159, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-left.nav-light .nav-link.active, .border-tab.nav-left.nav-light .show > .nav-link {
  border-left-color: #e6edef;
  color: #e6edef;
}

/* line 165, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-right.nav-light .nav-link.active, .border-tab.nav-right.nav-light .show > .nav-link {
  border-right-color: #e6edef;
  color: #e6edef;
}

/* line 142, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-dark .nav-link.active, .border-tab.nav-dark .nav-item.show, .border-tab.nav-dark .nav-link:focus, .border-tab.nav-dark .nav-link:hover {
  color: #2c323f;
  background-color: transparent;
}

/* line 147, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-dark .nav-item .nav-link {
  transition: 0.3s;
}

/* line 149, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-dark .nav-item .nav-link.active, .border-tab.nav-dark .nav-item .nav-link.show, .border-tab.nav-dark .nav-item .nav-link:focus {
  border-bottom: 2px solid #2c323f;
}

/* line 152, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-dark .nav-item .nav-link.active, .border-tab.nav-dark .nav-item .nav-link.show, .border-tab.nav-dark .nav-item .nav-link:focus, .border-tab.nav-dark .nav-item .nav-link:hover {
  color: #2c323f;
}

/* line 159, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-left.nav-dark .nav-link.active, .border-tab.nav-left.nav-dark .show > .nav-link {
  border-left-color: #2c323f;
  color: #2c323f;
}

/* line 165, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-right.nav-dark .nav-link.active, .border-tab.nav-right.nav-dark .show > .nav-link {
  border-right-color: #2c323f;
  color: #2c323f;
}

/* line 142, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-warning .nav-link.active, .border-tab.nav-warning .nav-item.show, .border-tab.nav-warning .nav-link:focus, .border-tab.nav-warning .nav-link:hover {
  color: #e2c636;
  background-color: transparent;
}

/* line 147, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-warning .nav-item .nav-link {
  transition: 0.3s;
}

/* line 149, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-warning .nav-item .nav-link.active, .border-tab.nav-warning .nav-item .nav-link.show, .border-tab.nav-warning .nav-item .nav-link:focus {
  border-bottom: 2px solid #e2c636;
}

/* line 152, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-warning .nav-item .nav-link.active, .border-tab.nav-warning .nav-item .nav-link.show, .border-tab.nav-warning .nav-item .nav-link:focus, .border-tab.nav-warning .nav-item .nav-link:hover {
  color: #e2c636;
}

/* line 159, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-left.nav-warning .nav-link.active, .border-tab.nav-left.nav-warning .show > .nav-link {
  border-left-color: #e2c636;
  color: #e2c636;
}

/* line 165, app/assets/stylesheets/theme/theme/_tab.scss */
.border-tab.nav-right.nav-warning .nav-link.active, .border-tab.nav-right.nav-warning .show > .nav-link {
  border-right-color: #e2c636;
  color: #e2c636;
}

/* line 172, app/assets/stylesheets/theme/theme/_tab.scss */
.tabbed-card ul {
  position: absolute;
  right: 15px;
  top: 22px;
}

/* line 177, app/assets/stylesheets/theme/theme/_tab.scss */
.tabbed-card ul.border-tab.nav-tabs {
  top: 0;
}

/* line 179, app/assets/stylesheets/theme/theme/_tab.scss */
.tabbed-card ul.border-tab.nav-tabs .nav-item {
  float: right;
}

/* line 181, app/assets/stylesheets/theme/theme/_tab.scss */
.tabbed-card ul.border-tab.nav-tabs .nav-item .nav-link {
  padding: 28px 15px;
}

/**=====================
     44. Tabs CSS Ends
==========================**/
/**=====================
     45. Gallery CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_gallery.scss */
.profile-img-style img, .scroll-bar-wrap img {
  width: 100%;
}

/* line 9, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery {
  margin-bottom: -30px;
}

/* line 11, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery > a {
  margin-bottom: 30px;
}

/* line 13, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery > a:before {
  content: "\edee";
  font-family: IcoFont;
  position: absolute;
  height: calc(100% - 10px);
  left: 20px;
  width: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.27);
  top: 5px;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000;
}

/* line 31, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery > a:hover:before {
  transform: scale(1);
  transition: all 0.3s ease;
}

/* line 36, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery > a .img-thumbnail {
  border-radius: 0;
}

/* line 41, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery-with-description {
  margin-bottom: -30px;
}

/* line 44, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery-with-description a > div {
  padding: 10px;
  border: 1px solid #e4e6ec;
  margin-bottom: 30px;
}

/* line 49, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery-with-description a:hover {
  text-decoration: none !important;
}

/* line 53, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery-with-description h4 {
  color: #2c323f;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

/* line 59, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery-with-description p {
  color: #999;
}

/* line 63, app/assets/stylesheets/theme/theme/_gallery.scss */
.lg-backdrop {
  background-color: #fff;
}

/* line 68, app/assets/stylesheets/theme/theme/_gallery.scss */
.lg-outer .lg-actions .lg-next, .lg-outer .lg-actions .lg-prev {
  background-color: white;
  border: 1px solid #efefef;
}

/* line 71, app/assets/stylesheets/theme/theme/_gallery.scss */
.lg-outer .lg-actions .lg-next:hover, .lg-outer .lg-actions .lg-prev:hover {
  color: #2c323f;
}

/* line 76, app/assets/stylesheets/theme/theme/_gallery.scss */
.lg-outer .lg-toolbar {
  background-color: rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid #2c323f;
}

/* line 79, app/assets/stylesheets/theme/theme/_gallery.scss */
.lg-outer .lg-toolbar .lg-icon:hover {
  color: #2c323f;
}

/* line 83, app/assets/stylesheets/theme/theme/_gallery.scss */
.lg-outer #lg-counter {
  color: #2c323f;
}

/* line 86, app/assets/stylesheets/theme/theme/_gallery.scss */
.lg-outer .lg-sub-html {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 88, app/assets/stylesheets/theme/theme/_gallery.scss */
.lg-outer .lg-sub-html h4 {
  font-size: inherit;
  color: #2c323f;
}

/* line 92, app/assets/stylesheets/theme/theme/_gallery.scss */
.lg-outer .lg-sub-html p {
  color: #2c323f;
}

/* line 96, app/assets/stylesheets/theme/theme/_gallery.scss */
.lg-outer .lg-thumb-outer {
  background-color: #e6edef;
}

/* line 99, app/assets/stylesheets/theme/theme/_gallery.scss */
.lg-outer .lg-thumb-item {
  padding: 4px;
  border: 1px solid #efefef;
  border-radius: 0;
}

/* line 103, app/assets/stylesheets/theme/theme/_gallery.scss */
.lg-outer .lg-thumb-item .active, .lg-outer .lg-thumb-item:hover {
  border-color: #000;
}

/* line 110, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery a:before, .gallery a:after {
  content: none;
}

/* line 115, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .img-hover > div {
  overflow: hidden;
}

/* line 120, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-1 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 125, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-1 img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 132, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-2 img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transform: translateX(0px);
}

/* line 140, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-2:hover img {
  transform: translateX(40px) scale(1.2);
}

/* line 146, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-3 img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 153, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-3:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 160, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-4 img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 167, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-4:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 174, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-5 img {
  margin-left: 30px;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 182, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-5:hover img {
  margin-left: 0;
}

/* line 188, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-6 img {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 195, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-6:hover img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

/* line 202, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-7 img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 209, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-7:hover img {
  -webkit-filter: blur(0);
  filter: blur(0);
}

/* line 217, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-8 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 224, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-8:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* line 232, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-9 img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 239, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-9:hover img {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}

/* line 246, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-10 img {
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 253, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-10:hover img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}

/* line 260, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-11 img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 266, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-11:hover img {
  opacity: .5;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/* line 291, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-13:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* line 311, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-14 div {
  position: relative;
}

/* line 313, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-14 div:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

/* line 328, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-14 div:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

/* line 337, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-15 div {
  position: relative;
}

/* line 339, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-15 div:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

/* line 355, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery .hover-15 div:hover:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/* line 390, app/assets/stylesheets/theme/theme/_gallery.scss */
* {
  box-sizing: border-box;
}

/* line 392, app/assets/stylesheets/theme/theme/_gallery.scss */
*:after, *:before {
  box-sizing: border-box;
}

/* line 396, app/assets/stylesheets/theme/theme/_gallery.scss */
.grid {
  position: relative;
}

/* clear fix */
/* line 400, app/assets/stylesheets/theme/theme/_gallery.scss */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
/* line 407, app/assets/stylesheets/theme/theme/_gallery.scss */
.grid-item img {
  max-width: 100%;
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 416, app/assets/stylesheets/theme/theme/_gallery.scss */
.gallery-with-description .grid-item img {
  border: 0;
  padding: 0;
}

/**=====================
     45. Gallery CSS Ends
==========================**/
/**=====================
    46. Blog CSS start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-wrraper {
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box img {
  border-radius: 0.25rem;
  transition: all 0.5s ease;
}

/* line 12, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .top-radius-blog {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 16, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box h6 {
  font-weight: 600;
  margin: 15px 0;
  color: #242934;
}

/* line 21, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details {
  padding-right: 20px;
}

/* line 24, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details .blog-social li {
  display: inline-block;
  font-size: 14px;
  color: #999;
  font-weight: 500;
}

/* line 29, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details .blog-social li i {
  padding-right: 5px;
}

/* line 32, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details .blog-social li:nth-child(n+2) {
  border-left: 1px solid #e6edef;
  padding-left: 20px;
  margin-left: 20px;
}

/* line 41, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-main .blog-social {
  margin: 15px 0;
}

/* line 43, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-main .blog-social li {
  display: inline-block;
  color: rgba(36, 41, 52, 0.7);
  font-size: 12px;
  padding: 0 15px;
  font-weight: 500;
  border-right: 1px solid #e6edef;
}

/* line 50, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-main .blog-social li:last-child {
  border-right: 0;
}

/* line 53, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-main .blog-social li i {
  padding-right: 5px;
}

/* line 58, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-main .blog-bottom-details {
  margin: 20px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

/* line 65, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-date {
  color: rgba(36, 41, 52, 0.7);
  margin-bottom: 5px;
}

/* line 68, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-date span {
  font-size: 36px;
  font-weight: 600;
  padding-right: 5px;
  color: #24695c;
  line-height: 1;
}

/* line 76, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .media {
  align-items: center;
}

/* line 79, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-second {
  padding: 20px;
}

/* line 81, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-second .blog-post-date {
  margin-top: -48px;
  z-index: 2;
  position: relative;
}

/* line 85, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-second .blog-post-date .blg-month, .blog-box .blog-details-second .blog-post-date .blg-date {
  padding: 5px;
  display: block;
  width: 50px;
  font-size: 12px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
}

/* line 95, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-second .blog-post-date .blg-month {
  background-color: #24695c;
}

/* line 98, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-second .blog-post-date .blg-date {
  background-color: #ba895d;
}

/* line 102, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-second h6 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
}

/* line 107, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-second p {
  color: #999;
  margin-bottom: 15px;
}

/* line 111, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-second .detail-footer {
  padding: 15px 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  border-top: 1px solid #e6edef;
}

/* line 118, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-second .detail-footer ul.sociyal-list li {
  display: inline-block;
  color: #999;
  text-transform: capitalize;
  font-weight: 600;
}

/* line 123, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-second .detail-footer ul.sociyal-list li i {
  font-size: 12px;
  margin-right: 5px;
  font-weight: 600;
}

/* line 128, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details-second .detail-footer ul.sociyal-list li:nth-child(n+2) {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e6edef;
}

/* line 139, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box:hover .blog-wrraper img {
  transform: scale(1.05);
}

/* line 145, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box.blog-shadow {
  height: 560px;
}

/* line 147, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box.blog-shadow:before {
  box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  border-radius: 5px;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  bottom: 0;
}

/* line 159, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box.blog-shadow:hover:before {
  box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease;
}

/* line 164, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box.blog-shadow .blog-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px;
}

/* line 169, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box.blog-shadow .blog-details h4 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 174, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box.blog-shadow .blog-details p {
  font-size: 14px;
  color: #fff;
  padding-top: unset;
  margin-top: 0;
}

/* line 181, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box.blog-shadow .blog-details .blog-social li {
  color: #fff;
}

/* line 189, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-list .blog-details hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 193, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-list .blog-details .blog-social {
  margin-top: 0;
}

/* line 196, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-list .blog-details h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: 600;
  color: #242934;
}

/* line 204, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-list img {
  width: 100%;
  padding: 17px;
}

/* line 210, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-grid img {
  width: 100%;
}

/* line 213, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-grid .blog-details {
  padding: 20px;
}

/* line 215, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-grid .blog-details h6 {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.8;
}

/* line 222, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box {
  position: relative;
  max-height: 100%;
  align-items: center;
}

/* line 227, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.7px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #999;
}

/* line 235, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
}

/* line 242, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details .single-blog-content-top {
  border-top: 1px solid #e6edef;
}

/* line 246, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-box .blog-details .blog-social li, .blog-box .blog-details .comment-social li {
  font-size: 14px;
  color: #999;
  font-weight: 600;
}

/* line 254, app/assets/stylesheets/theme/theme/_blog.scss */
.comment-box {
  margin-top: 30px;
}

/* line 256, app/assets/stylesheets/theme/theme/_blog.scss */
.comment-box h4 {
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6edef;
}

/* line 262, app/assets/stylesheets/theme/theme/_blog.scss */
.comment-box li {
  margin-bottom: 30px;
  clear: both;
}

/* line 265, app/assets/stylesheets/theme/theme/_blog.scss */
.comment-box li:last-child {
  margin-bottom: 0;
}

/* line 270, app/assets/stylesheets/theme/theme/_blog.scss */
.comment-box ul ul {
  margin-left: 135px;
  text-align: right;
}

/* line 275, app/assets/stylesheets/theme/theme/_blog.scss */
.comment-box p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0;
  color: #999;
}

/* line 284, app/assets/stylesheets/theme/theme/_blog.scss */
.comment-box .media img {
  margin-right: 45px;
  border-radius: 50%;
  height: 90px;
  padding: 7px;
  width: 90px;
  border: 1px solid #efefef;
}

/* line 292, app/assets/stylesheets/theme/theme/_blog.scss */
.comment-box .media h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}

/* line 297, app/assets/stylesheets/theme/theme/_blog.scss */
.comment-box .media h6 span {
  padding-left: 10px;
  font-size: 13px;
  color: #999;
  font-weight: 400;
}

/* line 305, app/assets/stylesheets/theme/theme/_blog.scss */
.comment-box .comment-social {
  margin-left: 0;
}

/* line 307, app/assets/stylesheets/theme/theme/_blog.scss */
.comment-box .comment-social li {
  display: inline-block;
  color: #cccccc;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 313, app/assets/stylesheets/theme/theme/_blog.scss */
.comment-box .comment-social li:nth-child(n+2) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e6edef;
}

/* line 318, app/assets/stylesheets/theme/theme/_blog.scss */
.comment-box .comment-social li i {
  padding-right: 10px;
}

/* line 326, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-single .blog-box .banner-wrraper {
  height: 400px;
}

/* line 330, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-single .blog-box .blog-details p {
  margin-top: 15px;
}

/* line 335, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-single .single-blog-content-top {
  margin-top: 15px;
}

/* line 338, app/assets/stylesheets/theme/theme/_blog.scss */
.blog-single .comment-social {
  margin-left: unset;
}

@media (max-width: 1500px) {
  /* line 345, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box.blog-shadow {
    height: 480px;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1530px) {
  /* line 353, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second {
    padding: 15px;
  }
  /* line 355, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second p {
    font-size: 13px;
  }
  /* line 358, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second h6 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  /* line 363, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second .blog-post-date {
    margin-top: -35px;
  }
  /* line 365, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second .blog-post-date .blg-month, .blog-box .blog-details-second .blog-post-date .blg-date {
    font-size: 10px;
    padding: 3px;
  }
  /* line 370, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second .detail-footer {
    margin-bottom: -15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
  }
  /* line 377, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second .detail-footer ul.sociyal-list li {
    font-size: 12px;
  }
  /* line 379, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second .detail-footer ul.sociyal-list li:nth-child(n+2) {
    margin-left: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 1400px) {
  /* line 394, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box.blog-shadow {
    height: 440px;
  }
}

@media (max-width: 1365px) {
  /* line 405, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box.blog-shadow {
    height: 440px;
  }
}

@media (max-width: 1280px) {
  /* line 412, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box.blog-shadow {
    height: 365px;
  }
}

@media (max-width: 1199px) {
  /* line 422, app/assets/stylesheets/theme/theme/_blog.scss */
  .comment-box .blog-details h4 {
    margin-top: 50px;
  }
  /* line 428, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box.blog-shadow {
    height: 380px;
  }
  /* line 431, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .media {
    display: block;
  }
  /* line 434, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details {
    padding: 20px;
  }
  /* line 440, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-list img {
    width: 100%;
    padding: 0;
  }
  /* line 447, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-single .blog-box .blog-details {
    padding: unset;
  }
}

@media (max-width: 991px) {
  /* line 456, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details p {
    margin-top: 10px;
  }
  /* line 459, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details .single-blog-content-top {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  /* line 470, app/assets/stylesheets/theme/theme/_blog.scss */
  .comment-box ul ul {
    text-align: left;
  }
  /* line 478, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-single .blog-box .blog-details h4 {
    margin-top: 10px;
  }
  /* line 483, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-single .blog-box .blog-details .single-blog-content-top {
    margin-top: 10px;
  }
  /* line 486, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-single .blog-box .blog-details p {
    margin-top: 10px;
  }
  /* line 493, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second {
    padding: 15px;
  }
  /* line 495, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second h6 {
    margin-top: 20px;
  }
  /* line 498, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second .detail-footer {
    padding: 15px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
  }
  /* line 504, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second .detail-footer ul.sociyal-list li {
    font-size: 12px;
  }
  /* line 506, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second .detail-footer ul.sociyal-list li:nth-child(n+2) {
    margin-left: 10px;
    padding-left: 10px;
  }
  /* line 513, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second .blog-post-date {
    margin-top: -35px;
  }
  /* line 515, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second .blog-post-date .blg-month, .blog-box .blog-details-second .blog-post-date .blg-date {
    padding: 3px;
    font-size: 10px;
  }
  /* line 524, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details .blog-social li:nth-child(n+2) {
    padding-left: 10px;
    margin-left: 10px;
  }
  /* line 531, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details .blog-social li, .blog-box .blog-details .comment-social li {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  /* line 546, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-single .comment-box .comment-social li {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  /* line 557, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second h6 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  /* line 561, app/assets/stylesheets/theme/theme/_blog.scss */
  .blog-box .blog-details-second p {
    margin-bottom: 10px;
  }
}

/**=====================
    46. Blog CSS ends
==========================**/
/**=====================
     47. Footer CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_footer.scss */
.footer-links {
  text-align: right;
}

/* line 6, app/assets/stylesheets/theme/theme/_footer.scss */
.footer-links li {
  display: inline-block;
  padding-right: 15px;
}

/* line 9, app/assets/stylesheets/theme/theme/_footer.scss */
.footer-links li a {
  font-size: 12px;
}

/* line 14, app/assets/stylesheets/theme/theme/_footer.scss */
footer {
  background-color: #fff;
  padding: 15px;
  bottom: 0;
  left: 0;
  margin-left: 275px;
}

/* line 20, app/assets/stylesheets/theme/theme/_footer.scss */
footer a {
  font-weight: 600;
}

/* line 23, app/assets/stylesheets/theme/theme/_footer.scss */
footer.footer-starter-kit {
  bottom: -52px;
}

/* line 26, app/assets/stylesheets/theme/theme/_footer.scss */
footer p {
  font-size: 14px;
  font-weight: 500;
  color: #999;
}

/* line 34, app/assets/stylesheets/theme/theme/_footer.scss */
.page-wrapper .page-body-wrapper .footer-dark {
  background-color: #2b2b2b;
}

/* line 36, app/assets/stylesheets/theme/theme/_footer.scss */
.page-wrapper .page-body-wrapper .footer-dark p {
  color: #fff !important;
}

/* line 40, app/assets/stylesheets/theme/theme/_footer.scss */
.page-wrapper .page-body-wrapper .footer-dark li a {
  color: #fff;
}

/* line 47, app/assets/stylesheets/theme/theme/_footer.scss */
.footer-fix {
  width: calc(100% - 255px);
  position: fixed;
}

/* line 53, app/assets/stylesheets/theme/theme/_footer.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper footer {
  transition: all 0.3s ease;
  bottom: 0;
  z-index: 8;
  margin-left: 0;
}

/* line 58, app/assets/stylesheets/theme/theme/_footer.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper footer p {
  color: #242934;
}

/* line 60, app/assets/stylesheets/theme/theme/_footer.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper footer p i {
  color: #ba895d;
  margin-left: 5px;
}

/**=====================
     47. Footer CSS Ends
==========================**/
/**===========================
     48. Form Wizard CSS Start
=============================**/
/*Form Wizard One Start*/
/* line 6, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.form-wizard .tab {
  display: none;
}

/* line 9, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.form-wizard .btn-mb {
  margin-bottom: 30px;
}

/* line 12, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.form-wizard .step {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #24695c;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* line 21, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.form-wizard .step.active {
  opacity: 1;
}

/* line 24, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.form-wizard .step.finish {
  background-color: #ba895d;
}

/*Form Wizard One ends*/
/*Form Wizard Two Start*/
/* line 32, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

/* line 37, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.stepwizard .stepwizard-row {
  display: table-row;
}

/* line 39, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.stepwizard .stepwizard-row:before {
  top: 16px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #e6edef;
}

/* line 48, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.stepwizard .stepwizard-row .stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

/* line 52, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.stepwizard .stepwizard-row .stepwizard-step p {
  margin-top: 10px;
}

/* line 55, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.stepwizard .stepwizard-row .stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* line 59, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.stepwizard .stepwizard-row .stepwizard-step .btn {
  font-weight: 600;
}

/*Form Wizard Two Ends*/
/*Form Wizard Three Start*/
/* line 70, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.f1 fieldset {
  display: none;
}

/* line 73, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.f1 .input-error {
  border-color: #d22d3d;
}

/* line 76, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.f1 .f1-steps {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 81, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.f1 .f1-steps .f1-progress {
  position: absolute;
  top: 24px;
  width: 100%;
  height: 1px;
  background-color: #e6edef;
}

/* line 87, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.f1 .f1-steps .f1-progress .f1-progress-line {
  height: 1px;
  background-color: #24695c;
  width: 16%;
}

/* line 93, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.f1 .f1-steps .f1-step {
  position: relative;
  float: left;
  width: 33.333333%;
  text-align: center;
}

/* line 99, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.f1 .f1-steps .f1-step.activated .f1-step-icon {
  border: 1px solid #24695c;
  color: #24695c;
  line-height: 38px;
}

/* line 104, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.f1 .f1-steps .f1-step.activated p {
  color: #24695c;
}

/* line 109, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.f1 .f1-steps .f1-step.active .f1-step-icon {
  background-color: #24695c;
  color: #fff;
}

/* line 113, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.f1 .f1-steps .f1-step.active p {
  color: #24695c;
}

/* line 117, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.f1 .f1-steps .f1-step p {
  color: #898989;
  font-weight: 600;
}

/* line 121, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.f1 .f1-steps .f1-step .f1-step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #e6edef;
  font-size: 16px;
  color: #24695c;
  line-height: 40px;
  border-radius: 50%;
}

/* line 133, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.f1 .f1-buttons {
  text-align: right;
}

/*Form Wizard Three ends*/
/*Form Wizard Four Start*/
/* line 142, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 .buttonDisabled {
  color: #2c323f;
  background-color: #e6edef;
  border: 1px solid #e6edef;
  cursor: text;
}

/* line 149, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 .action-bar .btn {
  float: right;
  margin: 0 5px;
}

/* line 154, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 .step-container {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0 solid #e6edef;
  overflow: hidden;
  clear: right;
  width: 70%;
  box-sizing: border-box;
}

/* line 163, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 .step-container div.content {
  display: block;
  position: absolute;
  float: left;
  height: 295px;
  text-align: left;
  overflow: auto;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}

/* line 176, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 .loader {
  display: none;
}

/* line 179, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 .msg-box {
  position: absolute;
  display: none;
  padding: 5px 10px;
  background-color: #24695c;
  left: 32%;
  bottom: 30px;
  border-radius: 2px;
}

/* line 187, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 .msg-box .content {
  padding: 0;
  float: left;
  padding-top: 3px;
  color: #fff;
}

/* line 193, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 .msg-box .close {
  text-shadow: none;
  color: #fff;
  margin-left: 10px;
  opacity: 1;
}

/* line 200, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 ul.anchor {
  position: relative;
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0 solid #e6edef;
  background: transparent;
  width: 30%;
  box-sizing: border-box;
  padding-right: 30px;
}

/* line 212, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 ul.anchor li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 19px;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  z-index: 0;
}

/* line 223, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 ul.anchor li a {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  outline-style: none;
  z-index: 1;
  font-size: 18px;
}

/* line 235, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 ul.anchor li a small {
  display: block;
  font-size: 14px;
}

/* line 239, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 ul.anchor li a .stepNumber {
  position: relative;
  float: left;
  width: 30px;
  text-align: center;
  padding: 5px;
  padding-top: 0;
}

/* line 247, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 ul.anchor li a.selected {
  color: #fff;
  background: #24695c;
  cursor: text;
  border-radius: 5px;
}

/* line 253, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 ul.anchor li a.done {
  position: relative;
  color: #fff;
  background: #ba895d;
  z-index: 99;
  border-radius: 5px;
}

/* line 260, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 ul.anchor li a.disabled {
  color: #898989;
  background: #e6edef;
  cursor: text;
  border-radius: 5px;
}

/* line 266, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 ul.anchor li a.error {
  color: #898989;
  background: #fe8a7d;
  border: 1px solid #d22d3d;
}

/* line 270, app/assets/stylesheets/theme/theme/_form-wizard.scss */
.wizard-4 ul.anchor li a.error:hover {
  color: #000;
}

@media (max-width: 575px) {
  /* line 285, app/assets/stylesheets/theme/theme/_form-wizard.scss */
  .f1 .f1-steps .f1-step .f1-step-icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  /* line 292, app/assets/stylesheets/theme/theme/_form-wizard.scss */
  .f1 .f1-steps .f1-progress {
    top: 20px;
  }
}

/*Form Wizard Four Ends*/
/**=====================
    48. Form Wizard CSS Ends
==========================**/
/**=====================
    49. Badge CSS start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_badge.scss */
.badge {
  padding: 0.44em 0.7em;
}

/* line 6, app/assets/stylesheets/theme/theme/_badge.scss */
.badge + .badge {
  margin-left: 5px;
}

/* line 9, app/assets/stylesheets/theme/theme/_badge.scss */
.badge svg {
  width: 10px;
  height: 10px;
}

/* line 24, app/assets/stylesheets/theme/theme/_badge.scss */
.pill-badge-primary {
  background-color: #24695c;
  box-shadow: -0.5px 4.33px 16px 0px rgba(36, 105, 92, 0.25);
  color: #fff;
  font-size: 9px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px;
}

/* line 24, app/assets/stylesheets/theme/theme/_badge.scss */
.pill-badge-secondary {
  background-color: #ba895d;
  box-shadow: -0.5px 4.33px 16px 0px rgba(186, 137, 93, 0.25);
  color: #fff;
  font-size: 9px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px;
}

/* line 24, app/assets/stylesheets/theme/theme/_badge.scss */
.pill-badge-success {
  background-color: #1b4c43;
  box-shadow: -0.5px 4.33px 16px 0px rgba(27, 76, 67, 0.25);
  color: #fff;
  font-size: 9px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px;
}

/* line 24, app/assets/stylesheets/theme/theme/_badge.scss */
.pill-badge-danger {
  background-color: #d22d3d;
  box-shadow: -0.5px 4.33px 16px 0px rgba(210, 45, 61, 0.25);
  color: #fff;
  font-size: 9px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px;
}

/* line 24, app/assets/stylesheets/theme/theme/_badge.scss */
.pill-badge-info {
  background-color: #717171;
  box-shadow: -0.5px 4.33px 16px 0px rgba(113, 113, 113, 0.25);
  color: #fff;
  font-size: 9px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px;
}

/* line 24, app/assets/stylesheets/theme/theme/_badge.scss */
.pill-badge-light {
  background-color: #e6edef;
  box-shadow: -0.5px 4.33px 16px 0px rgba(230, 237, 239, 0.25);
  color: #fff;
  font-size: 9px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px;
}

/* line 24, app/assets/stylesheets/theme/theme/_badge.scss */
.pill-badge-dark {
  background-color: #2c323f;
  box-shadow: -0.5px 4.33px 16px 0px rgba(44, 50, 63, 0.25);
  color: #fff;
  font-size: 9px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px;
}

/* line 24, app/assets/stylesheets/theme/theme/_badge.scss */
.pill-badge-warning {
  background-color: #e2c636;
  box-shadow: -0.5px 4.33px 16px 0px rgba(226, 198, 54, 0.25);
  color: #fff;
  font-size: 9px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 9px;
}

/* line 46, app/assets/stylesheets/theme/theme/_badge.scss */
.round-badge-primary {
  border-radius: 6px;
  background-color: #24695c;
  box-shadow: -0.5px -6.67px 14px 0px rgba(36, 105, 92, 0.18);
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/theme/theme/_badge.scss */
.round-badge-secondary {
  border-radius: 6px;
  background-color: #ba895d;
  box-shadow: -0.5px -6.67px 14px 0px rgba(186, 137, 93, 0.18);
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/theme/theme/_badge.scss */
.round-badge-success {
  border-radius: 6px;
  background-color: #1b4c43;
  box-shadow: -0.5px -6.67px 14px 0px rgba(27, 76, 67, 0.18);
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/theme/theme/_badge.scss */
.round-badge-danger {
  border-radius: 6px;
  background-color: #d22d3d;
  box-shadow: -0.5px -6.67px 14px 0px rgba(210, 45, 61, 0.18);
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/theme/theme/_badge.scss */
.round-badge-info {
  border-radius: 6px;
  background-color: #717171;
  box-shadow: -0.5px -6.67px 14px 0px rgba(113, 113, 113, 0.18);
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/theme/theme/_badge.scss */
.round-badge-light {
  border-radius: 6px;
  background-color: #e6edef;
  box-shadow: -0.5px -6.67px 14px 0px rgba(230, 237, 239, 0.18);
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/theme/theme/_badge.scss */
.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;
}

/* line 46, app/assets/stylesheets/theme/theme/_badge.scss */
.round-badge-warning {
  border-radius: 6px;
  background-color: #e2c636;
  box-shadow: -0.5px -6.67px 14px 0px rgba(226, 198, 54, 0.18);
  color: #fff !important;
}

/**=====================
    49. Badge CSS Ends
==========================**/
/**=====================
     50. Tree  CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_tree.scss */
.jstree-default .jstree-clicked {
  background-color: rgba(36, 105, 92, 0.2);
  box-shadow: none;
  color: #24695c;
}

/* line 12, app/assets/stylesheets/theme/theme/_tree.scss */
.vakata-context, .vakata-context ul {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 2px 2px #efefef;
}

/* line 18, app/assets/stylesheets/theme/theme/_tree.scss */
.vakata-context li a .vakata-contextmenu-sep, .vakata-context ul li a .vakata-contextmenu-sep {
  display: none;
}

/* line 21, app/assets/stylesheets/theme/theme/_tree.scss */
.vakata-context li a:hover, .vakata-context ul li a:hover {
  background-color: #97dbcf;
  box-shadow: None;
}

/* line 27, app/assets/stylesheets/theme/theme/_tree.scss */
.vakata-context .vakata-context-separator, .vakata-context ul .vakata-context-separator {
  display: none;
}

/* line 33, app/assets/stylesheets/theme/theme/_tree.scss */
.jstree-default .jstree-anchor {
  font-weight: 500;
}

/**=====================
     50. Tree CSS Ends
==========================**/
/**=====================
     51. Search CSS Start
==========================**/
/* line 7, app/assets/stylesheets/theme/theme/_search.scss */
.search-page .search-form input:focus {
  outline: none;
}

/* line 11, app/assets/stylesheets/theme/theme/_search.scss */
.search-page .search-form .form-group {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/theme/theme/_search.scss */
.search-page .search-form .form-group .input-group-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 20px;
  border-color: #24695c;
  background-color: #24695c;
  padding: 0 20px;
}

/* line 25, app/assets/stylesheets/theme/theme/_search.scss */
.search-page .search-form .form-group .input-group-text i {
  color: #fff;
  font-weight: 600;
}

/* line 33, app/assets/stylesheets/theme/theme/_search.scss */
.search-page .info-block + .info-block {
  padding-top: 30px;
  border-top: 1px solid #e6edef;
  margin-top: 30px;
}

/* line 39, app/assets/stylesheets/theme/theme/_search.scss */
.search-page .border-tab.nav-tabs {
  align-items: left;
  justify-content: end;
}

/* line 42, app/assets/stylesheets/theme/theme/_search.scss */
.search-page .border-tab.nav-tabs .nav-item {
  width: auto;
}

/* line 47, app/assets/stylesheets/theme/theme/_search.scss */
.search-page .search-links h6 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

/* line 53, app/assets/stylesheets/theme/theme/_search.scss */
.search-page p {
  margin-bottom: 0;
  color: #999;
}

/* line 58, app/assets/stylesheets/theme/theme/_search.scss */
.search-page ul.search-info > li {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #586082;
}

/* line 63, app/assets/stylesheets/theme/theme/_search.scss */
.search-page ul.search-info > li + li {
  border-left: 1px solid #a8b0c2;
  padding-left: 8px;
  margin-left: 8px;
}

/* line 68, app/assets/stylesheets/theme/theme/_search.scss */
.search-page ul.search-info > li i {
  color: #e2c636;
}

/* line 73, app/assets/stylesheets/theme/theme/_search.scss */
.search-page ul.search-info .rating li {
  display: inline-block;
}

/* line 79, app/assets/stylesheets/theme/theme/_search.scss */
.search-page #video-links .embed-responsive
+ .embed-responsive {
  margin-top: 30px;
}

/* line 87, app/assets/stylesheets/theme/theme/_search.scss */
.search-page .search-vid-block > div:nth-child(n+2) {
  margin-top: 30px;
}

/* line 93, app/assets/stylesheets/theme/theme/_search.scss */
.search-list {
  margin-bottom: 30px;
  width: auto;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #24695c;
  border: none;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

/* line 104, app/assets/stylesheets/theme/theme/_search.scss */
.search-list .nav-item {
  background-color: rgba(36, 105, 92, 0.1);
}

/* line 106, app/assets/stylesheets/theme/theme/_search.scss */
.search-list .nav-item .nav-link {
  border: none;
  padding: 0.7rem 1.5rem;
  opacity: 0.5;
}

/* line 110, app/assets/stylesheets/theme/theme/_search.scss */
.search-list .nav-item .nav-link.active {
  background-color: rgba(36, 105, 92, 0.1);
  opacity: 1;
}

/* line 116, app/assets/stylesheets/theme/theme/_search.scss */
.search-list .nav-item.show, .search-list .nav-item.active {
  background-color: rgba(36, 105, 92, 0.1);
}

@media (max-width: 1199px) {
  /* line 124, app/assets/stylesheets/theme/theme/_search.scss */
  .search-page .search-banner {
    margin-top: 30px;
  }
  /* line 126, app/assets/stylesheets/theme/theme/_search.scss */
  .search-page .search-banner .card {
    margin-bottom: unset;
  }
}

@media (max-width: 767px) {
  /* line 137, app/assets/stylesheets/theme/theme/_search.scss */
  .search-page .search-links h6 {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  /* line 148, app/assets/stylesheets/theme/theme/_search.scss */
  .search-page .search-form .form-group input {
    padding: 8px 8px 8px 60px;
  }
  /* line 151, app/assets/stylesheets/theme/theme/_search.scss */
  .search-page .search-form .form-group .input-group-text {
    padding: 0 15px;
  }
  /* line 157, app/assets/stylesheets/theme/theme/_search.scss */
  .search-page .info-block + .info-block {
    margin-top: 15px;
    padding-top: 15px;
  }
  /* line 163, app/assets/stylesheets/theme/theme/_search.scss */
  .search-list {
    display: inline-flex;
    margin-bottom: 15px;
  }
  /* line 166, app/assets/stylesheets/theme/theme/_search.scss */
  .search-list .nav-item {
    display: inline-block;
    margin-bottom: 5px;
  }
  /* line 169, app/assets/stylesheets/theme/theme/_search.scss */
  .search-list .nav-item .nav-link {
    padding: 8px 20px;
  }
}

/**=====================
    51. Search CSS Ends
==========================**/
/**=====================
    52. Datepicker CSS Start
==========================**/
/* line 7, app/assets/stylesheets/theme/theme/_datepicker.scss */
.clockpicker-canvas line {
  stroke: #24695c;
}

/* line 11, app/assets/stylesheets/theme/theme/_datepicker.scss */
.clockpicker-canvas-fg, .clockpicker-canvas-bearing {
  fill: #24695c;
}

/* line 17, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #24695c;
}

/* line 23, app/assets/stylesheets/theme/theme/_datepicker.scss */
.datepicker--day-name {
  color: #000;
  font-weight: bold;
}

/* line 28, app/assets/stylesheets/theme/theme/_datepicker.scss */
.datepicker--cell.-current- {
  color: #000;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid #24695c;
}

/* line 35, app/assets/stylesheets/theme/theme/_datepicker.scss */
.datepicker--cell.-focus- {
  background: #24695c;
  color: #fff;
}

/* line 39, app/assets/stylesheets/theme/theme/_datepicker.scss */
.datepicker--cell.-selected- {
  background: #24695c;
}

/* line 43, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker.ltr {
  color: #898989;
  z-index: 8;
}

/* line 46, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker.ltr tr {
  font-size: 13px;
}

/* line 48, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker.ltr tr td {
  height: 34px;
  width: 34px;
}

/* line 51, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker.ltr tr td.in-range {
  background-color: #fafafa;
}

/* line 54, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker.ltr tr td.active {
  background-color: #24695c;
}

/* line 59, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker.ltr .ranges {
  float: none;
}

/* line 61, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker.ltr .ranges li {
  color: #24695c;
}

/* line 63, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker.ltr .ranges li:hover {
  background-color: #24695c;
  border: 1px solid #24695c;
  color: #fff;
}

/* line 68, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker.ltr .ranges li.active {
  background-color: #24695c;
  border: 1px solid #24695c;
  color: #fff;
}

/* line 75, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker.ltr .calendar-time select {
  color: #898989;
}

/* line 80, app/assets/stylesheets/theme/theme/_datepicker.scss */
.datetime-picker .bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
}

/* line 90, app/assets/stylesheets/theme/theme/_datepicker.scss */
.date-range-picker > div:last-child .theme-form {
  margin-bottom: 0px;
}

/* line 100, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker:before {
  border-bottom: 7px solid #efefef;
}

/* line 104, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker .daterangepicker_input i {
  font-size: 14px;
  color: #59667a;
}

/* line 110, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker .input-mini {
  border-color: #efefef !important;
  font-size: 14px;
  color: #59667a;
}

/* line 115, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker th, .daterangepicker td {
  height: 34px;
  width: 34px;
}

/* line 118, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker th:hover, .daterangepicker td:hover {
  color: #2c323f;
}

/* line 121, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker th.prev, .daterangepicker th.next, .daterangepicker td.prev, .daterangepicker td.next {
  color: #fff;
  height: 34px;
  width: 34px;
  background-color: #24695c;
}

/* line 127, app/assets/stylesheets/theme/theme/_datepicker.scss */
.daterangepicker th.month, .daterangepicker td.month {
  color: #24695c;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/**=====================
   52. Datepicker CSS End
==========================**/
/**=====================
     54. Tour  CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-helperLayer {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}

/* line 10, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-tooltipReferenceLayer {
  background-color: transparent;
}

/* line 13, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-helperNumberLayer {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #d22d3d;
  background: linear-gradient(to bottom, #24695c 0%, #24695c 100%);
  border: 3px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

/* line 21, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-arrow {
  border: 12px solid #fff;
}

/* line 23, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-arrow.top {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #24695c;
  border-left-color: transparent;
}

/* line 29, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-arrow.top-right {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #24695c;
  border-left-color: transparent;
}

/* line 35, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-arrow.top-middle {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #24695c;
  border-left-color: transparent;
}

/* line 41, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-arrow.right {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #24695c;
}

/* line 47, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-arrow.right-bottom {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #24695c;
}

/* line 53, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-arrow.bottom {
  border-top-color: #24695c;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 59, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-arrow.left {
  border-top-color: transparent;
  border-right-color: #24695c;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 65, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-arrow.left-bottom {
  border-top-color: transparent;
  border-right-color: #24695c;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 73, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-tooltip {
  background-color: #24695c;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  color: #fff;
  border-color: #24695c;
}

/* line 79, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-button {
  border: 1px solid #efefef;
  text-shadow: 1px 1px 0 #fff;
  color: #242934 !important;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
}

/* line 85, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-button:hover {
  border-color: #efefef;
}

/* line 88, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-button:focus, .introjs-button:active {
  background-image: linear-gradient(#e6edef, #efefef);
}

/* line 92, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-skipbutton {
  color: #24695c;
}

/* line 96, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #efefef;
}

/* line 100, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-disabled {
  color: #24695c;
  border-color: #efefef;
}

/* line 103, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-disabled:hover, .introjs-disabled:focus {
  color: #24695c;
  border-color: #efefef;
}

/* line 111, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-bullets ul li a {
  background: #e6edef;
}

/* line 113, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-bullets ul li a:hover {
  background: #fff;
}

/* line 116, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-bullets ul li a.active {
  background: #fff;
}

/* line 123, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-progress {
  background-color: #e6edef;
}

/* line 126, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-progressbar {
  background-color: #24695c;
}

/* line 129, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

/* line 132, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.27);
  background-color: rgba(136, 136, 136, 0.24);
}

/* line 136, app/assets/stylesheets/theme/theme/_tour.scss */
.introjs-hint-dot {
  border: 10px solid rgba(146, 146, 146, 0.36);
}

/**=====================
    54. Tour  CSS Ends
==========================**/
/**=====================
   55. theme layout CSS Start
==========================**/
/* line 17, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-color1 {
  background-color: #405365;
}

/* line 17, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-color2 {
  background-color: #1C1D1E;
}

/* line 17, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-color3 {
  background-color: #0c0c3c;
}

/* line 17, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-color4 {
  background-color: #0747a6;
}

/* line 17, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-color5 {
  background-color: #4d3096;
}

/* line 17, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-light {
  background-color: #e6edef;
}

/* line 17, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-dark {
  background-color: #2f3c4e;
}

/* line 23, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-pattern1 {
  background-image: url(/../images/sidebar-pattern/1.png);
  background-color: #2f3c4e;
}

/* line 27, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-img1 {
  background-image: url(/../images/sidebar-image/1.jpg);
}

/* line 23, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-pattern2 {
  background-image: url(/../images/sidebar-pattern/2.png);
  background-color: #2f3c4e;
}

/* line 27, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-img2 {
  background-image: url(/../images/sidebar-image/2.jpg);
}

/* line 23, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-pattern3 {
  background-image: url(/../images/sidebar-pattern/3.png);
  background-color: #2f3c4e;
}

/* line 27, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-img3 {
  background-image: url(/../images/sidebar-image/3.jpg);
}

/* line 23, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-pattern4 {
  background-image: url(/../images/sidebar-pattern/4.png);
  background-color: #2f3c4e;
}

/* line 27, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-img4 {
  background-image: url(/../images/sidebar-image/4.jpg);
}

/* line 23, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-pattern5 {
  background-image: url(/../images/sidebar-pattern/5.png);
  background-color: #2f3c4e;
}

/* line 27, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-img5 {
  background-image: url(/../images/sidebar-image/5.jpg);
}

/* line 23, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-pattern6 {
  background-image: url(/../images/sidebar-pattern/6.png);
  background-color: #2f3c4e;
}

/* line 27, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.bg-img6 {
  background-image: url(/../images/sidebar-image/6.jpg);
}

/* line 37, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="border-sidebar"] .sidebar-header {
  border-bottom: 1px solid rgba(124, 124, 124, 0.15);
  transition: all 0.3s ease;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+1) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+1) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+2) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+2) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+3) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+3) a:hover > span {
  color: #2f8475;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+4) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+4) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+5) svg {
  color: #979797;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+5) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+6) svg {
  color: #2f8475;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+6) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+7) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+7) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+8) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+8) a:hover > span {
  color: #38a28e;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+9) svg {
  color: #ecd979;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+9) a:hover > span {
  color: #ecd979;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+10) svg {
  color: #ecd979;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+10) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+11) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+11) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+12) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+12) a:hover > span {
  color: #ecd979;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+13) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+13) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+14) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+14) a:hover > span {
  color: #ecd979;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+15) svg {
  color: #979797;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+15) a:hover > span {
  color: #e06c77;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+16) svg {
  color: #2f8475;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+16) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+17) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+17) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+18) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+18) a:hover > span {
  color: #38a28e;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+19) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+19) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+20) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+20) a:hover > span {
  color: #e06c77;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+21) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+21) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+22) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+22) a:hover > span {
  color: #38a28e;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+23) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+23) a:hover > span {
  color: #ecd979;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+24) svg {
  color: #ecd979;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+24) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+25) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+25) a:hover > span {
  color: #2f8475;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+26) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+26) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+27) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+27) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+28) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+28) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+29) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+29) a:hover > span {
  color: #38a28e;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+30) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+30) a:hover > span {
  color: #ecd979;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+31) svg {
  color: #ecd979;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+31) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+32) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+32) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+33) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+33) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+34) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+34) a:hover > span {
  color: #38a28e;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+35) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+35) a:hover > span {
  color: #2f8475;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+36) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+36) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+37) svg {
  color: #979797;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+37) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+38) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+38) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+39) svg {
  color: #979797;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+39) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+40) svg {
  color: #979797;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+40) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+41) svg {
  color: #ecd979;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+41) a:hover > span {
  color: #e06c77;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+42) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+42) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+43) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+43) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+44) svg {
  color: #979797;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+44) a:hover > span {
  color: #2f8475;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+45) svg {
  color: #ecd979;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+45) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+46) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+46) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+47) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+47) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+48) svg {
  color: #2f8475;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+48) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+49) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+49) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+50) svg {
  color: #2f8475;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+50) a:hover > span {
  color: #2f8475;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+51) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+51) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+52) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+52) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+53) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+53) a:hover > span {
  color: #2f8475;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+54) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+54) a:hover > span {
  color: #e06c77;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+55) svg {
  color: #2f8475;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+55) a:hover > span {
  color: #2f8475;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+56) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+56) a:hover > span {
  color: #ecd979;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+57) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+57) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+58) svg {
  color: #979797;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+58) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+59) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+59) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+60) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+60) a:hover > span {
  color: #38a28e;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+61) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+61) a:hover > span {
  color: #38a28e;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+62) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+62) a:hover > span {
  color: #2f8475;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+63) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+63) a:hover > span {
  color: #e06c77;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+64) svg {
  color: #ecd979;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+64) a:hover > span {
  color: #e06c77;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+65) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+65) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+66) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+66) a:hover > span {
  color: #38a28e;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+67) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+67) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+68) svg {
  color: #ecd979;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+68) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+69) svg {
  color: #979797;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+69) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+70) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+70) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+71) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+71) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+72) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+72) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+73) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+73) a:hover > span {
  color: #e06c77;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+74) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+74) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+75) svg {
  color: #2f8475;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+75) a:hover > span {
  color: #ecd979;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+76) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+76) a:hover > span {
  color: #e06c77;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+77) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+77) a:hover > span {
  color: #2f8475;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+78) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+78) a:hover > span {
  color: #ecd979;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+79) svg {
  color: #ecd979;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+79) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+80) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+80) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+81) svg {
  color: #979797;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+81) a:hover > span {
  color: #ecd979;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+82) svg {
  color: #2f8475;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+82) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+83) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+83) a:hover > span {
  color: #38a28e;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+84) svg {
  color: #2f8475;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+84) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+85) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+85) a:hover > span {
  color: #ecd979;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+86) svg {
  color: #ecd979;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+86) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+87) svg {
  color: white;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+87) a:hover > span {
  color: #ecd979;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+88) svg {
  color: #979797;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+88) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+89) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+89) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+90) svg {
  color: #979797;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+90) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+91) svg {
  color: #38a28e;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+91) a:hover > span {
  color: #2f8475;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+92) svg {
  color: #2f8475;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+92) a:hover > span {
  color: #38a28e;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+93) svg {
  color: #979797;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+93) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+94) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+94) a:hover > span {
  color: #e06c77;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+95) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+95) a:hover > span {
  color: #979797;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+96) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+96) a:hover > span {
  color: #38a28e;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+97) svg {
  color: #d1b093;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+97) a:hover > span {
  color: white;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+98) svg {
  color: #2f8475;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+98) a:hover > span {
  color: #d1b093;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+99) svg {
  color: #ecd979;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+99) a:hover > span {
  color: #38a28e;
}

/* line 49, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+100) svg {
  color: #e06c77;
}

/* line 54, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+100) a:hover > span {
  color: #2f8475;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+1) svg {
  color: #10302a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+1) a:hover span {
  color: #4b4b4b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+2) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+2) a:hover span {
  color: #93202b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+3) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+3) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+4) svg {
  color: #8e633c;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+4) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+5) svg {
  color: #8e633c;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+5) a:hover span {
  color: #93202b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+6) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+6) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+7) svg {
  color: #8e633c;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+7) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+8) svg {
  color: #10302a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+8) a:hover span {
  color: #0d0e12;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+9) svg {
  color: #8e633c;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+9) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+10) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+10) a:hover span {
  color: #4b4b4b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+11) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+11) a:hover span {
  color: #0d0e12;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+12) svg {
  color: #0d0e12;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+12) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+13) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+13) a:hover span {
  color: #8e633c;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+14) svg {
  color: #10302a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+14) a:hover span {
  color: #93202b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+15) svg {
  color: #10302a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+15) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+16) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+16) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+17) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+17) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+18) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+18) a:hover span {
  color: #93202b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+19) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+19) a:hover span {
  color: #0d0e12;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+20) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+20) a:hover span {
  color: #93202b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+21) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+21) a:hover span {
  color: #4b4b4b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+22) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+22) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+23) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+23) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+24) svg {
  color: #10302a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+24) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+25) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+25) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+26) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+26) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+27) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+27) a:hover span {
  color: #8e633c;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+28) svg {
  color: #4b4b4b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+28) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+29) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+29) a:hover span {
  color: #4b4b4b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+30) svg {
  color: #0d0e12;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+30) a:hover span {
  color: #8e633c;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+31) svg {
  color: #10302a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+31) a:hover span {
  color: #93202b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+32) svg {
  color: #4b4b4b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+32) a:hover span {
  color: #4b4b4b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+33) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+33) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+34) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+34) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+35) svg {
  color: #10302a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+35) a:hover span {
  color: #4b4b4b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+36) svg {
  color: #0d0e12;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+36) a:hover span {
  color: #0d0e12;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+37) svg {
  color: #0d0e12;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+37) a:hover span {
  color: #0d0e12;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+38) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+38) a:hover span {
  color: #93202b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+39) svg {
  color: #4b4b4b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+39) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+40) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+40) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+41) svg {
  color: #10302a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+41) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+42) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+42) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+43) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+43) a:hover span {
  color: #93202b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+44) svg {
  color: #4b4b4b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+44) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+45) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+45) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+46) svg {
  color: #4b4b4b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+46) a:hover span {
  color: #8e633c;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+47) svg {
  color: #8e633c;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+47) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+48) svg {
  color: #8e633c;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+48) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+49) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+49) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+50) svg {
  color: #0d0e12;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+50) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+51) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+51) a:hover span {
  color: #93202b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+52) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+52) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+53) svg {
  color: #10302a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+53) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+54) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+54) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+55) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+55) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+56) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+56) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+57) svg {
  color: #4b4b4b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+57) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+58) svg {
  color: #8e633c;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+58) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+59) svg {
  color: #8e633c;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+59) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+60) svg {
  color: #10302a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+60) a:hover span {
  color: #4b4b4b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+61) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+61) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+62) svg {
  color: #4b4b4b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+62) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+63) svg {
  color: #8e633c;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+63) a:hover span {
  color: #8e633c;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+64) svg {
  color: #4b4b4b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+64) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+65) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+65) a:hover span {
  color: #93202b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+66) svg {
  color: #0d0e12;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+66) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+67) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+67) a:hover span {
  color: #8e633c;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+68) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+68) a:hover span {
  color: #8e633c;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+69) svg {
  color: #0d0e12;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+69) a:hover span {
  color: #93202b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+70) svg {
  color: #10302a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+70) a:hover span {
  color: #0d0e12;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+71) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+71) a:hover span {
  color: #4b4b4b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+72) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+72) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+73) svg {
  color: #4b4b4b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+73) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+74) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+74) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+75) svg {
  color: #0d0e12;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+75) a:hover span {
  color: #4b4b4b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+76) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+76) a:hover span {
  color: #8e633c;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+77) svg {
  color: #0d0e12;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+77) a:hover span {
  color: #8e633c;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+78) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+78) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+79) svg {
  color: #4b4b4b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+79) a:hover span {
  color: #0d0e12;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+80) svg {
  color: #0d0e12;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+80) a:hover span {
  color: #8e633c;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+81) svg {
  color: #10302a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+81) a:hover span {
  color: #10302a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+82) svg {
  color: #8e633c;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+82) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+83) svg {
  color: #0d0e12;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+83) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+84) svg {
  color: #4b4b4b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+84) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+85) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+85) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+86) svg {
  color: #0d0e12;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+86) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+87) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+87) a:hover span {
  color: #93202b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+88) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+88) a:hover span {
  color: #4b4b4b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+89) svg {
  color: #8e633c;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+89) a:hover span {
  color: #b2991a;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+90) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+90) a:hover span {
  color: #4b4b4b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+91) svg {
  color: #93202b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+91) a:hover span {
  color: #4b4b4b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+92) svg {
  color: #8e633c;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+92) a:hover span {
  color: #4b4b4b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+93) svg {
  color: #071411;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+93) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+94) svg {
  color: #0d0e12;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+94) a:hover span {
  color: #93202b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+95) svg {
  color: #4b4b4b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+95) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+96) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+96) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+97) svg {
  color: #4b4b4b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+97) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+98) svg {
  color: #10302a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+98) a:hover span {
  color: #071411;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+99) svg {
  color: #b2991a;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+99) a:hover span {
  color: #93202b;
}

/* line 70, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+100) svg {
  color: #4b4b4b;
}

/* line 75, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar.light-sidebar[sidebar-layout="iconcolor-sidebar"] .sidebar-menu li:nth-child(7n+100) a:hover span {
  color: #93202b;
}

/* line 86, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper .page-sidebar .sidebar-header {
  transition: all 0.3s ease;
}

/* line 96, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.light-sidebar .sidebar-menu li:hover .single-header {
  background-color: #e6edef !important;
}

/* line 99, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.light-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #e6edef !important;
}

/* line 103, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.light-sidebar .sidebar-menu li a:hover + ul {
  background-color: #e6edef !important;
}

/* line 109, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.light-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #e6edef !important;
}

/* line 122, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color1-sidebar .sidebar-menu li:hover .single-header {
  background-color: #405365 !important;
}

/* line 125, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color1-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #405365 !important;
}

/* line 129, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color1-sidebar .sidebar-menu li a:hover + ul {
  background-color: #405365 !important;
}

/* line 135, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color1-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #405365 !important;
}

/* line 148, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color2-sidebar .sidebar-menu li:hover .single-header {
  background-color: #1C1D1E !important;
}

/* line 151, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color2-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #1C1D1E !important;
}

/* line 155, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color2-sidebar .sidebar-menu li a:hover + ul {
  background-color: #1C1D1E !important;
}

/* line 161, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color2-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #1C1D1E !important;
}

/* line 174, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color3-sidebar .sidebar-menu li:hover .single-header {
  background-color: #0c0c3c !important;
}

/* line 177, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color3-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #0c0c3c !important;
}

/* line 181, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color3-sidebar .sidebar-menu li a:hover + ul {
  background-color: #0c0c3c !important;
}

/* line 187, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color3-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #0c0c3c !important;
}

/* line 200, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color4-sidebar .sidebar-menu li:hover .single-header {
  background-color: #0747a6 !important;
}

/* line 203, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color4-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #0747a6 !important;
}

/* line 207, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color4-sidebar .sidebar-menu li a:hover + ul {
  background-color: #0747a6 !important;
}

/* line 213, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color4-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #0747a6 !important;
}

/* line 226, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color5-sidebar .sidebar-menu li:hover .single-header {
  background-color: #4d3096 !important;
}

/* line 229, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color5-sidebar .sidebar-menu li:hover .sidebar-submenu {
  background-color: #4d3096 !important;
}

/* line 233, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color5-sidebar .sidebar-menu li a:hover + ul {
  background-color: #4d3096 !important;
}

/* line 239, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
.page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-icon .page-sidebar.color5-sidebar .sidebar-menu li ul li:hover .sidebar-submenu {
  background-color: #4d3096 !important;
}

/* line 257, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.light-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
  background-color: #fdfeff;
}

/* line 260, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.light-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body ul.the-icons li {
  color: #000;
  display: inline-block;
  padding: 10px;
}

/* line 264, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.light-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body ul.the-icons li:hover {
  background: #000;
  box-shadow: 0 0 3px #111727;
  color: #fff;
}

/* line 269, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.light-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body ul.the-icons li em {
  display: none;
}

/* line 278, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only {
  color: rgba(255, 255, 255, 0.7);
  background-color: #202938;
}

/* line 283, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .blog-box h6 {
  color: #fff;
}

/* line 287, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .blog-box .blog-details-second .detail-footer {
  border-top: 1px solid #202938;
}

/* line 289, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .blog-box .blog-details-second .detail-footer ul.sociyal-list li:nth-child(n+2) {
  border-left: 1px solid #202938;
}

/* line 295, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only a.cke_button {
  filter: brightness(0) invert(1);
}

/* line 298, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .cke_combo_text {
  color: #fff;
}

/* line 301, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .job-search .job-description {
  border-top: 1px solid #202938;
}

/* line 304, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .job-search .job-description .theme-form {
  border-bottom: 1px solid #202938;
}

/* line 307, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .categories ul li:hover {
  background-color: #202938;
}

/* line 310, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .blog-list .blog-details h6 {
  color: #fff;
}

/* line 314, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .default-according .card-header {
  background-color: #111727 !important;
}

/* line 318, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only span.twitter-typeahead .tt-suggestion {
  background-color: #111727;
}

/* line 321, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .login-form {
  background-color: #202938;
}

/* line 323, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .login-form .login-social-title h5 {
  background-color: #202938;
}

/* line 332, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .project-cards .project-list .nav-tabs .nav-item .nav-link.active {
  background-color: unset;
}

/* line 342, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .calendar-basic .tui-full-calendar-month-dayname span {
  color: #fff !important;
}

/* line 347, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time .tui-full-calendar-weekday-schedule-title,
body.dark-only .tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 351, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .tui-full-calendar-dropdown-menu-item .tui-full-calendar-content {
  color: #000;
}

/* line 354, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .tui-full-calendar-weekday-border {
  border-top: 1px solid #98a6ad !important;
}

/* line 357, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .tui-full-calendar-month-dayname {
  border-top-color: #98a6ad !important;
}

/* line 360, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .tui-full-calendar-layout {
  background-color: #202938 !important;
}

/* line 363, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .calendar-basic #menu-navi {
  border-bottom: 1px solid #202938;
}

/* line 366, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .social-app-profile .card .socialprofile span .badge {
  background-color: #202938;
  color: #fff;
}

/* line 370, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .social-list .media .media-body span {
  color: inherit;
}

/* line 373, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .edit-profile .profile-title {
  border-bottom: 1px solid #202938;
}

/* line 378, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .search-list .nav-item .nav-link {
  color: #fff;
  opacity: 1;
}

/* line 381, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .search-list .nav-item .nav-link.active {
  text-shadow: 0px 0px #fff;
}

/* line 387, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .datepicker--pointer {
  background: #111727;
  border-top: 1px solid #202938;
  border-right: 1px solid #202938;
}

/* line 392, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .form-label {
  color: inherit;
}

/* line 396, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .txt-success {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 399, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .project-box .details div {
  opacity: 1;
}

/* line 403, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .project-box p {
  color: rgba(255, 255, 255, 0.7);
}

/* line 407, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkout label {
  color: inherit;
}

/* line 410, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .prooduct-details-box .product-name h6 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 413, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .product-box .product-img .product-hover ul li a {
  color: #fff;
}

/* line 416, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-left .nav-link {
  color: #fff;
}

/* line 419, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .order-history table .qty-box {
  background-color: #111727;
}

/* line 422, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .product-box {
  background-color: #111727;
}

/* line 424, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .product-box .product-details h4 {
  color: #efefef;
}

/* line 428, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .flot-chart-placeholder .legend table {
  color: #fff !important;
}

/* line 431, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .compact-wrapper tbody {
  background-color: #202938;
}

/* line 438, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dashboard-default-sec .card .card-header p, body.dark-only .dashboard-2-main .card .card-header p {
  color: rgba(255, 255, 255, 0.7);
}

/* line 442, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dashboard-default-sec .card .card-header ul.week-date li, body.dark-only .dashboard-2-main .card .card-header ul.week-date li {
  color: rgba(255, 255, 255, 0.7);
}

/* line 444, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dashboard-default-sec .card .card-header ul.week-date li:nth-child(n+2), body.dark-only .dashboard-2-main .card .card-header ul.week-date li:nth-child(n+2) {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 453, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dashboard-default-sec .card.income-card .card-body .knob-block input, body.dark-only .dashboard-2-main .card.income-card .card-body .knob-block input {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 465, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dashboard-default-sec .latest-update-sec table tbody tr td img, body.dark-only .dashboard-2-main .latest-update-sec table tbody tr td img {
  filter: brightness(0) invert(1);
}

/* line 473, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dashboard-default-sec span, body.dark-only .dashboard-default-sec p, body.dark-only .dashboard-default-sec h5, body.dark-only .dashboard-default-sec h4, body.dark-only .dashboard-default-sec h5, body.dark-only .dashboard-default-sec h6, body.dark-only .dashboard-default-sec th, body.dark-only .dashboard-default-sec h3, body.dark-only .dashboard-default-sec a, body.dark-only .dashboard-2-main span, body.dark-only .dashboard-2-main p, body.dark-only .dashboard-2-main h5, body.dark-only .dashboard-2-main h4, body.dark-only .dashboard-2-main h5, body.dark-only .dashboard-2-main h6, body.dark-only .dashboard-2-main th, body.dark-only .dashboard-2-main h3, body.dark-only .dashboard-2-main a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 480, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dashboard-default-sec .recent-order-sec table tr td p, body.dark-only .dashboard-2-main .recent-order-sec table tr td p {
  color: rgba(255, 255, 255, 0.7);
}

/* line 488, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .setting-list {
  background-color: #111727;
}

/* line 493, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .latest-update-sec .media img, body.dark-only .latest-update-sec .media svg {
  fill: #98a6ad;
}

/* line 502, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dashboard-default-sec .card .card-header ul.week-date li:nth-child(n+2) {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 512, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .top-dealer-sec .card .top-dealerbox:hover {
  background-color: #202938;
}

/* line 522, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .activity-sec .activity-timeline .media .activity-line {
  background-color: #374558;
}

/* line 526, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .activity-sec .activity-timeline .media .media-body p {
  color: rgba(255, 255, 255, 0.7);
}

/* line 535, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .activity-sec .activity-timeline.update-line .media .media-body .tomorrow-sec p {
  color: rgba(255, 255, 255, 0.7);
  background-color: #111727;
}

/* line 539, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .activity-sec .activity-timeline.update-line .media .media-body .tomorrow-sec:before {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 548, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .activity-dot-primary {
  background-color: #111727;
}

/* line 554, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .user-profile .profile-header .userpro-box {
  background-color: #111727;
}

/* line 556, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .user-profile .profile-header .userpro-box h4 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 559, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .user-profile .profile-header .userpro-box .icon-wrapper {
  background-color: #202938;
}

/* line 565, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .user-profile .follow .follow-num {
  color: rgba(255, 255, 255, 0.7);
}

/* line 568, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .user-profile .follow ul.follow-list {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 571, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .user-profile .follow ul.follow-list li:nth-child(n+2) {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 580, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .user-profile .post-about ul li h5 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 589, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .user-profile .profile-post .post-header .media h5 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 596, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .user-profile .profile-post .post-body .post-react h6 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 599, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .user-profile .profile-post .post-body .post-react p {
  color: #98a6ad;
}

/* line 608, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .social-tab .input-group .form-control {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 615, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .cal-date-widget .datepicker {
  background-color: rgba(36, 105, 92, 0.2);
  border: none;
}

/* line 618, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .cal-date-widget .datepicker .datepicker--cell-day {
  color: #fff;
}

/* line 623, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .datepicker--day-name {
  color: #24695c;
}

/* line 628, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .product-social li a {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 637, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper .page-body-wrapper .page-body .widget-joins:before, body.dark-only .page-wrapper .page-body-wrapper .page-body .widget-joins:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .widget-joins:before, body.dark-only .compact-wrapper .page-body-wrapper .page-body .widget-joins:after {
  background-color: rgba(36, 105, 92, 0.2) !important;
}

/* line 648, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div, body.dark-only .compact-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 650, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div p, body.dark-only .compact-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div p {
  color: rgba(255, 255, 255, 0.7);
}

/* line 659, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link svg, body.dark-only .compact-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link svg {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 671, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper .product-page-main thead, body.dark-only .page-wrapper .product-page-main tbody, body.dark-only .page-wrapper .product-page-main tfoot, body.dark-only .page-wrapper .product-page-main tr, body.dark-only .page-wrapper .product-page-main td, body.dark-only .page-wrapper .product-page-main th, body.dark-only .compact-wrapper .product-page-main thead, body.dark-only .compact-wrapper .product-page-main tbody, body.dark-only .compact-wrapper .product-page-main tfoot, body.dark-only .compact-wrapper .product-page-main tr, body.dark-only .compact-wrapper .product-page-main td, body.dark-only .compact-wrapper .product-page-main th {
  border-color: transparent;
  background-color: transparent;
}

/* line 675, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper .product-page-main p, body.dark-only .compact-wrapper .product-page-main p {
  color: #98a6ad;
}

/* line 679, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper thead, body.dark-only .page-wrapper tbody, body.dark-only .page-wrapper tfoot, body.dark-only .page-wrapper tr, body.dark-only .page-wrapper td, body.dark-only .page-wrapper th, body.dark-only .compact-wrapper thead, body.dark-only .compact-wrapper tbody, body.dark-only .compact-wrapper tfoot, body.dark-only .compact-wrapper tr, body.dark-only .compact-wrapper td, body.dark-only .compact-wrapper th {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 684, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .testimonial i {
  color: #24695c !important;
}

/* line 688, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .blockquote {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 691, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .datepicker, body.dark-only .daterangepicker {
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 696, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .daterangepicker:after {
  border-bottom-color: rgba(36, 105, 92, 0.2);
}

/* line 700, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .daterangepicker .input-mini.active {
  border: 1px solid #202938;
}

/* line 706, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .daterangepicker .calendar-table {
  background-color: #111727;
  border: none;
}

/* line 711, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .daterangepicker.dropdown-menu {
  background-color: #111727;
}

/* line 714, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .datepicker--nav {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 717, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .datepicker--cell-day {
  color: rgba(255, 255, 255, 0.7);
}

/* line 721, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .datepicker--cell-day.-other-month-, body.dark-only .datepicker--cell-day .-other-decade-, body.dark-only .datepicker--cell-year.-other-month-, body.dark-only .datepicker--cell-year .-other-decade- {
  color: #98a6ad;
}

/* line 726, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .date-range-picker .daterange-card {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 732, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .daterangepicker td.off, body.dark-only .daterangepicker td.in-range, body.dark-only .daterangepicker td.start-date, body.dark-only .daterangepicker td.end-date {
  background-color: #202938;
  color: rgba(255, 255, 255, 0.7);
}

/* line 737, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .daterangepicker .input-mini {
  border-color: rgba(36, 105, 92, 0.2) !important;
  background-color: #111727;
}

/* line 743, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .daterangepicker.ltr .calendar-time select {
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 751, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .ranges li {
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 758, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .f1 .f1-steps .f1-progress {
  background-color: #202938;
}

/* line 762, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .f1 .f1-steps .f1-step .f1-step-icon {
  background-color: #202938;
}

/* line 766, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .f1 .f1-steps .f1-step.active .f1-step-icon {
  background-color: #24695c;
}

/* line 774, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .b-b-info {
  border-color: rgba(36, 105, 92, 0.2) !important;
}

/* line 779, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .main-navbar ul.nav-pills {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 782, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .main-navbar ul.nav-pills .nav-item:last-child {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 785, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .main-navbar ul.nav-pills .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 794, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .messanger-chat .chat .message-main p {
  color: rgba(36, 105, 92, 0.2);
}

/* line 802, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .project-list .border-tab {
  border: none !important;
}

/* line 806, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .project-list .border-tab.nav-tabs .nav-item .nav-link {
  border: none;
}

/* line 813, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .project-box {
  background-color: #202938;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 818, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .file-content .form-control-plaintext {
  color: rgba(255, 255, 255, 0.7);
}

/* line 820, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .file-content .form-control-plaintext:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 824, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .file-content .form-inline {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 828, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .file-content .files .file-box {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 830, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .file-content .files .file-box .file-top {
  background-color: #202938;
  border-color: #202938;
}

/* line 837, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .file-content .folder .folder-box {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 843, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .file-manager > h6 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 848, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .file-sidebar .pricing-plan {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 850, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .file-sidebar .pricing-plan h6 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 853, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .file-sidebar .pricing-plan p {
  color: #98a6ad;
}

/* line 859, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .kanban-board {
  background-color: #202938;
}

/* line 863, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .kanban-item .kanban-box {
  border-color: rgba(36, 105, 92, 0.2);
  background-color: #202938;
}

/* line 869, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .kanban-container footer {
  border: none !important;
}

/* line 874, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .apexcharts-gridline {
  stroke: rgba(36, 105, 92, 0.2);
}

/* line 877, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .apexcharts-tooltip-title, body.dark-only .apexcharts-tooltip-series-group, body.dark-only .apexcharts-tooltip.light, body.dark-only .apexcharts-menu-item {
  background-color: #202938 !important;
}

/* line 880, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .activity-sec .activity-timeline.update-line .media .media-body h5 {
  color: rgba(255, 255, 255, 0.8);
}

/* line 884, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-main-header .main-header-right {
  box-shadow: 0 0 18px 3px #111727;
}

/* line 890, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-main-header .main-header-right .nav-right.right-menu ul li:nth-child(2) {
  border-left: 1px solid #202938;
  border-right: 1px solid #202938;
}

/* line 900, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li:hover {
  background-color: #202938;
}

/* line 907, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-main-header .main-header-right .main-header-left {
  border-right: 1px solid rgba(36, 105, 92, 0.2);
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 910, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-main-header .main-header-right .main-header-left .logo-wrapper {
  display: none;
}

/* line 913, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-main-header .main-header-right .main-header-left .dark-logo-wrapper {
  display: block;
}

/* line 922, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-main-header .main-header-right .left-menu-header ul li .search-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 933, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper .page-body-wrapper {
  background-color: transparent;
}

/* line 940, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav {
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 946, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li + li {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 949, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li > a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 954, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .left-arrow, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .right-arrow {
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 967, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar {
  box-shadow: 0 0 11px #111727;
}

/* line 990, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-primary {
  background-color: rgba(36, 105, 92, 0.8) !important;
  border-color: rgba(36, 105, 92, 0.9) !important;
  color: #fff;
}

/* line 994, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-primary .progress {
  height: 5px;
  background-color: #236559;
  border-radius: 0;
}

/* line 999, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-primary .progress-bar {
  background-color: #aae2d7;
}

/* line 1003, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-primary.inverse {
  background-color: transparent !important;
}

/* line 990, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-secondary {
  background-color: rgba(186, 137, 93, 0.8) !important;
  border-color: rgba(186, 137, 93, 0.9) !important;
  color: #fff;
}

/* line 994, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-secondary .progress {
  height: 5px;
  background-color: #b88659;
  border-radius: 0;
}

/* line 999, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-secondary .progress-bar {
  background-color: white;
}

/* line 1003, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-secondary.inverse {
  background-color: transparent !important;
}

/* line 990, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-success {
  background-color: rgba(27, 76, 67, 0.8) !important;
  border-color: rgba(27, 76, 67, 0.9) !important;
  color: #fff;
}

/* line 994, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-success .progress {
  height: 5px;
  background-color: #1a4840;
  border-radius: 0;
}

/* line 999, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-success .progress-bar {
  background-color: #8fd7ca;
}

/* line 1003, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-success.inverse {
  background-color: transparent !important;
}

/* line 990, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-danger {
  background-color: rgba(210, 45, 61, 0.8) !important;
  border-color: rgba(210, 45, 61, 0.9) !important;
  color: #fff;
}

/* line 994, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-danger .progress {
  height: 5px;
  background-color: #ce2c3c;
  border-radius: 0;
}

/* line 999, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-danger .progress-bar {
  background-color: white;
}

/* line 1003, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-danger.inverse {
  background-color: transparent !important;
}

/* line 990, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-warning {
  background-color: rgba(226, 198, 54, 0.8) !important;
  border-color: rgba(226, 198, 54, 0.9) !important;
  color: #fff;
}

/* line 994, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-warning .progress {
  height: 5px;
  background-color: #e1c532;
  border-radius: 0;
}

/* line 999, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-warning .progress-bar {
  background-color: white;
}

/* line 1003, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-warning.inverse {
  background-color: transparent !important;
}

/* line 990, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-info {
  background-color: rgba(113, 113, 113, 0.8) !important;
  border-color: rgba(113, 113, 113, 0.9) !important;
  color: #fff;
}

/* line 994, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-info .progress {
  height: 5px;
  background-color: #6e6e6e;
  border-radius: 0;
}

/* line 999, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-info .progress-bar {
  background-color: #f1f1f1;
}

/* line 1003, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-info.inverse {
  background-color: transparent !important;
}

/* line 990, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-light {
  background-color: rgba(230, 237, 239, 0.8) !important;
  border-color: rgba(230, 237, 239, 0.9) !important;
  color: #fff;
}

/* line 994, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-light .progress {
  height: 5px;
  background-color: #e3ebed;
  border-radius: 0;
}

/* line 999, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-light .progress-bar {
  background-color: white;
}

/* line 1003, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-light.inverse {
  background-color: transparent !important;
}

/* line 990, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-dark {
  background-color: rgba(44, 50, 63, 0.8) !important;
  border-color: rgba(44, 50, 63, 0.9) !important;
  color: #fff;
}

/* line 994, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-dark .progress {
  height: 5px;
  background-color: #2a303c;
  border-radius: 0;
}

/* line 999, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-dark .progress-bar {
  background-color: #a8b0c2;
}

/* line 1003, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-dark.inverse {
  background-color: transparent !important;
}

/* line 1009, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .default-according .card .card-body {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1015, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .options > div {
  border: 1px solid #202938;
}

/* line 1019, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .pricing-simple {
  box-shadow: 1px 1px 2px 1px #202938 !important;
}

/* line 1022, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .pricing-block {
  box-shadow: 0 0 10px 5px rgba(36, 105, 92, 0.05) !important;
}

/* line 1029, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .search-page ul.search-info li + li {
  border-left: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1037, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .search-form input {
  border: 1px solid rgba(36, 105, 92, 0.2);
  background-color: #202938;
}

/* line 1042, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .form-control {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1046, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .input-group-text {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1049, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .input-group-text {
  border: 1px solid rgba(36, 105, 92, 0.2);
  background-color: #111727;
}

/* line 1053, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .status-circle {
  border: 2px solid rgba(36, 105, 92, 0.2);
}

/* line 1058, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .browse .browse-articles h6 {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1069, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .job-search .job-description .theme-form .row div[class^="col-"] .input-group .datepicker-here {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1080, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .calendar-wrap .fc-unthemed td, body.dark-only .calendar-wrap .fc-unthemed th {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1086, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .mega-inline .card, body.dark-only .mega-horizontal .card {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1091, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .setting-dot .setting-bg {
  background-color: #ba895d;
}

/* line 1095, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bookmark.pull-right {
  border: none;
}

/* line 1100, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .card .card-header h5 {
  background: unset;
  -webkit-text-fill-color: #fff;
}

/* line 1109, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeline-circle .media .timeline-background .timeline-dot-success {
  background: #202938;
}

/* line 1112, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeline-circle .media .timeline-background .timeline-dot-primary {
  background: #202938;
}

/* line 1115, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeline-circle .media .timeline-background .timeline-dot-warning {
  background: #202938;
}

/* line 1118, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeline-circle .media .timeline-background .timeline-dot-secondary {
  background: #202938;
}

/* line 1121, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeline-circle .media .timeline-background .timeline-dot-info {
  background: #202938;
}

/* line 1125, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeline-circle .media p, body.dark-only .timeline-circle .media span {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1133, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .apex-chart-container .apexcharts-legend .apexcharts-legend-series span {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 1141, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .apexcharts-canvas svg .apexcharts-title-text {
  fill: #fff;
}

/* line 1144, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .apexcharts-canvas svg .apexcharts-subtitle-text {
  fill: #fff;
}

/* line 1149, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-yaxis-label {
  fill: #fff;
}

/* line 1156, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-xaxis-label {
  fill: #fff;
}

/* line 1162, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .apexcharts-canvas svg .apexcharts-legend-series span {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 1167, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-label {
  fill: #fff;
}

/* line 1170, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-value {
  fill: #fff;
}

/* line 1176, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .Typeahead-menu {
  background-color: #202938;
}

/* line 1179, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .ecommerce-widget {
  border: 1px solid rgba(36, 105, 92, 0.2) !important;
}

/* line 1183, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .contact-form .theme-form {
  border-color: rgba(36, 105, 92, 0.2) !important;
}

/* line 1189, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bookmark ul li {
  border: 1px solid rgba(36, 105, 92, 0.2);
  background-color: #111727;
}

/* line 1194, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bookmark ul li .search-form .form-control-search input {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 1199, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bookmark ul li .search-form .form-control-search:before {
  background: rgba(36, 105, 92, 0.2);
}

/* line 1210, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .cart .qty-box .input-group .btn {
  background-color: #2e3648 !important;
  border-color: rgba(36, 105, 92, 0.2) !important;
}

/* line 1218, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkout .checkout-details {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
  padding: 40px;
}

/* line 1224, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkout .checkout-details .animate-chk .radio_animated:after {
  border: 2px solid #111727;
}

/* line 1232, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .order-box .title-box {
  color: #bfc2c6;
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1236, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .order-box .qty {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1237, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .order-box .qty li {
  color: #bfc2c6;
}

/* line 1239, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .order-box .qty li span {
  color: #bfc2c6;
}

/* line 1246, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .order-box .sub-total li {
  color: #bfc2c6;
}

/* line 1249, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .order-box .sub-total .shipping-class {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1254, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .order-box .total li {
  color: #bfc2c6;
}

/* line 1261, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .shopping-checkout-option .checkbox_animated:after {
  border: 2px solid #111727;
}

/* line 1268, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .animate-chk .radio_animated:after {
  border: 2px solid rgba(36, 105, 92, 0.2);
}

/* line 1273, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(41, 50, 64, 0.52);
}

/* line 1281, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .product-box .product-img .product-hover ul li .btn {
  color: #98a6ad;
}

/* line 1285, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .product-box .product-img .product-hover ul li:hover .btn {
  color: #fff;
}

/* line 1295, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio_animated:after, body.dark-only .checkbox_animated:after {
  background: #202938;
  border: 2px solid #202938;
}

/* line 1300, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .slider-product {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1305, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .square-product-setting .icon-grid {
  background-color: #111727;
}

/* line 1307, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .square-product-setting .icon-grid svg {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1316, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .active-order-table table thead tr th, body.dark-only .market-table table thead tr th {
  border-top: none !important;
}

/* line 1323, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .active-order-table table tbody tr td, body.dark-only .market-table table tbody tr td {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1327, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .active-order-table table tbody tr:last-child td, body.dark-only .market-table table tbody tr:last-child td {
  border-bottom: none;
}

/* line 1339, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .pricing-card-design-2 .pricing-block .pricing-inner ul li {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1349, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .flot-chart-container .legend .table tbody {
  background-color: #111727;
  color: #fff;
}

/* line 1352, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .flot-chart-container .legend .table tbody .legendLabel {
  padding-left: 5px;
}

/* line 1360, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .google-visualization-tooltip text {
  fill: rgba(0, 0, 0, 0.7) !important;
}

/* line 1365, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .nav-dark .nav-link, body.dark-only .nav-pills.nav-dark .nav-link {
  color: #fff;
}

/* line 1369, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .loader-wrapper {
  background-color: #202938;
}

/* line 1371, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .loader-wrapper .loader {
  background-color: #202938 !important;
}

/* line 1379, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
  background-color: #111727;
  border-right: 1px solid rgba(36, 105, 92, 0.2);
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1385, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .nav-menu > li > a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1393, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .nav-menu .dropdown ul.nav-submenu li:hover a {
  color: #fff !important;
}

/* line 1397, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .nav-menu .dropdown ul.nav-submenu li a {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 1399, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .nav-menu .dropdown ul.nav-submenu li a.active {
  color: #fff !important;
  text-shadow: 0px 0px #fff;
}

/* line 1408, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1413, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li + li:before {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 1419, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user p {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1430, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1438, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu ul li a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1454, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1459, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-wrapper .page-main-header {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1473, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-title.active ~ .menu-content {
  background-color: #111727;
}

/* line 1496, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .nav-submenu, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .nav-menu > li .mega-menu-container {
  background: #111727;
}

/* line 1509, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .browse .browse-articles {
  background-color: #111727;
}

/* line 1514, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .knowledgebase-search h3 {
  color: #242934;
}

/* line 1518, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .btn-primary-light {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1521, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .cke_top {
  background-color: #111727;
}

/* line 1524, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .cke_chrome {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1528, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .popover {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1531, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .popover-header {
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1535, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .popover-body {
  background-color: #111727;
  color: rgba(255, 255, 255, 0.7);
}

/* line 1541, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bs-popover-end > .popover-arrow:after, body.dark-only .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
  border-right-color: #202938;
}

/* line 1548, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bs-popover-bottom > .popover-arrow:after, body.dark-only .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
  border-right-color: #202938;
}

/* line 1555, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bs-popover-top > .popover-arrow:after, body.dark-only .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
  border-top-color: #202938;
}

/* line 1562, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bs-popover-start > .popover-arrow:after, body.dark-only .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
  border-left-color: #202938;
}

/* line 1570, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .default-according .card .card-header {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1578, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-tabs .nav-item .nav-link {
  border-bottom: 2px solid rgba(36, 105, 92, 0.2);
}

/* line 1580, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-tabs .nav-item .nav-link.active, body.dark-only .border-tab.nav-tabs .nav-item .nav-link.show, body.dark-only .border-tab.nav-tabs .nav-item .nav-link:focus {
  border-color: #24695c;
}

/* line 1589, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-left.nav-success .nav-link.active {
  border-left: #717171;
}

/* line 1594, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-left.nav-success .show > .nav-link {
  border-left: #717171;
}

/* line 1603, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-success .nav-item .nav-link.active, body.dark-only .border-tab.nav-success .nav-item .nav-link.show, body.dark-only .border-tab.nav-success .nav-item .nav-link:focus, body.dark-only .border-tab.nav-success .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 1612, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .list-persons .profile-mail .email-general {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1618, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .form-control, body.dark-only .form-select {
  background-color: rgba(36, 105, 92, 0.2);
  border-color: rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 1625, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .was-validated .form-check-input:invalid, body.dark-only .form-check-input .form-check-input:invalid {
  background-color: #111727;
}

/* line 1629, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .was-validated .is-invalid, body.dark-only .form-check-input .is-invalid {
  background-color: #111727;
}

/* line 1636, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .u-pearl.error .u-pearl-icon, body.dark-only .u-pearl.error .u-pearl-number {
  background-color: #111727;
}

/* line 1643, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .docs-data .input-group-text {
  color: #e6edef;
}

/* line 1648, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .options > div {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1653, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .progress {
  background-color: #202938;
}

/* line 1656, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only #right-history {
  background-color: #111727;
}

/* line 1658, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only #right-history .modal-header {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1663, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .history-details .media {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1671, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dataTables_wrapper table.dataTable tbody td, body.dark-only .dataTables_wrapper table.dataTable tbody th {
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1678, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1683, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .cd-timeline-content {
  background-color: #111727;
}

/* line 1692, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .calendar-wrap .fc-toolbar .fc-left .fc-prev-button .fc-icon-left-single-arrow:after, body.dark-only .calendar-wrap .fc-toolbar .fc-left .fc-prev-button .fc-icon-right-single-arrow:after, body.dark-only .calendar-wrap .fc-toolbar .fc-left .fc-next-button .fc-icon-left-single-arrow:after, body.dark-only .calendar-wrap .fc-toolbar .fc-left .fc-next-button .fc-icon-right-single-arrow:after, body.dark-only .calendar-wrap .fc-toolbar .fc-right .fc-prev-button .fc-icon-left-single-arrow:after, body.dark-only .calendar-wrap .fc-toolbar .fc-right .fc-prev-button .fc-icon-right-single-arrow:after, body.dark-only .calendar-wrap .fc-toolbar .fc-right .fc-next-button .fc-icon-left-single-arrow:after, body.dark-only .calendar-wrap .fc-toolbar .fc-right .fc-next-button .fc-icon-right-single-arrow:after {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1703, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .pagination-primary .page-item .page-link {
  background-color: #111727;
  border-color: #202938;
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 1714, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .support-ticket .pro-gress ul li {
  color: #98a6ad;
}

/* line 1724, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bookmark-tabcontent .tab-content .card .card-header {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1735, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bookmark-wrap .left-bookmark ul li a > .title {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1740, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bookmark-wrap .left-bookmark ul li button.badge-light {
  background-color: rgba(36, 105, 92, 0.2);
  color: #24695c;
}

/* line 1754, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .chat-box .chat-right-aside .chat .chat-msg-box .other-message {
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1761, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .chat-box .chat-menu {
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1765, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .chat-box .chat-menu .user-profile .follow {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1767, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .chat-box .chat-menu .user-profile .follow .follow-num {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1772, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .chat-box .chat-menu .user-profile .image .icon-wrapper {
  background-color: #202938;
  box-shadow: none;
}

/* line 1777, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .chat-box .chat-menu .user-profile .digits {
  border-color: #202938;
}

/* line 1786, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .social-status form .form-group .form-control-social {
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1797, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .search-page .search-form .form-group .input-group-text {
  background-color: #202938;
}

/* line 1809, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .product-wrapper.sidebaron .product-sidebar .filter-section .card .filter-cards-view {
  background-color: #111727;
  border: none;
}

/* line 1813, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter {
  border: none;
}

/* line 1823, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .product-page-main .pro-group:nth-child(n+2) {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1829, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .prooduct-details-box .media {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1834, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .invoice .invo-header {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1841, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .order-history table .qty-box .input-group {
  border-color: rgba(36, 105, 92, 0.2);
}

@media only screen and (max-width: 1199px) {
  /* line 1848, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .sm {
    background-color: #111727;
    border: 1px solid rgba(36, 105, 92, 0.2);
  }
  /* line 1853, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .job-sidebar .job-left-aside {
    background-color: #111727;
    border-color: rgba(36, 105, 92, 0.2);
  }
  /* line 1859, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .pixelstrap .mobile-back {
    border-bottom: 1px solid rgba(36, 105, 92, 0.2);
  }
  /* line 1863, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .pixelstrap ul li {
    border-top: 1px solid rgba(36, 105, 92, 0.2);
  }
  /* line 1866, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .pixelstrap ul a {
    background: #111727;
  }
  /* line 1868, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .pixelstrap ul a:hover, body.dark-only .pixelstrap ul a:focus, body.dark-only .pixelstrap ul a:active {
    background: #111727;
  }
  /* line 1876, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .chat-menu {
    border-top: 1px solid rgba(36, 105, 92, 0.2);
    background-color: #111727;
  }
  /* line 1883, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .error-wrapper .maintenance-icons li i {
    color: #2c323f;
  }
  /* line 1891, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .widget-joins .border-after-xs:after {
    background-color: rgba(36, 105, 92, 0.2);
  }
}

@media only screen and (max-width: 991px) {
  /* line 1902, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    border-top: 1px solid rgba(36, 105, 92, 0.2);
  }
}

/* line 1910, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper, body.dark-only .compact-wrapper {
  /* Main Header start */
  /* Main Header ends */
}

/* line 1912, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header, body.dark-only .compact-wrapper .page-main-header {
  background-color: #202938;
}

/* line 1914, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right, body.dark-only .compact-wrapper .page-main-header .main-header-right {
  background-color: #111727;
  box-shadow: 0 0 18px 3px #2a323d;
}

/* line 1918, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right li i, body.dark-only .compact-wrapper .page-main-header .main-header-right li i {
  color: #e6edef;
}

/* line 1927, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right > ul.click-menu > li ul.submenu, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right > ul.click-menu > li ul.submenu {
  background-color: #111727;
  box-shadow: none;
}

/* line 1931, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right > ul.click-menu > li ul.submenu li a, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right > ul.click-menu > li ul.submenu li a {
  color: #fff;
}

/* line 1941, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right > ul > li:before, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right > ul > li:before {
  background-color: #202938;
}

/* line 1944, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right > ul > li svg, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right > ul > li svg {
  stroke: #fff;
}

/* line 1947, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right > ul > li:last-child, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right > ul > li:last-child {
  border: none;
}

/* line 1950, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right > ul > li:first-child, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right > ul > li:first-child {
  border: none;
}

/* line 1968, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .media .media-body .txt-dark, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .media .media-body .txt-dark {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 1973, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .onhover-show-div, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .onhover-show-div {
  background-color: #202938;
  box-shadow: 0 0 2px 2px #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 1977, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .onhover-show-div p, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .onhover-show-div p {
  color: #fff !important;
}

/* line 1980, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .onhover-show-div:before, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .onhover-show-div:before {
  border-bottom: 7px solid #202938;
}

/* line 1983, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .onhover-show-div:after, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .onhover-show-div:after {
  border-bottom: 7px solid #202938;
}

/* line 1988, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .notification-dropdown.onhover-show-div li, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .notification-dropdown.onhover-show-div li {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 1990, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .notification-dropdown.onhover-show-div li span, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .notification-dropdown.onhover-show-div li span {
  color: #98a6ad;
}

/* line 1993, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .notification-dropdown.onhover-show-div li:hover, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .notification-dropdown.onhover-show-div li:hover {
  background-color: #282e38;
}

/* line 1997, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .notification-dropdown.onhover-show-div .bg-light, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .notification-dropdown.onhover-show-div .bg-light {
  background-color: #282e38 !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 2004, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .language-dropdown li a, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .nav-menus li .language-dropdown li a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2013, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2016, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a svg path, body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a svg line, body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a svg circle, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a svg path, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a svg line, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a svg circle {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 2020, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a:hover, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a:hover {
  color: #24695c;
}

/* line 2023, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a:hover svg line, body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a:hover svg path, body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a:hover svg circle, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a:hover svg line, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a:hover svg path, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .profile-dropdown li a:hover svg circle {
  color: #24695c !important;
}

/* line 2035, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right > ul > li .media .media-body .txt-dark, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right > ul > li .media .media-body .txt-dark {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 2040, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right > ul > li .onhover-show-div, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right > ul > li .onhover-show-div {
  background-color: #202938;
  box-shadow: 0 0 2px 2px #111727;
}

/* line 2043, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right > ul > li .onhover-show-div:before, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right > ul > li .onhover-show-div:before {
  border-bottom: 7px solid #202938;
}

/* line 2046, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right > ul > li .onhover-show-div:after, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right > ul > li .onhover-show-div:after {
  border-bottom: 7px solid #202938;
}

/* line 2051, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right > ul > li .notification-dropdown.onhover-show-div li, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right > ul > li .notification-dropdown.onhover-show-div li {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2053, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right > ul > li .notification-dropdown.onhover-show-div li span, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right > ul > li .notification-dropdown.onhover-show-div li span {
  color: #98a6ad;
}

/* line 2060, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right > ul > li .language-dropdown li a, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right > ul > li .language-dropdown li a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2068, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .chat-dropdown li, body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown li, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .chat-dropdown li, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown li {
  color: #fff;
}

/* line 2070, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .chat-dropdown li + li, body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown li + li, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .chat-dropdown li + li, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown li + li {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2080, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .mega-menu-header .vertical-menu-main .main-nav .main-menu li, body.dark-only .compact-wrapper .page-main-header .main-header-right .mega-menu-header .vertical-menu-main .main-nav .main-menu li {
  background-color: #111727;
}

/* line 2091, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .left-menu-header ul li .search-form input, body.dark-only .compact-wrapper .page-main-header .main-header-right .left-menu-header ul li .search-form input {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2099, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-left, body.dark-only .compact-wrapper .page-main-header .main-header-left {
  background-color: #111727;
}

/* line 2103, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-left .logo-wrapper a .image-dark, body.dark-only .compact-wrapper .page-main-header .main-header-left .logo-wrapper a .image-dark {
  display: none;
}

/* line 2106, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-left .logo-wrapper a .image-light, body.dark-only .compact-wrapper .page-main-header .main-header-left .logo-wrapper a .image-light {
  display: block;
}

@media only screen and (max-width: 991px) {
  /* line 2115, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .page-wrapper.horizontal-wrapper .page-main-header .main-header-right .nav-right > ul, body.dark-only .compact-wrapper .page-main-header .main-header-right .nav-right > ul {
    background-color: #111727;
    box-shadow: 0 2px 2px 2px rgba(36, 105, 92, 0.2);
  }
}

/* line 2124, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper, body.dark-only .compact-wrapper .page-body-wrapper {
  /* body start*/
}

/* line 2132, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr td p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr td p {
  color: #98a6ad;
}

/* line 2140, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .header-small, body.dark-only .compact-wrapper .page-body-wrapper .page-body .header-small {
  color: #98a6ad;
}

/* line 2144, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .statistics p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .statistics p {
  color: #98a6ad;
}

/* line 2150, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .feather-main .media-body p, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .feather-main .professor-block p, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .professor-table .media-body p, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .professor-table .professor-block p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .feather-main .media-body p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .feather-main .professor-block p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .professor-table .media-body p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .professor-table .professor-block p {
  color: #98a6ad;
}

/* line 2157, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .logs-element span + span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .logs-element span + span {
  color: #98a6ad;
}

/* line 2165, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .progress-block .progress-title span + span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .progress-block .progress-title span + span {
  color: #98a6ad;
}

/* line 2173, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .ecommerce-icons div span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .ecommerce-icons div span {
  color: #98a6ad;
}

/* line 2181, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .new-users .media .media-body p, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .recent-notification .media .media-body p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .new-users .media .media-body p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .recent-notification .media .media-body p {
  color: #98a6ad;
}

/* line 2190, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .progress-media .media .media-body span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .progress-media .media .media-body span {
  color: #98a6ad;
}

/* line 2196, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .progress-media .progress-change span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .progress-media .progress-change span {
  color: #98a6ad;
}

/* line 2205, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr td {
  border-top: none !important;
}

/* line 2209, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr:last-child td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr:last-child td {
  border-bottom: none;
}

/* line 2220, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .notifiaction-media .media .media-body .circle-left, body.dark-only .compact-wrapper .page-body-wrapper .page-body .notifiaction-media .media .media-body .circle-left {
  border: 5px solid #334154;
}

/* line 2227, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .upcoming-event .upcoming-innner, body.dark-only .compact-wrapper .page-body-wrapper .page-body .upcoming-event .upcoming-innner {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2229, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .upcoming-event .upcoming-innner:last-child, body.dark-only .compact-wrapper .page-body-wrapper .page-body .upcoming-event .upcoming-innner:last-child {
  border-bottom: none;
}

/* line 2238, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .professor-table table tbody tr td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .professor-table table tbody tr td {
  border-top: none !important;
}

/* line 2248, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .number-widgets .media .media-body h6, body.dark-only .compact-wrapper .page-body-wrapper .page-body .number-widgets .media .media-body h6 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2260, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.gradient-line-1:after, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.small-line:after, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.medium-line:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.gradient-line-1:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.small-line:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.medium-line:after {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 2267, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .activity .media .media-body h6 span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .activity .media .media-body h6 span {
  color: #98a6ad;
}

/* line 2275, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card.custom-card .card-header, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card.custom-card .card-header {
  border-bottom: none !important;
}

/* line 2282, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .custom-card .card-header img, body.dark-only .compact-wrapper .page-body-wrapper .custom-card .card-header img {
  background-color: #000;
  opacity: 0.8;
}

/* line 2288, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .custom-card .profile-details h4, body.dark-only .compact-wrapper .page-body-wrapper .custom-card .profile-details h4 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2296, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-header .row h3 small, body.dark-only .compact-wrapper .page-body-wrapper .page-header .row h3 small {
  color: #98a6ad;
}

/* line 2302, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-header .breadcrumb li, body.dark-only .compact-wrapper .page-body-wrapper .page-header .breadcrumb li {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2307, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-header .breadcrumb-item a, body.dark-only .compact-wrapper .page-body-wrapper .page-header .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2310, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-header .breadcrumb-item.active, body.dark-only .compact-wrapper .page-body-wrapper .page-header .breadcrumb-item.active {
  color: #98a6ad;
}

/* line 2315, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body, body.dark-only .compact-wrapper .page-body-wrapper .page-body {
  background-color: #202938;
  /* body end*/
}

/* line 2317, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card {
  background-color: #111727;
  box-shadow: 1px 1px 2px 1px rgba(29, 28, 28, 0.08);
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2324, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-block #bar-chart2 svg > rect, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-block #bar-chart2 svg > rect {
  fill: #111727;
}

/* line 2328, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-block #bar-chart2 svg > g text, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-block #bar-chart2 svg > g text {
  fill: rgba(255, 255, 255, 0.7);
}

/* line 2337, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-block .word-tree svg > g > rect, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-block .word-tree svg > g > rect {
  fill: #111727;
}

/* line 2340, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-block .word-tree svg > g > text, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-block .word-tree svg > g > text {
  fill: rgba(255, 255, 255, 0.7);
}

/* line 2347, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .card-header, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .card-header {
  background-color: transparent;
}

/* line 2350, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .card-header > span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .card-header > span {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2353, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .card-header h1, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .card-header h2, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .card-header h3, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .card-header h4, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .card-header h5, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .card-header h6, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .card-header h1, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .card-header h2, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .card-header h3, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .card-header h4, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .card-header h5, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .card-header h6 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2356, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .card-header .card-header-right, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .card-header .card-header-right {
  background-color: #111727;
}

/* line 2358, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .card-header .card-header-right i, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .card-header .card-header-right i {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2363, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .alert-dark, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .alert-dark {
  color: #98a6ad;
}

/* line 2365, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .alert-dark a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .alert-dark a {
  color: #98a6ad;
}

/* line 2369, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .alert-light.outline, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .alert-light.outline-2x, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .alert-light.inverse, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .alert-light.outline, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .alert-light.outline-2x, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .alert-light.inverse {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2374, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card #animation-box .animate-widget p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card #animation-box .animate-widget p {
  color: #98a6ad !important;
}

/* line 2380, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .grid-item img, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .grid-item img {
  background-color: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2385, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .line, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .line {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2389, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table td {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2393, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table thead th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table thead th {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
  border-top: none;
  background-color: #111727;
}

/* line 2399, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table thead .border-bottom-primary th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table thead .border-bottom-primary th {
  border-bottom: 1px solid #24695c;
}

/* line 2405, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .table-primary th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .table-primary td, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .table-secondary th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .table-secondary td, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .table-success th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .table-success td, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .table-info th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .table-info td, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .table-warning th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .table-warning td, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .table-light th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .table-light td, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .table-danger th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .table-danger td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .table-primary th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .table-primary td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .table-secondary th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .table-secondary td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .table-success th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .table-success td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .table-info th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .table-info td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .table-warning th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .table-warning td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .table-light th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .table-light td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .table-danger th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .table-danger td {
  color: #111727;
}

/* line 2409, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .bg-primary, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .bg-secondary, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .bg-success, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .bg-info, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .bg-warning, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .bg-danger, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .bg-primary, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .bg-secondary, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .bg-success, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .bg-info, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .bg-warning, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .bg-danger {
  color: #fff;
}

/* line 2412, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .bg-light, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .bg-light {
  color: #000;
}

/* line 2416, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .thead-light th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .thead-light th {
  color: #000;
}

/* line 2420, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .double, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .dotted, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table .dashed, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .double, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .dotted, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table .dashed {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 2425, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table tbody .border-bottom-primary th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table tbody .border-bottom-primary td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table tbody .border-bottom-primary th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table tbody .border-bottom-primary td {
  border-bottom: 1px solid #24695c;
}

/* line 2431, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table > :not(:last-child) > :last-child > *, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table > :not(:last-child) > :last-child > * {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 2435, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table[class*='bg-'] th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table[class*='bg-'] td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table[class*='bg-'] th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table[class*='bg-'] td {
  color: #fff;
}

/* line 2442, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table-striped tbody tr:nth-of-type(odd), body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 2445, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table-striped tbody tr:nth-of-type(odd):hover th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table-striped tbody tr:nth-of-type(odd):hover td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table-striped tbody tr:nth-of-type(odd):hover th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table-striped tbody tr:nth-of-type(odd):hover td {
  color: #fff;
}

/* line 2454, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table-bordered td, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table-bordered th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table-bordered td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table-bordered th {
  border-color: rgba(36, 105, 92, 0.2) !important;
}

/* line 2463, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table-inverse tbody tr:nth-of-type(odd):hover td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table-inverse tbody tr:nth-of-type(odd):hover td {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2472, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table-border-vertical tr, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table-border-vertical th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table-border-vertical td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table-border-vertical tr, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table-border-vertical th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table-border-vertical td {
  border-right: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2478, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table-styling thead th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table-styling thead td, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table-styling tbody th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .table-styling tbody td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table-styling thead th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table-styling thead td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table-styling tbody th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .table-styling tbody td {
  color: #fff;
}

/* line 2483, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .card-footer, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .card-footer {
  background-color: #111727;
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2488, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .switch .switch-state, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .switch .switch-state {
  background-color: #202938;
}

/* line 2493, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .switch input:checked + .switch-state, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .switch input:checked + .switch-state {
  background-color: #24695c;
}

/* line 2499, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .bg-white, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .bg-white {
  background-color: #fff !important;
}

/* line 2502, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .b-l-light, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .b-l-light {
  border-left: 1px solid rgba(36, 105, 92, 0.2) !important;
}

/* line 2505, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .ct-grid, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .ct-grid {
  stroke: rgba(36, 105, 92, 0.2);
}

/* line 2508, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .ct-label, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .ct-label {
  color: #98a6ad;
}

/* line 2511, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card hr, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card hr {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 2514, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .text-muted, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 2518, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .calender-widget .cal-date, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .calender-widget .cal-date {
  background-color: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2524, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .contact-form .theme-form, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .contact-form .theme-form {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2526, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .contact-form .theme-form .form-icon, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .contact-form .theme-form .form-icon {
  background-color: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 2533, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .btn-outline-light, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .btn-outline-dark, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .btn-outline-light, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .btn-outline-dark {
  color: #fff !important;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2538, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .btn-outline-light:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .btn-outline-light:hover {
  color: #000 !important;
}

/* line 2542, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .border-right, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .border-right {
  border-right: 1px solid rgba(36, 105, 92, 0.2) !important;
}

/* line 2546, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .flot-chart-placeholder .flot-text, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .flot-chart-placeholder .flot-text {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 2550, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .flot-chart-placeholder svg text, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .flot-chart-placeholder svg text {
  fill: rgba(255, 255, 255, 0.7);
}

/* line 2560, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card #gantt_chart.chart-overflow svg g rect:first-child, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card #gantt_chart.chart-overflow svg g rect:first-child {
  fill: #202938;
}

/* line 2567, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card #gantt_chart.chart-overflow rect:nth-child(6), body.dark-only .compact-wrapper .page-body-wrapper .page-body .card #gantt_chart.chart-overflow rect:nth-child(6) {
  fill: #202938;
}

/* line 2573, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card #line-chart.chart-overflow rect, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card #column-chart1.chart-overflow rect, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card #column-chart2.chart-overflow rect, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card #line-chart.chart-overflow rect, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card #column-chart1.chart-overflow rect, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card #column-chart2.chart-overflow rect {
  fill: #111727;
}

/* line 2578, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-overflow svg > rect, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-overflow svg > rect {
  fill: #111727;
}

/* line 2584, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-overflow svg > g > g > g text, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-overflow svg > g > g > g text {
  fill: #b1b1b2;
}

/* line 2589, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-overflow svg > g > text, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-overflow svg > g > text {
  fill: rgba(255, 255, 255, 0.7);
}

/* line 2596, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .radial-bar:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .radial-bar:after {
  background-color: #111727;
  color: rgba(255, 255, 255, 0.7);
}

/* line 2603, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .bar-chart-widget .bottom-content .num, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .bar-chart-widget .bottom-content .num {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2605, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .bar-chart-widget .bottom-content .num .color-bottom, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .bar-chart-widget .bottom-content .num .color-bottom {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2611, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .b-r-light, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .b-r-light {
  border-right: 1px solid rgba(36, 105, 92, 0.2) !important;
}

/* line 2617, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-container .live-products .ct-labels .ct-label, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-container .turnover .ct-labels .ct-label, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-container .monthly .ct-labels .ct-label, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-container .uses .ct-labels .ct-label, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-container .live-products .ct-labels .ct-label, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-container .turnover .ct-labels .ct-label, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-container .monthly .ct-labels .ct-label, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-container .uses .ct-labels .ct-label {
  color: #fff;
}

/* line 2621, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-container .live-products .ct-grid, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-container .turnover .ct-grid, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-container .monthly .ct-grid, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-container .uses .ct-grid, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-container .live-products .ct-grid, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-container .turnover .ct-grid, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-container .monthly .ct-grid, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-container .uses .ct-grid {
  stroke: #fff;
}

/* line 2627, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-container #browser-uses-chart svg text, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .chart-container #website-visiter-chart svg text, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-container #browser-uses-chart svg text, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .chart-container #website-visiter-chart svg text {
  fill: rgba(255, 255, 255, 0.7);
}

/* line 2634, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .status-details h4, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .status-details h4 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2636, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .status-details h4 span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .status-details h4 span {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2640, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .status-details span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .status-details span {
  color: #98a6ad;
}

/* line 2645, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .clipboaard-container .form-control, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .clipboaard-container .form-control {
  background-color: #202938;
  color: #98a6ad;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2651, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .img-thumbnail, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .img-thumbnail {
  background-color: rgba(36, 105, 92, 0.2);
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2656, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper button, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper button {
  color: #000;
}

/* line 2659, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .btn-danger, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .btn-success, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .btn-danger, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .btn-success {
  color: #fff;
}

/* line 2663, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_length select, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_length select {
  background-color: #202938;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2669, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_length,
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_filter,
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_info,
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_processing,
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_length,
body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_filter,
body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_info,
body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_processing,
body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2676, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2680, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_filter input[type="search"], body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_filter input[type="search"] {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 2688, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column.stripe tbody tr, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column.stripe tbody tr {
  background-color: #111727;
}

/* line 2691, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr:hover > .sorting_1, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column.stripe tbody tr:hover > .sorting_1, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr:hover > .sorting_1, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column.stripe tbody tr:hover > .sorting_1 {
  background-color: #1c212b;
}

/* line 2696, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr.odd, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr.odd, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd {
  background-color: #1f232b;
}

/* line 2698, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr.odd > .sorting_1, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd > .sorting_1, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr.odd > .sorting_1, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #1c212b;
}

/* line 2703, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr.even > .sorting_1, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.even > .sorting_1, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr.even > .sorting_1, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #22262f;
}

/* line 2709, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2712, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable thead th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable thead td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable thead th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable thead td {
  border-bottom: 2px solid rgba(36, 105, 92, 0.2);
}

/* line 2716, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable input, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable select, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable input, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable select {
  background-color: #202938;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2722, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable tbody tr, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable tbody tr {
  background-color: #111727;
}

/* line 2726, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable tbody td.select-checkbox:before, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable tbody th.select-checkbox:before, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable tbody td.select-checkbox:before, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable tbody th.select-checkbox:before {
  border: 1px solid #98a6ad;
}

/* line 2735, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .table-striped tbody tr:nth-of-type(odd), body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .table-striped tbody tr:nth-of-type(odd) {
  background-color: #202938;
}

/* line 2742, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate .paginate_button, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 2744, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate .paginate_button:active, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  border-color: #24695c;
}

/* line 2749, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #98a6ad !important;
}

/* line 2751, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate .paginate_button.disabled :active, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper .dataTables_paginate .paginate_button.disabled :active {
  color: #98a6ad !important;
}

/* line 2758, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.row-border tbody th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.row-border tbody td, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.row-border tbody th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.row-border tbody td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody td {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2767, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr.even:hover > .sorting_1, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr.even:hover > .sorting_1, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #191e27;
}

/* line 2777, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.hover tbody tr:hover, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.hover tbody tr:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr:hover {
  background-color: #1c212b;
}

/* line 2784, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.cell-border th, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.cell-border td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.cell-border th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.cell-border td {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
  border-right: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2787, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.cell-border th:first-child, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.cell-border td:first-child, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.cell-border th:first-child, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.cell-border td:first-child {
  border-left: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2795, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column tbody tr > .sorting_1,
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column tbody tr > .sorting_2,
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column tbody tr > .sorting_3, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr > .sorting_1,
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr > .sorting_2,
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr > .sorting_3, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column tbody tr > .sorting_1,
body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column tbody tr > .sorting_2,
body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.order-column tbody tr > .sorting_3, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr > .sorting_1,
body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr > .sorting_2,
body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .dataTables_wrapper table.dataTable.display tbody tr > .sorting_3 {
  background-color: #202938;
}

/* line 2806, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card #example-style-3_wrapper #example-style-3 tfoot, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card #example-style-3_wrapper #example-style-3 tfoot {
  border-top: 2px solid rgba(36, 105, 92, 0.2);
}

/* line 2811, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .page-link, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .page-link {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2815, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .page-item.disabled .page-link, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .page-item.disabled .page-link {
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 2820, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .page-link, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .page-link {
  color: rgba(255, 255, 255, 0.7);
  background-color: #111727;
}

/* line 2826, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .page-item:hover .page-link, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .page-item:hover .page-link {
  background-color: #202938;
}

/* line 2832, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .page-item.active .page-link, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .page-item.active .page-link {
  background-color: #202938;
}

/* line 2837, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .ecommerce-widget .icon, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .ecommerce-widget .icon {
  color: #202938;
}

/* line 2840, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .ecommerce-widget .total-num, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .ecommerce-widget .total-num {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2842, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .ecommerce-widget .total-num span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .ecommerce-widget .total-num span {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2846, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .ecommerce-widget span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .ecommerce-widget span {
  color: #98a6ad;
}

/* line 2850, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .flot-chart-container-small, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .flot-chart-container-small {
  background-color: #111727;
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2859, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .product-table #API-2_wrapper #API-2 tbody td span, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .product-table #API-2_wrapper #API-2 tbody td p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .product-table #API-2_wrapper #API-2 tbody td span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .product-table #API-2_wrapper #API-2 tbody td p {
  color: #98a6ad;
}

/* line 2866, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .product-table h6, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .product-table h6 {
  color: #98a6ad;
}

/* line 2870, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .border-tab.nav-tabs, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .border-tab.nav-tabs {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2873, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .border-tab.nav-tabs .nav-item .nav-link, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .border-tab.nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2878, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .border-tab.nav-tabs .nav-link.active, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .border-tab.nav-tabs .nav-link:focus, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .border-tab.nav-tabs .nav-link:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .border-tab.nav-tabs .nav-link.active, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .border-tab.nav-tabs .nav-link:focus, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .border-tab.nav-tabs .nav-link:hover {
  color: #24695c;
}

/* line 2887, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-1to10 .br-widget a, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-movie .br-widget a, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-pill .br-widget a, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-reversed .br-widget a, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-horizontal .br-widget a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-1to10 .br-widget a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-movie .br-widget a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-pill .br-widget a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-reversed .br-widget a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-horizontal .br-widget a {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 2889, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-1to10 .br-widget a.br-active, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-1to10 .br-widget a.br-selected, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-movie .br-widget a.br-active, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-movie .br-widget a.br-selected, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-pill .br-widget a.br-active, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-pill .br-widget a.br-selected, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-reversed .br-widget a.br-active, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-reversed .br-widget a.br-selected, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-horizontal .br-widget a.br-active, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-horizontal .br-widget a.br-selected, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-1to10 .br-widget a.br-active, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-1to10 .br-widget a.br-selected, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-movie .br-widget a.br-active, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-movie .br-widget a.br-selected, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-pill .br-widget a.br-active, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-pill .br-widget a.br-selected, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-reversed .br-widget a.br-active, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-reversed .br-widget a.br-selected, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-horizontal .br-widget a.br-active, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-horizontal .br-widget a.br-selected {
  background-color: #24695c;
}

/* line 2898, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-square .br-widget a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-square .br-widget a {
  border: 2px solid rgba(36, 105, 92, 0.2);
  background-color: #111727;
  color: rgba(255, 255, 255, 0.7);
}

/* line 2902, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-square .br-widget a.br-active, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-bars-square .br-widget a.br-selected, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-square .br-widget a.br-active, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid #24695c;
  color: #24695c;
}

/* line 2913, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-fontawesome-stars .br-widget a:after, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-fontawesome-stars-o .br-widget a:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-fontawesome-stars .br-widget a:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-fontawesome-stars-o .br-widget a:after {
  color: rgba(36, 105, 92, 0.2);
}

/* line 2918, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-fontawesome-stars .br-widget a.br-selected:after, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-fontawesome-stars .br-widget a.br-active:after, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-fontawesome-stars-o .br-widget a.br-selected:after, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .br-theme-fontawesome-stars-o .br-widget a.br-active:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-fontawesome-stars .br-widget a.br-selected:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-fontawesome-stars .br-widget a.br-active:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-fontawesome-stars-o .br-widget a.br-selected:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .br-theme-fontawesome-stars-o .br-widget a.br-active:after {
  color: #24695c;
}

/* line 2925, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .scroll-demo, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .scroll-demo {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 2929, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .search-form input, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .search-form input {
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
  background-color: #202938;
}

/* line 2935, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .search-form .form-group:before, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .search-form .form-group:before {
  background: #111727;
}

/* line 2940, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .cd-timeline-content, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .cd-timeline-content {
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 2943, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .cd-timeline-content::before, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .cd-timeline-content::before {
  border-left: 7px solid rgba(36, 105, 92, 0.2);
}

/* line 2950, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .cd-timeline-block:nth-child(even) .cd-timeline-content::before, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
  border-right-color: rgba(36, 105, 92, 0.2);
  border-left: transparent;
}

/* line 2958, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .breadcrumb.bg-white, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .breadcrumb.bg-white {
  background-color: #111727 !important;
}

/* line 2964, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .user-status table td, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card .user-status table th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .user-status table td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card .user-status table th {
  border-top: none !important;
}

/* line 2970, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card #donut-color-chart-morris-daily svg, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card #donut-color-chart-morris svg, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card #browser-uses-chart svg, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card #website-visiter-chart svg, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card #donut-color-chart-morris-daily svg, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card #donut-color-chart-morris svg, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card #browser-uses-chart svg, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card #website-visiter-chart svg {
  opacity: 0.5;
}

/* line 2975, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .form-builder-header-1, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .form-builder-2-header, body.dark-only .compact-wrapper .page-body-wrapper .page-body .form-builder-header-1, body.dark-only .compact-wrapper .page-body-wrapper .page-body .form-builder-2-header {
  background-color: #202938;
}

/* line 2981, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .show > .nav-link, body.dark-only .compact-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .show > .nav-link {
  color: #fff;
}

/* line 2985, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-link, body.dark-only .compact-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2987, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-link.active, body.dark-only .compact-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-link.active {
  color: #fff;
}

/* line 2993, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-pills.nav-primary .show > .nav-link, body.dark-only .compact-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-pills.nav-primary .show > .nav-link {
  color: #fff;
}

/* line 2997, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-pills.nav-primary .nav-link, body.dark-only .compact-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-pills.nav-primary .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 2999, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-pills.nav-primary .nav-link.active, body.dark-only .compact-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-pills.nav-primary .nav-link.active {
  color: #fff;
}

/* line 3006, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .form-builder .drag-box fieldset, body.dark-only .compact-wrapper .page-body-wrapper .page-body .form-builder .drag-box fieldset {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3010, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .form-builder .help-block, body.dark-only .compact-wrapper .page-body-wrapper .page-body .form-builder .help-block {
  color: #98a6ad;
}

/* line 3015, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body #viewhtml .render, body.dark-only .compact-wrapper .page-body-wrapper .page-body #viewhtml .render {
  background-color: #111727;
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 3022, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .form-builder-column .drag-bx, body.dark-only .compact-wrapper .page-body-wrapper .page-body .form-builder-column .drag-bx {
  border: 1px dotted rgba(36, 105, 92, 0.2);
}

/* line 3029, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .wizard-4 ul.anchor li a.disabled, body.dark-only .compact-wrapper .page-body-wrapper .page-body .wizard-4 ul.anchor li a.disabled {
  color: #202938;
}

/* line 3036, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .gallery-with-description h4, body.dark-only .compact-wrapper .page-body-wrapper .page-body .gallery-with-description h4 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3040, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .gallery-with-description a > div, body.dark-only .compact-wrapper .page-body-wrapper .page-body .gallery-with-description a > div {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3044, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .gallery-with-description p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .gallery-with-description p {
  color: #98a6ad;
}

/* line 3048, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-grid-header, body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-grid-header {
  background-color: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3053, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-header-cell,
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-cell, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-header-cell,
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-cell, body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-header-cell,
body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-cell, body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-header-cell,
body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-cell {
  background: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3057, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-header-cell input,
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-cell input, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-header-cell input,
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-cell input, body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-header-cell input,
body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-header-row > .jsgrid-cell input, body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-header-cell input,
body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-filter-row > .jsgrid-cell input {
  background-color: #202938;
  border-color: rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 3063, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-header-row select, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-filter-row select, body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-header-row select, body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-filter-row select {
  background-color: #202938;
  border-color: rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 3070, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-row > .jsgrid-cell, body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-row > .jsgrid-cell {
  background-color: #111727;
}

/* line 3075, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-alt-row > .jsgrid-cell, body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-alt-row > .jsgrid-cell {
  background-color: #202938;
}

/* line 3079, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-cell, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-grid-body, body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-cell, body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-grid-body {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3083, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-selected-row > .jsgrid-cell, body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-selected-row > .jsgrid-cell {
  background-color: #1c212b;
}

/* line 3089, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid .jsgrid-pager [class*="jsgrid-pager"], body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid .jsgrid-pager [class*="jsgrid-pager"] {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3093, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid .jsgrid-pager .jsgrid-pager-page a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid .jsgrid-pager .jsgrid-pager-page a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3099, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .jsgrid-pager-current-page, body.dark-only .compact-wrapper .page-body-wrapper .page-body .jsgrid-pager-current-page {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}

/* line 3103, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .sub-title, body.dark-only .compact-wrapper .page-body-wrapper .page-body .sub-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 3108, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-icon li a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-icon li a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3110, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-icon li a:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-icon li a:hover {
  color: #24695c;
}

/* line 3115, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-icon .separator, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-icon .separator {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 3122, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .default-according li .text-muted, body.dark-only .compact-wrapper .page-body-wrapper .page-body .default-according li .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 3130, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-icon.default-according.style-1 li button:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-icon.default-according.style-1 li button:hover {
  color: #24695c !important;
}

/* line 3140, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3143, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li:hover {
  color: #24695c;
}

/* line 3145, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li:hover a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li:hover a {
  color: #24695c;
}

/* line 3153, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div {
  background-color: #202938;
  box-shadow: 0 0 2px 2px rgba(36, 105, 92, 0.2);
}

/* line 3158, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li p {
  color: #fff;
}

/* line 3163, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg path, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg line, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg polyline, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg polygon, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg rect, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg path, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg line, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg polyline, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg polygon, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg rect {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 3169, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg path, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg line, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polyline, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polygon, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg rect, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg path, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg line, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polyline, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polygon, body.dark-only .compact-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg rect {
  color: #24695c !important;
}

/* line 3179, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .onhover-show-div, body.dark-only .compact-wrapper .page-body-wrapper .page-body .onhover-show-div {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 3185, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .onhover-dropdown:hover .onhover-show-div:before, body.dark-only .compact-wrapper .page-body-wrapper .page-body .onhover-dropdown:hover .onhover-show-div:before {
  border-bottom: 7px solid rgba(36, 105, 92, 0.2);
}

/* line 3192, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .default-according .card, body.dark-only .compact-wrapper .page-body-wrapper .page-body .default-according .card {
  box-shadow: 0 0 1px 1px #374252 !important;
  border: none !important;
  background-color: #111727 !important;
}

/* line 3196, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .default-according .card .btn-link, body.dark-only .compact-wrapper .page-body-wrapper .page-body .default-according .card .btn-link {
  color: rgba(255, 255, 255, 0.7);
  border: none;
}

/* line 3200, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .default-according .card .card-body, body.dark-only .compact-wrapper .page-body-wrapper .page-body .default-according .card .card-body {
  color: #98a6ad;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3206, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .border, body.dark-only .compact-wrapper .page-body-wrapper .page-body .border {
  border: 1px solid rgba(36, 105, 92, 0.2) !important;
}

/* line 3210, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .blog-box .blog-date, body.dark-only .compact-wrapper .page-body-wrapper .page-body .blog-box .blog-date {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3215, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li, body.dark-only .compact-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li, body.dark-only .compact-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li {
  color: #98a6ad;
}

/* line 3217, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li:last-child, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li:last-child, body.dark-only .compact-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li:last-child, body.dark-only .compact-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li:last-child {
  border-right: none;
}

/* line 3222, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .blog-box .blog-details p, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .blog-box .blog-details p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main p {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3225, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .blog-box .blog-details .single-blog-content-top, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .single-blog-content-top, body.dark-only .compact-wrapper .page-body-wrapper .page-body .blog-box .blog-details .single-blog-content-top, body.dark-only .compact-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .single-blog-content-top {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3227, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .blog-box .blog-details .single-blog-content-top p, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .single-blog-content-top p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .blog-box .blog-details .single-blog-content-top p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .single-blog-content-top p {
  color: #98a6ad;
}

/* line 3235, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .blog-list .blog-details h6, body.dark-only .compact-wrapper .page-body-wrapper .page-body .blog-list .blog-details h6 {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 3240, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .cke_wysiwyg_frame, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .cke_wysiwyg_div, body.dark-only .compact-wrapper .page-body-wrapper .page-body .cke_wysiwyg_frame, body.dark-only .compact-wrapper .page-body-wrapper .page-body .cke_wysiwyg_div {
  background-color: #111727;
}

/* line 3246, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .add-post form .form-group .form-control, body.dark-only .compact-wrapper .page-body-wrapper .page-body .add-post form .form-group .form-control {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 3251, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .add-post .cke_top, body.dark-only .compact-wrapper .page-body-wrapper .page-body .add-post .cke_top {
  background-color: #111727;
}

/* line 3254, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .add-post #cke_text-box, body.dark-only .compact-wrapper .page-body-wrapper .page-body .add-post #cke_text-box {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 3259, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .comment-box h4, body.dark-only .compact-wrapper .page-body-wrapper .page-body .comment-box h4 {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 3264, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .comment-box .media h6 span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .comment-box .media h6 span {
  color: #98a6ad;
}

/* line 3268, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .comment-box .media img, body.dark-only .compact-wrapper .page-body-wrapper .page-body .comment-box .media img {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3272, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .comment-box p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .comment-box p {
  color: #98a6ad;
}

/* line 3276, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .comment-box .comment-social li, body.dark-only .compact-wrapper .page-body-wrapper .page-body .comment-box .comment-social li {
  color: #98a6ad;
}

/* line 3280, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .comment-box hr, body.dark-only .compact-wrapper .page-body-wrapper .page-body .comment-box hr {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 3288, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .table-hover tbody tr:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body .table-hover tbody tr:hover {
  background-color: #202938;
}

/* line 3290, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .table-hover tbody tr:hover td, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .table-hover tbody tr:hover th, body.dark-only .compact-wrapper .page-body-wrapper .page-body .table-hover tbody tr:hover td, body.dark-only .compact-wrapper .page-body-wrapper .page-body .table-hover tbody tr:hover th {
  color: #fff;
}

/* line 3298, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body ul.the-icons li, body.dark-only .compact-wrapper .page-body-wrapper .page-body ul.the-icons li {
  border: 1px dotted rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 10px;
}

/* line 3303, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body ul.the-icons li:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body ul.the-icons li:hover {
  background: #000;
  box-shadow: 0 0 3px #111727;
}

/* line 3307, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body ul.the-icons li em, body.dark-only .compact-wrapper .page-body-wrapper .page-body ul.the-icons li em {
  display: none;
}

/* line 3313, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .button-builder-wrap .box, body.dark-only .compact-wrapper .page-body-wrapper .page-body .button-builder-wrap .box {
  background-color: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3318, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .button-builder-wrap .button-preview h2, body.dark-only .compact-wrapper .page-body-wrapper .page-body .button-builder-wrap .button-preview h2 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3322, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .button-builder-wrap pre.well, body.dark-only .compact-wrapper .page-body-wrapper .page-body .button-builder-wrap pre.well {
  background-color: #111727 !important;
}

/* line 3328, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .crm-activity > li + li, body.dark-only .compact-wrapper .page-body-wrapper .page-body .crm-activity > li + li {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3331, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .crm-activity > li h6, body.dark-only .compact-wrapper .page-body-wrapper .page-body .crm-activity > li h6 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3336, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .crm-activity ul.dates li, body.dark-only .compact-wrapper .page-body-wrapper .page-body .crm-activity ul.dates li {
  color: #98a6ad;
}

/* line 3343, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body #donut-color-chart-morris svg text, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body #donut-color-chart-morris-daily svg text, body.dark-only .compact-wrapper .page-body-wrapper .page-body #donut-color-chart-morris svg text, body.dark-only .compact-wrapper .page-body-wrapper .page-body #donut-color-chart-morris-daily svg text {
  fill: rgba(255, 255, 255, 0.7);
}

/* line 3350, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .custom-card .card-profile img, body.dark-only .compact-wrapper .page-body-wrapper .page-body .custom-card .card-profile img {
  background-color: #111727;
}

/* line 3355, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .custom-card .profile-details h6, body.dark-only .compact-wrapper .page-body-wrapper .page-body .custom-card .profile-details h6 {
  color: #98a6ad;
}

/* line 3361, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .custom-card .card-social li a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .custom-card .card-social li a {
  color: #98a6ad;
}

/* line 3368, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .custom-card .card-footer > div h6, body.dark-only .compact-wrapper .page-body-wrapper .page-body .custom-card .card-footer > div h6 {
  color: #98a6ad;
}

/* line 3371, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .custom-card .card-footer > div + div, body.dark-only .compact-wrapper .page-body-wrapper .page-body .custom-card .card-footer > div + div {
  border-left: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3377, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .form-control, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body select, body.dark-only .compact-wrapper .page-body-wrapper .page-body .form-control, body.dark-only .compact-wrapper .page-body-wrapper .page-body select {
  background-color: #111727;
  color: rgba(255, 255, 255, 0.7);
}

/* line 3384, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .checkbox label::before, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .radio label::before, body.dark-only .compact-wrapper .page-body-wrapper .page-body .checkbox label::before, body.dark-only .compact-wrapper .page-body-wrapper .page-body .radio label::before {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 3393, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content {
  background-color: #202938;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 3396, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3398, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content a:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content a:hover {
  background-color: #111727;
}

/* line 3402, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content .dropdown-divider, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content .dropdown-divider {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3410, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content {
  background-color: #202938;
}

/* line 3412, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3414, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a:hover, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a.active, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a.active {
  background-color: #111727;
}

/* line 3424, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropzone.dz-clickable .dz-message h6, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropzone.dz-clickable .dz-message h6 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3427, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropzone.dz-clickable .dz-message span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropzone.dz-clickable .dz-message span {
  color: #98a6ad;
}

/* line 3433, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropzone .dz-preview, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropzone .dz-preview {
  background-color: #202938;
}

/* line 3435, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropzone .dz-preview .dz-details, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropzone .dz-preview .dz-details {
  background-color: #111727;
}

/* line 3441, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .browser-widget .media-body, body.dark-only .compact-wrapper .page-body-wrapper .page-body .browser-widget .media-body {
  column-rule: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3443, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .browser-widget .media-body h4, body.dark-only .compact-wrapper .page-body-wrapper .page-body .browser-widget .media-body h4 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3445, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .browser-widget .media-body h4 span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .browser-widget .media-body h4 span {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3449, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .browser-widget .media-body span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .browser-widget .media-body span {
  color: #98a6ad;
}

/* line 3455, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .email-wrap .cke_top, body.dark-only .compact-wrapper .page-body-wrapper .page-body .email-wrap .cke_top {
  border-color: rgba(36, 105, 92, 0.2) !important;
}

/* line 3458, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .email-wrap .cke_chrome, body.dark-only .compact-wrapper .page-body-wrapper .page-body .email-wrap .cke_chrome {
  border-color: rgba(36, 105, 92, 0.2) !important;
  background-color: #111727;
  color: rgba(255, 255, 255, 0.7);
}

/* line 3465, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar .media img, body.dark-only .compact-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar .media img {
  border: 2px solid rgba(36, 105, 92, 0.2);
}

/* line 3471, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar .main-menu > li a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar .main-menu > li a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3480, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .email-wrap .email-right-aside .email-body .inbox .media.active, body.dark-only .compact-wrapper .page-body-wrapper .page-body .email-wrap .email-right-aside .email-body .inbox .media.active {
  background-color: #202938;
}

/* line 3484, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .email-wrap .email-right-aside .email-body .inbox .media:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body .email-wrap .email-right-aside .email-body .inbox .media:hover {
  background-color: #202938;
}

/* line 3492, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6, body.dark-only .compact-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3494, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6 small, body.dark-only .compact-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6 small {
  color: #98a6ad;
}

/* line 3496, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6 small span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6 small span {
  color: #98a6ad;
}

/* line 3501, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .email-wrap .media-body p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .email-wrap .media-body p {
  color: #98a6ad;
}

/* line 3505, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .email-wrap .email-top, body.dark-only .compact-wrapper .page-body-wrapper .page-body .email-wrap .email-top {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3508, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .email-wrap p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .email-wrap p {
  color: #98a6ad;
}

/* line 3513, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .email-wrap .email-content .email-top .user-emailid:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .email-wrap .email-content .email-top .user-emailid:after {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3520, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .email-wrap .email-wrapper .emailread-group:nth-child(n+2), body.dark-only .compact-wrapper .page-body-wrapper .page-body .email-wrap .email-wrapper .emailread-group:nth-child(n+2) {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 3526, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropdown-menu, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropdown-menu {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3529, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropdown-menu a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropdown-menu a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3531, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .dropdown-menu a:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body .dropdown-menu a:hover {
  background-color: #111727;
}

/* line 3538, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .icon-lists div i, body.dark-only .compact-wrapper .page-body-wrapper .page-body .icon-lists div i {
  color: #98a6ad;
}

/* line 3541, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .icon-lists div:hover, body.dark-only .compact-wrapper .page-body-wrapper .page-body .icon-lists div:hover {
  background-color: #202938;
}

/* line 3549, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .widget-joins .media .media-body > span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .widget-joins .media .media-body > span {
  color: #98a6ad;
}

/* line 3553, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .widget-joins .media .details, body.dark-only .compact-wrapper .page-body-wrapper .page-body .widget-joins .media .details {
  border-left: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3557, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .widget-joins:before, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .widget-joins:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .widget-joins:before, body.dark-only .compact-wrapper .page-body-wrapper .page-body .widget-joins:after {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 3563, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .redial-social-widget i, body.dark-only .compact-wrapper .page-body-wrapper .page-body .redial-social-widget i {
  background-color: #111727;
}

/* line 3568, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .social-widget-card h5, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .social-widget-card h4, body.dark-only .compact-wrapper .page-body-wrapper .page-body .social-widget-card h5, body.dark-only .compact-wrapper .page-body-wrapper .page-body .social-widget-card h4 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3571, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .social-widget-card span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .social-widget-card span {
  color: #98a6ad;
}

/* line 3575, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .b-b-light, body.dark-only .compact-wrapper .page-body-wrapper .page-body .b-b-light {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2) !important;
}

/* line 3578, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .b-r-dark, body.dark-only .compact-wrapper .page-body-wrapper .page-body .b-r-dark {
  border-right: 1px solid #fff !important;
}

/* line 3582, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .testimonial i, body.dark-only .compact-wrapper .page-body-wrapper .page-body .testimonial i {
  color: rgba(36, 105, 92, 0.2);
}

/* line 3585, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .testimonial p, body.dark-only .compact-wrapper .page-body-wrapper .page-body .testimonial p {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3588, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .testimonial h5, body.dark-only .compact-wrapper .page-body-wrapper .page-body .testimonial h5 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3591, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .testimonial span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .testimonial span {
  color: #98a6ad;
}

/* line 3596, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .grid-showcase span, body.dark-only .compact-wrapper .page-body-wrapper .page-body .grid-showcase span {
  background-color: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3602, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .grid-align .row, body.dark-only .compact-wrapper .page-body-wrapper .page-body .grid-align .row {
  background-color: rgba(36, 105, 92, 0.2);
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3608, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .border-style .card, body.dark-only .compact-wrapper .page-body-wrapper .page-body .border-style .card {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3613, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .offer-style .card, body.dark-only .compact-wrapper .page-body-wrapper .page-body .offer-style .card {
  border: 1px dashed rgba(36, 105, 92, 0.2);
}

/* line 3618, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .page-builder .btn-grid, body.dark-only .compact-wrapper .page-body-wrapper .page-body .page-builder .btn-grid {
  background-color: #111727;
  color: #98a6ad !important;
  border-right: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3626, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .page-builder .ge-mainControls .ge-addRowGroup .ge-row-icon .column, body.dark-only .compact-wrapper .page-body-wrapper .page-body .page-builder .ge-mainControls .ge-addRowGroup .ge-row-icon .column {
  border-left: 3px solid #111727;
}

/* line 3632, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .page-builder .btn-code, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .page-builder .btn-screen, body.dark-only .compact-wrapper .page-body-wrapper .page-body .page-builder .btn-code, body.dark-only .compact-wrapper .page-body-wrapper .page-body .page-builder .btn-screen {
  color: #98a6ad;
  border-right: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3637, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .row, body.dark-only .compact-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .row {
  background-color: #202938;
}

/* line 3640, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .column, body.dark-only .compact-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .column {
  border: 1px solid rgba(36, 105, 92, 0.2);
  background-color: #111727;
}

/* line 3646, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .ge-tools-drawer .ge-details input, body.dark-only .compact-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .ge-tools-drawer .ge-details input {
  background-color: #202938;
  border-color: rgba(36, 105, 92, 0.2);
  color: #98a6ad;
}

/* line 3652, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .ge-tools-drawer .ge-details .btn-group a, body.dark-only .compact-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .ge-tools-drawer .ge-details .btn-group a {
  color: #98a6ad;
}

/* line 3659, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .page-builder .ge-content-type-ckeditor, body.dark-only .compact-wrapper .page-body-wrapper .page-body .page-builder .ge-content-type-ckeditor {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3665, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .search-page .info-block + .info-block, body.dark-only .compact-wrapper .page-body-wrapper .page-body .search-page .info-block + .info-block {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3672, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card-absolute .bg-primary h5, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .card-absolute .bg-secondary h5, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card-absolute .bg-primary h5, body.dark-only .compact-wrapper .page-body-wrapper .page-body .card-absolute .bg-secondary h5 {
  color: #fff;
}

/* line 3683, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.timeline-line-1:after, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.small-line:after, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.medium-line:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.timeline-line-1:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.small-line:after, body.dark-only .compact-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.medium-line:after {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 3693, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper footer, body.dark-only .compact-wrapper .page-body-wrapper footer {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
  background-color: #111727;
}

/* line 3694, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper footer p, body.dark-only .compact-wrapper .page-body-wrapper footer p {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3700, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .custom-select, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .custom-file-label, body.dark-only .compact-wrapper .page-body-wrapper .custom-select, body.dark-only .compact-wrapper .page-body-wrapper .custom-file-label {
  background: #202938;
  color: rgba(255, 255, 255, 0.7);
}

/* line 3704, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .footer-fix, body.dark-only .compact-wrapper .page-body-wrapper .footer-fix {
  background-color: #111727;
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3709, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .dt-button-info, body.dark-only .compact-wrapper .dt-button-info {
  background-color: #111727;
  border: 1px solid #98a6ad;
}

/* line 3712, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .dt-button-info h2, body.dark-only .compact-wrapper .dt-button-info h2 {
  background-color: #111727;
}

/* line 3718, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .about .name, body.dark-only .compact-wrapper .chat-box .about .name {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3722, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-menu, body.dark-only .compact-wrapper .chat-box .chat-menu {
  border-left: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3724, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-menu .nav-tabs, body.dark-only .compact-wrapper .chat-box .chat-menu .nav-tabs {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3728, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-menu .nav-tabs .nav-item .nav-link.active, body.dark-only .compact-wrapper .chat-box .chat-menu .nav-tabs .nav-item .nav-link.active {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 3735, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .status, body.dark-only .compact-wrapper .chat-box .status {
  color: #98a6ad;
}

/* line 3737, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .status p, body.dark-only .compact-wrapper .chat-box .status p {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 3743, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-right-aside .chat .chat-header, body.dark-only .compact-wrapper .chat-box .chat-right-aside .chat .chat-header {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3748, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i, body.dark-only .compact-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
  color: #98a6ad;
}

/* line 3754, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-right-aside .chat .chat-header img, body.dark-only .compact-wrapper .chat-box .chat-right-aside .chat .chat-header img {
  box-shadow: 1px 1px 4px 1px #202938;
}

/* line 3759, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .my-message, body.dark-only .compact-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .my-message {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3762, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .message, body.dark-only .compact-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .message {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3765, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .other-message, body.dark-only .compact-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .other-message {
  background-color: #202938;
}

/* line 3769, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-right-aside .chat .chat-message, body.dark-only .compact-wrapper .chat-box .chat-right-aside .chat .chat-message {
  background-color: #111727;
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3773, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-right-aside .chat .chat-message .input-group .form-control, body.dark-only .compact-wrapper .chat-box .chat-right-aside .chat .chat-message .input-group .form-control {
  background-color: #111727;
}

/* line 3783, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-history .call-icons ul li, body.dark-only .compact-wrapper .chat-box .chat-history .call-icons ul li {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3785, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-history .call-icons ul li a, body.dark-only .compact-wrapper .chat-box .chat-history .call-icons ul li a {
  color: #98a6ad;
}

/* line 3796, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .bitcoin-chat .chat .chat-msg-box .message.my-message, body.dark-only .compact-wrapper .chat-box .bitcoin-chat .chat .chat-msg-box .message.my-message {
  background-color: #1c222b;
}

/* line 3798, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .bitcoin-chat .chat .chat-msg-box .message.my-message .chat-user-img, body.dark-only .compact-wrapper .chat-box .bitcoin-chat .chat .chat-msg-box .message.my-message .chat-user-img {
  border: 2px solid rgba(36, 105, 92, 0.2);
}

/* line 3803, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .chat-box .bitcoin-chat .chat .chat-msg-box .message.other-message .chat-user-img, body.dark-only .compact-wrapper .chat-box .bitcoin-chat .chat .chat-msg-box .message.other-message .chat-user-img {
  border: 2px solid rgba(36, 105, 92, 0.2);
}

/* line 3812, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper pre, body.dark-only .compact-wrapper pre {
  background-color: rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 3816, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .scorlled, body.dark-only .compact-wrapper .scorlled {
  background-color: #202938;
}

/* line 3819, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .input-group-air, body.dark-only .compact-wrapper .input-group-air {
  box-shadow: 0 3px 20px 0 rgba(36, 105, 92, 0.2);
}

/* line 3823, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .input-group-solid .input-group-text, body.dark-only .page-wrapper.horizontal-wrapper .input-group-solid .form-control, body.dark-only .compact-wrapper .input-group-solid .input-group-text, body.dark-only .compact-wrapper .input-group-solid .form-control {
  background: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 3829, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .semilight-bg-color, body.dark-only .page-wrapper.horizontal-wrapper .header-bg-color, body.dark-only .compact-wrapper .semilight-bg-color, body.dark-only .compact-wrapper .header-bg-color {
  background-color: #fff;
}

/* line 3832, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .list-group-item, body.dark-only .compact-wrapper .list-group-item {
  background-color: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 3836, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .list-group-item.active, body.dark-only .compact-wrapper .list-group-item.active {
  background-color: #24695c !important;
  border-color: #24695c;
  color: #fff;
}

/* line 3841, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .list-group-item:hover, body.dark-only .page-wrapper.horizontal-wrapper .list-group-item:focus, body.dark-only .compact-wrapper .list-group-item:hover, body.dark-only .compact-wrapper .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 3848, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .list-group-item-action:hover:not(.active), body.dark-only .page-wrapper.horizontal-wrapper .list-group-item-action:focus, body.dark-only .compact-wrapper .list-group-item-action:hover:not(.active), body.dark-only .compact-wrapper .list-group-item-action:focus {
  background-color: #202938;
}

/* line 3854, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .list-group-flush .list-group-item, body.dark-only .compact-wrapper .list-group-flush .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

/* line 3860, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .list-group-item-primary, body.dark-only .compact-wrapper .list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 3864, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .list-group-item-secondary, body.dark-only .compact-wrapper .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 3868, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .list-group-item-success, body.dark-only .compact-wrapper .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 3872, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .list-group-item-danger, body.dark-only .compact-wrapper .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 3876, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .list-group-item-warning, body.dark-only .compact-wrapper .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 3880, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .list-group-item-info, body.dark-only .compact-wrapper .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 3884, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .list-group-item-light, body.dark-only .compact-wrapper .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 3888, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .list-group-item-dark, body.dark-only .compact-wrapper .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 3892, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .auth-bg, body.dark-only .compact-wrapper .auth-bg {
  background-blend-mode: overlay;
  background-color: rgba(54, 64, 74, 0.9);
}

/* line 3896, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .auth-bg .authentication-box .card, body.dark-only .compact-wrapper .auth-bg .authentication-box .card {
  background-color: #111727;
}

/* line 3900, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .auth-bg .authentication-box .card .theme-form .form-group input, body.dark-only .compact-wrapper .auth-bg .authentication-box .card .theme-form .form-group input {
  color: rgba(255, 255, 255, 0.7);
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3905, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .auth-bg .authentication-box .card .theme-form .form-group label, body.dark-only .compact-wrapper .auth-bg .authentication-box .card .theme-form .form-group label {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3910, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .auth-bg .authentication-box .card .theme-form .checkbox label, body.dark-only .compact-wrapper .auth-bg .authentication-box .card .theme-form .checkbox label {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3912, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .auth-bg .authentication-box .card .theme-form .checkbox label::before, body.dark-only .compact-wrapper .auth-bg .authentication-box .card .theme-form .checkbox label::before {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3920, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .auth-bg .authentication-box h3, body.dark-only .page-wrapper.horizontal-wrapper .auth-bg .authentication-box h4, body.dark-only .page-wrapper.horizontal-wrapper .auth-bg .authentication-box h6, body.dark-only .compact-wrapper .auth-bg .authentication-box h3, body.dark-only .compact-wrapper .auth-bg .authentication-box h4, body.dark-only .compact-wrapper .auth-bg .authentication-box h6 {
  color: #fff;
}

/* line 3925, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .auth-bg-video, body.dark-only .compact-wrapper .auth-bg-video {
  background-blend-mode: overlay;
  background-color: rgba(54, 64, 74, 0.7);
}

/* line 3929, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .auth-bg-video .authentication-box h4, body.dark-only .page-wrapper.horizontal-wrapper .auth-bg-video .authentication-box h3, body.dark-only .compact-wrapper .auth-bg-video .authentication-box h4, body.dark-only .compact-wrapper .auth-bg-video .authentication-box h3 {
  color: #fff;
}

/* line 3932, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .auth-bg-video .authentication-box h6, body.dark-only .compact-wrapper .auth-bg-video .authentication-box h6 {
  color: #98a6ad;
}

/* line 3935, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .auth-bg-video .authentication-box .card, body.dark-only .compact-wrapper .auth-bg-video .authentication-box .card {
  background-color: #111727;
}

/* line 3939, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .auth-bg-video .authentication-box .card .theme-form .form-group input[type=text],
body.dark-only .page-wrapper.horizontal-wrapper .auth-bg-video .authentication-box .card .theme-form .form-group input[type=password], body.dark-only .compact-wrapper .auth-bg-video .authentication-box .card .theme-form .form-group input[type=text],
body.dark-only .compact-wrapper .auth-bg-video .authentication-box .card .theme-form .form-group input[type=password] {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 3948, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .auth-bg-video .authentication-box .card .theme-form .checkbox label::before, body.dark-only .compact-wrapper .auth-bg-video .authentication-box .card .theme-form .checkbox label::before {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 3961, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .error-wrapper .maintenance-icons li i, body.dark-only .compact-wrapper .error-wrapper .maintenance-icons li i {
  color: rgba(36, 105, 92, 0.2);
}

/* line 3965, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .error-wrapper .maintenance-icons li:nth-child(3) i, body.dark-only .compact-wrapper .error-wrapper .maintenance-icons li:nth-child(3) i {
  color: rgba(36, 105, 92, 0.2);
}

/* line 3972, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .modal-content, body.dark-only .compact-wrapper .modal-content {
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 3975, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .modal-content .modal-header, body.dark-only .compact-wrapper .modal-content .modal-header {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 3979, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .modal-content .modal-header .close, body.dark-only .compact-wrapper .modal-content .modal-header .close {
  color: #98a6ad;
}

/* line 3983, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .modal-content .modal-footer, body.dark-only .compact-wrapper .modal-content .modal-footer {
  background-color: #111727;
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 3988, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .btn-close, body.dark-only .compact-wrapper .btn-close {
  filter: invert(1);
}

/* line 3991, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .comingsoon, body.dark-only .compact-wrapper .comingsoon {
  background-blend-mode: overlay;
  background-color: rgba(54, 64, 74, 0.9);
}

/* line 3995, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .comingsoon .comingsoon-inner h5, body.dark-only .compact-wrapper .comingsoon .comingsoon-inner h5 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3998, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .comingsoon .comingsoon-inner .countdown, body.dark-only .compact-wrapper .comingsoon .comingsoon-inner .countdown {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4001, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .comingsoon .comingsoon-inner .countdown .title, body.dark-only .compact-wrapper .comingsoon .comingsoon-inner .countdown .title {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4006, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .comingsoon .comingsoon-inner .coming-soon-bottom-link a, body.dark-only .compact-wrapper .comingsoon .comingsoon-inner .coming-soon-bottom-link a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4013, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .theme-form .login-divider, body.dark-only .compact-wrapper .theme-form .login-divider {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4015, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .theme-form .login-divider:before, body.dark-only .compact-wrapper .theme-form .login-divider:before {
  background: rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 4021, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .authentication-main, body.dark-only .compact-wrapper .authentication-main {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 4025, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .authentication-main .auth-innerright .reset-password-box .card, body.dark-only .compact-wrapper .authentication-main .auth-innerright .reset-password-box .card {
  background-color: #111727;
}

/* line 4028, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .authentication-main .auth-innerright .reset-password-box .reset-password-link, body.dark-only .compact-wrapper .authentication-main .auth-innerright .reset-password-box .reset-password-link {
  color: #98a6ad;
}

/* line 4033, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .form-group label, body.dark-only .compact-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .form-group label {
  color: #98a6ad;
}

/* line 4036, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .form-group .form-control, body.dark-only .compact-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .form-group .form-control {
  background-color: #202938;
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 4042, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .opt-box, body.dark-only .compact-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .opt-box {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 4048, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .authentication-main .auth-innerright .authentication-box h4, body.dark-only .compact-wrapper .authentication-main .auth-innerright .authentication-box h4 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4051, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .authentication-main .auth-innerright .authentication-box h6, body.dark-only .compact-wrapper .authentication-main .auth-innerright .authentication-box h6 {
  color: #98a6ad;
}

/* line 4054, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .authentication-main .auth-innerright .authentication-box h3, body.dark-only .compact-wrapper .authentication-main .auth-innerright .authentication-box h3 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4057, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .authentication-main .auth-innerright .authentication-box .card, body.dark-only .compact-wrapper .authentication-main .auth-innerright .authentication-box .card {
  background-color: #111727;
}

/* line 4061, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .form-group input[type=text],
body.dark-only .page-wrapper.horizontal-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .form-group input[type=password], body.dark-only .compact-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .form-group input[type=text],
body.dark-only .compact-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .form-group input[type=password] {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 4070, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .checkbox label::before, body.dark-only .compact-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .checkbox label::before {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4081, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .vertical-menu-main, body.dark-only .compact-wrapper .vertical-menu-main {
  background-color: #111727;
}

/* line 4085, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .pixelstrap a, body.dark-only .compact-wrapper .pixelstrap a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4087, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .pixelstrap a:focus, body.dark-only .page-wrapper.horizontal-wrapper .pixelstrap a:active, body.dark-only .page-wrapper.horizontal-wrapper .pixelstrap a:hover, body.dark-only .compact-wrapper .pixelstrap a:focus, body.dark-only .compact-wrapper .pixelstrap a:active, body.dark-only .compact-wrapper .pixelstrap a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4096, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .pixelstrap > li > a.highlighted:before, body.dark-only .compact-wrapper .pixelstrap > li > a.highlighted:before {
  background-color: #111727;
}

/* line 4100, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .pixelstrap > li > a.highlighted:after, body.dark-only .compact-wrapper .pixelstrap > li > a.highlighted:after {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 4108, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .border-top, body.dark-only .compact-wrapper .border-top {
  border-top: 1px solid rgba(36, 105, 92, 0.2) !important;
}

/* line 4112, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .table td, body.dark-only .page-wrapper.horizontal-wrapper .table th, body.dark-only .compact-wrapper .table td, body.dark-only .compact-wrapper .table th {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4116, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .breadcrumb, body.dark-only .compact-wrapper .breadcrumb {
  background-color: #202938;
}

/* line 4119, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .table-bordered, body.dark-only .compact-wrapper .table-bordered {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4123, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .table-border-horizontal tr, body.dark-only .page-wrapper.horizontal-wrapper .table-border-horizontal th, body.dark-only .page-wrapper.horizontal-wrapper .table-border-horizontal td, body.dark-only .compact-wrapper .table-border-horizontal tr, body.dark-only .compact-wrapper .table-border-horizontal th, body.dark-only .compact-wrapper .table-border-horizontal td {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4127, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper thead, body.dark-only .page-wrapper.horizontal-wrapper tbody, body.dark-only .page-wrapper.horizontal-wrapper tfoot, body.dark-only .page-wrapper.horizontal-wrapper tr, body.dark-only .page-wrapper.horizontal-wrapper td, body.dark-only .page-wrapper.horizontal-wrapper th, body.dark-only .compact-wrapper thead, body.dark-only .compact-wrapper tbody, body.dark-only .compact-wrapper tfoot, body.dark-only .compact-wrapper tr, body.dark-only .compact-wrapper td, body.dark-only .compact-wrapper th {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4130, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .btn-light, body.dark-only .compact-wrapper .btn-light {
  background-color: #202938 !important;
  border-color: rgba(36, 105, 92, 0.2) !important;
  color: rgba(255, 255, 255, 0.7);
}

/* line 4136, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .profile-greeting .btn-light, body.dark-only .compact-wrapper .profile-greeting .btn-light {
  background-color: #e6edef !important;
  border-color: #e6edef !important;
  color: #24695c !important;
}

/* line 4144, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .note-editor.note-frame .note-statusbar, body.dark-only .compact-wrapper .note-editor.note-frame .note-statusbar {
  background-color: #202938;
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4148, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .note-editor.note-frame .note-status-output, body.dark-only .compact-wrapper .note-editor.note-frame .note-status-output {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 4154, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .contacts-tabs .nav-pills, body.dark-only .compact-wrapper .contacts-tabs .nav-pills {
  border-right: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4157, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .contacts-tabs .nav-pills .nav-link + .nav-link, body.dark-only .compact-wrapper .contacts-tabs .nav-pills .nav-link + .nav-link {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4169, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .list-persons .profile-mail .media .media-body ul li + li, body.dark-only .compact-wrapper .list-persons .profile-mail .media .media-body ul li + li {
  border-left: 2px solid rgba(36, 105, 92, 0.2);
}

/* line 4181, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .blog-box.blog-shadow .blog-details h4, body.dark-only .compact-wrapper .blog-box.blog-shadow .blog-details h4 {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1366px) {
  /* line 4191, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .page-wrapper.horizontal-wrapper .earning-card .card-body > .row .border-right, body.dark-only .compact-wrapper .earning-card .card-body > .row .border-right {
    border-bottom: 1px solid rgba(36, 105, 92, 0.2) !important;
  }
  /* line 4200, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .page-wrapper.horizontal-wrapper .chart_data_left .card-body .chart-main .media, body.dark-only .page-wrapper.horizontal-wrapper .chart_data_right .card-body .chart-main .media, body.dark-only .compact-wrapper .chart_data_left .card-body .chart-main .media, body.dark-only .compact-wrapper .chart_data_right .card-body .chart-main .media {
    border-right: 1px solid rgba(36, 105, 92, 0.2);
  }
}

@media (min-width: 1200px) {
  /* line 4209, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .page-wrapper.horizontal-wrapper .pixelstrap ul, body.dark-only .compact-wrapper .pixelstrap ul {
    background: #202938;
    border: 1px solid rgba(36, 105, 92, 0.2);
  }
  /* line 4213, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .page-wrapper.horizontal-wrapper .pixelstrap ul a:hover, body.dark-only .page-wrapper.horizontal-wrapper .pixelstrap ul a:focus, body.dark-only .page-wrapper.horizontal-wrapper .pixelstrap ul a:active, body.dark-only .page-wrapper.horizontal-wrapper .pixelstrap ul a.highlighted, body.dark-only .compact-wrapper .pixelstrap ul a:hover, body.dark-only .compact-wrapper .pixelstrap ul a:focus, body.dark-only .compact-wrapper .pixelstrap ul a:active, body.dark-only .compact-wrapper .pixelstrap ul a.highlighted {
    color: #24695c;
  }
  /* line 4219, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .page-wrapper.horizontal-wrapper .pixelstrap ul a.current, body.dark-only .compact-wrapper .pixelstrap ul a.current {
    background-color: #202938;
    color: #24695c;
  }
}

/* line 4228, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .mega-menu .title, body.dark-only .compact-wrapper .mega-menu .title {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4235, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .mega-menu .galleria-list .galleria > div .username, body.dark-only .compact-wrapper .mega-menu .galleria-list .galleria > div .username {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4237, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .mega-menu .galleria-list .galleria > div .username small, body.dark-only .compact-wrapper .mega-menu .galleria-list .galleria > div .username small {
  color: #98a6ad;
}

/* line 4247, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .mega-menu .list-unstyled div a:hover, body.dark-only .compact-wrapper .mega-menu .list-unstyled div a:hover {
  color: #24695c;
}

/* line 4255, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .default-according .card, body.dark-only .compact-wrapper .default-according .card {
  background-color: #111727;
}

/* line 4257, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .default-according .card .btn-link, body.dark-only .compact-wrapper .default-according .card .btn-link {
  background-color: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: #fff;
}

/* line 4262, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .default-according .card .text-muted, body.dark-only .compact-wrapper .default-according .card .text-muted {
  color: #98a6ad !important;
}

/* line 4267, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .default-according .bg-primary .btn-link, body.dark-only .compact-wrapper .default-according .bg-primary .btn-link {
  background-color: #24695c;
  border: 1px solid #24695c;
}

/* line 4273, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .default-according .bg-secondary .btn-link, body.dark-only .compact-wrapper .default-according .bg-secondary .btn-link {
  background-color: #ba895d;
  border: 1px solid #ba895d;
}

/* line 4280, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .collapse .card-body, body.dark-only .compact-wrapper .collapse .card-body {
  background-color: #111727;
}

@media screen and (max-width: 1660px) {
  /* line 4289, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-history .call-icons ul li, body.dark-only .compact-wrapper .chat-box .chat-history .call-icons ul li {
    border: 1px solid rgba(36, 105, 92, 0.2);
  }
  /* line 4295, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-history .total-time h2, body.dark-only .compact-wrapper .chat-box .chat-history .total-time h2 {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 4302, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .page-wrapper.horizontal-wrapper .caller-img img, body.dark-only .compact-wrapper .caller-img img {
    opacity: 0.7;
  }
  /* line 4309, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .page-wrapper.horizontal-wrapper .chat-box .chat-history .call-content > div, body.dark-only .compact-wrapper .chat-box .chat-history .call-content > div {
    background-color: #111727;
    background-blend-mode: overlay;
  }
}

/* line 4318, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .page-wrapper.horizontal-wrapper .pixelstrap ul, body.dark-only .compact-wrapper .pixelstrap ul {
  background: #111727;
}

@media only screen and (max-width: 575px) {
  /* line 4325, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .page-wrapper.horizontal-wrapper .widget-joins .border-after-xs:after, body.dark-only .compact-wrapper .widget-joins .border-after-xs:after {
    background-color: rgba(36, 105, 92, 0.2);
  }
}

/* line 4332, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .lg-backdrop {
  background-color: #202938;
}

/* line 4336, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .lg-outer .lg-thumb-outer {
  background-color: #111727;
}

/* line 4340, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .drag {
  background-color: #111727;
}

/* line 4342, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .drag form {
  background: #111727;
  box-shadow: 0 0 30px rgba(36, 105, 92, 0.2);
  border: 1px dotted rgba(36, 105, 92, 0.2);
}

/* line 4346, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .drag form input {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 4351, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .drag form .help-block {
  text-transform: capitalize;
  color: #98a6ad;
}

/* line 4358, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .draggable input {
  background-color: #202938;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4363, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .draggable p {
  color: #98a6ad;
}

/* line 4366, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .draggable select {
  background-color: #202938;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4373, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .draggable .radio label::before, body.dark-only .draggable .checkbox label::before {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4381, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-container--default .select2-selection--multiple, body.dark-only .select2-container--default .select2-selection--single {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2) !important;
}

/* line 4386, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-container--default .select2-search--inline .select2-search__field {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4391, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4396, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 4406, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .form-bookmark .form-group .select2-container .select2-selection--single {
  border-color: rgba(255, 255, 255, 0.7);
}

/* line 4412, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-dropdown {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4417, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn .form-control-primary {
  border-color: #24695c !important;
  color: #24695c !important;
}

/* line 4421, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn .form-control-secondary {
  border-color: #ba895d !important;
  color: #ba895d !important;
}

/* line 4425, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn .form-control-success {
  border-color: #1b4c43 !important;
  color: #1b4c43 !important;
}

/* line 4429, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn .form-control-info {
  border-color: #717171 !important;
  color: #717171 !important;
}

/* line 4433, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn .form-control-warning {
  border-color: #e2c636 !important;
  color: #e2c636 !important;
}

/* line 4437, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn .form-control-danger {
  border-color: #d22d3d !important;
  color: #d22d3d !important;
}

/* line 4441, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn .form-control-inverse {
  border-color: #fff !important;
  color: #fff !important;
}

/* line 4445, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn .form-control-primary-fill {
  background-color: #24695c !important;
  color: #fff !important;
}

/* line 4449, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn .form-control-secondary-fill {
  background-color: #ba895d !important;
  color: #fff !important;
}

/* line 4453, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn .form-control-success-fill {
  background-color: #1b4c43 !important;
  color: #fff !important;
}

/* line 4457, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn .form-control-info-fill {
  background-color: #717171 !important;
  color: #fff !important;
}

/* line 4461, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn .form-control-warning-fill {
  background-color: #e2c636 !important;
  color: #fff !important;
}

/* line 4465, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn .form-control-danger-fill {
  background-color: #d22d3d !important;
  color: #fff !important;
}

/* line 4469, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn .form-control-inverse-fill {
  background-color: #fff !important;
  color: #000 !important;
}

/* line 4475, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 4481, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .theme-form .form-group select.form-control:not([size]):not([multiple]) {
  background-color: #202938;
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 4486, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .theme-form .form-group input[type=text], body.dark-only .theme-form .form-group input[type=email], body.dark-only .theme-form .form-group input[type=search],
body.dark-only .theme-form .form-group input[type=password], body.dark-only .theme-form .form-group input[type=number], body.dark-only .theme-form .form-group input[type=tel], body.dark-only .theme-form .form-group input[type=date], body.dark-only .theme-form .form-group input[type=datetime-local], body.dark-only .theme-form .form-group input[type=time], body.dark-only .theme-form .form-group input[type=datetime-local], body.dark-only .theme-form .form-group input[type=month], body.dark-only .theme-form .form-group input[type=week],
body.dark-only .theme-form .form-group input[type=url], body.dark-only .theme-form .form-group input[type=file], body.dark-only .theme-form .form-group select {
  border-color: rgba(36, 105, 92, 0.2);
  background-color: #202938;
  color: rgba(255, 255, 255, 0.7);
}

/* line 4492, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .theme-form .form-group input[type=text]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=email]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=search]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=password]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=number]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=tel]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=date]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=time]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=month]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=week]::-webkit-input-placeholder,
body.dark-only .theme-form .form-group input[type=url]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=file]::-webkit-input-placeholder, body.dark-only .theme-form .form-group select::-webkit-input-placeholder {
  color: #98a6ad;
}

/* line 4496, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .theme-form .form-group .form-control {
  background-color: #202938;
  color: rgba(255, 255, 255, 0.7);
}

/* line 4500, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .theme-form .form-group textarea {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 4504, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .theme-form .form-divider {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4506, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .theme-form .form-divider::before {
  background: #111727;
  color: rgba(255, 255, 255, 0.7);
}

/* line 4512, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .CodeMirror {
  background: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 4517, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .CodeMirror .CodeMirror-code pre {
  background: #111727;
}

/* line 4522, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .editor-statusbar {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 4525, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .editor-toolbar {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
  border-left: 1px solid rgba(36, 105, 92, 0.2);
  border-right: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4529, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .editor-toolbar a {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 4531, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .editor-toolbar a:hover, body.dark-only .editor-toolbar a.active {
  background: rgba(36, 105, 92, 0.2);
}

/* line 4536, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .editor-toolbar i.separator {
  border-left: 1px solid #98a6ad;
  border-right: 1px solid #98a6ad;
}

/* line 4543, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .editor-toolbar.disabled-for-preview a:not(.no-disable) {
  background: rgba(36, 105, 92, 0.2);
}

/* line 4548, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .editor-preview {
  background-color: #111727;
}

/* line 4551, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .editor-toolbar.fullscreen, body.dark-only .editor-preview-side {
  background: #111727;
  border: 1px solid #98a6ad;
}

/* line 4555, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .u-step {
  background: rgba(36, 105, 92, 0.2);
}

/* line 4557, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .u-step.active, body.dark-only .u-step.current {
  background: #24695c;
  color: #fff;
}

/* line 4563, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .u-step-title, body.dark-only .u-pearl-title {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4566, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .u-step-number {
  background-color: #111727;
}

/* line 4570, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .u-pearl:before {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 4574, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .u-pearl-number, body.dark-only .u-pearl-icon {
  background: #202938;
  border: 2px solid rgba(36, 105, 92, 0.2);
}

/* line 4579, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .u-pearl.disabled .u-pearl-icon, body.dark-only .u-pearl.disabled .u-pearl-number {
  background: rgba(36, 105, 92, 0.2);
  border: 2px solid rgba(36, 105, 92, 0.2);
}

/* line 4583, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .u-pearl.disabled:after {
  background-color: #334053;
}

/* line 4588, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .u-pearl.error:after {
  background-color: #202938;
}

/* line 4592, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .note-editor.note-frame {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 4595, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .note-editor.note-frame .note-editing-area .note-editable {
  background-color: #111727;
  color: rgba(255, 255, 255, 0.7);
}

/* line 4601, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .swal-modal {
  background-color: #111727;
}

/* line 4603, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .swal-modal .swal-title {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4606, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .swal-modal .swal-text {
  color: #98a6ad;
}

/* line 4609, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .swal-modal .swal-content__input {
  background-color: #202938;
  color: rgba(255, 255, 255, 0.7);
}

/* line 4614, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .nav-tabs {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4617, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .nav-tabs .nav-link.active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(36, 105, 92, 0.2);
  background-color: #202938;
}

/* line 4622, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .nav-tabs .nav-link:hover, body.dark-only .nav-tabs .nav-link:focus {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 4628, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .nav-tabs .nav-item.show .nav-link {
  background-color: #111727;
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 4638, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.active, body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.focus, body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.hover {
  border-color: #111727 rgba(36, 105, 92, 0.2) rgba(36, 105, 92, 0.2);
}

/* line 4647, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .nav-success .nav-link, body.dark-only .nav-pills.nav-success .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4653, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .nav-pills.nav-success .nav-link
.border-tab.nav-left .nav-link, body.dark-only .border-tab.nav-right .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4655, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .nav-pills.nav-success .nav-link
.border-tab.nav-left .nav-link.active, body.dark-only .border-tab.nav-right .nav-link.active {
  color: #24695c;
}

/* line 4660, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .nav-pills.nav-success .nav-link
.border-tab.nav-left .show > .nav-link, body.dark-only .border-tab.nav-right .show > .nav-link {
  color: #24695c;
}

/* line 4667, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-left.nav-secondary .nav-link.active, body.dark-only .border-tab.nav-left.nav-secondary .nav-link:focus, body.dark-only .border-tab.nav-left.nav-secondary .nav-link:hover {
  border-left-color: #ba895d;
  color: #ba895d !important;
}

/* line 4674, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-left.nav-secondary .show > .nav-link {
  border-left-color: #ba895d;
  color: #ba895d !important;
}

/* line 4678, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-left.nav-secondary .nav-item.show {
  color: #ba895d !important;
  border-left-color: #ba895d;
}

/* line 4685, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-left.nav-success .nav-link.active, body.dark-only .border-tab.nav-left.nav-success .nav-link:focus, body.dark-only .border-tab.nav-left.nav-success .nav-link:hover {
  color: #1b4c43 !important;
}

/* line 4691, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-left.nav-success .show > .nav-link {
  border-left-color: #1b4c43;
  color: #1b4c43 !important;
}

/* line 4695, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-left.nav-success .nav-item.show {
  color: #1b4c43 !important;
  border-left-color: #1b4c43;
}

/* line 4702, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-right.nav-info .nav-link.active, body.dark-only .border-tab.nav-right.nav-info .nav-link:focus, body.dark-only .border-tab.nav-right.nav-info .nav-link:hover {
  color: #717171 !important;
}

/* line 4708, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-right.nav-info .show > .nav-link {
  border-left-color: #717171;
  color: #717171 !important;
}

/* line 4712, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-right.nav-info .nav-item.show {
  color: #717171 !important;
  border-left-color: #717171;
}

/* line 4719, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-secondary .nav-link.active, body.dark-only .border-tab.nav-secondary .nav-link:focus, body.dark-only .border-tab.nav-secondary .nav-link:hover {
  color: #ba895d !important;
}

/* line 4726, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-secondary .nav-item.show {
  color: #ba895d !important;
}

/* line 4733, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-success .nav-link.active, body.dark-only .border-tab.nav-success .nav-link:focus, body.dark-only .border-tab.nav-success .nav-link:hover {
  color: #1b4c43 !important;
}

/* line 4740, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .border-tab.nav-success .nav-item.show {
  color: #1b4c43 !important;
}

/* line 4745, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dropdown-divider {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4748, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .icon-hover-bottom {
  background-color: #111727;
  box-shadow: 0px 0px 1px 1px rgba(36, 105, 92, 0.2);
}

/* line 4751, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .icon-hover-bottom .icon-title {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4754, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .icon-hover-bottom span {
  color: #98a6ad;
}

/* line 4758, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .icon-hover-bottom .form-group input {
  background-color: #202938;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4765, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .icon-hover-bottom .icon-first i {
  color: #98a6ad;
}

/* line 4770, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only code {
  background-color: #202938;
  border-radius: 2px;
}

/* line 4775, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only #cd-timeline::before {
  background: rgba(36, 105, 92, 0.2);
}

/* line 4779, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeliny {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4782, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeliny::before {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 4785, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeliny .timeliny-dot {
  background-color: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4788, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeliny .timeliny-dot::before {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4796, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::before {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4799, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot:after {
  background-color: #202938;
  border-color: rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 4808, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover {
  background-color: #24695c;
}

/* line 4810, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover::before {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4818, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock .timeliny-dot:hover::after {
  background-color: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 4832, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .todo .todo-list-wrapper #todo-list li .task-container {
  background: #111727;
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4835, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .todo .todo-list-wrapper #todo-list li .task-container .task-label {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4839, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .todo .todo-list-wrapper #todo-list li .task-container:hover h4 {
  color: #fff;
}

/* line 4845, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box:hover:not(.active) {
  background: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4854, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .todo .todo-list-wrapper #todo-list li.completed .task-container .task-label {
  color: #24695c;
}

/* line 4858, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .todo .todo-list-wrapper #todo-list li.completed .task-container .complete-btn:hover {
  border: 1px solid #1b4c43 !important;
}

/* line 4868, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea {
  background-color: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

/* line 4877, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .introjs-helperLayer {
  background-color: rgba(54, 64, 74, 0.9);
  border: rgba(255, 255, 255, 0.5);
}

/* line 4882, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .jstree-default .jstree-node, body.dark-only .jstree-default .jstree-icon {
  color: #455869 !important;
}

/* line 4885, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .jstree-default .jstree-anchor {
  color: #98a6ad;
}

/* line 4888, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .jstree-default .jstree-clicked {
  color: #fff;
  background-color: transparent;
}

/* line 4892, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .jstree-default .jstree-hovered {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4898, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only span.twitter-typeahead .tt-menu {
  background-color: #202938;
  color: rgba(255, 255, 255, 0.7);
}

/* line 4902, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only span.twitter-typeahead .tt-suggestion {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4904, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only span.twitter-typeahead .tt-suggestion:hover, body.dark-only span.twitter-typeahead .tt-suggestion:focus {
  background-color: #111727;
}

/* line 4911, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .typography small {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4915, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .blockquote-footer {
  color: #98a6ad;
}

/* line 4919, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .code-box-copy pre {
  background-color: #202938;
}

/* line 4921, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .code-box-copy pre code {
  background-color: #202938;
}

/* line 4925, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .code-box-copy pre[class*="language-"] {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4928, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .code-box-copy .code-box-copy__btn {
  background-color: #202938;
  border: 1px solid rgba(36, 105, 92, 0.2);
  color: #fff;
}

/* line 4933, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .code-box-copy code[class*=language-], body.dark-only .code-box-copy pre[class*=language-] {
  text-shadow: 0px 1px #000;
}

/* line 4935, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .code-box-copy code[class*=language-] ::selection, body.dark-only .code-box-copy pre[class*=language-] ::selection {
  text-shadow: none;
  background: #111727;
}

/* line 4941, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only table.fixedHeader-floating {
  background-color: #202938;
}

/* line 4944, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dt-button-info {
  background-color: #111727;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4947, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dt-button-info h2 {
  background-color: #111727;
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4953, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only #keytable_wrapper .dataTables_paginate, body.dark-only #column-selector_wrapper .dataTables_paginate, body.dark-only #auto-fill_wrapper .dataTables_paginate, body.dark-only #custom-button_wrapper .dataTables_paginate, body.dark-only #class-button_wrapper .dataTables_paginate, body.dark-only #keyboard-btn_wrapper .dataTables_paginate, body.dark-only #multilevel-btn_wrapper .dataTables_paginate, body.dark-only #pagelength-btn_wrapper .dataTables_paginate, body.dark-only #basic-colreorder_wrapper .dataTables_paginate, body.dark-only #state-saving_wrapper .dataTables_paginate, body.dark-only #real-time_wrapper .dataTables_paginate, body.dark-only #basic-fixed-header_wrapper .dataTables_paginate, body.dark-only #fixed-header-footer_wrapper .dataTables_paginate, body.dark-only #export-button_wrapper .dataTables_paginate, body.dark-only #excel-cust-bolder_wrapper .dataTables_paginate, body.dark-only #cust-json_wrapper .dataTables_paginate, body.dark-only #basic-key-table_wrapper .dataTables_paginate, body.dark-only #focus-cell_wrapper .dataTables_paginate, body.dark-only #responsive_wrapper .dataTables_paginate, body.dark-only #new-cons_wrapper .dataTables_paginate, body.dark-only #show-hidden-row_wrapper .dataTables_paginate, body.dark-only #basic-row-reorder_wrapper .dataTables_paginate, body.dark-only #full-row_wrapper .dataTables_paginate, body.dark-only #rest-column_wrapper .dataTables_paginate {
  border: none;
}

/* line 4960, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only #example-style-8_wrapper table.dataTable.stripe tbody tr.odd, body.dark-only #example-style-8_wrapper table.dataTable.display tbody tr.odd {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 4966, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .error-wrapper {
  background-color: rgba(54, 64, 74, 0.8);
}

/* line 4968, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .error-wrapper .sub-content {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4972, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .b-light {
  border: 1px solid rgba(36, 105, 92, 0.2) !important;
}

/* line 4975, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .modal-content {
  background-color: #111727;
}

/* line 4977, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .modal-content .modal-header {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4981, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .modal-content .ui-front .form-control {
  background-color: #111727;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 4990, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .stepwizard .stepwizard-row:before {
  background-color: #98a6ad;
}

/* line 4996, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .modal .theme-close {
  background-color: #111727 !important;
  filter: invert(0);
}

/* line 5001, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .token.atrule, body.dark-only .token.attr-value, body.dark-only .token.keyword {
  color: #717171;
}

/* line 5005, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .token.boolean, body.dark-only .token.constant, body.dark-only .token.deleted, body.dark-only .token.number, body.dark-only .token.property, body.dark-only .token.symbol, body.dark-only .token.tag {
  color: #d22d3d;
}

/* line 5010, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .loader-box.card-loader {
  background-color: #111727;
}

/* line 5016, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .my-gallery.gallery-with-description img {
  border: 1px solid rgba(36, 105, 92, 0.2) !important;
  border-bottom: none !important;
}

/* line 5024, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-primary.inverse {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5024, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-secondary.inverse {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5024, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-success.inverse {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5024, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-danger.inverse {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5024, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-warning.inverse {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5024, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-info.inverse {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5024, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-light.inverse {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5024, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-dark.inverse {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5031, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-theme span + span + span {
  border-left: 5px solid #24695c;
  background-color: #202938;
  border-radius: 4px;
}

/* line 5038, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .alert-theme i {
  color: #fff;
  padding: 20px;
  margin-right: 20px !important;
}

/* line 5046, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .user-card .user-deatils h6 {
  color: #98a6ad;
}

/* line 5052, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .user-card .card-footer > div:first-child {
  border-right: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 5057, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .user-card .card-footer .user-footer h6 {
  color: #98a6ad;
}

/* line 5061, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .user-card .card-footer .user-footer svg path, body.dark-only .user-card .card-footer .user-footer svg rect {
  color: #98a6ad;
}

/* line 5073, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dashboard-chat .chat .media .media-body .message-main p {
  background-color: #202938;
}

/* line 5076, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dashboard-chat .chat .media .media-body .message-main.smiley-bg {
  background-color: #202938;
}

/* line 5085, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dashboard-chat .chat .right-side-chat .media-body p:before {
  border-left: 7px solid rgba(36, 105, 92, 0.2);
}

/* line 5094, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .dashboard-chat .chat .left-side-chat .media-body p:before {
  border-right: 7px solid rgba(36, 105, 92, 0.2);
}

/* line 5102, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .selling-update {
  border: 2px solid rgba(36, 105, 92, 0.2);
}

/* line 5108, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bitcoin-accordion .card .media-accordion .media:nth-child(2) {
  background-color: #1c222b;
}

/* line 5113, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bitcoin-accordion .card .media-accordion .media .media-body p {
  color: #98a6ad;
}

/* line 5117, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bitcoin-accordion .card .media-accordion .media + .media {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 5124, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .server-card-bg {
  background-color: #181f27 !important;
}

/* line 5130, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .server-widgets .bottom-server h5 .second-color {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5137, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .select2-drpdwn-project .form-control {
  background-color: #111727 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

/* line 5146, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .tabs-project .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5154, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .current-progress table tr td, body.dark-only .current-progress table tr th, body.dark-only .order-history table tr td, body.dark-only .order-history table tr th {
  border-top: none !important;
}

/* line 5159, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .current-progress .title-orders, body.dark-only .order-history .title-orders {
  background-color: #202938;
}

/* line 5166, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .navigation-option ul li a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5169, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .navigation-option ul li:hover {
  background-color: #202938;
}

/* line 5177, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .product-box .product-details h6 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5180, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .product-box .product-details span {
  color: #98a6ad;
}

/* line 5187, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .product-box .product-img .product-hover ul li {
  background-color: #111727;
}

/* line 5189, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .product-box .product-img .product-hover ul li:hover {
  background-color: #000;
  color: #fff;
}

/* line 5202, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .browse .browse-articles ul li a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5205, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .browse .browse-articles ul li:hover {
  background-color: #202938;
}

/* line 5224, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-primary input[type="radio"] + label::before {
  border-color: #24695c !important;
}

/* line 5227, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-primary input[type="radio"] + label::after {
  background-color: #24695c;
}

/* line 5233, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-primary input[type="radio"]:checked + label::before {
  border-color: #24695c !important;
}

/* line 5236, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-primary input[type="radio"]:checked + label::after {
  background-color: #24695c;
}

/* line 5224, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-secondary input[type="radio"] + label::before {
  border-color: #ba895d !important;
}

/* line 5227, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-secondary input[type="radio"] + label::after {
  background-color: #ba895d;
}

/* line 5233, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-secondary input[type="radio"]:checked + label::before {
  border-color: #ba895d !important;
}

/* line 5236, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-secondary input[type="radio"]:checked + label::after {
  background-color: #ba895d;
}

/* line 5224, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-success input[type="radio"] + label::before {
  border-color: #1b4c43 !important;
}

/* line 5227, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-success input[type="radio"] + label::after {
  background-color: #1b4c43;
}

/* line 5233, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-success input[type="radio"]:checked + label::before {
  border-color: #1b4c43 !important;
}

/* line 5236, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-success input[type="radio"]:checked + label::after {
  background-color: #1b4c43;
}

/* line 5224, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-danger input[type="radio"] + label::before {
  border-color: #d22d3d !important;
}

/* line 5227, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-danger input[type="radio"] + label::after {
  background-color: #d22d3d;
}

/* line 5233, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-danger input[type="radio"]:checked + label::before {
  border-color: #d22d3d !important;
}

/* line 5236, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-danger input[type="radio"]:checked + label::after {
  background-color: #d22d3d;
}

/* line 5224, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-info input[type="radio"] + label::before {
  border-color: #717171 !important;
}

/* line 5227, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-info input[type="radio"] + label::after {
  background-color: #717171;
}

/* line 5233, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-info input[type="radio"]:checked + label::before {
  border-color: #717171 !important;
}

/* line 5236, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-info input[type="radio"]:checked + label::after {
  background-color: #717171;
}

/* line 5224, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-light input[type="radio"] + label::before {
  border-color: #e6edef !important;
}

/* line 5227, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-light input[type="radio"] + label::after {
  background-color: #e6edef;
}

/* line 5233, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-light input[type="radio"]:checked + label::before {
  border-color: #e6edef !important;
}

/* line 5236, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-light input[type="radio"]:checked + label::after {
  background-color: #e6edef;
}

/* line 5224, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-dark input[type="radio"] + label::before {
  border-color: #2c323f !important;
}

/* line 5227, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-dark input[type="radio"] + label::after {
  background-color: #2c323f;
}

/* line 5233, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-dark input[type="radio"]:checked + label::before {
  border-color: #2c323f !important;
}

/* line 5236, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-dark input[type="radio"]:checked + label::after {
  background-color: #2c323f;
}

/* line 5224, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-warning input[type="radio"] + label::before {
  border-color: #e2c636 !important;
}

/* line 5227, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-warning input[type="radio"] + label::after {
  background-color: #e2c636;
}

/* line 5233, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-warning input[type="radio"]:checked + label::before {
  border-color: #e2c636 !important;
}

/* line 5236, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .radio-warning input[type="radio"]:checked + label::after {
  background-color: #e2c636;
}

/* line 5254, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-primary label::before {
  border-color: #24695c !important;
}

/* line 5254, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-secondary label::before {
  border-color: #ba895d !important;
}

/* line 5254, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-success label::before {
  border-color: #1b4c43 !important;
}

/* line 5254, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-danger label::before {
  border-color: #d22d3d !important;
}

/* line 5254, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-info label::before {
  border-color: #717171 !important;
}

/* line 5254, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-light label::before {
  border-color: #e6edef !important;
}

/* line 5254, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-dark label::before {
  border-color: #2c323f !important;
}

/* line 5254, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-warning label::before {
  border-color: #e2c636 !important;
}

/* line 5270, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-primary label:before {
  background-color: #24695c !important;
  border-color: #24695c !important;
  color: #fff !important;
}

/* line 5279, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-primary input[type="checkbox"]:checked + label::before {
  background-color: #24695c !important;
  border-color: #24695c !important;
  color: #fff !important;
}

/* line 5284, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-primary input[type="checkbox"]:checked + label::after {
  color: #fff !important;
}

/* line 5270, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-secondary label:before {
  background-color: #ba895d !important;
  border-color: #ba895d !important;
  color: #fff !important;
}

/* line 5279, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-secondary input[type="checkbox"]:checked + label::before {
  background-color: #ba895d !important;
  border-color: #ba895d !important;
  color: #fff !important;
}

/* line 5284, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-secondary input[type="checkbox"]:checked + label::after {
  color: #fff !important;
}

/* line 5270, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-success label:before {
  background-color: #1b4c43 !important;
  border-color: #1b4c43 !important;
  color: #fff !important;
}

/* line 5279, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-success input[type="checkbox"]:checked + label::before {
  background-color: #1b4c43 !important;
  border-color: #1b4c43 !important;
  color: #fff !important;
}

/* line 5284, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-success input[type="checkbox"]:checked + label::after {
  color: #fff !important;
}

/* line 5270, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-danger label:before {
  background-color: #d22d3d !important;
  border-color: #d22d3d !important;
  color: #fff !important;
}

/* line 5279, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-danger input[type="checkbox"]:checked + label::before {
  background-color: #d22d3d !important;
  border-color: #d22d3d !important;
  color: #fff !important;
}

/* line 5284, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-danger input[type="checkbox"]:checked + label::after {
  color: #fff !important;
}

/* line 5270, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-info label:before {
  background-color: #717171 !important;
  border-color: #717171 !important;
  color: #fff !important;
}

/* line 5279, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-info input[type="checkbox"]:checked + label::before {
  background-color: #717171 !important;
  border-color: #717171 !important;
  color: #fff !important;
}

/* line 5284, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-info input[type="checkbox"]:checked + label::after {
  color: #fff !important;
}

/* line 5270, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-light label:before {
  background-color: #e6edef !important;
  border-color: #e6edef !important;
  color: #fff !important;
}

/* line 5279, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-light input[type="checkbox"]:checked + label::before {
  background-color: #e6edef !important;
  border-color: #e6edef !important;
  color: #fff !important;
}

/* line 5284, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-light input[type="checkbox"]:checked + label::after {
  color: #fff !important;
}

/* line 5270, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-dark label:before {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
  color: #fff !important;
}

/* line 5279, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-dark input[type="checkbox"]:checked + label::before {
  background-color: #2c323f !important;
  border-color: #2c323f !important;
  color: #fff !important;
}

/* line 5284, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-dark input[type="checkbox"]:checked + label::after {
  color: #fff !important;
}

/* line 5270, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-warning label:before {
  background-color: #e2c636 !important;
  border-color: #e2c636 !important;
  color: #fff !important;
}

/* line 5279, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-warning input[type="checkbox"]:checked + label::before {
  background-color: #e2c636 !important;
  border-color: #e2c636 !important;
  color: #fff !important;
}

/* line 5284, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .checkbox-solid-warning input[type="checkbox"]:checked + label::after {
  color: #fff !important;
}

/* line 5294, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bootstrap-datetimepicker-widget ul li {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 5301, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bootstrap-datetimepicker-widget tr th:hover, body.dark-only .bootstrap-datetimepicker-widget tr td:hover {
  background-color: #111727;
}

/* line 5305, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bootstrap-datetimepicker-widget tr th span:hover, body.dark-only .bootstrap-datetimepicker-widget tr td span:hover {
  background-color: #111727;
}

/* line 5311, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bootstrap-datetimepicker-widget tr th.prev:hover, body.dark-only .bootstrap-datetimepicker-widget tr th.next:hover, body.dark-only .bootstrap-datetimepicker-widget tr td.prev:hover, body.dark-only .bootstrap-datetimepicker-widget tr td.next:hover {
  background-color: #111727;
}

/* line 5318, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bootstrap-datetimepicker-widget tr:first-child th:hover {
  background-color: #111727;
}

/* line 5325, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .btn-transparent {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5333, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only #cal-basic .fc-toolbar .fc-left .fc-next-button .fc-icon-right-single-arrow:after, body.dark-only #cal-basic .fc-toolbar .fc-right .fc-next-button .fc-icon-right-single-arrow:after {
  color: #98a6ad;
}

/* line 5340, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only #cal-basic .fc-toolbar .fc-left .fc-prev-button .fc-icon-left-single-arrow:after, body.dark-only #cal-basic .fc-toolbar .fc-right .fc-prev-button .fc-icon-left-single-arrow:after {
  color: #98a6ad;
}

/* line 5348, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only #cal-basic .fc-toolbar .fc-left .fc-button-group .fc-month-button {
  color: #fff !important;
}

/* line 5356, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .fc-button-group .fc-basicWeek-button, body.dark-only .fc-button-group .fc-basicDay-button, body.dark-only .fc-button-group .fc-agendaWeek-button, body.dark-only .fc-button-group .fc-agendaDay-button {
  color: #000 !important;
}

/* line 5359, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .fc-button-group .fc-month-button {
  color: #fff !important;
}

/* line 5367, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-month-button, body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .btn-light {
  color: #000 !important;
}

/* line 5370, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-agendaWeek-button {
  color: #fff !important;
}

/* line 5372, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-agendaWeek-button:hover {
  color: #000 !important;
}

/* line 5384, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button, body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .btn-light, body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button, body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .btn-light, body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button, body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .btn-light {
  color: #000 !important;
}

/* line 5387, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-month-button, body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-month-button, body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-month-button {
  color: #fff !important;
}

/* line 5389, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover, body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover, body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover {
  color: #000 !important;
}

/* line 5400, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .categories ul li a {
  color: #98a6ad;
}

/* line 5407, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .main .langChoice {
  background: #202938;
  color: #fff;
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 5416, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .socialprofile .likes-profile h5 span {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5421, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .socialprofile span {
  color: #98a6ad;
}

/* line 5429, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .social-status .media .media-body span + span {
  color: #98a6ad;
}

/* line 5433, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .social-status .media .media-body p, body.dark-only .social-status .media .media-body .light-span {
  color: #98a6ad;
}

/* line 5440, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .filter-cards-view p, body.dark-only .timeline-content p {
  color: #98a6ad;
}

/* line 5444, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .filter-cards-view .comment-number i, body.dark-only .timeline-content .comment-number i {
  color: #98a6ad;
}

/* line 5450, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .filter-cards-view .comments-box .input-group .form-control, body.dark-only .timeline-content .comments-box .input-group .form-control {
  border: none !important;
}

/* line 5453, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .filter-cards-view .comments-box .input-group .input-group-append, body.dark-only .timeline-content .comments-box .input-group .input-group-append {
  background-color: #202938;
}

/* line 5460, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .social-chat .media-body {
  border: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 5462, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .social-chat .media-body:after {
  border-right: 7px solid #111727;
}

/* line 5467, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .social-chat span span {
  color: #98a6ad;
}

/* line 5474, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .details-about .your-details p {
  color: #98a6ad;
}

/* line 5481, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .activity-log .my-activity p {
  color: #98a6ad;
}

/* line 5491, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only.rtl .page-main-header .main-header-right .nav-right > ul > li {
  border-right: none;
}

/* line 5493, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only.rtl .page-main-header .main-header-right .nav-right > ul > li:nth-child(2) {
  border-right: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 5496, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only.rtl .page-main-header .main-header-right .nav-right > ul > li:nth-child(5) {
  border-right: none;
  border-left: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 5500, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only.rtl .page-main-header .main-header-right .nav-right > ul > li:nth-child(4) {
  border-left: none;
}

/* line 5512, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-only .bookmark ul li a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5523, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-main-header .main-header-right .main-header-left .dark-logo-wrapper {
  display: block;
}

/* line 5526, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-main-header .main-header-right .main-header-left .logo-wrapper {
  display: none;
}

/* line 5536, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
  background-color: #111727;
  border-right: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 5540, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .nav-menu h6 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5545, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .nav-menu > li .nav-link.active {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5551, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .nav-menu > li .nav-submenu li:first-child {
  border-top: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 5556, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .nav-menu > li:last-child {
  border-bottom: 1px solid rgba(36, 105, 92, 0.2);
}

/* line 5559, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .nav-menu > li > a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5567, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .nav-menu .dropdown ul.nav-submenu li:hover a {
  color: #fff !important;
}

/* line 5571, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .nav-menu .dropdown ul.nav-submenu li a {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 5573, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .nav-menu .dropdown ul.nav-submenu li a.active {
  color: #fff !important;
  text-shadow: 0px 0px #fff;
}

/* line 5582, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 5586, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li span {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5590, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li + li:before {
  background-color: rgba(36, 105, 92, 0.2);
}

/* line 5596, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user h6 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5599, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user p {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5610, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5618, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu ul li a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5632, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 5634, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div h6 {
  color: #24695c;
}

/* line 5642, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
  color: rgba(255, 255, 255, 0.7);
}

/* line 5648, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .page-wrapper.compact-wrapper .page-main-header .main-header-left {
  background-color: #111727;
  border-right: none;
}

/* line 5657, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .main-navbar ul.nav-pills {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 5660, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .main-navbar ul.nav-pills .nav-item:last-child {
  border-color: rgba(36, 105, 92, 0.2);
}

/* line 5663, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
body.dark-sidebar .main-navbar ul.nav-pills .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  /* line 5677, app/assets/stylesheets/theme/theme/_custom-theme-options.scss */
  body.dark-only .chat-box .people-list ul li {
    border-color: rgba(36, 105, 92, 0.2);
  }
}

/**=====================
   55. theme layout CSS ends
==========================**/
/**=====================
    56.  Ribbon CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-wrapper, .ribbon-wrapper-right, .ribbon-wrapper-bottom, .ribbon-wrapper-right-bottom {
  position: relative;
  padding-top: 40px;
}

/* line 8, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-vertical-left-wrapper {
  padding-left: 40px;
  position: relative;
}

/* line 12, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-overflow {
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-vertical-right-wrapper {
  padding-right: 40px;
}

/* line 18, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-wrapper-bottom {
  padding-bottom: 40px;
  padding-top: 0;
}

/* line 22, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-wrapper-right-bottom {
  padding-right: 40px;
}

/* line 25, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-content {
  margin-bottom: 0;
}

/* line 28, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 12px;
  left: 0px;
  color: #fff;
  z-index: 2;
}

/* line 39, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-space-bottom {
  top: 0px;
}

/* line 42, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-clip {
  left: -14px;
}

/* line 44, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-clip:before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #2c323f;
  border-right-color: #2c323f;
}

/* line 57, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 15px solid #2c323f;
  border-right: 10px solid transparent;
}

/* line 69, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-right {
  left: auto;
  right: -2px;
}

/* line 73, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-clip-right {
  right: -14px;
}

/* line 75, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-clip-right:before {
  position: absolute;
  top: 30px;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #2c323f;
  border-right-color: #2c323f;
}

/* line 87, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-clip-bottom {
  left: -14px;
  bottom: 12px;
  top: auto;
}

/* line 91, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-clip-bottom:before {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #2c323f;
  border-right-color: #2c323f;
}

/* line 103, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-clip-bottom-right {
  right: -14px;
  left: auto;
  bottom: 12px;
  top: auto;
}

/* line 108, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-clip-bottom-right:before {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-color: #2c323f;
  border-right-color: #2c323f;
}

/* line 120, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-right:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #2c323f;
  border-left: 10px solid transparent;
}

/* line 126, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-vertical-left {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  left: 12px;
  top: -2px;
}

/* line 136, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-vertical-right {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  top: -2px;
  left: auto;
  right: 12px;
}

/* line 148, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-vertical-left:before, .ribbon-bookmark.ribbon-vertical-right:before {
  top: 100%;
  left: 0;
  margin-top: -14px;
  border-right: 15px solid #2c323f;
  border-bottom: 10px solid transparent;
}

/* line 164, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-primary {
  background: #24695c;
}

/* line 167, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-primary {
  background: #24695c;
}

/* line 171, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-primary:before {
  border-color: #24695c;
  border-right-color: transparent;
}

/* line 175, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #24695c;
  border-left-color: transparent;
}

/* line 179, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before {
  border-right-color: #24695c;
  border-bottom-color: transparent;
}

/* line 185, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-primary.ribbon-corner:before {
  border-top-color: #24695c;
  border-left-color: #24695c;
}

/* line 189, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #24695c;
  border-left-color: transparent;
}

/* line 193, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #24695c;
}

/* line 200, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-primary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #17433b;
  border-right-color: #17433b;
}

/* line 207, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-primary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #17433b;
  border-left-color: #17433b;
}

/* line 214, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-primary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #17433b;
  border-right-color: #17433b;
}

/* line 221, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-primary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #17433b;
  border-right-color: transparent;
  border-left-color: #17433b;
}

/* line 164, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-secondary {
  background: #ba895d;
}

/* line 167, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-secondary {
  background: #ba895d;
}

/* line 171, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-secondary:before {
  border-color: #ba895d;
  border-right-color: transparent;
}

/* line 175, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-right.ribbon-secondary:before {
  border-right-color: #ba895d;
  border-left-color: transparent;
}

/* line 179, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-vertical-left.ribbon-secondary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-secondary:before {
  border-right-color: #ba895d;
  border-bottom-color: transparent;
}

/* line 185, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-secondary.ribbon-corner:before {
  border-top-color: #ba895d;
  border-left-color: #ba895d;
}

/* line 189, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-secondary.ribbon-corner.ribbon-right:before {
  border-right-color: #ba895d;
  border-left-color: transparent;
}

/* line 193, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-secondary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #ba895d;
}

/* line 200, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-secondary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #a07044;
  border-right-color: #a07044;
}

/* line 207, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-secondary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #a07044;
  border-left-color: #a07044;
}

/* line 214, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-secondary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #a07044;
  border-right-color: #a07044;
}

/* line 221, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-secondary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #a07044;
  border-right-color: transparent;
  border-left-color: #a07044;
}

/* line 164, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-success {
  background: #1b4c43;
}

/* line 167, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-success {
  background: #1b4c43;
}

/* line 171, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-success:before {
  border-color: #1b4c43;
  border-right-color: transparent;
}

/* line 175, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #1b4c43;
  border-left-color: transparent;
}

/* line 179, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-vertical-left.ribbon-success:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-success:before {
  border-right-color: #1b4c43;
  border-bottom-color: transparent;
}

/* line 185, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-success.ribbon-corner:before {
  border-top-color: #1b4c43;
  border-left-color: #1b4c43;
}

/* line 189, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #1b4c43;
  border-left-color: transparent;
}

/* line 193, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #1b4c43;
}

/* line 200, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-success.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #0e2622;
  border-right-color: #0e2622;
}

/* line 207, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-success.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #0e2622;
  border-left-color: #0e2622;
}

/* line 214, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-success.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #0e2622;
  border-right-color: #0e2622;
}

/* line 221, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-success.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #0e2622;
  border-right-color: transparent;
  border-left-color: #0e2622;
}

/* line 164, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-danger {
  background: #d22d3d;
}

/* line 167, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-danger {
  background: #d22d3d;
}

/* line 171, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-danger:before {
  border-color: #d22d3d;
  border-right-color: transparent;
}

/* line 175, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #d22d3d;
  border-left-color: transparent;
}

/* line 179, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-vertical-left.ribbon-danger:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-danger:before {
  border-right-color: #d22d3d;
  border-bottom-color: transparent;
}

/* line 185, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-danger.ribbon-corner:before {
  border-top-color: #d22d3d;
  border-left-color: #d22d3d;
}

/* line 189, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #d22d3d;
  border-left-color: transparent;
}

/* line 193, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #d22d3d;
}

/* line 200, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-danger.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #a82431;
  border-right-color: #a82431;
}

/* line 207, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-danger.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #a82431;
  border-left-color: #a82431;
}

/* line 214, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-danger.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #a82431;
  border-right-color: #a82431;
}

/* line 221, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-danger.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #a82431;
  border-right-color: transparent;
  border-left-color: #a82431;
}

/* line 164, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-info {
  background: #717171;
}

/* line 167, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-info {
  background: #717171;
}

/* line 171, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-info:before {
  border-color: #717171;
  border-right-color: transparent;
}

/* line 175, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #717171;
  border-left-color: transparent;
}

/* line 179, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-vertical-left.ribbon-info:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
  border-right-color: #717171;
  border-bottom-color: transparent;
}

/* line 185, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-info.ribbon-corner:before {
  border-top-color: #717171;
  border-left-color: #717171;
}

/* line 189, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #717171;
  border-left-color: transparent;
}

/* line 193, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #717171;
}

/* line 200, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-info.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #585858;
  border-right-color: #585858;
}

/* line 207, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-info.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #585858;
  border-left-color: #585858;
}

/* line 214, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-info.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #585858;
  border-right-color: #585858;
}

/* line 221, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-info.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #585858;
  border-right-color: transparent;
  border-left-color: #585858;
}

/* line 164, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-light {
  background: #e6edef;
}

/* line 167, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-light {
  background: #e6edef;
}

/* line 171, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-light:before {
  border-color: #e6edef;
  border-right-color: transparent;
}

/* line 175, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-right.ribbon-light:before {
  border-right-color: #e6edef;
  border-left-color: transparent;
}

/* line 179, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-vertical-left.ribbon-light:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-light:before {
  border-right-color: #e6edef;
  border-bottom-color: transparent;
}

/* line 185, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-light.ribbon-corner:before {
  border-top-color: #e6edef;
  border-left-color: #e6edef;
}

/* line 189, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-light.ribbon-corner.ribbon-right:before {
  border-right-color: #e6edef;
  border-left-color: transparent;
}

/* line 193, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-light.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #e6edef;
}

/* line 200, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-light.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #c7d7db;
  border-right-color: #c7d7db;
}

/* line 207, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-light.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #c7d7db;
  border-left-color: #c7d7db;
}

/* line 214, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-light.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #c7d7db;
  border-right-color: #c7d7db;
}

/* line 221, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-light.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #c7d7db;
  border-right-color: transparent;
  border-left-color: #c7d7db;
}

/* line 164, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-dark {
  background: #2c323f;
}

/* line 167, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-dark {
  background: #2c323f;
}

/* line 171, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-dark:before {
  border-color: #2c323f;
  border-right-color: transparent;
}

/* line 175, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-right.ribbon-dark:before {
  border-right-color: #2c323f;
  border-left-color: transparent;
}

/* line 179, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-vertical-left.ribbon-dark:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-dark:before {
  border-right-color: #2c323f;
  border-bottom-color: transparent;
}

/* line 185, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-dark.ribbon-corner:before {
  border-top-color: #2c323f;
  border-left-color: #2c323f;
}

/* line 189, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-dark.ribbon-corner.ribbon-right:before {
  border-right-color: #2c323f;
  border-left-color: transparent;
}

/* line 193, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-dark.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #2c323f;
}

/* line 200, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-dark.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #171a21;
  border-right-color: #171a21;
}

/* line 207, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-dark.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #171a21;
  border-left-color: #171a21;
}

/* line 214, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-dark.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #171a21;
  border-right-color: #171a21;
}

/* line 221, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-dark.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #171a21;
  border-right-color: transparent;
  border-left-color: #171a21;
}

/* line 164, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-warning {
  background: #e2c636;
}

/* line 167, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-warning {
  background: #e2c636;
}

/* line 171, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-warning:before {
  border-color: #e2c636;
  border-right-color: transparent;
}

/* line 175, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #e2c636;
  border-left-color: transparent;
}

/* line 179, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-bookmark.ribbon-vertical-left.ribbon-warning:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-warning:before {
  border-right-color: #e2c636;
  border-bottom-color: transparent;
}

/* line 185, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-warning.ribbon-corner:before {
  border-top-color: #e2c636;
  border-left-color: #e2c636;
}

/* line 189, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #e2c636;
  border-left-color: transparent;
}

/* line 193, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #e2c636;
}

/* line 200, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-warning.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #c8ac1d;
  border-right-color: #c8ac1d;
}

/* line 207, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-warning.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #c8ac1d;
  border-left-color: #c8ac1d;
}

/* line 214, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-warning.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #c8ac1d;
  border-right-color: #c8ac1d;
}

/* line 221, app/assets/stylesheets/theme/theme/_ribbon.scss */
.ribbon-warning.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #c8ac1d;
  border-right-color: transparent;
  border-left-color: #c8ac1d;
}

/**=====================
     56. Ribbon CSS Ends
==========================**/
/**=====================
    57. breadcrumb CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_breadcrumb.scss */
.breadcrumb-colored {
  padding: 12px 16px;
  border-radius: 4px;
}

/* line 8, app/assets/stylesheets/theme/theme/_breadcrumb.scss */
.breadcrumb-colored li a {
  color: #fff;
}

/* line 11, app/assets/stylesheets/theme/theme/_breadcrumb.scss */
.breadcrumb-colored li.active {
  color: #fff;
  opacity: 0.7;
}

/* line 17, app/assets/stylesheets/theme/theme/_breadcrumb.scss */
.breadcrumb-colored .breadcrumb-item:before {
  color: #fff;
}

/* line 22, app/assets/stylesheets/theme/theme/_breadcrumb.scss */
.breadcrumb-colored .breadcrumb-item.txt-dark:before {
  color: #000;
}

/* line 27, app/assets/stylesheets/theme/theme/_breadcrumb.scss */
.breadcrumb-icon {
  --bs-breadcrumb-divider: '>';
}

/* line 30, app/assets/stylesheets/theme/theme/_breadcrumb.scss */
.breadcrumb-icon li {
  display: inline-block;
}

/* line 35, app/assets/stylesheets/theme/theme/_breadcrumb.scss */
.breadcrumb-no-divider {
  --bs-breadcrumb-divider: '';
}

/* line 39, app/assets/stylesheets/theme/theme/_breadcrumb.scss */
.breadcrumb-item.active {
  text-transform: capitalize;
}

/**=====================
    57. breadcrumb CSS ends
==========================**/
/**=====================
   59. Customizer  CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-links {
  position: fixed;
  right: 00px;
  top: 40%;
  background-color: #fff;
  border-radius: 8px;
  z-index: 3;
  box-shadow: 0 0 15px 3px rgba(176, 185, 189, 0.3);
  transition: all 0.3s ease;
}

/* line 14, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-links.open {
  right: 330px;
  border-radius: 8px 0 0 8px;
  transition: all 0.3s ease;
}

/* line 19, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-links .nav-link {
  padding: 0;
  border-radius: 0;
  position: relative;
}

/* line 24, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-links .nav-link .settings i {
  color: #24695c;
  font-size: 24px;
  padding: 15px 17px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
}

/* line 35, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-links .nav-link.active .settings i {
  color: #fff;
  background-color: #24695c;
}

/* line 41, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-links .nav-link + .nav-link {
  border-top: 1px solid rgba(36, 105, 92, 0.1);
}

/* line 44, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-links .nav-link span {
  position: absolute;
  right: -80px;
  width: max-content;
  text-align: right;
  padding: 7px 10px;
  display: block;
  top: 8px;
  border-radius: 5px;
  transform: scale(0);
  transition: all 0.3s ease;
  opacity: 0;
  color: #fff;
  background-color: #24695c;
}

/* line 60, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-links .nav-link:after {
  content: "";
  position: absolute;
  top: 17px;
  left: -10px;
  width: 0;
  height: 0;
}

/* line 72, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-links .nav-link:hover span {
  opacity: 1;
  right: 68px;
  transform: scale(1);
  transition: all 0.3s ease;
}

/* line 78, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-links .nav-link:hover:after {
  opacity: 1;
  transform: scale(1);
  border-top: 8px solid transparent;
  border-left: 10px solid #24695c;
  border-bottom: 8px solid transparent;
  transition: all 0.3s ease;
}

/* line 90, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain li {
  position: relative;
}

/* line 93, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain li.active:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c323f;
  box-shadow: 0 0 11px 5px #e2e2e2;
}

/* line 110, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain h6 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #212529;
}

/* line 116, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-header {
  padding: 15px 25px;
  border-bottom: 1px solid #e6edef;
}

/* line 119, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-header .icon-close {
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  font-weight: 900;
  right: 30px;
  color: #24695c;
}

/* line 127, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-header h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #313131;
}

/* line 132, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-header p {
  color: #313131;
}

/* line 136, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body {
  padding: 8px 12px;
}

/* line 140, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .layout-grid.customizer-mix .color-layout {
  height: 70px;
  width: 80px;
  border: 1px solid #f6f7fb;
  border-radius: 5px;
  display: inline-block;
  margin-right: 3px;
}

/* line 152, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .tab-pane > h6 {
  position: relative;
  margin-top: 25px;
  padding-top: 25px;
  margin-bottom: 20px;
  border-top: 1px solid #f3f3f3;
  font-size: 15px;
}

/* line 159, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .tab-pane > h6:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 14px;
  border-bottom: 2px dotted #2c323f;
  bottom: -4px;
}

/* line 167, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .tab-pane > h6:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

/* line 173, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .tab-pane .unlimited-color-layout {
  display: flex;
  align-items: center;
}

/* line 176, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .tab-pane .unlimited-color-layout input {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 3px;
  border: 1px solid #b8b8b8;
  padding: 3px;
  background-color: #f5f7fb;
}

/* line 188, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .nac-pills {
  border: 1px solid #f1f1f1;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 196, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .nac-pills .nav-item {
  width: 33.33%;
  text-align: center;
}

/* line 199, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .nac-pills .nav-item .nav-link {
  border-radius: 5px;
}

/* line 201, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .nac-pills .nav-item .nav-link.active {
  background-color: #24695c;
  color: #fff;
}

/* line 207, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .nac-pills .nav-link {
  padding: 0.2rem 1rem;
}

/* line 211, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body li {
  cursor: pointer;
  opacity: 0.9;
}

/* line 214, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body li.active {
  opacity: 1;
}

/* line 219, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .fade:not(.show) {
  display: none;
}

/* line 223, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .color-layout {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 3px;
  border: 1px solid #b8b8b8;
  padding: 3px;
}

/* line 231, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .color-layout > div {
  background-color: #24695c;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

/* line 238, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .color-layout .body .contain {
  position: absolute;
  height: auto;
  width: 100%;
}

/* line 242, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .color-layout .body .contain li {
  height: 1px;
  width: 65%;
  background-color: #24695c;
  border-radius: 5px;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 4px;
}

/* line 250, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .color-layout .body .contain li:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 3px;
  background-color: #24695c;
  left: -6px;
  border-radius: 5px;
}

/* line 263, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .color-layout[data-attr="color-2"] div {
  background-color: #d97f3d;
}

/* line 268, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .color-layout[data-attr="color-3"] div {
  background-color: #168eea;
}

/* line 273, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .color-layout[data-attr="color-4"] div {
  background-color: #665ed5;
}

/* line 278, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .color-layout[data-attr="color-5"] div {
  background-color: #3a9aa8;
}

/* line 283, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .color-layout[data-attr="color-6"] div {
  background-color: #7951aa;
}

/* line 291, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body > li .body .body ul {
  background-color: #f6f7fb;
}

/* line 298, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .dark > li {
  background-color: #2f3c4e;
}

/* line 301, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .dark > li .body ul {
  background-color: #2f3c4e;
}

/* line 308, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .main-layout > li {
  height: 70px;
  width: 86px;
  border: 1px solid #e6edef;
  border-radius: 5px;
  display: inline-block;
}

/* line 318, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .main-layout .box-layout {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 16px;
}

/* line 323, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .main-layout .box-layout .body .badge {
  left: -14px;
}

/* line 330, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .sidebar-type > li, .customizer-contain .customizer-body .sidebar-setting > li {
  height: 70px;
  width: 86px;
  border: 1px solid #e6edef;
  border-radius: 5px;
  display: inline-block;
}

/* line 347, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .sidebar-type li:first-child .body ul li.bg-dark, .customizer-contain .customizer-body .sidebar-type li:first-child .body ul li.sidebar {
  width: 100%;
  height: 10px;
  display: block;
}

/* line 352, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .sidebar-type li:first-child .body ul li.bg-light, .customizer-contain .customizer-body .sidebar-type li:first-child .body ul li.body {
  height: calc(100% - 10px);
}

/* line 361, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .sidebar-bg-settings {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 365, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body .sidebar-bg-settings li {
  height: 100px;
  width: 100%;
  border: 1px solid #e6edef;
  border-radius: 5px;
  display: inline-block;
  margin-right: 9px;
  box-shadow: 0 0 11px -2px rgba(128, 128, 128, 0.4);
}

/* line 375, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body ul.layout-types {
  margin-bottom: -20px;
}

/* line 377, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body ul.layout-types li {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}

/* line 383, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body ul.layout-types li h6 {
  margin-top: 10px;
}

/* line 386, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-body ul.layout-types li + li {
  margin-left: unset;
}

/* line 392, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.customizer-contain .customizer-footer {
  position: absolute;
  bottom: 0;
  padding: 25px;
  width: 100%;
  border-top: 1px solid #e6edef;
  background-color: #fff;
}

/* line 402, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li {
  padding: 5px;
}

/* line 404, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li > .header {
  height: 9px;
  border-radius: 3px;
  position: relative;
}

/* line 408, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li > .header ul {
  position: absolute;
  top: -8px;
  left: 5px;
}

/* line 412, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li > .header ul > li {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  top: -2px;
  background-color: #d22d3d;
  margin-right: 1px;
  padding: 0;
}

/* line 421, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li > .header ul > li:nth-child(2) {
  background-color: #e2c636;
}

/* line 424, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li > .header ul > li:nth-child(3) {
  background-color: #1b4c43;
}

/* line 430, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li > .body {
  background-color: #e6edef;
  height: calc(100% - 16px);
  border-radius: 3px;
  position: relative;
  margin-top: 5px;
  text-align: center;
  line-height: 3.1;
}

/* line 438, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li > .body ul {
  height: 100%;
  background-color: #fff;
}

/* line 441, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li > .body ul .sidebar {
  width: 18px;
  height: 100%;
  border-radius: 3px;
  display: inline-block;
  margin-right: 3px;
  padding: 0;
}

/* line 448, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li > .body ul .sidebar.compact {
  width: 12px;
}

/* line 450, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li > .body ul .sidebar.compact ~ .body {
  width: calc(100% - 19px);
}

/* line 454, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li > .body ul .sidebar.compact-icon {
  width: 7px;
}

/* line 456, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li > .body ul .sidebar.compact-icon ~ .body {
  width: calc(100% - 14px);
}

/* line 461, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li > .body ul .body {
  width: calc(100% - 25px);
  padding: 0;
  margin: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

/* line 470, app/assets/stylesheets/theme/theme/_theme-customizer.scss */
.layout-grid:not(.customizer-color) li > .body ul .body .badge {
  position: absolute;
}

/**=====================
     59.Customizer CSS Ends
==========================**/
/**=====================
     71. Faq CSS start
==========================**/
/* line 23, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-widgets {
  align-items: center;
}

/* line 26, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-widgets .media-body h5 {
  font-weight: 600;
  color: #fff;
}

/* line 30, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-widgets .media-body p {
  font-size: 14px;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 36, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-widgets svg {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

/* line 42, app/assets/stylesheets/theme/theme/_faq.scss */
.header-faq {
  margin-bottom: 30px;
}

/* line 43, app/assets/stylesheets/theme/theme/_faq.scss */
.header-faq h5 {
  font-weight: 600;
  text-transform: capitalize;
}

/* line 50, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-articles h6 {
  font-size: 16px;
}

/* line 53, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-articles p {
  color: #999;
}

/* line 59, app/assets/stylesheets/theme/theme/_faq.scss */
.features-faq .faq-image img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}

/* line 65, app/assets/stylesheets/theme/theme/_faq.scss */
.features-faq .card-body, .features-faq .card-footer {
  padding: 20px;
}

/* line 69, app/assets/stylesheets/theme/theme/_faq.scss */
.features-faq .card-body h6 {
  font-weight: 600;
  font-size: 18px;
}

/* line 73, app/assets/stylesheets/theme/theme/_faq.scss */
.features-faq .card-body p {
  font-size: 14px;
  color: #999;
}

/* line 79, app/assets/stylesheets/theme/theme/_faq.scss */
.features-faq ul li {
  display: inline-block;
}

/* line 84, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-accordion {
  margin-bottom: 30px;
}

/* line 86, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-accordion p {
  color: #999;
}

/* line 90, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-accordion .card .btn-link {
  display: flex;
}

/* line 92, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-accordion .card .btn-link svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 20px;
}

/* line 101, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-accordion .faq-header {
  position: relative;
}

/* line 103, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-accordion .faq-header svg {
  position: absolute;
  right: 20px;
  top: 20px;
}

/* line 108, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-accordion .faq-header span {
  margin-top: 3px;
}

/* line 112, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-accordion .faq-body {
  padding: 20px !important;
}

/* line 115, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-accordion .card-mb-faq {
  margin-bottom: 30px;
}

/* line 118, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-accordion label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 125, app/assets/stylesheets/theme/theme/_faq.scss */
.latest-articles p {
  color: #999;
}

/* line 130, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-title {
  margin: 30px 0;
}

/* line 132, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-title h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: unset;
}

/* line 138, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-form {
  position: relative;
}

/* line 140, app/assets/stylesheets/theme/theme/_faq.scss */
.faq-form .search-icon {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 16px;
  height: 16px;
}

/* line 148, app/assets/stylesheets/theme/theme/_faq.scss */
.navigation-btn {
  margin-bottom: 20px;
}

/* line 150, app/assets/stylesheets/theme/theme/_faq.scss */
.navigation-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* line 155, app/assets/stylesheets/theme/theme/_faq.scss */
.navigation-btn a svg {
  width: 15px;
  height: 15px;
}

/* line 164, app/assets/stylesheets/theme/theme/_faq.scss */
.navigation-option ul li {
  position: relative;
  padding: 10px 10px 10px 0;
}

/* line 167, app/assets/stylesheets/theme/theme/_faq.scss */
.navigation-option ul li:hover {
  background-color: rgba(36, 105, 92, 0.05);
}

/* line 169, app/assets/stylesheets/theme/theme/_faq.scss */
.navigation-option ul li:hover a {
  color: #24695c;
}

/* line 173, app/assets/stylesheets/theme/theme/_faq.scss */
.navigation-option ul li a {
  padding-left: 40px;
  color: #999;
  font-weight: 500;
}

/* line 177, app/assets/stylesheets/theme/theme/_faq.scss */
.navigation-option ul li a svg {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
  left: 15px;
}

/* line 188, app/assets/stylesheets/theme/theme/_faq.scss */
.updates-faq {
  min-width: 40px;
  height: 40px;
  border: 1px solid #24695c;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

/* line 197, app/assets/stylesheets/theme/theme/_faq.scss */
.updates-faq svg {
  width: 18px;
  height: 18px;
}

/* line 203, app/assets/stylesheets/theme/theme/_faq.scss */
.updates-bottom-time p {
  margin-bottom: 2px;
  font-weight: 600;
}

/* line 206, app/assets/stylesheets/theme/theme/_faq.scss */
.updates-bottom-time p + p {
  color: #999;
}

/* line 211, app/assets/stylesheets/theme/theme/_faq.scss */
.updates-faq-main {
  margin-bottom: 20px;
}

/* line 213, app/assets/stylesheets/theme/theme/_faq.scss */
.updates-faq-main:last-child {
  margin-bottom: 0;
}

/* line 220, app/assets/stylesheets/theme/theme/_faq.scss */
.default-according .card .card-header h5 {
  padding-left: 25px;
}

/* line 223, app/assets/stylesheets/theme/theme/_faq.scss */
.default-according .card .card-header .btn-link {
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  /* line 231, app/assets/stylesheets/theme/theme/_faq.scss */
  .faq-accordion {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 237, app/assets/stylesheets/theme/theme/_faq.scss */
  .faq-accordion .faq-header {
    padding: 20px !important;
  }
  /* line 239, app/assets/stylesheets/theme/theme/_faq.scss */
  .faq-accordion .faq-header h5 {
    font-size: 20px;
  }
  /* line 242, app/assets/stylesheets/theme/theme/_faq.scss */
  .faq-accordion .faq-header svg {
    right: 20px;
    top: 20px;
    width: 20px;
    height: auto;
  }
  /* line 252, app/assets/stylesheets/theme/theme/_faq.scss */
  .navigation-option ul li {
    padding: 10px 10px 10px 0;
  }
  /* line 255, app/assets/stylesheets/theme/theme/_faq.scss */
  .navigation-option ul li a svg {
    top: 12px;
  }
  /* line 262, app/assets/stylesheets/theme/theme/_faq.scss */
  .navigation-btn, .updates-faq-main {
    margin-bottom: 20px;
  }
  /* line 265, app/assets/stylesheets/theme/theme/_faq.scss */
  .updates-faq {
    width: 35px;
    height: 35px;
    margin-right: 20px;
  }
  /* line 269, app/assets/stylesheets/theme/theme/_faq.scss */
  .updates-faq svg {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 278, app/assets/stylesheets/theme/theme/_faq.scss */
  .xs-mt-search {
    margin-top: 30px;
  }
  /* line 282, app/assets/stylesheets/theme/theme/_faq.scss */
  .featured-tutorial .card-body, .featured-tutorial .card-footer {
    padding: 20px;
  }
  /* line 288, app/assets/stylesheets/theme/theme/_faq.scss */
  .updates-faq {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 300, app/assets/stylesheets/theme/theme/_faq.scss */
  .xs-mt-search {
    margin-top: 0px;
  }
  /* line 304, app/assets/stylesheets/theme/theme/_faq.scss */
  .faq-widgets svg {
    width: 100px;
    height: 100px;
    position: absolute;
    opacity: 0.1;
    top: 10px;
    right: 20px;
  }
  /* line 313, app/assets/stylesheets/theme/theme/_faq.scss */
  .faq-title {
    margin: 15px 0;
  }
  /* line 315, app/assets/stylesheets/theme/theme/_faq.scss */
  .faq-title h6 {
    font-size: 16px;
  }
  /* line 319, app/assets/stylesheets/theme/theme/_faq.scss */
  .header-faq {
    margin-bottom: 15px;
  }
  /* line 322, app/assets/stylesheets/theme/theme/_faq.scss */
  .faq-accordion {
    margin-bottom: 0px;
  }
  /* line 329, app/assets/stylesheets/theme/theme/_faq.scss */
  .faq-accordion .faq-header {
    padding: 15px !important;
  }
  /* line 331, app/assets/stylesheets/theme/theme/_faq.scss */
  .faq-accordion .faq-header .pull-right {
    float: right;
  }
  /* line 334, app/assets/stylesheets/theme/theme/_faq.scss */
  .faq-accordion .faq-header svg {
    right: 15px;
    top: 15px;
  }
  /* line 340, app/assets/stylesheets/theme/theme/_faq.scss */
  .navigation-btn, .updates-faq-main {
    margin-bottom: 15px;
  }
}

/**=====================
     71. Faq CSS end
==========================**/
/**=====================
     73. knowledgebase CSS start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.knowledgebase-bg {
  height: 500px;
  margin-bottom: 30px;
}

/* line 8, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.knowledgebase-search {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 5%;
}

/* line 15, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.knowledgebase-search h3 {
  font-weight: 600;
}

/* line 18, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.knowledgebase-search .form-inline {
  background-color: #fff;
  width: 500px;
  padding: 12px 50px;
  border-radius: 10px;
  border: 1px solid #e6edef;
  margin-top: 10px;
  position: relative;
}

/* line 26, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.knowledgebase-search .form-inline ::placeholder {
  color: #cccccc;
}

/* line 29, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.knowledgebase-search .form-inline svg {
  position: absolute;
  left: 20px;
  width: 20px;
  top: 17px;
  stroke: #cccccc;
}

/* line 39, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.browse > div {
  margin-bottom: 30px;
}

/* line 42, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.browse .browse-articles {
  background-color: #fff;
  padding: 30px;
}

/* line 45, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.browse .browse-articles h6 {
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6edef;
  color: #59667a;
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
}

/* line 55, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.browse .browse-articles h6 span svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: text-top;
  position: absolute;
  left: 0;
  top: 4px;
}

/* line 67, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.browse .browse-articles ul li {
  border-radius: 8px;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}

/* line 73, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.browse .browse-articles ul li:last-child {
  padding-bottom: 0;
}

/* line 76, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.browse .browse-articles ul li h5 {
  vertical-align: text-top;
  font-size: 14px;
  margin-bottom: unset;
  color: #999;
  width: 100%;
  padding-left: 20px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}

/* line 86, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.browse .browse-articles ul li h5 span.badge {
  margin-left: auto;
}

/* line 89, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.browse .browse-articles ul li h5 svg {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  vertical-align: text-top;
  position: absolute;
  left: 0;
  top: 4px;
}

/* line 99, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.browse .browse-articles ul li a {
  color: #242934;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

/* line 106, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
.browse .browse-articles ul li:hover h5 {
  color: #24695c;
}

@media only screen and (max-width: 1199px) {
  /* line 116, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .knowledgebase-bg {
    height: 400px;
  }
  /* line 120, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .knowledgebase-search .form-inline {
    width: 400px;
    padding: 7px 45px;
  }
  /* line 123, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .knowledgebase-search .form-inline svg {
    top: 14px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 133, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .browse .browse-articles h6 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 141, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .browse .browse-articles {
    padding: 20px;
  }
  /* line 143, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .browse .browse-articles h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 149, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .knowledgebase-bg {
    height: 250px;
  }
  /* line 152, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .knowledgebase-search {
    width: calc(100% - 30px);
    left: 15px;
    height: calc(100% - 30px);
    background-color: rgba(255, 255, 255, 0.7);
  }
  /* line 157, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .knowledgebase-search .form-inline {
    width: 90%;
    padding: 3px 45px;
  }
  /* line 160, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .knowledgebase-search .form-inline svg {
    top: 8px;
  }
  /* line 164, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .knowledgebase-search > div {
    width: 100%;
    text-align: center;
    padding: 15px;
    border-right: 10px;
  }
  /* line 169, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .knowledgebase-search > div h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  /* line 173, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .knowledgebase-search > div .form-group {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 360px) {
  /* line 184, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .browse .browse-articles ul li h5 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 190, app/assets/stylesheets/theme/theme/_knowledgebase.scss */
  .browse .browse-articles ul li h5 span.badge {
    display: none;
  }
}

/**=====================
     73. knowledgebase CSS end
==========================**/
/**=====================
     70.  Document CSS Start
==========================**/
/* line 7, app/assets/stylesheets/theme/theme/_document.scss */
.document.close .page-sidebar {
  left: -290px;
}

/* line 17, app/assets/stylesheets/theme/theme/_document.scss */
.document.close .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon .page-body {
  margin-left: unset;
}

/* line 26, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-main-header {
  background-color: #fff;
}

/* line 28, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-main-header.document-header {
  height: 80px;
  width: calc(100% - 290px);
  margin-left: 290px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 34, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-main-header.document-header.open {
  margin-left: 0;
  width: 100%;
}

/* line 39, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-main-header .main-header-right {
  padding: 0 0;
}

/* line 43, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-main-header .navbar-collapse .navbar-nav {
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
  width: 100%;
}

/* line 48, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-main-header .navbar-collapse .navbar-nav .nav-item {
  padding-right: 15px;
}

/* line 50, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-main-header .navbar-collapse .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

/* line 65, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-main-header .document-right-nav .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
}

/* line 77, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 290px;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  z-index: 9;
  transition: all 0.5s ease;
}

/* line 87, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-sidebar .logo-wrapper {
  border-bottom: 1px solid #efefef;
}

/* line 89, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-sidebar .logo-wrapper img {
  vertical-align: middle;
  border-style: none;
  padding: 23px -7px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
}

/* line 98, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-sidebar ul.document-menu {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 103, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-sidebar ul.document-menu h4 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}

/* line 109, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-sidebar ul.document-menu li a {
  color: #242934;
  font-size: 16px;
  padding-left: unset;
  padding-right: unset;
  transition: all 0.5s ease;
}

/* line 121, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-sidebar ul.document-menu li a.menu-title {
  font-weight: 600;
  line-height: 1;
}

/* line 124, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-sidebar ul.document-menu li a.menu-title:hover {
  color: #24695c;
}

/* line 129, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-sidebar ul.document-menu li .nav-submenu {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}

/* line 133, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-sidebar ul.document-menu li .nav-submenu li {
  padding-left: 15px;
  position: relative;
  transition: all 0.5s ease;
}

/* line 137, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-sidebar ul.document-menu li .nav-submenu li a {
  color: #999;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

/* line 142, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-sidebar ul.document-menu li .nav-submenu li a i {
  position: absolute;
  top: 7px;
  left: 0;
  transition: all 0.5s ease;
}

/* line 148, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-sidebar ul.document-menu li .nav-submenu li a:hover {
  color: #24695c;
}

/* line 154, app/assets/stylesheets/theme/theme/_document.scss */
.document .page-sidebar ul.document-menu li .nav-submenu li:hover {
  transform: translateX(5px);
}

/* line 165, app/assets/stylesheets/theme/theme/_document.scss */
.document .fa-star {
  color: #f4c705;
}

/* line 170, app/assets/stylesheets/theme/theme/_document.scss */
.document .card .card-header h5 {
  font-size: 20px;
  margin-bottom: 5px;
}

/* line 176, app/assets/stylesheets/theme/theme/_document.scss */
.document .reviews {
  margin-bottom: 20px;
}

/* line 178, app/assets/stylesheets/theme/theme/_document.scss */
.document .reviews h2 {
  font-weight: 600;
  font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
}

/* line 182, app/assets/stylesheets/theme/theme/_document.scss */
.document .reviews h5 {
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}

/* line 190, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .page-sidebar.open {
  transform: translate(-260px) !important;
}

/* line 192, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .page-sidebar.open ~ .page-body, .document-content .page-sidebar.open ~ footer {
  margin-left: 0 !important;
}

/* line 197, app/assets/stylesheets/theme/theme/_document.scss */
.document-content ul.nav-pills {
  overflow-y: scroll;
  max-height: calc(100vh - 180px);
  display: block;
}

/* line 202, app/assets/stylesheets/theme/theme/_document.scss */
.document-content ul.nav-pills li {
  line-height: 25px;
}

/* line 203, app/assets/stylesheets/theme/theme/_document.scss */
.document-content ul.nav-pills li h4 {
  color: #fff;
  padding: 0 15px;
}

/* line 208, app/assets/stylesheets/theme/theme/_document.scss */
.document-content ul.nav-pills li .nav-link {
  border-radius: .25rem;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #d4d4d4;
  font-weight: 500;
  padding: 3px 15px;
  letter-spacing: 1px;
}

/* line 217, app/assets/stylesheets/theme/theme/_document.scss */
.document-content ul.nav-pills li .nav-link i {
  margin-top: 5px;
  text-decoration: none;
  color: #fff;
  margin-right: 20px;
}

/* line 223, app/assets/stylesheets/theme/theme/_document.scss */
.document-content ul.nav-pills li .nav-link.active {
  background-color: unset !important;
  color: #24695c;
}

/* line 227, app/assets/stylesheets/theme/theme/_document.scss */
.document-content ul.nav-pills li .nav-link p {
  font-size: 16px;
  margin-bottom: 0;
  padding-top: 7px;
  font-weight: 600;
}

/* line 234, app/assets/stylesheets/theme/theme/_document.scss */
.document-content ul.nav-pills li .show > .nav-link {
  background-color: unset !important;
  color: #24695c;
}

/* line 242, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .table thead th {
  width: 50%;
}

/* line 247, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .set-flex {
  display: flex;
}

/* line 251, app/assets/stylesheets/theme/theme/_document.scss */
.document-content i.fa-star {
  color: #ffd042;
}

/* line 255, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .col-9 {
  padding-left: 40px;
}

/* line 257, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .col-9 .set-height {
  overflow: scroll;
  overflow-x: hidden;
}

/* line 261, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .col-9 .tab-content {
  overflow: auto;
  overflow-x: hidden;
  max-height: calc(100% - 200px);
  position: fixed;
  width: 976px;
  margin-left: 30px;
  -webkit-box-shadow: 0 0 15px 0 rgba(220, 220, 220, 0.4);
  -o-box-shadow: 0 0 15px 0 rgba(220, 220, 220, 0.4);
  box-shadow: 0 0 15px 0 rgba(220, 220, 220, 0.4);
}

/* line 271, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .col-9 .tab-content .section-head {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 40px;
  padding: 0;
}

/* line 279, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .card-body.tree-color {
  padding: 0;
}

/* line 282, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .jstree-default {
  padding: 30px;
  background-color: #111727;
  box-shadow: 1px 1px 2px 1px rgba(255, 255, 255, 0.08);
}

/* line 286, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .jstree-default .jstree-anchor {
  color: #a6aaaf;
}

/* line 289, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .jstree-default .jstree-hovered {
  background-color: #202938;
  border: 1px solid #202938;
}

/* line 293, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .jstree-default .jstree-clicked {
  color: white !important;
  background: transparent !important;
}

/* line 297, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .jstree-default .jstree-icon {
  color: #656b78 !important;
}

/* line 301, app/assets/stylesheets/theme/theme/_document.scss */
.document-content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 307, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .html-editor {
  color: rgba(255, 255, 255, 0.7);
  background-color: #2b2b2b;
}

/* line 310, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .html-editor pre {
  color: rgba(255, 255, 255, 0.7);
  background-color: #000;
}

/* line 315, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .progress {
  margin-bottom: 10px;
}

/* line 318, app/assets/stylesheets/theme/theme/_document.scss */
.document-content ul.list-ticked li {
  margin-bottom: 10px;
  padding-left: 1rem;
}

/* line 322, app/assets/stylesheets/theme/theme/_document.scss */
.document-content.faq {
  font-size: 18px;
}

/* line 324, app/assets/stylesheets/theme/theme/_document.scss */
.document-content.faq .btn {
  font-size: 18px;
  font-weight: 600;
  color: #24695c;
}

/* line 328, app/assets/stylesheets/theme/theme/_document.scss */
.document-content.faq .btn.btn-link {
  color: #000;
}

/* line 330, app/assets/stylesheets/theme/theme/_document.scss */
.document-content.faq .btn.btn-link.collapsed {
  color: #24695c;
}

/* line 335, app/assets/stylesheets/theme/theme/_document.scss */
.document-content.faq ul {
  border: unset;
}

/* line 337, app/assets/stylesheets/theme/theme/_document.scss */
.document-content.faq ul.nav {
  display: block;
}

/* line 339, app/assets/stylesheets/theme/theme/_document.scss */
.document-content.faq ul.nav li .nav-link {
  border-radius: .25rem;
  font-size: 18px;
  display: block;
  padding: 3px 20px 3px 30px;
  text-decoration: none;
  line-height: 30px;
  color: #4c5667;
  font-weight: 500;
  border: unset;
}

/* line 349, app/assets/stylesheets/theme/theme/_document.scss */
.document-content.faq ul.nav li .nav-link i {
  margin-top: 3px;
  text-decoration: none;
  line-height: 25px;
  color: #24695c;
  margin-right: 20px;
}

/* line 356, app/assets/stylesheets/theme/theme/_document.scss */
.document-content.faq ul.nav li .nav-link.active {
  color: #24695c;
  background-color: unset;
  border: unset;
}

/* line 361, app/assets/stylesheets/theme/theme/_document.scss */
.document-content.faq ul.nav li .nav-link:hover {
  border: unset;
}

/* line 368, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .reviews {
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 30px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
}

/* line 373, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .reviews h1 {
  text-transform: uppercase;
  font-weight: 600;
}

/* line 377, app/assets/stylesheets/theme/theme/_document.scss */
.document-content .reviews h5 {
  text-transform: capitalize;
}

@media (max-width: 991px) {
  /* line 389, app/assets/stylesheets/theme/theme/_document.scss */
  .document.close .page-sidebar {
    left: 0;
  }
  /* line 396, app/assets/stylesheets/theme/theme/_document.scss */
  .document.close .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon .page-body {
    margin-left: unset;
  }
  /* line 404, app/assets/stylesheets/theme/theme/_document.scss */
  .document .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 408, app/assets/stylesheets/theme/theme/_document.scss */
  .document .page-sidebar {
    left: -290px;
    z-index: 1;
  }
  /* line 412, app/assets/stylesheets/theme/theme/_document.scss */
  .document .navbar-toggler {
    padding: 0;
  }
  /* line 414, app/assets/stylesheets/theme/theme/_document.scss */
  .document .navbar-toggler:focus {
    box-shadow: none;
  }
}

@media (max-width: 575px) {
  /* line 425, app/assets/stylesheets/theme/theme/_document.scss */
  .document .page-main-header.document-header {
    height: 60px;
  }
}

/**=====================
     70. Document CSS Ends
==========================**/
/**=====================
     72. Job CSS start
==========================**/
/* line 7, app/assets/stylesheets/theme/theme/_job-search.scss */
.filter-cards-view .job-filter:first-child {
  margin-bottom: 30px;
}

/* line 11, app/assets/stylesheets/theme/theme/_job-search.scss */
.filter-cards-view .checkbox-animated {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 15, app/assets/stylesheets/theme/theme/_job-search.scss */
.filter-cards-view p {
  color: #999;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-size: 13px;
}

/* line 21, app/assets/stylesheets/theme/theme/_job-search.scss */
.filter-cards-view .filter-view-group {
  margin-bottom: 10px;
}

/* line 26, app/assets/stylesheets/theme/theme/_job-search.scss */
.location-checkbox span {
  color: #999;
  padding-left: 33px;
}

/* line 32, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-accordion .card {
  margin-bottom: 30px;
}

/* line 35, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-accordion .btn-block {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 41, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-sidebar .job-toggle {
  display: none;
  width: fit-content;
}

/* line 47, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search p {
  margin-top: 20px;
  color: #999;
}

/* line 53, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .media .media-body h6 {
  margin-bottom: 3px;
}

/* line 55, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .media .media-body h6 span {
  font-size: 13px;
  font-weight: normal;
}

/* line 58, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .media .media-body h6 span.badge {
  color: #fff;
  font-weight: 600;
}

/* line 63, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .media .media-body h6 .btn {
  font-weight: 600;
}

/* line 67, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .media .media-body p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: inline-block;
}

/* line 74, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .media .media-body ul.rating {
  margin-left: 10px;
  display: inline-block;
}

/* line 77, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .media .media-body ul.rating li {
  display: inline-block;
  letter-spacing: -2px;
}

/* line 83, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .media .media-body .job-apply-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}

/* line 90, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .job-description {
  margin-top: 20px;
  border-top: 1px solid #ececec;
  padding-top: 20px;
}

/* line 94, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .job-description h6 {
  font-weight: 600;
}

/* line 97, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .job-description p {
  margin-top: 0;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}

/* line 102, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .job-description ul {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 105, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .job-description ul li {
  margin-bottom: 10px;
  cursor: pointer;
  color: #999;
}

/* line 109, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .job-description ul li:last-child {
  margin-bottom: 0;
}

/* line 112, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .job-description ul li:hover {
  color: #24695c;
}

/* line 117, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .job-description .theme-form {
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
}

/* line 124, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .job-description .theme-form .row div[class^="col-"] + div[class^="col-"] .select2-container {
  margin-top: 14px;
  max-width: 100%;
}

/* line 130, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .job-description .theme-form .row div[class^="col-"] .job-select2 ~ .select2-container {
  margin-top: 0 !important;
}

/* line 135, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-search .job-description .theme-form .row div[class^="col-"] .input-group .datepicker-here {
  font-size: 14px;
  border: 1px solid #e6edef;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* line 148, app/assets/stylesheets/theme/theme/_job-search.scss */
.select2-container .select2-selection--single {
  border-radius: 0.25rem !important;
  border-color: #e6edef !important;
  height: 40px !important;
  padding: 5px;
}

/* line 155, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-pagination {
  margin-bottom: 30px;
}

/* line 158, app/assets/stylesheets/theme/theme/_job-search.scss */
.job-pagination nav ul {
  justify-content: center;
}

@media only screen and (max-width: 1366px) {
  /* line 164, app/assets/stylesheets/theme/theme/_job-search.scss */
  .xl-mt-job {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  /* line 174, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .media .media-body .job-apply-btn {
    position: unset;
    width: fit-content;
    margin-top: 5px;
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  /* line 187, app/assets/stylesheets/theme/theme/_job-search.scss */
  .filter-cards-view {
    padding: 20px !important;
  }
  /* line 190, app/assets/stylesheets/theme/theme/_job-search.scss */
  .filter-cards-view .job-filter:first-child {
    margin-bottom: 20px;
  }
  /* line 194, app/assets/stylesheets/theme/theme/_job-search.scss */
  .filter-cards-view .checkbox-animated {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 200, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-accordion .animate-chk {
    padding: 20px !important;
  }
  /* line 205, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search p {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 216, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .media .media-body .job-apply-btn {
    position: unset;
    display: block;
    width: fit-content;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 229, app/assets/stylesheets/theme/theme/_job-search.scss */
  .filter-cards-view {
    padding: 15px !important;
  }
  /* line 232, app/assets/stylesheets/theme/theme/_job-search.scss */
  .filter-cards-view .job-filter:first-child {
    margin-bottom: 15px;
  }
  /* line 236, app/assets/stylesheets/theme/theme/_job-search.scss */
  .filter-cards-view .checkbox-animated {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 242, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-accordion .animate-chk {
    padding: 15px !important;
  }
  /* line 247, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search p {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
  }
  /* line 252, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .media {
    display: block;
    text-align: center;
  }
  /* line 255, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .media .media-body {
    text-align: center;
  }
  /* line 257, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .media .media-body .job-apply-btn {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 261, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .media .media-body h6 {
    margin-bottom: unset;
  }
  /* line 263, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .media .media-body h6 .pull-right {
    float: none;
    display: inline-block;
    margin-left: 15px;
  }
  /* line 268, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .media .media-body h6 span.badge {
    font-size: 10px;
    padding: 5px;
  }
  /* line 272, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .media .media-body h6 a {
    margin-bottom: 10px;
  }
  /* line 278, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .media .media-body p span + span {
    display: block;
  }
  /* line 284, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .media img {
    margin-bottom: 15px;
  }
  /* line 287, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .media .m-r-20 {
    margin-right: 0;
  }
  /* line 291, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .job-description {
    margin-top: 15px;
    padding-top: 15px;
  }
  /* line 294, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .job-description label {
    display: block;
    text-align: left !important;
  }
  /* line 298, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .job-description .select2-container {
    width: 100% !important;
  }
  /* line 301, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .job-description .theme-form {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 307, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .job-description .theme-form .row div[class^="col-"] + div[class^="col-"] .select2-container {
    margin-top: 2px;
  }
  /* line 313, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .job-description .theme-form .xs-mt-period {
    margin-top: 15px;
  }
  /* line 319, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .card-footer {
    padding: 20px;
  }
  /* line 323, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-pagination {
    margin-bottom: 15px;
  }
  /* line 326, app/assets/stylesheets/theme/theme/_job-search.scss */
  .xl-mt-job {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 420px) {
  /* line 340, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .media .media-body h6 span.badge {
    display: none;
  }
}

@media only screen and (max-width: 360px) {
  /* line 360, app/assets/stylesheets/theme/theme/_job-search.scss */
  .job-search .job-description .btn {
    padding: 6px 12px;
  }
}

/**=====================
     72. Job CSS end
==========================**/
/**=====================
     75. Learning CSS start
==========================**/
/* line 6, app/assets/stylesheets/theme/theme/_learning.scss */
.learning-box .details-main {
  margin: 30px;
}

/* line 8, app/assets/stylesheets/theme/theme/_learning.scss */
.learning-box .details-main h6 {
  font-size: 20px;
}

/* line 11, app/assets/stylesheets/theme/theme/_learning.scss */
.learning-box .details-main p {
  color: #59667a;
  margin-bottom: 0;
}

/* line 17, app/assets/stylesheets/theme/theme/_learning.scss */
.learning-header {
  margin-bottom: 5px;
}

/* line 20, app/assets/stylesheets/theme/theme/_learning.scss */
.categories {
  padding: 20px 0;
}

/* line 22, app/assets/stylesheets/theme/theme/_learning.scss */
.categories .learning-header {
  padding-left: 30px;
  font-size: 16px;
}

/* line 27, app/assets/stylesheets/theme/theme/_learning.scss */
.categories ul li {
  padding: 5px 30px;
}

/* line 29, app/assets/stylesheets/theme/theme/_learning.scss */
.categories ul li a {
  color: #999;
  font-weight: 500;
}

/* line 33, app/assets/stylesheets/theme/theme/_learning.scss */
.categories ul li:hover {
  background-color: #e6edef;
}

/* line 35, app/assets/stylesheets/theme/theme/_learning.scss */
.categories ul li:hover a {
  color: #24695c;
}

/* line 44, app/assets/stylesheets/theme/theme/_learning.scss */
.upcoming-course .media + .media {
  margin-top: 30px;
}

/* line 49, app/assets/stylesheets/theme/theme/_learning.scss */
.job-accordion {
  margin-bottom: 0;
}

/* line 59, app/assets/stylesheets/theme/theme/_learning.scss */
.learning-section .categories ul li a {
  font-size: 13px;
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  /* line 72, app/assets/stylesheets/theme/theme/_learning.scss */
  .learning-comment {
    float: left !important;
  }
  /* line 79, app/assets/stylesheets/theme/theme/_learning.scss */
  .blog-box .blog-details .blog-social li:nth-child(n+2) {
    padding-left: 15px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 89, app/assets/stylesheets/theme/theme/_learning.scss */
  .categories {
    padding: 20px 0;
  }
  /* line 91, app/assets/stylesheets/theme/theme/_learning.scss */
  .categories .learning-header {
    padding-left: 20px;
  }
  /* line 95, app/assets/stylesheets/theme/theme/_learning.scss */
  .categories ul li {
    padding: 5px 20px;
  }
  /* line 102, app/assets/stylesheets/theme/theme/_learning.scss */
  .upcoming-course .media + .media {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 114, app/assets/stylesheets/theme/theme/_learning.scss */
  .categories ul li a {
    font-size: 13px;
  }
  /* line 121, app/assets/stylesheets/theme/theme/_learning.scss */
  .comment-box h4 {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  /* line 125, app/assets/stylesheets/theme/theme/_learning.scss */
  .comment-box li {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 133, app/assets/stylesheets/theme/theme/_learning.scss */
  .categories {
    padding: 15px 0;
  }
  /* line 135, app/assets/stylesheets/theme/theme/_learning.scss */
  .categories .learning-header {
    padding-left: 15px;
  }
  /* line 146, app/assets/stylesheets/theme/theme/_learning.scss */
  .upcoming-course .media + .media {
    margin-top: 10px;
  }
}

/**=====================
     75. Learning CSS end
==========================**/
/**=====================
     76. Order History CSS start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_order-history.scss */
.prooduct-details-box {
  margin-bottom: 30px;
}

/* line 7, app/assets/stylesheets/theme/theme/_order-history.scss */
.prooduct-details-box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 16px;
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/theme/theme/_order-history.scss */
.prooduct-details-box .media {
  border: 1px solid #e6edef;
  width: 100%;
  position: relative;
  display: block;
}

/* line 19, app/assets/stylesheets/theme/theme/_order-history.scss */
.prooduct-details-box .media .media-body {
  padding: 15px;
}

/* line 23, app/assets/stylesheets/theme/theme/_order-history.scss */
.prooduct-details-box .rating {
  color: #ffaf45;
}

/* line 26, app/assets/stylesheets/theme/theme/_order-history.scss */
.prooduct-details-box .price {
  font-size: 14px;
  font-weight: 600;
}

/* line 29, app/assets/stylesheets/theme/theme/_order-history.scss */
.prooduct-details-box .price span {
  margin-left: 5px;
  color: #717171;
}

/* line 35, app/assets/stylesheets/theme/theme/_order-history.scss */
.prooduct-details-box ul.rating li {
  display: inline-block;
}

/* line 40, app/assets/stylesheets/theme/theme/_order-history.scss */
.prooduct-details-box .product-name h6 {
  color: #242934;
  font-size: 15px;
}

/* line 46, app/assets/stylesheets/theme/theme/_order-history.scss */
.prooduct-details-box .btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 9px;
  padding: 2px 5px;
}

/* line 56, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history .input-group {
  text-align: right;
  max-width: 300px;
}

/* line 61, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table th {
  min-width: 170px;
}

/* line 64, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table th,
.order-history table td {
  text-align: center;
}

/* line 70, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table thead tr th {
  vertical-align: middle;
  border-top: none;
  background-color: rgba(36, 105, 92, 0.05);
  border: 1px solid #24695c;
  padding: 15px;
  font-size: 16px;
  color: #24695c;
  font-weight: 600;
}

/* line 82, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table .qty-box {
  width: 120px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

/* line 87, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table .qty-box input {
  padding: 0;
  border: none;
  background-color: transparent;
}

/* line 91, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table .qty-box input:focus {
  box-shadow: none;
  border: none;
}

/* line 96, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table .qty-box .input-group {
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #e6edef;
  overflow: hidden;
}

/* line 104, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table .qty-box .btn {
  background-color: transparent;
  padding: 8px 13px;
  font-size: 10px;
}

/* line 112, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table tbody tr td {
  vertical-align: middle;
  color: #999;
  font-weight: 600;
}

/* line 117, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table tbody tr td .product-name a {
  font-size: 15px;
  color: #898989;
}

/* line 121, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table tbody tr td .product-name .order-process {
  font-size: 13px;
  padding-left: 15px;
}

/* line 125, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table tbody tr td .product-name .order-process .order-process-circle {
  position: relative;
}

/* line 128, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table tbody tr td .product-name .order-process .order-process-circle:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #898989;
  left: -15px;
  top: 4px;
}

/* line 140, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table tbody tr td .product-name .order-process .order-process-circle.shipped-order:before {
  background-color: #1b4c43;
}

/* line 146, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table tbody tr td .product-name .order-process .order-process-circle.cancel-order:before {
  background-color: #d22d3d;
}

/* line 153, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history table tbody tr td.total-amount {
  color: #242934;
}

/* line 161, app/assets/stylesheets/theme/theme/_order-history.scss */
.order-history .product-name h6 {
  color: #242934;
  margin-bottom: unset;
  font-size: 14px;
}

/* line 173, app/assets/stylesheets/theme/theme/_order-history.scss */
.whishlist-main > div {
  margin-bottom: -30px;
}

@media only screen and (max-width: 1199px) {
  /* line 183, app/assets/stylesheets/theme/theme/_order-history.scss */
  .order-history table {
    width: 900px;
    overflow: auto;
  }
}

@media only screen and (max-width: 767px) {
  /* line 198, app/assets/stylesheets/theme/theme/_order-history.scss */
  .order-history table tbody tr td .product-name a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 211, app/assets/stylesheets/theme/theme/_order-history.scss */
  .wishlist .text-end {
    text-align: left !important;
  }
}

/**=====================
     76. Order History CSS end
==========================**/
/**=====================
     74. internationalization css start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_internationalization.scss */
.hdg_main {
  position: relative;
}

/* line 8, app/assets/stylesheets/theme/theme/_internationalization.scss */
.main .langChoice {
  position: absolute;
  right: 30px;
  top: 20px;
  padding: 10px 12px;
  background-color: rgba(36, 105, 92, 0.05);
  border-color: #e6edef;
  color: #24695c;
}

/**=====================
     74. internationalization CSS end
==========================**/
/**=====================
     79. social app css start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

/* line 9, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-tab ul {
  border-bottom: none !important;
}

/* line 12, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-tab ul li a {
  font-weight: 600;
  display: flex;
  align-items: center;
  background-color: rgba(36, 105, 92, 0.05);
}

/* line 17, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-tab ul li a svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  color: #24695c;
}

/* line 23, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-tab ul li a:hover {
  border-color: transparent !important;
}

/* line 26, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-tab ul li a.active {
  background-color: #24695c !important;
  color: #fff !important;
}

/* line 29, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-tab ul li a.active svg {
  color: #fff;
}

/* line 34, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-tab ul li:nth-child(n+2) {
  margin-left: 20px;
}

/* line 39, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-tab .input-group {
  width: 280px;
}

/* line 41, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-tab .input-group .form-control {
  background-color: rgba(36, 105, 92, 0.08);
  border-color: #e6edef;
  height: 40px;
  padding-left: 13px;
  font-size: 14px;
}

/* line 48, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-tab .input-group .input-group-text {
  background-color: #24695c;
}

/* line 50, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-tab .input-group .input-group-text i {
  color: #fff;
}

/* line 57, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-network span {
  margin-bottom: 10px;
  display: block;
}

/* line 63, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-list .media {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 68, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-list .media:last-child {
  margin-bottom: 0;
}

/* line 72, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-list .media .media-body a {
  color: #999;
}

/* line 75, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-list .media .media-body span {
  font-weight: 600;
  color: #242934;
}

/* line 80, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-list .media .media-body:hover a {
  color: #24695c;
}

/* line 87, app/assets/stylesheets/theme/theme/_social-app.scss */
.photos {
  margin-bottom: -10px;
}

/* line 91, app/assets/stylesheets/theme/theme/_social-app.scss */
.photos ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 65px;
}

/* line 96, app/assets/stylesheets/theme/theme/_social-app.scss */
.photos ul li img {
  width: 100%;
}

/* line 102, app/assets/stylesheets/theme/theme/_social-app.scss */
.new-users-social {
  margin-bottom: 30px;
}

/* line 105, app/assets/stylesheets/theme/theme/_social-app.scss */
.new-users-social .media img {
  width: 58px;
}

/* line 108, app/assets/stylesheets/theme/theme/_social-app.scss */
.new-users-social .media .media-body {
  margin-top: 10px;
}

/* line 113, app/assets/stylesheets/theme/theme/_social-app.scss */
.new-users-social svg circle {
  color: #999;
}

/* line 120, app/assets/stylesheets/theme/theme/_social-app.scss */
.like-content span i {
  font-size: 14px;
}

/* line 126, app/assets/stylesheets/theme/theme/_social-app.scss */
.timeline-content p {
  margin-top: 30px;
  color: #999;
}

/* line 131, app/assets/stylesheets/theme/theme/_social-app.scss */
.timeline-content .comment-number i {
  color: #999;
  margin-right: 20px;
}

/* line 136, app/assets/stylesheets/theme/theme/_social-app.scss */
.timeline-content .comments-box {
  margin-top: 10px;
}

/* line 138, app/assets/stylesheets/theme/theme/_social-app.scss */
.timeline-content .comments-box .input-group {
  margin-top: 6px;
}

/* line 142, app/assets/stylesheets/theme/theme/_social-app.scss */
.timeline-content .comments-box .input-group .input-txt-bx::placeholder {
  color: #999;
}

/* line 148, app/assets/stylesheets/theme/theme/_social-app.scss */
.timeline-content .comments-box .input-group .input-group-append .btn i {
  font-size: 20px;
  display: flex;
  color: #999;
}

/* line 155, app/assets/stylesheets/theme/theme/_social-app.scss */
.timeline-content .comments-box .input-group .input-group-text {
  background-color: #24695c;
  padding: 10px;
}

/* line 158, app/assets/stylesheets/theme/theme/_social-app.scss */
.timeline-content .comments-box .input-group .input-group-text img {
  width: 22px;
  height: 22px;
}

/* line 166, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-chat {
  margin-top: 10px;
}

/* line 169, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-chat span span {
  font-weight: normal;
  color: #999;
  font-size: 12px;
}

/* line 175, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-chat .media-body {
  padding: 30px;
  border: 1px solid #e6edef;
  position: relative;
}

/* line 179, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-chat .media-body p {
  margin-top: 5px;
}

/* line 182, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-chat .media-body:before {
  content: '';
  position: absolute;
  top: 19px;
  right: 100%;
  border: 7px solid transparent;
  border-right: 7px solid #59667a;
}

/* line 190, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-chat .media-body:after {
  content: '';
  position: absolute;
  top: 19px;
  right: 100%;
  border: 7px solid transparent;
  border-right: 7px solid #fff;
}

/* line 199, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-chat .your-msg, .social-chat .other-msg {
  margin-bottom: 10px;
}

/* line 202, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-chat .other-msg {
  margin-left: 40px;
}

/* line 207, app/assets/stylesheets/theme/theme/_social-app.scss */
.socialprofile span {
  color: #999;
}

/* line 210, app/assets/stylesheets/theme/theme/_social-app.scss */
.socialprofile h5 {
  margin-bottom: 10px;
}

/* line 213, app/assets/stylesheets/theme/theme/_social-app.scss */
.socialprofile .social-btngroup {
  margin: 15px 0;
}

/* line 218, app/assets/stylesheets/theme/theme/_social-app.scss */
.socialprofile .likes-profile h5 span {
  color: #242934;
}

/* line 223, app/assets/stylesheets/theme/theme/_social-app.scss */
.socialprofile .social-group {
  margin-top: 15px;
}

/* line 227, app/assets/stylesheets/theme/theme/_social-app.scss */
.socialprofile .social-group ul li:nth-child(4) {
  margin-left: -22px;
}

/* line 237, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-status form .form-group .form-control-social {
  border: 1px solid #e6edef;
  padding-left: 15px;
  margin-bottom: 30px;
  width: 100%;
  height: 40px;
  border-radius: 5px;
}

/* line 247, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-status .media {
  position: relative;
  margin-bottom: 30px;
}

/* line 250, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-status .media:last-child {
  margin-bottom: 0;
}

/* line 253, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-status .media .social-status {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  bottom: 0;
  left: 35px;
  border-radius: 100%;
}

/* line 263, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-status .media .social-online {
  border: 3px solid #1b4c43;
}

/* line 266, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-status .media .social-busy {
  border: 3px solid #e2c636;
}

/* line 269, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-status .media .social-offline {
  border: 3px solid #59667a;
}

/* line 273, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-status .media .media-body p {
  color: #999;
  font-size: 13px;
  margin-bottom: 5px;
}

/* line 279, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-status .media .media-body span + span {
  color: #999;
}

/* line 283, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-status .media .media-body .light-span {
  color: #999;
}

/* line 293, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-header h5 span:first-child {
  line-height: 1.48;
}

/* line 297, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-header h5 span svg circle {
  color: #999;
}

/* line 305, app/assets/stylesheets/theme/theme/_social-app.scss */
.details-about + .details-about {
  margin-top: 15px;
}

/* line 309, app/assets/stylesheets/theme/theme/_social-app.scss */
.details-about .your-details p {
  color: #999;
  line-height: 1.6;
}

/* line 316, app/assets/stylesheets/theme/theme/_social-app.scss */
.avatar-showcase .friend-pic {
  margin-right: 8px;
  margin-bottom: 10px;
}

/* line 322, app/assets/stylesheets/theme/theme/_social-app.scss */
.avatar-showcase .pepole-knows ul li {
  display: inline-block;
  margin-right: 21px;
  margin-bottom: 10px;
}

/* line 326, app/assets/stylesheets/theme/theme/_social-app.scss */
.avatar-showcase .pepole-knows ul li:last-child {
  margin-right: 0;
}

/* line 330, app/assets/stylesheets/theme/theme/_social-app.scss */
.avatar-showcase .pepole-knows ul li .add-friend h6 {
  margin-top: 3px;
}

/* line 333, app/assets/stylesheets/theme/theme/_social-app.scss */
.avatar-showcase .pepole-knows ul li .add-friend span {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* line 344, app/assets/stylesheets/theme/theme/_social-app.scss */
.activity-log .my-activity + .my-activity {
  margin-top: 15px;
}

/* line 347, app/assets/stylesheets/theme/theme/_social-app.scss */
.activity-log .my-activity h6 {
  margin-bottom: 15px;
}

/* line 350, app/assets/stylesheets/theme/theme/_social-app.scss */
.activity-log .my-activity p {
  margin-bottom: 5px;
  color: #999;
}

/* line 354, app/assets/stylesheets/theme/theme/_social-app.scss */
.activity-log .my-activity p span svg {
  width: 15px;
  height: 15px;
}

/* line 365, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-app-profile .card .socialprofile h5 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}

/* line 370, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-app-profile .card .socialprofile h4 {
  font-size: 20px;
}

/* line 373, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-app-profile .card .socialprofile h6 {
  margin-bottom: unset;
}

/* line 376, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-app-profile .card .socialprofile span {
  font-size: 12px;
}

/* line 378, app/assets/stylesheets/theme/theme/_social-app.scss */
.social-app-profile .card .socialprofile span .badge {
  font-size: 10px;
  padding: 2px 3px;
  font-weight: 400;
}

@media (max-width: 480px) {
  /* line 392, app/assets/stylesheets/theme/theme/_social-app.scss */
  .social-app-profile .card .socialprofile h4 {
    font-size: 18px;
  }
  /* line 401, app/assets/stylesheets/theme/theme/_social-app.scss */
  .customers ul li img {
    width: 25px !important;
  }
  /* line 408, app/assets/stylesheets/theme/theme/_social-app.scss */
  .socialprofile .social-group {
    margin-top: 10px;
  }
  /* line 414, app/assets/stylesheets/theme/theme/_social-app.scss */
  .photos ul li {
    width: 49px;
  }
  /* line 421, app/assets/stylesheets/theme/theme/_social-app.scss */
  .new-users-social .media img {
    width: 50px;
  }
}

/**=====================
     79. social app CSS end
==========================**/
/**=====================
    80. avatars CSS start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

/* line 9, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar:last-child {
  margin-right: 0;
}

/* line 12, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .b-r-30 {
  border-radius: 30px;
}

/* line 15, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .b-r-35 {
  border-radius: 35px;
}

/* line 18, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .b-r-25 {
  border-radius: 25px;
}

/* line 21, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .b-r-15 {
  border-radius: 15px;
}

/* line 25, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar.ratio img {
  width: auto;
}

/* line 29, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .height-100 {
  height: 100px;
}

/* line 32, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .height-90 {
  height: 90px;
}

/* line 35, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .height-80 {
  height: 80px;
}

/* line 38, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .height-70 {
  height: 70px;
}

/* line 41, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .height-60 {
  height: 60px;
}

/* line 44, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .height-50 {
  height: 50px;
}

/* line 47, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .status {
  position: absolute;
  background-color: #999;
  bottom: 0;
  right: 4px;
  border-radius: 100%;
  border: 1px solid #fff;
}

/* line 55, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .status-100 {
  width: 25px;
  height: 25px;
}

/* line 59, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .status-90 {
  width: 20px;
  height: 20px;
}

/* line 63, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .status-80 {
  width: 15px;
  height: 15px;
}

/* line 67, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .status-70 {
  width: 12px;
  height: 12px;
}

/* line 71, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .status-60 {
  width: 10px;
  height: 10px;
}

/* line 75, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .status-50 {
  width: 9px;
  height: 9px;
}

/* line 79, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .status-40 {
  width: 8px;
  height: 8px;
}

/* line 83, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatars .avatar .status-30 {
  width: 7px;
  height: 7px;
}

/* line 92, app/assets/stylesheets/theme/theme/_avatars.scss */
.customers ul li img {
  border: 2px solid #fff;
  box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

/* line 96, app/assets/stylesheets/theme/theme/_avatars.scss */
.customers ul li img:hover {
  transform: translateY(-4px) scale(1.02);
  transition: 0.5s;
}

/* line 101, app/assets/stylesheets/theme/theme/_avatars.scss */
.customers ul li + li {
  margin-left: -22px;
}

/* line 104, app/assets/stylesheets/theme/theme/_avatars.scss */
.customers ul li:nth-child(4) {
  margin-left: -4px;
}

/* line 109, app/assets/stylesheets/theme/theme/_avatars.scss */
.customers.avatar-group {
  margin-right: 30px;
}

/* line 111, app/assets/stylesheets/theme/theme/_avatars.scss */
.customers.avatar-group:last-child {
  margin-right: 0;
}

/* line 116, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatar-showcase {
  margin-bottom: -10px;
}

/* line 119, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatar-showcase .avatars .avatar {
  margin-bottom: 10px;
}

/* line 123, app/assets/stylesheets/theme/theme/_avatars.scss */
.avatar-showcase .avatar-group {
  margin-bottom: 10px;
}

/**=====================
     80. avatars CSS Ends
==========================**/
/**=====================
    81. Bookmark CSS start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark {
  text-align: right;
}

/* line 7, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li {
  border: 1px solid #e6edef;
  background-color: #fff;
  display: inline-block;
  border-radius: 8px;
  transition: all 0.5s ease;
}

/* line 13, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li svg {
  transition: all 0.5s ease;
}

/* line 16, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li:hover {
  background-color: #24695c;
}

/* line 19, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li:hover a svg {
  color: #fff;
  stroke: #fff;
}

/* line 25, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li .search-form {
  position: absolute;
  bottom: 53px;
}

/* line 28, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li .search-form .form-control-search {
  top: 60px;
  position: absolute;
  transition: all linear 0.3s;
  right: -20px;
  transform: translateY(-35px) scaleY(0);
  opacity: 0;
  visibility: hidden;
}

/* line 36, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li .search-form .form-control-search input {
  width: 285px;
  background-color: #fff;
  border: 1px solid #e6edef;
}

/* line 41, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li .search-form .form-control-search.open {
  transform: translateY(0px) scaleY(1);
  opacity: 1;
  visibility: visible;
  transition: all linear 0.3s;
  z-index: 100;
}

/* line 48, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li .search-form .form-control-search:after {
  top: 12px;
  left: 20px;
  z-index: 1;
}

/* line 53, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li .search-form .form-control-search:before {
  left: 50px;
  top: 9px;
  z-index: 2;
}

/* line 60, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li a {
  position: relative;
  color: #242934;
}

/* line 63, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li a svg {
  vertical-align: middle;
  height: 18px;
  width: 18px;
  margin: 12px;
}

/* line 70, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li:nth-child(n+2) {
  margin-left: 8px;
}

/* line 73, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li:last-child {
  padding-right: 0;
  color: #24695c;
}

/* line 76, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li:last-child a {
  border-radius: 5px;
}

/* line 78, app/assets/stylesheets/theme/theme/_bookmark.scss */
.bookmark ul li:last-child a svg {
  color: #24695c;
}

/* line 94, app/assets/stylesheets/theme/theme/_bookmark.scss */
.offcanvas-bookmark.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .bookmark ul li a {
  z-index: 99999;
  color: rgba(255, 255, 255, 0.5);
}

/* line 104, app/assets/stylesheets/theme/theme/_bookmark.scss */
.offcanvas-bookmark:before {
  position: fixed;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 99;
  right: 0;
  left: 0;
}

/**=====================
    81. Bookmark CSS Ends
==========================**/
/**=====================
    82. cart CSS start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_cart.scss */
.cart .total-amount {
  text-align: right !important;
  margin-top: 30px;
}

/* line 9, app/assets/stylesheets/theme/theme/_cart.scss */
.cart .amount-space {
  margin-left: 40px;
}

/* line 12, app/assets/stylesheets/theme/theme/_cart.scss */
.cart .cart-btn-transform {
  text-transform: capitalize;
}

/* line 15, app/assets/stylesheets/theme/theme/_cart.scss */
.cart .qty-box {
  width: 25%;
  margin: 0 auto;
}

/* line 19, app/assets/stylesheets/theme/theme/_cart.scss */
.cart .qty-box .input-group .btn {
  background-color: #ddd !important;
  border-color: #ddd !important;
  padding: 5px 12px;
}

/* line 27, app/assets/stylesheets/theme/theme/_cart.scss */
.cart-buttons {
  margin-top: 30px;
}

/* line 29, app/assets/stylesheets/theme/theme/_cart.scss */
.cart-buttons .cart-btn {
  float: right;
  padding-right: 85px;
}

/**=====================
    82. cart CSS Ends
==========================**/
/**=====================
    83. Wishlist CSS start
==========================**/
/* line 8, app/assets/stylesheets/theme/theme/_wishlist.scss */
.wishlist table tr td svg {
  color: #d22d3d;
}

/**=====================
    83. Wishlist CSS Ends
==========================**/
/**=====================
    84. Checkout CSS start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_checkout.scss */
.checkout label {
  color: #2c323f;
}

/* line 8, app/assets/stylesheets/theme/theme/_checkout.scss */
.checkout .checkout-details {
  border: 1px solid #e6edef;
  padding: 40px;
}

/* line 11, app/assets/stylesheets/theme/theme/_checkout.scss */
.checkout .checkout-details .order-place {
  margin-top: 20px;
}

/* line 17, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .title-box {
  padding-bottom: 20px;
  font-size: 22px;
  border-bottom: 1px solid #e6edef;
}

/* line 21, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .title-box span {
  width: 35%;
  float: right;
  font-weight: 600;
  text-align: right;
}

/* line 27, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .title-box h4 {
  font-weight: 600;
}

/* line 30, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .title-box .checkbox-title {
  display: flex;
  justify-content: space-between;
}

/* line 36, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .sub-total li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}

/* line 42, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .sub-total li:nth-child(n+2) {
  margin-top: 15px;
}

/* line 45, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .sub-total li .count {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  width: 35%;
  float: right;
  text-align: right;
}

/* line 54, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .sub-total .shipping-class {
  margin-bottom: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6edef;
}

/* line 58, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .sub-total .shipping-class .shopping-checkout-option {
  margin-top: -4px;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #24695c;
  font-weight: 400;
  width: 35%;
  float: right;
}

/* line 67, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .sub-total .shipping-class .shopping-checkout-option label {
  font-weight: 500;
  font-size: 14px;
  text-align: right;
}

/* line 76, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .total {
  position: relative;
  margin-bottom: 30px;
}

/* line 79, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .total li {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 18px;
}

/* line 86, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .qty {
  position: relative;
  border-bottom: 1px solid #e6edef;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

/* line 92, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .qty li {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

/* line 97, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .qty li:nth-child(n+2) {
  margin-top: 15px;
}

/* line 100, app/assets/stylesheets/theme/theme/_checkout.scss */
.order-box .qty li span {
  float: right;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  width: 35%;
  text-align: right;
}

/* line 111, app/assets/stylesheets/theme/theme/_checkout.scss */
.radio-option {
  position: relative;
}

/* line 114, app/assets/stylesheets/theme/theme/_checkout.scss */
.img-paypal {
  width: 50%;
  margin-left: 15px;
}

/**=====================
    86. Checkout CSS Ends
==========================**/
/**=====================
    Responsive CSS Start
==========================**/
@media screen and (max-width: 1199px) {
  /* line 129, app/assets/stylesheets/theme/theme/_checkout.scss */
  .checkout .checkout-details {
    padding: 25px;
  }
  /* line 135, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .title-box span {
    width: 30%;
  }
  /* line 141, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .sub-total li .count {
    width: 30%;
  }
  /* line 147, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .sub-total .shipping-class .shopping-checkout-option {
    width: 32%;
  }
  /* line 154, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .qty li span {
    width: 30%;
  }
  /* line 161, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .total li .count {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  /* line 171, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .title-box h4 {
    font-size: 18px;
  }
  /* line 174, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .title-box span {
    font-size: 18px;
  }
  /* line 179, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .qty li {
    font-size: 14px;
  }
  /* line 181, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .qty li span {
    font-size: 16px;
  }
  /* line 187, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .sub-total li {
    font-size: 14px;
  }
  /* line 189, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .sub-total li .count {
    font-size: 16px;
  }
  /* line 194, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .sub-total .shipping-class .shopping-checkout-option {
    width: 30%;
  }
  /* line 200, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .animate-chk label {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  /* line 211, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .title-box {
    padding-bottom: 15px;
  }
  /* line 216, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .sub-total .shipping-class .shopping-checkout-option {
    width: 50%;
  }
  /* line 221, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .sub-total li .count {
    width: 50%;
  }
  /* line 227, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .animate-chk label {
    font-size: 12px;
    margin-bottom: 10px;
  }
  /* line 235, app/assets/stylesheets/theme/theme/_checkout.scss */
  .checkout .checkout-details {
    padding: 20px;
  }
}

@media screen and (max-width: 420px) {
  /* line 246, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .qty li {
    font-size: 13px;
  }
  /* line 248, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .qty li span {
    font-size: 14px;
  }
  /* line 255, app/assets/stylesheets/theme/theme/_checkout.scss */
  .order-box .sub-total li .count {
    font-size: 14px;
  }
}

/**=====================
    84. Checkout CSS ends
==========================**/
/**=====================
     85. bookmark app CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.email-wrap .email-app-sidebar .main-menu > li a[aria-selected="true"] span {
  color: #24695c !important;
}

/* line 11, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.modal-bookmark .modal-body, .modal-bookmark .modal-header {
  padding: 25px;
}

/* line 13, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.modal-bookmark .modal-body h5, .modal-bookmark .modal-header h5 {
  font-weight: 600;
}

/* line 21, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-wrap .btn-mail {
  color: #24695c !important;
  width: 100%;
  font-weight: 600;
}

/* line 29, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-wrap .row .col-xl-3 + .col-xl-3 {
  padding-right: 15px;
}

/* line 37, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-wrap .left-bookmark ul li button {
  border: none;
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-wrap .left-bookmark ul li button:focus {
  outline: none;
}

/* line 44, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-wrap .left-bookmark ul li svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

/* line 49, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-wrap .left-bookmark ul li > .main-title {
  color: #24695c;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
}

/* line 57, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-wrap .left-bookmark ul li > .main-title span a:hover {
  background-color: transparent;
}

/* line 62, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-wrap .left-bookmark ul li > .main-title svg {
  color: #898989;
  stroke-width: 1px;
}

/* line 68, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-wrap .left-bookmark ul li a > .title {
  text-transform: capitalize;
  color: #2b2b2b;
}

/* line 78, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.form-bookmark a {
  text-transform: capitalize !important;
  color: #24695c !important;
  line-height: 1 !important;
  font-weight: 500;
}

/* line 83, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.form-bookmark a:hover {
  background-color: transparent !important;
}

/* line 88, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.form-bookmark input#index_var {
  display: none;
}

/* line 93, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.form-bookmark .form-group label {
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 97, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.form-bookmark .form-group input, .form-bookmark .form-group select {
  font-size: 14px;
}

/* line 100, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.form-bookmark .form-group .select2 {
  width: 100% !important;
}

/* line 103, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.form-bookmark .form-group .error {
  margin: 0 !important;
  font-size: 11px;
  color: red !important;
}

/* line 109, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.form-bookmark .form-group .fill-color {
  width: 35px;
  height: 30px;
  padding: 3px;
}

/* line 115, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.form-bookmark button {
  margin-top: 30px;
}

@keyframes displayTransition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 126, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark {
  height: auto;
  min-height: 359px;
}

/* line 129, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card {
  position: relative;
}

/* line 132, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {
  padding: 3px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0;
}

/* line 141, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon i {
  color: #fff;
  font-size: 16px;
  vertical-align: text-bottom;
}

/* line 147, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon.favourite i {
  color: #fed112;
}

/* line 152, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data {
  width: 100%;
}

/* line 154, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data .content-general {
  display: none;
}

/* line 158, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {
  transition: 0.5s;
}

/* line 161, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark {
  text-align: left;
  padding: 15px;
  border-top: 1px solid #e6edef;
  position: relative;
}

/* line 166, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark p {
  animation: displayTransition 1s;
  font-size: 13px;
  opacity: 1;
}

/* line 171, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block {
  display: none;
  margin-top: 15px;
}

/* line 175, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li {
  display: inline-block;
}

/* line 177, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li + li {
  margin-left: 5px;
}

/* line 180, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li svg {
  width: 16px;
  height: 16px;
  color: #898989;
}

/* line 189, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card:hover {
  box-shadow: 1px 4px 16px 3px rgba(0, 0, 0, 0.04);
  transition: 0.5s;
}

/* line 193, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .title-bookmark p {
  opacity: 0;
}

/* line 196, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .title-bookmark .hover-block {
  display: block;
  animation: displayTransition 2s;
  position: absolute;
  width: 100%;
  padding: 15px;
  top: 15px;
  left: 0;
}

/* line 207, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .favourite-icon {
  opacity: 1;
}

/* line 215, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark.list-bookmark .row .col-xl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 222, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .desciption-data .content-general {
  display: block;
}

/* line 226, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website {
  display: flex;
  align-items: center;
}

/* line 230, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {
  display: block;
  opacity: 1;
}

/* line 234, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {
  position: absolute;
  right: 15px;
  display: block;
  text-align: right;
}

/* line 243, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block {
  display: block;
  animation: displayTransition 0s;
}

/* line 251, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark {
  border-top: none;
}

/* line 253, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark p, .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 {
  margin-top: 0;
  display: inline-block;
}

/* line 257, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 {
  position: relative;
  padding-right: 15px;
}

/* line 260, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6::after {
  position: absolute;
  content: '-';
  right: 0;
  color: #898989;
}

/* line 267, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general {
  margin-top: 5px;
}

/* line 269, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p {
  width: 68%;
  margin-right: 20px;
  opacity: 1;
}

/* line 277, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
  width: 20%;
}

/* line 285, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .tab-content .card .card-header {
  justify-content: space-between;
  display: flex;
  border-bottom: 1px solid #e6edef;
}

/* line 289, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .tab-content .card .card-header h5 {
  font-weight: 600;
  font-size: 22px;
}

/* line 293, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .tab-content .card .card-header svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

/* line 299, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .tab-content .card .card-header ul li {
  display: inline-block;
}

/* line 301, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
.bookmark-tabcontent .tab-content .card .card-header ul li + li {
  margin-left: 5px;
}

@media only screen and (max-width: 1660px) {
  /* line 320, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p {
    display: none;
  }
  /* line 324, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block {
    margin-top: 6px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  /* line 347, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-wrap .left-bookmark ul li .btn-block svg {
    display: none;
  }
}

@media only screen and (max-width: 1366px) {
  /* line 361, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
    width: 40%;
  }
  /* line 366, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block {
    top: 80px;
  }
  /* line 380, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark ul li a svg {
    width: 15px;
    height: 15px;
    margin: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 395, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-wrap .left-bookmark {
    height: auto;
  }
  /* line 400, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark {
    min-height: auto;
  }
}

@media only screen and (max-width: 991px) {
  /* line 415, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .modal-bookmark .modal-body, .modal-bookmark .modal-header {
    padding: 20px;
  }
  /* line 420, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .form-bookmark button {
    margin-top: 20px;
  }
  /* line 428, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .tab-content .card .card-header, .bookmark-tabcontent .tab-content .card .card-body {
    padding: 20px;
  }
  /* line 430, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .tab-content .card .card-header h5, .bookmark-tabcontent .tab-content .card .card-body h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 449, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 172px;
  }
  /* line 459, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block p {
    display: none;
  }
  /* line 462, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block ul {
    position: relative;
    right: unset;
    top: unset;
  }
  /* line 471, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
    width: 45%;
  }
}

@media only screen and (max-width: 575px) {
  /* line 484, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
    width: 46%;
  }
  /* line 487, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website {
    display: block;
  }
  /* line 490, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website img {
    width: 100%;
  }
  /* line 494, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark h6, .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {
    display: block;
  }
  /* line 497, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .content-general {
    display: none;
  }
  /* line 500, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {
    position: relative;
    right: unset;
    text-align: left;
    top: unset;
    padding: 0;
  }
  /* line 519, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .modal-bookmark .modal-body, .modal-bookmark .modal-header {
    padding: 15px;
  }
  /* line 524, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .form-bookmark button {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 360px) {
  /* line 540, app/assets/stylesheets/theme/theme/_bookmark-app.scss */
  .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
    width: 28%;
  }
}

/**=====================
   85. bookmark app CSS Ends
==========================**/
/**=====================
      86. contacts CSS Start
==========================**/
/* line 4, app/assets/stylesheets/theme/theme/_contacts.scss */
.alert-contactadd {
  background-color: #fff;
  border: 1px solid var(--theme-deafult);
  width: 12%;
  padding: 10px;
}

/* line 10, app/assets/stylesheets/theme/theme/_contacts.scss */
.updateimg {
  position: absolute;
  left: 15px;
  width: 100px;
  top: 32px;
  line-height: 93px;
  opacity: 0;
}

/* line 18, app/assets/stylesheets/theme/theme/_contacts.scss */
#right-history {
  top: 81px;
  right: -320px;
  height: 100%;
  position: fixed;
  width: 320px;
  z-index: 9;
  background-color: #fff;
  transition: .5s;
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
}

/* line 30, app/assets/stylesheets/theme/theme/_contacts.scss */
#right-history h6 span a {
  color: #242934;
}

/* line 36, app/assets/stylesheets/theme/theme/_contacts.scss */
#right-history.show {
  right: 0;
  transition: .3s;
}

/* line 43, app/assets/stylesheets/theme/theme/_contacts.scss */
.history-details > div {
  padding: 30px 0;
}

/* line 46, app/assets/stylesheets/theme/theme/_contacts.scss */
.history-details .media {
  padding: 30px 15px;
  border-top: 1px solid #f4f4f4;
}

/* line 49, app/assets/stylesheets/theme/theme/_contacts.scss */
.history-details .media i {
  padding: 5px;
  background: #fed112;
  color: #fff;
  border-radius: 100%;
}

/* line 55, app/assets/stylesheets/theme/theme/_contacts.scss */
.history-details .media h6 {
  margin-bottom: 5px;
}

/* line 60, app/assets/stylesheets/theme/theme/_contacts.scss */
.delete-contact {
  display: none;
}

/* line 63, app/assets/stylesheets/theme/theme/_contacts.scss */
.more-data {
  animation: displayTransition 1s;
}

/* line 66, app/assets/stylesheets/theme/theme/_contacts.scss */
.contact-editform {
  padding: 30px;
  padding-left: unset;
  animation: displayTransition 1s;
}

/* line 70, app/assets/stylesheets/theme/theme/_contacts.scss */
.contact-editform a {
  display: block;
}

/* line 73, app/assets/stylesheets/theme/theme/_contacts.scss */
.contact-editform button {
  margin-top: 30px;
}

/* line 77, app/assets/stylesheets/theme/theme/_contacts.scss */
.contact-editform .select2-container .select2-selection--single {
  height: 39px !important;
  border-color: #e6edef !important;
  background-color: #f5f7fb;
}

/* line 86, app/assets/stylesheets/theme/theme/_contacts.scss */
#deletemodal .modal-header {
  border-bottom: none;
}

/* line 91, app/assets/stylesheets/theme/theme/_contacts.scss */
#deletemodal .modal-header .delete-data span svg {
  vertical-align: middle;
  margin-right: 15px;
}

/* line 102, app/assets/stylesheets/theme/theme/_contacts.scss */
.contact-options li .btn-category {
  line-height: 39px;
  border-radius: 3px;
  padding-left: 40px !important;
  padding: 0;
  color: #24695c;
  font-weight: 500;
}

/* line 113, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons p {
  font-family: "Roboto", sans-serif, sans-serif;
}

/* line 116, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail {
  padding: 30px 0;
}

/* line 118, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail .media {
  align-items: center;
}

/* line 120, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail .media img {
  width: auto;
  height: 100px;
}

/* line 125, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail .media .media-body h5 {
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 129, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail .media .media-body ul {
  margin-top: 5px;
}

/* line 131, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail .media .media-body ul li {
  display: inline-block;
}

/* line 133, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail .media .media-body ul li a {
  font-size: 13px;
  font-weight: 500;
}

/* line 137, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail .media .media-body ul li + li {
  padding-left: 10px;
  margin-left: 5px;
  border-left: 2px solid #f4f4f4;
}

/* line 147, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail .email-general {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

/* line 151, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail .email-general ul {
  padding-right: 20px;
}

/* line 153, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail .email-general ul li {
  color: #898989;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

/* line 158, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail .email-general ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 163, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail .email-general ul li > span {
  float: right;
}

/* line 170, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail .email-general p span {
  margin-left: 30px;
}

/* line 175, app/assets/stylesheets/theme/theme/_contacts.scss */
.list-persons .profile-mail .email-general .gender {
  margin-top: 30px;
}

/* line 183, app/assets/stylesheets/theme/theme/_contacts.scss */
.contacts-tabs .nav-pills {
  border-right: 1px solid #e6edef;
  height: 100%;
}

/* line 188, app/assets/stylesheets/theme/theme/_contacts.scss */
.contacts-tabs .nav-pills .nav-link.active,
.contacts-tabs .nav-pills .nav-link > .nav-link,
.contacts-tabs .nav-pills .show.active,
.contacts-tabs .nav-pills .show > .nav-link {
  background-color: rgba(36, 105, 92, 0.1);
  color: #242934;
}

/* line 193, app/assets/stylesheets/theme/theme/_contacts.scss */
.contacts-tabs .nav-pills .nav-link.active h6,
.contacts-tabs .nav-pills .nav-link > .nav-link h6,
.contacts-tabs .nav-pills .show.active h6,
.contacts-tabs .nav-pills .show > .nav-link h6 {
  color: #24695c;
}

/* line 199, app/assets/stylesheets/theme/theme/_contacts.scss */
.contacts-tabs .nav-pills .nav-link {
  color: #242934;
  padding: 0;
}

/* line 203, app/assets/stylesheets/theme/theme/_contacts.scss */
.contacts-tabs .nav-pills .nav-link .media .img-50 {
  height: 50px;
}

/* line 208, app/assets/stylesheets/theme/theme/_contacts.scss */
.contacts-tabs .nav-pills .nav-link + .nav-link {
  border-top: 1px solid #e6edef;
}

/* line 213, app/assets/stylesheets/theme/theme/_contacts.scss */
.contacts-tabs .nav-pills .media {
  padding: 20px;
}

/* line 219, app/assets/stylesheets/theme/theme/_contacts.scss */
.contacts-tabs .tab-content .tab-content-child {
  animation: displayTransition 1s;
}

@media only screen and (max-width: 991px) {
  /* line 227, app/assets/stylesheets/theme/theme/_contacts.scss */
  #right-history {
    top: 60px;
  }
  /* line 231, app/assets/stylesheets/theme/theme/_contacts.scss */
  .updateimg {
    top: 21px;
  }
  /* line 236, app/assets/stylesheets/theme/theme/_contacts.scss */
  .list-persons .profile-mail {
    padding: 20px;
  }
  /* line 240, app/assets/stylesheets/theme/theme/_contacts.scss */
  .list-persons .profile-mail .email-general .gender {
    margin-top: 20px;
  }
  /* line 248, app/assets/stylesheets/theme/theme/_contacts.scss */
  .contact-editform button {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 255, app/assets/stylesheets/theme/theme/_contacts.scss */
  .contact-editform {
    padding: 20px;
  }
  /* line 257, app/assets/stylesheets/theme/theme/_contacts.scss */
  .contact-editform.pl-0 {
    padding-left: 20px !important;
  }
  /* line 262, app/assets/stylesheets/theme/theme/_contacts.scss */
  .contacts-tabs .nav-pills {
    border-right: none;
    border-bottom: 1px solid #e6edef;
  }
}

@media only screen and (max-width: 575px) {
  /* line 270, app/assets/stylesheets/theme/theme/_contacts.scss */
  #right-history {
    width: 270px;
  }
  /* line 274, app/assets/stylesheets/theme/theme/_contacts.scss */
  .updateimg {
    top: 16px;
    left: 29px;
  }
  /* line 284, app/assets/stylesheets/theme/theme/_contacts.scss */
  .contacts-tabs .media img.m-r-20 {
    margin-right: 15px;
  }
  /* line 291, app/assets/stylesheets/theme/theme/_contacts.scss */
  .contacts-tabs .nav-pills .media {
    padding: 15px;
  }
  /* line 299, app/assets/stylesheets/theme/theme/_contacts.scss */
  .list-persons .profile-mail {
    padding: 15px;
  }
  /* line 302, app/assets/stylesheets/theme/theme/_contacts.scss */
  .list-persons .profile-mail .media img {
    height: 80px;
    width: 80px !important;
  }
  /* line 308, app/assets/stylesheets/theme/theme/_contacts.scss */
  .list-persons .profile-mail .email-general .gender {
    margin-top: 15px;
  }
  /* line 311, app/assets/stylesheets/theme/theme/_contacts.scss */
  .list-persons .profile-mail .email-general ul {
    padding-right: unset;
  }
  /* line 313, app/assets/stylesheets/theme/theme/_contacts.scss */
  .list-persons .profile-mail .email-general ul li {
    font-size: 12px;
  }
  /* line 322, app/assets/stylesheets/theme/theme/_contacts.scss */
  .list-persons .nav-pills .nav-link .media .media-body {
    text-align: left;
  }
  /* line 333, app/assets/stylesheets/theme/theme/_contacts.scss */
  .contact-editform {
    padding: 15px;
  }
  /* line 335, app/assets/stylesheets/theme/theme/_contacts.scss */
  .contact-editform button {
    margin-top: 15px;
  }
  /* line 338, app/assets/stylesheets/theme/theme/_contacts.scss */
  .contact-editform.pl-0 {
    padding-left: 15px !important;
  }
  /* line 350, app/assets/stylesheets/theme/theme/_contacts.scss */
  .contact-editform form .row > div .row > div > div,
.contact-options form .row > div .row > div > div {
    margin-bottom: 0;
  }
  /* line 354, app/assets/stylesheets/theme/theme/_contacts.scss */
  .contact-editform form .row > div .row > div + div,
.contact-options form .row > div .row > div + div {
    margin-top: 15px;
  }
  /* line 368, app/assets/stylesheets/theme/theme/_contacts.scss */
  .list-persons .profile-mail .media .media-body h5 {
    font-size: 16px;
  }
  /* line 381, app/assets/stylesheets/theme/theme/_contacts.scss */
  .bookmark-tabcontent .tab-content .card .card-header h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 360px) {
  /* line 391, app/assets/stylesheets/theme/theme/_contacts.scss */
  .updateimg {
    line-height: 73px;
    width: 80px;
  }
  /* line 400, app/assets/stylesheets/theme/theme/_contacts.scss */
  .list-persons .profile-mail .email-general p span {
    margin-left: 10px;
  }
  /* line 406, app/assets/stylesheets/theme/theme/_contacts.scss */
  .list-persons .profile-mail .media {
    display: block;
  }
  /* line 409, app/assets/stylesheets/theme/theme/_contacts.scss */
  .list-persons .profile-mail .media img {
    height: 80px;
    width: 80px !important;
    margin-bottom: 15px;
  }
}

/**=====================
    86. contacts CSS Ends
==========================**/
/**=====================
     87. task app CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_task.scss */
.modal-open .datepickers-container {
  z-index: 1075;
}

/* line 9, app/assets/stylesheets/theme/theme/_task.scss */
.date-details {
  align-items: center;
}

/* line 12, app/assets/stylesheets/theme/theme/_task.scss */
.date-details > div + div {
  margin-left: 10px;
}

/* line 20, app/assets/stylesheets/theme/theme/_task.scss */
.taskadd table tr td {
  border-top: none;
}

/* line 22, app/assets/stylesheets/theme/theme/_task.scss */
.taskadd table tr td:first-child {
  padding-left: 30px;
}

/* line 25, app/assets/stylesheets/theme/theme/_task.scss */
.taskadd table tr td:last-child {
  padding-right: 30px;
}

/* line 28, app/assets/stylesheets/theme/theme/_task.scss */
.taskadd table tr td svg {
  width: 18px;
  height: 18px;
  color: #59667a;
}

/* line 35, app/assets/stylesheets/theme/theme/_task.scss */
.taskadd table tr:first-child td {
  padding-top: 30px;
}

/* line 40, app/assets/stylesheets/theme/theme/_task.scss */
.taskadd table tr:last-child td {
  padding-bottom: 30px;
}

@media only screen and (max-width: 1660px) {
  /* line 53, app/assets/stylesheets/theme/theme/_task.scss */
  .taskadd table tr td:first-child {
    min-width: 160px;
  }
  /* line 56, app/assets/stylesheets/theme/theme/_task.scss */
  .taskadd table tr td:nth-child(3) {
    min-width: 70px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 65, app/assets/stylesheets/theme/theme/_task.scss */
  .date-details {
    display: block !important;
    margin-bottom: -10px;
  }
  /* line 68, app/assets/stylesheets/theme/theme/_task.scss */
  .date-details .d-inline-block {
    margin-bottom: 10px;
  }
  /* line 76, app/assets/stylesheets/theme/theme/_task.scss */
  .taskadd table tr td:first-child {
    padding-left: 20px;
  }
  /* line 81, app/assets/stylesheets/theme/theme/_task.scss */
  .taskadd table tr:first-child td {
    padding-top: 20px;
  }
  /* line 86, app/assets/stylesheets/theme/theme/_task.scss */
  .taskadd table tr:last-child td {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 99, app/assets/stylesheets/theme/theme/_task.scss */
  .taskadd table tr td:nth-child(2) {
    min-width: 745px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 112, app/assets/stylesheets/theme/theme/_task.scss */
  .taskadd table tr td:first-child {
    padding-left: 15px;
  }
  /* line 117, app/assets/stylesheets/theme/theme/_task.scss */
  .taskadd table tr:first-child td {
    padding-top: 15px;
  }
  /* line 122, app/assets/stylesheets/theme/theme/_task.scss */
  .taskadd table tr:last-child td {
    padding-bottom: 15px;
  }
}

/**=====================
   87. task app CSS Ends
==========================**/
/**========================
    64.  Invoice CSS Start
=============================**/
/* line 5, app/assets/stylesheets/theme/theme/_invoice.scss */
.invoice p {
  color: #999;
}

/* line 8, app/assets/stylesheets/theme/theme/_invoice.scss */
.invoice .invo-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6edef;
}

/* line 16, app/assets/stylesheets/theme/theme/_invoice.scss */
.invoice .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(36, 105, 92, 0.05);
  --bs-table-accent-bg:unset;
}

/* line 20, app/assets/stylesheets/theme/theme/_invoice.scss */
.invoice .table-striped tbody tr h6 {
  text-transform: capitalize;
  color: #24695c;
}

/* line 27, app/assets/stylesheets/theme/theme/_invoice.scss */
.invoice .invo-profile {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  /* line 35, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice h4 {
    margin-bottom: 0px;
  }
  /* line 38, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice h3 {
    margin-bottom: 0px;
  }
  /* line 43, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice .invo-header .media-left img {
    width: 55% !important;
  }
  /* line 49, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice .invo-profile .media {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6edef;
  }
}

@media only screen and (max-width: 991px) {
  /* line 61, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice .card .card-body {
    padding: 20px;
  }
  /* line 65, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice h4 {
    font-size: 20px;
  }
  /* line 68, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice h3 {
    font-size: 20px;
  }
  /* line 72, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice table td {
    min-width: 150px;
  }
  /* line 74, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice table td:first-child {
    min-width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 84, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice .invo-pal {
    margin-top: 15px;
    text-align: left !important;
  }
}

@media only screen and (max-width: 575px) {
  /* line 93, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice h4 {
    font-size: 18px;
  }
  /* line 96, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice h3 {
    font-size: 14px;
  }
  /* line 99, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice p {
    font-size: 13px;
  }
  /* line 103, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice .invo-header .media-body {
    text-align: right;
  }
  /* line 107, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice .text-xs-center {
    margin-top: 20px;
    text-align: center !important;
  }
  /* line 111, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice .text-md-end {
    text-align: left;
  }
}

@media only screen and (max-width: 420px) {
  /* line 121, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice .invo-header .media-left img {
    width: 50% !important;
  }
  /* line 127, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice .invo-profile .media {
    display: block;
  }
  /* line 129, app/assets/stylesheets/theme/theme/_invoice.scss */
  .invoice .invo-profile .media .media-body {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

/**========================
    64.  Invoice CSS endp
==========================**/
/**========================
  65.  Formwidgets CSS Start
=============================**/
/* line 5, app/assets/stylesheets/theme/theme/_form-widgets.scss */
.clockpicker-popover .popover-title {
  border-color: #e6edef;
}

/* line 8, app/assets/stylesheets/theme/theme/_form-widgets.scss */
.clockpicker-popover .popover-content {
  background-color: rgba(36, 105, 92, 0.05);
}

/* line 14, app/assets/stylesheets/theme/theme/_form-widgets.scss */
.date-range-picker {
  margin-bottom: -25px;
}

/* line 16, app/assets/stylesheets/theme/theme/_form-widgets.scss */
.date-range-picker .daterange-card {
  border: 1px solid #e6edef;
  padding: 30px;
  height: 100%;
}

/* line 20, app/assets/stylesheets/theme/theme/_form-widgets.scss */
.date-range-picker .daterange-card .form-group {
  margin-bottom: unset;
}

/* line 24, app/assets/stylesheets/theme/theme/_form-widgets.scss */
.date-range-picker > div {
  margin-bottom: 25px;
}

@media screen and (max-width: 1199px) {
  /* line 33, app/assets/stylesheets/theme/theme/_form-widgets.scss */
  .card .card-header h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  /* line 43, app/assets/stylesheets/theme/theme/_form-widgets.scss */
  .date-range-picker .daterange-card {
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  /* line 52, app/assets/stylesheets/theme/theme/_form-widgets.scss */
  .date-range-picker .daterange-card {
    padding: 15px;
  }
}

/**========================
  65. Formwidgets CSS end
=============================**/
/**=====================
   90. base_inputs CSS start
==========================**/
/* line 9, app/assets/stylesheets/theme/theme/_kanban.scss */
.jkanban-container .note a {
  display: contents;
}

/* line 13, app/assets/stylesheets/theme/theme/_kanban.scss */
.jkanban-container p {
  color: #999;
}

/* line 17, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-board-header {
  height: auto;
  width: auto;
  line-height: unset;
  background-color: rgba(36, 105, 92, 0.05);
}

/* line 24, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-board-header.bg-primary ~ .kanban-drag {
  background-color: rgba(36, 105, 92, 0.3);
}

/* line 29, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-board-header.bg-secondary ~ .kanban-drag {
  background-color: rgba(186, 137, 93, 0.3);
}

/* line 34, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-board-header.bg-warning ~ .kanban-drag {
  background-color: rgba(226, 198, 54, 0.3);
}

/* line 39, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-board-header.bg-success ~ .kanban-drag {
  background-color: rgba(27, 76, 67, 0.3);
}

/* line 44, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-container {
  display: contents;
}

/* line 46, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-container footer {
  padding: 0;
  margin: 0;
}

/* line 51, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-board {
  margin-bottom: 30px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 8px;
  box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  overflow: hidden;
  width: calc(100% / 3 - 30px) !important;
}

/* line 59, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-board .kanban-drag {
  background: rgba(36, 105, 92, 0.05);
}

/* line 63, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-board header {
  padding: 20px 20px 0;
}

/* line 66, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item {
  background: #fff;
  padding: 0;
  margin-bottom: 20px;
}

/* line 70, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item p {
  font-size: 13px;
}

/* line 73, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item:last-child {
  margin-bottom: 0;
}

/* line 76, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .list {
  display: inline-block;
  opacity: 0.4;
}

/* line 79, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .list li {
  display: inline-block;
  font-size: 12px;
}

/* line 82, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .list li i {
  margin-right: 10px;
}

/* line 85, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .list li:nth-child(n+2) {
  margin-left: 5px;
}

/* line 91, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .kanban-box {
  border: 1px solid #e6edef;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  display: block;
  color: inherit;
}

/* line 99, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .kanban-box:hover {
  color: inherit;
}

/* line 103, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .kanban-box + .kanban-box {
  margin-top: 20px;
}

/* line 107, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .kanban-box .badge {
  font-weight: 400;
}

/* line 111, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .kanban-box h6 {
  font-size: 15px;
  margin-top: 5px;
  font-weight: 600;
}

/* line 117, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .kanban-box .dropdown {
  display: inline-block;
  right: 10px;
  position: absolute;
  top: 20px;
}

/* line 123, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .kanban-box .dropdown .dropdown-item {
  font-size: 13px;
  font-weight: 500;
  padding: 5px 10px;
  text-align: left;
}

/* line 130, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .kanban-box .dropdown svg {
  height: 14px;
}

/* line 135, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .kanban-box .d-flex {
  justify-content: space-between;
}

/* line 140, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .kanban-box .dropdown-toggle:after {
  content: none;
}

/* line 145, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .kanban-box .customers ul li + li {
  margin-left: -10px;
}

/* line 149, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-item .kanban-box .date {
  font-size: 11px;
  opacity: 0.5;
}

/* line 156, app/assets/stylesheets/theme/theme/_kanban.scss */
.colorfull-kanban .kanban-board-header {
  padding-bottom: 20px;
}

/* line 160, app/assets/stylesheets/theme/theme/_kanban.scss */
.kanban-block {
  margin-bottom: -30px;
}

@media only screen and (max-width: 1300px) {
  /* line 166, app/assets/stylesheets/theme/theme/_kanban.scss */
  .kanban-board {
    width: calc(100% / 2 - 30px) !important;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 172, app/assets/stylesheets/theme/theme/_kanban.scss */
  .jkanban-container .btn {
    margin-bottom: 10px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 180, app/assets/stylesheets/theme/theme/_kanban.scss */
  .kanban-block {
    margin-bottom: -20px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 187, app/assets/stylesheets/theme/theme/_kanban.scss */
  .kanban-container .kanban-board {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 193, app/assets/stylesheets/theme/theme/_kanban.scss */
  .jkanban-container .btn {
    margin-left: unset;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 480px) {
  /* line 208, app/assets/stylesheets/theme/theme/_kanban.scss */
  .kanban-board .kanban-drag {
    padding: 10px;
  }
  /* line 211, app/assets/stylesheets/theme/theme/_kanban.scss */
  .kanban-board header {
    padding: 10px 10px 0;
  }
  /* line 213, app/assets/stylesheets/theme/theme/_kanban.scss */
  .kanban-board header .kanban-title-board {
    font-size: 14px;
  }
  /* line 220, app/assets/stylesheets/theme/theme/_kanban.scss */
  .jkanban-container .card .card-body {
    padding: 15px;
  }
  /* line 224, app/assets/stylesheets/theme/theme/_kanban.scss */
  .jkanban-container .btn {
    padding: 7px 12px;
  }
  /* line 228, app/assets/stylesheets/theme/theme/_kanban.scss */
  .kanban-item {
    margin-bottom: 10px;
  }
  /* line 230, app/assets/stylesheets/theme/theme/_kanban.scss */
  .kanban-item .kanban-box {
    padding: 15px;
  }
  /* line 235, app/assets/stylesheets/theme/theme/_kanban.scss */
  .colorfull-kanban .kanban-board-header {
    padding-bottom: 10px;
  }
}

/**=====================
  90. base_inputs CSS ends
==========================**/
/**==========================
   11. Project list css start
=============================**/
/* line 5, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-list .row {
  margin: 15px;
}

/* line 8, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-list button:focus {
  outline: none !important;
}

/* line 11, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-list .theme-form .form-group {
  margin-bottom: 15px;
}

/* line 16, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-list .border-tab.nav-tabs .nav-item .nav-link {
  border: 1px solid transparent;
  padding: 5px 30px 5px 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

/* line 25, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-list .btn {
  vertical-align: -12px;
  float: right;
}

/* line 29, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-list .btn svg {
  vertical-align: middle;
  height: 16px;
}

/* line 35, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-list ul {
  margin-bottom: 0 !important;
  border-bottom: 0;
}

/* line 40, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-list ul li svg {
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(1) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 10ms;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(2) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 20ms;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(3) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 30ms;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(4) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 40ms;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(5) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 50ms;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(6) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 60ms;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(7) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 70ms;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(8) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 80ms;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(9) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 90ms;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(10) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 100ms;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(11) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 110ms;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(12) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 120ms;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(13) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 130ms;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(14) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 140ms;
}

/* line 57, app/assets/stylesheets/theme/theme/_projectlist.scss */
.tab-content .row > div.col-xl-4:nth-child(15) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 150ms;
}

/* line 68, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-cards .tab-content {
  margin-bottom: -30px;
}

/* line 72, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-box {
  border: 1px solid #e6edef;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}

/* line 78, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-box h6 {
  font-weight: 600;
}

/* line 81, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-box p {
  color: #999;
}

/* line 84, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-box .badge {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* line 90, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-box .project-status p {
  margin-bottom: 5px;
  font-weight: 800;
}

/* line 95, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-box .media {
  margin-bottom: 15px;
}

/* line 98, app/assets/stylesheets/theme/theme/_projectlist.scss */
.project-box .details {
  margin-bottom: 10px;
}

/* line 105, app/assets/stylesheets/theme/theme/_projectlist.scss */
.projectdetails .card .card-body {
  padding: 20px;
}

/* line 109, app/assets/stylesheets/theme/theme/_projectlist.scss */
.projectdetails .card .card-footer {
  padding: 20px;
}

/* line 113, app/assets/stylesheets/theme/theme/_projectlist.scss */
.projectdetails .card select {
  width: 90px;
  height: 28px;
  font-size: 11px;
  right: 20px;
  top: 20px;
}

/* line 125, app/assets/stylesheets/theme/theme/_projectlist.scss */
.projectmore .details .col-4 {
  margin-bottom: 5px;
}

/* line 128, app/assets/stylesheets/theme/theme/_projectlist.scss */
.projectmore .details .col-4:nth-child(even) {
  opacity: 0.5;
}

/* line 134, app/assets/stylesheets/theme/theme/_projectlist.scss */
.projectmore h5 {
  font-size: 20px;
  font-weight: 600;
}

/* line 139, app/assets/stylesheets/theme/theme/_projectlist.scss */
.projectmore .task-list {
  position: relative;
}

/* line 143, app/assets/stylesheets/theme/theme/_projectlist.scss */
.projectmore .task-list ul li {
  margin-bottom: 5px;
}

/* line 147, app/assets/stylesheets/theme/theme/_projectlist.scss */
.projectmore .task-list ul + ul {
  position: absolute;
  left: 50%;
  top: 0;
}

/* line 158, app/assets/stylesheets/theme/theme/_projectlist.scss */
.new-users.activity .gradient-round {
  padding: 13px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  top: unset !important;
}

/* line 164, app/assets/stylesheets/theme/theme/_projectlist.scss */
.new-users.activity .gradient-round::after {
  display: none;
}

@media (max-width: 767px) {
  /* line 173, app/assets/stylesheets/theme/theme/_projectlist.scss */
  .project-list .btn {
    float: left;
    margin-top: 5px;
  }
  /* line 178, app/assets/stylesheets/theme/theme/_projectlist.scss */
  .project-box {
    padding: 20px;
  }
}

@media (max-width: 420px) {
  /* line 184, app/assets/stylesheets/theme/theme/_projectlist.scss */
  .project-box {
    padding: 15px;
  }
  /* line 186, app/assets/stylesheets/theme/theme/_projectlist.scss */
  .project-box .badge {
    font-size: 8px;
    top: 10px;
    right: 10px;
  }
  /* line 194, app/assets/stylesheets/theme/theme/_projectlist.scss */
  .project-list .border-tab.nav-tabs {
    display: flex;
  }
  /* line 196, app/assets/stylesheets/theme/theme/_projectlist.scss */
  .project-list .border-tab.nav-tabs .nav-item {
    width: auto !important;
  }
  /* line 198, app/assets/stylesheets/theme/theme/_projectlist.scss */
  .project-list .border-tab.nav-tabs .nav-item .nav-link {
    padding: 5px 15px 5px 0;
    font-size: 14px;
  }
}

/**==========================
   11. Project list css end
=============================**/
/**=====================
    File Manager
==========================**/
/* line 7, app/assets/stylesheets/theme/theme/_file.scss */
.file-sidebar .card .card-body,
.file-sidebar .card .card-header, .file-content .card .card-body,
.file-content .card .card-header {
  padding: 20px !important;
}

/* line 11, app/assets/stylesheets/theme/theme/_file.scss */
.file-sidebar .card .file-manager, .file-content .card .file-manager {
  padding-top: unset !important;
}

/* line 19, app/assets/stylesheets/theme/theme/_file.scss */
.file-sidebar ul li + li {
  margin-top: 8px;
}

/* line 24, app/assets/stylesheets/theme/theme/_file.scss */
.file-sidebar .btn {
  display: flex;
  align-items: center;
}

/* line 29, app/assets/stylesheets/theme/theme/_file.scss */
.file-sidebar .btn.btn-light:hover {
  color: #24695c !important;
}

/* line 32, app/assets/stylesheets/theme/theme/_file.scss */
.file-sidebar .btn.btn-light:hover svg {
  stroke: #24695c;
}

/* line 38, app/assets/stylesheets/theme/theme/_file.scss */
.file-sidebar .btn svg {
  width: 15px;
  vertical-align: middle;
  margin-right: 8px;
}

/* line 44, app/assets/stylesheets/theme/theme/_file.scss */
.file-sidebar .pricing-plan {
  border: 1px solid #e6edef;
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px;
  position: relative;
  overflow: hidden;
}

/* line 51, app/assets/stylesheets/theme/theme/_file.scss */
.file-sidebar .pricing-plan h6 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  color: #898989;
}

/* line 57, app/assets/stylesheets/theme/theme/_file.scss */
.file-sidebar .pricing-plan h5 {
  font-weight: 600;
}

/* line 60, app/assets/stylesheets/theme/theme/_file.scss */
.file-sidebar .pricing-plan p {
  margin-bottom: 10px;
  color: #999;
}

/* line 64, app/assets/stylesheets/theme/theme/_file.scss */
.file-sidebar .pricing-plan .btn {
  display: inline-block;
}

/* line 67, app/assets/stylesheets/theme/theme/_file.scss */
.file-sidebar .pricing-plan .bg-img {
  position: absolute;
  top: 40px;
  opacity: 0.1;
  transform: rotate(-45deg);
  right: -40px;
}

/* line 75, app/assets/stylesheets/theme/theme/_file.scss */
.file-sidebar h6 {
  font-size: 14px;
}

/* line 80, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager h5 {
  font-size: 18px;
  font-weight: 600;
}

/* line 84, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager > h6 {
  opacity: 0.6;
  font-weight: 400 !important;
  font-size: 15px;
  margin-bottom: 20px;
  color: #999;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(1) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 10ms;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(2) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 20ms;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(3) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 30ms;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(4) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 40ms;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(5) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 50ms;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(6) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 60ms;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(7) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 70ms;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(8) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 80ms;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(9) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 90ms;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(10) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 100ms;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(11) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 110ms;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(12) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 120ms;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(13) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 130ms;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(14) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 140ms;
}

/* line 97, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files .file-box:nth-child(15) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 150ms;
}

/* line 105, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager .files h6 {
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: capitalize;
}

/* line 111, app/assets/stylesheets/theme/theme/_file.scss */
.file-manager p {
  opacity: 0.9;
  font-size: 12px;
  color: #999;
}

/* line 119, app/assets/stylesheets/theme/theme/_file.scss */
.files h6, .folder h6 {
  font-size: 14px;
}

/* line 125, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .ellips {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0.7;
}

/* line 131, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .form-inline {
  border: 1px solid #e6edef;
  border-radius: 5px;
  padding: 0 20px;
}

/* line 135, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .form-inline i {
  padding-right: 10px;
  color: #898989;
  line-height: 3;
}

/* line 141, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .form-inline input::-webkit-input-placeholder {
  color: #898989;
}

/* line 145, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .form-inline input:focus {
  outline: none !important;
}

/* line 152, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .search-form input {
  padding: 5px 10px 5px 70px;
  border-radius: 5px;
}

/* line 157, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .search-form .form-group:before {
  left: 82px;
  top: 37px;
}

/* line 162, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .search-form .form-group:after {
  top: 39px;
  left: 53px;
}

/* line 169, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .btn svg {
  height: 15px;
  margin-right: 2px;
  vertical-align: middle;
}

/* line 175, app/assets/stylesheets/theme/theme/_file.scss */
.file-content h4 {
  font-weight: 600;
}

/* line 179, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box {
  border: 1px solid #e6edef;
  border-radius: 5px;
  padding: 15px;
  background-color: rgba(36, 105, 92, 0.05);
  width: calc(25% - 15px);
  display: inline-block;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(1) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 10ms;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(2) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 20ms;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(3) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 30ms;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(4) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 40ms;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(5) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 50ms;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(6) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 60ms;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(7) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 70ms;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(8) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 80ms;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(9) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 90ms;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(10) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 100ms;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(11) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 110ms;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(12) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 120ms;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(13) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 130ms;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(14) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 140ms;
}

/* line 191, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .folder .folder-box:nth-child(15) {
  animation-fill-mode: both;
  animation: fadeIncustom 0.5s linear 150ms;
}

/* line 202, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .files .file-box {
  border: 1px solid #e6edef;
  border-radius: 5px;
  padding: 15px;
  background-color: rgba(36, 105, 92, 0.05);
  width: calc(25% - 15px);
  display: inline-block;
  position: relative;
}

/* line 211, app/assets/stylesheets/theme/theme/_file.scss */
.file-content .files .file-box .file-top {
  height: 100px;
  background-color: #fff;
  border: 1px solid #e6edef;
  border-radius: 5px;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1440px) {
  /* line 226, app/assets/stylesheets/theme/theme/_file.scss */
  .file-content .folder .folder-box .media {
    display: block;
    text-align: center;
  }
  /* line 229, app/assets/stylesheets/theme/theme/_file.scss */
  .file-content .folder .folder-box .media .media-body {
    margin-left: 0 !important;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1366px) {
  /* line 238, app/assets/stylesheets/theme/theme/_file.scss */
  .file-content .files {
    margin-bottom: -10px;
  }
  /* line 240, app/assets/stylesheets/theme/theme/_file.scss */
  .file-content .files .file-box {
    width: calc(50% - 15px);
    margin-bottom: 10px;
    margin-right: 8px;
  }
  /* line 247, app/assets/stylesheets/theme/theme/_file.scss */
  .file-content .card-header .btn {
    padding: 8px 15px;
  }
  /* line 252, app/assets/stylesheets/theme/theme/_file.scss */
  .file-content .folder .folder-box {
    padding: 13px;
    width: calc(50% - 15px);
    margin-bottom: 10px;
  }
  /* line 257, app/assets/stylesheets/theme/theme/_file.scss */
  .file-content .folder .folder-box .media i {
    font-size: 30px;
  }
  /* line 266, app/assets/stylesheets/theme/theme/_file.scss */
  .file-sidebar .btn {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 768px) {
  /* line 275, app/assets/stylesheets/theme/theme/_file.scss */
  .file-content .folder {
    margin-bottom: -10px;
  }
  /* line 277, app/assets/stylesheets/theme/theme/_file.scss */
  .file-content .folder .folder-box {
    width: calc(50% - 15px);
    margin-bottom: 10px;
    margin-right: 8px;
  }
  /* line 283, app/assets/stylesheets/theme/theme/_file.scss */
  .file-content .media {
    display: block;
    text-align: center;
  }
  /* line 286, app/assets/stylesheets/theme/theme/_file.scss */
  .file-content .media .media-body {
    margin-top: 10px;
    text-align: center !important;
  }
}

@media screen and (max-width: 420px) {
  /* line 294, app/assets/stylesheets/theme/theme/_file.scss */
  .file-content .folder .folder-box, .file-content .files .file-box {
    width: calc(100%);
    margin-right: unset;
  }
  /* line 299, app/assets/stylesheets/theme/theme/_file.scss */
  .file-content h4 {
    font-size: 20px;
  }
  /* line 304, app/assets/stylesheets/theme/theme/_file.scss */
  .file-content .card-header .btn {
    padding: 7px 10px;
    font-size: 12px;
  }
  /* line 311, app/assets/stylesheets/theme/theme/_file.scss */
  .file-manager > h6 {
    font-size: 14px;
  }
}

/**=====================
     File Manager
==========================**/
/**=====================
    53. Dashboard CSS Start
==========================**/
/* line 7, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.trasaction-sec.card .card-body {
  margin-bottom: -35px;
}

/* line 11, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.trasaction-sec .transaction-totalbal {
  padding-left: 30px;
}

/* line 13, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.trasaction-sec .transaction-totalbal h2 {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
}

/* line 20, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.trasaction-sec #chart-3dash {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 27, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.helper-classes {
  padding: 30px;
  margin-bottom: 0;
  white-space: pre-line;
}

/* line 35, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.box-shadow-title .sub-title {
  margin: 30px 0;
}

/* line 41, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.list-group-item {
  background-color: #f5f7fb;
  border-color: #e6edef;
}

/* line 44, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.list-group-item.active {
  background-color: #24695c;
}

/* line 46, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.list-group-item.active:hover {
  background-color: #24695c;
  color: #fff;
}

/* line 53, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  background-color: rgba(36, 105, 92, 0.1);
  color: #24695c;
}

/* line 58, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.list-group-item-action.active {
  background-color: #24695c;
  color: #fff;
}

/* line 61, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.list-group-item-action.active:hover {
  background-color: #24695c;
  color: #fff;
}

/* line 73, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.general-widget .custom-card .card-header img {
  margin-top: -95px;
}

/* line 85, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card .card-header i, .dashboard-2-main .card .card-header i {
  font-size: 14px;
}

/* line 88, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card .card-header p, .dashboard-2-main .card .card-header p {
  font-weight: 500;
  color: #999;
  margin-bottom: unset;
  font-size: 12px;
}

/* line 94, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card .card-header h5, .dashboard-2-main .card .card-header h5 {
  font-size: 18px;
  font-weight: 700;
}

/* line 99, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card .card-header ul.week-date li, .dashboard-2-main .card .card-header ul.week-date li {
  display: inline-block;
  font-size: 12px;
  color: #717171;
  font-weight: 500;
}

/* line 104, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card .card-header ul.week-date li:nth-child(n+2), .dashboard-2-main .card .card-header ul.week-date li:nth-child(n+2) {
  margin-left: 10px;
  padding-left: 15px;
  border-left: 1px solid #e6edef;
}

/* line 112, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card, .dashboard-2-main .card.income-card {
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card .card-header, .dashboard-2-main .card.income-card .card-header {
  padding-bottom: 0;
}

/* line 118, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card .card-body .round-box, .dashboard-2-main .card.income-card .card-body .round-box {
  width: 55px;
  height: 55px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}

/* line 129, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card .card-body .round-box svg, .dashboard-2-main .card.income-card .card-body .round-box svg {
  width: auto;
  height: 25px;
  transition: all 0.5s ease;
}

/* line 135, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card .card-body .knob-block, .dashboard-2-main .card.income-card .card-body .knob-block {
  position: relative;
}

/* line 137, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card .card-body .knob-block input, .dashboard-2-main .card.income-card .card-body .knob-block input {
  color: #2b2b2b !important;
}

/* line 140, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card .card-body .knob-block canvas, .dashboard-2-main .card.income-card .card-body .knob-block canvas {
  height: 56%;
  width: 56%;
  margin-bottom: 12px;
}

/* line 147, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card .card-body .round-progress .progress-circle, .dashboard-2-main .card.income-card .card-body .round-progress .progress-circle {
  position: relative;
}

/* line 151, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card .card-body .parrten, .dashboard-2-main .card.income-card .card-body .parrten {
  position: absolute;
  top: -25px;
  right: -25px;
}

/* line 155, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card .card-body .parrten svg, .dashboard-2-main .card.income-card .card-body .parrten svg {
  fill: rgba(36, 105, 92, 0.03);
  width: 100px;
  height: 100px;
  transform: rotate(-135deg);
}

/* line 165, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card.card-primary .round-box, .dashboard-2-main .card.income-card.card-primary .round-box {
  background-color: rgba(36, 105, 92, 0.1);
}

/* line 168, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card.card-primary .round-box svg, .dashboard-2-main .card.income-card.card-primary .round-box svg {
  fill: #24695c;
}

/* line 173, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card.card-primary:hover .round-box, .dashboard-2-main .card.income-card.card-primary:hover .round-box {
  background-color: #24695c;
}

/* line 175, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card.card-primary:hover .round-box svg, .dashboard-2-main .card.income-card.card-primary:hover .round-box svg {
  fill: #fff;
}

/* line 181, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card.card-secondary, .dashboard-2-main .card.income-card.card-secondary {
  border-color: #ede7e4;
}

/* line 183, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card.card-secondary .round-box, .dashboard-2-main .card.income-card.card-secondary .round-box {
  background-color: rgba(186, 137, 93, 0.1);
}

/* line 185, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card.card-secondary .round-box svg, .dashboard-2-main .card.income-card.card-secondary .round-box svg {
  fill: #ba895d;
}

/* line 190, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card.card-secondary:hover .round-box, .dashboard-2-main .card.income-card.card-secondary:hover .round-box {
  background-color: #ba895d;
}

/* line 192, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card.card-secondary:hover .round-box svg, .dashboard-2-main .card.income-card.card-secondary:hover .round-box svg {
  fill: #fff;
}

/* line 199, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card .card-body h3, .dashboard-2-main .card.income-card .card-body h3 {
  font-weight: 700;
}

/* line 202, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card .card-body h5, .dashboard-2-main .card.income-card .card-body h5 {
  font-size: 22px;
  font-weight: 700;
}

/* line 206, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card .card-body p, .dashboard-2-main .card.income-card .card-body p {
  font-size: 12px;
  color: #999;
  font-weight: 500;
  text-transform: capitalize;
}

/* line 211, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec .card.income-card .card-body p:last-child, .dashboard-2-main .card.income-card .card-body p:last-child {
  font-weight: 700;
}

/* line 219, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.center-content {
  margin: auto;
  padding-right: 50px;
}

/* line 226, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.dashboard-default-sec #chart-dashbord .apexcharts-legend.position-right, .dashboard-default-sec #chart-dashbord .apexcharts-legend.position-left {
  left: 0  !important;
  right: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: 52%;
}

/* line 237, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.position-unset {
  position: unset;
}

/* line 240, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting {
  border: none;
}

/* line 242, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .card-header {
  padding-bottom: 0 !important;
  background-color: transparent;
}

/* line 245, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .card-header .setting-list {
  border-radius: 50%;
}

/* line 249, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 254, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting p {
  font-size: 14px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding: 0 15px;
  margin-bottom: 15px;
}

/* line 264, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .btn {
  color: #24695c;
  font-weight: 700;
}

/* line 267, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .btn:hover {
  background-color: #fff !important;
  border-color: #fff !important;
}

/* line 272, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .card-body {
  z-index: 2;
}

/* line 277, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

/* line 286, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 100%;
  opacity: 0;
  border-radius: 10px 50px 35px 20px;
  animation: makeItRain 5s infinite ease-out;
}

/* line 295, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(1) {
  left: 7%;
  transform: rotate(-40deg);
  animation: makeItRain 6s infinite ease-out;
}

/* line 300, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(2) {
  left: 14%;
  transform: rotate(4deg);
  animation: makeItRain 7s infinite ease-out;
}

/* line 305, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(3) {
  left: 21%;
  transform: rotate(-51deg);
  animation: makeItRain 5s infinite ease-out;
}

/* line 310, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(4) {
  left: 28%;
  transform: rotate(61deg);
  animation: makeItRain 6s infinite ease-out;
}

/* line 315, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(5) {
  left: 35%;
  transform: rotate(-52deg);
  animation: makeItRain 5s infinite ease-out;
}

/* line 320, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(6) {
  left: 42%;
  transform: rotate(38deg);
  animation: makeItRain 4s infinite ease-out;
}

/* line 325, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(7) {
  left: 49%;
  transform: rotate(11deg);
  animation: makeItRain 8s infinite ease-out;
}

/* line 330, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(8) {
  left: 56%;
  transform: rotate(49deg);
  animation: makeItRain 7s infinite ease-out;
}

/* line 335, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(9) {
  left: 63%;
  transform: rotate(-72deg);
  animation: makeItRain 6s infinite ease-out;
}

/* line 340, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(10) {
  left: 70%;
  transform: rotate(10deg);
  animation: makeItRain 5s infinite ease-out;
}

/* line 345, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(11) {
  left: 77%;
  transform: rotate(4deg);
  animation: makeItRain 8s infinite ease-out;
}

/* line 350, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(12) {
  left: 84%;
  transform: rotate(42deg);
  animation: makeItRain 4s infinite ease-out;
}

/* line 355, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(13) {
  left: 91%;
  transform: rotate(-72deg);
  animation: makeItRain 6s infinite ease-out;
}

/* line 360, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(odd) {
  background-color: #418578;
}

/* line 363, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(even) {
  z-index: 1;
}

/* line 366, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
}

/* line 370, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
}

/* line 374, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting .confetti-piece:nth-child(4n-7) {
  background-color: #418578;
}

@-webkit-keyframes makeItRain {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-350px);
  }
}

/* line 388, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec .media .media-body, .recent-order-sec .media .media-body {
  margin-left: 20px;
}

/* line 394, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec table tbody h6, .recent-order-sec table tbody h6 {
  font-size: 14px;
  font-weight: 600;
}

/* line 400, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec table tbody tr td a, .recent-order-sec table tbody tr td a {
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 35px;
  font-weight: 500;
}

/* line 405, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec table tbody tr td a .btn, .recent-order-sec table tbody tr td a .btn {
  font-size: 12px;
}

/* line 408, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec table tbody tr td a img, .recent-order-sec table tbody tr td a img {
  width: 30px !important;
  margin-right: 1rem !important;
}

/* line 417, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec h3, .recent-order-sec h3 {
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

/* line 423, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec span, .recent-order-sec span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

/* line 428, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec .btn, .recent-order-sec .btn {
  font-size: 12px;
  line-height: 25px;
  color: #24695c;
  font-weight: 700;
  text-align: center;
}

/* line 435, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec h5, .recent-order-sec h5 {
  font-size: 18px;
  font-weight: 700;
}

/* line 439, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec h4, .recent-order-sec h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

/* line 444, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec p, .recent-order-sec p {
  font-size: 12px;
  font-weight: 500;
  color: #717171;
  margin-bottom: 0;
}

/* line 451, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec .recent-order-sec h5, .recent-order-sec .recent-order-sec h5 {
  margin-bottom: 0;
}

/* line 455, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec .recent-order-sec table th, .recent-order-sec .recent-order-sec table th {
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
}

/* line 462, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec .recent-order-sec table tr td p, .recent-order-sec .recent-order-sec table tr td p {
  font-size: 13px;
  line-height: 18px;
  color: #717171;
  font-family: "Roboto";
  font-weight: 400;
}

/* line 476, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec .recent-order-sec table th, .recent-order-sec .recent-order-sec table th {
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
}

/* line 483, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec .recent-order-sec table tr td p, .recent-order-sec .recent-order-sec table tr td p {
  font-size: 13px;
  line-height: 18px;
  color: #717171;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* line 496, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec .rate-sec .card .card-header, .recent-order-sec .rate-sec .card .card-header {
  padding: 10px;
}

/* line 498, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec .rate-sec .card .card-header .header-top, .recent-order-sec .rate-sec .card .card-header .header-top {
  justify-content: flex-end;
}

/* line 502, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec .rate-sec .card .card-body, .recent-order-sec .rate-sec .card .card-body {
  padding: 15px;
}

/* line 509, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec .recent-order-sec .card .card-body, .recent-order-sec .recent-order-sec .card .card-body {
  padding: 15px;
}

/* line 516, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec .media {
  align-items: center;
}

/* line 518, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec .media img, .latest-update-sec .media svg {
  width: auto;
  height: 20px;
}

/* line 523, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec .card-body {
  padding-top: 0;
}

/* line 528, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec table tbody tr {
  transition: all 0.5s ease;
}

/* line 530, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec table tbody tr:hover {
  background-color: rgba(186, 137, 93, 0.1);
}

/* line 533, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec table tbody tr:hover td a {
  color: #ba895d;
}

/* line 537, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec table tbody tr:hover td .media svg {
  fill: #ba895d;
}

/* line 541, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec table tbody tr:hover td .media .media-body span {
  color: #ba895d;
}

/* line 549, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.latest-update-sec table tbody tr td a {
  color: #2b2b2b;
}

/* line 559, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.recent-order-sec .table th {
  border-bottom: none;
}

/* line 562, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.recent-order-sec .table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 567, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.recent-order-sec .table tr .media {
  align-items: center;
}

/* line 570, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.recent-order-sec .table tr:hover {
  background-color: rgba(36, 105, 92, 0.1);
}

/* line 572, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.recent-order-sec .table tr:hover td {
  color: #24695c;
}

/* line 575, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.recent-order-sec .table tr:hover p {
  color: #24695c;
}

/* line 583, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
#chart-dashbord .apexcharts-legend-series {
  text-align: right;
}

/* line 585, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
#chart-dashbord .apexcharts-legend-series .apexcharts-legend-marker {
  display: none;
  text-align: right;
  font-family: "Roboto", sans-serif;
}

/* line 592, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
#yearly-overview-chart {
  max-width: 650px;
  margin: 35px auto;
}

/* line 603, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.profile-greeting {
  background-image: url(/../images/dashboard/bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/* line 614, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart, .chart_data_right .card-body .chart-main .media .hospital-small-chart {
  align-items: center;
  background-color: rgba(36, 105, 92, 0.05);
}

/* line 618, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar {
  position: relative;
}

/* line 620, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container {
  height: 74px;
  width: 75px;
}

/* line 623, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip {
  position: absolute;
  opacity: 0;
}

/* line 626, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip .chartist-tooltip-value {
  font-size: 10px;
  padding: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

/* line 633, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip.tooltip-show, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip.tooltip-show {
  opacity: 1;
}

/* line 637, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container svg, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container svg {
  position: absolute;
  bottom: 23px;
  width: 100%;
  height: 95%;
}

/* line 647, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-slice-donut {
  stroke: #24695c;
}

/* line 652, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-slice-donut {
  stroke: rgba(36, 105, 92, 0.2);
}

/* line 658, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart .chartist-tooltip .chartist-tooltip-value {
  background-color: #24695c;
  box-shadow: 1px 1.732px 8px 0px rgba(36, 105, 92, 0.5);
}

/* line 666, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 .chartist-tooltip .chartist-tooltip-value {
  background-color: #d22d3d;
  box-shadow: 1px 1.732px 8px 0px rgba(210, 45, 61, 0.5);
}

/* line 673, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-slice-donut {
  stroke: #d22d3d;
}

/* line 678, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-slice-donut {
  stroke: rgba(210, 45, 61, 0.2);
}

/* line 686, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 .chartist-tooltip .chartist-tooltip-value {
  background-color: #24695c;
  box-shadow: 1px 1.732px 8px 0px rgba(36, 105, 92, 0.5);
}

/* line 693, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-slice-donut {
  stroke: #24695c;
}

/* line 698, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-slice-donut {
  stroke: rgba(36, 105, 92, 0.2);
}

/* line 707, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-slice-donut {
  stroke: #d22d3d;
}

/* line 712, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-slice-donut {
  stroke: rgba(210, 45, 61, 0.2);
}

/* line 718, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 .chartist-tooltip .chartist-tooltip-value {
  background-color: #d22d3d;
  box-shadow: 1px 1.732px 8px 0px rgba(210, 45, 61, 0.5);
}

/* line 727, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .media-body .right-chart-content, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content {
  margin-left: 30px;
}

/* line 729, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .media-body .right-chart-content h4, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content h4 {
  line-height: 1;
  color: #2b2b2b !important;
  font-weight: 500;
}

/* line 734, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media .media-body .right-chart-content span, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content span {
  color: rgba(43, 43, 43, 0.7);
  font-weight: 500;
}

/* line 740, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart_data_left .card-body .chart-main .media.border-none, .chart_data_right .card-body .chart-main .media.border-none {
  border-right: none !important;
}

/* line 748, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-timeline .media {
  align-items: center;
}

/* line 750, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-timeline .media .activity-line {
  top: 150px;
  height: 57%;
  position: absolute;
  width: 2px;
  background-color: #e6edef;
  margin: 0 auto;
  left: 36px;
  z-index: 1;
}

/* line 768, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-timeline .media .circle-dot-primary {
  background-color: rgba(36, 105, 92, 0.25);
  border-radius: 100%;
  padding: 4px;
  font-size: 5px;
  color: #24695c;
}

/* line 768, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-timeline .media .circle-dot-secondary {
  background-color: rgba(186, 137, 93, 0.25);
  border-radius: 100%;
  padding: 4px;
  font-size: 5px;
  color: #ba895d;
}

/* line 768, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-timeline .media .circle-dot-success {
  background-color: rgba(27, 76, 67, 0.25);
  border-radius: 100%;
  padding: 4px;
  font-size: 5px;
  color: #1b4c43;
}

/* line 768, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-timeline .media .circle-dot-danger {
  background-color: rgba(210, 45, 61, 0.25);
  border-radius: 100%;
  padding: 4px;
  font-size: 5px;
  color: #d22d3d;
}

/* line 768, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-timeline .media .circle-dot-info {
  background-color: rgba(113, 113, 113, 0.25);
  border-radius: 100%;
  padding: 4px;
  font-size: 5px;
  color: #717171;
}

/* line 768, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-timeline .media .circle-dot-light {
  background-color: rgba(230, 237, 239, 0.25);
  border-radius: 100%;
  padding: 4px;
  font-size: 5px;
  color: #e6edef;
}

/* line 768, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-timeline .media .circle-dot-dark {
  background-color: rgba(44, 50, 63, 0.25);
  border-radius: 100%;
  padding: 4px;
  font-size: 5px;
  color: #2c323f;
}

/* line 768, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-timeline .media .circle-dot-warning {
  background-color: rgba(226, 198, 54, 0.25);
  border-radius: 100%;
  padding: 4px;
  font-size: 5px;
  color: #e2c636;
}

/* line 776, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-timeline .media + .media {
  margin-top: 30px;
}

/* line 780, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-timeline .media .media-body {
  margin-left: 20px;
}

/* line 790, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.twitter-typeahead {
  display: block !important;
}

/* line 795, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
span.twitter-typeahead .league-name {
  font-size: 16px;
  padding: 6px 10px 0;
}

/* line 800, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
span.twitter-typeahead .tt-menu {
  float: left;
  width: 100%;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  border: none;
  padding: 0;
}

/* line 817, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
span.twitter-typeahead .tt-suggestion {
  color: #2b2b2b;
  opacity: 0.6;
  font-size: 13px;
  padding: 6px 12px;
  border-top: 1px solid #efefef;
  background-color: #f5f7fb;
  cursor: pointer;
}

/* line 825, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus {
  background-color: #24695c;
  color: #fff;
  opacity: 1;
}

/* line 831, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
span.twitter-typeahead .tt-suggestion.active, span.twitter-typeahead .tt-suggestion:active {
  color: #fff;
  background-color: var(--theme-deafult);
}

/* line 842, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
#draggableMultiple .ui-sortable-handle .card {
  cursor: move;
}

/* line 851, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.crm-activity > li {
  font-weight: 600;
}

/* line 853, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.crm-activity > li + li {
  border-top: 1px solid #efefef;
  margin-top: 12px;
  padding-top: 12px;
}

/* line 857, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.crm-activity > li + li h6 {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}

/* line 863, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.crm-activity > li h6 {
  font-size: 14px;
}

/* line 867, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.crm-activity span {
  font-size: 40px;
}

/* line 872, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.crm-activity ul.dates h6 {
  color: #242934;
}

/* line 876, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.crm-activity ul.dates li {
  color: #999;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
}

/* line 882, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.crm-activity ul.dates li + li {
  border-left: 1px solid #efefef;
  padding-left: 10px;
  margin-left: 5px;
}

/* line 897, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.ecommerce-widget {
  box-shadow: none;
  border: 1px solid #e6edef !important;
  border-radius: 5px;
}

/* line 901, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.ecommerce-widget h6 {
  color: #717171;
}

/* line 904, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.ecommerce-widget .total-num {
  color: #242934;
  margin: 0;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
}

/* line 910, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.ecommerce-widget .total-num span {
  color: #000;
}

/* line 915, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.ecommerce-widget .row {
  align-items: center;
}

/* line 918, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.ecommerce-widget .progress-showcase {
  margin-top: 43px;
}

/* line 920, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.ecommerce-widget .progress-showcase .progress {
  height: 20px;
}

/* line 924, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.ecommerce-widget span {
  color: #999;
  margin: 0;
  cursor: pointer;
  font-weight: 600;
}

/* line 930, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.ecommerce-widget .icon {
  color: #efefef;
  font-size: 40px;
}

/* line 934, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.ecommerce-widget .flot-chart-container {
  height: 100px;
  padding: 0;
  margin: 0;
  border: transparent;
}

/* line 940, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.ecommerce-widget .morris-default-style {
  display: none !important;
}

/* line 943, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.ecommerce-widget svg {
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3));
}

/* line 948, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.ecommerce-widget ul li {
  color: #999;
  font-weight: 600;
}

/* line 956, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.static-top-widget:hover .icon-bg {
  transform: rotate(-5deg) scale(1.1);
  transition: all 0.3s ease;
}

/* line 962, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.static-top-widget div.align-self-center svg {
  width: 30px;
  height: 30px;
}

/* line 967, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.static-top-widget .media-body {
  align-self: center !important;
  padding-left: 30px;
}

/* line 970, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.static-top-widget .media-body .icon-bg {
  position: absolute;
  right: -14px;
  top: 6px;
  opacity: 0.2;
  transition: all 0.3s ease;
  width: 100px;
  height: 100px;
}

/* line 980, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.static-top-widget span {
  font-weight: 500;
}

/* line 983, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.static-top-widget h4 {
  font-weight: 600;
}

/* line 989, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.bg-danger .media.static-top-widget .align-self-center {
  background-color: #d22d3d;
}

/* line 996, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.widget-joins:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #efefef;
  left: calc(50% - 1px);
}

/* line 1004, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.widget-joins:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #efefef;
  left: 0;
  top: 50%;
}

/* line 1013, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.widget-joins .media {
  padding: 30px;
  text-align: center;
  align-items: center;
}

/* line 1017, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.widget-joins .media span {
  font-weight: 500;
}

/* line 1019, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.widget-joins .media span.widget-t {
  color: #999;
}

/* line 1023, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.widget-joins .media h5 {
  font-weight: 600;
  font-size: 18px;
}

/* line 1027, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.widget-joins .media .details {
  border-left: 1px solid #e6edef;
  padding: 1px 0;
}

/* line 1031, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.widget-joins .media .media-body {
  text-align: left;
}

/* line 1033, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.widget-joins .media .media-body > span {
  color: #999;
}

/* line 1036, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.widget-joins .media .media-body svg {
  width: 40px;
  height: 40px;
}

/* line 1041, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.widget-joins .media .media-body h5 span {
  font-weight: 600;
}

/* line 1045, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.widget-joins .media .media-body h6 {
  font-weight: 600;
}

/* line 1047, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.widget-joins .media .media-body h6 span {
  color: #000;
}

/* line 1055, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.redial-social-widget {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #f4f4f4 50%, transparent 50%, transparent), linear-gradient(90deg, #e6edef 50%, #f4f4f4 50%, #f4f4f4);
}

/* line 1065, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.redial-social-widget i {
  background-color: #fff;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1075, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.redial-social-widget.radial-bar-70 {
  background-image: linear-gradient(342deg, #24695c 50%, transparent 50%, transparent), linear-gradient(270deg, #24695c 50%, rgba(36, 105, 92, 0.1) 50%, rgba(36, 105, 92, 0.1));
}

/* line 1080, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.social-widget-card span {
  color: #999;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
}

/* line 1088, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.social-widget-card h5 {
  color: #999;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
}

/* line 1097, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.social-widget-card h4 {
  font-size: 18px;
  font-weight: 600;
}

/* line 1105, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.browser-widget:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.3s ease;
  transform: scale(1.1) rotate(5deg);
}

/* line 1113, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.browser-widget img {
  height: 80px;
  filter: grayscale(100%);
  transform: scale(1) rotate(0deg);
  transition: all 0.3s ease;
}

/* line 1120, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.browser-widget .media-body {
  text-align: center;
  column-count: 3;
  column-rule: 1px solid #f4f4f4;
}

/* line 1124, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.browser-widget .media-body p {
  margin-bottom: 5px;
  font-weight: 600;
  color: #999;
}

/* line 1129, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.browser-widget .media-body span {
  margin-bottom: 0;
  color: rgba(36, 41, 52, 0.7);
}

/* line 1133, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.browser-widget .media-body h4 {
  color: #242934;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

/* line 1138, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.browser-widget .media-body h4 span {
  color: #333333;
  font-weight: 600;
}

/* line 1153, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.testimonial #owl-carousel-testimonial .owl-stage-outer .owl-stage .owl-item .item img,
.testimonial #owl-carousel-testimonial-rtl .owl-stage-outer .owl-stage .owl-item .item img {
  border-radius: 100%;
}

/* line 1161, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.testimonial i {
  font-size: 60px;
  color: rgba(43, 43, 43, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  z-index: -1;
}

/* line 1171, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.testimonial p {
  color: #999;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-top: 15px;
}

/* line 1178, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.testimonial h5 {
  color: #242934;
  padding-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
}

/* line 1184, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.testimonial span {
  color: #999;
}

/* line 1187, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.testimonial img {
  margin: 0 auto;
}

/* line 1192, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.hour, .min, .mobile-clock-widget .sec {
  position: absolute;
  width: 24px;
  height: 234px;
  top: 0;
  left: 102px;
  margin-top: -30px;
  margin-left: -25px;
}

/* line 1202, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.cal-date-widget .datepicker {
  padding: 20px;
  border-radius: unset;
}

/* line 1205, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.cal-date-widget .datepicker .datepicker--nav {
  border-bottom: none;
  direction: ltr;
}

/* line 1209, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.cal-date-widget .datepicker .datepicker--cell-day.-other-month-,
.cal-date-widget .datepicker .datepicker--cell-year.-other-decade- {
  opacity: 0.5;
}

/* line 1214, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.cal-date-widget span {
  font-weight: 600;
}

/* line 1217, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.cal-date-widget p {
  font-weight: 500;
}

/* line 1220, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.cal-date-widget .cal-info {
  display: flex;
  align-items: center;
  height: 100%;
}

/* line 1224, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.cal-date-widget .cal-info h2 {
  font-size: 100px;
  color: #24695c;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 0.7;
}

/* line 1231, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.cal-date-widget .cal-info span {
  font-size: 18px;
}

/* line 1234, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.cal-date-widget .cal-info p {
  color: #999;
  margin-top: 15px;
}

/* line 1240, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.datepicker--nav-action {
  background-color: #24695c;
}

/* line 1242, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.datepicker--nav-action:hover {
  background-color: #24695c;
}

/* line 1246, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.datepicker--nav-title {
  color: #24695c;
}

/* line 1248, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.datepicker--nav-title i {
  color: #24695c;
}

/* line 1252, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.datepicker--cell.-selected-.-current- {
  background-color: #24695c;
  color: #fff;
}

/* line 1256, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.weather-widget-two {
  position: relative;
  background-color: #24695c;
  height: 350px;
  overflow: hidden;
}

/* line 1261, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.weather-widget-two p {
  color: #fff;
}

/* line 1265, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.weather-widget-two .card-body .media {
  margin-bottom: 10px;
}

/* line 1270, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.weather-widget-two svg path.climacon_component-stroke {
  fill: #fff;
}

/* line 1274, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.weather-widget-two .top-bg-whether {
  position: absolute;
  top: -50px;
  right: -28px;
  opacity: 0.1;
}

/* line 1279, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.weather-widget-two .top-bg-whether svg {
  width: 200px;
  height: 200px;
}

/* line 1284, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.weather-widget-two .num {
  font-weight: 600;
}

/* line 1287, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.weather-widget-two .climacon_component-stroke {
  stroke: #fff;
}

/* line 1291, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.weather-widget-two .bottom-whetherinfo svg {
  width: 150px;
  height: 150px;
  opacity: 0.1;
  color: #fff;
  position: relative;
  top: 0;
  left: -35px;
}

/* line 1300, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.weather-widget-two .bottom-whetherinfo .whether-content {
  text-align: right;
  position: relative;
  top: -15px;
  color: #fff;
}

/* line 1309, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.mobile-clock-widget {
  background: url(/../images/other-images/mobile-clock-wallpaper.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-blend-mode: overlay;
  background-color: #17433b;
  position: relative;
}

/* line 1322, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.mobile-clock-widget .bg-svg {
  position: absolute;
  top: -4px;
  left: -25px;
}

/* line 1326, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.mobile-clock-widget .bg-svg svg {
  width: 150px;
  height: 150px;
  opacity: 0.08;
}

/* line 1332, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.mobile-clock-widget .clock {
  padding: 0;
  position: relative;
  list-style: none;
  margin: 0 auto;
  height: 175px;
  width: 175px;
  display: block;
  background: url(/../images/other-images/clock-face.png) 5% center no-repeat;
}

/* line 1342, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.mobile-clock-widget .sec {
  background: url(/../images/sec.svg);
  z-index: 3;
}

/* line 1348, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.mobile-clock-widget .min {
  background: url(/../images/min.svg);
  z-index: 2;
}

/* line 1353, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.mobile-clock-widget .hour {
  background: url(/../images/hour.svg);
  z-index: 1;
}

/* line 1371, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.mobile-clock-widget #date {
  margin-top: 30px;
  font-weight: 700;
}

/* line 1375, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.mobile-clock-widget p {
  font-weight: 600;
}

/* line 1380, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.flot-chart-container {
  height: 250px;
}

/* line 1385, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.calender-widget .cal-img {
  background: url(/../images/other-images/calender-bg.png);
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 270px;
}

/* line 1392, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.calender-widget .cal-date {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -45px;
  border: 1px solid #e6edef;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1404, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.calender-widget .cal-date h5 {
  margin-bottom: 0;
  line-height: 1.5;
  padding: 17px;
  font-weight: 700;
  font-size: 18px;
}

/* line 1413, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.calender-widget .cal-desc h6 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* line 1418, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.calender-widget .cal-desc p {
  color: #999;
  font-size: 15px;
}

/* line 1422, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.calender-widget .cal-desc span {
  line-height: 1.6;
}

/* line 1428, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.contact-form .theme-form {
  border: 1px solid #e6edef;
  padding: 30px;
  border-radius: 4px;
}

/* line 1432, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.contact-form .theme-form .form-icon {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #e6edef;
  border-radius: 100%;
  font-size: 28px;
  background-color: #fff;
  color: #24695c;
  margin-top: -55px;
  margin-bottom: 15px;
}

/* line 1447, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.contact-form .theme-form label {
  font-weight: 600;
}

/* line 1451, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.contact-form .btn {
  padding: 10px 30px;
}

/* line 1460, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart-widget-top #chart-widget1,
.chart-widget-top #chart-widget2,
.chart-widget-top #chart-widget3 {
  margin-bottom: -14px;
}

/* line 1465, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart-widget-top #chart-widget1 .apexcharts-xaxistooltip,
.chart-widget-top #chart-widget2 .apexcharts-xaxistooltip,
.chart-widget-top #chart-widget3 .apexcharts-xaxistooltip {
  display: none;
}

/* line 1472, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.bar-chart-widget .top-content {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 1476, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.bar-chart-widget .earning-details {
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  letter-spacing: 1px;
}

/* line 1483, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.bar-chart-widget .earning-details i {
  font-size: 230px;
  position: absolute;
  opacity: 0.1;
  right: -30px;
  top: 0;
}

/* line 1489, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.bar-chart-widget .earning-details i:hover {
  transform: rotate(-5deg) scale(1.1);
  transition: all 0.3s ease;
}

/* line 1495, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.bar-chart-widget .num {
  font-weight: 600;
}

/* line 1497, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.bar-chart-widget .num .color-bottom {
  color: #000;
}

/* line 1505, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.bottom-content span {
  color: rgba(36, 41, 52, 0.7);
}

/* line 1509, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.bottom-content .block-bottom {
  display: block;
}

/* line 1519, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.user-status table tbody tr td {
  vertical-align: middle;
  font-weight: 500;
}

/* line 1522, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.user-status table tbody tr td .d-inline-block {
  margin-top: 11px;
}

/* line 1526, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.user-status table tbody tr td .image-sm-size img {
  width: 41px;
}

/* line 1531, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.user-status table tbody tr:last-child td {
  padding-bottom: 0;
}

/* line 1539, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.user-status table thead tr th {
  border-top: 0;
  font-size: 16px;
  color: #2c323f;
  font-weight: 600;
  padding-top: 0;
}

@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -30px;
  }
}

@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}

@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0;
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}

@-webkit-keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* line 1601, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.serial-chart .chart-container {
  width: 100%;
  height: 500px;
}

/* line 1605, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.serial-chart .chart-container .lastBullet {
  animation: am-pulsating 1s ease-out infinite;
}

/* line 1609, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.serial-chart .chart-container .amcharts-graph-column-front {
  transition: all .3s .3s ease-out;
}

/* line 1612, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.serial-chart .chart-container .amcharts-graph-column-front:hover {
  fill: var(--theme-secondary);
  stroke: var(--theme-secondary);
  transition: all .3s ease-out;
}

/* line 1619, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.serial-chart .chart-container .amcharts-graph-g3 {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  animation: am-draw 40s;
}

/* line 1627, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.serial-chart .chart-container .amcharts-graph-g2 .amcharts-graph-stroke {
  stroke-dasharray: 3px 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
  animation: am-moving-dashes 1s linear infinite;
}

/* line 1636, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.speed-chart .chart-container {
  width: 100%;
  height: 530px;
}

/* line 1641, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.speed-chart .content {
  margin-top: -200px;
  margin-bottom: 20px;
}

/* line 1645, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.speed-chart .content h4 {
  font-weight: 600;
  padding-top: 2px;
}

/* line 1653, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.status-widget svg {
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}

/* line 1661, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.status-widget .card .card-header h5 {
  line-height: 1.38;
}

/* line 1667, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.status-widget .status-chart {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

/* line 1674, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.small-chart-widget .chart-container {
  height: 311px;
  padding: 0;
  margin: 0;
  border: none;
}

/* line 1683, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.small-chart-widget .card .card-body {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 1690, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.donut-chart-widget .chart-container {
  height: 300px;
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 1698, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.status-details h4 {
  font-weight: 600;
}

/* line 1701, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.status-details h4 span {
  color: inherit;
}

/* line 1706, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.status-details span {
  color: rgba(36, 41, 52, 0.7);
}

/* line 1711, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.status-chart .chart-container {
  height: 200px;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 1718, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.map-chart .chart-container {
  width: 100%;
  height: 500px;
}

/* line 1723, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.serial-chart {
  width: 100%;
}

/* line 1727, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.live-products,
.turnover,
.uses,
.monthly {
  height: 300px;
}

/* line 1737, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.live-products .ct-series-a .ct-area,
.live-products .ct-series-a .ct-point,
.live-products .ct-series-a .ct-line,
.live-products .ct-series-a .ct-bar,
.live-products .ct-series-a .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.77);
}

/* line 1746, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.live-products .ct-label {
  fill: #fff;
  color: #fff;
}

/* line 1751, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.live-products .ct-grid {
  stroke: rgba(255, 255, 255, 0.7);
}

/* line 1761, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.turnover .ct-series-a .ct-area,
.turnover .ct-series-a .ct-point,
.turnover .ct-series-a .ct-line,
.turnover .ct-series-a .ct-bar,
.turnover .ct-series-a .ct-slice-donut,
.uses .ct-series-a .ct-area,
.uses .ct-series-a .ct-point,
.uses .ct-series-a .ct-line,
.uses .ct-series-a .ct-bar,
.uses .ct-series-a .ct-slice-donut,
.monthly .ct-series-a .ct-area,
.monthly .ct-series-a .ct-point,
.monthly .ct-series-a .ct-line,
.monthly .ct-series-a .ct-bar,
.monthly .ct-series-a .ct-slice-donut {
  stroke: white;
  fill: transparent;
}

/* line 1773, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.turnover .ct-series-b .ct-area,
.turnover .ct-series-b .ct-point,
.turnover .ct-series-b .ct-line,
.turnover .ct-series-b .ct-bar,
.turnover .ct-series-b .ct-slice-donut,
.uses .ct-series-b .ct-area,
.uses .ct-series-b .ct-point,
.uses .ct-series-b .ct-line,
.uses .ct-series-b .ct-bar,
.uses .ct-series-b .ct-slice-donut,
.monthly .ct-series-b .ct-area,
.monthly .ct-series-b .ct-point,
.monthly .ct-series-b .ct-line,
.monthly .ct-series-b .ct-bar,
.monthly .ct-series-b .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.7);
  fill: transparent;
}

/* line 1785, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.turnover .ct-series-c .ct-area,
.turnover .ct-series-c .ct-point,
.turnover .ct-series-c .ct-line,
.turnover .ct-series-c .ct-bar,
.turnover .ct-series-c .ct-slice-donut,
.uses .ct-series-c .ct-area,
.uses .ct-series-c .ct-point,
.uses .ct-series-c .ct-line,
.uses .ct-series-c .ct-bar,
.uses .ct-series-c .ct-slice-donut,
.monthly .ct-series-c .ct-area,
.monthly .ct-series-c .ct-point,
.monthly .ct-series-c .ct-line,
.monthly .ct-series-c .ct-bar,
.monthly .ct-series-c .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.4);
  fill: transparent;
}

/* line 1795, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.turnover .ct-label,
.uses .ct-label,
.monthly .ct-label {
  fill: #fff;
  color: #fff;
}

/* line 1800, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.turnover .ct-grid,
.uses .ct-grid,
.monthly .ct-grid {
  stroke: rgba(255, 255, 255, 0.7);
}

/* line 1820, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-primary {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #24695c;
  box-shadow: -2.5px -6.67px 15px 0px rgba(36, 105, 92, 0.25);
  position: relative;
  z-index: 2;
}

/* line 1829, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-primary:hover {
  background-color: rgba(36, 105, 92, 0.5);
}

/* line 1820, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-secondary {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #ba895d;
  box-shadow: -2.5px -6.67px 15px 0px rgba(186, 137, 93, 0.25);
  position: relative;
  z-index: 2;
}

/* line 1829, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-secondary:hover {
  background-color: rgba(36, 105, 92, 0.5);
}

/* line 1820, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-success {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #1b4c43;
  box-shadow: -2.5px -6.67px 15px 0px rgba(27, 76, 67, 0.25);
  position: relative;
  z-index: 2;
}

/* line 1829, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-success:hover {
  background-color: rgba(36, 105, 92, 0.5);
}

/* line 1820, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-danger {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #d22d3d;
  box-shadow: -2.5px -6.67px 15px 0px rgba(210, 45, 61, 0.25);
  position: relative;
  z-index: 2;
}

/* line 1829, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-danger:hover {
  background-color: rgba(36, 105, 92, 0.5);
}

/* line 1820, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-info {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #717171;
  box-shadow: -2.5px -6.67px 15px 0px rgba(113, 113, 113, 0.25);
  position: relative;
  z-index: 2;
}

/* line 1829, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-info:hover {
  background-color: rgba(36, 105, 92, 0.5);
}

/* line 1820, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-light {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #e6edef;
  box-shadow: -2.5px -6.67px 15px 0px rgba(230, 237, 239, 0.25);
  position: relative;
  z-index: 2;
}

/* line 1829, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-light:hover {
  background-color: rgba(36, 105, 92, 0.5);
}

/* line 1820, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-dark {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #2c323f;
  box-shadow: -2.5px -6.67px 15px 0px rgba(44, 50, 63, 0.25);
  position: relative;
  z-index: 2;
}

/* line 1829, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-dark:hover {
  background-color: rgba(36, 105, 92, 0.5);
}

/* line 1820, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-warning {
  width: 16px;
  height: 16px;
  background-color: #f5f7fb;
  border-radius: 100%;
  border: 3px solid #e2c636;
  box-shadow: -2.5px -6.67px 15px 0px rgba(226, 198, 54, 0.25);
  position: relative;
  z-index: 2;
}

/* line 1829, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.activity-dot-warning:hover {
  background-color: rgba(36, 105, 92, 0.5);
}

/* line 1835, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
.chart-vertical-center #myDoughnutGraph, .chart-vertical-center #myPolarGraph {
  width: auto !important;
}

@media only screen and (max-width: 1800px) {
  /* line 1845, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .latest-update-sec table tbody tr td:first-child {
    min-width: 320px;
  }
  /* line 1855, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .recent-order-sec .table td {
    min-width: 110px;
  }
  /* line 1857, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .recent-order-sec .table td:first-child {
    min-width: 320px;
  }
  /* line 1868, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .user-status table thead tr th:nth-child(3) {
    min-width: 150px;
  }
  /* line 1877, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .user-status table tbody tr td:first-child {
    min-width: 300px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1680px) {
  /* line 1893, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .card-header .header-top, .dashboard-2-main .card-header .header-top {
    display: block !important;
  }
  /* line 1895, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .card-header .header-top .center-content, .dashboard-2-main .card-header .header-top .center-content {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  /* line 1903, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .des-xl-25 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1907, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .des-xl-33 {
    max-width: 33.33333%;
    flex: 33.33333%;
  }
  /* line 1911, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .des-xl-50 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1915, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .des-xl-100 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1921, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .card .card-header, .dashboard-default-sec .card .card-body, .dashboard-default-sec .card .card-footer {
    padding: 20px;
  }
  /* line 1925, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .card .card-header h5 {
    font-size: 16px;
  }
  /* line 1928, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .card .card-header p {
    font-size: 10px;
  }
  /* line 1931, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .card .card-header i {
    font-size: 12px;
  }
  /* line 1937, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .card.income-card .card-body .round-box {
    width: 45px;
    height: 45px;
  }
  /* line 1940, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .card.income-card .card-body .round-box svg {
    height: 16px;
  }
  /* line 1944, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .card.income-card .card-body h5 {
    font-size: 18px;
  }
  /* line 1950, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .setting-list {
    top: 15px;
    right: 15px;
  }
  /* line 1953, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .setting-list .setting-option {
    width: 25px;
    height: 25px;
  }
  /* line 1958, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .setting-list .setting-option li:first-child i.icon-angle-double-right {
    font-size: 12px;
  }
  /* line 1964, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .setting-list .setting-primary, .dashboard-default-sec .setting-list .setting-secondary, .dashboard-default-sec .setting-list .setting-white {
    width: 25px;
    height: 25px;
  }
  /* line 1972, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .profile-greeting h3 {
    font-size: 22px;
  }
  /* line 1975, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .profile-greeting p {
    line-height: 20px;
  }
  /* line 1978, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .profile-greeting .card-header {
    padding-bottom: 5px !important;
  }
  /* line 1986, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  #chart-dashbord .apexcharts-legend.position-right, #chart-dashbord .apexcharts-legend.position-left {
    display: none !important;
  }
  /* line 1992, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .trasaction-sec .transaction-totalbal {
    padding-left: 20px;
  }
  /* line 1994, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .trasaction-sec .transaction-totalbal h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1470px) {
  /* line 2002, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .bar-chart-widget .num {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 2010, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .apexcharts-legend.position-right {
    left: 20px !important;
  }
  /* line 2016, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .dashboard-default-sec .card .card-header, .dashboard-default-sec .card .card-body, .dashboard-default-sec .card .card-footer {
    padding: 20px;
  }
  /* line 2022, app/assets/stylesheets/theme/theme/_dashboard_default.scss */
  .profile-greeting h3 {
    font-size: 22px;
    margin-top: 5px;
  }
}

/**=====================
  53. Dashboard CSS Ends
==========================**/
/**=====================
      67. Dashboard 2 CSS Start
==========================**/
/* line 8, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.dashboard-2-main .card .card-header span {
  font-size: 14px !important;
  color: #24695c;
  font-weight: 600 !important;
  display: inline-block;
}

/* line 17, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.dashboard-2-main .card .card-body .media img {
  margin-right: 5px;
}

/* line 25, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.yearly-growth-sec #myChart {
  height: 350px !important;
}

/* line 30, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-dealer-sec .card {
  margin-bottom: 20px;
}

/* line 32, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-dealer-sec .card .card-img-top {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}

/* line 39, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-dealer-sec .card .top-dealerbox {
  padding: 20px;
}

/* line 41, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-dealer-sec .card .top-dealerbox h6 {
  font-size: 13px;
  font-weight: 600;
}

/* line 45, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-dealer-sec .card .top-dealerbox p {
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 12px;
  color: #999;
}

/* line 51, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-dealer-sec .card .top-dealerbox .btn {
  padding: 8px 10px;
  background-color: rgba(36, 105, 92, 0.1);
  color: #24695c;
  font-size: 11px;
  font-weight: 400;
  border-radius: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

/* line 61, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-dealer-sec .card .top-dealerbox:hover {
  background-color: #fff;
}

/* line 63, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-dealer-sec .card .top-dealerbox:hover .btn {
  background-color: #24695c;
  color: #fff;
}

/* line 73, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-dealer-sec .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

/* line 82, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-sell-sec .card-body .fa-shopping-bag {
  background-color: #24695c;
  padding: 8px;
  border-radius: 2px;
  color: #fff;
}

/* line 88, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-sell-sec .card-body .media {
  background-color: rgba(36, 105, 92, 0.05);
  padding: 25px 30px;
  border-radius: 5px;
}

/* line 92, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-sell-sec .card-body .media img {
  transition: all 3s ease;
}

/* line 98, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-sell-sec .card-body .media .btn:hover i:before {
  animation: bounceIn 0.5s ease-in-out;
}

/* line 104, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-sell-sec .card-body .media .media-body {
  margin-left: 20px;
}

/* line 106, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-sell-sec .card-body .media .media-body h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 111, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-sell-sec .card-body .media .media-body p {
  margin-bottom: 5px;
}

/* line 116, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-sell-sec .card-body .media:hover img {
  transform: rotate(-26deg);
}

/* line 124, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.top-sell-sec .media .media-body .fa-star {
  color: #f5c304;
}

/* line 130, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec {
  background-color: #fff;
  border: none;
}

/* line 134, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-header ul.target-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 138, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-header ul.target-list li {
  border-radius: 10px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px;
  width: 50%;
  transition: all 0.5s ease;
}

/* line 148, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-header ul.target-list li:hover h6 {
  color: #fff;
}

/* line 151, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-header ul.target-list li:hover p {
  color: #fff;
}

/* line 154, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-header ul.target-list li:hover span {
  color: #fff;
}

/* line 158, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-header ul.target-list li:first-child {
  background-color: rgba(36, 105, 92, 0.05);
}

/* line 160, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-header ul.target-list li:first-child:hover {
  background-color: #24695c;
}

/* line 164, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-header ul.target-list li:nth-child(n+2) {
  background-color: #24695c;
  margin-left: 20px;
}

/* line 167, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-header ul.target-list li:nth-child(n+2) h6 {
  color: #fff;
}

/* line 170, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-header ul.target-list li:nth-child(n+2) p {
  color: #fff;
}

/* line 173, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-header ul.target-list li:nth-child(n+2) span {
  color: #fff;
}

/* line 177, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-header ul.target-list li h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 182, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-header ul.target-list li p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* line 187, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-header ul.target-list li span {
  color: #24695c;
}

/* line 194, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .card-body .traget-img-sec {
  width: 100%;
  background-image: url(/../images/dashboard-2/target1.png);
  height: 415px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 204, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .animat-block i {
  color: #24695c;
  position: absolute;
}

/* line 208, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .animat-block .close1 {
  bottom: 29%;
  left: 75px;
  position: absolute;
  animation: star 5s linear infinite;
}

/* line 214, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .animat-block .close2 {
  bottom: 31%;
  right: 8%;
  animation: star 7s linear infinite;
}

/* line 219, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .animat-block .close3 {
  bottom: 65%;
  left: 30%;
  opacity: 0.2;
  animation: star 10s linear infinite;
}

/* line 225, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .animat-block > div {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #24695c;
  position: absolute;
}

/* line 232, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .animat-block .circle1 {
  bottom: 50%;
  left: 5%;
  animation: move2 1.2s infinite alternate;
}

/* line 237, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .animat-block .circle2 {
  bottom: 45%;
  right: 30%;
  animation: move2 1.4s infinite alternate;
}

/* line 242, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.target-sec .animat-block .circle3 {
  bottom: 65%;
  right: 18%;
  opacity: 0.2;
  animation: move2 1.6s infinite alternate;
}

/* line 252, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline .media {
  align-items: start !important;
}

/* line 254, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline .media .activity-line {
  left: 37px;
}

/* line 260, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline.update-line .media .activity-line {
  height: 80% !important;
}

/* line 266, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline.update-line .media .media-body h6 {
  font-size: 12px;
  margin-bottom: 25px;
}

/* line 269, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline.update-line .media .media-body h6 span {
  margin-right: 5px;
  font-weight: 600;
}

/* line 273, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline.update-line .media .media-body h6 .dot-notification {
  float: right;
  width: 15px;
  height: 15px;
  background-color: #24695c;
  border: 5px solid #b2b6b6;
  border-radius: 50%;
  animation: round 1.3s ease-in-out infinite;
}

/* line 283, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline.update-line .media .media-body h5 {
  font-size: 14px;
  color: #242934;
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 289, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline.update-line .media .media-body p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #717171;
}

/* line 295, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline.update-line .media .media-body ul.timeline-pro {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

/* line 299, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline.update-line .media .media-body ul.timeline-pro li {
  width: 100px;
  height: 65px;
  border-radius: 5px;
  background-color: rgba(36, 105, 92, 0.05);
  display: flex;
}

/* line 305, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline.update-line .media .media-body ul.timeline-pro li img {
  margin: auto;
  transition: all 0.5s ease;
}

/* line 309, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline.update-line .media .media-body ul.timeline-pro li:nth-child(n+2) {
  margin-left: 20px;
}

/* line 313, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline.update-line .media .media-body ul.timeline-pro li:hover img {
  animation: tada 1s ease-out infinite;
}

/* line 319, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline.update-line .media .media-body .tomorrow-sec {
  margin: auto;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 1;
}

/* line 325, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline.update-line .media .media-body .tomorrow-sec:before {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #e6edef;
  height: 1px;
  width: 90%;
  z-index: -1;
}

/* line 337, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .activity-timeline.update-line .media .media-body .tomorrow-sec p {
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f7fb;
}

/* line 352, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.activity-sec .media .tomorrow-sec p {
  display: flex;
  justify-content: center;
}

/* line 360, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
.yearly-growth-sec #myChart {
  height: 350px !important;
}

/* line 365, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
#graph_rounded svg {
  filter: drop-shadow(-1px 5px 9px rgba(233, 233, 255, 0.3));
}

@media only screen and (max-width: 1800px) {
  /* line 376, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .activity-sec .activity-timeline.update-line .media .activity-line {
    left: 37px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  /* line 386, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .dashboard-2-main .setting-primary, .dashboard-2-main .setting-secondary, .dashboard-2-main .setting-white {
    width: 25px;
    height: 25px;
  }
  /* line 391, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .dashboard-2-main .setting-list .setting-option {
    width: 25px;
    height: 25px;
  }
  /* line 394, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .dashboard-2-main .setting-list .setting-option .setting-option {
    width: 25px;
    height: 25px;
  }
  /* line 400, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .dashboard-2-main .setting-list .setting-option li:first-child i.icon-angle-double-right {
    font-size: 12px;
  }
  /* line 408, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .dashboard-2-main .card .card-header, .dashboard-2-main .card .card-body, .dashboard-2-main .card .card-footer {
    padding: 20px;
  }
  /* line 412, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .dashboard-2-main .card .card-header h5 {
    font-size: 16px;
  }
  /* line 418, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .dashboard-2-main .card.income-card .card-body h5 {
    font-size: 18px;
  }
  /* line 427, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-dealer-sec .card .top-dealerbox {
    padding: 15px;
  }
  /* line 434, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-sell-sec .card-body .media {
    padding: 15px;
  }
  /* line 436, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-sell-sec .card-body .media .btn-iconsolid {
    padding: 5px 10px;
  }
  /* line 438, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-sell-sec .card-body .media .btn-iconsolid i {
    font-size: 12px;
  }
  /* line 443, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-sell-sec .card-body .media .media-body h6 {
    font-size: 15px;
  }
  /* line 446, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-sell-sec .card-body .media .media-body p {
    font-size: 12px;
  }
  /* line 458, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .target-sec .card-header ul.target-list li h6 {
    font-size: 14px;
  }
  /* line 466, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .target-sec .card-body .traget-img-sec {
    height: 410px;
  }
  /* line 476, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .activity-sec .activity-timeline.update-line .media .media-body h6 {
    margin-bottom: 10px;
  }
  /* line 479, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .activity-sec .activity-timeline.update-line .media .media-body p {
    font-size: 12px;
  }
  /* line 483, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .activity-sec .activity-timeline.update-line .media .activity-line {
    left: 26px;
    top: 105px;
  }
  /* line 491, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .activity-dot-primary {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
  /* line 502, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-sell-sec .card-body .media .media-body p {
    display: none;
  }
  /* line 513, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .activity-sec .activity-timeline.update-line .media .media-body
p {
    display: none;
  }
  /* line 523, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .target-sec .card-body .traget-img-sec {
    height: 328px;
  }
  /* line 530, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .target-sec .card-header ul.target-list li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 533, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .target-sec .card-header ul.target-list li p {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  /* line 544, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .dashboard-2-main .des-xl-50 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 548, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .dashboard-2-main .des-xl-100 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
  /* line 556, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .target-sec .card-body .traget-img-sec {
    margin-top: 20px;
    background-position: top;
    height: 247px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 565, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .traget-img-sec {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 575, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .activity-sec .activity-timeline.update-line .media .activity-line {
    left: 37px;
  }
  /* line 584, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .target-sec .card-body .traget-img-sec {
    background-position: top;
  }
}

@media only screen and (max-width: 991px) {
  /* line 595, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .activity-sec .activity-timeline.update-line .media .activity-line {
    left: 27px;
  }
  /* line 604, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-dealer-sec .card .top-dealerbox {
    padding: 12px;
  }
  /* line 611, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .target-sec .card-body .traget-img-sec {
    height: 360px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 620, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .activity-timeline .media .activity-line {
    top: 100px;
  }
  /* line 629, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-sell-sec .card .card-body .media img {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 641, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .activity-sec .activity-timeline .media .activity-line {
    left: 26px;
  }
  /* line 651, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-dealer-sec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 671, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .update-line .media .activity-line {
    top: 95px !important;
  }
  /* line 677, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-dealer-sec .card {
    box-shadow: none !important;
  }
  /* line 683, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-dealer-sec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  /* line 694, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-sell-sec .card-body .media {
    display: block;
    position: relative;
    padding: 20px;
  }
  /* line 698, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-sell-sec .card-body .media .btn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 10px;
    font-size: 12px;
  }
  /* line 705, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .top-sell-sec .card-body .media .media-body {
    margin-left: unset;
    margin-top: 15px;
  }
  /* line 714, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .target-sec .card-header ul.target-list {
    display: block;
  }
  /* line 716, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .target-sec .card-header ul.target-list li {
    width: auto;
  }
  /* line 718, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .target-sec .card-header ul.target-list li:nth-child(n+2) {
    margin-left: unset;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 359px) {
  /* line 730, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .update-line .media .activity-line {
    top: 125px !important;
  }
  /* line 737, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .activity-sec .media .activity-dot-primary {
    width: 10px;
    height: 10px;
    border: 1px solid #24695c;
  }
  /* line 745, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .activity-sec .activity-timeline .media .activity-line {
    left: 23px !important;
  }
  /* line 753, app/assets/stylesheets/theme/theme/_dashboard_2.scss */
  .activity-timeline .media .media-body {
    margin-left: 10px;
  }
}

/**=====================
     67. Dashboard 2  CSS End
==========================**/
/**=====================
      68. Dashboard 3 CSS Start
==========================**/
/* line 5, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.order-chart-container .history {
  height: 294px;
}

/* line 7, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.order-chart-container .history .chartist-tooltip {
  box-shadow: -1.5px 1.33px 15px 0px rgba(186, 137, 93, 0.1);
}

/* line 9, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.order-chart-container .history .chartist-tooltip .chartist-tooltip-value {
  color: #ba895d;
}

/* line 15, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.order-chart-container .history svg .ct-grids .ct-horizontal {
  stroke: transparent;
}

/* line 17, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.order-chart-container .history svg .ct-grids .ct-horizontal:nth-child(4) {
  stroke: rgba(0, 0, 0, 0.2);
}

/* line 22, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.order-chart-container .history svg .ct-point {
  stroke-width: 3px;
  fill: #fff;
}

/* line 25, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.order-chart-container .history svg .ct-point.circle-trans {
  display: none;
}

/* line 30, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.order-chart-container .history svg .ct-series-a .ct-point, .order-chart-container .history svg .ct-series-a .ct-line, .order-chart-container .history svg .ct-series-a .ct-bar, .order-chart-container .history svg .ct-series-a .ct-slice-donut {
  stroke: #e8d7c8;
}

/* line 35, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.order-chart-container .history svg .ct-series-b .ct-slice-pie, .order-chart-container .history svg .ct-series-b .ct-slice-donut-solid, .order-chart-container .history svg .ct-series-b .ct-area {
  fill: url(#gradient) !important;
  fill-opacity: 0.2;
}

/* line 43, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.task-progress {
  margin-top: 30px;
}

/* line 45, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.task-progress .progress {
  margin-top: 10px;
}

/* line 52, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.task-table table tr th, .project-table table tr th {
  border-top: none;
  border-bottom: none;
  color: rgba(36, 41, 52, 0.5);
  font-weight: 500;
}

/* line 59, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.task-table table tr td + td, .project-table table tr td + td {
  color: rgba(36, 41, 52, 0.5);
}

/* line 63, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.task-table table tr:last-child, .project-table table tr:last-child {
  padding-bottom: 0;
}

/* line 70, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.report-status #project-status {
  margin-top: -15px;
}

/* line 73, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.report-status ul {
  display: flex;
  border-top: 1px solid #e6edef;
}

/* line 76, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.report-status ul li {
  display: inline-block;
  width: 100%;
  padding: 15px;
}

/* line 80, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.report-status ul li h5 {
  margin-bottom: 0;
}

/* line 83, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.report-status ul li + li {
  border-left: 1px solid #e6edef;
}

/* line 91, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.update-line .media .activity-line {
  height: 249px;
}

/* line 100, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.project-table table thead tr th {
  color: #242934;
  font-weight: 600;
}

/* line 107, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.project-table table tr th, .project-table table tr td {
  vertical-align: middle;
}

/* line 109, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.project-table table tr th span, .project-table table tr td span {
  font-size: 12px;
}

/* line 112, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.project-table table tr th:last-child, .project-table table tr td:last-child {
  min-width: 150px;
}

/* line 119, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.jvector-map-project {
  height: 304px;
}

/* line 124, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.map-progress li h6 {
  font-weight: 400;
}

/* line 126, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.map-progress li h6 span {
  color: rgba(36, 41, 52, 0.5);
}

/* line 130, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
.map-progress li + li {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) and (max-width: 1291px) {
  /* line 138, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .update-line .media .activity-line {
    height: 287px;
  }
  /* line 144, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .order-chart-container .history {
    height: 321px;
  }
  /* line 148, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  #project-status {
    min-height: 320px !important;
  }
  /* line 150, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  #project-status .apexcharts-canvas, #project-status svg {
    height: 320px !important;
  }
}

@media only screen and (max-width: 991px) {
  /* line 158, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .update-line .media .activity-line {
    height: 211px;
  }
  /* line 165, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .map-progress li + li {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 172, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .map-progress {
    margin-top: 20px;
  }
  /* line 178, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .project-table table tr td, .project-table table tr th {
    min-width: 130px;
  }
  /* line 180, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .project-table table tr td:nth-child(2), .project-table table tr th:nth-child(2) {
    min-width: 169px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 193, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .task-table table tr th:first-child, .task-table table tr td:first-child {
    min-width: 280px;
  }
  /* line 196, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .task-table table tr th:last-child, .task-table table tr td:last-child {
    min-width: 60px;
  }
  /* line 203, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .map-progress {
    margin-top: 15px;
  }
  /* line 206, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .map-progress li + li {
    margin-top: 15px;
  }
  /* line 212, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .order-chart-container .history {
    height: 245px;
  }
  /* line 218, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .update-line .media .activity-line {
    height: 178px;
    top: 139px;
  }
}

@media only screen and (max-width: 468px) {
  /* line 228, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .update-line .media .activity-line {
    height: 215px;
  }
}

@media only screen and (max-width: 333px) {
  /* line 237, app/assets/stylesheets/theme/theme/_dashboard_3.scss */
  .update-line .media .activity-line {
    height: 228px;
  }
}

/**=====================
     68. Dashboard 3 CSS End
==========================**/
/**=====================
    63. Box-layout CSS start
==========================**/
@media only screen and (min-width: 1280px) {
  /* line 8, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper {
    margin-top: 40px !important;
    overflow: hidden;
  }
  /* line 11, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 165px);
    margin-top: 0;
    top: 80px;
    overflow-y: scroll !important;
    max-height: calc(100vh - 220px);
    padding-bottom: 80px;
  }
  /* line 20, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.horizontal-wrapper .page-main-header {
    margin-top: 40px;
  }
  /* line 22, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.horizontal-wrapper .page-main-header.close_icon {
    margin-left: auto;
  }
  /* line 26, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper {
    width: 1280px;
  }
  /* line 30, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav {
    width: 1280px;
    top: 80px;
    margin: 0;
    overflow-x: unset;
    position: relative;
  }
  /* line 37, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar #mainnav {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: unset;
  }
  /* line 53, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
    height: calc(100vh - 206px);
    width: 155px;
  }
  /* line 57, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
    height: calc(100vh - 240px);
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 64, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-title.active ~ .menu-content {
    left: 24.7%;
    top: 118px;
  }
  /* line 79, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper {
    margin-top: 40px !important;
  }
  /* line 82, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-wrapper .page-main-header {
    margin-top: 40px;
  }
  /* line 84, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-wrapper .page-main-header.close_icon {
    margin-left: auto;
  }
  /* line 89, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-left: 255px;
    min-height: calc(100vh - 165px);
    margin-top: 0;
    top: 80px;
    overflow-y: scroll  !important;
    max-height: calc(100vh - 130px);
    padding-bottom: 80px;
  }
  /* line 97, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(36, 105, 92, 0.2);
  }
  /* line 100, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar {
    width: 6px;
    border-radius: 13px;
  }
  /* line 104, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb {
    background-color: rgba(36, 105, 92, 0.1);
  }
  /* line 109, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
    position: fixed;
    border-bottom: none;
    top: 100px;
    z-index: 3;
    height: auto;
    line-height: inherit;
    width: 255px;
    height: 100%;
    text-align: left;
    transition: 0.5s;
    padding-top: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 7px;
    height: calc(100vh - 201px);
  }
  /* line 125, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon {
    opacity: 0;
    visibility: hidden;
  }
  /* line 128, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
    margin-left: 0;
    width: 1280px;
    transition: 0.5s;
  }
  /* line 136, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
    height: calc(100vh - 510px);
  }
  /* line 145, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.main-nav .main-navbar .nav-menu > li {
    padding: 0 10px;
  }
  /* line 158, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper .page-body {
    margin-left: 150px;
  }
  /* line 161, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper footer {
    margin-left: unset !important;
  }
  /* line 169, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-main-header {
    margin: 0 auto;
  }
  /* line 172, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper {
    padding-top: 40px;
  }
  /* line 175, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper header.main-nav {
    top: 103px;
    height: calc(100vh - 190px);
    margin-left: unset;
  }
  /* line 181, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper .page-body {
    max-height: calc(100vh - 170px);
    min-height: calc(100vh - 170px);
    top: 0;
    margin: 0 auto;
    margin-left: 255px;
    padding-bottom: 30px;
  }
  /* line 189, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper.modern-sidebar.compact-wrapper .page-body-wrapper footer {
    z-index: 3;
  }
  /* line 196, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .main-navbar .tab-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 204, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-main-header .main-header-right .main-header-left {
    width: 255px;
  }
  /* line 212, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper ul.close_icon > li label {
    padding: 0;
  }
  /* line 214, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper ul.close_icon > li label:after {
    display: none;
  }
  /* line 222, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .bookmark ul {
    margin-right: -1px;
  }
  /* line 231, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper #batchDelete .jsgrid-grid-header .jsgrid-table tr th .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 244, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .btn-group-showcase .btn-radio .btn-group .radio input[type="radio"] {
    display: none;
  }
  /* line 251, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .media.bitcoin-graph {
    display: block;
  }
  /* line 253, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .media.bitcoin-graph .top-bitcoin {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 257, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .media.bitcoin-graph .media-body {
    margin-top: 30px;
  }
  /* line 261, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .media.bitcoin-graph .media-body .bitcoin-content .bitcoin-numbers h6 {
    font-size: 14PX;
  }
  /* line 265, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .media.bitcoin-graph .media-body .bitcoin-content.text-end {
    text-align: center !important;
  }
  /* line 273, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .alert.inverse p {
    max-width: 238px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 283, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-main-header .main-header-right {
    margin: 0;
  }
  /* line 286, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-main-header .vertical-menu-main .mega-menu {
    width: 1050px !important;
    max-width: 1050px !important;
    left: -80px !important;
  }
  /* line 292, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper {
    width: 1280px;
    box-shadow: 1px 3px 25px rgba(0, 0, 0, 0.07);
    margin: 0 auto;
  }
  /* line 295, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .learning-comment {
    margin-left: -14px !important;
    float: left !important;
  }
  /* line 303, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .todo .todo-list-wrapper #todo-list li .task-responsive {
    min-width: 1087px;
    overflow: auto;
  }
  /* line 313, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .browse div[class^="col-"]:nth-child(3) {
    margin-top: 30px;
  }
  /* line 323, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .current-progress table tbody tr td:last-child {
    width: 147px;
  }
  /* line 332, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .server-chart #latency-chart {
    width: 497px;
  }
  /* line 336, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .active-order-table {
    max-width: 443px;
    overflow: auto;
  }
  /* line 343, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .active-order-table table tbody tr td p {
    width: 100px;
  }
  /* line 355, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.gradient-line-1:after {
    height: 57px;
    bottom: -64px;
  }
  /* line 361, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.small-line:after {
    height: 36px;
    bottom: -43px;
  }
  /* line 367, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.medium-line:after {
    height: 40px;
    bottom: -48px;
  }
  /* line 376, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper footer {
    width: 1025px;
    margin: 0 auto;
    right: 0;
    padding-right: 15px;
    margin-left: 255px;
    width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    margin-bottom: 40px !important;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
  }
  /* line 391, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .footer-fix {
    margin-left: 567px;
  }
  /* line 396, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
  }
  /* line 401, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content > div {
    z-index: 8;
    background-color: rgba(255, 255, 255, 0.75);
    background-blend-mode: overlay;
    width: 100%;
    padding: 30px;
    left: 15px;
  }
  /* line 409, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content button {
    width: 40%;
    font-size: 14px;
    margin: 0 auto;
  }
  /* line 415, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 419, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons ul li {
    border: 1px solid #717171;
    width: 50px;
    height: 50px;
    padding: 8px;
  }
  /* line 427, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 430, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img img {
    width: 38%;
  }
  /* line 435, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .total-time h2 {
    font-size: 28px;
    color: #717171;
  }
  /* line 443, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper canvas#myLineCharts {
    width: 100%;
  }
  /* line 447, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .chat-right-aside {
    flex: 0 0 60%;
    max-width: 60%;
    overflow: hidden;
  }
  /* line 452, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .caller-img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 15px;
  }
  /* line 457, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .caller-img img {
    opacity: 0.7;
  }
  /* line 462, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .browser-widget img {
    height: 65px;
  }
  /* line 468, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .weather-widget-two .bottom-whetherinfo .whether-content {
    top: 39px;
  }
  /* line 475, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .custom-card .card-header img {
    margin-top: -73px;
  }
  /* line 480, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .custom-card .card-profile img {
    height: 130px;
    top: -17px;
  }
  /* line 486, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-body-wrapper .select2 {
    width: 901.781px;
  }
  /* line 491, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-main-header {
    max-width: 1280px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: 0.5s;
  }
  /* line 497, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-main-header.open {
    padding-left: 0;
    transition: 0.5s;
  }
  /* line 503, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-builder .ge-canvas.ge-layout-desktop {
    margin-top: 50px;
  }
  /* line 506, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .page-builder .ge-addRowGroup {
    margin-bottom: 10px;
  }
  /* line 510, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .pricing-wrapper-card {
    padding: 50px 20px;
  }
  /* line 518, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .card .blog-box.blog-grid.set-min-height {
    min-height: 400px;
  }
  /* line 525, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper #donut-color-chart-morris-daily.flot-chart-placeholder {
    min-height: 430px;
  }
  /* line 530, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper #donut-color-chart-morris.flot-chart-placeholder {
    min-height: 430px;
  }
  /* line 534, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .box-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 539, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .box-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 544, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .box-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 549, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .box-col-7 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 554, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .box-col-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 559, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .box-col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 565, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .box-col-4 {
    flex: 0 0 33.33%;
    max-width: 33%;
  }
  /* line 575, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .chat-box .chat-right-aside {
    flex: 0 0 100%;
    max-width: calc(100% - 15px);
    overflow: hidden;
  }
  /* line 581, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
    font-size: 19px;
  }
  /* line 592, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .chat-box .chat-right-aside.bitcoin-chat {
    max-width: 100%;
  }
  /* line 596, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .chat-box .toogle-bar {
    display: inline-block;
    margin-right: 0 !important;
  }
  /* line 601, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .chat-menu {
    right: 0;
    border-top: 1px solid #e6edef;
    opacity: 0;
    transform: translateY(-30px);
    visibility: hidden;
    top: 81px;
    position: absolute;
    z-index: 9;
    background-color: #f5f7fb;
    transition: all linear 0.3s;
  }
  /* line 613, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .chat-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all linear 0.3s;
    padding-bottom: 25px;
  }
  /* line 623, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .ct-10.total-chart .ct-chart-bar .ct-series .ct-bar {
    stroke-width: 23px !important;
  }
  /* line 633, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .email-wrap .email-body .email-compose .cke_contents.cke_reset {
    max-height: 165px;
  }
  /* line 641, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .email-wrap .email-right-aside .email-body .inbox {
    height: 644px;
  }
  /* line 649, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .email-wrap .email-content .email-top .user-emailid:after {
    right: -10px;
  }
  /* line 657, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .todo .notification-popup {
    right: 320px;
  }
  /* line 661, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .touchspin {
    padding: 0 10px;
  }
  /* line 664, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .vertical-menu-main {
    width: 1280px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  /* line 669, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .vertical-menu-main .mega-menu {
    width: 1050px !important;
    max-width: 1050px !important;
    left: -320px !important;
  }
  /* line 676, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .comingsoon video {
    min-width: 67%;
    width: 67%;
  }
  /* line 682, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .auth-bg-effect .second-effect {
    left: 55%;
  }
  /* line 687, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .auth-bg-video video {
    min-width: 67%;
    width: 67%;
  }
  /* line 698, app/assets/stylesheets/theme/theme/_box-layout.scss */
  .box-layout .page-wrapper .search-page .search-vid-block > div {
    margin-top: 30px;
  }
}

/**=====================
    63. Box-layout CSS ends
==========================**/
/**=====================
    60. RTL CSS Start
==========================**/
/* line 9, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
  text-align: right;
  transition: 0.5s;
  border-left: 1px solid #e6edef;
  border-right: unset;
}

/* line 14, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon {
  margin-right: 0;
  margin-left: unset;
  transform: translate(290px);
}

/* line 18, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ .page-body {
  margin-right: 0;
  margin-left: unset;
  transition: 0.5s;
}

/* line 23, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
  margin-left: 0;
  margin-right: 0;
  transition: 0.5s;
}

/* line 32, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon .main-navbar .nav-menu > li a svg {
  float: left;
  margin-right: 10px;
}

/* line 41, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon .main-navbar .nav-menu .dropdown .menu-title.active ~ .menu-content {
  display: none !important;
}

/* line 49, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon .according-menu {
  display: none !important;
}

/* line 53, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav:hover {
  transform: translate(0px);
}

/* line 60, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav:hover .main-navbar .nav-menu .dropdown .menu-title.active ~ .menu-content {
  display: block !important;
}

/* line 68, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav:hover .main-navbar .nav-menu > li a svg {
  float: none;
}

/* line 76, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav:hover .according-menu {
  display: block;
}

/* line 84, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a .sub-arrow {
  left: 20px;
  right: unset;
}

/* line 96, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul li + li::before {
  right: -14px;
  left: unset;
}

/* line 103, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user .setting-primary {
  right: unset;
  left: 35px;
}

/* line 110, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
  margin-left: unset;
  margin-right: 290px;
}

/* line 114, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .main-nav {
  text-align: right;
}

/* line 120, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .main-nav .main-navbar .nav-menu > li a svg {
  margin-right: unset;
  margin-left: 15px;
}

/* line 129, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-wrapper .page-body-wrapper .according-menu {
  right: unset;
  left: 15px;
}

/* line 145, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-title.active ~ .menu-content {
  left: unset;
  right: 150px;
}

/* line 156, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper .page-body {
  margin-right: 150px;
  margin-left: unset;
}

/* line 165, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.modern-sidebar.compact-wrapper footer {
  margin-left: 30px;
}

/* line 171, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.modern-sidebar.compact-wrapper header.main-nav.close_icon ~ footer {
  margin-left: 30px;
}

/* line 183, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .main-navbar ul.nav-pills .nav-item:last-child {
  border-right: 1px solid #e6edef;
  border-left: unset;
}

/* line 193, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-social li:nth-child(n+2) {
  margin-left: unset;
  margin-right: 10px;
}

/* line 202, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl ul.pro-services li svg {
  margin-left: 15px;
  margin-right: unset;
}

/* line 212, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .filter-block ul li .form-check {
  padding-right: unset;
}

/* line 214, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .filter-block ul li .form-check .form-check-input {
  float: right;
  margin-left: 15px;
}

/* line 223, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .ms-1 {
  margin-left: unset;
  margin-right: 0.25rem !important;
}

/* line 227, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .f-right {
  float: left;
}

/* line 233, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .file-content .form-inline i {
  padding-right: unset;
  padding-left: 10px;
}

/* line 241, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .file-sidebar .btn svg {
  margin-right: unset;
  margin-left: 8px;
}

/* line 248, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .form-select {
  background-position: left 0.75rem center;
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
}

/* line 255, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .customers ul li + li {
  margin-left: unset;
  margin-right: -10%;
}

/* line 266, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .project-list .border-tab.nav-tabs .nav-item .nav-link {
  padding: 5px 0 5px 30px;
}

/* line 272, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .project-list .btn {
  float: left;
}

/* line 277, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .project-list ul li svg {
  margin-right: unset;
  margin-left: 5px;
}

/* line 285, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .project-box .badge {
  right: unset;
  left: 15px;
}

/* line 291, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .kanban-board {
  float: right;
}

/* line 299, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .kanban-item .kanban-box .customers ul li + li {
  margin-left: unset;
  margin-right: -10px;
}

/* line 309, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .kanban-item .list li i {
  margin-right: unset;
  margin-left: 10px;
}

/* line 322, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .user-profile .social-media ul.user-list-social li:nth-child(n+2) {
  margin-right: 5px;
  margin-left: unset;
}

/* line 333, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .user-profile .follow ul.follow-list li:nth-child(n+2) {
  margin-right: 15px;
  padding-right: 15px;
  padding-left: 0;
  margin-left: 0;
  border-right: 1px solid #e6edef;
  border-left: none;
}

/* line 347, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .user-profile .post-about ul li .icon {
  margin-right: 0;
  margin-left: 15px;
}

/* line 359, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .user-profile .profile-post .post-body .post-react ul li:nth-child(n+2) {
  margin-left: unset;
  margin-right: -20px;
}

/* line 365, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .user-profile .profile-post .post-body .post-react h6 {
  margin-right: 15px;
  margin-left: unset;
}

/* line 372, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .user-profile .profile-post .post-body .post-comment li:nth-child(n+2) {
  margin-left: 0;
  margin-right: 15px;
}

/* line 384, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .social-tab ul li:nth-child(n+2) {
  margin-left: unset;
  margin-right: 15px;
}

/* line 389, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .social-tab ul li a svg {
  margin-right: unset;
  margin-left: 5px;
}

/* line 397, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .social-tab .input-group .form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* line 403, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .social-tab .input-group .input-group-text {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 413, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .invo-profile .text-xl-end {
  text-align: left !important;
}

/* line 421, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body {
  margin-right: 0;
}

/* line 424, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper.horizontal-wrapper .page-body-wrapper footer {
  margin-right: 0;
}

/* line 434, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper .page-main-header .main-header-right .nav-right > ul > li:last-child {
  margin-left: unset;
}

/* line 442, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown li .media .notification-bg {
  margin-right: unset;
  margin-left: 15px;
}

/* line 455, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right {
  text-align: right;
}

/* line 458, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right > ul > li {
  margin-left: 20px;
  margin-right: unset !important;
}

/* line 464, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right .btn-primary-light svg {
  margin-left: 10px;
  margin-right: unset;
  transform: scale(-1);
}

/* line 473, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li .bookmark-icon {
  margin-left: 15px;
  margin-right: unset;
}

/* line 481, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .main-header-left {
  margin-right: unset;
  border-right: unset;
  border-left: 1px solid #e6edef;
}

/* line 489, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .ps-2, .rtl .px-2 {
  padding-right: .5rem !important;
  padding-left: unset !important;
}

/* line 496, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right .bookmark-dropdown {
  right: -55px;
}

/* line 498, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li {
  text-align: right;
}

/* line 500, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right .bookmark-dropdown ul li .bookmark-icon {
  margin-right: unset;
  margin-left: 15px;
}

/* line 510, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right.right-menu ul li {
  text-align: right;
}

/* line 517, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right .form-group .input-group .form-control {
  border-left: 1px solid #e6edef;
}

/* line 528, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .flag-icons div .media-body h5, .rtl .feather-icons div .media-body h5 {
  margin-right: unset;
  margin-left: 5px;
}

/* line 536, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .apexcharts-canvas {
  direction: ltr;
}

/* line 541, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .cal-date-widget .cal-info .pe-3 {
  padding-right: 1rem !important;
}

/* line 546, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .me-4, .rtl .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: unset !important;
}

/* line 550, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .pe-4, .rtl .px-4 {
  padding-left: 1.5rem !important;
  padding-right: unset !important;
}

/* line 554, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .me-1, .rtl .mx-1 {
  margin-left: 0.25rem !important;
  margin-right: unset !important;
}

/* line 559, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .navs-dropdown .onhover-show-div {
  right: 0;
}

/* line 565, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .bitcoin-accordion button[aria-expanded="true"]:before, .rtl .bitcoin-accordion button[aria-expanded="false"]:before {
  left: 31px !important;
  right: unset !important;
}

/* line 573, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .default-according.style-1 button {
  text-align: right;
}

/* line 575, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .default-according.style-1 button:before {
  left: 20px;
  right: unset;
}

/* line 579, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .default-according.style-1 button i {
  right: 18px;
  left: unset;
}

/* line 587, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .default-according .card .card-header i {
  right: 18px;
  left: unset;
}

/* line 594, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .setting-list {
  right: unset;
  left: 20px;
  float: left;
}

/* line 598, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .setting-list .setting-option {
  text-align: left;
}

/* line 606, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dashboard-default-sec .card .card-header ul.week-date li:nth-child(n+2), .rtl .dashboard-2-main .card .card-header ul.week-date li:nth-child(n+2) {
  margin-right: 10px;
  margin-left: unset;
  padding-right: 15px;
  padding-left: unset;
  border-right: 1px solid #e6edef;
  border-left: unset;
}

/* line 615, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dashboard-default-sec .card .card-header .header-top, .rtl .dashboard-2-main .card .card-header .header-top {
  direction: rtl;
}

/* line 624, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .top-sell-sec .card-body .media .media-body {
  margin-left: unset;
  margin-right: 20px;
}

/* line 634, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .target-sec .card-header ul.target-list li:nth-child(n+2) {
  margin-right: 20px;
  margin-left: unset;
}

/* line 644, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .activity-sec .activity-timeline .media .activity-line {
  right: 37px;
  left: unset;
}

/* line 654, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .activity-sec .activity-timeline.update-line .media .media-body ul.timeline-pro li:nth-child(n+2) {
  margin-left: unset;
  margin-right: 20px;
}

/* line 667, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .activity-timeline .media .media-body {
  margin-right: 20px;
  margin-left: unset;
}

/* line 673, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .center-content {
  padding-left: 50px;
  padding-right: unset;
}

/* line 679, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .latest-update-sec .media .media-body, .rtl .recent-order-sec .media .media-body {
  margin-right: 20px;
  margin-left: unset;
}

/* line 690, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .latest-update-sec table tbody tr td:last-child {
  padding-left: 30px;
  padding-right: unset;
}

/* line 694, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .latest-update-sec table tbody tr td:first-child {
  padding-right: 30px;
  padding-left: unset;
}

/* line 704, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .trasaction-sec .transaction-totalbal {
  padding-left: unset;
  padding-right: 30px;
}

/* line 709, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .ProfileCard-details {
  padding-right: 30px;
  padding-left: unset;
  float: right;
}

/* line 716, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .starter-main .card-body ul {
  padding-right: 30px;
  padding-left: unset;
}

/* line 726, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .theme-tab .tab-title li a svg {
  margin-left: 5px;
  margin-right: unset;
}

/* line 736, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .spent .spent-graph .project-budget {
  margin-left: 30px;
  margin-right: unset;
}

/* line 747, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .support-table table tbody tr td:first-child {
  padding-right: 0;
  padding-left: unset;
}

/* line 758, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .widget-joins .row .pe-0 {
  padding-right: 15px !important;
}

/* line 761, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .widget-joins .row .ps-0 {
  padding-left: 15px !important;
}

/* line 769, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 774, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .order-box .sub-total li .count, .rtl .order-box .total li .count, .rtl .order-box .qty li .count {
  float: left;
}

/* line 780, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .img-paypal {
  margin-right: 15px;
  margin-left: unset;
}

/* line 787, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .cart .qty-box .input-group .btn {
  border-radius: 0 !important;
}

/* line 794, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .todo .action-box {
  text-align: left;
}

/* line 802, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-qnty fieldset .input-group .input-group-prepend .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 810, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options {
  margin-right: 10px;
  margin-left: unset;
}

/* line 816, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-1 {
  right: 12px;
  left: unset;
}

/* line 820, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-2 {
  right: 18px;
  left: unset;
}

/* line 824, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-3 {
  right: 36px;
  left: unset;
}

/* line 828, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-4 {
  right: 42px;
  left: unset;
}

/* line 832, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-5 {
  right: 48px;
  left: unset;
}

/* line 836, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-6 {
  right: 66px;
  left: unset;
}

/* line 840, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-7 {
  right: 72px;
  left: unset;
}

/* line 844, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-8 {
  right: 78px;
  left: unset;
}

/* line 848, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-9 {
  right: 84px;
  left: unset;
}

/* line 852, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-10 {
  right: 103px;
  left: unset;
}

/* line 856, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-11 {
  right: 109px;
  left: unset;
}

/* line 860, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-12 {
  right: 115px;
  left: unset;
}

/* line 864, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-13 {
  right: 121px;
  left: unset;
}

/* line 868, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-14 {
  right: 127px;
  left: unset;
}

/* line 872, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .grid-options ul li a .line-grid-15 {
  right: 133px;
  left: unset;
}

/* line 893, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-filter.new-products .owl-theme .owl-nav {
  left: 0;
  right: unset;
}

/* line 901, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-filter.new-products .owl-theme .owl-item .item .product-box .product-details.text-start {
  text-align: left !important;
}

/* line 912, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .pro-filter-sec .product-sidebar {
  margin-right: unset;
  margin-left: 30px;
}

/* line 923, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-sidebar .filter-section .card .card-header h6 .pull-right i {
  left: auto;
  right: unset;
}

/* line 936, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .feature-products form .form-group i {
  left: 30px;
  right: unset;
}

/* line 946, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-wrapper-grid.list-view .product-box .product-details {
  text-align: right;
}

/* line 955, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper .page-body-wrapper .page-header .bookmark {
  margin-right: auto;
  text-align: left;
}

/* line 963, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .prooduct-details-box .btn {
  left: 15px;
  right: unset;
}

/* line 972, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .bookmark ul li .search-form .form-control-search {
  left: -50px;
  right: unset;
}

/* line 975, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .bookmark ul li .search-form .form-control-search:before {
  right: 50px;
  left: unset;
}

/* line 979, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .bookmark ul li .search-form .form-control-search:after {
  right: 20px;
  left: unset;
}

/* line 985, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .bookmark ul li:first-child {
  padding-right: 0;
  padding-left: 5px;
}

/* line 989, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .bookmark ul li:nth-child(n+2) {
  margin-left: unset;
  margin-right: 8px;
}

/* line 998, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .order-box .title-box span {
  text-align: left;
}

/* line 1004, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .order-box .qty li span {
  text-align: left;
}

/* line 1011, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .order-box .sub-total li .count {
  text-align: left;
}

/* line 1017, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .order-box .sub-total .shipping-class .shopping-checkout-option label {
  text-align: left;
}

/* line 1025, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .checkout .form-check {
  padding-right: unset;
}

/* line 1027, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .checkout .form-check .form-check-input {
  float: right;
  margin-left: 10px;
}

/* line 1032, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .checkout .checkbox_animated, .rtl .checkout .radio_animated {
  margin: 0;
  margin-left: 10px;
}

/* line 1037, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .me-0, .rtl .mx-0 {
  margin-left: 0 !important;
  margin-right: unset !important;
}

/* line 1042, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .footer .pull-right {
  float: left;
}

/* line 1046, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .checkbox_animated, .rtl .radio_animated {
  margin: 0 8px 0 16px;
}

/* line 1049, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .button.remove {
  left: -10px;
  right: unset;
}

/* line 1053, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .code-box-copy__btn {
  left: 11px;
  right: unset;
}

/* line 1058, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl ul.nav-menus {
  border-bottom: none;
}

/* line 1063, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl ul.notification-dropdown.onhover-show-div li {
  text-align: right;
}

/* line 1070, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .badge + .badge {
  margin-right: 5px;
  margin-left: unset;
}

/* line 1075, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .offset-xl-3 {
  margin-right: 25%;
  margin-left: unset;
}

/* line 1079, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .m-l-10 {
  margin-right: 10px !important;
  margin-left: unset !important;
}

/* line 1083, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .m-r-20 {
  margin-left: 20px;
  margin-right: unset;
}

/* line 1087, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .m-r-30 {
  margin-left: 30px;
  margin-right: unset;
}

/* line 1091, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .m-r-5 {
  margin-left: 5px;
  margin-right: unset;
}

/* line 1095, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .text-start {
  text-align: right !important;
}

/* line 1098, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .m-r-10 {
  margin-left: 10px;
  margin-right: unset;
}

/* line 1102, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .pe-3, .rtl .px-3 {
  padding-left: 1rem !important;
  padding-right: unset !important;
}

/* line 1106, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .p-r-0 {
  padding-left: 0;
  padding-right: 15px;
}

/* line 1110, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .m-l-20 {
  margin-right: 20px !important;
  margin-left: unset !important;
}

/* line 1114, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .ps-3, .rtl .px-3 {
  padding-right: 1rem !important;
}

/* line 1117, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .b-r-light {
  border-left: 1px solid #e6edef !important;
  border-right: unset !important;
}

/* line 1121, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .float-end {
  float: left !important;
}

/* line 1124, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .float-start {
  float: right !important;
}

/* line 1127, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .text-end {
  text-align: left !important;
}

/* line 1130, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .border-right {
  border-left: 1px solid #dee2e6 !important;
  border-right: unset !important;
}

/* line 1134, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .pe-0, .rtl .px-0 {
  padding-left: 0 !important;
  padding-right: unset !important;
}

/* line 1138, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .ps-0, .rtl .px-0 {
  padding-right: 0 !important;
  padding-left: unset !important;
}

/* line 1142, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .ms-0 {
  margin-left: unset !important;
  margin-right: 0.25rem !important;
}

/* line 1146, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .owl-carousel {
  direction: ltr;
}

/* line 1151, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 1157, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 1163, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .btn-group > .btn:nth-child(2) {
  border-radius: 0 !important;
}

/* line 1167, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 1174, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .btn-group .btn + .btn, .rtl .btn-group .btn + .btn-group {
  margin-right: -1px;
}

/* line 1179, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .btn-group .btn-group + .btn, .rtl .btn-group .btn-group + .btn-group {
  margin-right: -1px;
}

/* line 1185, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .btn-group .btn-group-vertical .btn + .btn, .rtl .btn-group .btn-group-vertical .btn + .btn-group {
  margin-right: -1px;
}

/* line 1190, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .btn-group .btn-group-vertical .btn-group + .btn, .rtl .btn-group .btn-group-vertical .btn-group + .btn-group {
  margin-right: -1px;
}

/* line 1196, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .me-3, .rtl .mx-3 {
  margin-right: unset !important;
  margin-left: 1rem !important;
}

/* line 1200, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .me-5, .rtl .mx-5 {
  margin-left: 3rem !important;
  margin-right: unset !important;
}

/* line 1204, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .ms-3, .rtl .mx-3 {
  margin-right: 1rem !important;
  margin-left: unset !important;
}

/* line 1208, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .m-r-15 {
  margin-left: 15px;
  margin-right: unset;
}

/* line 1212, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .b-l-light {
  border-right: 1px solid #e6edef !important;
  border-left: unset !important;
}

/* line 1216, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .p-l-0 {
  padding-left: unset;
  padding-right: 0px;
}

/* line 1220, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .ps-4 {
  padding-right: 1.5rem !important;
  padding-left: unset !important;
}

/* line 1224, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .me-2 {
  margin-left: 0.5rem !important;
  margin-right: unset !important;
}

/* line 1228, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .ms-2 {
  margin-right: 0.5rem !important;
  margin-left: unset !important;
}

/* line 1232, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .pe-2 {
  padding-right: unset !important;
  padding-left: 0.5rem !important;
}

/* line 1236, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .alert {
  text-align: right;
}

/* line 1239, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .pull-right {
  float: left;
}

/* line 1243, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .form-inline .form-group {
  margin-left: 15px;
  margin-right: 0;
}

/* line 1248, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .form-select {
  background-position: left 0.75rem center;
}

/* line 1251, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card {
  text-align: right;
}

/* line 1254, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card .card-header h5:not(.mb-0) {
  float: right;
}

/* line 1257, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card .card-header span {
  clear: both;
}

/* line 1260, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card .card-header .card-header-right {
  left: 20px;
  right: unset;
}

/* line 1263, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card .card-header .card-header-right .card-option {
  text-align: left;
}

/* line 1265, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card .card-header .card-header-right .card-option.list-unstyled {
  padding-right: 0;
  padding-left: unset;
}

/* line 1271, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card .card-header .pull-left {
  float: right;
}

/* line 1275, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card.full-card {
  left: 0;
  right: unset;
}

/* line 1281, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card .card-body .alert svg {
  margin-left: 4px;
  margin-right: unset;
}

/* line 1286, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card .card-body .value-left {
  margin-left: 30px;
  margin-right: unset;
}

/* line 1290, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card .card-body .square {
  margin-left: 5px;
  margin-right: unset;
}

/* line 1297, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .modal-header .btn-close {
  margin-left: 0;
}

/* line 1302, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .modal-footer > :not(:first-child) {
  margin-right: .50rem;
  margin-left: 0;
}

/* line 1307, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .theme-close {
  right: unset;
  left: 0;
}

/* line 1313, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .form-inline .form-group .col-form-label {
  margin-left: 5px;
  margin-right: 0;
}

/* line 1320, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .modal-header .btn-close, .rtl .modal-footer .btn-close, .rtl .modal-content .btn-close {
  left: 25px;
  right: unset;
}

/* line 1326, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .alert-dismissible .btn-close {
  right: unset;
  left: 0;
}

/* line 1333, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dismiss-text .alert .btn-close {
  left: 50px;
}

/* line 1341, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card-body .alert svg ~ p {
  padding-right: 20px;
  padding-left: unset;
}

/* line 1351, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .default-according .card .card-header i {
  margin-left: 5px;
  margin-right: unset;
}

/* line 1358, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .was-validated .form-select:invalid, .rtl .form-select.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

/* line 1363, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .was-validated .form-check {
  padding-left: 1.25rem;
}

/* line 1367, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .was-validated .form-control:invalid, .rtl .form-control.is-invalid, .rtl .was-validated .form-control:valid, .rtl .form-control.is-valid {
  background-position: left calc(0.375em + 0.1875rem) center;
  padding-left: calc(1.5em + 0.75rem);
}

/* line 1372, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .was-validated .form-control:invalid {
  padding-right: 10px;
}

/* line 1377, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: unset;
}

/* line 1380, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.5rem;
  padding-right: unset;
  float: right;
}

/* line 1387, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl code[class*=language-], .rtl pre[class*=language-] {
  text-align: right;
}

/* line 1390, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .input-group-prepend {
  margin-left: -1px;
  margin-right: unset;
}

/* line 1394, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .input-group > .form-control:not(:last-child), .rtl .rtl .input-group > .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;
}

/* line 1400, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 1406, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 1412, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .border-tab.nav-left .nav-link {
  text-align: left;
}

/* line 1420, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .socialprofile .social-group ul li:nth-child(4) {
  margin-right: -22px;
}

/* line 1430, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .social-status form .form-group .form-control-social {
  padding-right: 15px;
  padding-left: unset;
}

/* line 1437, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .social-status .media .social-status {
  right: 35px;
  left: unset;
}

/* line 1444, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .social-chat .other-msg {
  margin-right: 40px;
  margin-left: unset;
}

/* line 1449, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .social-chat .media-body:before {
  left: 100%;
  right: unset;
  border-left: 7px solid var(-semi-dark);
  border-right: unset;
}

/* line 1455, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .social-chat .media-body:after {
  left: 100%;
  right: unset;
  border-left: 7px solid #fff;
  border-right: unset;
}

/* line 1465, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .timeline-content .comment-number i {
  margin-left: 20px;
  margin-right: unset;
}

/* line 1473, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .photos ul li {
  margin-left: 10px;
  margin-right: unset;
}

/* line 1480, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .avatar-showcase .friend-pic {
  margin-left: 8px;
  margin-right: unset;
}

/* line 1486, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .avatar-showcase .pepole-knows ul li {
  margin-left: 21px;
  margin-right: unset;
}

/* line 1489, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .avatar-showcase .pepole-knows ul li:last-child {
  margin-left: 0;
}

/* line 1499, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .edit-profile .profile-title .media .media-body {
  margin-right: 25px;
  margin-left: unset;
}

/* line 1509, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .list-persons .profile-mail .email-general ul {
  padding-right: unset;
  padding-left: 20px;
}

/* line 1513, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .list-persons .profile-mail .email-general ul li span {
  float: left;
}

/* line 1522, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .contacts-tabs .nav-pills {
  border-left: 1px solid #e6edef;
  border-right: unset;
}

/* line 1531, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .calendar-basic #menu-navi .menu-navi-right .move-btn {
  margin-right: 15px;
  margin-left: unset;
  direction: ltr;
}

/* line 1540, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .calendar-basic #dropdownMenu-calendarType i:last-child {
  margin-right: 15px;
  margin-left: unset;
}

/* line 1544, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .calendar-basic #dropdownMenu-calendarType i:first-child {
  margin-right: unset;
  margin-left: 15px;
}

/* line 1550, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .calendar-basic .lnb-calendars {
  float: left;
}

/* line 1553, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .calendar-basic input.tui-full-calendar-checkbox-round[type='checkbox'] + span {
  margin-left: 8px;
  margin-right: unset;
}

/* line 1557, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .calendar-basic input.tui-full-calendar-checkbox-square[type='checkbox'] + span {
  margin-left: 5px;
}

/* line 1563, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .faq-form .search-icon {
  left: 12px;
  right: unset;
}

/* line 1570, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .faq-widgets .media-body p {
  padding-left: 20px;
  padding-right: unset;
}

/* line 1576, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .header-faq, .rtl .faq-title {
  text-align: right;
}

/* line 1581, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .faq-accordion .faq-header svg {
  left: 20px;
  right: unset;
}

/* line 1588, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .faq-accordion .card .card-header h5 {
  padding-right: 25px;
  padding-left: unset;
}

/* line 1594, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .faq-accordion .card .btn-link svg {
  margin-left: 10px;
  margin-right: unset;
  right: 20px;
  left: unset;
}

/* line 1605, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .navigation-option ul li {
  padding: 15px 0 15px 15px;
}

/* line 1607, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .navigation-option ul li a {
  padding-right: 40px;
  padding-left: unset;
}

/* line 1610, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .navigation-option ul li a svg {
  right: 15px;
  left: unset;
}

/* line 1618, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .updates-faq {
  margin-right: unset;
  margin-left: 30px;
}

/* line 1626, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .browse .browse-articles span svg {
  margin-left: 10px;
  margin-right: unset;
}

/* line 1633, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .browse .browse-articles ul li h5 {
  padding-left: unset;
  padding-right: 20px;
}

/* line 1636, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .browse .browse-articles ul li h5 svg {
  left: unset;
  right: 0;
  margin-right: unset;
  margin-left: 10px;
}

/* line 1649, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .categories .learning-header {
  padding-right: 30px;
  padding-left: unset;
}

/* line 1656, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .main .langChoice {
  left: 30px;
  right: unset;
}

/* line 1662, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .pricing-block svg {
  direction: ltr;
}

/* line 1671, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .pricing-block .pricing-list ul li h6 span {
  margin-right: 5px;
  margin-left: unset;
}

/* line 1683, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl p.data-attributes svg {
  margin-left: 10px;
  margin-right: unset;
}

/* line 1691, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .avatars .avatar {
  margin-left: 10px;
  margin-right: unset;
}

/* line 1694, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .avatars .avatar:last-child {
  margin-left: 0;
}

/* line 1697, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .avatars .avatar .status {
  left: 4px;
  right: unset;
}

/* line 1704, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .customers.avatar-group {
  margin-left: 30px;
  margin-right: unset;
}

/* line 1710, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .customers ul li + li {
  margin-left: unset;
  margin-right: -22px;
}

/* line 1719, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card .card-header h5 {
  float: none !important;
}

/* line 1731, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dashboard-default-sec .latest-update-sec table tbody tr td img, .rtl .dashboard-default-sec .recent-order-sec table tbody tr td img {
  margin-left: 1rem !important;
  margin-right: unset !important;
}

/* line 1746, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dashboard-2-main .card .card-body .media img {
  margin-left: 5px;
  margin-right: unset;
}

/* line 1755, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .joined-status {
  position: absolute;
  top: 23px;
  right: unset;
  left: 85px;
}

/* line 1761, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .likes-page {
  padding-right: 30px;
}

/* line 1765, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .activity-social .border-recent-success {
  border-right: 3px solid #1b4c43;
  border-left: None;
}

/* line 1769, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .activity-social .border-recent-warning {
  border-right: 3px solid #e2c636;
  border-left: None;
}

/* line 1773, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .activity-social .border-recent-info {
  border-right: 3px solid #717171;
  border-left: None;
}

/* line 1777, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .activity-social .border-recent-danger {
  border-right: 3px solid #d22d3d;
  border-left: None;
}

/* line 1781, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .activity-social .border-recent-secondary {
  border-right: 3px solid #ba895d;
  border-left: None;
}

/* line 1786, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .activity-social ul li {
  padding-right: 15px;
}

/* line 1796, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .social-user-card .social-user-top-content .customers ul li:last-child {
  margin-right: 30px;
}

/* line 1807, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .knob-chart .chart-clock-main .clock-small {
  right: 10px;
  left: unset;
}

/* line 1815, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .weather-widget-two .top-bg-whether {
  left: -28px;
  right: unset;
}

/* line 1820, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .weather-widget-two .bottom-whetherinfo svg {
  left: unset;
  right: -35px;
}

/* line 1827, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .mobile-clock-widget .bg-svg {
  left: unset;
  right: -25px;
}

/* line 1835, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .todo .todo-list-wrapper .mark-all-tasks {
  left: 30px;
  right: unset;
}

/* line 1836, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .todo .todo-list-wrapper .mark-all-tasks .btn-label {
  margin-left: 5px;
  margin-right: unset;
}

/* line 1846, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .todo .todo-list-wrapper #todo-list li .task-container .task-action-btn {
  text-align: left;
}

/* line 1853, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .todo .notification-popup {
  left: 10px;
  right: unset;
}

/* line 1860, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .todo-options .badges-todo h6 {
  margin-left: 10px;
  margin-right: unset;
}

/* line 1863, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .todo-options .badges-todo h6:last-child {
  margin-left: 0;
}

/* line 1873, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 1883, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .todo-list-btns .dropdown-basic .separated-btn {
  margin-right: -6px;
  margin-left: unset;
}

/* line 1886, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .todo-list-btns .dropdown-basic .separated-btn .btn {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

/* line 1895, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .search-todo .dropdown-basic .btn-group {
  margin-left: 18px;
  margin-right: unset;
}

/* line 1903, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .sticky-note .note {
  float: right;
}

/* line 1911, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .mega-menu .list-unstyled div a {
  padding: 8px 0 8px 35px;
}

/* line 1913, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .mega-menu .list-unstyled div a:hover {
  padding: 8px 10px 8px 35px;
}

/* line 1926, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl #testimonial .owl-stage-outer .owl-stage .owl-item .slide--item .media .me-3, .rtl #testimonial .owl-stage-outer .owl-stage .owl-item .slide--item .media .mx-3 {
  margin-right: 1rem !important;
  margin-left: unset !important;
}

/* line 1937, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 1944, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .form-check {
  padding-right: 1.25rem;
  padding-left: unset;
}

/* line 1951, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .mega-menu .default-according .card .btn-link {
  text-align: right;
}

/* line 1957, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 1969, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .email-wrap .email-app-sidebar .main-menu > li {
  text-align: right;
}

/* line 1972, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .email-wrap .email-app-sidebar .main-menu > li a i {
  margin-right: unset;
  margin-left: 10px;
}

/* line 1979, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .email-wrap .email-app-sidebar ul {
  padding-right: 0;
}

/* line 1986, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .email-wrap .email-content .email-top .user-emailid:after {
  float: left;
}

/* line 1996, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .email-wrap .email-body .attachment ul li:nth-child(n+2) {
  margin-left: unset;
  margin-right: 10px;
}

/* line 2004, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .email-wrap .actions {
  text-align: left;
}

/* line 2007, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .email-wrap .actions li:nth-child(n+2) {
  margin-right: 15px;
  margin-left: unset;
}

/* line 2018, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .email-wrap .email-right-aside .email-body .media .media-body .inbox svg {
  margin-right: unset;
  margin-left: 10px;
}

/* line 2026, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .email-wrap .email-right-aside .email-body .inbox svg {
  margin-right: unset;
  margin-left: 10px;
}

/* line 2032, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .email-wrap .email-right-aside .email-body .inbox .media .media-body span {
  left: 20px;
  right: unset;
}

/* line 2042, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .email-wrap .email-right-aside .email-profile .inbox p {
  margin-right: 15px;
  margin-left: unset;
}

/* line 2052, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .calendar-wrap .fc {
  direction: rtl;
  text-align: right;
}

/* line 2056, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .calendar-wrap .fc .fc-toolbar .fc-left {
  float: right;
}

/* line 2059, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .calendar-wrap .fc .fc-toolbar .fc-right {
  float: left;
}

/* line 2063, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .calendar-wrap .fc .fc-toolbar > * > * {
  margin-left: 0;
}

/* line 2069, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .calendar-wrap .fc-events-container {
  text-align: right;
}

/* line 2072, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .calendar-wrap .fc-scroller {
  margin-right: unset;
  margin-left: -17px;
}

/* line 2079, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .fc-agenda-view .fc-day-grid .fc-row {
  margin-right: 0 !important;
}

/* line 2085, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .fc-unthemed .fc-row {
  margin-right: 0 !important;
}

/* line 2091, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .btn-group-showcase .btn-group {
  margin-left: 20px;
  margin-right: unset;
}

/* line 2097, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .btn-showcase .btn {
  margin-right: unset;
  margin-left: 18px;
}

/* line 2103, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 2113, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl.button-builder ul.the-icons li {
  float: right;
}

/* line 2117, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl.button-builder .color-slelector {
  float: right;
}

/* line 2121, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl.button-builder .custom-button-color .form-control {
  border-radius: 0 5px 5px 0;
}

/* line 2123, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl.button-builder .custom-button-color .form-control.pull-left {
  float: right;
}

/* line 2128, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl.button-builder .hint-label {
  float: right;
  padding: 4px 020px 0 0;
}

/* line 2135, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl #customer-review .owl-item img {
  order: 2;
}

/* line 2141, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .options > div {
  margin: 0 0 8px 8px;
}

/* line 2150, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .modal-dialog .modal-content .modal-body p a {
  margin-left: 0;
}

/* line 2162, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .drag-box fieldset .component .form-group .text-lg-start {
  text-align: right !important;
}

/* line 2167, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 2174, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 2182, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .drag-box fieldset .component .form-group .input-group #prependedcheckbox {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 2186, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .drag-box fieldset .component .form-group .input-group #appendedcheckbox {
  border-right-color: #efefef;
}

/* line 2189, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .drag-box fieldset .component .form-group .input-group #buttondropdown {
  margin-right: unset;
  margin-left: -1px;
}

/* line 2199, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .drag form {
  text-align: right;
}

/* line 2201, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .drag form input {
  text-align: right;
}

/* line 2204, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .drag form label {
  text-align: right !important;
}

/* line 2210, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 2217, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 2225, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .drag form .form-group .input-group #buttondropdown {
  margin-right: unset;
  margin-left: -1px;
}

/* line 2234, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .draggable label {
  text-align: right;
}

/* line 2245, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 2261, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 2266, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 2282, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .text-lg-start {
  text-align: right !important;
}

/* line 2287, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 2294, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 2302, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 2306, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group #appendedcheckbox {
  border-right-color: #efefef;
}

/* line 2321, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .form-builder .component .form-group .input-group #buttondropdown {
  margin-right: unset;
  margin-left: -1px;
}

/* line 2326, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .form-builder .component .form-group .pl-md-radios {
  padding-right: 37px;
  padding-left: unset;
}

/* line 2336, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper .page-main-header.open {
  margin-right: 0;
}

/* line 2342, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper .page-body-wrapper .logo-wrapper a {
  transform: translate(-64px);
}

/* line 2350, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .vertical .page-main-header {
  margin-right: 0 !important;
  margin-left: unset !important;
}

/* line 2358, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .vertical-menu-mt .page-header div .pull-right {
  float: left;
}

/* line 2365, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .sm li {
  direction: rtl;
  text-align: right;
}

/* line 2381, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .vertical-menu-main #main-nav #main-menu li a svg {
  margin-left: 8px;
  margin-right: unset;
}

/* line 2392, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .pixelstrap a .sub-arrow {
  right: auto;
  left: 5px;
}

/* line 2396, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .pixelstrap a:hover, .rtl .pixelstrap a:focus, .rtl .pixelstrap a:active {
  padding-left: 25px;
  padding-right: unset;
}

/* line 2403, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .pixelstrap ul a .sub-arrow {
  left: 15px;
  right: unset;
}

@media (max-width: 1470px) {
  /* line 2414, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .edit-profile .profile-title .media .media-body {
    margin-right: unset;
  }
}

@media (min-width: 1200px) {
  /* line 2423, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .pixelstrap ul:not(.mega-menu) li a:before {
    left: unset;
    right: 20px;
  }
  /* line 2428, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .pixelstrap a .sub-arrow {
    right: unset;
    left: -6px;
  }
  /* line 2438, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .pixelstrap li {
    float: right;
  }
  /* line 2444, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper .mega-menu-header .vertical-menu-main {
    left: 390px;
    right: unset;
  }
}

/* line 2453, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .search-page .nav i {
  margin-left: 10px;
  margin-right: unset;
}

/* line 2458, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-stts {
  display: inline-block;
}

/* line 2460, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-stts .ms-0 {
  margin-right: 0.25rem !important;
  margin-left: unset !important;
}

/* line 2465, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .search-form input {
  padding: 10px 70px 10px 10px;
  text-align: right;
}

/* line 2471, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .icon-hover-bottom .icon-title {
  text-align: right;
}

/* line 2478, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .icon-hover-bottom .icon-popup .icon-last .form-inline .form-group .btn {
  margin-right: 15px;
  margin-left: unset;
}

/* line 2489, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .icon-lists div i {
  margin: 0 10px 0 15px;
}

/* line 2493, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .icon-lists ul {
  padding-right: 0;
}

/* line 2498, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl ul.icon-lists {
  padding-right: 30px;
}

/* line 2504, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .floated-customizer-btn.third-floated-btn {
  left: 35px;
  right: unset;
}

/* line 2508, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .floated-customizer-btn > span {
  margin-right: 10px;
}

/* line 2512, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .floated-customizer-panel {
  text-align: right;
  left: -85px;
  right: unset;
}

/* line 2516, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .floated-customizer-panel.active {
  left: 35px;
  right: unset;
}

/* line 2520, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .floated-customizer-panel .close-customizer-btn {
  left: 30px;
  right: unset;
}

/* line 2524, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .floated-customizer-panel ul {
  padding-right: 0;
}

/* line 2531, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .form-builder-2-header > div nav {
  float: left;
}

/* line 2537, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .radio label {
  padding-left: 0;
  padding-right: 15px;
}

/* line 2540, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .radio label::before {
  right: 0;
  margin-right: -20px;
  left: unset;
}

/* line 2552, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper .page-body-wrapper .page-header .row h3 {
  text-align: right;
}

/* line 2560, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header {
  margin-right: 0;
  margin-left: unset;
}

/* line 2564, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right {
  text-align: left;
}

/* line 2568, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right .profile-dropdown li svg {
  margin-right: unset;
  margin-left: 10px;
}

/* line 2576, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right > ul > li:before {
  right: 0;
  left: unset;
}

/* line 2580, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right > ul > li .dot {
  left: 17px;
  right: unset;
}

/* line 2587, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right > ul > li.onhover-dropdown:hover .onhover-show-div:before {
  right: 10px;
  left: unset;
}

/* line 2591, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right > ul > li.onhover-dropdown:hover .onhover-show-div:after {
  right: 10px;
  left: unset;
}

/* line 2609, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right > ul > li i.ms-2 {
  margin-right: 0.5rem !important;
  margin-left: unset !important;
}

/* line 2616, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right .language-dropdown {
  text-align: right;
}

/* line 2620, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right .language-dropdown li a i {
  margin-left: 10px;
}

/* line 2629, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right .profile-dropdown li a svg {
  margin-right: unset;
  margin-left: 10px;
}

/* line 2636, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right .chat-dropdown {
  left: 0;
  right: unset;
}

/* line 2640, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right .notification-dropdown {
  left: -20px !important;
  right: unset !important;
}

/* line 2646, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .nav-right ul li:last-child {
  margin-left: 0;
  margin-right: unset;
}

/* line 2653, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header .main-header-right .mobile-sidebar {
  padding-left: 20px;
  padding-right: unset;
}

/* line 2658, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-main-header.open {
  margin-right: 0;
}

/* line 2664, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl ul.notification-dropdown.onhover-show-div {
  right: initial;
  left: -30px;
  padding: 0;
}

/* line 2668, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl ul.notification-dropdown.onhover-show-div:before {
  right: inherit !important;
  left: 35px !important;
}

/* line 2672, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl ul.notification-dropdown.onhover-show-div:after {
  right: inherit !important;
  left: 35px !important;
}

/* line 2676, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl ul.notification-dropdown.onhover-show-div li {
  margin-right: 0 !important;
}

/* line 2679, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl ul.notification-dropdown.onhover-show-div li span.badge {
  margin-left: unset !important;
}

/* line 2682, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl ul.notification-dropdown.onhover-show-div li span svg {
  margin-right: unset;
}

/* line 2687, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl ul.notification-dropdown.onhover-show-div li .notification-icon {
  margin-left: 20px;
  margin-right: unset;
}

/* line 2697, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .alert i {
  margin-left: 5px;
  margin-right: 0;
}

/* line 2702, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .inverse {
  padding: 13px 65px 13px 20px;
}

/* line 2704, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .inverse i {
  left: unset;
  right: 0;
}

/* line 2712, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .alert-primary.inverse:before {
  border-right: 7px solid #24695c;
  right: 54px;
  left: unset;
  border-left: unset;
}

/* line 2712, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .alert-secondary.inverse:before {
  border-right: 7px solid #ba895d;
  right: 54px;
  left: unset;
  border-left: unset;
}

/* line 2712, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .alert-success.inverse:before {
  border-right: 7px solid #1b4c43;
  right: 54px;
  left: unset;
  border-left: unset;
}

/* line 2712, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .alert-danger.inverse:before {
  border-right: 7px solid #d22d3d;
  right: 54px;
  left: unset;
  border-left: unset;
}

/* line 2712, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .alert-warning.inverse:before {
  border-right: 7px solid #e2c636;
  right: 54px;
  left: unset;
  border-left: unset;
}

/* line 2712, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .alert-info.inverse:before {
  border-right: 7px solid #717171;
  right: 54px;
  left: unset;
  border-left: unset;
}

/* line 2712, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .alert-light.inverse:before {
  border-right: 7px solid #e6edef;
  right: 54px;
  left: unset;
  border-left: unset;
}

/* line 2712, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .alert-dark.inverse:before {
  border-right: 7px solid #2c323f;
  right: 54px;
  left: unset;
  border-left: unset;
}

/* line 2721, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .alert-dismissible .close {
  left: 0;
  right: unset;
}

/* line 2724, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .alert-dismissible .close span {
  padding-left: 0;
  padding-right: unset;
}

/* line 2731, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .icofont.icofont-truck {
  display: inline-block;
}

/* line 2739, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .job-search .media .media-body .job-apply-btn {
  left: 30px;
  right: unset;
}

/* line 2744, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .job-search .media ul.rating {
  margin-right: 10px;
  margin-left: unset;
}

/* line 2752, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .blog-box .blog-details {
  padding-left: 20px;
  padding-right: unset;
  text-align: right;
}

/* line 2756, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .blog-box .blog-details .blog-social {
  padding-right: 0;
}

/* line 2759, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .blog-box .blog-details .blog-social li:nth-child(n+2) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e6edef;
  border-left: none;
  padding-left: unset;
  margin-left: unset;
}

/* line 2772, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .blog-box .blog-details-main .blog-social li {
  border-left: 1px solid #e6edef;
  border-right: unset;
}

/* line 2775, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .blog-box .blog-details-main .blog-social li:last-child {
  border-left: none;
}

/* line 2782, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .blog-box .blog-date span {
  font-size: 36px;
  font-weight: 500;
  padding-left: 5px;
  padding-right: unset;
}

/* line 2790, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .blog-box.blog-shadow .blog-details {
  padding-right: 40px;
}

/* line 2799, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .blog-box .blog-details-second .detail-footer ul.sociyal-list li i {
  margin-left: 5px;
  margin-right: unset;
}

/* line 2803, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .blog-box .blog-details-second .detail-footer ul.sociyal-list li:nth-child(n+2) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #e6edef;
  margin-left: unset;
  padding-left: unset;
  border-left: unset;
}

/* line 2819, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .comment-box .media img {
  margin-left: 45px;
  margin-right: unset !important;
}

/* line 2823, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .comment-box .media h6 {
  text-align: right;
}

/* line 2828, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .comment-box ul ul {
  margin-right: 135px;
  margin-left: unset;
  padding-right: 0;
}

/* line 2834, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .comment-box .comment-social {
  text-align: left;
  margin-right: unset;
}

/* line 2838, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .comment-box .comment-social li:nth-child(n+2) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e6edef;
  margin-left: unset;
  padding-left: unset;
  border-left: unset;
}

/* line 2850, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .location-checkbox span {
  padding-right: 33px;
  padding-left: unset;
}

/* line 2861, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .support-ticket .pro-gress ul li span i {
  margin-right: 10px;
  margin-left: unset;
}

/* line 2875, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .bookmark-wrap .left-bookmark ul li button {
  text-align: right;
}

/* line 2887, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .bookmark-tabcontent .tab-content .card .card-header ul li + li {
  margin-right: 5px;
  margin-left: unset;
}

/* line 2898, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark {
  text-align: right;
}

/* line 2907, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {
  left: 30px;
  right: unset;
  text-align: left;
}

/* line 2922, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .email-wrap .email-app-sidebar ul li a {
  padding-right: 20px;
  padding-left: unset;
}

/* line 2933, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .button-builder-wrap .form-group .btn {
  margin-left: 15px;
  margin-right: 0;
  padding: 9px;
}

/* line 2942, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .button-builder ul.the-icons {
  padding-right: 0 !important;
}

/* line 2954, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .call-chat-body .chat-box .chat-right-aside .chat .chat-history .caller-img.ps-0 {
  padding-left: 15px !important;
}

/* line 2963, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .show-hide {
  left: 30px;
  right: 0;
}

/* line 2968, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-box .user-image {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}

/* line 2975, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-box .people-list .search i {
  left: 10px;
  right: unset;
}

/* line 2981, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-box .about {
  float: right;
  padding-right: 10px;
  padding-left: unset;
  text-align: right;
}

/* line 2987, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-box .chat-menu {
  left: 10px;
  right: unset;
}

/* line 2990, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-box .chat-menu .nav {
  padding-right: 0;
}

/* line 2993, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-box .chat-menu.ps-0 {
  padding-left: 15px !important;
}

/* line 3000, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-box .chat-right-aside .chat .chat-message .smiley-box {
  margin-left: 0.5rem;
  margin-right: unset;
}

/* line 3006, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons {
  margin-left: unset;
  margin-right: 15px;
}

/* line 3009, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li {
  margin-right: unset;
  margin-left: 24px;
}

/* line 3016, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-box .chat-right-aside.pe-0 {
  padding-right: 15px !important;
}

/* line 3023, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-box .chat .chat-message .text-box .input-group-append {
  margin-right: -2px;
}

/* line 3026, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-box .chat .chat-message .text-box .btn {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 3037, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-msg-box ul {
  padding-right: 0;
}

/* line 3042, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-left-aside .status-circle {
  left: unset;
  right: 40px;
}

/* line 3050, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-right-aside .chat .chat-header .chat-menu-icons {
  padding-left: 0;
  padding-right: unset;
}

/* line 3053, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-right-aside .chat .chat-header .chat-menu-icons.float-sm-right {
  float: left !important;
}

/* line 3057, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chat-right-aside .chat .chat-header img {
  float: right;
}

/* line 3064, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .cke_toolbar, .rtl .cke_toolgroup, .rtl a.cke_button, .rtl .cke_combo_text {
  float: right;
}

/* line 3067, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .cke_reset_all, .rtl .cke_reset_all *, .rtl .cke_reset_all a, .rtl .cke_reset_all textarea {
  text-align: right;
}

/* line 3070, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .cke_combo_text {
  padding-left: unset;
  padding-right: 10px;
}

/* line 3078, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl #editor1 #cke_editor1 #cke_1_contents iframe html {
  direction: rtl !important;
}

/* line 3087, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl #clockdiv ul {
  padding-right: 0;
}

/* line 3095, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .custom-card .card-footer > div + div {
  border-right: 1px solid #efefef;
  border-left: unset;
}

/* line 3103, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .custom-card .card-social li:nth-child(n+2) {
  margin-left: unset;
  margin-right: 10px;
}

/* line 3110, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card-social {
  padding-right: 0;
}

/* line 3114, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card-absolute .card-header {
  right: 15px;
  left: unset;
}

/* line 3122, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dataTables_wrapper .dataTables_filter input[type="search"] {
  margin-right: 10px;
  margin-left: 0;
}

/* line 3127, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dataTables_wrapper .dataTables_length {
  float: right;
}

/* line 3130, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dataTables_wrapper .dataTables_filter {
  margin-left: unset;
  margin-right: 15px;
  float: left;
}

/* line 3135, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dataTables_wrapper .dataTables_info {
  float: right;
}

/* line 3138, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dataTables_wrapper .advance-5_filter {
  margin-left: 0;
}

/* line 3142, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dataTables_wrapper .btn-group button {
  margin-left: 5px;
  margin-right: unset;
}

/* line 3145, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dataTables_wrapper .btn-group button:last-child {
  margin-left: 0;
}

/* line 3154, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl div.dataTables_wrapper div.dataTables_paginate {
  margin-right: 15px !important;
  margin-left: 0 !important;
  float: left;
}

/* line 3166, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl table.dataTable thead > tr > th {
  padding-left: 30px;
  padding-right: 12px;
}

/* line 3169, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl table.dataTable thead > tr > th:before {
  left: 1em !important;
  right: unset;
}

/* line 3173, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl table.dataTable thead > tr > th:after {
  left: 0.5em !important;
  right: unset;
}

/* line 3182, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 3186, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dataTables_scrollHeadInner {
  padding-right: unset !important;
  padding-left: 0 !important;
}

/* line 3196, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-right: 0;
  padding-left: 0;
}

/* line 3200, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
  padding-left: 0;
}

/* line 3212, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dt-plugin-buttons button.m-r-10 {
  margin-left: 10px;
  margin-right: 0;
}

/* line 3222, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .datetime-picker .theme-form .form-group label {
  text-align: left !important;
}

/* line 3225, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .datetime-picker .theme-form .form-group .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3230, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 3241, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 3248, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dropdown-basic .separated-btn .btn {
  border-radius: 0.25rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 3258, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .error-wrapper .col-md-8.offset-md-2 {
  margin: 0 auto !important;
}

/* line 3268, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-price del {
  margin-right: 20px;
  margin-left: unset;
}

/* line 3274, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 3277, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 3282, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-box .ribbon-bookmark.ribbon-info:before {
  border-left-color: transparent;
}

/* line 3285, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-box .ribbon-warning.ribbon-clip:before {
  border-left-color: #ff850d;
  border-right-color: unset;
}

/* line 3289, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-box .ribbon-clip {
  right: -14px;
  left: unset;
}

/* line 3292, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-box .ribbon-clip:before {
  right: 0;
  left: unset;
}

/* line 3299, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-hover ul {
  padding-right: 0;
}

/* line 3305, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .customer-review .media img {
  margin-left: 25px;
  margin-right: 0;
}

/* line 3311, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .nav {
  padding-right: 0;
}

/* line 3315, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .custom-file-label::after {
  left: 0;
  right: unset;
}

/* line 3323, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .wizard-4 ul.anchor {
  float: right;
  padding-right: 0;
  padding-left: 30px;
}

/* line 3329, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .wizard-4 .step-container {
  clear: unset;
}

/* line 3332, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .wizard-4 .form-group {
  text-align: right;
}

/* line 3336, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .wizard-4 .action-bar .btn {
  float: left;
}

/* line 3342, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .f1 .f1-buttons {
  text-align: left;
}

/* line 3346, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .f1 .f1-steps .f1-step {
  float: right;
}

/* line 3352, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .static-top-widget .media-body {
  padding-right: 30px;
  padding-left: unset;
}

/* line 3355, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .static-top-widget .media-body .icon-bg {
  left: -20px;
  right: unset;
}

/* line 3362, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .widget-joins .media .details {
  border-right: 1px solid #e6edef;
  border-left: unset;
}

/* line 3366, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .widget-joins .media .media-body {
  text-align: right;
}

/* line 3373, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .weather-widget-two .bottom-whetherinfo .whether-content {
  text-align: left;
}

/* line 3380, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .jstree-default .jstree-node {
  margin-left: unset;
  margin-right: 24px;
  background-position: -292px -4px;
  background-repeat: repeat-y;
}

/* line 3389, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .img-cropper .btn-group {
  margin-right: 0;
  margin-left: 10px;
}

/* line 3393, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 3399, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .img-cropper .btn-group button:first-child {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3410, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .docs-toggles .btn-group .btn {
  border-radius: 0;
}

/* line 3412, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .docs-toggles .btn-group .btn:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 3416, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .docs-toggles .btn-group .btn:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 3425, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 3432, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .jsgrid-button + .jsgrid-button {
  margin-right: 5px;
  margin-left: unset;
}

/* line 3437, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .list-group {
  padding-right: 0;
}

/* line 3439, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .list-group i, .rtl .list-group img {
  margin-left: 10px;
  margin-right: 0;
}

/* line 3445, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .authentication-box {
  text-align: right;
}

/* line 3450, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .mega-horizontal .offset-sm-3 {
  margin-right: 25%;
  margin-left: unset;
}

/* line 3457, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .navs-icon svg {
  margin-left: 10px;
  margin-right: unset;
}

/* line 3461, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .navs-icon .fa {
  margin-left: 10px;
  margin-right: unset;
}

/* line 3467, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .nav-list .nav-list-disc {
  text-align: right;
  padding-right: 0;
}

/* line 3472, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .pl-navs-inline {
  padding-right: 30px !important;
  padding-left: 0 !important;
}

/* line 3476, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .onhover-dropdown.navs-dropdown:hover .onhover-show-div:before {
  left: 77px;
  right: unset;
}

/* line 3480, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .onhover-dropdown.navs-dropdown:hover .onhover-show-div:after {
  left: 77px;
  right: unset;
}

/* line 3487, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .navs-dropdown .onhover-show-div .navs-icon li {
  text-align: right;
}

/* line 3496, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .navs-icon.default-according.style-1 li button[aria-expanded="true"]:before {
  left: 2px;
  right: unset;
}

/* line 3501, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .navs-icon.default-according.style-1 li button[aria-expanded="false"]:before {
  left: 2px;
  right: unset;
}

/* line 3510, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .search-form .form-group:after {
  right: 53px;
  left: unset;
}

/* line 3514, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .search-form .form-group:before {
  right: 82px;
  left: unset;
}

/* line 3529, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .order-history table tbody tr td .product-name .order-process .order-process-circle:before {
  right: -15px;
  left: unset;
}

/* line 3540, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .order-history table th:first-child, .rtl .order-history table td:first-child {
  text-align: right;
}

/* line 3548, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .product-page-details span {
  padding-right: 15px;
  padding-left: 0;
}

/* line 3554, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .m-checkbox-inline label {
  margin-left: 20px;
  margin-right: 0;
}

/* line 3560, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .form-label-align-right label {
  text-align: left;
}

/* line 3567, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 3570, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 3576, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .ribbon-left {
  right: auto;
  left: -2px;
}

/* line 3580, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .ribbon-vertical-left {
  right: auto;
  left: 12px;
}

/* line 3584, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .ribbon-vertical-right {
  right: auto;
  left: 12px;
}

/* line 3593, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .search-page ul.search-info > li + li {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #e6edef;
  padding-left: unset;
  margin-left: unset;
  border-left: unset;
}

/* line 3608, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 10px !important;
  right: unset !important;
}

/* line 3614, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .editor-statusbar {
  text-align: left;
}

/* line 3616, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .editor-statusbar span {
  margin-right: 1em;
  margin-left: unset;
}

/* line 3621, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .CodeMirror-scroll {
  margin-left: -30px;
  margin-right: unset;
}

/* line 3626, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .primary-color ul, .rtl .yellow-color ul {
  padding-right: 0;
}

/* line 3631, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .u-step-desc {
  text-align: right;
}

/* line 3634, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .u-step-number {
  right: 20px;
  left: unset;
}

/* line 3637, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .u-step-number ~ .u-step-desc {
  margin-right: 50px;
}

/* line 3642, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .u-pearl:after {
  left: 0;
  right: unset;
}

/* line 3646, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .u-pearl:before {
  right: 0;
  left: unset;
}

/* line 3651, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .u-step-icon {
  float: right;
  margin-left: .5em;
  margin-right: unset;
}

/* line 3657, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .list-icons {
  padding-right: 0;
}

/* line 3662, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card-header.note-toolbar .note-color .dropdown-toggle {
  padding-right: 5px;
}

/* line 3667, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card-header.note-toolbar .form-group.draggable {
  text-align: right;
}

/* line 3671, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card-header.note-toolbar .form-check {
  padding-right: 24px;
  padding-left: unset;
}

/* line 3676, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card-header.note-toolbar form .custom-control {
  padding-right: 24px;
  padding-left: unset;
}

/* line 3680, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card-header.note-toolbar form .custom-control .custom-control-label::after {
  right: 0;
  left: unset;
}

/* line 3684, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .card-header.note-toolbar form .custom-control .custom-control-label::before {
  right: 0;
  left: unset;
}

/* line 3693, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dropdown-toggle::after {
  margin-right: 0.255em;
  margin-left: unset;
}

/* line 3699, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .tabbed-card ul {
  left: 15px;
  right: unset;
}

/* line 3706, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .checkbox label {
  padding-right: 16px;
  padding-left: unset;
}

/* line 3709, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .checkbox label::before {
  right: 0;
  left: unset;
  margin-right: -16px;
  margin-left: unset;
}

/* line 3719, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .radio label::after {
  right: 5px;
  left: unset;
  margin-right: -20px;
  margin-left: unset;
}

/* line 3729, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .cd-timeline-content::before {
  border-right: 7px solid #e6edef;
  border-left-color: transparent;
}

/* line 3735, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .cd-timeline-img i {
  right: 40%;
  left: unset;
  margin-right: -12px;
  margin-left: unset;
}

/* line 3744, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .cd-timeline-block:nth-child(even) .cd-timeline-content {
  float: left;
  border-left: 7px solid #eeeeee;
  border-right: unset;
}

/* line 3748, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  right: auto;
  left: 122%;
  text-align: left;
}

/* line 3753, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
  right: auto;
  left: 100%;
  border-left-color: #eeeeee;
  border-right-color: transparent;
}

/* line 3763, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .cd-timeline-content .cd-date {
  right: 122%;
  left: unset;
}

/* line 3769, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .introjs-tooltip {
  right: 0;
  left: unset;
}

/* line 3773, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .introjs-helperNumberLayer {
  right: -16px;
  left: unset;
}

/* line 3779, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltiptext {
  text-align: right;
}

/* line 3782, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons {
  text-align: left;
}

/* line 3784, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons .introjs-skipbutton {
  margin-left: 5px;
  margin-right: unset;
}

/* line 3788, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons .introjs-nextbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
}

/* line 3797, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
  margin-right: unset;
}

/* line 3804, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .like-comment ul.list-inline {
  padding-right: 0;
}

/* line 3809, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .typeahead {
  text-align: right;
}

/* line 3813, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .listing ul {
  padding-right: 0;
}

/* line 3815, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .listing ul .icofont {
  float: right;
}

/* line 3823, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .gallery .hover-5 img {
  margin-right: 30px;
}

/* line 3827, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .gallery .hover-5:hover img {
  margin-right: 0;
}

/* line 3833, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .lg-outer {
  text-align: right;
}

/* line 3836, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .lg-toolbar .lg-icon {
  float: left;
}

/* line 3839, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl #lg-counter {
  padding-right: 20px;
  padding-left: unset;
  float: right;
}

/* line 3846, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chart-widget-top .text-end {
  text-align: left !important;
}

/* line 3850, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chart-widget-top .num .ms-0 {
  margin-right: 0.25rem !important;
}

/* line 3857, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .bar-chart-widget .earning-details i {
  left: -240px;
}

/* line 3862, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .bar-chart-widget .bottom-content .b-r-light {
  border-left: 1px solid #eeeeee !important;
  border-right: unset !important;
}

/* line 3867, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .bar-chart-widget .bottom-content .num .ms-0 {
  margin-right: 0.25rem !important;
}

/* line 3876, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chart-widget .chart-widget-top .num i {
  margin-left: unset;
  margin-right: 5px;
}

/* line 3885, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .chart-vertical-center #myDoughnutGraph, .rtl .chart-vertical-center #myPolarGraph {
  width: auto !important;
}

/* line 3893, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 3906, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl div.dt-buttons {
  float: right;
}

/* line 3910, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dt-button-collection {
  left: -39px !important;
}

/* line 3916, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .dropzone .dz-preview .dz-error-mark,
.rtl .dropzone .dz-preview .dz-success-mark {
  right: 50%;
  margin-right: -27px;
  margin-left: unset;
  left: unset;
}

/* line 3928, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper .page-body-wrapper footer {
  margin-right: 275px;
  margin-left: unset;
}

/* line 3932, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .page-wrapper .page-body-wrapper footer p i {
  margin-right: 5px;
  margin-left: unset;
}

/* line 3940, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .footer-copyright {
  text-align: right;
}

/* line 3943, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .footer-links {
  text-align: left;
}

/* line 3948, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 3957, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 3967, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .popover.top > .arrow:after, .rtl .popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: unset;
}

/* line 3975, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 3984, app/assets/stylesheets/theme/theme/_rtl.scss */
.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;
}

/* line 3996, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .typeahead span.twitter-typeahead .tt-suggestion {
  text-align: right;
}

/* line 4001, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .typeahead .league-name {
  text-align: right;
  margin-right: 5px;
}

/* line 4008, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .follow .text-md-end {
  text-align: left !important;
}

/* line 4013, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .jvectormap-zoomin,
.rtl .jvectormap-zoomout,
.rtl .jvectormap-goback {
  right: 10px;
  left: unset;
}

/* line 4020, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .customizer-links {
  right: unset;
  left: 0;
}

/* line 4023, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .customizer-links.open {
  right: unset;
  left: 330px;
  border-radius: 0 8px 8px 0;
}

/* line 4029, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .customizer-contain {
  width: 330px;
  right: unset;
  left: -330px;
}

/* line 4033, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .customizer-contain.open {
  right: unset;
  left: 0px;
}

/* line 4038, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .customizer-contain .customizer-header .icon-close {
  left: unset;
  right: 30px;
}

/* line 4050, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl.dark-only .page-main-header .main-header-right .nav-right > ul > li {
  border-right: 1px solid #202938;
  border-left: unset !important;
}

/* line 4053, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl.dark-only .page-main-header .main-header-right .nav-right > ul > li:first-child, .rtl.dark-only .page-main-header .main-header-right .nav-right > ul > li:nth-child(5) {
  border-right: none !important;
}

/* line 4056, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl.dark-only .page-main-header .main-header-right .nav-right > ul > li:nth-child(5) {
  border-left: 1px solid #202938 !important;
}

/* line 4068, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .box-layout.page-wrapper.horizontal-wrapper .page-main-header {
  padding-right: 250px;
  padding-left: unset;
}

/* line 4071, app/assets/stylesheets/theme/theme/_rtl.scss */
.rtl .box-layout.page-wrapper.horizontal-wrapper .page-main-header.open {
  padding-right: 0;
}

@media screen and (max-width: 1660px) {
  /* line 4085, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1660px) {
  /* line 4098, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .latest-articles .card-body .media .m-r-30 {
    margin-right: unset;
    margin-left: 10px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  /* line 4111, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .activity-sec .activity-timeline.update-line .media .activity-line {
    right: 26px;
  }
  /* line 4120, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .blog-box.blog-shadow .blog-details {
    padding-right: 15px;
  }
  /* line 4127, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .blog-box .blog-details .blog-social li:nth-child(n+2) {
    margin-right: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  /* line 4137, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .learning-comment {
    float: right !important;
  }
  /* line 4142, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .comment-box .media img {
    margin-left: 25px;
  }
  /* line 4147, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .comment-box ul ul {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1366px) {
  /* line 4156, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .product-wrapper .product-grid .feature-products {
    margin-right: 0;
  }
  /* line 4161, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .product-grid {
    margin-right: 0;
  }
  /* line 4164, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .d-none-productlist {
    margin-left: 10px;
    margin-right: unset;
  }
  /* line 4170, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .chat-left-aside .status-circle {
    left: unset;
    right: 40px;
  }
  /* line 4175, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .status-circle {
    right: 37px;
    left: unset;
  }
  /* line 4182, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .file-content .files .file-box {
    margin-left: 10px;
    margin-right: unset;
  }
  /* line 4188, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .lnb-calendars {
    text-align: left;
  }
}

@media (max-width: 1280px) {
  /* line 4197, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-main-header .main-header-right .nav-right > ul > li {
    margin-left: 15px;
  }
  /* line 4208, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .user-profile .social-tab ul li:nth-child(n+2) {
    margin-right: 10px;
    margin-left: 0;
  }
  /* line 4219, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .email-wrap .actions li:nth-child(n+2) {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  /* line 4246, app/assets/stylesheets/theme/theme/_rtl.scss */
  .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) {
  /* line 4264, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper .page-main-header .main-header-right .nav-right > ul li .submenu li:first-child {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  /* line 4271, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper .page-main-header .main-header-right .nav-right > ul > li {
    margin-left: 15px;
  }
  /* line 4285, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper.modern-sidebar.compact-wrapper footer {
    margin-left: unset;
    margin-right: 280px;
  }
  /* line 4292, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper.modern-sidebar.compact-wrapper header.main-nav.close_icon ~ footer {
    margin-right: unset;
  }
  /* line 4304, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .email-wrap .email-app-sidebar .main-menu > li {
    text-align: right;
  }
  /* line 4307, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .email-wrap .email-app-sidebar .main-menu > li a i {
    margin-right: unset;
    margin-left: 10px;
  }
  /* line 4314, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .email-wrap .email-app-sidebar ul {
    padding-right: 0;
  }
  /* line 4321, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .email-wrap .email-content .email-top .user-emailid:after {
    float: left;
  }
  /* line 4328, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .email-wrap .email-sidebar .email-left-aside {
    right: 0;
    left: unset;
  }
  /* line 4334, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .chat-menu-icons {
    text-align: left;
  }
  /* line 4340, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .chat-box .chat-history .row .col-sm-7 {
    padding-left: 0 !important;
    padding-right: unset !important;
  }
  /* line 4347, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .chat-menu {
    left: 0;
    right: unset;
  }
  /* line 4352, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .invo-profile .text-xl-end {
    text-align: right !important;
  }
  /* line 4357, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .blog-box .blog-details {
    padding: 20px;
  }
  /* line 4361, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .blog-box.blog-shadow .blog-details {
    padding-right: 20px;
  }
  /* line 4369, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .blog-single .comment-box ul .comment-social {
    margin-right: unset;
  }
  /* line 4376, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .job-sidebar .job-left-aside {
    right: 0;
    left: unset;
  }
}

@media only screen and (max-width: 991px) {
  /* line 4385, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .faq-accordion .faq-header svg {
    left: 20px;
  }
  /* line 4391, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .categories .learning-header {
    padding-right: 20px;
  }
  /* line 4399, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper .page-main-header .main-header-left .logo-wrapper img {
    margin-left: 15px;
    margin-right: unset;
  }
  /* line 4406, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper .page-main-header .main-header-right > .mobile-toggle {
    padding-left: 20px;
    padding-right: unset;
  }
  /* line 4414, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .main .langChoice {
    left: 20px;
  }
  /* line 4419, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .cd-timeline-img i {
    right: 50% !important;
  }
  /* line 4426, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper .page-body-wrapper .page-header .breadcrumb {
    float: right;
    margin-right: 0;
  }
  /* line 4431, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 60px);
  }
  /* line 4435, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper .page-main-header {
    margin-right: 0;
  }
  /* line 4438, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper .page-main-header .main-header-right > .mobile-toggle {
    padding-left: 15px;
  }
  /* line 4445, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .card-body .value-left {
    margin-left: 20px;
  }
  /* line 4452, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .activity-sec .activity-timeline .media .activity-line {
    right: 26px;
  }
  /* line 4461, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .comment-box .comment-social li:nth-child(n+2) {
    margin-right: 15px;
    padding-right: 15px;
  }
  /* line 4470, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-body-wrapper .page-body, .rtl .page-body-wrapper footer {
    margin-right: 0 !important;
    margin-left: unset !important;
  }
  /* line 4475, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav.close_icon {
    transform: translate(290px);
  }
  /* line 4479, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .updates-faq {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  /* line 4484, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .offset-md-2 {
    margin-right: 16.66667%;
  }
  /* line 4487, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .float-md-right {
    float: left !important;
  }
  /* line 4490, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .text-md-end {
    text-align: left !important;
  }
  /* line 4493, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .offset-md-3 {
    margin-right: 25%;
    margin-left: unset;
  }
  /* line 4497, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .text-md-start {
    text-align: right !important;
  }
  /* line 4501, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .ecommerce-widget .text-md-end {
    text-align: left !important;
  }
  /* line 4503, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .ecommerce-widget .text-md-end ul {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  /* line 4511, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .ecommerce-widget .text-md-end {
    text-align: left !important;
  }
  /* line 4517, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .bar-chart-widget .earning-details i {
    left: -147px !important;
  }
  /* line 4523, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .footer .pull-right {
    float: unset;
  }
  /* line 4531, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper .page-main-header .main-header-right .main-header-left .toggle-sidebar {
    margin-left: unset;
    margin-right: 20px;
  }
  /* line 4541, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .comment-box ul ul {
    text-align: right;
    float: revert;
    margin-right: 0;
  }
  /* line 4551, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .blog-single .comment-box ul .comment-social {
    text-align: right;
  }
  /* line 4558, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .project-list .btn {
    float: right;
  }
  /* line 4563, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .follow .text-md-end {
    text-align: center !important;
  }
  /* line 4569, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .calendar-basic #menu-navi .menu-navi-center {
    left: 20px;
    right: unset;
  }
  /* line 4574, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .calendar-basic #menu-navi .menu-navi-right .move-btn {
    float: left;
  }
  /* line 4581, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .feature-products span.f-w-600 {
    margin-right: 5px;
    margin-left: unset;
  }
}

@media (min-width: 576px) {
  /* line 4588, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .offset-sm-3 {
    margin-right: 25%;
    margin-left: unset;
  }
  /* line 4592, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .text-sm-end {
    text-align: left !important;
  }
  /* line 4595, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .float-sm-right {
    float: left !important;
  }
  /* line 4598, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .mr-sm-2, .rtl .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: unset !important;
  }
}

@media only screen and (max-width: 575px) {
  /* line 4609, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-main-header .main-header-right .nav-right > ul > li:last-child {
    padding-right: 10px;
  }
  /* line 4614, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-main-header .main-header-right .nav-right .notification-dropdown {
    right: -150px !important;
    left: unset !important;
  }
  /* line 4618, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-main-header .main-header-right .nav-right .profile-dropdown {
    right: -50px !important;
    left: unset !important;
  }
  /* line 4627, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .faq-accordion .faq-header svg {
    left: 15px;
  }
  /* line 4633, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .categories .learning-header {
    padding-right: 15px;
  }
  /* line 4638, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .main .langChoice {
    left: 15px;
  }
  /* line 4644, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper .search-form .form-group {
    margin-left: 0;
  }
  /* line 4650, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .card-body .value-left {
    margin-left: 15px;
  }
  /* line 4658, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .job-search .media .media-body h6 .pull-right {
    margin-right: 15px;
    margin-left: unset;
  }
  /* line 4668, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .invoice .invo-header .media-body {
    text-align: left;
  }
  /* line 4677, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .blog-box .blog-details .blog-social li:nth-child(n+2) {
    margin-right: 15px;
    padding-right: unset;
    border-right: none;
  }
  /* line 4687, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .feature-products .select-options {
    float: right;
  }
}

@media only screen and (max-width: 575px) {
  /* line 4696, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper .page-body-wrapper .page-header .bookmark {
    text-align: right;
  }
  /* line 4703, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .feature-products .text-end {
    text-align: right !important;
  }
  /* line 4711, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .list-persons .nav-pills .nav-link .media .media-body {
    text-align: right;
  }
  /* line 4719, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .list-persons .profile-mail .email-general ul {
    padding-left: unset;
  }
  /* line 4727, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .contacts-tabs .media img.m-r-20 {
    margin-right: unset;
    margin-left: 20px;
  }
  /* line 4734, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .faq-widgets svg {
    left: 20px;
    right: unset;
  }
  /* line 4739, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .m-r-30 {
    margin-left: 15px;
  }
  /* line 4744, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .job-search .job-description label {
    text-align: right !important;
  }
  /* line 4756, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .user-profile .profile-post .post-body .post-react ul li:nth-child(n+2) {
    margin-right: -15px;
  }
  /* line 4761, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .user-profile .profile-post .post-body .post-react h6 {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 420px) {
  /* line 4771, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .project-box .badge {
    left: 10px;
  }
  /* line 4777, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .file-content .files .file-box {
    margin-left: unset;
  }
  /* line 4786, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .project-list .border-tab.nav-tabs .nav-item .nav-link {
    padding: 5px 0 5px 15px;
  }
}

@media only screen and (max-width: 360px) {
  /* line 4798, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .social-app-profile .hovercard .user-image .avatar {
    margin-top: -47px;
  }
  /* line 4799, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .social-app-profile .hovercard .user-image .avatar img {
    width: 85px;
    height: 85px;
  }
  /* line 4809, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .social-chat .other-msg {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 480px) {
  /* line 4820, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .page-wrapper .page-main-header .main-header-right .nav-right > ul li {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 360px) {
  /* line 4830, app/assets/stylesheets/theme/theme/_rtl.scss */
  .rtl .footer {
    padding-left: 0;
    padding-right: 0 !important;
  }
}

/**=====================
    60. RTL CSS Ends
==========================**/
/* line 179, app/assets/stylesheets/theme/style.scss */
.none {
  display: none;
}

/* line 183, app/assets/stylesheets/theme/style.scss */
.va-mid {
  vertical-align: middle;
}

/* line 187, app/assets/stylesheets/theme/style.scss */
.text-right {
  text-align: right;
}

/* line 191, app/assets/stylesheets/theme/style.scss */
.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

/* line 199, app/assets/stylesheets/theme/style.scss */
.preview {
  cursor: pointer;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: lightgray;
  display: table;
}

/* line 208, app/assets/stylesheets/theme/style.scss */
.preview .text {
  vertical-align: middle;
  display: table-cell;
}

/* line 213, app/assets/stylesheets/theme/style.scss */
.preview .preview-img {
  width: 100%;
  height: 100%;
}

/* line 218, app/assets/stylesheets/theme/style.scss */
.no-wrap {
  white-space: nowrap;
}

/* line 222, app/assets/stylesheets/theme/style.scss */
.was-validated .invalid-feedback {
  display: inline;
}

/* line 226, app/assets/stylesheets/theme/style.scss */
.f-normal {
  font-weight: normal;
}

/* line 230, app/assets/stylesheets/theme/style.scss */
.search .form-control {
  height: 40px;
}

/* line 234, app/assets/stylesheets/theme/style.scss */
.download-excel {
  border: none;
  background-color: transparent;
}

/* line 239, app/assets/stylesheets/theme/style.scss */
.list-btn {
  padding: 0.375rem 0.75rem !important;
}

/* line 242, app/assets/stylesheets/theme/style.scss */
.cursor-p {
  cursor: pointer;
}

/* line 245, app/assets/stylesheets/theme/style.scss */
.task_id {
  background-color: #fff !important;
}

/* line 249, app/assets/stylesheets/theme/style.scss */
.default-according .card .card-header {
  padding: 8px 20px;
}

/* line 253, app/assets/stylesheets/theme/style.scss */
.log-fields p {
  margin-bottom: 0;
}

/* line 257, app/assets/stylesheets/theme/style.scss */
.clockpicker-align-left {
  z-index: 1051;
}

/* line 260, app/assets/stylesheets/theme/style.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #242934;
}

/* line 263, app/assets/stylesheets/theme/style.scss */
.c-pointer {
  cursor: pointer;
}
/**=====================
     62. Responsive CSS Start
==========================**/
@media screen and (max-width: 1660px) {
  /* line 7, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-list .blog-details p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 17, app/assets/stylesheets/theme/theme/_responsive.scss */
  .photos ul li {
    width: 22%;
  }
  /* line 23, app/assets/stylesheets/theme/theme/_responsive.scss */
  .vertical-menu-main .mega-menu {
    width: 1200px !important;
    max-width: 1200px !important;
    left: 0px !important;
  }
  /* line 34, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-status table thead tr th:nth-child(3) {
    min-width: 124px;
  }
  /* line 43, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-status table tbody tr td:first-child {
    min-width: 278px;
  }
  /* line 56, app/assets/stylesheets/theme/theme/_responsive.scss */
  .employee-status table tbody tr td:first-child {
    min-width: 300px;
  }
  /* line 65, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bar-chart canvas {
    width: 100% !important;
  }
  /* line 73, app/assets/stylesheets/theme/theme/_responsive.scss */
  .main-header-right .main-header-right .left-menu-header .orm-control-plaintext .form-inline {
    width: auto !important;
  }
  /* line 82, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-icons {
    margin-bottom: 15px;
  }
  /* line 85, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-icons ul li {
    width: 45px;
    height: 45px;
  }
  /* line 88, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-icons ul li a {
    font-size: 18px;
  }
  /* line 95, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .total-time h2 {
    font-size: 40px;
    color: #898989;
    margin-bottom: 10px;
  }
  /* line 102, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-content .btn {
    width: auto;
    margin: 0 auto;
  }
  /* line 113, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li:nth-child(n+2) {
    margin-left: 10px;
  }
  /* line 117, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
    font-size: 18px;
  }
  /* line 128, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-left-aside .people-list {
    height: 520px;
  }
  /* line 135, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: 440px;
  }
  /* line 141, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .people-list ul {
    max-height: 450px;
    overflow: auto;
  }
  /* line 148, app/assets/stylesheets/theme/theme/_responsive.scss */
  .call-chat-body .chat-box {
    overflow: hidden;
    height: 625px;
  }
  /* line 150, app/assets/stylesheets/theme/theme/_responsive.scss */
  .call-chat-body .chat-box .people-list ul {
    max-height: 500px;
    overflow: auto;
  }
  /* line 160, app/assets/stylesheets/theme/theme/_responsive.scss */
  .caller-img img {
    opacity: 0.7;
  }
  /* line 166, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .receiver-img {
    margin-top: 25px;
  }
  /* line 169, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-content {
    min-height: 545px;
  }
  /* line 177, app/assets/stylesheets/theme/theme/_responsive.scss */
  .search-page .search-vid-block > div {
    margin-top: 30px;
  }
  /* line 186, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .photos ul li {
    width: 21%;
  }
  /* line 197, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-profile .inbox p {
    width: calc(100% - 300px);
    max-width: 500px;
  }
}

@media screen and (max-width: 1550px) {
  /* line 207, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    height: 90vh;
  }
  /* line 210, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-content .email-top .user-emailid:after {
    display: none;
  }
  /* line 213, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-top .email-right {
    display: none;
  }
  /* line 217, app/assets/stylesheets/theme/theme/_responsive.scss */
  .cal-date-widget .datepicker {
    width: unset;
  }
}

@media screen and (max-width: 1440px) {
  /* line 223, app/assets/stylesheets/theme/theme/_responsive.scss */
  .target-sec .card-header ul.target-list li:nth-child(n + 2) p {
    padding: 0 5px;
  }
  /* line 226, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    height: 85vh;
    min-height: 700px;
  }
  /* line 231, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing_gallery_section_img:before {
    content: "";
    height: 300px;
    background: linear-gradient(to top, #01397d 8%, transparent 92%);
  }
  /* line 240, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-main-header .main-header-right .left-menu-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1660px) {
  /* line 251, app/assets/stylesheets/theme/theme/_responsive.scss */
  .latest-articles .card-body .media .m-r-30 {
    margin-right: 10px;
  }
  /* line 258, app/assets/stylesheets/theme/theme/_responsive.scss */
  .whishlist-main .prooduct-details-box .btn {
    top: 0;
    bottom: unset;
    right: unset;
    left: 0;
  }
  /* line 264, app/assets/stylesheets/theme/theme/_responsive.scss */
  .whishlist-main .col-xl-2 {
    width: 25%;
  }
  /* line 268, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-none {
    display: none;
  }
  /* line 271, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-60 {
    max-width: 60%;
    flex: 0 0 60%;
  }
  /* line 275, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-30 {
    max-width: 30%;
    flex: 0 0 30%;
  }
  /* line 279, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-33 {
    max-width: 33.33333%;
    flex: 33.33333%;
  }
  /* line 283, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-35 {
    max-width: 35%;
    flex: 35%;
  }
  /* line 287, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-65 {
    max-width: 65%;
    flex: 65%;
  }
  /* line 291, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-60 {
    max-width: 60%;
    flex: 60%;
  }
  /* line 295, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-70 {
    max-width: 70%;
    flex: 70%;
  }
  /* line 299, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-50 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 303, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-100 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
  /* line 308, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-23 {
    max-width: 23%;
    flex: 0 0 23%;
  }
  /* line 312, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-25 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 316, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-40 {
    max-width: 40%;
    flex: 0 0 40%;
  }
  /* line 320, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  /* line 324, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-cs-65 {
    max-width: 65%;
    flex: 0 0 65%;
  }
  /* line 328, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-cs-35 {
    max-width: 35%;
    flex: 0 0 35%;
    order: -1;
  }
  /* line 335, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-main .owl-item .item {
    border: 1px solid #f4f4f4;
    border-radius: 5px;
  }
  /* line 340, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-main .proorder-xl-3 {
    order: 3;
  }
  /* line 346, app/assets/stylesheets/theme/theme/_responsive.scss */
  .owl-carousel .owl-item img {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1580px) and (min-width: 768px) {
  /* line 361, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-filter.new-products .owl-theme .owl-item .item .product-box .media {
    display: block;
  }
  /* line 363, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-filter.new-products .owl-theme .owl-item .item .product-box .media .product-img {
    width: 100%;
  }
  /* line 367, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-filter.new-products .owl-theme .owl-item .item .product-box .product-details {
    padding: 15px 0;
  }
}

@media screen and (max-width: 1580px) and (min-width: 1200px) {
  /* line 378, app/assets/stylesheets/theme/theme/_responsive.scss */
  .docs-buttons,
.docs-toggles {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 385, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing {
    height: 765px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1214px) {
  /* line 391, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-thumbnail, .product-main {
    flex: 0 0 auto;
    width: 100% !important;
  }
  /* line 395, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-thumbnail {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  /* line 400, app/assets/stylesheets/theme/theme/_responsive.scss */
  .knowledgebase-bg {
    height: 400px;
  }
  /* line 403, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-footer > div {
    padding: 10px 0;
  }
  /* line 407, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card-activity ::-webkit-scrollbar {
    width: 5px;
  }
  /* line 410, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card-activity ::-webkit-scrollbar-track {
    background: #d0efe9;
  }
  /* line 413, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card-activity ::-webkit-scrollbar-thumb {
    background: #24695c;
  }
  /* line 416, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card-activity h5 {
    font-size: 18px !important;
  }
  /* line 419, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card-activity .setting-list {
    display: none;
  }
  /* line 423, app/assets/stylesheets/theme/theme/_responsive.scss */
  .crm-activity span {
    display: none;
  }
  /* line 427, app/assets/stylesheets/theme/theme/_responsive.scss */
  .vertical-menu-mt .crm-activity {
    height: 298px;
  }
  /* line 432, app/assets/stylesheets/theme/theme/_responsive.scss */
  .pixelstrap a {
    padding-left: 18px;
  }
  /* line 434, app/assets/stylesheets/theme/theme/_responsive.scss */
  .pixelstrap a:hover, .pixelstrap a:focus, .pixelstrap a:active {
    padding-left: 18px;
  }
  /* line 441, app/assets/stylesheets/theme/theme/_responsive.scss */
  .flot-chart-container-small {
    height: 227px;
  }
  /* line 444, app/assets/stylesheets/theme/theme/_responsive.scss */
  .call-chat-sidebar {
    max-width: 260px;
  }
  /* line 448, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-box .product-details {
    padding: 15px;
  }
  /* line 452, app/assets/stylesheets/theme/theme/_responsive.scss */
  .flot-chart-container {
    height: 282px;
  }
  /* line 457, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-profile img {
    height: 80px;
  }
  /* line 462, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .profile-details h4 {
    font-size: 18px;
  }
  /* line 465, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .profile-details h6 {
    margin-bottom: 24px;
  }
  /* line 471, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-footer > div h3 {
    font-size: 18px;
  }
  /* line 477, app/assets/stylesheets/theme/theme/_responsive.scss */
  .crm-activity {
    height: 291px;
    overflow-y: auto;
  }
  /* line 482, app/assets/stylesheets/theme/theme/_responsive.scss */
  .crm-activity .media .media-body .dates {
    display: flex;
  }
  /* line 489, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calender-widget .cal-date {
    width: 95px;
    height: 95px;
  }
  /* line 492, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calender-widget .cal-date h5 {
    line-height: 1.4;
    padding: 13px;
  }
  /* line 499, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-body {
    padding: 10px;
  }
  /* line 505, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-content .btn {
    font-size: 15px;
  }
  /* line 509, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .total-time h2 {
    font-size: 30px;
  }
  /* line 512, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .receiver-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 516, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 520, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-icons ul li {
    width: 45px;
    height: 45px;
  }
  /* line 527, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .user-image {
    width: 30px;
    height: 30px;
    margin-top: 3px;
    margin-right: 3px;
  }
  /* line 533, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .about {
    margin-top: 0;
  }
  /* line 538, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .border-tab.nav-tabs .nav-item a {
    padding: 13px 4px !important;
    color: #59667a !important;
    letter-spacing: 0;
  }
  /* line 547, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu .people-list ul.list {
    max-height: 376px;
    overflow-y: auto;
  }
  /* line 555, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-left-aside .people-list {
    height: 420px;
  }
  /* line 557, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-left-aside .people-list ul {
    max-height: 376px;
    overflow-y: auto;
  }
  /* line 562, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-left-aside .status-circle {
    top: 4px;
    left: 36px;
  }
  /* line 570, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box .blog-details-main .blog-bottom-details {
    margin: 20px 10px;
  }
  /* line 574, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box .blog-details-main .blog-social li {
    padding: 0px 5px;
  }
  /* line 581, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box.blog-shadow .blog-details {
    padding: 15px;
  }
  /* line 587, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comment-box .media img {
    margin-right: 25px;
  }
  /* line 592, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comment-box ul ul {
    margin-left: 50px;
  }
  /* line 598, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget img {
    height: 50px;
  }
  /* line 601, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget .media-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  /* line 611, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-left-aside .email-app-sidebar .media {
    display: block;
  }
  /* line 613, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-left-aside .email-app-sidebar .media .media-size-email {
    width: 100%;
    text-align: center;
  }
  /* line 616, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-left-aside .email-app-sidebar .media .media-size-email img {
    margin-bottom: 10px;
  }
  /* line 619, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-left-aside .email-app-sidebar .media .media-size-email .me-3 {
    margin-right: 0 !important;
  }
  /* line 623, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-left-aside .email-app-sidebar .media .media-body {
    text-align: center;
  }
  /* line 634, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-body .attachment ul li img {
    width: 73px;
    height: 73px;
  }
  /* line 641, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-body .email-top {
    line-height: 50px;
  }
  /* line 643, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-body .email-top h5 {
    padding: 13px 0;
  }
  /* line 650, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-body .inbox .media-body {
    text-align: center;
  }
  /* line 652, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-body .inbox .media-body h6 {
    font-size: 14px;
  }
  /* line 658, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-body .email-compose .cke_contents.cke_reset {
    max-height: 144px;
    width: 99%;
  }
  /* line 662, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-body .email-compose .compose-border {
    margin: 0;
  }
  /* line 669, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .media-body p {
    font-size: 13px;
  }
  /* line 676, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-dismissible p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 181px;
  }
  /* line 686, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 96% !important;
  }
  /* line 693, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-list .blog-details h6 {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  /* line 702, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box .blog-date span {
    font-weight: 500;
  }
}

@media screen and (max-width: 1470px) {
  /* line 711, app/assets/stylesheets/theme/theme/_responsive.scss */
  .edit-profile .profile-title .media {
    display: block;
  }
  /* line 713, app/assets/stylesheets/theme/theme/_responsive.scss */
  .edit-profile .profile-title .media .media-body {
    margin-left: unset;
    margin-top: 10px;
  }
  /* line 723, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .photos ul li {
    width: 20%;
  }
  /* line 734, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-profile .inbox p {
    width: calc(100% - 300px);
    max-width: 500px;
  }
}

@media screen and (max-width: 1366px) {
  /* line 744, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-content .email-top .user-emailid:after {
    display: none;
  }
  /* line 747, app/assets/stylesheets/theme/theme/_responsive.scss */
  .lnb-calendars {
    display: block !important;
    text-align: right;
  }
  /* line 754, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-main-header .main-header-right .nav-right .nav-menus {
    padding: 20px 35px;
  }
  /* line 761, app/assets/stylesheets/theme/theme/_responsive.scss */
  .span.ace_indent-guide {
    display: none;
  }
  /* line 767, app/assets/stylesheets/theme/theme/_responsive.scss */
  .grid-options ul li:last-child {
    display: none;
  }
  /* line 774, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-wrapper-grid .col-xl-3 {
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 780, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 25%;
  }
  /* line 786, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-price {
    font-size: 14px;
  }
  /* line 793, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-box .product-img .product-hover ul li {
    width: 35px;
    height: 35px;
  }
  /* line 801, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-box .product-details h4 {
    font-size: 18px;
  }
  /* line 808, app/assets/stylesheets/theme/theme/_responsive.scss */
  .cart .qty-box {
    width: 40%;
  }
  /* line 815, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-dismissible strong ~ p {
    display: inline;
  }
  /* line 822, app/assets/stylesheets/theme/theme/_responsive.scss */
  .learning-box .details-main {
    margin: 20px;
  }
  /* line 824, app/assets/stylesheets/theme/theme/_responsive.scss */
  .learning-box .details-main h6 {
    font-size: 18px;
  }
  /* line 833, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .media-body p {
    width: 95%;
  }
  /* line 839, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round.timeline-line-1:after {
    bottom: -66px;
  }
  /* line 846, app/assets/stylesheets/theme/theme/_responsive.scss */
  .map-js-height {
    height: 350px;
  }
  /* line 850, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget .media {
    flex-wrap: wrap;
  }
  /* line 853, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget .media .media-body h3 {
    font-size: 20px;
  }
  /* line 856, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget .media .media-body p {
    margin-bottom: 2px;
  }
  /* line 859, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget .media .media-body h4 {
    font-size: 20px;
  }
  /* line 866, app/assets/stylesheets/theme/theme/_responsive.scss */
  .testimonial i {
    font-size: 46px;
  }
  /* line 869, app/assets/stylesheets/theme/theme/_responsive.scss */
  .testimonial p {
    margin-top: 20px;
  }
  /* line 873, app/assets/stylesheets/theme/theme/_responsive.scss */
  .cal-date-widget .datepicker {
    margin: 0 auto;
    width: unset;
  }
  /* line 877, app/assets/stylesheets/theme/theme/_responsive.scss */
  .company-card {
    padding: 20px;
  }
  /* line 882, app/assets/stylesheets/theme/theme/_responsive.scss */
  .static-top-widget .media-body h3 {
    font-size: 30px;
  }
  /* line 885, app/assets/stylesheets/theme/theme/_responsive.scss */
  .static-top-widget .media-body .icon-bg {
    right: -21px;
  }
  /* line 891, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .media {
    padding: 20px;
  }
  /* line 894, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .media .media-body h3 {
    font-size: 20px;
  }
  /* line 904, app/assets/stylesheets/theme/theme/_responsive.scss */
  .left-bookmark ul li button {
    font-size: 13px;
  }
  /* line 913, app/assets/stylesheets/theme/theme/_responsive.scss */
  .photos ul li {
    width: 21%;
  }
  /* line 922, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-msg-box {
    height: 420px;
  }
  /* line 924, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-msg-box .chat-user-img {
    margin-top: -30px;
  }
  /* line 927, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-msg-box .message {
    width: 100%;
    padding: 15px;
  }
  /* line 936, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
    font-size: 20px;
  }
  /* line 946, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-content {
    min-height: 512px;
  }
  /* line 954, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-right-aside .chat .chat-message .smiley-box {
    width: 45px;
  }
  /* line 963, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .receiver-img img {
    height: 150px;
  }
  /* line 970, app/assets/stylesheets/theme/theme/_responsive.scss */
  .call-chat-body .chat-box {
    overflow: hidden;
    height: 595px;
  }
  /* line 978, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calender-widget .cal-desc p {
    max-height: 88px;
    overflow: auto;
  }
  /* line 984, app/assets/stylesheets/theme/theme/_responsive.scss */
  .equal-height-xl {
    height: 517px;
  }
  /* line 988, app/assets/stylesheets/theme/theme/_responsive.scss */
  .authentication-main .auth-innerright {
    background-size: cover;
  }
  /* line 992, app/assets/stylesheets/theme/theme/_responsive.scss */
  .grp-btns {
    display: inline-block;
  }
  /* line 996, app/assets/stylesheets/theme/theme/_responsive.scss */
  .button-builder .button-generator-bx {
    position: relative;
    width: 100%;
  }
  /* line 1002, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-builder .btn-group {
    display: inline-block;
    margin-bottom: 10px;
  }
  /* line 1006, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-builder .btn-grid {
    margin-bottom: 15px;
    margin-right: 0px;
    border-right: none;
    display: inline-block;
  }
  /* line 1012, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-builder .ge-canvas.ge-layout-desktop {
    margin-top: 50px;
  }
  /* line 1018, app/assets/stylesheets/theme/theme/_responsive.scss */
  .ecommerce-widget h6 {
    font-size: 14px;
  }
  /* line 1021, app/assets/stylesheets/theme/theme/_responsive.scss */
  .ecommerce-widget .total-num {
    letter-spacing: 0px;
  }
  /* line 1027, app/assets/stylesheets/theme/theme/_responsive.scss */
  .support-ticket .pro-gress .progress-showcase {
    margin-top: 15px;
  }
  /* line 1033, app/assets/stylesheets/theme/theme/_responsive.scss */
  .support-ticket-font .total-num {
    font-size: 20px;
  }
  /* line 1038, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card {
    padding: 15px;
  }
  /* line 1042, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-social li a {
    width: 30px;
    height: 30px;
  }
  /* line 1050, app/assets/stylesheets/theme/theme/_responsive.scss */
  .map-chart .chart-container {
    height: 300px;
  }
  /* line 1055, app/assets/stylesheets/theme/theme/_responsive.scss */
  .speed-chart .chart-container {
    height: 250px;
    margin-top: -40px;
    margin-bottom: 100px;
  }
  /* line 1061, app/assets/stylesheets/theme/theme/_responsive.scss */
  .candidcahrt {
    height: 360px;
  }
  /* line 1066, app/assets/stylesheets/theme/theme/_responsive.scss */
  .status-details h3 {
    font-size: 18px;
  }
  /* line 1071, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chart-widget-top .total-value {
    font-size: 20px;
  }
  /* line 1076, app/assets/stylesheets/theme/theme/_responsive.scss */
  .status-widget .card-body {
    padding: 10px;
  }
  /* line 1082, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget .media {
    flex-wrap: wrap;
  }
  /* line 1085, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget .media .media-body h3 {
    font-size: 20px;
  }
  /* line 1088, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget .media .media-body p {
    margin-bottom: 2px;
  }
  /* line 1091, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget .media .media-body h4 {
    font-size: 20px;
  }
  /* line 1098, app/assets/stylesheets/theme/theme/_responsive.scss */
  .testimonial i {
    font-size: 46px;
  }
  /* line 1101, app/assets/stylesheets/theme/theme/_responsive.scss */
  .testimonial p {
    margin-top: 20px;
  }
  /* line 1105, app/assets/stylesheets/theme/theme/_responsive.scss */
  .cal-date-widget .datepicker {
    margin: 0 auto;
    width: unset;
  }
  /* line 1109, app/assets/stylesheets/theme/theme/_responsive.scss */
  .company-card {
    padding: 20px;
  }
  /* line 1114, app/assets/stylesheets/theme/theme/_responsive.scss */
  .static-top-widget .media-body h3 {
    font-size: 30px;
  }
  /* line 1117, app/assets/stylesheets/theme/theme/_responsive.scss */
  .static-top-widget .media-body .icon-bg {
    right: -21px;
  }
  /* line 1123, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .media {
    padding: 20px;
  }
  /* line 1126, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .media .media-body h3 {
    font-size: 20px;
  }
  /* line 1133, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-body {
    padding: 10px;
  }
  /* line 1139, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-content .btn {
    font-size: 15px;
  }
  /* line 1143, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .total-time h2 {
    font-size: 30px;
  }
  /* line 1146, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .receiver-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 1150, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 1154, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-icons ul li {
    width: 45px;
    height: 45px;
  }
  /* line 1161, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .user-image {
    width: 45px;
    height: 45px;
  }
  /* line 1165, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .about {
    margin-top: 0;
  }
  /* line 1170, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .border-tab.nav-tabs .nav-item a {
    padding: 13px 4px !important;
    color: #59667a !important;
    letter-spacing: 0;
    font-size: 12px !important;
  }
  /* line 1180, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu .people-list ul.list {
    max-height: 376px;
    overflow-y: auto;
  }
  /* line 1188, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-left-aside .people-list {
    height: 490px;
  }
  /* line 1190, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-left-aside .people-list ul {
    max-height: 434px;
    overflow-y: auto;
  }
  /* line 1196, app/assets/stylesheets/theme/theme/_responsive.scss */
  .status-circle {
    top: 4px;
    left: 37px;
  }
  /* line 1202, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu .onhover-show-div {
    left: 164px;
  }
  /* line 1208, app/assets/stylesheets/theme/theme/_responsive.scss */
  .img-cropper .docs-toggles {
    margin-top: 8px;
  }
  /* line 1216, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content {
    left: -21px;
  }
  /* line 1224, app/assets/stylesheets/theme/theme/_responsive.scss */
  #advance-5_wrapper .dataTables_paginate {
    margin-bottom: 8px;
  }
  /* line 1234, app/assets/stylesheets/theme/theme/_responsive.scss */
  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 67px !important;
  }
  /* line 1245, app/assets/stylesheets/theme/theme/_responsive.scss */
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 67px !important;
  }
  /* line 1257, app/assets/stylesheets/theme/theme/_responsive.scss */
  .reset-password-box .theme-form .form-group .btn {
    padding: 6px 22px;
  }
  /* line 1263, app/assets/stylesheets/theme/theme/_responsive.scss */
  .cd-timeline-img {
    width: 45px;
    height: 45px;
  }
  /* line 1266, app/assets/stylesheets/theme/theme/_responsive.scss */
  .cd-timeline-img i {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  /* line 1272, app/assets/stylesheets/theme/theme/_responsive.scss */
  .redial-social-widget {
    width: 90px;
    height: 90px;
  }
  /* line 1275, app/assets/stylesheets/theme/theme/_responsive.scss */
  .redial-social-widget i {
    width: 70px;
    height: 70px;
  }
  /* line 1281, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-widget-card .card-body {
    padding: 20px;
  }
  /* line 1284, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-widget-card h5 {
    margin-bottom: 15px;
  }
  /* line 1289, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .media {
    padding: 15px;
  }
  /* line 1291, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .media h5 {
    font-size: 14px;
  }
  /* line 1295, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .media .media-body svg {
    width: 25px;
    height: 25px;
  }
  /* line 1299, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .media .media-body > span {
    font-size: 13px;
  }
  /* line 1303, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .media .me-3 {
    margin-right: 10px !important;
  }
  /* line 1309, app/assets/stylesheets/theme/theme/_responsive.scss */
  .testimonial p {
    margin-top: unset;
  }
  /* line 1316, app/assets/stylesheets/theme/theme/_responsive.scss */
  .general-widget .custom-card .card-header img {
    margin-top: -45px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1324, app/assets/stylesheets/theme/theme/_responsive.scss */
  .project-box {
    padding: 20px;
  }
  /* line 1326, app/assets/stylesheets/theme/theme/_responsive.scss */
  .project-box .badge {
    right: 10px;
    top: 10px;
    font-size: 8px;
    padding: 5px;
  }
}

@media screen and (max-width: 1280px) {
  /* line 1336, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-list .blog-details hr {
    display: none;
  }
  /* line 1339, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-list .blog-details p {
    display: none;
  }
  /* line 1347, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-main-header .main-header-right .nav-right > ul > li {
    margin-right: 10px;
  }
  /* line 1354, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    height: 108vh;
  }
  /* line 1357, app/assets/stylesheets/theme/theme/_responsive.scss */
  .img-gallery-set1,
.img-gallery-set5 {
    display: none;
  }
  /* line 1362, app/assets/stylesheets/theme/theme/_responsive.scss */
  .box-layout.page-wrapper.horizontal-wrapper .page-main-header {
    padding-left: unset;
    max-width: unset;
    left: unset;
  }
  /* line 1367, app/assets/stylesheets/theme/theme/_responsive.scss */
  .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper {
    width: unset;
  }
  /* line 1375, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .photos ul li {
    width: 19%;
  }
  /* line 1383, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .social-tab ul li:nth-child(n+2) {
    margin-left: 10px;
  }
  /* line 1394, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .actions li:nth-child(n+2) {
    margin-left: 10px;
  }
  /* line 1397, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .actions li .btn {
    padding: 7px 20px;
    text-transform: capitalize;
  }
}

@media screen and (max-width: 1199px) {
  /* line 1406, app/assets/stylesheets/theme/theme/_responsive.scss */
  .ttl-info {
    display: none;
  }
  /* line 1409, app/assets/stylesheets/theme/theme/_responsive.scss */
  input.tui-full-calendar-checkbox-round[type='checkbox'] + span {
    margin-right: 2px;
    width: 4px;
  }
  /* line 1414, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-list .blog-details p, .blog-list .blog-details hr {
    display: block;
  }
  /* line 1419, app/assets/stylesheets/theme/theme/_responsive.scss */
  .profile-greeting .header-top {
    text-align: center;
  }
  /* line 1421, app/assets/stylesheets/theme/theme/_responsive.scss */
  .profile-greeting .header-top .setting-list {
    float: none;
  }
  /* line 1426, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-theme {
    max-width: 400px;
  }
  /* line 1432, app/assets/stylesheets/theme/theme/_responsive.scss */
  .vertical .page-main-header .main-header-right .vertical-mobile-sidebar {
    display: block;
  }
  /* line 1440, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu-header .main-header-right .vertical-mobile-sidebar {
    display: block;
    margin-right: 15px;
  }
  /* line 1450, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-main-header .main-header-right .nav-right.right-menu ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1456, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-main-header .main-header-right .main-header-left {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 1471, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right > ul li .submenu li:first-child {
    padding-left: 15px !important;
  }
  /* line 1481, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .mobile-sidebar .switch-sm .switch {
    margin-top: 6px;
  }
  /* line 1492, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-main-header .main-header-right .nav-right .nav-menus {
    padding: 20px 15px;
  }
  /* line 1502, app/assets/stylesheets/theme/theme/_responsive.scss */
  .grid-options ul li:nth-child(3) {
    display: none;
  }
  /* line 1514, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dashboard-default-sec .card.income-card .card-body .knob-block canvas, .dashboard-2-main .card.income-card .card-body .knob-block canvas {
    width: 30%;
    height: 30%;
  }
  /* line 1526, app/assets/stylesheets/theme/theme/_responsive.scss */
  .photos ul li {
    width: 20%;
  }
  /* line 1536, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round.timeline-line-1:after {
    height: 33px;
    bottom: -40px;
  }
  /* line 1542, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round.small-line:after {
    height: 28px;
    bottom: -38px;
  }
  /* line 1548, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round.medium-line:after {
    height: 30px;
    bottom: -40px;
  }
  /* line 1555, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .media-body h6 {
    font-weight: 600;
    margin-bottom: 30px;
  }
  /* line 1558, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .media-body h6 span {
    font-weight: normal;
    color: #999;
  }
  /* line 1563, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .media-body p {
    width: 100%;
  }
  /* line 1570, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    height: 100vh;
  }
  /* line 1573, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mt50 {
    margin-top: 30px;
  }
  /* line 1579, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .sticky .navbar-expand-xl .navbar-brand {
    top: 8px;
  }
  /* line 1582, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .sticky .navbar-expand-xl .navabr_btn-set {
    top: 16px;
  }
  /* line 1588, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .navbar-toggler span {
    background-color: #fff;
  }
  /* line 1592, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .navbar_nav_modify {
    width: 100vw;
    left: 0;
    position: fixed;
    height: 100vh;
    background-color: #293240;
    top: 0;
    padding: 120px 0px;
  }
  /* line 1601, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main h4 {
    font-size: 20px;
  }
  /* line 1605, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .navbar-expand-xl .navabr_btn-set {
    position: fixed;
    top: 24px;
    z-index: 1;
    right: 20px;
  }
  /* line 1611, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .navbar-expand-xl .navbar-brand {
    padding-left: 5px;
    z-index: 1;
    position: fixed;
    top: 14px;
  }
  /* line 1620, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item a {
    padding: 28px 60px;
    width: 16px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  /* line 1632, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .support-res {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  /* line 1639, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .navbar-expand-lg .navbar-brand {
    padding-left: 5px;
  }
  /* line 1645, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    padding: 9px;
  }
  /* line 1654, app/assets/stylesheets/theme/theme/_responsive.scss */
  .lg-mt-col {
    margin-top: 30px;
  }
  /* line 1657, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-none {
    display: none;
  }
  /* line 1665, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-status table tbody tr td .d-inline-block {
    margin-top: 10px;
  }
  /* line 1673, app/assets/stylesheets/theme/theme/_responsive.scss */
  .lg-mt {
    margin-top: 30px;
  }
  /* line 1676, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-details {
    margin-top: 30px;
  }
  /* line 1682, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 32%;
  }
  /* line 1688, app/assets/stylesheets/theme/theme/_responsive.scss */
  .debit-card {
    order: 1;
  }
  /* line 1694, app/assets/stylesheets/theme/theme/_responsive.scss */
  .typography .row div + div {
    margin-top: 30px;
  }
  /* line 1704, app/assets/stylesheets/theme/theme/_responsive.scss */
  .listing .card-body .row > div + div {
    margin-top: 30px;
  }
  /* line 1711, app/assets/stylesheets/theme/theme/_responsive.scss */
  .flot-chart-container {
    height: 250px;
  }
  /* line 1715, app/assets/stylesheets/theme/theme/_responsive.scss */
  .img-cropper #putData {
    margin-bottom: 10px;
  }
  /* line 1719, app/assets/stylesheets/theme/theme/_responsive.scss */
  .img-cropper .docs-toggles > .dropdown {
    margin-bottom: 0;
  }
  /* line 1727, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .maintenance-icons li i {
    color: #e6edef;
    font-size: 40px;
  }
  /* line 1732, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 80px;
    margin-left: 90px;
  }
  /* line 1738, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    font-size: 120px;
    margin-top: -75px;
    margin-right: 110px;
  }
  /* line 1751, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper div.dataTables_paginate ~ .dataTables_filter {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  /* line 1761, app/assets/stylesheets/theme/theme/_responsive.scss */
  .jvector-map-height {
    height: 280px;
  }
  /* line 1768, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-profile .card-social li a {
    padding: 8px;
  }
  /* line 1773, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-profile img {
    height: 90px;
  }
  /* line 1778, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-profile .card-footer > div h3 {
    font-size: 18px;
  }
  /* line 1785, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .profile-details h4 {
    font-size: 20px;
  }
  /* line 1788, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .profile-details h6 {
    margin-bottom: 20px;
  }
  /* line 1794, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-footer > div h3 {
    font-size: 18px;
  }
  /* line 1800, app/assets/stylesheets/theme/theme/_responsive.scss */
  .equal-height-lg {
    min-height: unset !important;
  }
  /* line 1805, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu .onhover-show-div {
    height: 435px;
    overflow-x: scroll;
    left: 215px;
  }
  /* line 1810, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu .mega-bg {
    display: none;
  }
  /* line 1813, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu .lg-mt {
    margin-top: 25px;
  }
  /* line 1818, app/assets/stylesheets/theme/theme/_responsive.scss */
  .button-builder .button-generator-bx {
    position: relative;
    width: 100%;
  }
  /* line 1827, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-single .comment-box ul .comment-social {
    margin-left: 0;
  }
  /* line 1835, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .maintenance-heading {
    margin-top: 30px;
  }
  /* line 1837, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .maintenance-heading .headline {
    font-size: 50px;
    margin-top: -15%;
    margin-bottom: 0px;
  }
  /* line 1842, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .maintenance-heading .cloud-second {
    margin-top: -25px;
  }
  /* line 1849, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mobile-clock-widget #date {
    margin-top: 15px;
  }
  /* line 1854, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-widget-card .b-b-light {
    padding: 15px;
    margin-bottom: 15px;
  }
  /* line 1861, app/assets/stylesheets/theme/theme/_responsive.scss */
  .weather-widget-two .bottom-whetherinfo .whether-content {
    top: 34px;
  }
  /* line 1867, app/assets/stylesheets/theme/theme/_responsive.scss */
  .cal-date-widget .cal-datepicker {
    margin-top: 15px;
  }
  /* line 1873, app/assets/stylesheets/theme/theme/_responsive.scss */
  .static-top-widget .media-body .icon-bg {
    width: 70px;
    height: 70px;
  }
  /* line 1883, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-status table tbody tr th {
    min-width: 120px;
  }
  /* line 1887, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-status table tbody tr td:first-child {
    min-width: 295px;
  }
  /* line 1896, app/assets/stylesheets/theme/theme/_responsive.scss */
  .testimonial p {
    margin-top: 17px;
  }
  /* line 1900, app/assets/stylesheets/theme/theme/_responsive.scss */
  .contact-form {
    padding: 10px;
  }
  /* line 1903, app/assets/stylesheets/theme/theme/_responsive.scss */
  .contact-form .theme-form .form-icon {
    margin-top: -57px;
  }
  /* line 1909, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calender-widget .cal-date {
    width: 90px;
    height: 90px;
  }
  /* line 1912, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calender-widget .cal-date h5 {
    font-size: 16px;
    padding: 18px;
  }
  /* line 1917, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calender-widget .cal-desc {
    padding: 14px;
  }
  /* line 1919, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calender-widget .cal-desc p {
    max-height: 114px;
    overflow-y: auto;
  }
  /* line 1925, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget {
    padding: 0px;
  }
  /* line 1927, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget img {
    height: 50px;
  }
  /* line 1932, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget .media .media-body h4 {
    font-size: 17px;
  }
  /* line 1936, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget .media .media-img {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 1944, app/assets/stylesheets/theme/theme/_responsive.scss */
  .static-top-widget .media-body {
    padding-left: 20px;
  }
  /* line 1949, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins:before {
    display: none;
  }
  /* line 1952, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .ps-0 {
    padding-left: 15px !important;
  }
  /* line 1955, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .pe-0 {
    padding-right: 15px !important;
  }
  /* line 1959, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .border-after-xs:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 94%;
    background-color: #efefef;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }
  /* line 1975, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .media .media-body svg {
    width: 30px;
    height: 30px;
  }
  /* line 1984, app/assets/stylesheets/theme/theme/_responsive.scss */
  .crm-overall .overall-chart {
    height: 200px;
  }
  /* line 1989, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-main .proorder-lg-1 {
    order: -1;
  }
  /* line 1995, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu {
    background-color: #fff;
  }
  /* line 1998, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu .people-list ul.list {
    max-height: 444px;
    overflow-y: auto;
  }
  /* line 2004, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .btn-lg {
    font-size: 12px;
  }
  /* line 2008, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .people-list ul {
    height: auto;
  }
  /* line 2014, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-header {
    height: auto;
  }
  /* line 2016, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
    font-size: 19px;
  }
  /* line 2020, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-message {
    margin: 0;
    bottom: 15px;
  }
  /* line 2027, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .total-time h2 {
    font-size: 25px;
  }
  /* line 2031, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .row .col-sm-7 {
    padding-right: 0;
  }
  /* line 2036, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .border-tab.nav-tabs {
    width: 100%;
  }
  /* line 2038, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .border-tab.nav-tabs .nav-item {
    margin-right: 5px;
  }
  /* line 2043, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-left-aside .people-list {
    height: 493px;
  }
  /* line 2048, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-menu-icons {
    display: block;
    clear: both;
    width: 100%;
    text-align: right;
  }
  /* line 2059, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .border-tab.nav-tabs .nav-item a {
    height: auto;
    line-height: 1.2;
  }
  /* line 2067, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-history {
    height: 447px;
  }
  /* line 2071, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .toogle-bar {
    display: inline-block;
    margin-right: 0 !important;
  }
  /* line 2079, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-body {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  /* line 2082, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-body .b-r-light {
    border-right: none !important;
  }
  /* line 2086, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .radius-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  /* line 2091, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-aside-toggle {
    display: block;
  }
  /* line 2094, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-sidebar {
    position: relative;
  }
  /* line 2096, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-sidebar .email-aside-toggle {
    margin-bottom: 20px;
    width: fit-content;
  }
  /* line 2100, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-sidebar .email-left-aside {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    width: 300px;
    transition: all 0.5s ease;
  }
  /* line 2109, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-sidebar .email-left-aside.open {
    visibility: visible;
    opacity: 1;
  }
  /* line 2117, app/assets/stylesheets/theme/theme/_responsive.scss */
  .job-accordion .card {
    margin-bottom: 20px;
  }
  /* line 2121, app/assets/stylesheets/theme/theme/_responsive.scss */
  .job-sidebar {
    position: relative;
  }
  /* line 2123, app/assets/stylesheets/theme/theme/_responsive.scss */
  .job-sidebar .job-toggle {
    display: block;
    margin-bottom: 20px;
  }
  /* line 2127, app/assets/stylesheets/theme/theme/_responsive.scss */
  .job-sidebar .job-left-aside {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 20px;
    opacity: 1;
    visibility: hidden;
    overflow-y: scroll;
    z-index: 3;
    max-width: 270px;
    height: 600px;
    background-color: #fff;
    border: 1px solid #e6edef;
    padding: 20px;
  }
  /* line 2141, app/assets/stylesheets/theme/theme/_responsive.scss */
  .job-sidebar .job-left-aside.open {
    opacity: 1;
    visibility: visible;
  }
  /* line 2149, app/assets/stylesheets/theme/theme/_responsive.scss */
  .learning-block > div:first-child {
    order: 2;
  }
  /* line 2156, app/assets/stylesheets/theme/theme/_responsive.scss */
  .icon-lists div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 209px;
  }
  /* line 2163, app/assets/stylesheets/theme/theme/_responsive.scss */
  .like-comment-lg-mb {
    margin-bottom: 12px;
  }
  /* line 2167, app/assets/stylesheets/theme/theme/_responsive.scss */
  .ribbon-space-bottom {
    top: 9px;
  }
  /* line 2173, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 98.5% !important;
  }
  /* line 2184, app/assets/stylesheets/theme/theme/_responsive.scss */
  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 95px !important;
  }
  /* line 2195, app/assets/stylesheets/theme/theme/_responsive.scss */
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 95px !important;
  }
  /* line 2205, app/assets/stylesheets/theme/theme/_responsive.scss */
  .profile-img-style #aniimated-thumbnials-3 {
    text-align: center;
  }
  /* line 2212, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .photos ul li {
    width: 20%;
  }
  /* line 2217, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header {
    height: 380px;
  }
  /* line 2219, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header .userpro-box {
    max-width: 325px;
    padding: 25px;
  }
  /* line 2222, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header .userpro-box .icon-wrapper {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  /* line 2227, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header .userpro-box .avatar {
    width: 85px;
    height: 85px;
  }
  /* line 2231, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header .userpro-box h4 {
    font-size: 18px;
  }
  /* line 2234, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header .userpro-box h6 {
    font-size: 14px;
  }
  /* line 2243, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .social-media ul.user-list-social li a {
    width: 28px;
    height: 28px;
  }
  /* line 2252, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-tab {
    padding: 20px;
  }
  /* line 2256, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-tab ul li a {
    padding: 8px 10px;
    font-size: 12px;
  }
  /* line 2263, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-tab .input-group .form-control {
    height: 35px;
  }
  /* line 2269, app/assets/stylesheets/theme/theme/_responsive.scss */
  .vertical-menu-mt {
    margin-top: 80px !important;
  }
  /* line 2271, app/assets/stylesheets/theme/theme/_responsive.scss */
  .vertical-menu-mt .xl-none {
    display: block;
  }
  /* line 2275, app/assets/stylesheets/theme/theme/_responsive.scss */
  .sm {
    position: fixed;
    background-color: #fff;
    width: 300px;
    border-radius: 0;
    border: 1px solid #e6edef;
    top: 80px;
    height: 100vh;
    left: -300px;
    z-index: 99;
    transition: all 0.3s ease;
    overflow: scroll;
  }
  /* line 2290, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc-day-grid-event {
    width: 87%;
  }
}

@media screen and (max-width: 1120px) {
  /* line 2296, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    height: 94vh;
  }
  /* line 2300, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-tab .input-group {
    width: 190px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 2306, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    height: 90vh;
  }
  /* line 2312, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-9 {
    left: 16%;
    top: 8%;
    width: 13%;
  }
  /* line 2317, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-square-2 {
    left: 13%;
    top: 6%;
  }
  /* line 2321, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-2 {
    left: 32%;
    top: 3%;
    width: 30%;
  }
  /* line 2326, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-4 {
    right: 16%;
  }
  /* line 2329, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-5 {
    top: 11%;
  }
  /* line 2332, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-3 {
    left: 3%;
    bottom: 1%;
    width: 32%;
    right: unset;
    top: unset;
  }
  /* line 2339, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-10 {
    right: 5%;
    top: 36%;
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  /* line 2355, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
    height: calc(100vh - 220px);
  }
  /* line 2360, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user {
    padding: 20px 30px;
  }
  /* line 2362, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user .setting-primary {
    top: 20px;
  }
  /* line 2365, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user img {
    width: 35px !important;
    border-width: 3px !important;
    float: left;
  }
  /* line 2370, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user .badge-bottom {
    display: none;
  }
  /* line 2373, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user h6 {
    margin-top: 0 !important;
    padding-left: 50px;
    text-align: left;
    display: block;
  }
  /* line 2379, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user p {
    padding-left: 15px;
    text-align: left;
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  /* line 2387, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper header .sidebar-user ul {
    margin-top: 10px;
    border-top: 1px #cccccc dashed;
    padding-top: 10px;
  }
  /* line 2393, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav {
    top: 65px;
    width: 120px !important;
  }
  /* line 2401, app/assets/stylesheets/theme/theme/_responsive.scss */
  .ttl-info {
    display: block;
  }
  /* line 2406, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 65px);
    margin-top: 65px;
  }
  /* line 2413, app/assets/stylesheets/theme/theme/_responsive.scss */
  .customizer-contain {
    top: 62px;
  }
  /* line 2417, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mobile-clock-widget #date {
    margin-top: 20px;
  }
  /* line 2421, app/assets/stylesheets/theme/theme/_responsive.scss */
  .m-r-30 {
    margin-right: 20px;
  }
  /* line 2424, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card.full-card {
    top: 60px;
    width: calc(100vw - 0px);
  }
  /* line 2429, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card .sub-title {
    font-size: 16px;
  }
  /* line 2432, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card .card-header {
    padding: 20px;
  }
  /* line 2434, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card .card-header h5 {
    font-size: 18px;
  }
  /* line 2438, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card .card-body {
    padding: 20px;
  }
  /* line 2441, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card .card-footer {
    padding: 20px;
  }
  /* line 2445, app/assets/stylesheets/theme/theme/_responsive.scss */
  .setting-list {
    top: 18px;
  }
  /* line 2447, app/assets/stylesheets/theme/theme/_responsive.scss */
  .setting-list .setting-option {
    height: 26px;
  }
  /* line 2451, app/assets/stylesheets/theme/theme/_responsive.scss */
  .setting-list .setting-option li:first-child i {
    font-size: 14px;
  }
  /* line 2453, app/assets/stylesheets/theme/theme/_responsive.scss */
  .setting-list .setting-option li:first-child i.icon-angle-double-right {
    font-size: 12px;
  }
  /* line 2461, app/assets/stylesheets/theme/theme/_responsive.scss */
  .setting-primary,
.setting-secondary,
.setting-white {
    width: 26px;
    height: 26px;
  }
  /* line 2468, app/assets/stylesheets/theme/theme/_responsive.scss */
  .trasaction-sec .transaction-totalbal {
    padding-left: 20px;
  }
  /* line 2475, app/assets/stylesheets/theme/theme/_responsive.scss */
  .document.page-wrapper.horizontal-wrapper .page-main-header.document-header {
    height: 60px;
  }
  /* line 2482, app/assets/stylesheets/theme/theme/_responsive.scss */
  .document-content .page-body {
    margin-top: 90px !important;
  }
  /* line 2486, app/assets/stylesheets/theme/theme/_responsive.scss */
  .document-content ul.nav-pills {
    max-height: calc(100vh - 84px);
  }
  /* line 2490, app/assets/stylesheets/theme/theme/_responsive.scss */
  .document-content .logo-wrapper {
    display: none;
  }
  /* line 2494, app/assets/stylesheets/theme/theme/_responsive.scss */
  .vertical-mobile-sidebar {
    right: 75px;
    top: 18px;
  }
  /* line 2498, app/assets/stylesheets/theme/theme/_responsive.scss */
  .sm {
    top: 80px;
  }
  /* line 2501, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    height: 85vh;
  }
  /* line 2506, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .landing-main-content {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  /* line 2510, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .landing-main-content img {
    display: unset !important;
  }
  /* line 2515, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-3 {
    left: 3%;
    bottom: 14%;
    top: unset;
  }
  /* line 2520, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-10 {
    left: 0%;
    top: 3%;
    width: 35%;
  }
  /* line 2525, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-8 {
    left: 38%;
    bottom: 18%;
    width: 15%;
  }
  /* line 2530, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-square-1 {
    bottom: 18%;
    left: 38%;
  }
  /* line 2534, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-7 {
    right: 17%;
    bottom: 13%;
  }
  /* line 2538, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-6 {
    right: -4%;
    bottom: 15%;
  }
  /* line 2542, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-9 {
    left: 34%;
    top: 13%;
    width: 10%;
  }
  /* line 2547, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-square-2 {
    left: 32%;
    top: 11%;
  }
  /* line 2551, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-2 {
    right: 30%;
    top: 10%;
    width: 24%;
    left: unset;
  }
  /* line 2557, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-5 {
    right: -3%;
  }
  /* line 2566, app/assets/stylesheets/theme/theme/_responsive.scss */
  .viho-demo-section .gallery_content p,
.viho-demo-section .viho-demo-content p {
    width: 70% !important;
  }
  /* line 2571, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing_gallery_section_img {
    margin-bottom: -60px;
  }
  /* line 2573, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing_gallery_section_img .img-gallery-set3,
.landing_gallery_section_img .img-gallery-set2,
.landing_gallery_section_img .img-gallery-set4 {
    bottom: 80px;
  }
  /* line 2578, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing_gallery_section_img:before {
    height: 500px;
  }
  /* line 2583, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 90px;
    background-color: white;
    width: calc(100% - 30px);
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 15px;
  }
  /* line 2593, app/assets/stylesheets/theme/theme/_responsive.scss */
  .gallery {
    margin-bottom: -20px;
  }
  /* line 2597, app/assets/stylesheets/theme/theme/_responsive.scss */
  .my-gallery figure {
    margin-bottom: 20px;
  }
  /* line 2603, app/assets/stylesheets/theme/theme/_responsive.scss */
  #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;
  }
  /* line 2611, app/assets/stylesheets/theme/theme/_responsive.scss */
  .photoswipe-pb-responsive {
    padding-bottom: 25px !important;
  }
  /* line 2618, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .photos ul li {
    width: 19%;
  }
  /* line 2626, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-post .post-header .media img {
    width: 50px;
    height: 50px;
  }
  /* line 2630, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-post .post-header .media h5 {
    font-size: 16px;
  }
  /* line 2633, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-post .post-header .media h6 {
    font-size: 12px;
  }
  /* line 2642, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .section-space {
    padding: 60px 0;
  }
  /* line 2651, app/assets/stylesheets/theme/theme/_responsive.scss */
  .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;
  }
  /* line 2654, app/assets/stylesheets/theme/theme/_responsive.scss */
  .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;
  }
  /* line 2661, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-body-wrapper .page-header {
    padding-bottom: 25px;
  }
  /* line 2665, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-body-wrapper .footer-fix {
    margin-left: 0px;
    padding-right: 15px;
    width: calc(100% - 0px);
  }
  /* line 2672, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-main-header {
    margin-left: 0 !important;
    width: calc(100% - 0px) !important;
  }
  /* line 2676, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-main-header .main-header-right .logo-wrapper {
    display: block;
  }
  /* line 2679, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-main-header .main-header-right .toggle-nav {
    display: none;
  }
  /* line 2687, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav {
    top: 59px;
    box-shadow: 0 4px 14px 0 rgba(4, 122, 251, 0.13);
  }
  /* line 2690, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .logo-wrapper {
    display: none;
  }
  /* line 2693, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .sidebar-user {
    padding: 20px;
  }
  /* line 2695, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .sidebar-user .badge-bottom {
    top: 86px;
  }
  /* line 2700, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .main-navbar .nav-menu {
    height: calc(100vh - 304px);
  }
  /* line 2706, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav.close_icon .main-navbar .nav-menu {
    height: unset;
  }
  /* line 2717, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right {
    margin: 0;
  }
  /* line 2720, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right .notification {
    top: 10px;
  }
  /* line 2723, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    top: 58px;
    position: fixed;
    z-index: -1;
    background-color: #fff;
    transition: all linear 0.3s;
    border-top: 1px solid #e6edef;
    box-shadow: 0 2px 2px 2px rgba(113, 113, 113, 0.08);
    width: 100%;
    left: 0;
    padding: 0 20px;
    transform: translateY(-35px) scaleY(0);
    opacity: 0;
    visibility: hidden;
    height: 70px;
  }
  /* line 2738, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right > ul.open {
    z-index: 1;
    opacity: 1;
    transform: translateY(0px) scaleY(1);
    visibility: visible;
  }
  /* line 2746, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right > .mobile-toggle {
    display: flex;
    padding-right: 20px;
  }
  /* line 2750, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .main-header-left {
    margin-right: 0;
    padding: 15px 20px;
  }
  /* line 2757, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-left .logo-wrapper img {
    margin-top: 0;
  }
  /* line 2762, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .left-menu-header {
    padding: 15px 20px;
  }
  /* line 2766, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .left-menu-header ul li i {
    display: inline;
  }
  /* line 2779, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
    height: calc(100vh - 80px);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 2784, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-sidebar.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu .dropdown .menu-content {
    top: 60px;
  }
  /* line 2797, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-body-wrapper .page-body,
.page-body-wrapper footer {
    margin-left: 0 !important;
  }
  /* line 2801, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-body-wrapper .page-body #customer-review .owl-stage-outer,
.page-body-wrapper footer #customer-review .owl-stage-outer {
    width: 100% !important;
  }
  /* line 2807, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-body-wrapper .page-body .calender-widget .cal-desc p,
.page-body-wrapper footer .calender-widget .cal-desc p {
    max-height: 101px;
  }
  /* line 2815, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-details h3 {
    font-size: 22px;
  }
  /* line 2824, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bookmark ul li a svg {
    width: 12px;
    height: 12px;
  }
  /* line 2836, app/assets/stylesheets/theme/theme/_responsive.scss */
  .crm-activity > li + li {
    margin-top: 10px;
    padding-top: 10px;
  }
  /* line 2846, app/assets/stylesheets/theme/theme/_responsive.scss */
  .add-post form .form-group {
    margin-bottom: 20px;
  }
  /* line 2850, app/assets/stylesheets/theme/theme/_responsive.scss */
  .add-post .dropzone {
    margin-bottom: 20px;
  }
  /* line 2856, app/assets/stylesheets/theme/theme/_responsive.scss */
  .customers.avatar-group {
    margin-right: 20px;
  }
  /* line 2862, app/assets/stylesheets/theme/theme/_responsive.scss */
  .main .langChoice {
    right: 20px;
    top: 11px;
  }
  /* line 2869, app/assets/stylesheets/theme/theme/_responsive.scss */
  .socialprofile .social-btngroup {
    margin: 20px 0;
  }
  /* line 2872, app/assets/stylesheets/theme/theme/_responsive.scss */
  .socialprofile .social-group {
    margin-top: 20px;
  }
  /* line 2879, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-status form .form-group .form-control-social {
    margin-bottom: 20px;
  }
  /* line 2884, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-status .media {
    margin-bottom: 20px;
  }
  /* line 2889, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-content p,
.timeline-content .comments-box {
    margin-top: 20px;
  }
  /* line 2894, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-chat {
    margin-top: 20px;
  }
  /* line 2896, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-chat .media-body {
    padding: 20px;
  }
  /* line 2899, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-chat .your-msg,
.social-chat .other-msg {
    margin-bottom: 20px;
  }
  /* line 2905, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-network span {
    margin-bottom: 20px;
  }
  /* line 2910, app/assets/stylesheets/theme/theme/_responsive.scss */
  .details-about + .details-about {
    margin-top: 20px;
  }
  /* line 2916, app/assets/stylesheets/theme/theme/_responsive.scss */
  .activity-log .my-activity + .my-activity {
    margin-top: 20px;
  }
  /* line 2921, app/assets/stylesheets/theme/theme/_responsive.scss */
  .new-users-social {
    margin-bottom: 20px;
  }
  /* line 2926, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media {
    margin-bottom: 20px;
  }
  /* line 2929, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .media-body h6 {
    margin-bottom: 20px;
  }
  /* line 2932, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .media-body p {
    width: 75%;
  }
  /* line 2936, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round {
    width: 45px;
    height: 45px;
    top: -14px;
  }
  /* line 2941, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round.timeline-line-1:after {
    bottom: -41px;
    height: 25px;
  }
  /* line 2947, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round.small-line:after {
    bottom: -26px;
    height: 14px;
  }
  /* line 2953, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round.medium-line:after {
    bottom: -33px;
    height: 17px;
  }
  /* line 2958, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round svg {
    top: 14px;
  }
  /* line 2966, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .section-space {
    padding: 60px 0;
  }
  /* line 2968, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .section-space p {
    font-size: 15px;
  }
  /* line 2973, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .navbar-expand-lg .navbar-toggler {
    background-color: #fff;
  }
  /* line 2976, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .navbar-expand-lg .navbar-toggler .navbar-toggler-icon i {
    margin-top: 5px;
    color: #24695c;
  }
  /* line 2982, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .navbar-expand-lg .navbar-collapse {
    background-color: #fff;
    z-index: 111;
  }
  /* line 2987, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a {
    color: #000;
  }
  /* line 2995, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .footer-bg h2 {
    font-size: 28px;
  }
  /* line 3002, app/assets/stylesheets/theme/theme/_responsive.scss */
  .helper-classes {
    padding: 20px;
  }
  /* line 3006, app/assets/stylesheets/theme/theme/_responsive.scss */
  .floated-customizer-btn,
.floated-customizer-panel {
    display: none;
  }
  /* line 3013, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-builder .ge-canvas.ge-editing .row {
    padding: 20px;
  }
  /* line 3021, app/assets/stylesheets/theme/theme/_responsive.scss */
  .weather-widget-two .bottom-whetherinfo .whether-content {
    top: -15px;
  }
  /* line 3027, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-widget-card .b-b-light {
    padding: 20px;
    margin-bottom: 20px;
  }
  /* line 3033, app/assets/stylesheets/theme/theme/_responsive.scss */
  .ecommerce-widget .progress-showcase {
    margin-top: 20px;
  }
  /* line 3037, app/assets/stylesheets/theme/theme/_responsive.scss */
  .crm-overall {
    margin: 0 -20px -20px;
  }
  /* line 3040, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-main {
    padding: 20px;
  }
  /* line 3046, app/assets/stylesheets/theme/theme/_responsive.scss */
  .grid-options ul li:nth-child(3) {
    display: none;
  }
  /* line 3055, app/assets/stylesheets/theme/theme/_responsive.scss */
  .feature-products form .form-group i {
    right: 20px;
  }
  /* line 3061, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabbed-card ul {
    padding: 18px 15px;
  }
  /* line 3065, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabbed-card ul {
    top: -5px;
  }
  /* line 3068, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabbed-card ul.border-tab.nav-tabs {
    padding: 0;
  }
  /* line 3071, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabbed-card ul.border-tab.nav-tabs .nav-item .nav-link {
    padding: 18px 15px;
  }
  /* line 3080, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tilt-showcase .tilt-image {
    text-align: center;
  }
  /* line 3083, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tilt-showcase .mt-4 {
    margin-top: 20px !important;
  }
  /* line 3089, app/assets/stylesheets/theme/theme/_responsive.scss */
  .todo .todo-list-wrapper .mark-all-tasks {
    top: 20px;
    right: 20px;
  }
  /* line 3095, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card {
    padding-bottom: 0;
  }
  /* line 3097, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-footer {
    padding: 0;
  }
  /* line 3101, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-header {
    border: none;
  }
  /* line 3104, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .dashboard-card {
    padding: 0;
  }
  /* line 3108, app/assets/stylesheets/theme/theme/_responsive.scss */
  .display-1 {
    font-size: 4rem;
  }
  /* line 3111, app/assets/stylesheets/theme/theme/_responsive.scss */
  .display-2 {
    font-size: 3.5rem;
  }
  /* line 3114, app/assets/stylesheets/theme/theme/_responsive.scss */
  .display-3 {
    font-size: 2.5rem;
  }
  /* line 3117, app/assets/stylesheets/theme/theme/_responsive.scss */
  .display-4 {
    font-size: 1.5rem;
  }
  /* line 3121, app/assets/stylesheets/theme/theme/_responsive.scss */
  .typography .h1 {
    font-size: 34px;
  }
  /* line 3124, app/assets/stylesheets/theme/theme/_responsive.scss */
  .typography .h2 {
    font-size: 30px;
  }
  /* line 3127, app/assets/stylesheets/theme/theme/_responsive.scss */
  .typography .h3 {
    font-size: 26px;
  }
  /* line 3130, app/assets/stylesheets/theme/theme/_responsive.scss */
  .typography .h4 {
    font-size: 22px;
  }
  /* line 3133, app/assets/stylesheets/theme/theme/_responsive.scss */
  .typography .h5 {
    font-size: 18px;
  }
  /* line 3136, app/assets/stylesheets/theme/theme/_responsive.scss */
  .typography .h6 {
    font-size: 15px;
  }
  /* line 3140, app/assets/stylesheets/theme/theme/_responsive.scss */
  h1 {
    font-size: 34px;
  }
  /* line 3143, app/assets/stylesheets/theme/theme/_responsive.scss */
  h2 {
    font-size: 28px;
  }
  /* line 3146, app/assets/stylesheets/theme/theme/_responsive.scss */
  h3 {
    font-size: 26px;
  }
  /* line 3149, app/assets/stylesheets/theme/theme/_responsive.scss */
  h4 {
    font-size: 22px;
  }
  /* line 3152, app/assets/stylesheets/theme/theme/_responsive.scss */
  h5 {
    font-size: 18px;
  }
  /* line 3155, app/assets/stylesheets/theme/theme/_responsive.scss */
  .flot-chart-container {
    height: 300px;
  }
  /* line 3159, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card-absolute .card-header {
    padding: 10px 15px !important;
  }
  /* line 3166, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comingsoon .comingsoon-inner .countdown .time {
    width: 80px;
    height: 80px;
    font-size: 26px;
  }
  /* line 3174, app/assets/stylesheets/theme/theme/_responsive.scss */
  footer {
    bottom: -20px;
  }
  /* line 3181, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .basic-calendar .external-events .fc-event + .fc-event {
    margin-top: 10px;
  }
  /* line 3191, app/assets/stylesheets/theme/theme/_responsive.scss */
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: -10px;
    margin-top: 15px;
  }
  /* line 3200, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card .card-header .card-header-right {
    top: 11px;
    right: 11px;
  }
  /* line 3207, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-builder .ge-addRowGroup {
    width: 100%;
  }
  /* line 3215, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comment-box .comment-social li:nth-child(n+2) {
    padding-left: 15px;
    margin-left: 15px;
  }
  /* line 3223, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper {
    padding: 35px 0;
  }
  /* line 3225, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .sub-content {
    font-size: 14px;
    line-height: 25px;
    margin-top: 0px;
  }
  /* line 3230, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .error-heading {
    margin-top: 30px;
  }
  /* line 3232, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .error-heading .headline {
    font-size: 180px;
    margin-top: 0;
  }
  /* line 3237, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .maintenance-heading {
    margin-top: 30px;
  }
  /* line 3243, app/assets/stylesheets/theme/theme/_responsive.scss */
  .search-page .info-block {
    flex-wrap: wrap;
  }
  /* line 3247, app/assets/stylesheets/theme/theme/_responsive.scss */
  .search-page .tab-content .pb-4 {
    padding-bottom: 20px !important;
  }
  /* line 3254, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calender-widget .cal-desc {
    padding: 10px 20px 20px !important;
  }
  /* line 3256, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calender-widget .cal-desc p {
    max-height: 100px;
  }
  /* line 3261, app/assets/stylesheets/theme/theme/_responsive.scss */
  .contact-form {
    padding-top: 10px !important;
  }
  /* line 3263, app/assets/stylesheets/theme/theme/_responsive.scss */
  .contact-form .theme-form {
    padding: 20px;
    margin-top: 27px;
  }
  /* line 3266, app/assets/stylesheets/theme/theme/_responsive.scss */
  .contact-form .theme-form .form-icon {
    margin-top: -47px;
  }
  /* line 3273, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-status.product-chart {
    max-height: 518px;
    overflow: auto;
  }
  /* line 3282, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .media .media-body i {
    float: none !important;
  }
  /* line 3288, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xl-none {
    display: block;
  }
  /* line 3292, app/assets/stylesheets/theme/theme/_responsive.scss */
  .top-radius-blog {
    width: 100%;
  }
  /* line 3295, app/assets/stylesheets/theme/theme/_responsive.scss */
  .sm-100-w {
    width: 100%;
    height: 100%;
  }
  /*Form Wizard One start*/
  /* line 3301, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-wizard .btn-mb {
    margin-bottom: 20px;
  }
  /*Form Wizard One ends*/
  /*Form Wizard Two Start*/
  /* line 3307, app/assets/stylesheets/theme/theme/_responsive.scss */
  .stepwizard {
    margin-bottom: 20px;
  }
  /*Form Wizard Two Ends*/
  /*Form Wizard Three Start*/
  /* line 3313, app/assets/stylesheets/theme/theme/_responsive.scss */
  .f1 .f1-steps {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*Form Wizard Three ends*/
  /*Form Wizard Four Start*/
  /* line 3321, app/assets/stylesheets/theme/theme/_responsive.scss */
  .wizard-4 ul.anchor {
    padding-right: 20px;
  }
  /*Form Wizard Four ends*/
  /* line 3327, app/assets/stylesheets/theme/theme/_responsive.scss */
  .border-tab.nav-tabs {
    margin-bottom: 20px;
  }
  /* line 3332, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tab-content ~ .nav-tabs.border-tab {
    margin-top: 20px;
  }
  /* line 3339, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 20px;
  }
  /* line 3342, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dataTables_wrapper table.dataTable {
    margin-bottom: 20px !important;
  }
  /* line 3349, app/assets/stylesheets/theme/theme/_responsive.scss */
  .search-page .info-block + .info-block {
    padding-top: 20px;
    margin-top: 20px;
  }
  /* line 3355, app/assets/stylesheets/theme/theme/_responsive.scss */
  .search-page #video-links .embed-responsive + .embed-responsive {
    margin-top: 20px;
  }
  /* line 3360, app/assets/stylesheets/theme/theme/_responsive.scss */
  .lg-mt {
    margin-top: 20px;
  }
  /* line 3363, app/assets/stylesheets/theme/theme/_responsive.scss */
  .gallery-with-description {
    margin-bottom: -20px;
  }
  /* line 3366, app/assets/stylesheets/theme/theme/_responsive.scss */
  .gallery-with-description a > div {
    margin-bottom: 20px;
  }
  /* line 3373, app/assets/stylesheets/theme/theme/_responsive.scss */
  .clipboaard-container p {
    margin-bottom: 8px;
  }
  /* line 3378, app/assets/stylesheets/theme/theme/_responsive.scss */
  .m-b-30 {
    margin-bottom: 20px !important;
  }
  /* line 3382, app/assets/stylesheets/theme/theme/_responsive.scss */
  .nav-md-mt {
    margin-top: 20px;
  }
  /* line 3385, app/assets/stylesheets/theme/theme/_responsive.scss */
  .navs-icon {
    padding: 20px;
  }
  /* line 3387, app/assets/stylesheets/theme/theme/_responsive.scss */
  .navs-icon .main-section {
    padding-top: 20px;
  }
  /* line 3390, app/assets/stylesheets/theme/theme/_responsive.scss */
  .navs-icon .separator {
    margin: 20px 0;
  }
  /* line 3394, app/assets/stylesheets/theme/theme/_responsive.scss */
  .nav-list {
    padding: 20px;
  }
  /* line 3398, app/assets/stylesheets/theme/theme/_responsive.scss */
  .navs-dropdown button {
    margin-top: 20px;
  }
  /* line 3401, app/assets/stylesheets/theme/theme/_responsive.scss */
  .navs-dropdown .onhover-show-div {
    top: 68px;
  }
  /* line 3407, app/assets/stylesheets/theme/theme/_responsive.scss */
  .animated-modal .form-group {
    width: 100%;
    display: block;
  }
  /* line 3411, app/assets/stylesheets/theme/theme/_responsive.scss */
  .animated-modal .me-4 {
    margin-right: 0 !important;
  }
  /* line 3414, app/assets/stylesheets/theme/theme/_responsive.scss */
  .animated-modal .animated-modal-md-mb {
    margin-bottom: 20px !important;
  }
  /* line 3419, app/assets/stylesheets/theme/theme/_responsive.scss */
  .steps-md-mt {
    margin-top: 20px;
  }
  /* line 3425, app/assets/stylesheets/theme/theme/_responsive.scss */
  .btn-group-wrapper .m-b-30:last-child {
    margin-bottom: 0 !important;
  }
  /* line 3432, app/assets/stylesheets/theme/theme/_responsive.scss */
  #advance-5_wrapper .dataTables_paginate {
    margin-bottom: 20px;
  }
  /* line 3439, app/assets/stylesheets/theme/theme/_responsive.scss */
  .click2edit ~ .note-editor.note-frame {
    margin-bottom: 20px;
  }
  /* line 3445, app/assets/stylesheets/theme/theme/_responsive.scss */
  .summer-note .card-header,
.summer-note .card-body {
    padding: 20px;
  }
  /* line 3453, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-left-aside .people-list {
    height: 483px;
  }
  /* line 3457, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu {
    top: 75px;
  }
  /* line 3461, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu .user-profile .user-content h5 {
    margin-bottom: 10px;
  }
  /* line 3466, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu .user-profile .follow span {
    font-size: 12px;
  }
  /* line 3469, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu .user-profile .follow .follow-num {
    font-size: 18px;
  }
}

@media screen and (max-width: 900px) {
  /* line 3478, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    height: 80vh;
  }
}

@media screen and (max-width: 800px) {
  /* line 3483, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    height: 75vh;
    min-height: 560px;
  }
}

@media screen and (max-width: 767px) {
  /* line 3492, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user {
    padding: 20px;
  }
  /* line 3494, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user ul {
    display: none;
  }
  /* line 3499, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
    height: calc(100vh - 190px);
  }
  /* line 3506, app/assets/stylesheets/theme/theme/_responsive.scss */
  .order-history table tbody tr td img {
    width: 25px !important;
  }
  /* line 3509, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-basic .lnb-calendars > div {
    padding: 12px 0;
  }
  /* line 3512, app/assets/stylesheets/theme/theme/_responsive.scss */
  .learning-box .details-main {
    margin: 20px;
  }
  /* line 3515, app/assets/stylesheets/theme/theme/_responsive.scss */
  .ace-editor {
    height: 280px;
    width: 100%;
  }
  /* line 3519, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dashboard-2-main .card .card-header p {
    font-size: 0;
  }
  /* line 3522, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card-social {
    margin-top: 30px;
  }
  /* line 3526, app/assets/stylesheets/theme/theme/_responsive.scss */
  .btn-showcase {
    text-align: center;
  }
  /* line 3531, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-inline .form-group + .form-group {
    margin-top: 10px;
  }
  /* line 3538, app/assets/stylesheets/theme/theme/_responsive.scss */
  .credit-card .text-center img {
    margin-bottom: 20px;
  }
  /* line 3544, app/assets/stylesheets/theme/theme/_responsive.scss */
  .starter-kit-fix .page-body {
    margin-bottom: 78px;
  }
  /* line 3548, app/assets/stylesheets/theme/theme/_responsive.scss */
  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 10px;
  }
  /* line 3561, app/assets/stylesheets/theme/theme/_responsive.scss */
  .document .page-main-header .document-right-nav .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #24695c !important;
  }
  /* line 3570, app/assets/stylesheets/theme/theme/_responsive.scss */
  .document .navbar-collapse {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 60px;
    padding: 15px;
    left: 0;
    right: 0;
  }
  /* line 3580, app/assets/stylesheets/theme/theme/_responsive.scss */
  .products-total {
    margin-bottom: 10px;
  }
  /* line 3589, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-main-header .main-header-right .left-menu-header ul li .search-form input {
    width: 90% !important;
  }
  /* line 3596, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-main-header .main-header-right .main-header-left {
    width: auto;
  }
  /* line 3598, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-main-header .main-header-right .main-header-left .toggle-sidebar {
    margin-left: 30px;
  }
  /* line 3605, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-main .border-tab.nav-tabs .nav-item {
    width: auto !important;
  }
  /* line 3612, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box .blog-details-main .blog-social li {
    padding: 0 12px;
  }
  /* line 3619, app/assets/stylesheets/theme/theme/_responsive.scss */
  .footer-copyright ~ div {
    text-align: center;
  }
  /* line 3621, app/assets/stylesheets/theme/theme/_responsive.scss */
  .footer-copyright ~ div p {
    float: none;
  }
  /* line 3627, app/assets/stylesheets/theme/theme/_responsive.scss */
  .event-calendar {
    display: block !important;
  }
  /* line 3629, app/assets/stylesheets/theme/theme/_responsive.scss */
  .event-calendar #right {
    width: 100%;
  }
  /* line 3633, app/assets/stylesheets/theme/theme/_responsive.scss */
  #lnb {
    width: auto;
  }
  /* line 3638, app/assets/stylesheets/theme/theme/_responsive.scss */
  .ecommerce-widget .progress-showcase .progress {
    height: 15px;
  }
  /* line 3647, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .photos ul li {
    width: 55px;
  }
  /* line 3652, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header {
    height: 355px;
  }
  /* line 3654, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header .userpro-box {
    padding: 20px;
    max-width: 300px;
  }
  /* line 3657, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header .userpro-box .avatar {
    width: 70px;
    height: 70px;
  }
  /* line 3661, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header .userpro-box h4 {
    font-size: 16px;
  }
  /* line 3664, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header .userpro-box h6 {
    font-size: 13px;
  }
  /* line 3670, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-tab {
    display: block;
  }
  /* line 3672, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-tab ul {
    justify-content: center;
    margin-bottom: -10px;
  }
  /* line 3675, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-tab ul li {
    display: inline-block;
    margin-bottom: 10px;
  }
  /* line 3680, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-tab .input-group {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 3689, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-app-profile .social-status .media img {
    width: 40px !important;
  }
  /* line 3692, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-app-profile .social-status .media .social-status {
    bottom: 10px;
    left: 35px;
  }
  /* line 3701, app/assets/stylesheets/theme/theme/_responsive.scss */
  .general-widget .custom-card {
    padding: 0;
  }
  /* line 3703, app/assets/stylesheets/theme/theme/_responsive.scss */
  .general-widget .custom-card .card-profile {
    margin-top: -45px;
  }
  /* line 3706, app/assets/stylesheets/theme/theme/_responsive.scss */
  .general-widget .custom-card .card-header {
    padding: 0;
  }
  /* line 3708, app/assets/stylesheets/theme/theme/_responsive.scss */
  .general-widget .custom-card .card-header img {
    margin-top: 0;
  }
  /* line 3712, app/assets/stylesheets/theme/theme/_responsive.scss */
  .general-widget .custom-card .card-social {
    margin-top: unset;
  }
  /* line 3720, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabs-scoial.border-tab.nav-tabs {
    display: flex;
  }
  /* line 3728, app/assets/stylesheets/theme/theme/_responsive.scss */
  .edit-profile .card .card-header h4 {
    font-size: 22px;
  }
  /* line 3736, app/assets/stylesheets/theme/theme/_responsive.scss */
  .edit-profile .profile-title .media .media-body h3 {
    font-size: 20px;
  }
  /* line 3745, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabbed-card ul {
    padding: 10px 0 5px 0;
    position: relative;
    width: 100%;
    left: 0;
  }
  /* line 3756, app/assets/stylesheets/theme/theme/_responsive.scss */
  .search-page .search-vid-block > div:nth-child(n + 2) {
    margin-top: 20px;
  }
  /* line 3764, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-details h3 {
    font-size: 18px;
  }
  /* line 3769, app/assets/stylesheets/theme/theme/_responsive.scss */
  .filter-block h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  /* line 3775, app/assets/stylesheets/theme/theme/_responsive.scss */
  .filter-block ul li:nth-child(n + 2) {
    margin-top: 10px;
  }
  /* line 3783, app/assets/stylesheets/theme/theme/_responsive.scss */
  .center-content p {
    text-align: center;
  }
  /* line 3785, app/assets/stylesheets/theme/theme/_responsive.scss */
  .center-content p span {
    display: block;
  }
  /* line 3794, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .media-body p {
    width: 100%;
  }
  /* line 3803, app/assets/stylesheets/theme/theme/_responsive.scss */
  .my-gallery figure:nth-child(9), .my-gallery figure:nth-child(10) {
    margin-bottom: 20px;
  }
  /* line 3815, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-message .text-box .btn {
    font-size: 0;
  }
  /* line 3817, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-message .text-box .btn:before {
    position: absolute;
    content: "\e661";
    font-family: themify;
    font-size: 18px;
    top: 11px;
    left: 20px;
  }
  /* line 3831, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .border-tab.nav-tabs {
    display: flex;
  }
  /* line 3838, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu .nav-tabs .nav-item a {
    height: 50px;
  }
  /* line 3845, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .people-list ul {
    margin-bottom: -15px;
  }
  /* line 3847, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .people-list ul li {
    display: inline-block;
    padding: 10px;
    margin-right: 5px;
    border: 1px solid #e6edef;
    margin-bottom: 10px;
  }
  /* line 3853, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .people-list ul li:last-child {
    padding-bottom: 10px;
  }
  /* line 3860, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-left-aside .people-list {
    height: auto;
  }
  /* line 3865, app/assets/stylesheets/theme/theme/_responsive.scss */
  .clockpicker-align-top {
    left: 55px !important;
    top: 470px !important;
  }
  /* line 3868, app/assets/stylesheets/theme/theme/_responsive.scss */
  .clockpicker-align-top .arrow {
    display: none;
  }
  /* line 3873, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-builder-column .form-body {
    min-height: 250px;
  }
  /* line 3877, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-builder-2-header {
    flex-wrap: wrap;
  }
  /* line 3879, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-builder-2-header > div {
    width: 100%;
    margin-top: 10px;
  }
  /* line 3882, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-builder-2-header > div nav {
    float: none;
  }
  /* line 3888, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dropzone.dz-clickable {
    padding: 20px;
  }
  /* line 3892, app/assets/stylesheets/theme/theme/_responsive.scss */
  .lg-mt-col {
    margin-top: 20px;
  }
  /* line 3897, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-builder .drag-box fieldset {
    padding: 20px;
    margin-top: 20px;
  }
  /* line 3902, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-builder #components {
    margin-top: 20px;
  }
  /* line 3906, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-builder .component label {
    padding-top: 0px;
  }
  /* line 3913, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu .onhover-show-div {
    height: 415px;
    left: 0;
    top: 61px;
    padding: 20px;
  }
  /* line 3919, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu .lg-mt {
    margin-top: 15px;
  }
  /* line 3924, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    min-height: 530px;
  }
  /* line 3928, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing_gallery_section_img:before {
    height: 400px;
  }
  /* line 3933, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .section-space {
    padding: 30px 0;
  }
  /* line 3937, app/assets/stylesheets/theme/theme/_responsive.scss */
  .and-many-more {
    font-size: 65px;
  }
  /* line 3941, app/assets/stylesheets/theme/theme/_responsive.scss */
  .container-modify .img-effect {
    max-width: 320px;
    margin: 0 auto;
  }
  /* line 3949, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-9 {
    left: 12%;
    top: 33%;
    width: 12%;
  }
  /* line 3954, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-square-1 {
    top: 32%;
    right: 9%;
    bottom: unset;
    left: unset;
  }
  /* line 3960, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-8 {
    right: 9%;
    top: 32%;
    left: unset;
    bottom: unset;
  }
  /* line 3966, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-square-2 {
    left: 9%;
    top: 31%;
  }
  /* line 3970, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-7 {
    right: 21%;
    width: 40%;
  }
  /* line 3974, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards .landing-card-2 {
    right: 44%;
  }
  /* line 3983, app/assets/stylesheets/theme/theme/_responsive.scss */
  .viho-demo-section .viho-demo-content img,
.viho-demo-section .gallery_content img {
    width: 30px !important;
  }
  /* line 3986, app/assets/stylesheets/theme/theme/_responsive.scss */
  .viho-demo-section .viho-demo-content p,
.viho-demo-section .gallery_content p {
    width: 100% !important;
  }
  /* line 3991, app/assets/stylesheets/theme/theme/_responsive.scss */
  .and-more {
    top: 40%;
  }
  /* line 3995, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .section-space {
    padding: 40px 0;
  }
  /* line 3998, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .main-landing {
    padding: 27px 0 0 0;
  }
  /* line 4006, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-builder .ge-canvas.ge-editing .ge-tools-drawer {
    margin: 10px 0 0 10px;
  }
  /* line 4008, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-builder .ge-canvas.ge-editing .ge-tools-drawer > a {
    padding: 0 5px;
  }
  /* line 4015, app/assets/stylesheets/theme/theme/_responsive.scss */
  .reader {
    margin-top: 15px;
    height: auto !important;
  }
  /* line 4021, app/assets/stylesheets/theme/theme/_responsive.scss */
  .range-slider.theme-form .form-group {
    margin-bottom: 0;
  }
  /* line 4028, app/assets/stylesheets/theme/theme/_responsive.scss */
  .note-editor .btn-group .btn {
    font-size: 11px;
  }
  /* line 4036, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-status tbody tr td {
    min-width: 284px;
  }
  /* line 4038, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-status tbody tr td + td {
    min-width: unset;
  }
  /* line 4040, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-status tbody tr td + td + td {
    min-width: 100px;
  }
  /* line 4048, app/assets/stylesheets/theme/theme/_responsive.scss */
  .text-md-end {
    text-align: right;
  }
  /* line 4052, app/assets/stylesheets/theme/theme/_responsive.scss */
  .star-ratings .stars {
    padding: 0;
  }
  /* line 4057, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-inline.d-inline-block {
    display: block !important;
    width: 100%;
  }
  /* line 4060, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-inline.d-inline-block .form-control {
    margin-bottom: 10px;
  }
  /* line 4065, app/assets/stylesheets/theme/theme/_responsive.scss */
  .reset-password-box {
    width: 500px;
    margin: 0 auto;
  }
  /* line 4068, app/assets/stylesheets/theme/theme/_responsive.scss */
  .reset-password-box .card {
    padding: 20px;
  }
  /* line 4073, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-card .custom-card {
    padding: 0;
  }
  /* line 4075, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-card .custom-card .card-header {
    padding: 0;
  }
  /* line 4078, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-card .custom-card .card-profile {
    margin-top: -40px;
  }
  /* line 4081, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-card .custom-card .card-social {
    margin-top: unset;
  }
  /* line 4088, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-header img {
    transform: scale(1);
  }
  /* line 4093, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-profile img {
    height: 75px;
  }
  /* line 4098, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .profile-details h4 {
    font-size: 18px;
  }
  /* line 4103, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-footer > div {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 4114, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .maintenance-icons li i {
    color: #e6edef;
    font-size: 30px;
  }
  /* line 4119, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .maintenance-icons li:nth-child(2) i {
    font-size: 60px;
    margin-top: -10px;
    margin-left: 70px;
  }
  /* line 4126, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .maintenance-icons li:nth-child(3) i {
    font-size: 90px;
    margin-right: 80px;
  }
  /* line 4135, app/assets/stylesheets/theme/theme/_responsive.scss */
  .authentication-main .auth-innerright {
    min-height: unset;
    padding: 0;
  }
  /* line 4137, app/assets/stylesheets/theme/theme/_responsive.scss */
  .authentication-main .auth-innerright .social-media li {
    font-size: 14px;
  }
  /* line 4145, app/assets/stylesheets/theme/theme/_responsive.scss */
  .loader-box {
    justify-content: center;
  }
  /* line 4149, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 20px;
  }
  /* line 4152, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dataTables_wrapper .dataTables_filter {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  /* line 4161, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
  }
  /* line 4166, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
    float: none;
  }
  /* line 4170, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper div.dataTables_paginate {
    float: none;
    margin-top: 20px !important;
    margin-left: 0 !important;
  }
  /* line 4180, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc-basic-view .fc-day-number {
    padding: 0 0px !important;
  }
  /* line 4184, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc-events-container {
    margin-top: 0px;
  }
  /* line 4188, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc-events-container h6,
.calendar-wrap .fc-events-container .checkbox {
    text-align: right;
  }
  /* line 4194, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .checkbox label {
    margin-top: 0;
  }
  /* line 4202, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc-toolbar .fc-left .fc-next-button .fc-icon-right-single-arrow:after {
    font-size: 12px !important;
  }
  /* line 4209, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc-toolbar .fc-left .fc-prev-button .fc-icon-left-single-arrow:after {
    font-size: 12px !important;
  }
  /* line 4217, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc-toolbar .fc-left .fc-today-button,
.calendar-wrap .fc-toolbar .fc-right .fc-today-button {
    padding-top: 0px !important;
  }
  /* line 4222, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc {
    margin-top: 0px;
  }
  /* line 4223, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc button {
    font-size: 14px !important;
    padding: 0 5px !important;
  }
  /* line 4227, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc .fc-left {
    margin-bottom: 10px;
  }
  /* line 4231, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc .fc-toolbar > div {
    display: block !important;
    float: none !important;
  }
  /* line 4236, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc .fc-toolbar > * :first-child {
    font-size: 18px;
  }
  /* line 4239, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc .fc-toolbar > * > * {
    float: none !important;
  }
  /* line 4247, app/assets/stylesheets/theme/theme/_responsive.scss */
  .btn-group-wrapper {
    text-align: center;
  }
  /* line 4249, app/assets/stylesheets/theme/theme/_responsive.scss */
  .btn-group-wrapper .m-b-30 {
    margin-bottom: 15px !important;
  }
  /* line 4253, app/assets/stylesheets/theme/theme/_responsive.scss */
  .btn-group-showcase {
    text-align: center;
  }
  /* line 4255, app/assets/stylesheets/theme/theme/_responsive.scss */
  .btn-group-showcase .btn-group {
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 4261, app/assets/stylesheets/theme/theme/_responsive.scss */
  .btn-group .btn {
    font-size: 14px;
    padding: 0.375rem 1.3rem;
  }
  /* line 4267, app/assets/stylesheets/theme/theme/_responsive.scss */
  .animate-widget .text-center {
    display: none;
  }
  /* line 4274, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calender-widget .cal-desc p {
    max-height: 100%;
  }
  /* line 4280, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-status.product-chart {
    max-height: 100%;
  }
  /* line 4287, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-status table thead tr th:nth-child(3) {
    min-width: 124px;
  }
  /* line 4297, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu .onhover-show-div {
    height: 350px;
  }
  /* line 4303, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-builder .ge-canvas .column {
    padding: 0 !important;
  }
  /* line 4308, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-builder .ge-content-type-ckeditor h3 {
    font-size: 20px;
  }
  /* line 4311, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-builder .ge-content-type-ckeditor p {
    font-size: 12px;
  }
  /* line 4315, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-builder .ge-row-icon {
    display: none !important;
  }
  /* font-awesom icon page */
  /* line 4322, app/assets/stylesheets/theme/theme/_responsive.scss */
  .icon-hover-bottom .form-group input {
    min-width: 270px;
  }
  /* line 4330, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc button {
    padding: 5px;
  }
  /* line 4334, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc-day-grid-event {
    margin: 0;
    padding: 5px;
    width: inherit;
  }
  /* line 4340, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc-toolbar h2 {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
  }
  /* line 4347, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .basic-calendar .external-events {
    margin-top: 0px;
  }
  /* line 4356, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-single .comment-box .media h6 {
    margin-bottom: 10px;
  }
  /* line 4359, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-single .comment-box .media img {
    margin-right: 30px;
  }
  /* line 4363, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-single .comment-box .comment-social {
    margin-bottom: 10px;
  }
  /* line 4372, app/assets/stylesheets/theme/theme/_responsive.scss */
  .search-page #image-links .info-block.m-t-30 {
    margin-top: 0 !important;
  }
  /* line 4380, app/assets/stylesheets/theme/theme/_responsive.scss */
  .authentication-main .authentication-box {
    width: 100%;
  }
  /* line 4383, app/assets/stylesheets/theme/theme/_responsive.scss */
  .authentication-main .auth-innerright {
    display: inherit;
  }
  /* line 4389, app/assets/stylesheets/theme/theme/_responsive.scss */
  .map-chart .chart-container {
    height: 300px;
  }
  /* line 4393, app/assets/stylesheets/theme/theme/_responsive.scss */
  .candidcahrt {
    height: 250px;
  }
  /* line 4399, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bar-chart-widget .earning-details i {
    right: 0;
  }
  /* line 4404, app/assets/stylesheets/theme/theme/_responsive.scss */
  .serial-chart .chart-container {
    height: 300px;
  }
  /* line 4407, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bottom-content {
    padding: 10px;
  }
  /* line 4409, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bottom-content p {
    font-size: 12px;
  }
  /* line 4416, app/assets/stylesheets/theme/theme/_responsive.scss */
  .stepwizard .stepwizard-row:before {
    top: 17px;
  }
  /* line 4425, app/assets/stylesheets/theme/theme/_responsive.scss */
  .icon-hover-bottom .icon-popup div .flag-icon {
    width: 30px;
    height: auto;
  }
  /* line 4431, app/assets/stylesheets/theme/theme/_responsive.scss */
  .icon-hover-bottom .icon-popup .form-group input {
    min-width: 40%;
  }
  /* line 4438, app/assets/stylesheets/theme/theme/_responsive.scss */
  .footer-links {
    text-align: center;
  }
  /* line 4441, app/assets/stylesheets/theme/theme/_responsive.scss */
  .footer-copyright {
    text-align: center !important;
  }
  /* line 4444, app/assets/stylesheets/theme/theme/_responsive.scss */
  .jvector-map-height {
    height: 150px;
  }
  /* line 4447, app/assets/stylesheets/theme/theme/_responsive.scss */
  .sm-left-text {
    text-align: left !important;
  }
  /* line 4455, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-content .email-top .d-flex {
    padding-bottom: 0;
  }
  /* line 4458, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-content .email-top .float-end {
    float: left !important;
  }
  /* line 4466, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li:last-child {
    padding-right: 0;
  }
  /* line 4469, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 90px;
    height: 90px;
  }
  /* line 4488, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-profile {
    overflow-x: auto;
  }
  /* line 4490, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-profile .inbox {
    width: 700px;
  }
  /* line 4492, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-profile .inbox p {
    width: calc(100% - 200px);
    max-width: 500px;
  }
  /* line 4502, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-dismissible p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 294px;
  }
  /* line 4510, app/assets/stylesheets/theme/theme/_responsive.scss */
  .button-group-mb-sm {
    margin-bottom: 5px;
  }
  /* line 4520, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card-block .table-responsive .table tbody tr td span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
  }
  /* line 4534, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card-block .table-responsive .progress-content tbody tr td span {
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 50px;
  }
  /* line 4547, app/assets/stylesheets/theme/theme/_responsive.scss */
  .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;
  }
  /* line 4561, app/assets/stylesheets/theme/theme/_responsive.scss */
  #batchDelete .jsgrid-grid-header .jsgrid-table .jsgrid-header-row .jsgrid-header-cell:first-child {
    width: 119px !important;
  }
  /* line 4572, app/assets/stylesheets/theme/theme/_responsive.scss */
  #batchDelete .jsgrid-grid-body .jsgrid-table .jsgrid-row .jsgrid-cell:first-child {
    width: 119px !important;
  }
  /* line 4581, app/assets/stylesheets/theme/theme/_responsive.scss */
  .jsgrid .jsgrid-pager-container {
    text-align: center;
  }
  /* line 4589, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu .nav-tabs .nav-item {
    width: 32.33%;
  }
  /* line 4594, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu .people-list ul.list {
    max-height: 433px;
    margin-bottom: 15px;
  }
  /* line 4599, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu #info-profile,
.chat-box .chat-menu #info-contact {
    margin-bottom: 15px;
  }
  /* line 4606, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-content > div {
    padding-top: 40px;
    height: auto;
  }
  /* line 4613, app/assets/stylesheets/theme/theme/_responsive.scss */
  .call-chat-sidebar {
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
  }
  /* line 4622, app/assets/stylesheets/theme/theme/_responsive.scss */
  .hovercard .info .follow .text-md-end {
    text-align: center;
  }
  /* line 4629, app/assets/stylesheets/theme/theme/_responsive.scss */
  .profile-img-style .like-comment-sm-mb {
    margin-bottom: 20px;
  }
  /* line 4637, app/assets/stylesheets/theme/theme/_responsive.scss */
  .reset-password-box .theme-form .form-group .btn {
    margin-top: 15px !important;
  }
  /* line 4645, app/assets/stylesheets/theme/theme/_responsive.scss */
  .lg-outer .lg-actions .lg-next,
.lg-outer .lg-actions .lg-prev {
    top: 48%;
  }
  /* line 4652, app/assets/stylesheets/theme/theme/_responsive.scss */
  .feature-products .filter-toggle {
    padding: 8px 15px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: rgba(36, 105, 92, 0.05);
    color: #24695c;
  }
  /* line 4659, app/assets/stylesheets/theme/theme/_responsive.scss */
  .feature-products span {
    font-size: 12px;
  }
  /* line 4661, app/assets/stylesheets/theme/theme/_responsive.scss */
  .feature-products span.f-w-600 {
    padding-top: 8px;
    display: inline-block;
  }
  /* line 4669, app/assets/stylesheets/theme/theme/_responsive.scss */
  .grid-options ul li {
    display: none;
  }
  /* line 4677, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-wrapper.sidebaron .product-grid .product-wrapper-grid {
    margin-left: 0;
  }
  /* line 4693, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-filter .product-box {
    flex-wrap: nowrap;
  }
  /* line 4695, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-filter .product-box .product-img {
    width: 100px;
  }
  /* line 4698, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-filter .product-box .product-details {
    padding: 0 !important;
  }
}

@media screen and (max-width: 700px) {
  /* line 4705, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    min-height: 470px;
  }
}

@media screen and (max-width: 650px) {
  /* line 4710, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    height: 63vh;
  }
}

@media screen and (max-width: 600px) {
  /* line 4715, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    height: 60vh;
  }
  /* line 4721, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .photos ul li {
    width: 53px;
  }
}

@media screen and (max-width: 540px) {
  /* line 4729, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    height: 57vh;
  }
}

@media screen and (max-width: 575px) {
  /* line 4736, app/assets/stylesheets/theme/theme/_responsive.scss */
  .search-form .search-bg > i {
    display: none !important;
  }
  /* line 4742, app/assets/stylesheets/theme/theme/_responsive.scss */
  .job-accordion .card {
    box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08) !important;
  }
  /* line 4747, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-dismissible p {
    max-width: 209px;
  }
  /* line 4751, app/assets/stylesheets/theme/theme/_responsive.scss */
  .customizer-links {
    display: none;
  }
  /* line 4754, app/assets/stylesheets/theme/theme/_responsive.scss */
  .m-r-30 {
    margin-right: 15px;
  }
  /* line 4759, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card .card-footer {
    padding: 15px;
  }
  /* line 4763, app/assets/stylesheets/theme/theme/_responsive.scss */
  .setting-list {
    top: 15px;
  }
  /* line 4765, app/assets/stylesheets/theme/theme/_responsive.scss */
  .setting-list .setting-option {
    height: 21px;
  }
  /* line 4769, app/assets/stylesheets/theme/theme/_responsive.scss */
  .setting-list .setting-option li:first-child i {
    font-size: 12px;
  }
  /* line 4776, app/assets/stylesheets/theme/theme/_responsive.scss */
  .setting-primary,
.setting-secondary,
.setting-white {
    width: 22px;
    height: 22px;
  }
  /* line 4784, app/assets/stylesheets/theme/theme/_responsive.scss */
  .feature-products .text-end {
    text-align: left !important;
  }
  /* line 4787, app/assets/stylesheets/theme/theme/_responsive.scss */
  .feature-products .select-options {
    float: left;
    margin-right: 10px;
  }
  /* line 4793, app/assets/stylesheets/theme/theme/_responsive.scss */
  .call-chat-body .chat-box {
    height: auto;
  }
  /* line 4800, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu .people-list ul.list {
    max-height: 400px;
  }
  /* line 4806, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-content {
    min-height: 447px;
  }
  /* line 4815, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .photos ul li {
    width: 18%;
  }
  /* line 4820, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-post {
    padding: 20px;
  }
  /* line 4823, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-post .post-body figure {
    margin-bottom: 20px;
  }
  /* line 4829, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-post .post-body .post-react ul li img {
    width: 20px;
    height: 20px;
  }
  /* line 4833, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-post .post-body .post-react ul li:nth-child(n+2) {
    margin-left: -15px;
  }
  /* line 4838, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-post .post-body .post-react h6 {
    margin-left: 10px;
    font-size: 13px;
  }
  /* line 4845, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header {
    padding: 0;
    height: auto;
  }
  /* line 4848, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header .profile-img-wrrap {
    display: block;
    height: 280px;
  }
  /* line 4852, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header .userpro-box {
    max-width: 100%;
  }
  /* line 4858, app/assets/stylesheets/theme/theme/_responsive.scss */
  .center-content {
    margin-top: 5px;
  }
  /* line 4860, app/assets/stylesheets/theme/theme/_responsive.scss */
  .center-content p {
    text-align: left;
  }
  /* line 4862, app/assets/stylesheets/theme/theme/_responsive.scss */
  .center-content p i {
    margin-left: 0 !important;
  }
  /* line 4872, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dashboard-default-sec .card.income-card .card-body .round-box,
.dashboard-2-main .card.income-card .card-body .round-box {
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
  }
  /* line 4876, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dashboard-default-sec .card.income-card .card-body .round-box svg,
.dashboard-2-main .card.income-card .card-body .round-box svg {
    height: 18px;
  }
  /* line 4881, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dashboard-default-sec .card.income-card .card-body .knob-block canvas,
.dashboard-2-main .card.income-card .card-body .knob-block canvas {
    width: 80px;
    height: 80px;
  }
  /* line 4886, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dashboard-default-sec .card.income-card .card-body h5,
.dashboard-2-main .card.income-card .card-body h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  /* line 4890, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dashboard-default-sec .card.income-card .card-body p,
.dashboard-2-main .card.income-card .card-body p {
    margin-bottom: 10px;
  }
  /* line 4896, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dashboard-default-sec .card .card-header i,
.dashboard-2-main .card .card-header i {
    font-size: 12px;
  }
  /* line 4905, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dashboard-default-sec #chart-dashbord .apexcharts-legend.position-right, .dashboard-default-sec #chart-dashbord .apexcharts-legend.position-left {
    top: 28px !important;
  }
  /* line 4913, app/assets/stylesheets/theme/theme/_responsive.scss */
  .profile-greeting h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  /* line 4917, app/assets/stylesheets/theme/theme/_responsive.scss */
  .profile-greeting p {
    margin-bottom: 10px;
    line-height: 1.4;
    padding: unset;
  }
  /* line 4925, app/assets/stylesheets/theme/theme/_responsive.scss */
  .trasaction-sec .transaction-totalbal h2 {
    font-size: 16px;
  }
  /* line 4933, app/assets/stylesheets/theme/theme/_responsive.scss */
  .support-ticket .pro-gress .total-num {
    font-size: 18px;
  }
  /* line 4948, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-main-header .main-header-right .left-menu-header ul li .search-form .form-control-plaintext {
    top: 44px;
    position: absolute;
    transition: all linear 0.3s;
    left: -15px;
    background-color: #fff;
    transform: translateY(-35px) scaleY(0);
    opacity: 0;
    border-radius: 0;
    visibility: hidden;
    width: 180px !important;
    padding: 10px 10px 10px 15px;
  }
  /* line 4960, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-main-header .main-header-right .left-menu-header ul li .search-form .form-control-plaintext.open {
    transform: translateY(0px) scaleY(1);
    opacity: 1;
    visibility: visible;
    transition: all linear 0.3s;
    z-index: 2;
  }
  /* line 4973, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-main-header .main-header-right .nav-right .btn-primary-light {
    padding: 6px 15px;
  }
  /* line 4975, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-main-header .main-header-right .nav-right .btn-primary-light svg {
    margin-right: 6px;
  }
  /* line 4979, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-main-header .main-header-right .nav-right .bookmark-dropdown {
    right: -168px;
    width: 270px;
  }
  /* line 4991, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .left-menu-header .search-form > .fa {
    display: none;
  }
  /* line 4996, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right > .mobile-toggle {
    padding-right: 15px;
  }
  /* line 5000, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    top: 55px;
  }
  /* line 5003, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right > ul .search-form i {
    display: none;
  }
  /* line 5009, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right.right-menu ul {
    justify-content: flex-end;
  }
  /* line 5012, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right.right-menu ul li.px-0 {
    padding: 6px !important;
  }
  /* line 5019, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right > ul li {
    margin-right: 10px;
  }
  /* line 5023, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right > ul li.onhover-dropdown ul li {
    margin-right: 0 !important;
  }
  /* line 5030, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown {
    left: -93px !important;
    padding: 0;
    width: 270px !important;
  }
  /* line 5035, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown.onhover-show-div:before, .page-wrapper .page-main-header .main-header-right .nav-right .notification-dropdown.onhover-show-div:after {
    left: 102px !important;
    right: unset !important;
  }
  /* line 5042, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right .chat-dropdown {
    left: -132px;
    width: 270px;
    padding: 0;
  }
  /* line 5046, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right .chat-dropdown:after, .page-wrapper .page-main-header .main-header-right .nav-right .chat-dropdown:before {
    left: 138px !important;
  }
  /* line 5052, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .main-header-left {
    padding: 15px;
  }
  /* line 5054, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .main-header-left .toggle-sidebar {
    margin-left: 20px;
  }
  /* line 5063, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-body-wrapper .page-header .btn-group .btn {
    padding: 8px 30px;
  }
  /* line 5071, app/assets/stylesheets/theme/theme/_responsive.scss */
  .pagination-lg .page-link {
    font-size: 1rem;
  }
  /* line 5076, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bookmark {
    text-align: left;
    margin-top: 10px;
  }
  /* line 5086, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav {
    top: 59px;
  }
  /* line 5089, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon header.main-nav .main-navbar .nav-menu {
    height: calc(100vh - 79px);
  }
  /* line 5101, app/assets/stylesheets/theme/theme/_responsive.scss */
  footer p {
    font-size: 12px;
  }
  /* line 5107, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mobile-clock-widget #date {
    margin-top: 15px;
  }
  /* line 5112, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-widget-card .b-b-light {
    padding: 15px;
    margin-bottom: 15px;
  }
  /* line 5118, app/assets/stylesheets/theme/theme/_responsive.scss */
  .cal-date-widget .cal-datepicker {
    margin-top: 15px;
  }
  /* line 5124, app/assets/stylesheets/theme/theme/_responsive.scss */
  .static-top-widget .media-body .icon-bg {
    width: 70px;
    height: 70px;
  }
  /* line 5130, app/assets/stylesheets/theme/theme/_responsive.scss */
  .animat-md-center {
    text-align: center;
  }
  /* line 5137, app/assets/stylesheets/theme/theme/_responsive.scss */
  .add-post form .m-checkbox-inline label {
    margin-right: 15px;
  }
  /* line 5141, app/assets/stylesheets/theme/theme/_responsive.scss */
  .add-post form .form-group {
    margin-bottom: 15px;
  }
  /* line 5145, app/assets/stylesheets/theme/theme/_responsive.scss */
  .add-post .dropzone {
    margin-bottom: 15px;
  }
  /* line 5148, app/assets/stylesheets/theme/theme/_responsive.scss */
  .add-post .btn-showcase {
    text-align: center;
  }
  /* line 5150, app/assets/stylesheets/theme/theme/_responsive.scss */
  .add-post .btn-showcase .btn {
    margin-right: 10px;
    padding: 5px 13px;
  }
  /* line 5158, app/assets/stylesheets/theme/theme/_responsive.scss */
  .main .langChoice {
    right: 15px;
    padding: 4px 7px;
  }
  /* line 5163, app/assets/stylesheets/theme/theme/_responsive.scss */
  .language-xs {
    margin-top: 15px;
  }
  /* line 5168, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-color li {
    width: 15px;
    height: 15px;
  }
  /* line 5175, app/assets/stylesheets/theme/theme/_responsive.scss */
  ul.pro-services li h5 {
    font-size: 14px;
  }
  /* line 5178, app/assets/stylesheets/theme/theme/_responsive.scss */
  ul.pro-services li p {
    font-size: 13px;
  }
  /* line 5188, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
    height: auto;
  }
  /* line 5197, app/assets/stylesheets/theme/theme/_responsive.scss */
  .customers.avatar-group {
    margin-right: 15px;
  }
  /* line 5201, app/assets/stylesheets/theme/theme/_responsive.scss */
  .vertical-mobile-sidebar {
    top: 19px;
  }
  /* line 5205, app/assets/stylesheets/theme/theme/_responsive.scss */
  .hdg_main {
    font-size: 16px;
  }
  /* line 5210, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-theme i {
    margin-right: 10px !important;
  }
  /* line 5213, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-theme button {
    top: 2px !important;
  }
  /* line 5218, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chart-widgets-small .chart-container {
    height: unset !important;
  }
  /* line 5224, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bar-chart-widget .earning-details i {
    right: -30px;
  }
  /* line 5230, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins:before {
    display: none;
  }
  /* line 5233, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .ps-0 {
    padding-left: 15px !important;
  }
  /* line 5237, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .border-after-xs:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 94%;
    background-color: #efefef;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }
  /* line 5250, app/assets/stylesheets/theme/theme/_responsive.scss */
  .clockpicker-align-top {
    left: 45px !important;
    top: 406px !important;
  }
  /* line 5254, app/assets/stylesheets/theme/theme/_responsive.scss */
  .gallery {
    margin-bottom: -15px;
  }
  /* line 5258, app/assets/stylesheets/theme/theme/_responsive.scss */
  .my-gallery figure {
    margin-bottom: 15px;
  }
  /* line 5260, app/assets/stylesheets/theme/theme/_responsive.scss */
  .my-gallery figure:nth-child(9), .my-gallery figure:nth-child(10) {
    margin-bottom: 15px;
  }
  /* line 5267, app/assets/stylesheets/theme/theme/_responsive.scss */
  .my-gallery.gallery-with-description figure:last-child {
    margin-bottom: 20px;
  }
  /* line 5275, app/assets/stylesheets/theme/theme/_responsive.scss */
  #aniimated-thumbnials figure:nth-child(12), #aniimated-thumbnials figure:nth-child(11), #aniimated-thumbnials figure:nth-child(10), #aniimated-thumbnials figure:nth-child(9) {
    margin-bottom: 15px;
  }
  /* line 5283, app/assets/stylesheets/theme/theme/_responsive.scss */
  .photoswipe-pb-responsive {
    padding-bottom: 30px !important;
  }
  /* line 5288, app/assets/stylesheets/theme/theme/_responsive.scss */
  .avatar-showcase .pepole-knows {
    text-align: center;
  }
  /* line 5291, app/assets/stylesheets/theme/theme/_responsive.scss */
  .avatar-showcase .pepole-knows ul li {
    margin-right: 14px;
  }
  /* line 5300, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-app-profile .hovercard .user-image .avatar {
    margin-top: -56px;
  }
  /* line 5302, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-app-profile .hovercard .user-image .avatar img {
    width: 100px;
    height: 100px;
  }
  /* line 5307, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-app-profile .hovercard .user-image .icon-wrapper {
    left: 52%;
    top: 10px;
    height: 30px;
    width: 30px;
    font-size: 15px;
  }
  /* line 5313, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-app-profile .hovercard .user-image .icon-wrapper:hover {
    font-size: 12px;
  }
  /* line 5317, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-app-profile .hovercard .user-image .share-icons {
    right: 15px;
  }
  /* line 5319, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-app-profile .hovercard .user-image .share-icons li {
    margin-right: 0px;
  }
  /* line 5326, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-app-profile .hovercard .info .tabs-scoial .user-designation {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0px 0px;
  }
  /* line 5337, app/assets/stylesheets/theme/theme/_responsive.scss */
  .socialprofile .social-btngroup {
    margin: 15px 0;
  }
  /* line 5340, app/assets/stylesheets/theme/theme/_responsive.scss */
  .socialprofile .social-group {
    margin-top: 15px;
  }
  /* line 5347, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-status form .form-group .form-control-social {
    margin-bottom: 15px;
  }
  /* line 5352, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-status .media {
    margin-bottom: 15px;
  }
  /* line 5356, app/assets/stylesheets/theme/theme/_responsive.scss */
  .new-users-social {
    margin-bottom: 15px;
  }
  /* line 5359, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabs-scoial {
    position: relative;
    padding-top: 90px;
  }
  /* line 5363, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabs-scoial li:nth-child(3) {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /* line 5374, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
    padding: 10px 18px;
  }
  /* line 5382, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-content p,
.timeline-content .comments-box {
    margin-top: 15px;
  }
  /* line 5388, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-content .comments-box .media .m-r-20 {
    margin-right: 10px;
  }
  /* line 5394, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-content .comments-box .media .media-body .input-group .input-group-append .btn {
    padding: 6px;
  }
  /* line 5403, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-content .comment-number i {
    margin-right: 15px;
  }
  /* line 5408, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-chat {
    margin-top: 15px;
  }
  /* line 5410, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-chat .media-body {
    padding: 15px;
  }
  /* line 5413, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-chat .your-msg,
.social-chat .other-msg {
    margin-bottom: 15px;
  }
  /* line 5419, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-network span {
    margin-bottom: 15px;
  }
  /* line 5424, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-list .media {
    margin-bottom: 15px;
  }
  /* line 5428, app/assets/stylesheets/theme/theme/_responsive.scss */
  .details-about + .details-about {
    margin-top: 15px;
  }
  /* line 5431, app/assets/stylesheets/theme/theme/_responsive.scss */
  .your-details-xs {
    margin-top: 15px;
  }
  /* line 5436, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-header h5 span.pull-right {
    float: right !important;
    margin-top: 0 !important;
  }
  /* line 5439, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-header h5 span.pull-right svg {
    width: 18px;
    height: 18px;
  }
  /* line 5448, app/assets/stylesheets/theme/theme/_responsive.scss */
  .activity-log .my-activity + .my-activity {
    margin-top: 15px;
  }
  /* line 5455, app/assets/stylesheets/theme/theme/_responsive.scss */
  .photos ul li {
    width: 70px;
  }
  /* line 5463, app/assets/stylesheets/theme/theme/_responsive.scss */
  .edit-profile .card .card-header h4 {
    font-size: 18px;
  }
  /* line 5471, app/assets/stylesheets/theme/theme/_responsive.scss */
  .edit-profile .profile-title .media .media-body h3 {
    font-size: 16px;
  }
  /* line 5480, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media {
    margin-bottom: 15px;
  }
  /* line 5483, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .media-body h6 {
    margin-bottom: 15px;
  }
  /* line 5489, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round.timeline-line-1:after {
    bottom: -39px;
    height: 30px;
  }
  /* line 5495, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round.small-line:after {
    bottom: -17px;
    height: 8px;
  }
  /* line 5501, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round.medium-line:after {
    bottom: -30px;
    height: 22px;
  }
  /* line 5509, app/assets/stylesheets/theme/theme/_responsive.scss */
  #cd-timeline {
    margin-right: unset;
  }
  /* line 5515, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bootstrap-touchspin .input-group .btn {
    padding: 5px 15px;
  }
  /* line 5521, app/assets/stylesheets/theme/theme/_responsive.scss */
  .and-many-more {
    font-size: 52px;
  }
  /* line 5525, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .section-space {
    padding: 40px 0;
  }
  /* line 5529, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing_gallery_section_img {
    margin-bottom: -40px;
  }
  /* line 5533, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing {
    height: 480px;
  }
  /* line 5535, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .position-cards {
    display: none;
  }
  /* line 5541, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main h4 {
    font-size: 17px;
  }
  /* line 5544, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .main-landing {
    padding: 0px 0px 0px 0px;
  }
  /* line 5548, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .footer-bg h2 {
    font-size: 21px;
  }
  /* line 5551, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .footer-bg button {
    font-size: 18px;
  }
  /* line 5558, app/assets/stylesheets/theme/theme/_responsive.scss */
  .helper-classes {
    padding: 15px;
  }
  /* line 5564, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-builder-2-header ul li {
    text-align: left;
  }
  /* line 5568, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-builder-2-header .form-inline {
    display: block;
    width: 100%;
  }
  /* line 5571, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-builder-2-header .form-inline .form-group {
    width: 100%;
    margin-right: 0;
  }
  /* line 5575, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-builder-2-header .form-inline button {
    width: 100%;
    text-align: left;
  }
  /* line 5582, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-builder .btn-grid {
    margin-bottom: 7px;
    padding-right: 5px;
  }
  /* line 5588, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-builder .ge-canvas.ge-editing .row {
    padding: 15px;
  }
  /* line 5591, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-builder .ge-canvas.ge-editing .ge-tools-drawer {
    margin: 10px;
  }
  /* line 5600, app/assets/stylesheets/theme/theme/_responsive.scss */
  .wizard-4 .step-container div.content {
    margin-top: 10px;
  }
  /* line 5609, app/assets/stylesheets/theme/theme/_responsive.scss */
  .nav-tabs .nav-item.show .nav-link {
    border-top: 0;
    border-bottom: 0;
  }
  /* line 5615, app/assets/stylesheets/theme/theme/_responsive.scss */
  .nav-tabs .nav-link {
    border-top: 0;
    border-bottom: 0;
  }
  /* line 5618, app/assets/stylesheets/theme/theme/_responsive.scss */
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus {
    border-top: 0;
    border-bottom: 0;
  }
  /* line 5628, app/assets/stylesheets/theme/theme/_responsive.scss */
  .border-tab.nav-tabs .nav-item {
    width: 100% !important;
  }
  /* line 5634, app/assets/stylesheets/theme/theme/_responsive.scss */
  .border-tab .weather-widget-two .bottom-whetherinfo .whether-content {
    top: 35px;
  }
  /* line 5640, app/assets/stylesheets/theme/theme/_responsive.scss */
  .border-tab .social-widget-card .b-b-light {
    padding: 15px;
    margin-bottom: 15px;
  }
  /* line 5646, app/assets/stylesheets/theme/theme/_responsive.scss */
  .border-tab .ecommerce-widget .progress-showcase {
    margin-top: 15px;
  }
  /* line 5651, app/assets/stylesheets/theme/theme/_responsive.scss */
  .nav {
    display: inherit;
    text-align: center;
    border-bottom: none;
  }
  /* line 5658, app/assets/stylesheets/theme/theme/_responsive.scss */
  .border-tab.nav-left .nav-link {
    text-align: center;
    border-left: none;
  }
  /* line 5664, app/assets/stylesheets/theme/theme/_responsive.scss */
  .border-tab.nav-right .nav-link {
    text-align: center;
    border-right: none;
  }
  /* line 5669, app/assets/stylesheets/theme/theme/_responsive.scss */
  .border-tab.nav-tabs {
    margin-bottom: 10px;
  }
  /* line 5674, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tab-content ~ .nav-tabs.border-tab {
    margin-top: 10px;
  }
  /* line 5680, app/assets/stylesheets/theme/theme/_responsive.scss */
  .nav-pills {
    text-align: center;
  }
  /* line 5683, app/assets/stylesheets/theme/theme/_responsive.scss */
  .crm-overall {
    margin: 0 -15px -15px;
  }
  /* line 5686, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-main {
    padding: 15px;
  }
  /* line 5688, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-main .m-t-15 {
    margin-top: 0 !important;
  }
  /* line 5690, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-main .m-t-15 .btn {
    margin-top: 10px;
  }
  /* line 5697, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-main .pro-group .pro-shop button:last-child {
    margin-top: 15px;
  }
  /* line 5705, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabbed-card ul {
    padding: 10px 0 5px 0;
    position: relative;
    width: 100%;
    left: 0;
  }
  /* line 5709, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabbed-card ul.border-tab.nav-tabs .nav-item .nav-link {
    padding: 5px 15px 10px;
  }
  /* line 5723, app/assets/stylesheets/theme/theme/_responsive.scss */
  .todo .action-box.large {
    height: 25px;
    width: 25px;
  }
  /* line 5726, app/assets/stylesheets/theme/theme/_responsive.scss */
  .todo .action-box.large .icon {
    font-size: 14px;
    vertical-align: -3px;
  }
  /* line 5736, app/assets/stylesheets/theme/theme/_responsive.scss */
  .todo .todo-list-wrapper #todo-list li .task-container .task-label {
    font-size: 14px;
  }
  /* line 5742, app/assets/stylesheets/theme/theme/_responsive.scss */
  .todo .todo-list-wrapper .mark-all-tasks {
    top: 15px;
    right: 15px;
  }
  /* line 5749, app/assets/stylesheets/theme/theme/_responsive.scss */
  .datetime-picker label {
    text-align: left !important;
  }
  /* line 5753, app/assets/stylesheets/theme/theme/_responsive.scss */
  .redial-chart-block {
    text-align: center;
  }
  /* line 5756, app/assets/stylesheets/theme/theme/_responsive.scss */
  #nav-tabContent {
    margin-top: 15px;
  }
  /* line 5759, app/assets/stylesheets/theme/theme/_responsive.scss */
  .reset-password-box {
    width: 430px;
  }
  /* line 5762, app/assets/stylesheets/theme/theme/_responsive.scss */
  .auth-bg {
    padding: 25px 15px;
  }
  /* line 5765, app/assets/stylesheets/theme/theme/_responsive.scss */
  .auth-bg-effect {
    display: none;
  }
  /* line 5769, app/assets/stylesheets/theme/theme/_responsive.scss */
  .date-picker .text-end {
    text-align: left !important;
  }
  /* line 5775, app/assets/stylesheets/theme/theme/_responsive.scss */
  .dataTables_wrapper table.dataTable {
    margin-bottom: 15px !important;
  }
  /* line 5783, app/assets/stylesheets/theme/theme/_responsive.scss */
  ul.pagination li:before {
    line-height: 3;
  }
  /* line 5797, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-left: 0 !important;
  }
  /* line 5800, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-right: 0 !important;
  }
  /* line 5812, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper div.dataTables_length {
    margin-bottom: 15px;
  }
  /* line 5814, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper div.dataTables_length select {
    min-height: 30px;
  }
  /* line 5821, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper table.dataTable th,
div.dataTables_wrapper table.dataTable td {
    padding: 0.5rem;
  }
  /* line 5828, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 15px !important;
  }
  /* line 5830, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    padding: 1px 7px;
  }
  /* line 5832, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous {
    font-size: 0;
    padding: 0;
  }
  /* line 5835, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous:before {
    content: "\e64a";
    font-family: themify;
    font-size: 11px;
    padding: 0 5px;
  }
  /* line 5842, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    font-size: 0;
    padding: 0;
  }
  /* line 5845, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper div.dataTables_paginate .paginate_button.next:before {
    content: "\e649";
    font-family: themify;
    font-size: 11px;
    padding: 0 5px;
  }
  /* line 5855, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
  }
  /* line 5858, app/assets/stylesheets/theme/theme/_responsive.scss */
  div.dataTables_wrapper .dataTables_filter input[type="search"] {
    height: 30px;
  }
  /* line 5865, app/assets/stylesheets/theme/theme/_responsive.scss */
  .jvector-map-height {
    height: 250px;
  }
  /* line 5869, app/assets/stylesheets/theme/theme/_responsive.scss */
  .icon-hover-bottom .form-group {
    display: flex;
  }
  /* line 5872, app/assets/stylesheets/theme/theme/_responsive.scss */
  .icon-hover-bottom .icon-popup {
    padding: 15px;
  }
  /* line 5876, app/assets/stylesheets/theme/theme/_responsive.scss */
  .icon-hover-bottom svg.climacon {
    height: 50px;
    width: 50px;
  }
  /* line 5884, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box.blog-shadow:before {
    box-shadow: inset 0px -100px 100px -13px rgba(0, 0, 0, 0.6);
  }
  /* line 5889, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box .blog-details p,
.blog-box .blog-details .single-blog-content-top {
    margin-top: 15px;
  }
  /* line 5893, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box .blog-details h4 {
    font-size: 16px;
    margin-top: 10px;
  }
  /* line 5898, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box .blog-details .blog-social li {
    font-size: 12px;
    font-weight: 500;
  }
  /* line 5901, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box .blog-details .blog-social li:nth-child(n+2) {
    padding-left: unset;
    margin-left: 10px;
    border-left: none;
  }
  /* line 5911, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comment-box h4 {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  /* line 5916, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comment-box ul ul {
    margin-left: 30px;
  }
  /* line 5920, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comment-box li {
    margin-bottom: 15px;
  }
  /* line 5922, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comment-box li .media {
    display: block;
  }
  /* line 5924, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comment-box li .media img {
    height: 50px;
    width: 50px;
    padding: 3px;
    margin-bottom: 10px;
  }
  /* line 5935, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card .card-header .card-header-right {
    top: 6px;
  }
  /* line 5940, app/assets/stylesheets/theme/theme/_responsive.scss */
  .ace-editor {
    height: 320px;
  }
  /* line 5944, app/assets/stylesheets/theme/theme/_responsive.scss */
  .gallery > a {
    margin-bottom: 15px;
    text-align: center;
  }
  /* line 5951, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card .card-header h5 {
    font-size: 17px;
  }
  /* line 5957, app/assets/stylesheets/theme/theme/_responsive.scss */
  .theme-form .form-group {
    margin-bottom: 15px;
  }
  /* line 5965, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-body-wrapper .default-according .card .card-header,
.page-wrapper .page-body-wrapper .default-according .card .card-body,
.page-wrapper .page-body-wrapper .default-according .card .card-footer {
    padding: 1rem 1.25rem;
  }
  /* line 5972, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-body-wrapper .card {
    box-shadow: 0 0 11px 5px rgba(113, 113, 113, 0.08);
    margin-bottom: 15px;
    overflow: hidden;
  }
  /* line 5980, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-body-wrapper .card .card-header .tab-content .m-t-30,
.page-wrapper .page-body-wrapper .card .card-body .tab-content .m-t-30 {
    margin-top: 15px !important;
  }
  /* line 5983, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-body-wrapper .card .card-header .tab-content .m-b-30,
.page-wrapper .page-body-wrapper .card .card-body .tab-content .m-b-30 {
    margin-bottom: 15px !important;
  }
  /* line 5989, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-body-wrapper .page-body {
    padding: 5px 0 !important;
    padding-top: 20px !important;
  }
  /* line 5993, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-body-wrapper .page-header {
    padding-bottom: 20px;
  }
  /* line 5997, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-body-wrapper .page-header .row h3 {
    font-size: 20px;
  }
  /* line 6004, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .search-form .form-group {
    margin-right: 0;
  }
  /* alert responsive css start here */
  /* line 6015, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-primary.inverse {
    background-color: transparent;
  }
  /* line 6015, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-secondary.inverse {
    background-color: transparent;
  }
  /* line 6015, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-success.inverse {
    background-color: transparent;
  }
  /* line 6015, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-danger.inverse {
    background-color: transparent;
  }
  /* line 6015, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-warning.inverse {
    background-color: transparent;
  }
  /* line 6015, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-info.inverse {
    background-color: transparent;
  }
  /* line 6015, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-light.inverse {
    background-color: transparent;
  }
  /* line 6015, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-dark.inverse {
    background-color: transparent;
  }
  /* line 6020, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert .close {
    height: 100%;
  }
  /* line 6026, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calender-widget .cal-desc {
    padding: 10px 15px 15px !important;
  }
  /* line 6028, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calender-widget .cal-desc p {
    max-height: 100%;
  }
  /* line 6037, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-footer > div h6 {
    font-weight: 600;
  }
  /* line 6042, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-profile {
    margin-top: 25px;
  }
  /* line 6050, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-social {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 6058, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc-toolbar .fc-center {
    margin-top: 10px;
  }
  /* line 6062, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap a.fc-more {
    font-size: 0.7em;
  }
  /* line 6067, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-inline {
    display: block;
  }
  /* line 6070, app/assets/stylesheets/theme/theme/_responsive.scss */
  .megaoptions-border-space-sm {
    padding-bottom: 30px !important;
  }
  /* line 6075, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box.blog-shadow .blog-details {
    padding: 15px;
  }
  /* line 6077, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box.blog-shadow .blog-details p {
    margin-bottom: 0;
  }
  /* line 6080, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box.blog-shadow .blog-details h4 {
    margin-bottom: 10px;
  }
  /* line 6086, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box .blog-details {
    padding: 20px;
  }
  /* line 6090, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box .blog-date span {
    font-size: 25px;
  }
  /* line 6096, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper {
    padding: 20px 0;
  }
  /* line 6098, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .btn {
    margin-top: 15px;
  }
  /* line 6101, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .img-100 {
    width: 50px !important;
  }
  /* line 6104, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .error-heading {
    margin-top: 20px;
  }
  /* line 6106, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .error-heading .cloud-second {
    margin-top: -60px;
  }
  /* line 6109, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .error-heading .headline {
    font-size: 150px;
  }
  /* line 6114, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .maintenance-heading .cloud-second {
    display: none;
  }
  /* line 6117, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .maintenance-heading .headline {
    font-size: 30px;
    margin-top: -10%;
    letter-spacing: 2px;
  }
  /* line 6127, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comingsoon .comingsoon-inner .coming-soon-bottom-link {
    margin-top: 20px;
    line-height: 1;
  }
  /* line 6131, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comingsoon .comingsoon-inner h5 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
  }
  /* line 6136, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comingsoon .comingsoon-inner .countdown {
    padding: 20px 0px;
  }
  /* line 6138, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comingsoon .comingsoon-inner .countdown ul li {
    margin: 0 7px;
  }
  /* line 6141, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comingsoon .comingsoon-inner .countdown .title {
    font-size: 12px;
  }
  /* line 6144, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comingsoon .comingsoon-inner .countdown .time {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin: 0 auto;
  }
  /* line 6152, app/assets/stylesheets/theme/theme/_responsive.scss */
  .comingsoon .comingsoon-inner img {
    width: auto;
    height: 75px;
  }
  /* line 6160, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-wizard .btn-mb {
    margin-bottom: 15px;
  }
  /* line 6166, app/assets/stylesheets/theme/theme/_responsive.scss */
  .stepwizard {
    margin-bottom: 15px;
  }
  /* line 6172, app/assets/stylesheets/theme/theme/_responsive.scss */
  .f1 .f1-steps {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 6180, app/assets/stylesheets/theme/theme/_responsive.scss */
  .wizard-4 ul.anchor {
    width: 100%;
    padding-bottom: 15px;
    padding-right: 0;
  }
  /* line 6185, app/assets/stylesheets/theme/theme/_responsive.scss */
  .wizard-4 .step-container {
    width: 100%;
  }
  /* line 6190, app/assets/stylesheets/theme/theme/_responsive.scss */
  .flot-chart-container {
    height: 300px;
  }
  /* line 6194, app/assets/stylesheets/theme/theme/_responsive.scss */
  .small-chart-widget .chart-container {
    height: unset !important;
  }
  /* line 6199, app/assets/stylesheets/theme/theme/_responsive.scss */
  .status-widget .text-sm-end {
    text-align: right;
  }
  /* line 6204, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu {
    padding-left: 15px;
  }
  /* line 6206, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu .onhover-show-div {
    height: 405px;
    left: 0;
    top: 61px;
    padding: 15px;
  }
  /* line 6212, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu .lg-mt {
    margin-top: 10px;
  }
  /* line 6215, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu .xs-mt {
    margin-top: 15px;
  }
  /* line 6220, app/assets/stylesheets/theme/theme/_responsive.scss */
  .nav-md-mt {
    margin-top: 15px;
  }
  /* line 6223, app/assets/stylesheets/theme/theme/_responsive.scss */
  .navs-icon {
    padding: 15px;
  }
  /* line 6225, app/assets/stylesheets/theme/theme/_responsive.scss */
  .navs-icon .main-section {
    padding-top: 15px;
  }
  /* line 6228, app/assets/stylesheets/theme/theme/_responsive.scss */
  .navs-icon .separator {
    margin: 15px 0;
  }
  /* line 6232, app/assets/stylesheets/theme/theme/_responsive.scss */
  .nav-list {
    padding: 15px;
  }
  /* line 6236, app/assets/stylesheets/theme/theme/_responsive.scss */
  .navs-dropdown button {
    margin-top: 15px;
  }
  /* line 6239, app/assets/stylesheets/theme/theme/_responsive.scss */
  .navs-dropdown .onhover-show-div {
    top: 64px;
  }
  /* line 6243, app/assets/stylesheets/theme/theme/_responsive.scss */
  .lg-mt {
    margin-top: 15px;
  }
  /* line 6250, app/assets/stylesheets/theme/theme/_responsive.scss */
  #aniimated-thumbnials a:last-child img {
    margin-bottom: 15px;
  }
  /* line 6258, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tilt-showcase .mt-4 {
    margin-top: 15px !important;
  }
  /* line 6262, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tilt-showcase ol .m-b-20 {
    margin-bottom: 15px !important;
  }
  /* line 6268, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xs-mt {
    margin-top: 15px;
  }
  /* line 6272, app/assets/stylesheets/theme/theme/_responsive.scss */
  span.tag-pills-sm-mb:last-child {
    margin-top: 3px;
  }
  /* line 6279, app/assets/stylesheets/theme/theme/_responsive.scss */
  .animated-modal .form-group .form-control {
    width: 50%;
    margin: 0 auto;
  }
  /* line 6284, app/assets/stylesheets/theme/theme/_responsive.scss */
  .animated-modal .animated-modal-md-mb {
    margin-bottom: 15px !important;
  }
  /* line 6289, app/assets/stylesheets/theme/theme/_responsive.scss */
  .steps-md-mt {
    margin-top: 15px;
  }
  /* line 6292, app/assets/stylesheets/theme/theme/_responsive.scss */
  .steps-sizing-sm-mb {
    margin-bottom: 15px;
  }
  /* line 6298, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 96% !important;
  }
  /* line 6309, app/assets/stylesheets/theme/theme/_responsive.scss */
  #API-chield-row_wrapper #API-chield-row tbody tr td:first-child {
    min-width: 20px;
  }
  /* line 6320, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chart-block .flot-chart-container p#choices {
    width: 100%;
  }
  /* line 6323, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chart-block .flot-chart-container #toggling-series-flot {
    width: 100% !important;
  }
  /* line 6331, app/assets/stylesheets/theme/theme/_responsive.scss */
  .click2edit ~ .note-editor.note-frame {
    margin-bottom: 15px;
  }
  /* line 6339, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-left-aside .people-list {
    height: auto;
  }
  /* line 6344, app/assets/stylesheets/theme/theme/_responsive.scss */
  .call-chat-sidebar {
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
  }
  /* line 6348, app/assets/stylesheets/theme/theme/_responsive.scss */
  .call-chat-sidebar .people-list {
    height: auto;
  }
  /* line 6354, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-left-aside .people-list ul {
    max-height: 300px;
  }
  /* line 6361, app/assets/stylesheets/theme/theme/_responsive.scss */
  .ecommerce-widget .progress-showcase {
    margin-top: 15px;
  }
  /* line 6369, app/assets/stylesheets/theme/theme/_responsive.scss */
  .reset-password-box .theme-form .form-group .btn {
    margin-top: 13px !important;
  }
  /* line 6378, app/assets/stylesheets/theme/theme/_responsive.scss */
  .gallery-with-description a > div {
    margin-bottom: 15px;
  }
  /* line 6384, app/assets/stylesheets/theme/theme/_responsive.scss */
  .gallery-img-mb-sm {
    margin-bottom: 15px;
  }
  /* line 6391, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.document .landing-main .navbar-expand-lg .navbar-brand {
    width: 150px;
  }
  /* line 6393, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.document .landing-main .navbar-expand-lg .navbar-brand img {
    width: unset;
  }
  /* line 6402, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.document .page-body-wrapper.document-content .page-sidebar .nav-pills {
    text-align: left;
  }
  /* line 6404, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.document .page-body-wrapper.document-content .page-sidebar .nav-pills .nav {
    text-align: left;
  }
  /* line 6409, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper.document .page-body-wrapper.document-content .page-body {
    margin-top: 75px !important;
  }
  /* line 6417, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xm-mb-peity {
    margin-bottom: 8px;
  }
  /* line 6421, app/assets/stylesheets/theme/theme/_responsive.scss */
  .authentication-main {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 480px) {
  /* line 6426, app/assets/stylesheets/theme/theme/_responsive.scss */
  .editor-toolbar a {
    width: 16px;
  }
  /* line 6428, app/assets/stylesheets/theme/theme/_responsive.scss */
  .editor-toolbar a:before {
    line-height: 30px;
    font-size: 12px;
  }
  /* line 6434, app/assets/stylesheets/theme/theme/_responsive.scss */
  .note-editor .btn-group .btn {
    padding: 0.375rem 0.5rem;
  }
  /* line 6438, app/assets/stylesheets/theme/theme/_responsive.scss */
  .CodeMirror pre {
    font-size: 12px;
  }
  /* line 6441, app/assets/stylesheets/theme/theme/_responsive.scss */
  .and-many-more {
    font-size: 45px;
  }
  /* line 6447, app/assets/stylesheets/theme/theme/_responsive.scss */
  .viho-demo-section .viho-demo-content p,
.viho-demo-section .gallery_content p {
    font-size: 13px;
  }
  /* line 6452, app/assets/stylesheets/theme/theme/_responsive.scss */
  .and-more {
    font-size: 20px;
  }
  /* line 6455, app/assets/stylesheets/theme/theme/_responsive.scss */
  .gallery-img-blur-div {
    height: 70px;
  }
  /* line 6458, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-gallery {
    min-height: 390px;
  }
  /* line 6461, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing_gallery_section_img {
    margin-bottom: -80px;
  }
  /* line 6463, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing_gallery_section_img:before {
    height: 350px;
  }
  /* line 6469, app/assets/stylesheets/theme/theme/_responsive.scss */
  .box-layout.page-wrapper .set-col-6,
.box-layout.page-wrapper .set-col-3,
.box-layout.page-wrapper .set-col-7,
.box-layout.page-wrapper .set-col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6481, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .landing-main-content h3 {
    font-size: 26px;
  }
  /* line 6491, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-left .logo-wrapper img {
    height: 25px;
  }
  /* line 6499, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 6503, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right .btn-primary-light {
    padding: 5px 7px;
    font-size: 12px;
  }
  /* line 6506, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right .btn-primary-light svg {
    width: 14px;
  }
  /* line 6510, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right > ul {
    height: 50px;
  }
  /* line 6512, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right > ul li {
    margin-right: 5px;
  }
  /* line 6514, app/assets/stylesheets/theme/theme/_responsive.scss */
  .page-wrapper .page-main-header .main-header-right .nav-right > ul li svg {
    width: 16px;
  }
  /* line 6524, app/assets/stylesheets/theme/theme/_responsive.scss */
  .todo .btn {
    padding: 7px 20px;
  }
  /* line 6532, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .people-list ul li {
    display: block;
  }
  /* line 6541, app/assets/stylesheets/theme/theme/_responsive.scss */
  .wizard-4 .action-bar .btn {
    width: 100%;
  }
  /* line 6543, app/assets/stylesheets/theme/theme/_responsive.scss */
  .wizard-4 .action-bar .btn + .btn {
    margin-top: 10px;
  }
  /* line 6551, app/assets/stylesheets/theme/theme/_responsive.scss */
  ul.notification-dropdown.onhover-show-div {
    width: 260px;
    right: -80px;
  }
  /* line 6554, app/assets/stylesheets/theme/theme/_responsive.scss */
  ul.notification-dropdown.onhover-show-div:before, ul.notification-dropdown.onhover-show-div:after {
    right: 89px !important;
  }
  /* line 6561, app/assets/stylesheets/theme/theme/_responsive.scss */
  .inline-block-sm {
    display: inline-block;
  }
  /* line 6565, app/assets/stylesheets/theme/theme/_responsive.scss */
  .pagination-lg .page-link {
    padding: 0.3rem 0.65rem;
  }
  /* line 6570, app/assets/stylesheets/theme/theme/_responsive.scss */
  .nav-pills li {
    width: 100%;
  }
  /* line 6574, app/assets/stylesheets/theme/theme/_responsive.scss */
  .reset-password-box {
    width: 290px;
  }
  /* line 6578, app/assets/stylesheets/theme/theme/_responsive.scss */
  .icon-hover-bottom .icon-first {
    margin-right: 10px;
  }
  /* line 6582, app/assets/stylesheets/theme/theme/_responsive.scss */
  .icon-hover-bottom .icon-popup .icon-class {
    display: none;
  }
  /* line 6588, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .maintenance-heading {
    margin-top: 0;
  }
  /* line 6595, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card .card-header > span + span {
    display: none;
  }
  /* line 6601, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card {
    padding: 0;
  }
  /* line 6609, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .profile-details h6 {
    margin-bottom: 15px;
  }
  /* line 6612, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .profile-details h4 {
    font-size: 20px;
  }
  /* line 6616, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-profile {
    margin-top: unset;
  }
  /* line 6623, app/assets/stylesheets/theme/theme/_responsive.scss */
  .card .card-header .card-header-right i {
    margin: 0 3px;
    font-size: 14px;
  }
  /* line 6632, app/assets/stylesheets/theme/theme/_responsive.scss */
  .knob-block .chart-clock-main .clock-small {
    left: 34px;
    top: 74px;
  }
  /* line 6639, app/assets/stylesheets/theme/theme/_responsive.scss */
  .knob-block .chart-clock-main {
    margin: auto;
    width: auto;
  }
  /* line 6642, app/assets/stylesheets/theme/theme/_responsive.scss */
  .knob-block .chart-clock-main .clock-medium {
    position: absolute;
    left: 33px;
    top: 33px;
  }
  /* line 6646, app/assets/stylesheets/theme/theme/_responsive.scss */
  .knob-block .chart-clock-main .clock-medium canvas {
    width: 180px !important;
    height: 180px !important;
  }
  /* line 6651, app/assets/stylesheets/theme/theme/_responsive.scss */
  .knob-block .chart-clock-main .clock-small {
    left: 34px;
    top: 74px;
  }
  /* line 6655, app/assets/stylesheets/theme/theme/_responsive.scss */
  .knob-block .chart-clock-main .clock-large {
    left: 0;
    top: 0;
    margin: 0 auto;
  }
  /* line 6659, app/assets/stylesheets/theme/theme/_responsive.scss */
  .knob-block .chart-clock-main .clock-large canvas {
    width: 245px !important;
    height: 245px !important;
  }
  /* line 6668, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box.blog-shadow .blog-details {
    padding: 10px;
  }
  /* line 6670, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box.blog-shadow .blog-details h4 {
    font-size: 14px;
  }
  /* line 6675, app/assets/stylesheets/theme/theme/_responsive.scss */
  .cal-date-widget {
    padding: 30px;
  }
  /* line 6679, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calender-widget .cal-img {
    height: 225px;
  }
  /* line 6685, app/assets/stylesheets/theme/theme/_responsive.scss */
  .company-card .details .media {
    flex-wrap: wrap;
  }
  /* line 6693, app/assets/stylesheets/theme/theme/_responsive.scss */
  .stepwizard .stepwizard-row:before {
    top: 17px;
  }
  /* line 6697, app/assets/stylesheets/theme/theme/_responsive.scss */
  .stepwizard .stepwizard-row .stepwizard-step .btn {
    padding: 6px 22px;
  }
  /* line 6704, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-sidebar {
    transform: translateX(-300px) scaleX(0);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    height: 0;
    position: absolute;
    z-index: 9;
    width: 300px;
  }
  /* line 6713, app/assets/stylesheets/theme/theme/_responsive.scss */
  .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: -45px;
  }
  /* line 6722, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-sidebar .filter-section .card-header {
    display: none;
  }
  /* line 6725, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-sidebar .filter-section .left-filter {
    top: unset !important;
  }
  /* line 6731, app/assets/stylesheets/theme/theme/_responsive.scss */
  .feature-products .filter-toggle {
    font-size: 14px;
    padding: 7px 15px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: rgba(36, 105, 92, 0.05);
    color: #24695c;
  }
  /* line 6738, app/assets/stylesheets/theme/theme/_responsive.scss */
  .feature-products .filter-toggle h6 {
    font-size: 12px;
  }
  /* line 6742, app/assets/stylesheets/theme/theme/_responsive.scss */
  .feature-products .text-end {
    text-align: left !important;
  }
  /* line 6746, app/assets/stylesheets/theme/theme/_responsive.scss */
  .d-none-productlist {
    display: block;
    margin-right: 10px;
  }
  /* line 6758, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 83px;
    height: 83px;
  }
  /* line 6768, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .actions {
    margin-bottom: -10px;
  }
  /* line 6770, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .actions li {
    margin-bottom: 10px;
  }
  /* line 6772, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .actions li .btn {
    padding: 5px 10px;
    font-size: 12px;
  }
  /* line 6779, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-wrapper .right-download {
    float: none;
    margin-top: 5px;
  }
  /* line 6783, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-wrapper h6 {
    float: none;
  }
  /* line 6794, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-app-profile .hovercard .user-image .share-icons li .social-icon {
    width: 30px;
    height: 30px;
  }
  /* line 6800, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-app-profile .hovercard .user-image .icon-wrapper {
    top: -5px;
  }
  /* line 6804, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-app-profile .hovercard .user-image .avatar img {
    width: 80px;
    height: 80px;
  }
  /* line 6813, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu {
    padding-left: 20px;
    padding-top: 3px;
  }
  /* line 6816, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu .onhover-show-div {
    height: 405px;
    left: 0;
    top: 61px;
    padding: 15px;
  }
  /* line 6822, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu .lg-mt {
    margin-top: 10px;
  }
  /* line 6825, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu .xs-mt {
    margin-top: 15px;
  }
  /* line 6830, app/assets/stylesheets/theme/theme/_responsive.scss */
  .badge {
    padding: 0.42em 0.7em;
  }
  /* line 6835, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-dismissible .close {
    top: -1px;
  }
  /* line 6837, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-dismissible .close span {
    font-size: 19px;
  }
  /* line 6843, app/assets/stylesheets/theme/theme/_responsive.scss */
  .notify-alert {
    width: 90%;
  }
  /* line 6848, app/assets/stylesheets/theme/theme/_responsive.scss */
  .invoice .text-md-end {
    margin-top: 10px;
  }
  /* line 6855, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-wrapper-grid.list-view .product-box {
    display: block;
  }
  /* line 6857, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-wrapper-grid.list-view .product-box .product-img {
    width: 100%;
  }
  /* line 6860, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-wrapper-grid.list-view .product-box .product-details {
    text-align: center;
  }
  /* line 6869, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header .profile-img-wrrap {
    height: 210px;
  }
  /* line 6872, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .profile-header .userpro-box {
    padding: 15px;
  }
  /* line 6877, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .follow .follow-num {
    font-size: 16px;
  }
  /* line 6880, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .follow span {
    font-size: 12px;
  }
  /* line 6886, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-profile .follow ul.follow-list li:nth-child(n+2) {
    margin-left: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 420px) {
  /* line 6897, app/assets/stylesheets/theme/theme/_responsive.scss */
  .and-many-more {
    font-size: 37px;
  }
  /* line 6904, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-header {
    display: block;
  }
  /* line 6906, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons {
    justify-content: flex-start;
  }
  /* line 6915, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-icons ul li {
    width: 40px;
    height: 40px;
  }
  /* line 6918, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-history .call-icons ul li a {
    line-height: 1;
  }
  /* line 6926, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu.show {
    top: 102px;
  }
  /* line 6930, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu {
    width: 260px;
  }
  /* line 6934, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-menu .people-list ul.list {
    height: 360px;
  }
  /* line 6941, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-menu {
    top: 120px;
  }
  /* line 6947, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-main .pro-group .pro-shop button {
    display: block;
  }
  /* line 6949, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-main .pro-group .pro-shop button:nth-child(n + 2) {
    margin-top: 15px;
  }
  /* line 6956, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-page-main .border-tab.nav-tabs .nav-item {
    width: 100% !important;
  }
  /* line 6960, app/assets/stylesheets/theme/theme/_responsive.scss */
  .border-tab.nav-tabs {
    display: block;
  }
  /* line 6967, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabs-scoial.border-tab.nav-tabs .nav-item {
    width: auto !important;
  }
  /* line 6969, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
    padding: 8px 8px;
    font-size: 14px;
  }
  /* line 6979, app/assets/stylesheets/theme/theme/_responsive.scss */
  .feature-products span.f-w-600 {
    padding-top: unset;
    margin-bottom: 5px;
  }
  /* line 6988, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-social li a {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  /* line 6993, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-social li:nth-child(n+2) {
    margin-left: 5px;
  }
  /* line 7003, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-body .email-compose .compose-header {
    display: block;
  }
  /* line 7005, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-body .email-compose .compose-header .btn {
    margin-top: 10px;
  }
  /* line 7014, app/assets/stylesheets/theme/theme/_responsive.scss */
  .job-sidebar .job-left-aside {
    padding: 15px;
  }
}

@media screen and (max-width: 397px) {
  /* line 7020, app/assets/stylesheets/theme/theme/_responsive.scss */
  .clockpicker-align-top {
    top: 426px !important;
  }
}

@media screen and (max-width: 360px) {
  /* line 7025, app/assets/stylesheets/theme/theme/_responsive.scss */
  .datepicker {
    width: 239px;
  }
  /* line 7031, app/assets/stylesheets/theme/theme/_responsive.scss */
  .add-post form .m-checkbox-inline label {
    margin-bottom: 8px;
  }
  /* line 7033, app/assets/stylesheets/theme/theme/_responsive.scss */
  .add-post form .m-checkbox-inline label:last-child {
    margin-bottom: 0;
  }
  /* line 7040, app/assets/stylesheets/theme/theme/_responsive.scss */
  .map-js-height {
    height: 250px;
  }
  /* line 7043, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-theme {
    font-size: 12px;
  }
  /* line 7045, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-theme button {
    right: 30px !important;
  }
  /* line 7048, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-theme i {
    display: none;
  }
  /* line 7053, app/assets/stylesheets/theme/theme/_responsive.scss */
  .alert-theme span + span + span {
    padding: 15px;
  }
  /* line 7061, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bar-chart-widget .earning-details i {
    right: -73px;
  }
  /* line 7068, app/assets/stylesheets/theme/theme/_responsive.scss */
  .widget-joins .border-after-xs:after {
    width: 92%;
  }
  /* line 7075, app/assets/stylesheets/theme/theme/_responsive.scss */
  .status-widget svg {
    width: 18px;
    height: 18px;
  }
  /* line 7084, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-footer > div h6 {
    font-size: 12px;
  }
  /* line 7086, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .card-footer > div h6 h3 {
    font-size: 16px;
  }
  /* line 7093, app/assets/stylesheets/theme/theme/_responsive.scss */
  .main .langChoice {
    padding: 4px 7px;
    width: 30%;
    position: unset;
    margin-right: auto;
    margin-top: 15px;
  }
  /* line 7105, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabs-scoial.border-tab.nav-tabs .nav-item .nav-link {
    padding: 10px 5px;
    font-size: 14px;
  }
  /* line 7114, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-chat .other-msg {
    margin-left: 15px;
  }
  /* line 7120, app/assets/stylesheets/theme/theme/_responsive.scss */
  .social-header h5 span.pull-right {
    display: none;
  }
  /* line 7130, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round.timeline-line-1:after {
    bottom: -74px;
    height: 56px;
  }
  /* line 7136, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round.small-line:after {
    bottom: -32px;
    height: 14px;
  }
  /* line 7142, app/assets/stylesheets/theme/theme/_responsive.scss */
  .timeline-small .media .timeline-round.medium-line:after {
    bottom: -59px;
    height: 40px;
  }
  /* line 7151, app/assets/stylesheets/theme/theme/_responsive.scss */
  .and-many-more {
    font-size: 30px;
  }
  /* line 7157, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .section-space .landing-header h2 {
    font-size: 18px;
  }
  /* line 7161, app/assets/stylesheets/theme/theme/_responsive.scss */
  .landing-main .section-space p {
    font-size: 14px;
  }
  /* line 7169, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bg-sky-blue .main-landing .landing-main-content h3 {
    font-size: 22px;
  }
  /* line 7177, app/assets/stylesheets/theme/theme/_responsive.scss */
  .custom-card .dashboard-card {
    padding-top: 0;
  }
  /* line 7181, app/assets/stylesheets/theme/theme/_responsive.scss */
  .flot-chart-container {
    height: 230px;
  }
  /* line 7184, app/assets/stylesheets/theme/theme/_responsive.scss */
  .map-block {
    height: 250px;
  }
  /* line 7188, app/assets/stylesheets/theme/theme/_responsive.scss */
  .img-cropper .docs-tooltip {
    font-size: 11px;
  }
  /* line 7193, app/assets/stylesheets/theme/theme/_responsive.scss */
  .img-cropper .docs-toggles .btn-group .btn {
    padding: 0.375rem 0.2rem;
  }
  /* line 7201, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box .blog-details p {
    line-height: 1.5;
  }
  /* line 7205, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box .blog-details .blog-social li:last-child {
    padding-left: 0;
  }
  /* line 7212, app/assets/stylesheets/theme/theme/_responsive.scss */
  .blog-box .blog-details-main .blog-social li {
    padding: 0 10px;
  }
  /* line 7219, app/assets/stylesheets/theme/theme/_responsive.scss */
  .button-builder-wrap .btn-lg {
    font-size: 18px;
  }
  /* responsive material tabs*/
  /* line 7226, app/assets/stylesheets/theme/theme/_responsive.scss */
  .border-tab.nav-tabs .nav-item .nav-link {
    padding: 10px 0px;
  }
  /* line 7231, app/assets/stylesheets/theme/theme/_responsive.scss */
  .tabs-responsive-side {
    max-width: 100%;
  }
  /* line 7237, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget .media i {
    font-size: 52px;
  }
  /* line 7241, app/assets/stylesheets/theme/theme/_responsive.scss */
  .browser-widget .media .media-body h4 {
    font-size: 20px;
  }
  /* line 7249, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bar-chart-widget .bottom-content .num {
    font-size: 20px;
  }
  /* line 7258, app/assets/stylesheets/theme/theme/_responsive.scss */
  .stepwizard .stepwizard-row .stepwizard-step .btn {
    padding: 6px 20px;
  }
  /* line 7267, app/assets/stylesheets/theme/theme/_responsive.scss */
  .user-status table tbody img {
    height: 40px;
  }
  /* line 7273, app/assets/stylesheets/theme/theme/_responsive.scss */
  .xs-width-100 {
    min-width: 100%;
  }
  /* line 7284, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-content .email-wrapper .attachment ul li img {
    width: 65px;
    height: 65px;
  }
  /* line 7294, app/assets/stylesheets/theme/theme/_responsive.scss */
  .email-wrap .email-right-aside .email-top .dropdown-menu {
    left: -58px;
  }
  /* line 7305, app/assets/stylesheets/theme/theme/_responsive.scss */
  .form-builder #components .component .form-group #button1id {
    margin-bottom: 15px;
  }
  /* line 7314, app/assets/stylesheets/theme/theme/_responsive.scss */
  .prooduct-details-box .media {
    display: block;
  }
  /* line 7317, app/assets/stylesheets/theme/theme/_responsive.scss */
  .prooduct-details-box .media .media-body {
    margin-top: 15px;
    margin-left: unset !important;
  }
  /* line 7324, app/assets/stylesheets/theme/theme/_responsive.scss */
  .mega-menu-p {
    padding: 0 23px !important;
  }
  /* line 7331, app/assets/stylesheets/theme/theme/_responsive.scss */
  .default-according .card .card-header i {
    font-size: 14px;
    top: 24px;
  }
  /* line 7336, app/assets/stylesheets/theme/theme/_responsive.scss */
  .default-according .card .btn-link {
    display: block;
    width: 100%;
    padding-left: 17px;
  }
  /* line 7346, app/assets/stylesheets/theme/theme/_responsive.scss */
  .star-ratings .stars .title {
    line-height: 1;
  }
  /* line 7354, app/assets/stylesheets/theme/theme/_responsive.scss */
  .bootstrap-touchspin .touchspin-vertical-tab .input-group {
    width: 93% !important;
  }
  /* line 7360, app/assets/stylesheets/theme/theme/_responsive.scss */
  .step-container {
    height: 280px !important;
  }
  /* line 7366, app/assets/stylesheets/theme/theme/_responsive.scss */
  .sort-panel .d-inline .btn {
    margin-left: 87px;
  }
  /* line 7375, app/assets/stylesheets/theme/theme/_responsive.scss */
  .jsgrid .jsgrid-pager-container .jsgrid-pager .jsgrid-pager-page {
    padding: 0.5em 0.62em;
  }
  /* line 7383, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside {
    flex: 0 0 96%;
    max-width: 96%;
  }
  /* line 7387, app/assets/stylesheets/theme/theme/_responsive.scss */
  .chat-box .chat-right-aside .chat .chat-message {
    width: calc(100% - 20px);
  }
  /* line 7396, app/assets/stylesheets/theme/theme/_responsive.scss */
  .error-wrapper .error-heading .headline {
    font-size: 100px;
  }
  /* line 7403, app/assets/stylesheets/theme/theme/_responsive.scss */
  .lg-toolbar .lg-icon {
    width: 40px;
  }
  /* line 7409, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap a.fc-more {
    font-size: 0.59em;
  }
  /* line 7413, app/assets/stylesheets/theme/theme/_responsive.scss */
  .calendar-wrap .fc th {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  /* line 7422, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-wrapper-grid.list-view .ribbon {
    display: none;
  }
  /* line 7425, app/assets/stylesheets/theme/theme/_responsive.scss */
  .product-wrapper-grid.list-view .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/**=====================
     62. Responsive CSS Ends
==========================**/
/*









*/
