/*  THEME COLORs
========================================================================== */
/* Looks good on chrome default color profile */
/* We will manually convert these primary colors to rgb for the dark mode option of the theme */
/* looks good in sRGB but washed up on chrome default 
$color-primary:						#826bb0;
$color-success:						#31cb55;
$color-info:						#5e93ec;
$color-warning:						#eec559;
$color-danger:						#dc4b92;
$color-fusion:						darken(desaturate(adjust-hue($color-primary, 5), 80%), 25%); */
/*  Color Polarity
========================================================================== */
/*  PAINTBUCKET MIXER
========================================================================== */
/* the grays */
/* the sapphires */
/* the emeralds */
/* the amethyths */
/* the topaz */
/* the rubies */
/* the graphites */
/*  Define universal border difition (div outlines, etc)
========================================================================== */
/*  MOBILE BREAKPOINT & GUTTERS (contains some bootstrap responsive overrides)
========================================================================== */
/* define when mobile menu activates, here we are declearing (lg) so it targets the one after it */
/* bootstrap reference xs: 0,  sm: 544px, md: 768px, lg: 992px, xl: 1200px*/
/* global var used for spacing*/
/* Uniform Padding variable */
/* Heads up! This is a global scoped variable - changing may impact the whole template */
/*   BOOTSTRAP OVERRIDES (bootstrap variables)
========================================================================== */
/* usage: theme-colors("primary"); */
/* forms */
/*$input-height:							calc(2.25rem + 1px); //I had to add this because the input gruops was having improper height for some reason... */
/* links */
/* checkbox */
/*$custom-file-height-inner:				calc(2.25rem - 1px);*/
/* not part of bootstrap variable */
/* custom checkbox */
/* custom range */
/* custom file */
/* badge */
/* cards */
/*border radius*/
/* alert */
/* toast */
/* breadcrumb */
/* input button */
/* nav link */
/* nav, tabs, pills */
/* tables */
/* dropdowns */
/* dropdowns sizes */
/* popovers */
/* tooltips */
/* modal */
/* reference guide
http://www.standardista.com/px-to-rem-conversion-if-root-font-size-is-16px/
8px = 0.5rem
9px = 0.5625rem
10px = 0.625rem
11px = 0.6875rem
12px = 0.75rem
13px = 0.8125rem
14px = 0.875rem
15px = 0.9375rem
16px = 1rem (base)
17px = 1.0625rem
18px = 1.125rem
19px = 1.1875rem
20px = 1.25rem
21px = 1.3125rem
22px = 1.375rem
24px = 1.5rem
25px = 1.5625rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem
34px = 2.125rem
36px = 2.25rem
38px = 2.375rem
40px = 2.5rem
*/
/* Fonts */
/* carousel */
/*  BASE VARS
========================================================================== */
/* font vars below will auto change to rem values using function rem($value)*/
/* 11px   */
/* 12px   */
/* 12.5px */
/* 14px   */
/* 15px   */
/* 16px   */
/* 28px   */
/*  Font Family
========================================================================== */
/*hint: you can also try the font called 'Poppins' by replacing the font 'Roboto' */
/*  ANIMATIONS
========================================================================== */
/* this addresses all animation related to nav hide to nav minify */
/*  Z-INDEX declearation
========================================================================== */
/* we adjust bootstrap z-index to be higher than our higest z-index*/
/*  CUSTOM ICON PREFIX 
========================================================================== */
/*  PRINT CSS (landscape or portrait)
========================================================================== */
/* landscape or portrait */
/* auto, letter */
/*  Common Element Variables
========================================================================== */
/* Z-index decleartion "birds eye view"
========================================================================== */
/*  Components
========================================================================== */
/*  PAGE HEADER STUFF
========================================================================== */
/* colors */
/* height */
/* logo */
/* try not to go beywond the width of $main_nav_width value */
/* you may need to change this depending on your logo design */
/* adjust this as you see fit : left, right, center */
/* icon font size (not button) */
/* search input box */
/* suggestion: #ccced0*/
/* btn */
/* dropdown: app list */
/* badge */
/* COMPONENTS & MODS */
/*  NAVIGATION STUFF

Guide:

aside.page-sidebar ($nav-width, $nav-background)
	.page-logo
	.primary-nav
		.info-card
		ul.nav-menu
			li
				a (parent level-0..., $nav-link-color, $nav-link-hover-color, $nav-link-hover-bg-color, $nav-link-hover-left-border-color)
					icon 
					span
					collapse-sign 
					
				ul.nav-menu-sub-one  
					li
						a ($nav-level-1... $nav-sub-link-height)
							span
							collapse-sign

						ul.nav-menu-sub-two
							li
								a ($nav-level-2... $nav-sub-link-height)
									span

		p.nav-title ($nav-title-*...)


========================================================================== */
/* main navigation */
/* left panel */
/* nav footer */
/* nav parent level-0 */
/* nav link level-1 */
/* nav level-1 bg */
/* nav icon sizes */
/* badge default */
/* all child */
/* nav title */
/* nav Minify */
/* when the menu pops on hover */
/* navigation Width */
/* partial visibility of the menu */
/* top navigation */
/* nav Info Card (appears below the logo) */
/* width is auto */
/* nav DL labels for all child */
/* will be pulled to left as a negative value */
/*   MISC Settings
========================================================================== */
/* List Table */
/*   PAGE SETTINGS
========================================================================== */
/*   PAGE BREADCRUMB 
========================================================================== */
/*   PAGE COMPONENT PANELS 
========================================================================== */
/*   PAGE COMPONENT PROGRESSBARS 
========================================================================== */
/*   PAGE COMPONENT MESSENGER 
========================================================================== */
/*   FOOTER
========================================================================== */
/*   GLOBALS
========================================================================== */
/* ACCESSIBILITIES */
/* SHORTCUT BUTTON (appears on bottom right of the page) */
/* GULP WARNINGS */
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
/* line 211, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
:root {
  --blue: #de4040;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #fd3995;
  --orange: #ffc241;
  --yellow: #ffc241;
  --green: #1dc9b7;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #495057;
  --primary: #de4040;
  --secondary: #868e96;
  --success: #1dc9b7;
  --info: #2196F3;
  --warning: #ffc241;
  --danger: #fd3995;
  --light: #fff;
  --dark: #4f4f4f;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1399px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 241, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 247, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 253, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 256, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.47;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 266, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 269, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 275, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 279, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 283, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 293, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 298, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 304, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 310, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
dt {
  font-weight: 700;
}

/* line 313, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 317, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 320, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
b,
strong {
  font-weight: bolder;
}

/* line 324, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
small {
  font-size: 80%;
}

/* line 327, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 334, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
sub {
  bottom: -.25em;
}

/* line 337, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
sup {
  top: -.5em;
}

/* line 340, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a {
  color: #de4040;
  text-decoration: none;
  background-color: transparent;
}

/* line 344, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a:hover {
  color: #e25656;
  text-decoration: underline;
}

/* line 348, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 351, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 355, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 362, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 368, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
figure {
  margin: 0 0 1rem;
}

/* line 371, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 375, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 379, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
table {
  border-collapse: collapse;
}

/* line 382, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

/* line 389, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
th {
  text-align: inherit;
}

/* line 392, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
label {
  display: inline-block;
  margin-bottom: 0.3rem;
}

/* line 396, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
button {
  border-radius: 0;
}

/* line 399, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 403, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 413, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
button,
input {
  overflow: visible;
}

/* line 417, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
button,
select {
  text-transform: none;
}

/* line 421, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
[role="button"] {
  cursor: pointer;
}

/* line 424, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
select {
  word-wrap: normal;
}

/* line 427, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 433, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 439, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 446, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 452, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 456, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 462, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 473, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
progress {
  vertical-align: baseline;
}

/* line 476, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 480, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 484, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 487, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 491, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
output {
  display: inline-block;
}

/* line 494, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 498, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
template {
  display: none;
}

/* line 501, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
[hidden] {
  display: none !important;
}

/* line 504, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.57;
}

/* line 510, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
h1, .h1 {
  font-size: 1.5rem;
}

/* line 513, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
h2, .h2 {
  font-size: 1.375rem;
}

/* line 516, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
h3, .h3 {
  font-size: 1.1875rem;
}

/* line 519, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
h4, .h4 {
  font-size: 1.0625rem;
}

/* line 522, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
h5, .h5 {
  font-size: 0.9375rem;
}

/* line 525, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
h6, .h6 {
  font-size: 0.875rem;
}

/* line 528, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.lead {
  font-size: 1.01562rem;
  font-weight: 300;
}

/* line 532, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.display-1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.57;
}

/* line 537, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.57;
}

/* line 542, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.display-3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.57;
}

/* line 547, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.57;
}

/* line 552, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 558, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 563, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 568, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 572, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 576, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-inline-item {
  display: inline-block;
}

/* line 578, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 581, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 585, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.01562rem;
}

/* line 589, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

/* line 593, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 596, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 600, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}

/* line 608, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.figure {
  display: inline-block;
}

/* line 611, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 615, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.figure-caption {
  font-size: 90%;
  color: #868e96;
}

/* line 619, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 623, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a > code {
  color: inherit;
}

/* line 626, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 4px;
}

/* line 632, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 637, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 641, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 646, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 650, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 657, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 660, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 663, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1399px) {
  /* line 666, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 669, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 677, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 681, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 685, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1399px) {
  /* line 689, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

/* line 692, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 701, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 704, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 709, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 720, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

/* line 729, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 735, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 741, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 747, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 753, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 759, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 765, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 772, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 778, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 784, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 790, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 796, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 802, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 808, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 814, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 820, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 826, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 832, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 838, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 844, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

/* line 849, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

/* line 854, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

/* line 859, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* line 864, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* line 869, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

/* line 874, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

/* line 879, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

/* line 884, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

/* line 889, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

/* line 894, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

/* line 899, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

/* line 904, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

/* line 909, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

/* line 914, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

/* line 919, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 922, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 925, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 928, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 931, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 934, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 937, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 940, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 943, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 946, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 949, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 953, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  /* line 961, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 966, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 971, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 976, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 981, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 986, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 991, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 997, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1002, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1007, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1012, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1017, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1022, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1027, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1032, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1037, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1042, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1047, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1052, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1057, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1061, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1065, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1069, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1073, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1077, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1081, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1085, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1089, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1093, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1097, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1101, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1105, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1109, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1113, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1117, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1119, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 1121, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 1123, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1125, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 1127, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 1129, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1131, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 1133, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 1135, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1137, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 1139, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 1143, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  /* line 1151, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1156, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1161, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1166, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1171, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1176, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1181, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1187, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1192, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1197, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1202, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1207, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1212, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1217, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1222, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1227, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1232, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1237, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1242, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1247, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1251, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1255, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1259, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1263, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1267, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1271, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1275, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1279, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1283, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1287, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1291, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1295, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1299, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1303, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1307, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1309, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 1311, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 1313, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1315, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 1317, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 1319, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1321, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 1323, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 1325, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1327, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 1329, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 1333, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  /* line 1341, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1346, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1351, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1356, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1361, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1366, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1371, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1377, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1382, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1387, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1392, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1397, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1402, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1407, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1412, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1417, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1422, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1427, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1432, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1437, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1441, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1445, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1449, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1453, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1457, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1461, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1465, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1469, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1473, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1477, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1481, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1485, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1489, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1493, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1497, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1499, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 1501, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 1503, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1505, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 1507, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 1509, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1511, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 1513, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 1515, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1517, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 1519, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1399px) {
  /* line 1523, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  /* line 1531, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1536, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1541, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1546, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1551, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1556, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1561, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1567, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1572, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1577, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1582, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1587, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1592, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1597, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1602, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1607, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1612, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1617, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1622, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1627, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1631, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1635, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1639, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1643, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1647, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1651, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1655, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1659, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1663, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1667, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1671, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1675, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1679, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1683, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1687, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1689, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1691, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1693, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1695, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1697, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1699, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1701, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1703, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1705, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1707, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1709, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 1712, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 1716, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ebe6e6;
}

/* line 1721, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebe6e6;
}

/* line 1724, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table tbody + tbody {
  border-top: 2px solid #ebe6e6;
}

/* line 1727, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1731, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-bordered {
  border: 1px solid #ebe6e6;
}

/* line 1733, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #ebe6e6;
}

/* line 1736, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1740, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1746, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(79, 79, 79, 0.02);
}

/* line 1749, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: #fdfdfd;
}

/* line 1753, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f6caca;
}

/* line 1758, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ee9c9c;
}

/* line 1764, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-primary:hover {
  background-color: #f2b4b4;
}

/* line 1766, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f2b4b4;
}

/* line 1770, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

/* line 1775, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c0c4c8;
}

/* line 1781, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

/* line 1783, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

/* line 1787, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c0f0eb;
}

/* line 1792, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #89e3da;
}

/* line 1798, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-success:hover {
  background-color: #abebe4;
}

/* line 1800, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #abebe4;
}

/* line 1804, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c1e2fc;
}

/* line 1809, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8cc8f9;
}

/* line 1815, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-info:hover {
  background-color: #a9d7fb;
}

/* line 1817, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a9d7fb;
}

/* line 1821, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeca;
}

/* line 1826, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf9c;
}

/* line 1832, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-warning:hover {
  background-color: #ffe6b1;
}

/* line 1834, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe6b1;
}

/* line 1838, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fec8e1;
}

/* line 1843, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fe98c8;
}

/* line 1849, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-danger:hover {
  background-color: #feafd3;
}

/* line 1851, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #feafd3;
}

/* line 1855, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}

/* line 1860, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

/* line 1866, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-light:hover {
  background-color: #f2f2f2;
}

/* line 1868, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}

/* line 1872, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cecece;
}

/* line 1877, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a4a4a4;
}

/* line 1883, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-dark:hover {
  background-color: #c1c1c1;
}

/* line 1885, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c1c1c1;
}

/* line 1889, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #fdfdfd;
}

/* line 1894, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-active:hover {
  background-color: #f0f0f0;
}

/* line 1896, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #f0f0f0;
}

/* line 1900, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table .thead-dark th {
  color: #fff;
  background-color: dimgray;
  border-color: #5c5c5c;
}

/* line 1905, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table .thead-light th {
  color: #495057;
  background-color: #f3f3f3;
  border-color: #ebe6e6;
}

/* line 1910, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-dark {
  color: #fff;
  background-color: dimgray;
}

/* line 1913, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #5c5c5c;
}

/* line 1917, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1919, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1921, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: #de4040;
}

@media (max-width: 575.98px) {
  /* line 1926, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1931, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1935, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1940, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1944, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1949, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1398.98px) {
  /* line 1953, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1958, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1961, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1966, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1969, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.47em + 1rem + 2px);
  padding: 0.5rem 0.875rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.47;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* line 1986, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1989, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 1992, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #de4040;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}

/* line 1999, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 2002, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control::-moz-placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 2005, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 2008, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 2011, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

/* line 2014, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #f3f3f3;
  opacity: 1;
}

/* line 2018, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 2026, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 2030, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2035, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.47;
}

/* line 2042, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}

/* line 2048, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.col-form-label-sm {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5;
}

/* line 2054, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1.47;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 2065, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2069, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control-sm {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.844rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 4px;
}

/* line 2076, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-control-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
}

/* line 2083, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 2086, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
textarea.form-control {
  height: auto;
}

/* line 2089, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-group {
  margin-bottom: 1.5rem;
}

/* line 2092, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2096, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 2104, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2109, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2114, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2118, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #868e96;
}

/* line 2122, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 2125, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2134, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2140, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #1dc9b7;
}

/* line 2147, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.3rem 0.6rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.47;
  color: #fff;
  background-color: #1dc9b7;
  border-radius: 5px;
}

/* line 2161, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2167, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1dc9b7;
  padding-right: calc(1.47em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231dc9b7' 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.3675em + 0.25rem) center;
  background-size: calc(0.735em + 0.5rem) calc(0.735em + 0.5rem);
}

/* line 2174, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1dc9b7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
}

/* line 2179, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.47em + 1rem);
  background-position: top calc(0.3675em + 0.25rem) right calc(0.3675em + 0.25rem);
}

/* line 2183, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1dc9b7;
  padding-right: calc(0.75em + 2.625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.875rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231dc9b7' 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") #fff no-repeat center right 1.875rem/calc(0.735em + 0.5rem) calc(0.735em + 0.5rem);
}

/* line 2187, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #1dc9b7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
}

/* line 2192, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1dc9b7;
}

/* line 2195, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2200, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1dc9b7;
}

/* line 2202, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1dc9b7;
}

/* line 2205, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #37e2d0;
  background-color: #37e2d0;
}

/* line 2209, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
}

/* line 2213, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1dc9b7;
}

/* line 2216, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1dc9b7;
}

/* line 2219, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1dc9b7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.25);
}

/* line 2224, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fd3995;
}

/* line 2231, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.3rem 0.6rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.47;
  color: #fff;
  background-color: #fd3995;
  border-radius: 5px;
}

/* line 2245, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2251, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #fd3995;
  padding-right: calc(1.47em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd3995' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd3995' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3675em + 0.25rem) center;
  background-size: calc(0.735em + 0.5rem) calc(0.735em + 0.5rem);
}

/* line 2258, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #fd3995;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.25);
}

/* line 2263, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.47em + 1rem);
  background-position: top calc(0.3675em + 0.25rem) right calc(0.3675em + 0.25rem);
}

/* line 2267, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #fd3995;
  padding-right: calc(0.75em + 2.625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.875rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd3995' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd3995' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.875rem/calc(0.735em + 0.5rem) calc(0.735em + 0.5rem);
}

/* line 2271, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #fd3995;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.25);
}

/* line 2276, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #fd3995;
}

/* line 2279, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2284, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #fd3995;
}

/* line 2286, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #fd3995;
}

/* line 2289, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fe6bb0;
  background-color: #fe6bb0;
}

/* line 2293, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.25);
}

/* line 2297, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fd3995;
}

/* line 2300, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fd3995;
}

/* line 2303, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #fd3995;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.25);
}

/* line 2308, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2319, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2322, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2333, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2348, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2352, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2354, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2357, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2369, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2376, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 2383, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2386, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.125rem;
  font-size: 0.8125rem;
  line-height: 1.47;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

/* line 2406, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 2409, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}

/* line 2413, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 2415, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 2418, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2422, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-primary {
  color: #fff;
  background-color: #de4040;
  border-color: #de4040;
}

/* line 2426, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #d32424;
  border-color: #c82323;
}

/* line 2430, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #d32424;
  border-color: #c82323;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 93, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(227, 93, 93, 0.5);
}

/* line 2436, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #de4040;
  border-color: #de4040;
}

/* line 2440, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c82323;
  border-color: #be2121;
}

/* line 2445, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 93, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(227, 93, 93, 0.5);
}

/* line 2450, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 2454, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

/* line 2458, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}

/* line 2464, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 2468, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}

/* line 2473, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}

/* line 2478, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-success {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 2482, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-success:hover {
  color: #fff;
  background-color: #18a899;
  border-color: #179c8e;
}

/* line 2486, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #18a899;
  border-color: #179c8e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
}

/* line 2492, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 2496, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #179c8e;
  border-color: #159184;
}

/* line 2501, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
}

/* line 2506, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-info {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}

/* line 2510, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-info:hover {
  color: #fff;
  background-color: #0c83e2;
  border-color: #0c7cd5;
}

/* line 2514, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0c83e2;
  border-color: #0c7cd5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}

/* line 2520, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}

/* line 2524, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #0b75c9;
}

/* line 2529, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}

/* line 2534, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc241;
  border-color: #ffc241;
}

/* line 2538, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #ffb61b;
  border-color: #ffb20e;
}

/* line 2542, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #ffb61b;
  border-color: #ffb20e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 61, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 61, 0.5);
}

/* line 2548, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc241;
  border-color: #ffc241;
}

/* line 2552, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffb20e;
  border-color: #ffae01;
}

/* line 2557, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 61, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 61, 0.5);
}

/* line 2562, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-danger {
  color: #fff;
  background-color: #fd3995;
  border-color: #fd3995;
}

/* line 2566, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #fd1381;
  border-color: #fc077a;
}

/* line 2570, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #fd1381;
  border-color: #fc077a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 87, 165, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 87, 165, 0.5);
}

/* line 2576, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #fd3995;
  border-color: #fd3995;
}

/* line 2580, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc077a;
  border-color: #f40274;
}

/* line 2585, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 87, 165, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 87, 165, 0.5);
}

/* line 2590, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 2594, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 2598, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 2604, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 2608, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 2613, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 2618, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-dark {
  color: #fff;
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}

/* line 2622, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #363636;
}

/* line 2626, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #363636;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
}

/* line 2632, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}

/* line 2636, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #363636;
  border-color: #2f2f2f;
}

/* line 2641, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
}

/* line 2646, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-primary {
  color: #de4040;
  border-color: #de4040;
}

/* line 2649, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #de4040;
  border-color: #de4040;
}

/* line 2653, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 64, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 64, 64, 0.5);
}

/* line 2656, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #de4040;
  background-color: transparent;
}

/* line 2659, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #de4040;
  border-color: #de4040;
}

/* line 2664, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 64, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 64, 64, 0.5);
}

/* line 2669, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-secondary {
  color: #868e96;
  border-color: #868e96;
}

/* line 2672, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 2676, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 2679, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

/* line 2682, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

/* line 2687, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 2692, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-success {
  color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 2695, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 2699, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
}

/* line 2702, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1dc9b7;
  background-color: transparent;
}

/* line 2705, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

/* line 2710, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
}

/* line 2715, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-info {
  color: #2196F3;
  border-color: #2196F3;
}

/* line 2718, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}

/* line 2722, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

/* line 2725, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #2196F3;
  background-color: transparent;
}

/* line 2728, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}

/* line 2733, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

/* line 2738, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-warning {
  color: #ffc241;
  border-color: #ffc241;
}

/* line 2741, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc241;
  border-color: #ffc241;
}

/* line 2745, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
}

/* line 2748, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc241;
  background-color: transparent;
}

/* line 2751, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc241;
  border-color: #ffc241;
}

/* line 2756, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
}

/* line 2761, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-danger {
  color: #fd3995;
  border-color: #fd3995;
}

/* line 2764, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #fd3995;
  border-color: #fd3995;
}

/* line 2768, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
}

/* line 2771, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #fd3995;
  background-color: transparent;
}

/* line 2774, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fd3995;
  border-color: #fd3995;
}

/* line 2779, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
}

/* line 2784, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}

/* line 2787, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 2791, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 2794, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 2797, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 2802, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 2807, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-dark {
  color: #4f4f4f;
  border-color: #4f4f4f;
}

/* line 2810, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}

/* line 2814, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5);
}

/* line 2817, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #4f4f4f;
  background-color: transparent;
}

/* line 2820, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}

/* line 2825, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5);
}

/* line 2830, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-link {
  font-weight: 400;
  color: #de4040;
  text-decoration: none;
}

/* line 2834, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-link:hover {
  color: #e25656;
  text-decoration: underline;
}

/* line 2837, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 2839, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
  pointer-events: none;
}

/* line 2843, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
}

/* line 2849, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.375rem 0.844rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 4px;
}

/* line 2855, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2858, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 2861, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 2866, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 2869, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 2872, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.collapse:not(.show) {
  display: none;
}

/* line 2875, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 2882, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 2888, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 2890, vendor/assets/stylesheets/smartadmin/vendors.bundle.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 2899, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2902, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.3125rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.8125rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

/* line 2921, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 2925, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 2930, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 2933, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 2938, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 2941, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 2946, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 2949, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1399px) {
  /* line 2954, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 2957, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 2961, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 2967, vendor/assets/stylesheets/smartadmin/vendors.bundle.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 2977, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2980, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 2987, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 2997, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3000, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3003, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3010, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3016, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3019, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 3028, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3031, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3034, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 3038, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f3f3f3;
}

/* line 3044, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3055, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #c82323;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 3059, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #9d1b1b;
  text-decoration: none;
  background-color: #fbe5e5;
}

/* line 3063, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  pointer-events: none;
  background-color: transparent;
}

/* line 3068, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3071, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-header {
  display: block;
  padding: 0.3125rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #868e96;
  white-space: nowrap;
}

/* line 3079, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-item-text {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #212529;
}

/* line 3084, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3091, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 3097, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3100, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 3106, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3115, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3118, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 3122, vendor/assets/stylesheets/smartadmin/vendors.bundle.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 3127, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3132, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-toggle-split {
  padding-right: 0.84375rem;
  padding-left: 0.84375rem;
}

/* line 3135, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3139, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3142, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.633rem;
  padding-left: 0.633rem;
}

/* line 3146, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 3150, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 3161, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3164, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 3167, vendor/assets/stylesheets/smartadmin/vendors.bundle.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 3171, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3176, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3179, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3187, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 3198, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 3209, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 3222, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 3226, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3228, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3232, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3236, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3243, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3247, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3251, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 3256, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3260, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 3263, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 3273, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3276, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 3279, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0.875rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.47;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f3f3;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

/* line 3297, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3301, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.5rem + 2px);
}

/* line 3305, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
}

/* line 3316, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.75rem + 2px);
}

/* line 3320, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.375rem 0.844rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 4px;
}

/* line 3331, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.875rem;
}

/* line 3335, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3344, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3353, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.19437rem;
  padding-left: 1.625rem;
}

/* line 3359, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3365, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.125rem;
  height: 1.15969rem;
  opacity: 0;
}

/* line 3372, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #c82323;
  background-color: #da2a2a;
}

/* line 3376, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}

/* line 3379, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e25656;
}

/* line 3381, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ed9797;
  background-color: #ed9797;
  border-color: #ed9797;
}

/* line 3385, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #868e96;
}

/* line 3387, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f3f3f3;
}

/* line 3390, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 3394, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.03469rem;
  left: -1.625rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 2px;
}

/* line 3405, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.03469rem;
  left: -1.625rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background: no-repeat 50% / 0.5rem;
}

/* line 3415, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}

/* line 3418, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 3421, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #de4040;
  background-color: #de4040;
}

/* line 3425, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 3428, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #ed9797;
}

/* line 3431, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #ed9797;
}

/* line 3434, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3437, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 3440, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #ed9797;
}

/* line 3443, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-switch {
  padding-left: 2.46875rem;
}

/* line 3445, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-switch .custom-control-label::before {
  left: -2.46875rem;
  width: 1.96875rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}

/* line 3450, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.03469rem + 4px);
  left: calc(-2.46875rem + 4px);
  width: calc(1.125rem - 8px);
  height: calc(1.125rem - 8px);
  background-color: #adb5bd;
  border-radius: 0.5625rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* line 3461, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.84375rem);
  transform: translateX(0.84375rem);
}

/* line 3465, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #ed9797;
}

/* line 3468, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.47em + 1rem + 2px);
  padding: 0.5rem 1.875rem 0.5rem 0.875rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.47;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.875rem center/8px 10px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3484, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-select:focus {
  border-color: #de4040;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}

/* line 3489, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 3492, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.875rem;
  background-image: none;
}

/* line 3496, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-select:disabled {
  color: #868e96;
  background-color: #f3f3f3;
}

/* line 3499, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 3501, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 3505, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-select-sm {
  height: calc(1.5em + 0.75rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.844rem;
  font-size: 0.75rem;
}

/* line 3512, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-select-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: 1rem;
}

/* line 3519, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.47em + 1rem + 2px);
  margin-bottom: 0;
}

/* line 3526, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.47em + 1rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 3533, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #de4040;
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}

/* line 3537, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f3f3f3;
}

/* line 3540, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3542, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 3545, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.47em + 1rem + 2px);
  padding: 0.5rem 0.875rem;
  font-weight: 400;
  line-height: 1.47;
  color: #495057;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

/* line 3559, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.47em + 1rem);
  padding: 0.5rem 0.875rem;
  line-height: 1.47;
  color: #495057;
  content: "Browse";
  background-color: #f3f3f3;
  border-left: inherit;
  border-radius: 0 4px 4px 0;
}

/* line 3575, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3583, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range:focus {
  outline: none;
}

/* line 3585, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(222, 64, 64, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(222, 64, 64, 0.25);
}

/* line 3588, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(222, 64, 64, 0.25);
}

/* line 3590, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(222, 64, 64, 0.25);
}

/* line 3592, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 3594, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.3375rem;
  background-color: #de4040;
  border: 0;
  border-radius: 50%;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

/* line 3607, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #e66b6b;
}

/* line 3609, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.325rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3617, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #de4040;
  border: 0;
  border-radius: 50%;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

/* line 3627, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #e66b6b;
}

/* line 3629, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.325rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3637, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #de4040;
  border: 0;
  border-radius: 50%;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

/* line 3649, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range::-ms-thumb:active {
  background-color: #e66b6b;
}

/* line 3651, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.325rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 3659, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 3662, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 3666, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 3668, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 3670, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 3672, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 3674, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 3677, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* line 3685, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3695, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1.125rem;
}

/* line 3698, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 3700, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav-link.disabled {
  color: #868e96;
  pointer-events: none;
  cursor: default;
}

/* line 3705, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 3707, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 3709, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 3713, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.07) transparent;
}

/* line 3715, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

/* line 3719, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #fff;
}

/* line 3724, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3729, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav-pills .nav-link {
  border-radius: 4px;
}

/* line 3732, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #de4040;
}

/* line 3737, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 3743, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 3751, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3754, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.tab-content > .active {
  display: block;
}

/* line 3757, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 3771, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 3785, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.36219rem;
  padding-bottom: 0.36219rem;
  margin-right: 1rem;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 3793, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 3796, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3807, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 3810, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 3814, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 3819, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3829, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-toggler {
  padding: 7.5px 18px;
  font-size: 1.3125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3836, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 3839, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 3849, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 3855, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3863, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3868, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3870, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3873, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3877, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3883, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 3887, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 3893, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3901, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3906, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3908, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3911, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3915, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3921, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 3925, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 3931, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3939, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3944, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3946, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3949, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3953, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3959, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1398.98px) {
  /* line 3963, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1399px) {
  /* line 3969, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3977, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3982, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3984, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3987, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3991, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3997, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4000, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 4008, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 4012, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 4017, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4019, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4022, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 4026, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 4032, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4035, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4037, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4040, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4042, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4044, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4047, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4053, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 4057, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4060, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4062, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4064, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4067, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4069, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 4072, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4074, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4076, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4079, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 4085, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 4089, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4092, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4094, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4096, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 4099, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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.08);
  border-radius: 15px;
}

/* line 4114, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4117, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 4120, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4124, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4129, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

/* line 4136, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-title {
  margin-bottom: 1rem;
}

/* line 4139, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

/* line 4143, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4146, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 4149, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-link + .card-link {
  margin-left: 1rem;
}

/* line 4152, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 4157, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-header:first-child {
  border-radius: 3px 3px 0 0;
}

/* line 4159, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4162, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-footer {
  padding: 1rem 1rem;
  background-color: inherit;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 4166, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}

/* line 4169, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -1rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

/* line 4175, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 4179, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4187, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

/* line 4194, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-img,
.card-img-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4199, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4204, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-deck .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4208, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  /* line 4218, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .card-deck .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
}

/* line 4226, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4230, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 4238, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4243, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4246, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4249, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 4252, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4255, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4258, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 4261, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 4265, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.card-columns .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  /* line 4269, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 4278, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 4282, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 4284, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4288, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4291, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 4295, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}

/* line 4307, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4311, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 4313, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: inherit;
  content: "/";
}

/* line 4318, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4320, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4322, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.breadcrumb-item.active {
  color: #868e96;
}

/* line 4325, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}

/* line 4333, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #de4040;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 4342, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.page-link:hover {
  z-index: 2;
  color: #e25656;
  text-decoration: none;
  background-color: #f3f3f3;
  border-color: #dee2e6;
}

/* line 4348, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}

/* line 4354, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4359, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4363, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #de4040;
  border-color: #de4040;
}

/* line 4369, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4376, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 4381, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4385, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4389, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* line 4394, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4398, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4402, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 85%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

/* line 4416, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 4418, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.badge:empty {
  display: none;
}

/* line 4421, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4425, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 4430, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.badge-primary {
  color: #fff;
  background-color: #de4040;
}

/* line 4433, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #c82323;
}

/* line 4436, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 64, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 64, 64, 0.5);
}

/* line 4441, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

/* line 4444, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #6c757d;
}

/* line 4447, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

/* line 4452, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.badge-success {
  color: #fff;
  background-color: #1dc9b7;
}

/* line 4455, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #179c8e;
}

/* line 4458, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
}

/* line 4463, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.badge-info {
  color: #fff;
  background-color: #2196F3;
}

/* line 4466, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #0c7cd5;
}

/* line 4469, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

/* line 4474, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc241;
}

/* line 4477, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ffb20e;
}

/* line 4480, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
}

/* line 4485, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.badge-danger {
  color: #fff;
  background-color: #fd3995;
}

/* line 4488, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #fc077a;
}

/* line 4491, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
}

/* line 4496, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.badge-light {
  color: #212529;
  background-color: #fff;
}

/* line 4499, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #e6e6e6;
}

/* line 4502, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 4507, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.badge-dark {
  color: #fff;
  background-color: #4f4f4f;
}

/* line 4510, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #363636;
}

/* line 4513, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5);
}

/* line 4518, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f3f3f3;
  border-radius: 4px;
}

@media (min-width: 576px) {
  /* line 4524, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 4527, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 4532, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 2rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4539, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-heading {
  color: inherit;
}

/* line 4542, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-link {
  font-weight: 700;
}

/* line 4545, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-dismissible {
  padding-right: 3.71875rem;
}

/* line 4547, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1.25rem;
  color: inherit;
}

/* line 4554, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-primary {
  color: #732121;
  background-color: #f8d9d9;
  border-color: #f6caca;
}

/* line 4558, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-primary hr {
  border-top-color: #f2b4b4;
}

/* line 4560, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-primary .alert-link {
  color: #4b1616;
}

/* line 4563, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

/* line 4567, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-secondary hr {
  border-top-color: #cfd2d6;
}

/* line 4569, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-secondary .alert-link {
  color: #2e3133;
}

/* line 4572, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-success {
  color: #0f695f;
  background-color: #d2f4f1;
  border-color: #c0f0eb;
}

/* line 4576, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-success hr {
  border-top-color: #abebe4;
}

/* line 4578, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-success .alert-link {
  color: #093c37;
}

/* line 4581, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-info {
  color: #114e7e;
  background-color: #d3eafd;
  border-color: #c1e2fc;
}

/* line 4585, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-info hr {
  border-top-color: #a9d7fb;
}

/* line 4587, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-info .alert-link {
  color: #0b3251;
}

/* line 4590, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-warning {
  color: #856522;
  background-color: #fff3d9;
  border-color: #ffeeca;
}

/* line 4594, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-warning hr {
  border-top-color: #ffe6b1;
}

/* line 4596, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-warning .alert-link {
  color: #5c4618;
}

/* line 4599, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-danger {
  color: #841e4d;
  background-color: #ffd7ea;
  border-color: #fec8e1;
}

/* line 4603, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-danger hr {
  border-top-color: #feafd3;
}

/* line 4605, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-danger .alert-link {
  color: #5a1535;
}

/* line 4608, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}

/* line 4612, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-light hr {
  border-top-color: #f2f2f2;
}

/* line 4614, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-light .alert-link {
  color: #6c6c6c;
}

/* line 4617, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-dark {
  color: #292929;
  background-color: gainsboro;
  border-color: #cecece;
}

/* line 4621, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-dark hr {
  border-top-color: #c1c1c1;
}

/* line 4623, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.alert-dark .alert-link {
  color: #101010;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0.75rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0.75rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 4638, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.75rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.625rem;
  background-color: whitesmoke;
  border-radius: 10rem;
}

/* line 4649, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #de4040;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 4668, vendor/assets/stylesheets/smartadmin/vendors.bundle.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: 0.75rem 0.75rem;
}

/* line 4672, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 4676, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 4684, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 4689, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 4701, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 4705, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 4710, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #f3f3f3;
}

/* line 4714, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 4720, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 4723, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 4726, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
}

/* line 4730, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #de4040;
  border-color: #de4040;
}

/* line 4735, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 4737, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 4741, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 4746, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}

/* line 4749, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
}

/* line 4752, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 4754, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 4757, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 4762, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4767, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  /* line 4770, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  /* line 4773, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4775, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4778, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 4783, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4788, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  /* line 4791, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  /* line 4794, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4796, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4799, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 4804, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4809, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  /* line 4812, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  /* line 4815, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4817, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4820, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1399px) {
  /* line 4825, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4830, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  /* line 4833, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  /* line 4836, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4838, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 4841, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 4845, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 4847, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 4849, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4852, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-primary {
  color: #732121;
  background-color: #f6caca;
}

/* line 4855, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #732121;
  background-color: #f2b4b4;
}

/* line 4858, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #732121;
  border-color: #732121;
}

/* line 4863, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

/* line 4866, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #464a4e;
  background-color: #cfd2d6;
}

/* line 4869, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

/* line 4874, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-success {
  color: #0f695f;
  background-color: #c0f0eb;
}

/* line 4877, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f695f;
  background-color: #abebe4;
}

/* line 4880, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f695f;
  border-color: #0f695f;
}

/* line 4885, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-info {
  color: #114e7e;
  background-color: #c1e2fc;
}

/* line 4888, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #114e7e;
  background-color: #a9d7fb;
}

/* line 4891, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #114e7e;
  border-color: #114e7e;
}

/* line 4896, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-warning {
  color: #856522;
  background-color: #ffeeca;
}

/* line 4899, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856522;
  background-color: #ffe6b1;
}

/* line 4902, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856522;
  border-color: #856522;
}

/* line 4907, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-danger {
  color: #841e4d;
  background-color: #fec8e1;
}

/* line 4910, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #841e4d;
  background-color: #feafd3;
}

/* line 4913, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #841e4d;
  border-color: #841e4d;
}

/* line 4918, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-light {
  color: #858585;
  background-color: white;
}

/* line 4921, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

/* line 4924, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

/* line 4929, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-dark {
  color: #292929;
  background-color: #cecece;
}

/* line 4932, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #292929;
  background-color: #c1c1c1;
}

/* line 4935, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #292929;
  border-color: #292929;
}

/* line 4940, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.close {
  float: right;
  font-size: 1.21875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 4948, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 4951, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 4954, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 4959, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 4962, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 4975, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 4977, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.toast.showing {
  opacity: 1;
}

/* line 4979, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 4982, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.toast.hide {
  display: none;
}

/* line 4985, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #4f4f4f;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 4998, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 5001, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-open {
  overflow: hidden;
}

/* line 5003, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5007, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 5018, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5023, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

/* line 5030, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 5033, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 5037, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 5042, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 5045, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 5049, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 5052, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 5060, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 5067, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 5076, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 5078, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 5081, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: 0;
}

/* line 5098, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 5106, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5108, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-backdrop.show {
  opacity: 0.2;
}

/* line 5111, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem 1.25rem;
  border-bottom: 0px solid #dee2e6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5125, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-header .close {
  padding: 1.25rem 1.25rem;
  margin: -1.25rem -1.25rem -1.25rem auto;
}

/* line 5129, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.47;
}

/* line 5133, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 5140, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0px solid #dee2e6;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5156, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 5159, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5167, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 5170, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 5172, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 5174, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 5176, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 5181, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5185, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1399px) {
  /* line 5190, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 5193, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.tooltip {
  position: absolute;
  z-index: 2070;
  display: block;
  margin: 2px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.47;
  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.75rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 5215, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.tooltip.show {
  opacity: 1;
}

/* line 5217, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 8px;
  height: 5px;
}

/* line 5222, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5228, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}

/* line 5230, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 5232, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 5px 4px 0;
  border-top-color: rgba(54, 54, 54, 0.9);
}

/* line 5237, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}

/* line 5239, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 5px;
  height: 8px;
}

/* line 5243, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 4px 5px 4px 0;
  border-right-color: rgba(54, 54, 54, 0.9);
}

/* line 5248, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}

/* line 5250, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 5252, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 4px 5px;
  border-bottom-color: rgba(54, 54, 54, 0.9);
}

/* line 5257, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}

/* line 5259, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 5px;
  height: 8px;
}

/* line 5263, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 4px 0 4px 5px;
  border-left-color: rgba(54, 54, 54, 0.9);
}

/* line 5268, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.3rem 0.6rem;
  color: #fff;
  text-align: center;
  background-color: rgba(54, 54, 54, 0.9);
  border-radius: 5px;
}

/* line 5276, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.47;
  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: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

/* line 5303, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 7px;
  margin: 0 0.5rem;
}

/* line 5309, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5316, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 7px;
}

/* line 5318, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: -10px;
}

/* line 5320, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 7px 7.5px 0;
  border-top-color: inherit;
}

/* line 5324, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 3px;
  border-width: 7px 7.5px 0;
  border-top-color: transparent;
}

/* line 5329, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 7px;
}

/* line 5331, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: -10px;
  width: 7px;
  height: 15px;
  margin: 0.5rem 0;
}

/* line 5336, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 7.5px 7px 7.5px 0;
  border-right-color: inherit;
}

/* line 5340, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 3px;
  border-width: 7.5px 7px 7.5px 0;
  border-right-color: transparent;
}

/* line 5345, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 7px;
}

/* line 5347, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: -10px;
}

/* line 5349, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 7.5px 7px 7.5px;
  border-bottom-color: inherit;
}

/* line 5353, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 3px;
  border-width: 0 7.5px 7px 7.5px;
  border-bottom-color: transparent;
}

/* line 5357, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 15px;
  margin-left: -7.5px;
  content: "";
  border-bottom: 3px solid transparent;
}

/* line 5367, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 7px;
}

/* line 5369, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: -10px;
  width: 7px;
  height: 15px;
  margin: 0.5rem 0;
}

/* line 5374, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 7.5px 0 7.5px 7px;
  border-left-color: inherit;
}

/* line 5378, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 3px;
  border-width: 7.5px 0 7.5px 7px;
  border-left-color: transparent;
}

/* line 5383, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.popover-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  background-color: transparent;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  border-top-left-radius: calc(0.5rem - 3px);
  border-top-right-radius: calc(0.5rem - 3px);
}

/* line 5391, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.popover-header:empty {
  display: none;
}

/* line 5394, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

/* line 5398, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel {
  position: relative;
}

/* line 5401, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 5405, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5409, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5414, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

/* line 5427, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 5432, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 5437, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 5442, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 5449, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 5455, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

/* line 5462, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

/* line 5483, vendor/assets/stylesheets/smartadmin/vendors.bundle.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 5491, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-control-prev {
  left: 0;
}

/* line 5494, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-control-next {
  right: 0;
}

/* line 5497, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 5504, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 5507, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 5510, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 5526, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
  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: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

/* line 5545, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 5548, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 5569, vendor/assets/stylesheets/smartadmin/vendors.bundle.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%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/* line 5580, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 5603, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* line 5614, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 5618, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 5621, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5624, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 5627, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 5630, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 5633, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 5636, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bg-primary {
  background-color: #de4040 !important;
}

/* line 5639, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #c82323 !important;
}

/* line 5644, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bg-secondary {
  background-color: #868e96 !important;
}

/* line 5647, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6c757d !important;
}

/* line 5652, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bg-success {
  background-color: #1dc9b7 !important;
}

/* line 5655, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #179c8e !important;
}

/* line 5660, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bg-info {
  background-color: #2196F3 !important;
}

/* line 5663, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0c7cd5 !important;
}

/* line 5668, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bg-warning {
  background-color: #ffc241 !important;
}

/* line 5671, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffb20e !important;
}

/* line 5676, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bg-danger {
  background-color: #fd3995 !important;
}

/* line 5679, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #fc077a !important;
}

/* line 5684, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bg-light {
  background-color: #fff !important;
}

/* line 5687, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

/* line 5692, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bg-dark {
  background-color: #4f4f4f !important;
}

/* line 5695, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #363636 !important;
}

/* line 5700, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 5703, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 5706, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 5709, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 5712, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 5715, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 5718, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 5721, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-0 {
  border: 0 !important;
}

/* line 5724, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 5727, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 5730, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 5733, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 5736, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-primary {
  border-color: #de4040 !important;
}

/* line 5739, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-secondary {
  border-color: #868e96 !important;
}

/* line 5742, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-success {
  border-color: #1dc9b7 !important;
}

/* line 5745, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-info {
  border-color: #2196F3 !important;
}

/* line 5748, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-warning {
  border-color: #ffc241 !important;
}

/* line 5751, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-danger {
  border-color: #fd3995 !important;
}

/* line 5754, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-light {
  border-color: #fff !important;
}

/* line 5757, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-dark {
  border-color: #4f4f4f !important;
}

/* line 5760, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.border-white {
  border-color: #fff !important;
}

/* line 5763, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.rounded-sm {
  border-radius: 4px !important;
}

/* line 5766, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.rounded {
  border-radius: 4px !important;
}

/* line 5769, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

/* line 5773, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* line 5777, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

/* line 5781, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

/* line 5785, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.rounded-lg {
  border-radius: 4px !important;
}

/* line 5788, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 5791, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 5794, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 5797, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5802, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.d-none {
  display: none !important;
}

/* line 5805, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.d-inline {
  display: inline !important;
}

/* line 5808, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 5811, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.d-block {
  display: block !important;
}

/* line 5814, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.d-table {
  display: table !important;
}

/* line 5817, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.d-table-row {
  display: table-row !important;
}

/* line 5820, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 5823, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 5828, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 5834, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 5836, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 5838, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 5840, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 5842, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 5844, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 5846, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 5848, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5852, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 5858, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 5860, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 5862, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 5864, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 5866, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 5868, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 5870, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 5872, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5876, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 5882, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 5884, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 5886, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 5888, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 5890, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 5892, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 5894, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 5896, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5900, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1399px) {
  /* line 5906, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 5908, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 5910, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 5912, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 5914, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 5916, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 5918, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 5920, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5924, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 5930, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 5932, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 5934, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 5936, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 5938, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 5940, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 5942, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 5944, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 5948, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 5953, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 5959, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 5962, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5975, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 5978, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 5981, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 5984, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 5987, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 5993, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 5999, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 6005, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 6011, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 6015, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 6019, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 6023, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 6028, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 6033, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 6038, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 6042, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 6046, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 6051, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 6056, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 6061, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 6066, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 6070, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 6075, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 6080, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 6085, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 6090, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 6095, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 6099, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 6103, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 6107, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 6111, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 6115, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 6119, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 6123, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 6127, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 6131, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 6135, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 6139, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6144, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6149, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6154, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6159, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6164, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6167, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6170, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6173, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6177, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6181, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6185, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6188, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6191, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6195, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6199, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6203, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6207, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6210, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6214, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6218, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6222, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6226, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6230, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6233, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6236, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6239, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6242, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6245, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6248, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6251, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6254, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6257, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6260, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6263, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 6268, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6273, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6278, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6283, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6288, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6291, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6294, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6297, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6301, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6305, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6309, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6312, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6315, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6319, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6323, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6327, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6331, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6334, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6338, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6342, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6346, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6350, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6354, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6357, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6360, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6363, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6366, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6369, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6372, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6375, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6378, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6381, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6384, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6387, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 6392, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6397, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6402, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6407, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6412, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6415, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6418, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6421, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6425, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6429, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6433, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6436, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6439, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6443, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6447, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6451, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6455, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6458, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6462, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6466, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6470, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6474, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6478, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6481, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6484, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6487, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6490, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6493, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6496, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6499, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6502, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6505, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6508, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6511, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1399px) {
  /* line 6516, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6521, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6526, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6531, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6536, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6539, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6542, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6545, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6549, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6553, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6557, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6560, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6563, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6567, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6571, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6575, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6579, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6582, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6586, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6590, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6594, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6598, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6602, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6605, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6608, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6611, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6614, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6617, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6620, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6623, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6626, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6629, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6632, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6635, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* line 6639, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.float-left {
  float: left !important;
}

/* line 6642, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.float-right {
  float: right !important;
}

/* line 6645, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 6649, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6651, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 6653, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 6657, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6659, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 6661, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 6665, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6667, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 6669, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1399px) {
  /* line 6673, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6675, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 6677, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 6680, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

/* line 6686, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* line 6692, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 6698, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 6701, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 6704, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.position-static {
  position: static !important;
}

/* line 6707, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.position-relative {
  position: relative !important;
}

/* line 6710, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.position-absolute {
  position: absolute !important;
}

/* line 6713, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.position-fixed {
  position: fixed !important;
}

/* line 6716, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.position-sticky {
  position: sticky !important;
}

/* line 6719, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2030;
}

/* line 6726, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2030;
}

@supports (position: sticky) {
  /* line 6734, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 2020;
  }
}

/* line 6739, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 6750, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 6758, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 6762, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 6766, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6770, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 6774, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.w-25 {
  width: 25% !important;
}

/* line 6777, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.w-50 {
  width: 50% !important;
}

/* line 6780, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.w-75 {
  width: 75% !important;
}

/* line 6783, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.w-100 {
  width: 100% !important;
}

/* line 6786, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.w-auto {
  width: auto !important;
}

/* line 6789, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.h-25 {
  height: 25% !important;
}

/* line 6792, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.h-50 {
  height: 50% !important;
}

/* line 6795, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.h-75 {
  height: 75% !important;
}

/* line 6798, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.h-100 {
  height: 100% !important;
}

/* line 6801, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.h-auto {
  height: auto !important;
}

/* line 6804, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 6807, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 6810, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 6813, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 6816, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 6819, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6822, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.m-0 {
  margin: 0 !important;
}

/* line 6825, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 6829, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 6833, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 6837, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 6841, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 6844, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 6848, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 6852, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 6856, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 6860, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 6863, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 6867, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 6871, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 6875, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 6879, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 6882, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 6886, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 6890, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 6894, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 6898, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6901, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 6905, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 6909, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6913, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 6917, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.m-5 {
  margin: 2rem !important;
}

/* line 6920, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

/* line 6924, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

/* line 6928, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

/* line 6932, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

/* line 6936, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.m-6 {
  margin: 2.5rem !important;
}

/* line 6939, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

/* line 6943, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}

/* line 6947, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

/* line 6951, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}

/* line 6955, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.p-0 {
  padding: 0 !important;
}

/* line 6958, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 6962, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 6966, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 6970, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 6974, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 6977, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 6981, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 6985, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 6989, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 6993, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 6996, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 7000, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 7004, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 7008, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 7012, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 7015, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 7019, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 7023, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 7027, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 7031, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7034, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 7038, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 7042, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7046, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 7050, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.p-5 {
  padding: 2rem !important;
}

/* line 7053, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

/* line 7057, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

/* line 7061, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

/* line 7065, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

/* line 7069, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.p-6 {
  padding: 2.5rem !important;
}

/* line 7072, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}

/* line 7076, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}

/* line 7080, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}

/* line 7084, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}

/* line 7088, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 7091, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 7095, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 7099, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 7103, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 7107, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 7110, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 7114, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 7118, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 7122, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 7126, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 7129, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 7133, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 7137, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 7141, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 7145, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 7148, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 7152, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 7156, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 7160, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 7164, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.m-n5 {
  margin: -2rem !important;
}

/* line 7167, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}

/* line 7171, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}

/* line 7175, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}

/* line 7179, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}

/* line 7183, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.m-n6 {
  margin: -2.5rem !important;
}

/* line 7186, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mt-n6,
.my-n6 {
  margin-top: -2.5rem !important;
}

/* line 7190, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mr-n6,
.mx-n6 {
  margin-right: -2.5rem !important;
}

/* line 7194, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mb-n6,
.my-n6 {
  margin-bottom: -2.5rem !important;
}

/* line 7198, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ml-n6,
.mx-n6 {
  margin-left: -2.5rem !important;
}

/* line 7202, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.m-auto {
  margin: auto !important;
}

/* line 7205, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 7209, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 7213, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 7217, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 7222, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 7224, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 7227, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 7230, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 7233, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 7236, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 7238, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7241, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7244, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7247, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7250, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 7252, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7255, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7258, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7261, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7264, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 7266, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 7269, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 7272, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7275, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 7278, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 7280, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7283, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7286, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7289, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7292, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-sm-5 {
    margin: 2rem !important;
  }
  /* line 7294, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 2rem !important;
  }
  /* line 7297, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 2rem !important;
  }
  /* line 7300, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 2rem !important;
  }
  /* line 7303, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 2rem !important;
  }
  /* line 7306, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  /* line 7308, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 2.5rem !important;
  }
  /* line 7311, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 2.5rem !important;
  }
  /* line 7314, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 7317, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 2.5rem !important;
  }
  /* line 7320, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 7322, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 7325, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 7328, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 7331, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 7334, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 7336, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 7339, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 7342, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 7345, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 7348, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 7350, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 7353, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 7356, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 7359, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 7362, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 7364, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 7367, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 7370, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7373, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 7376, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 7378, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7381, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7384, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7387, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7390, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-sm-5 {
    padding: 2rem !important;
  }
  /* line 7392, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 2rem !important;
  }
  /* line 7395, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 2rem !important;
  }
  /* line 7398, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 2rem !important;
  }
  /* line 7401, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 2rem !important;
  }
  /* line 7404, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  /* line 7406, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 2.5rem !important;
  }
  /* line 7409, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 2.5rem !important;
  }
  /* line 7412, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 7415, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 2.5rem !important;
  }
  /* line 7418, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 7420, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 7423, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 7426, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 7429, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 7432, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 7434, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 7437, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 7440, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 7443, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 7446, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 7448, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 7451, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 7454, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 7457, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 7460, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 7462, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7465, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7468, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7471, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7474, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-sm-n5 {
    margin: -2rem !important;
  }
  /* line 7476, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -2rem !important;
  }
  /* line 7479, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -2rem !important;
  }
  /* line 7482, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 7485, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -2rem !important;
  }
  /* line 7488, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-sm-n6 {
    margin: -2.5rem !important;
  }
  /* line 7490, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 7493, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 7496, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 7499, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 7502, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 7504, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 7507, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 7510, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 7513, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 7518, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 7520, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 7523, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 7526, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 7529, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 7532, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 7534, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7537, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7540, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7543, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7546, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 7548, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7551, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7554, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7557, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7560, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 7562, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 7565, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 7568, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7571, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 7574, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 7576, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7579, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7582, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7585, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7588, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-md-5 {
    margin: 2rem !important;
  }
  /* line 7590, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 2rem !important;
  }
  /* line 7593, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 2rem !important;
  }
  /* line 7596, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 2rem !important;
  }
  /* line 7599, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 2rem !important;
  }
  /* line 7602, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-md-6 {
    margin: 2.5rem !important;
  }
  /* line 7604, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-md-6,
.my-md-6 {
    margin-top: 2.5rem !important;
  }
  /* line 7607, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-md-6,
.mx-md-6 {
    margin-right: 2.5rem !important;
  }
  /* line 7610, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 7613, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-md-6,
.mx-md-6 {
    margin-left: 2.5rem !important;
  }
  /* line 7616, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 7618, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 7621, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 7624, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 7627, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 7630, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 7632, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 7635, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 7638, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 7641, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 7644, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 7646, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 7649, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 7652, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 7655, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 7658, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 7660, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 7663, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 7666, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7669, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 7672, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 7674, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7677, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7680, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7683, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7686, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-md-5 {
    padding: 2rem !important;
  }
  /* line 7688, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 2rem !important;
  }
  /* line 7691, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 2rem !important;
  }
  /* line 7694, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 2rem !important;
  }
  /* line 7697, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 2rem !important;
  }
  /* line 7700, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-md-6 {
    padding: 2.5rem !important;
  }
  /* line 7702, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-md-6,
.py-md-6 {
    padding-top: 2.5rem !important;
  }
  /* line 7705, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-md-6,
.px-md-6 {
    padding-right: 2.5rem !important;
  }
  /* line 7708, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 7711, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-md-6,
.px-md-6 {
    padding-left: 2.5rem !important;
  }
  /* line 7714, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 7716, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 7719, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 7722, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 7725, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 7728, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 7730, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 7733, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 7736, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 7739, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 7742, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 7744, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 7747, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 7750, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 7753, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 7756, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 7758, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 7761, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 7764, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 7767, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 7770, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-md-n5 {
    margin: -2rem !important;
  }
  /* line 7772, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -2rem !important;
  }
  /* line 7775, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -2rem !important;
  }
  /* line 7778, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 7781, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -2rem !important;
  }
  /* line 7784, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  /* line 7786, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 7789, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 7792, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 7795, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 7798, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 7800, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 7803, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 7806, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 7809, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 7814, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 7816, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 7819, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 7822, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 7825, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 7828, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 7830, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7833, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7836, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7839, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7842, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 7844, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7847, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7850, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7853, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7856, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 7858, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 7861, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 7864, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7867, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 7870, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 7872, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7875, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7878, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7881, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7884, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-lg-5 {
    margin: 2rem !important;
  }
  /* line 7886, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 2rem !important;
  }
  /* line 7889, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 2rem !important;
  }
  /* line 7892, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 2rem !important;
  }
  /* line 7895, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 2rem !important;
  }
  /* line 7898, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  /* line 7900, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 2.5rem !important;
  }
  /* line 7903, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 2.5rem !important;
  }
  /* line 7906, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 7909, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 2.5rem !important;
  }
  /* line 7912, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 7914, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 7917, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 7920, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 7923, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 7926, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 7928, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 7931, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 7934, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 7937, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 7940, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 7942, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 7945, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 7948, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 7951, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 7954, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 7956, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 7959, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 7962, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7965, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 7968, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 7970, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7973, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7976, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7979, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7982, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-lg-5 {
    padding: 2rem !important;
  }
  /* line 7984, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 2rem !important;
  }
  /* line 7987, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 2rem !important;
  }
  /* line 7990, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 2rem !important;
  }
  /* line 7993, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 2rem !important;
  }
  /* line 7996, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  /* line 7998, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 2.5rem !important;
  }
  /* line 8001, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 2.5rem !important;
  }
  /* line 8004, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 8007, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 2.5rem !important;
  }
  /* line 8010, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 8012, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8015, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8018, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8021, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8024, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 8026, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8029, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8032, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8035, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8038, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 8040, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 8043, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 8046, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8049, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 8052, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 8054, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8057, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8060, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8063, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8066, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-lg-n5 {
    margin: -2rem !important;
  }
  /* line 8068, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -2rem !important;
  }
  /* line 8071, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -2rem !important;
  }
  /* line 8074, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 8077, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -2rem !important;
  }
  /* line 8080, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  /* line 8082, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 8085, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 8088, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 8091, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 8094, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 8096, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 8099, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 8102, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 8105, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1399px) {
  /* line 8110, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 8112, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 8115, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 8118, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 8121, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 8124, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 8126, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8129, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8132, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8135, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8138, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 8140, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8143, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8146, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8149, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8152, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 8154, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 8157, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 8160, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8163, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 8166, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 8168, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8171, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8174, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8177, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8180, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-xl-5 {
    margin: 2rem !important;
  }
  /* line 8182, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 2rem !important;
  }
  /* line 8185, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 2rem !important;
  }
  /* line 8188, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 2rem !important;
  }
  /* line 8191, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 2rem !important;
  }
  /* line 8194, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  /* line 8196, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 2.5rem !important;
  }
  /* line 8199, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 2.5rem !important;
  }
  /* line 8202, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 8205, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 2.5rem !important;
  }
  /* line 8208, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 8210, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 8213, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 8216, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 8219, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 8222, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 8224, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8227, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8230, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8233, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8236, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 8238, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8241, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8244, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8247, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8250, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 8252, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 8255, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 8258, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8261, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 8264, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 8266, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8269, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8272, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8275, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8278, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-xl-5 {
    padding: 2rem !important;
  }
  /* line 8280, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 2rem !important;
  }
  /* line 8283, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 2rem !important;
  }
  /* line 8286, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 2rem !important;
  }
  /* line 8289, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 2rem !important;
  }
  /* line 8292, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  /* line 8294, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 2.5rem !important;
  }
  /* line 8297, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 2.5rem !important;
  }
  /* line 8300, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 8303, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 2.5rem !important;
  }
  /* line 8306, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 8308, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8311, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8314, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8317, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8320, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 8322, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8325, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8328, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8331, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8334, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 8336, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 8339, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 8342, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8345, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 8348, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 8350, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8353, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8356, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8359, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8362, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-xl-n5 {
    margin: -2rem !important;
  }
  /* line 8364, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -2rem !important;
  }
  /* line 8367, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -2rem !important;
  }
  /* line 8370, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 8373, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -2rem !important;
  }
  /* line 8376, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  /* line 8378, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 8381, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 8384, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 8387, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 8390, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 8392, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 8395, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 8398, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 8401, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 8405, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 8416, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 8419, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8422, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 8425, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 8428, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 8433, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-left {
  text-align: left !important;
}

/* line 8436, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-right {
  text-align: right !important;
}

/* line 8439, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 8443, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 8445, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 8447, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 8451, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 8453, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 8455, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 8459, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 8461, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 8463, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1399px) {
  /* line 8467, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 8469, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 8471, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 8474, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 8477, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 8480, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 8483, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 8486, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 8489, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 8492, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 8495, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 8498, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.font-italic {
  font-style: italic !important;
}

/* line 8501, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-white {
  color: #fff !important;
}

/* line 8504, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-primary {
  color: #de4040 !important;
}

/* line 8507, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #b31f1f !important;
}

/* line 8510, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-secondary {
  color: #868e96 !important;
}

/* line 8513, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #60686f !important;
}

/* line 8516, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-success {
  color: #1dc9b7 !important;
}

/* line 8519, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.text-success:hover, a.text-success:focus {
  color: #13867a !important;
}

/* line 8522, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-info {
  color: #2196F3 !important;
}

/* line 8525, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.text-info:hover, a.text-info:focus {
  color: #0a6ebd !important;
}

/* line 8528, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-warning {
  color: #ffc241 !important;
}

/* line 8531, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #f4a500 !important;
}

/* line 8534, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-danger {
  color: #fd3995 !important;
}

/* line 8537, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #e7026e !important;
}

/* line 8540, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-light {
  color: #fff !important;
}

/* line 8543, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}

/* line 8546, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-dark {
  color: #4f4f4f !important;
}

/* line 8549, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #292929 !important;
}

/* line 8552, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-body {
  color: #212529 !important;
}

/* line 8555, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-muted {
  color: #868e96 !important;
}

/* line 8558, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 8561, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 8564, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8571, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 8574, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-break {
  word-wrap: break-word !important;
}

/* line 8577, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-reset {
  color: inherit !important;
}

/* line 8580, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.visible {
  visibility: visible !important;
}

/* line 8583, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 8587, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 8593, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 8595, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 8597, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 8599, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 8603, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  thead {
    display: table-header-group;
  }
  /* line 8605, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 8608, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 8613, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: letter;
  }
  /* line 8618, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  body {
    min-width: 992px !important;
  }
  /* line 8620, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 8622, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .navbar {
    display: none;
  }
  /* line 8624, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 8626, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 8628, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 8631, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 8634, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .table-dark {
    color: inherit;
  }
  /* line 8636, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #ebe6e6;
  }
  /* line 8641, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #ebe6e6;
  }
}

/* #GLOBAL IMPORTS
========================================================================== */
/* #BOOTSTRAP AND MIXINS - Base Unmodified Bootstrap file with theme mixins
========================================================================== */
/*---------------------------------------------------
    SASS ELements (based on LESS Elements 0.9 http://lesselements.com) 
  -------------------------------- -------------------
    LESS ELEMENTS made by Dmitry Fadeyev (http://fadeyev.net)
    SASS port by Samuel Beek (http://samuelbeek.com) 
  ---------------------------------------------------*/
/*------------------------
    Usage

  $color-white: hexToRGBString(#fff) => "255,255,255"
  $color-white: hexToRGBString(rgb(255,255,255)) => "255,255,255"
  $color-white: hexToRGBString(rgba(#fff,1)) => "255,255,255"
  
------------------------*/
/*------------------------
    Usage

    h1 {
      font-size: rem(32);
    }

    OR:

    h1 {
      font-size: rem(32px);
    }
------------------------*/
/*------------------------
  FADE IN
  e.g. @include fadeIn( 2s );
------------------------*/
/*------------------------
mixin that calculates if text needs to be light or dark
depending on the background color passed.

From this W3C document: http://www.webmasterworld.com/r.cgi?f=88&d=9769&url=http://www.w3.org/TR/AERT#color-contrast

usage:
@include text-contrast($bgcolor)
      
Color brightness is determined by the following formula: 
((Red value X 299) + (Green value X 587) + (Blue value X 114)) / 1000
------------------------*/
/*------------------------
 color factory 
  eg: contrast-ink($contrastvalue)
------------------------*/
/*------------------------
 color factory 
  eg: @include paint($blue-grey-50, bg-blue-grey-50);
------------------------*/
/* backface visibility */
/* generate theme button */
/* #BASE - Base Variable file along with font library, and colors.
========================================================================== */
/*  THEME COLORs
========================================================================== */
/* Looks good on chrome default color profile */
/* We will manually convert these primary colors to rgb for the dark mode option of the theme */
/* looks good in sRGB but washed up on chrome default 
$color-primary:						#826bb0;
$color-success:						#31cb55;
$color-info:						#5e93ec;
$color-warning:						#eec559;
$color-danger:						#dc4b92;
$color-fusion:						darken(desaturate(adjust-hue($color-primary, 5), 80%), 25%); */
/*  Color Polarity
========================================================================== */
/*  PAINTBUCKET MIXER
========================================================================== */
/* the grays */
/* the sapphires */
/* the emeralds */
/* the amethyths */
/* the topaz */
/* the rubies */
/* the graphites */
/*  Define universal border difition (div outlines, etc)
========================================================================== */
/*  MOBILE BREAKPOINT & GUTTERS (contains some bootstrap responsive overrides)
========================================================================== */
/* define when mobile menu activates, here we are declearing (lg) so it targets the one after it */
/* bootstrap reference xs: 0,  sm: 544px, md: 768px, lg: 992px, xl: 1200px*/
/* global var used for spacing*/
/* Uniform Padding variable */
/* Heads up! This is a global scoped variable - changing may impact the whole template */
/*   BOOTSTRAP OVERRIDES (bootstrap variables)
========================================================================== */
/* usage: theme-colors("primary"); */
/* forms */
/*$input-height:							calc(2.25rem + 1px); //I had to add this because the input gruops was having improper height for some reason... */
/* links */
/* checkbox */
/*$custom-file-height-inner:				calc(2.25rem - 1px);*/
/* not part of bootstrap variable */
/* custom checkbox */
/* custom range */
/* custom file */
/* badge */
/* cards */
/*border radius*/
/* alert */
/* toast */
/* breadcrumb */
/* input button */
/* nav link */
/* nav, tabs, pills */
/* tables */
/* dropdowns */
/* dropdowns sizes */
/* popovers */
/* tooltips */
/* modal */
/* reference guide
http://www.standardista.com/px-to-rem-conversion-if-root-font-size-is-16px/
8px = 0.5rem
9px = 0.5625rem
10px = 0.625rem
11px = 0.6875rem
12px = 0.75rem
13px = 0.8125rem
14px = 0.875rem
15px = 0.9375rem
16px = 1rem (base)
17px = 1.0625rem
18px = 1.125rem
19px = 1.1875rem
20px = 1.25rem
21px = 1.3125rem
22px = 1.375rem
24px = 1.5rem
25px = 1.5625rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem
34px = 2.125rem
36px = 2.25rem
38px = 2.375rem
40px = 2.5rem
*/
/* Fonts */
/* carousel */
/*  BASE VARS
========================================================================== */
/* font vars below will auto change to rem values using function rem($value)*/
/* 11px   */
/* 12px   */
/* 12.5px */
/* 14px   */
/* 15px   */
/* 16px   */
/* 28px   */
/*  Font Family
========================================================================== */
/*hint: you can also try the font called 'Poppins' by replacing the font 'Roboto' */
/*  ANIMATIONS
========================================================================== */
/* this addresses all animation related to nav hide to nav minify */
/*  Z-INDEX declearation
========================================================================== */
/* we adjust bootstrap z-index to be higher than our higest z-index*/
/*  CUSTOM ICON PREFIX 
========================================================================== */
/*  PRINT CSS (landscape or portrait)
========================================================================== */
/* landscape or portrait */
/* auto, letter */
/*  Common Element Variables
========================================================================== */
/* Z-index decleartion "birds eye view"
========================================================================== */
/*  Components
========================================================================== */
/*  PAGE HEADER STUFF
========================================================================== */
/* colors */
/* height */
/* logo */
/* try not to go beywond the width of $main_nav_width value */
/* you may need to change this depending on your logo design */
/* adjust this as you see fit : left, right, center */
/* icon font size (not button) */
/* search input box */
/* suggestion: #ccced0*/
/* btn */
/* dropdown: app list */
/* badge */
/* COMPONENTS & MODS */
/*  NAVIGATION STUFF

Guide:

aside.page-sidebar ($nav-width, $nav-background)
	.page-logo
	.primary-nav
		.info-card
		ul.nav-menu
			li
				a (parent level-0..., $nav-link-color, $nav-link-hover-color, $nav-link-hover-bg-color, $nav-link-hover-left-border-color)
					icon 
					span
					collapse-sign 
					
				ul.nav-menu-sub-one  
					li
						a ($nav-level-1... $nav-sub-link-height)
							span
							collapse-sign

						ul.nav-menu-sub-two
							li
								a ($nav-level-2... $nav-sub-link-height)
									span

		p.nav-title ($nav-title-*...)


========================================================================== */
/* main navigation */
/* left panel */
/* nav footer */
/* nav parent level-0 */
/* nav link level-1 */
/* nav level-1 bg */
/* nav icon sizes */
/* badge default */
/* all child */
/* nav title */
/* nav Minify */
/* when the menu pops on hover */
/* navigation Width */
/* partial visibility of the menu */
/* top navigation */
/* nav Info Card (appears below the logo) */
/* width is auto */
/* nav DL labels for all child */
/* will be pulled to left as a negative value */
/*   MISC Settings
========================================================================== */
/* List Table */
/*   PAGE SETTINGS
========================================================================== */
/*   PAGE BREADCRUMB 
========================================================================== */
/*   PAGE COMPONENT PANELS 
========================================================================== */
/*   PAGE COMPONENT PROGRESSBARS 
========================================================================== */
/*   PAGE COMPONENT MESSENGER 
========================================================================== */
/*   FOOTER
========================================================================== */
/*   GLOBALS
========================================================================== */
/* ACCESSIBILITIES */
/* SHORTCUT BUTTON (appears on bottom right of the page) */
/* GULP WARNINGS */
/* line 8907, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
  font-size: 0.8125rem;
  letter-spacing: 0.1px;
}

/* line 8912, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.page-content {
  color: #666666;
}

/* line 8915, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 400;
}

/* line 8919, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
strong {
  font-weight: 500;
}

/* line 8922, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 300;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 2px 0 1.5rem;
}

/* line 8940, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
h2 small,
h3 small,
.h2 small,
.h3 small {
  font-size: 0.9375rem;
}

/* line 8946, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
h4 small,
.h4 small {
  font-size: 0.875rem;
}

/* line 8950, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
h5 small,
h6 small,
.h5 small,
.h6 small {
  font-size: 0.8125rem;
}

/* contrast text */
/* line 8957, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-contrast {
  color: #333333;
}

/* text-gradient */
/* line 8961, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.text-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #c82323), color-stop(50%, #b31f1f), color-stop(75%, #0c7cd5), to(#0960a5));
  background: linear-gradient(180deg, #c82323 25%, #b31f1f 50%, #0c7cd5 75%, #0960a5 100%);
  color: #de4040;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

/* looking for font size? Check _helpers.scss */
/* PLACEHOLDER 
============================================= 

EXAMPLE:

%bg-image {
		width: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
}

.image-one {
		@extend %bg-image;
		background-image:url(/img/image-one.jpg);
}

RESULT:

.image-one, .image-two {
		width: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
}

*/
/*
%shadow-hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 0 2px rgba(0,0,0,0.24);
	transition: all 0.2s ease-in-out;

	&:hover {
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 -1px 6px rgba(0,0,0,0.23);
	}
}
*/
/*%fixed-header-shadow {
	@include box-shadow(0 2px 2px -1px rgba(0,0,0,.1));
}*/
/*  %selected-dot {
		&:before {
			content: " ";
			display: block;
			border-radius: 50%;
			background: inherit;
			background-image: none;
			border: 2px solid rgba(0,0,0,0.2);
			position: absolute;
			top: 15px;
			left: 15px;
			height: 20px;
			width: 20px;
		}
		&:after {
			content: " ";
			height: inherit;
			width: inherit;
			border: 5px solid rgba(0,0,0,0.1);
			position: absolute;
			left: 0;
			top: 0;
			border-radius: 50%;
		} 
	}*/
/* patterns */
/* #WEBFONT ICONS IMPORTS
========================================================================== */
/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/* line 9044, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 9058, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 9063, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-xs {
  font-size: .75em;
}

/* line 9066, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sm {
  font-size: .875em;
}

/* line 9069, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-1x {
  font-size: 1em;
}

/* line 9072, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-2x {
  font-size: 2em;
}

/* line 9075, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-3x {
  font-size: 3em;
}

/* line 9078, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-4x {
  font-size: 4em;
}

/* line 9081, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-5x {
  font-size: 5em;
}

/* line 9084, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-6x {
  font-size: 6em;
}

/* line 9087, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-7x {
  font-size: 7em;
}

/* line 9090, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-8x {
  font-size: 8em;
}

/* line 9093, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-9x {
  font-size: 9em;
}

/* line 9096, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-10x {
  font-size: 10em;
}

/* line 9099, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 9103, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9107, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ul > li {
  position: relative;
}

/* line 9110, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 9117, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 9122, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pull-left {
  float: left;
}

/* line 9125, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pull-right {
  float: right;
}

/* line 9128, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 9135, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 9142, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9146, vendor/assets/stylesheets/smartadmin/vendors.bundle.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(360deg);
    transform: rotate(360deg);
  }
}

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

/* line 9166, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 9171, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 9176, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 9181, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9186, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 9191, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* line 9196, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

/* line 9205, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 9213, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 9220, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 9223, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 9226, vendor/assets/stylesheets/smartadmin/vendors.bundle.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 9231, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 9234, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-abacus:before {
  content: "\f640";
}

/* line 9237, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 9240, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 9243, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-acorn:before {
  content: "\f6ae";
}

/* line 9246, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 9249, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9252, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 9255, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 9258, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 9261, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 9264, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-adobe:before {
  content: "\f778";
}

/* line 9267, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 9270, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 9273, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-air-conditioner:before {
  content: "\f8f4";
}

/* line 9276, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 9279, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 9282, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-alarm-clock:before {
  content: "\f34e";
}

/* line 9285, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-alarm-exclamation:before {
  content: "\f843";
}

/* line 9288, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-alarm-plus:before {
  content: "\f844";
}

/* line 9291, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-alarm-snooze:before {
  content: "\f845";
}

/* line 9294, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-album:before {
  content: "\f89f";
}

/* line 9297, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-album-collection:before {
  content: "\f8a0";
}

/* line 9300, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 9303, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-alicorn:before {
  content: "\f6b0";
}

/* line 9306, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-alien:before {
  content: "\f8f5";
}

/* line 9309, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-alien-monster:before {
  content: "\f8f6";
}

/* line 9312, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 9315, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 9318, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 9321, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 9324, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-align-slash:before {
  content: "\f846";
}

/* line 9327, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 9330, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 9333, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 9336, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 9339, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 9342, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 9345, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 9348, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-amp-guitar:before {
  content: "\f8a1";
}

/* line 9351, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-analytics:before {
  content: "\f643";
}

/* line 9354, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 9357, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 9360, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-angel:before {
  content: "\f779";
}

/* line 9363, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 9366, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 9369, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 9372, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 9375, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 9378, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 9381, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 9384, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 9387, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 9390, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 9393, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 9396, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 9399, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 9402, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 9405, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 9408, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 9411, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 9414, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 9417, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-apple-crate:before {
  content: "\f6b1";
}

/* line 9420, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 9423, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 9426, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 9429, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 9432, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 9435, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 9438, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 9441, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-down:before {
  content: "\f354";
}

/* line 9444, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

/* line 9447, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-from-left:before {
  content: "\f347";
}

/* line 9450, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-from-right:before {
  content: "\f348";
}

/* line 9453, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-from-top:before {
  content: "\f349";
}

/* line 9456, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-left:before {
  content: "\f355";
}

/* line 9459, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-right:before {
  content: "\f356";
}

/* line 9462, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-square-down:before {
  content: "\f350";
}

/* line 9465, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-square-left:before {
  content: "\f351";
}

/* line 9468, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-square-right:before {
  content: "\f352";
}

/* line 9471, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-square-up:before {
  content: "\f353";
}

/* line 9474, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

/* line 9477, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

/* line 9480, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

/* line 9483, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

/* line 9486, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-alt-up:before {
  content: "\f357";
}

/* line 9489, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 9492, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 9495, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 9498, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 9501, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 9504, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-from-bottom:before {
  content: "\f342";
}

/* line 9507, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-from-left:before {
  content: "\f343";
}

/* line 9510, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-from-right:before {
  content: "\f344";
}

/* line 9513, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-from-top:before {
  content: "\f345";
}

/* line 9516, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 9519, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 9522, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-square-down:before {
  content: "\f339";
}

/* line 9525, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-square-left:before {
  content: "\f33a";
}

/* line 9528, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-square-right:before {
  content: "\f33b";
}

/* line 9531, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-square-up:before {
  content: "\f33c";
}

/* line 9534, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-to-bottom:before {
  content: "\f33d";
}

/* line 9537, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-to-left:before {
  content: "\f33e";
}

/* line 9540, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-to-right:before {
  content: "\f340";
}

/* line 9543, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-to-top:before {
  content: "\f341";
}

/* line 9546, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 9549, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 9552, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 9555, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 9558, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 9561, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 9564, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 9567, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 9570, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 9573, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 9576, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 9579, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 9582, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 9585, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 9588, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 9591, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-atom-alt:before {
  content: "\f5d3";
}

/* line 9594, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 9597, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 9600, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 9603, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 9606, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 9609, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-award:before {
  content: "\f559";
}

/* line 9612, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 9615, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-axe:before {
  content: "\f6b2";
}

/* line 9618, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-axe-battle:before {
  content: "\f6b3";
}

/* line 9621, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 9624, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 9627, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-backpack:before {
  content: "\f5d4";
}

/* line 9630, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 9633, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 9636, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 9639, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bacteria:before {
  content: "\f959";
}

/* line 9642, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bacterium:before {
  content: "\f95a";
}

/* line 9645, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-badge:before {
  content: "\f335";
}

/* line 9648, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-badge-check:before {
  content: "\f336";
}

/* line 9651, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-badge-dollar:before {
  content: "\f645";
}

/* line 9654, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-badge-percent:before {
  content: "\f646";
}

/* line 9657, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-badge-sheriff:before {
  content: "\f8a2";
}

/* line 9660, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-badger-honey:before {
  content: "\f6b4";
}

/* line 9663, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bags-shopping:before {
  content: "\f847";
}

/* line 9666, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 9669, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 9672, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 9675, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 9678, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ball-pile:before {
  content: "\f77e";
}

/* line 9681, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ballot:before {
  content: "\f732";
}

/* line 9684, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ballot-check:before {
  content: "\f733";
}

/* line 9687, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 9690, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 9693, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 9696, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-banjo:before {
  content: "\f8a3";
}

/* line 9699, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 9702, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-barcode-alt:before {
  content: "\f463";
}

/* line 9705, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-barcode-read:before {
  content: "\f464";
}

/* line 9708, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-barcode-scan:before {
  content: "\f465";
}

/* line 9711, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 9714, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-baseball:before {
  content: "\f432";
}

/* line 9717, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 9720, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 9723, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-basketball-hoop:before {
  content: "\f435";
}

/* line 9726, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bat:before {
  content: "\f6b5";
}

/* line 9729, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 9732, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-battery-bolt:before {
  content: "\f376";
}

/* line 9735, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 9738, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 9741, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 9744, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 9747, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-battery-slash:before {
  content: "\f377";
}

/* line 9750, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 9753, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 9756, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 9759, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bed-alt:before {
  content: "\f8f7";
}

/* line 9762, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bed-bunk:before {
  content: "\f8f8";
}

/* line 9765, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bed-empty:before {
  content: "\f8f9";
}

/* line 9768, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 9771, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 9774, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 9777, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 9780, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bell-exclamation:before {
  content: "\f848";
}

/* line 9783, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bell-on:before {
  content: "\f8fa";
}

/* line 9786, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bell-plus:before {
  content: "\f849";
}

/* line 9789, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bell-school:before {
  content: "\f5d5";
}

/* line 9792, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bell-school-slash:before {
  content: "\f5d6";
}

/* line 9795, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 9798, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bells:before {
  content: "\f77f";
}

/* line 9801, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-betamax:before {
  content: "\f8a4";
}

/* line 9804, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 9807, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 9810, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 9813, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 9816, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-biking-mountain:before {
  content: "\f84b";
}

/* line 9819, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 9822, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 9825, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 9828, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 9831, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 9834, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 9837, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 9840, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 9843, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 9846, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-blanket:before {
  content: "\f498";
}

/* line 9849, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 9852, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 9855, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 9858, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-blinds:before {
  content: "\f8fb";
}

/* line 9861, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-blinds-open:before {
  content: "\f8fc";
}

/* line 9864, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-blinds-raised:before {
  content: "\f8fd";
}

/* line 9867, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 9870, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 9873, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 9876, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 9879, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 9882, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 9885, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 9888, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 9891, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 9894, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bone-break:before {
  content: "\f5d8";
}

/* line 9897, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 9900, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 9903, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-book-alt:before {
  content: "\f5d9";
}

/* line 9906, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 9909, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-book-heart:before {
  content: "\f499";
}

/* line 9912, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 9915, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 9918, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 9921, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-book-spells:before {
  content: "\f6b8";
}

/* line 9924, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-book-user:before {
  content: "\f7e7";
}

/* line 9927, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 9930, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-books:before {
  content: "\f5db";
}

/* line 9933, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-books-medical:before {
  content: "\f7e8";
}

/* line 9936, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-boombox:before {
  content: "\f8a5";
}

/* line 9939, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-boot:before {
  content: "\f782";
}

/* line 9942, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-booth-curtain:before {
  content: "\f734";
}

/* line 9945, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 9948, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 9951, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-border-bottom:before {
  content: "\f84d";
}

/* line 9954, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-border-center-h:before {
  content: "\f89c";
}

/* line 9957, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-border-center-v:before {
  content: "\f89d";
}

/* line 9960, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-border-inner:before {
  content: "\f84e";
}

/* line 9963, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-border-left:before {
  content: "\f84f";
}

/* line 9966, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 9969, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-border-outer:before {
  content: "\f851";
}

/* line 9972, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-border-right:before {
  content: "\f852";
}

/* line 9975, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 9978, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-border-style-alt:before {
  content: "\f854";
}

/* line 9981, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-border-top:before {
  content: "\f855";
}

/* line 9984, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bow-arrow:before {
  content: "\f6b9";
}

/* line 9987, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 9990, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bowling-pins:before {
  content: "\f437";
}

/* line 9993, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-box:before {
  content: "\f466";
}

/* line 9996, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-box-alt:before {
  content: "\f49a";
}

/* line 9999, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-box-ballot:before {
  content: "\f735";
}

/* line 10002, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-box-check:before {
  content: "\f467";
}

/* line 10005, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-box-fragile:before {
  content: "\f49b";
}

/* line 10008, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-box-full:before {
  content: "\f49c";
}

/* line 10011, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-box-heart:before {
  content: "\f49d";
}

/* line 10014, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 10017, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-box-tissue:before {
  content: "\f95b";
}

/* line 10020, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-box-up:before {
  content: "\f49f";
}

/* line 10023, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-box-usd:before {
  content: "\f4a0";
}

/* line 10026, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 10029, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-boxes-alt:before {
  content: "\f4a1";
}

/* line 10032, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-boxing-glove:before {
  content: "\f438";
}

/* line 10035, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-brackets:before {
  content: "\f7e9";
}

/* line 10038, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-brackets-curly:before {
  content: "\f7ea";
}

/* line 10041, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 10044, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 10047, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bread-loaf:before {
  content: "\f7eb";
}

/* line 10050, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 10053, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 10056, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 10059, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bring-forward:before {
  content: "\f856";
}

/* line 10062, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bring-front:before {
  content: "\f857";
}

/* line 10065, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 10068, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 10071, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-browser:before {
  content: "\f37e";
}

/* line 10074, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 10077, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 10080, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 10083, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 10086, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 10089, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 10092, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 10095, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bullseye-arrow:before {
  content: "\f648";
}

/* line 10098, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bullseye-pointer:before {
  content: "\f649";
}

/* line 10101, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-burger-soda:before {
  content: "\f858";
}

/* line 10104, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 10107, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 10110, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-burrito:before {
  content: "\f7ed";
}

/* line 10113, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 10116, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 10119, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-bus-school:before {
  content: "\f5dd";
}

/* line 10122, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 10125, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 10128, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 10131, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cabinet-filing:before {
  content: "\f64b";
}

/* line 10134, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cactus:before {
  content: "\f8a7";
}

/* line 10137, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 10140, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-calculator-alt:before {
  content: "\f64c";
}

/* line 10143, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 10146, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 10149, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 10152, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 10155, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-calendar-edit:before {
  content: "\f333";
}

/* line 10158, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-calendar-exclamation:before {
  content: "\f334";
}

/* line 10161, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 10164, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 10167, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-calendar-star:before {
  content: "\f736";
}

/* line 10170, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 10173, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 10176, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-camcorder:before {
  content: "\f8a8";
}

/* line 10179, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 10182, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-camera-alt:before {
  content: "\f332";
}

/* line 10185, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-camera-home:before {
  content: "\f8fe";
}

/* line 10188, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-camera-movie:before {
  content: "\f8a9";
}

/* line 10191, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-camera-polaroid:before {
  content: "\f8aa";
}

/* line 10194, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 10197, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-campfire:before {
  content: "\f6ba";
}

/* line 10200, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 10203, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 10206, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-candle-holder:before {
  content: "\f6bc";
}

/* line 10209, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 10212, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-candy-corn:before {
  content: "\f6bd";
}

/* line 10215, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 10218, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 10221, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 10224, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 10227, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 10230, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-car-building:before {
  content: "\f859";
}

/* line 10233, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-car-bump:before {
  content: "\f5e0";
}

/* line 10236, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-car-bus:before {
  content: "\f85a";
}

/* line 10239, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 10242, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-car-garage:before {
  content: "\f5e2";
}

/* line 10245, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-car-mechanic:before {
  content: "\f5e3";
}

/* line 10248, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 10251, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-car-tilt:before {
  content: "\f5e5";
}

/* line 10254, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-car-wash:before {
  content: "\f5e6";
}

/* line 10257, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 10260, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-caravan-alt:before {
  content: "\f900";
}

/* line 10263, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-caret-circle-down:before {
  content: "\f32d";
}

/* line 10266, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-caret-circle-left:before {
  content: "\f32e";
}

/* line 10269, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-caret-circle-right:before {
  content: "\f330";
}

/* line 10272, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-caret-circle-up:before {
  content: "\f331";
}

/* line 10275, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 10278, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 10281, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 10284, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 10287, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 10290, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 10293, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 10296, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 10299, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 10302, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cars:before {
  content: "\f85b";
}

/* line 10305, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 10308, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 10311, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 10314, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cassette-tape:before {
  content: "\f8ab";
}

/* line 10317, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 10320, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cat-space:before {
  content: "\f901";
}

/* line 10323, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cauldron:before {
  content: "\f6bf";
}

/* line 10326, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 10329, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 10332, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 10335, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 10338, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 10341, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 10344, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 10347, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 10350, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 10353, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 10356, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cctv:before {
  content: "\f8ac";
}

/* line 10359, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 10362, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 10365, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 10368, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 10371, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chair-office:before {
  content: "\f6c1";
}

/* line 10374, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 10377, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 10380, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 10383, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 10386, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 10389, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 10392, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chart-line-down:before {
  content: "\f64d";
}

/* line 10395, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chart-network:before {
  content: "\f78a";
}

/* line 10398, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 10401, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chart-pie-alt:before {
  content: "\f64e";
}

/* line 10404, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chart-scatter:before {
  content: "\f7ee";
}

/* line 10407, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 10410, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 10413, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 10416, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 10419, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 10422, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cheese-swiss:before {
  content: "\f7f0";
}

/* line 10425, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cheeseburger:before {
  content: "\f7f1";
}

/* line 10428, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 10431, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 10434, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-bishop-alt:before {
  content: "\f43b";
}

/* line 10437, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 10440, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-clock:before {
  content: "\f43d";
}

/* line 10443, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-clock-alt:before {
  content: "\f43e";
}

/* line 10446, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 10449, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-king-alt:before {
  content: "\f440";
}

/* line 10452, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 10455, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-knight-alt:before {
  content: "\f442";
}

/* line 10458, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 10461, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-pawn-alt:before {
  content: "\f444";
}

/* line 10464, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 10467, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-queen-alt:before {
  content: "\f446";
}

/* line 10470, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 10473, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chess-rook-alt:before {
  content: "\f448";
}

/* line 10476, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 10479, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 10482, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 10485, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 10488, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-double-down:before {
  content: "\f322";
}

/* line 10491, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-double-left:before {
  content: "\f323";
}

/* line 10494, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-double-right:before {
  content: "\f324";
}

/* line 10497, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-double-up:before {
  content: "\f325";
}

/* line 10500, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 10503, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 10506, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 10509, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-square-down:before {
  content: "\f329";
}

/* line 10512, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-square-left:before {
  content: "\f32a";
}

/* line 10515, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-square-right:before {
  content: "\f32b";
}

/* line 10518, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-square-up:before {
  content: "\f32c";
}

/* line 10521, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 10524, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 10527, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chimney:before {
  content: "\f78b";
}

/* line 10530, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 10533, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 10536, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 10539, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 10542, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 10545, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 10548, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-clarinet:before {
  content: "\f8ad";
}

/* line 10551, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-claw-marks:before {
  content: "\f6c2";
}

/* line 10554, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 10557, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 10560, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 10563, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 10566, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-clipboard-list-check:before {
  content: "\f737";
}

/* line 10569, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-clipboard-prescription:before {
  content: "\f5e8";
}

/* line 10572, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-clipboard-user:before {
  content: "\f7f3";
}

/* line 10575, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 10578, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 10581, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 10584, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 10587, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 10590, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 10593, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-drizzle:before {
  content: "\f738";
}

/* line 10596, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-hail:before {
  content: "\f739";
}

/* line 10599, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

/* line 10602, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 10605, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 10608, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 10611, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-music:before {
  content: "\f8ae";
}

/* line 10614, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 10617, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-rainbow:before {
  content: "\f73e";
}

/* line 10620, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-showers:before {
  content: "\f73f";
}

/* line 10623, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 10626, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-sleet:before {
  content: "\f741";
}

/* line 10629, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-snow:before {
  content: "\f742";
}

/* line 10632, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 10635, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 10638, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 10641, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 10644, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-clouds:before {
  content: "\f744";
}

/* line 10647, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-clouds-moon:before {
  content: "\f745";
}

/* line 10650, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-clouds-sun:before {
  content: "\f746";
}

/* line 10653, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 10656, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 10659, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 10662, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-club:before {
  content: "\f327";
}

/* line 10665, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 10668, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-code:before {
  content: "\f121";
}

/* line 10671, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 10674, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-code-commit:before {
  content: "\f386";
}

/* line 10677, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-code-merge:before {
  content: "\f387";
}

/* line 10680, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 10683, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 10686, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 10689, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-coffee-pot:before {
  content: "\f902";
}

/* line 10692, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-coffee-togo:before {
  content: "\f6c5";
}

/* line 10695, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-coffin:before {
  content: "\f6c6";
}

/* line 10698, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-coffin-cross:before {
  content: "\f951";
}

/* line 10701, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 10704, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 10707, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-coin:before {
  content: "\f85c";
}

/* line 10710, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 10713, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 10716, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comet:before {
  content: "\f903";
}

/* line 10719, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 10722, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 10725, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-alt-check:before {
  content: "\f4a2";
}

/* line 10728, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-alt-dollar:before {
  content: "\f650";
}

/* line 10731, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-alt-dots:before {
  content: "\f4a3";
}

/* line 10734, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-alt-edit:before {
  content: "\f4a4";
}

/* line 10737, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

/* line 10740, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-alt-lines:before {
  content: "\f4a6";
}

/* line 10743, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-alt-medical:before {
  content: "\f7f4";
}

/* line 10746, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-alt-minus:before {
  content: "\f4a7";
}

/* line 10749, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-alt-music:before {
  content: "\f8af";
}

/* line 10752, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-alt-plus:before {
  content: "\f4a8";
}

/* line 10755, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-alt-slash:before {
  content: "\f4a9";
}

/* line 10758, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-alt-smile:before {
  content: "\f4aa";
}

/* line 10761, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-alt-times:before {
  content: "\f4ab";
}

/* line 10764, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-check:before {
  content: "\f4ac";
}

/* line 10767, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 10770, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 10773, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-edit:before {
  content: "\f4ae";
}

/* line 10776, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-exclamation:before {
  content: "\f4af";
}

/* line 10779, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-lines:before {
  content: "\f4b0";
}

/* line 10782, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 10785, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-minus:before {
  content: "\f4b1";
}

/* line 10788, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-music:before {
  content: "\f8b0";
}

/* line 10791, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-plus:before {
  content: "\f4b2";
}

/* line 10794, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 10797, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-smile:before {
  content: "\f4b4";
}

/* line 10800, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comment-times:before {
  content: "\f4b5";
}

/* line 10803, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 10806, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comments-alt:before {
  content: "\f4b6";
}

/* line 10809, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comments-alt-dollar:before {
  content: "\f652";
}

/* line 10812, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 10815, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 10818, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 10821, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-compass-slash:before {
  content: "\f5e9";
}

/* line 10824, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 10827, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 10830, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 10833, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-compress-wide:before {
  content: "\f326";
}

/* line 10836, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-computer-classic:before {
  content: "\f8b1";
}

/* line 10839, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-computer-speaker:before {
  content: "\f8b2";
}

/* line 10842, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 10845, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 10848, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 10851, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-construction:before {
  content: "\f85d";
}

/* line 10854, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-container-storage:before {
  content: "\f4b7";
}

/* line 10857, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 10860, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-conveyor-belt:before {
  content: "\f46e";
}

/* line 10863, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

/* line 10866, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 10869, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 10872, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 10875, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 10878, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-corn:before {
  content: "\f6c7";
}

/* line 10881, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 10884, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 10887, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cow:before {
  content: "\f6c8";
}

/* line 10890, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cowbell:before {
  content: "\f8b3";
}

/* line 10893, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cowbell-more:before {
  content: "\f8b4";
}

/* line 10896, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 10899, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 10902, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 10905, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 10908, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 10911, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 10914, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 10917, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 10920, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 10923, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 10926, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 10929, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 10932, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 10935, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 10938, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 10941, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 10944, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-credit-card-blank:before {
  content: "\f389";
}

/* line 10947, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-credit-card-front:before {
  content: "\f38a";
}

/* line 10950, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cricket:before {
  content: "\f449";
}

/* line 10953, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 10956, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-croissant:before {
  content: "\f7f6";
}

/* line 10959, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 10962, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 10965, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 10968, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 10971, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 10974, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 10977, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 10980, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-crutches:before {
  content: "\f7f8";
}

/* line 10983, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 10986, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 10989, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 10992, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 10995, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-curling:before {
  content: "\f44a";
}

/* line 10998, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 11001, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 11004, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 11007, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 11010, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dagger:before {
  content: "\f6cb";
}

/* line 11013, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dailymotion:before {
  content: "\f952";
}

/* line 11016, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 11019, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 11022, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 11025, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-debug:before {
  content: "\f7f9";
}

/* line 11028, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-deer:before {
  content: "\f78e";
}

/* line 11031, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-deer-rudolph:before {
  content: "\f78f";
}

/* line 11034, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 11037, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 11040, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 11043, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 11046, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 11049, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-desktop-alt:before {
  content: "\f390";
}

/* line 11052, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 11055, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 11058, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dewpoint:before {
  content: "\f748";
}

/* line 11061, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 11064, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 11067, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 11070, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 11073, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 11076, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 11079, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dice-d10:before {
  content: "\f6cd";
}

/* line 11082, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dice-d12:before {
  content: "\f6ce";
}

/* line 11085, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 11088, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dice-d4:before {
  content: "\f6d0";
}

/* line 11091, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 11094, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dice-d8:before {
  content: "\f6d2";
}

/* line 11097, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 11100, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 11103, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 11106, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 11109, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 11112, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 11115, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 11118, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-digging:before {
  content: "\f85e";
}

/* line 11121, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 11124, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 11127, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-diploma:before {
  content: "\f5ea";
}

/* line 11130, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 11133, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-disc-drive:before {
  content: "\f8b5";
}

/* line 11136, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 11139, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 11142, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 11145, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 11148, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 11151, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 11154, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-do-not-enter:before {
  content: "\f5ec";
}

/* line 11157, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 11160, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 11163, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 11166, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dog-leashed:before {
  content: "\f6d4";
}

/* line 11169, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 11172, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 11175, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dolly-empty:before {
  content: "\f473";
}

/* line 11178, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 11181, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

/* line 11184, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

/* line 11187, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 11190, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 11193, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 11196, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 11199, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 11202, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-download:before {
  content: "\f019";
}

/* line 11205, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 11208, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 11211, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 11214, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-draw-circle:before {
  content: "\f5ed";
}

/* line 11217, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 11220, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-draw-square:before {
  content: "\f5ef";
}

/* line 11223, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dreidel:before {
  content: "\f792";
}

/* line 11226, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 11229, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 11232, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-drone:before {
  content: "\f85f";
}

/* line 11235, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-drone-alt:before {
  content: "\f860";
}

/* line 11238, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 11241, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 11244, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 11247, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-drumstick:before {
  content: "\f6d6";
}

/* line 11250, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 11253, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 11256, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dryer:before {
  content: "\f861";
}

/* line 11259, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dryer-alt:before {
  content: "\f862";
}

/* line 11262, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-duck:before {
  content: "\f6d8";
}

/* line 11265, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 11268, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 11271, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 11274, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 11277, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 11280, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ear:before {
  content: "\f5f0";
}

/* line 11283, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ear-muffs:before {
  content: "\f795";
}

/* line 11286, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 11289, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 11292, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-eclipse:before {
  content: "\f749";
}

/* line 11295, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-eclipse-alt:before {
  content: "\f74a";
}

/* line 11298, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 11301, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 11304, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 11307, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-egg-fried:before {
  content: "\f7fc";
}

/* line 11310, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 11313, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 11316, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-elephant:before {
  content: "\f6da";
}

/* line 11319, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 11322, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

/* line 11325, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 11328, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

/* line 11331, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 11334, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 11337, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 11340, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-empty-set:before {
  content: "\f656";
}

/* line 11343, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-engine-warning:before {
  content: "\f5f2";
}

/* line 11346, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 11349, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 11352, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-envelope-open-dollar:before {
  content: "\f657";
}

/* line 11355, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 11358, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 11361, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 11364, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 11367, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 11370, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 11373, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 11376, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 11379, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 11382, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 11385, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 11388, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 11391, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 11394, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 11397, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 11400, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-exclamation-square:before {
  content: "\f321";
}

/* line 11403, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 11406, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 11409, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 11412, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-expand-arrows:before {
  content: "\f31d";
}

/* line 11415, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 11418, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-expand-wide:before {
  content: "\f320";
}

/* line 11421, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 11424, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 11427, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 11430, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 11433, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 11436, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 11439, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 11442, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-eye-evil:before {
  content: "\f6db";
}

/* line 11445, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 11448, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 11451, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 11454, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 11457, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 11460, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 11463, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fan-table:before {
  content: "\f904";
}

/* line 11466, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 11469, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-farm:before {
  content: "\f864";
}

/* line 11472, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 11475, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 11478, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-faucet:before {
  content: "\f905";
}

/* line 11481, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-faucet-drip:before {
  content: "\f906";
}

/* line 11484, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 11487, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 11490, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 11493, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 11496, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 11499, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-female:before {
  content: "\f182";
}

/* line 11502, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-field-hockey:before {
  content: "\f44c";
}

/* line 11505, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 11508, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 11511, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 11514, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 11517, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 11520, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 11523, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-certificate:before {
  content: "\f5f3";
}

/* line 11526, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-chart-line:before {
  content: "\f659";
}

/* line 11529, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-chart-pie:before {
  content: "\f65a";
}

/* line 11532, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-check:before {
  content: "\f316";
}

/* line 11535, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 11538, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 11541, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 11544, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 11547, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-edit:before {
  content: "\f31c";
}

/* line 11550, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 11553, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-exclamation:before {
  content: "\f31a";
}

/* line 11556, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 11559, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 11562, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 11565, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 11568, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 11571, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 11574, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 11577, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-minus:before {
  content: "\f318";
}

/* line 11580, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-music:before {
  content: "\f8b6";
}

/* line 11583, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 11586, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-plus:before {
  content: "\f319";
}

/* line 11589, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 11592, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 11595, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-search:before {
  content: "\f865";
}

/* line 11598, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 11601, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-spreadsheet:before {
  content: "\f65b";
}

/* line 11604, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-times:before {
  content: "\f317";
}

/* line 11607, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 11610, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-user:before {
  content: "\f65c";
}

/* line 11613, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 11616, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 11619, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-files-medical:before {
  content: "\f7fd";
}

/* line 11622, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 11625, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 11628, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-film:before {
  content: "\f008";
}

/* line 11631, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-film-alt:before {
  content: "\f3a0";
}

/* line 11634, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-film-canister:before {
  content: "\f8b7";
}

/* line 11637, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 11640, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 11643, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 11646, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 11649, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 11652, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fire-smoke:before {
  content: "\f74b";
}

/* line 11655, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 11658, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-firefox-browser:before {
  content: "\f907";
}

/* line 11661, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fireplace:before {
  content: "\f79a";
}

/* line 11664, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 11667, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 11670, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 11673, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 11676, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 11679, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fish-cooked:before {
  content: "\f7fe";
}

/* line 11682, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 11685, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 11688, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flag-alt:before {
  content: "\f74c";
}

/* line 11691, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 11694, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 11697, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flame:before {
  content: "\f6df";
}

/* line 11700, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flashlight:before {
  content: "\f8b8";
}

/* line 11703, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 11706, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flask-poison:before {
  content: "\f6e0";
}

/* line 11709, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flask-potion:before {
  content: "\f6e1";
}

/* line 11712, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 11715, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 11718, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flower:before {
  content: "\f7ff";
}

/* line 11721, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flower-daffodil:before {
  content: "\f800";
}

/* line 11724, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flower-tulip:before {
  content: "\f801";
}

/* line 11727, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 11730, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flute:before {
  content: "\f8b9";
}

/* line 11733, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-flux-capacitor:before {
  content: "\f8ba";
}

/* line 11736, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 11739, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fog:before {
  content: "\f74e";
}

/* line 11742, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 11745, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-folder-download:before {
  content: "\f953";
}

/* line 11748, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 11751, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 11754, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 11757, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-folder-times:before {
  content: "\f65f";
}

/* line 11760, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-folder-tree:before {
  content: "\f802";
}

/* line 11763, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-folder-upload:before {
  content: "\f954";
}

/* line 11766, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-folders:before {
  content: "\f660";
}

/* line 11769, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-font:before {
  content: "\f031";
}

/* line 11772, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 11775, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 11778, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 11781, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 11784, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-font-case:before {
  content: "\f866";
}

/* line 11787, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 11790, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 11793, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 11796, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-football-helmet:before {
  content: "\f44f";
}

/* line 11799, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-forklift:before {
  content: "\f47a";
}

/* line 11802, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 11805, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 11808, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 11811, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 11814, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 11817, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fragile:before {
  content: "\f4bb";
}

/* line 11820, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 11823, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 11826, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-french-fries:before {
  content: "\f803";
}

/* line 11829, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 11832, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-frosty-head:before {
  content: "\f79b";
}

/* line 11835, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 11838, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 11841, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 11844, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-function:before {
  content: "\f661";
}

/* line 11847, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 11850, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 11853, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 11856, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 11859, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-galaxy:before {
  content: "\f908";
}

/* line 11862, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-game-board:before {
  content: "\f867";
}

/* line 11865, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-game-board-alt:before {
  content: "\f868";
}

/* line 11868, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-game-console-handheld:before {
  content: "\f8bb";
}

/* line 11871, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 11874, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gamepad-alt:before {
  content: "\f8bc";
}

/* line 11877, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-garage:before {
  content: "\f909";
}

/* line 11880, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-garage-car:before {
  content: "\f90a";
}

/* line 11883, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-garage-open:before {
  content: "\f90b";
}

/* line 11886, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 11889, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gas-pump-slash:before {
  content: "\f5f4";
}

/* line 11892, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 11895, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 11898, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 11901, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 11904, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 11907, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 11910, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 11913, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 11916, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gift-card:before {
  content: "\f663";
}

/* line 11919, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 11922, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gingerbread-man:before {
  content: "\f79d";
}

/* line 11925, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 11928, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 11931, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 11934, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 11937, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 11940, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 11943, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 11946, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 11949, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 11952, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-glass:before {
  content: "\f804";
}

/* line 11955, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-glass-champagne:before {
  content: "\f79e";
}

/* line 11958, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 11961, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-glass-citrus:before {
  content: "\f869";
}

/* line 11964, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 11967, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 11970, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 11973, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

/* line 11976, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 11979, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-glasses-alt:before {
  content: "\f5f5";
}

/* line 11982, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 11985, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 11988, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 11991, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 11994, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 11997, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 12000, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 12003, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-globe-snow:before {
  content: "\f7a3";
}

/* line 12006, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-globe-stand:before {
  content: "\f5f6";
}

/* line 12009, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 12012, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 12015, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-golf-club:before {
  content: "\f451";
}

/* line 12018, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 12021, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 12024, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 12027, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 12030, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 12033, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 12036, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 12039, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 12042, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 12045, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 12048, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 12051, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gramophone:before {
  content: "\f8bd";
}

/* line 12054, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 12057, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 12060, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 12063, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 12066, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 12069, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 12072, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 12075, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 12078, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 12081, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 12084, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 12087, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 12090, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 12093, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 12096, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 12099, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 12102, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 12105, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 12108, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 12111, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 12114, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 12117, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 12120, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 12123, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 12126, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 12129, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-guitar-electric:before {
  content: "\f8be";
}

/* line 12132, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-guitars:before {
  content: "\f8bf";
}

/* line 12135, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 12138, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 12141, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-h1:before {
  content: "\f313";
}

/* line 12144, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-h2:before {
  content: "\f314";
}

/* line 12147, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-h3:before {
  content: "\f315";
}

/* line 12150, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-h4:before {
  content: "\f86a";
}

/* line 12153, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 12156, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 12159, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 12162, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 12165, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 12168, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hammer-war:before {
  content: "\f6e4";
}

/* line 12171, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 12174, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-heart:before {
  content: "\f4bc";
}

/* line 12177, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 12180, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-holding-box:before {
  content: "\f47b";
}

/* line 12183, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 12186, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-holding-magic:before {
  content: "\f6e5";
}

/* line 12189, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-holding-medical:before {
  content: "\f95c";
}

/* line 12192, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

/* line 12195, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 12198, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 12201, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 12204, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 12207, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 12210, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 12213, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 12216, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 12219, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 12222, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 12225, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 12228, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-receiving:before {
  content: "\f47c";
}

/* line 12231, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 12234, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 12237, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-sparkles:before {
  content: "\f95d";
}

/* line 12240, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 12243, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 12246, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hands-heart:before {
  content: "\f4c3";
}

/* line 12249, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 12252, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hands-usd:before {
  content: "\f4c5";
}

/* line 12255, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hands-wash:before {
  content: "\f95e";
}

/* line 12258, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 12261, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-handshake-alt:before {
  content: "\f4c6";
}

/* line 12264, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-handshake-alt-slash:before {
  content: "\f95f";
}

/* line 12267, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-handshake-slash:before {
  content: "\f960";
}

/* line 12270, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 12273, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 12276, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 12279, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hat-chef:before {
  content: "\f86b";
}

/* line 12282, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 12285, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 12288, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hat-santa:before {
  content: "\f7a7";
}

/* line 12291, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hat-winter:before {
  content: "\f7a8";
}

/* line 12294, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hat-witch:before {
  content: "\f6e7";
}

/* line 12297, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 12300, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 12303, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-head-side:before {
  content: "\f6e9";
}

/* line 12306, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-head-side-brain:before {
  content: "\f808";
}

/* line 12309, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-head-side-cough:before {
  content: "\f961";
}

/* line 12312, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-head-side-cough-slash:before {
  content: "\f962";
}

/* line 12315, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-head-side-headphones:before {
  content: "\f8c2";
}

/* line 12318, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-head-side-mask:before {
  content: "\f963";
}

/* line 12321, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-head-side-medical:before {
  content: "\f809";
}

/* line 12324, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-head-side-virus:before {
  content: "\f964";
}

/* line 12327, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-head-vr:before {
  content: "\f6ea";
}

/* line 12330, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 12333, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 12336, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 12339, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 12342, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 12345, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 12348, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-heart-circle:before {
  content: "\f4c7";
}

/* line 12351, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-heart-rate:before {
  content: "\f5f8";
}

/* line 12354, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-heart-square:before {
  content: "\f4c8";
}

/* line 12357, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 12360, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-heat:before {
  content: "\f90c";
}

/* line 12363, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 12366, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-helmet-battle:before {
  content: "\f6eb";
}

/* line 12369, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hexagon:before {
  content: "\f312";
}

/* line 12372, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 12375, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 12378, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 12381, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 12384, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 12387, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 12390, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hockey-mask:before {
  content: "\f6ee";
}

/* line 12393, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 12396, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hockey-sticks:before {
  content: "\f454";
}

/* line 12399, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 12402, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-home:before {
  content: "\f015";
}

/* line 12405, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-home-alt:before {
  content: "\f80a";
}

/* line 12408, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-home-heart:before {
  content: "\f4c9";
}

/* line 12411, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-home-lg:before {
  content: "\f80b";
}

/* line 12414, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-home-lg-alt:before {
  content: "\f80c";
}

/* line 12417, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hood-cloak:before {
  content: "\f6ef";
}

/* line 12420, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 12423, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-horizontal-rule:before {
  content: "\f86c";
}

/* line 12426, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 12429, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 12432, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 12435, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-horse-saddle:before {
  content: "\f8c3";
}

/* line 12438, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 12441, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 12444, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 12447, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 12450, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hospitals:before {
  content: "\f80e";
}

/* line 12453, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 12456, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 12459, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 12462, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 12465, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 12468, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 12471, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 12474, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 12477, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-house:before {
  content: "\f90d";
}

/* line 12480, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 12483, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-house-day:before {
  content: "\f90e";
}

/* line 12486, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-house-flood:before {
  content: "\f74f";
}

/* line 12489, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-house-leave:before {
  content: "\f90f";
}

/* line 12492, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-house-night:before {
  content: "\f910";
}

/* line 12495, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-house-return:before {
  content: "\f911";
}

/* line 12498, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-house-signal:before {
  content: "\f912";
}

/* line 12501, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-house-user:before {
  content: "\f965";
}

/* line 12504, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 12507, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 12510, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 12513, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 12516, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-humidity:before {
  content: "\f750";
}

/* line 12519, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-hurricane:before {
  content: "\f751";
}

/* line 12522, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 12525, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 12528, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ice-skate:before {
  content: "\f7ac";
}

/* line 12531, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 12534, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 12537, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-icons-alt:before {
  content: "\f86e";
}

/* line 12540, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 12543, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 12546, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 12549, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ideal:before {
  content: "\f913";
}

/* line 12552, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 12555, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 12558, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-image-polaroid:before {
  content: "\f8c4";
}

/* line 12561, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-images:before {
  content: "\f302";
}

/* line 12564, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 12567, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 12570, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-inbox-in:before {
  content: "\f310";
}

/* line 12573, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-inbox-out:before {
  content: "\f311";
}

/* line 12576, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 12579, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 12582, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-industry-alt:before {
  content: "\f3b3";
}

/* line 12585, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 12588, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-info:before {
  content: "\f129";
}

/* line 12591, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 12594, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-info-square:before {
  content: "\f30f";
}

/* line 12597, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-inhaler:before {
  content: "\f5f9";
}

/* line 12600, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 12603, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-instagram-square:before {
  content: "\f955";
}

/* line 12606, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-integral:before {
  content: "\f667";
}

/* line 12609, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 12612, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 12615, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-intersection:before {
  content: "\f668";
}

/* line 12618, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-inventory:before {
  content: "\f480";
}

/* line 12621, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 12624, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 12627, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-island-tropical:before {
  content: "\f811";
}

/* line 12630, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 12633, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 12636, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 12639, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 12642, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-jack-o-lantern:before {
  content: "\f30e";
}

/* line 12645, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 12648, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 12651, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 12654, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 12657, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 12660, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 12663, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 12666, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 12669, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 12672, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-joystick:before {
  content: "\f8c5";
}

/* line 12675, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 12678, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 12681, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 12684, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-jug:before {
  content: "\f8c6";
}

/* line 12687, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 12690, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 12693, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-kazoo:before {
  content: "\f8c7";
}

/* line 12696, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-kerning:before {
  content: "\f86f";
}

/* line 12699, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-key:before {
  content: "\f084";
}

/* line 12702, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-key-skeleton:before {
  content: "\f6f3";
}

/* line 12705, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 12708, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 12711, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 12714, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-keynote:before {
  content: "\f66c";
}

/* line 12717, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 12720, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 12723, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 12726, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-kidneys:before {
  content: "\f5fb";
}

/* line 12729, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 12732, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 12735, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 12738, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-kite:before {
  content: "\f6f4";
}

/* line 12741, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 12744, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-knife-kitchen:before {
  content: "\f6f5";
}

/* line 12747, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 12750, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lambda:before {
  content: "\f66e";
}

/* line 12753, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lamp:before {
  content: "\f4ca";
}

/* line 12756, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lamp-desk:before {
  content: "\f914";
}

/* line 12759, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lamp-floor:before {
  content: "\f915";
}

/* line 12762, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 12765, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-landmark-alt:before {
  content: "\f752";
}

/* line 12768, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 12771, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 12774, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 12777, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-laptop-house:before {
  content: "\f966";
}

/* line 12780, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 12783, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 12786, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lasso:before {
  content: "\f8c8";
}

/* line 12789, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 12792, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 12795, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 12798, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 12801, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 12804, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 12807, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 12810, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-layer-minus:before {
  content: "\f5fe";
}

/* line 12813, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-layer-plus:before {
  content: "\f5ff";
}

/* line 12816, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 12819, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-leaf-heart:before {
  content: "\f4cb";
}

/* line 12822, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-leaf-maple:before {
  content: "\f6f6";
}

/* line 12825, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-leaf-oak:before {
  content: "\f6f7";
}

/* line 12828, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 12831, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 12834, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 12837, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 12840, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 12843, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 12846, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 12849, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 12852, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 12855, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 12858, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-light-ceiling:before {
  content: "\f916";
}

/* line 12861, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-light-switch:before {
  content: "\f917";
}

/* line 12864, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-light-switch-off:before {
  content: "\f918";
}

/* line 12867, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-light-switch-on:before {
  content: "\f919";
}

/* line 12870, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 12873, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lightbulb-dollar:before {
  content: "\f670";
}

/* line 12876, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lightbulb-exclamation:before {
  content: "\f671";
}

/* line 12879, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lightbulb-on:before {
  content: "\f672";
}

/* line 12882, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lightbulb-slash:before {
  content: "\f673";
}

/* line 12885, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lights-holiday:before {
  content: "\f7b2";
}

/* line 12888, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 12891, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-line-columns:before {
  content: "\f870";
}

/* line 12894, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-line-height:before {
  content: "\f871";
}

/* line 12897, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 12900, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 12903, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 12906, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 12909, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 12912, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lips:before {
  content: "\f600";
}

/* line 12915, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 12918, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 12921, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 12924, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-list-music:before {
  content: "\f8c9";
}

/* line 12927, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 12930, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 12933, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-location:before {
  content: "\f601";
}

/* line 12936, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 12939, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-location-circle:before {
  content: "\f602";
}

/* line 12942, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-location-slash:before {
  content: "\f603";
}

/* line 12945, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 12948, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lock-alt:before {
  content: "\f30d";
}

/* line 12951, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 12954, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lock-open-alt:before {
  content: "\f3c2";
}

/* line 12957, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 12960, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 12963, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 12966, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 12969, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 12972, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 12975, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 12978, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 12981, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-loveseat:before {
  content: "\f4cc";
}

/* line 12984, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 12987, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-luchador:before {
  content: "\f455";
}

/* line 12990, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 12993, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 12996, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lungs-virus:before {
  content: "\f967";
}

/* line 12999, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 13002, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mace:before {
  content: "\f6f8";
}

/* line 13005, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 13008, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 13011, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 13014, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 13017, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mailbox:before {
  content: "\f813";
}

/* line 13020, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 13023, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-male:before {
  content: "\f183";
}

/* line 13026, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 13029, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mandolin:before {
  content: "\f6f9";
}

/* line 13032, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map:before {
  content: "\f279";
}

/* line 13035, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 13038, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 13041, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 13044, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 13047, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-marker-alt-slash:before {
  content: "\f605";
}

/* line 13050, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-marker-check:before {
  content: "\f606";
}

/* line 13053, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-marker-edit:before {
  content: "\f607";
}

/* line 13056, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-marker-exclamation:before {
  content: "\f608";
}

/* line 13059, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-marker-minus:before {
  content: "\f609";
}

/* line 13062, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-marker-plus:before {
  content: "\f60a";
}

/* line 13065, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-marker-question:before {
  content: "\f60b";
}

/* line 13068, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-marker-slash:before {
  content: "\f60c";
}

/* line 13071, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-marker-smile:before {
  content: "\f60d";
}

/* line 13074, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-marker-times:before {
  content: "\f60e";
}

/* line 13077, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 13080, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 13083, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 13086, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 13089, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 13092, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 13095, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 13098, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 13101, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 13104, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 13107, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 13110, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 13113, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 13116, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-meat:before {
  content: "\f814";
}

/* line 13119, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 13122, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 13125, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 13128, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 13131, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 13134, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 13137, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 13140, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-megaphone:before {
  content: "\f675";
}

/* line 13143, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 13146, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 13149, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 13152, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 13155, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 13158, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 13161, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 13164, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 13167, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 13170, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-microblog:before {
  content: "\f91a";
}

/* line 13173, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 13176, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 13179, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 13182, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 13185, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 13188, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-microphone-stand:before {
  content: "\f8cb";
}

/* line 13191, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 13194, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 13197, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-microwave:before {
  content: "\f91b";
}

/* line 13200, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mind-share:before {
  content: "\f677";
}

/* line 13203, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 13206, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 13209, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-minus-hexagon:before {
  content: "\f307";
}

/* line 13212, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-minus-octagon:before {
  content: "\f308";
}

/* line 13215, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 13218, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mistletoe:before {
  content: "\f7b4";
}

/* line 13221, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 13224, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 13227, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 13230, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mixer:before {
  content: "\f956";
}

/* line 13233, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 13236, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 13239, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 13242, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mobile-android:before {
  content: "\f3ce";
}

/* line 13245, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mobile-android-alt:before {
  content: "\f3cf";
}

/* line 13248, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 13251, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 13254, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 13257, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 13260, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 13263, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 13266, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 13269, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 13272, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-money-check-edit:before {
  content: "\f872";
}

/* line 13275, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-money-check-edit-alt:before {
  content: "\f873";
}

/* line 13278, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-monitor-heart-rate:before {
  content: "\f611";
}

/* line 13281, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-monkey:before {
  content: "\f6fb";
}

/* line 13284, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 13287, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 13290, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-moon-cloud:before {
  content: "\f754";
}

/* line 13293, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-moon-stars:before {
  content: "\f755";
}

/* line 13296, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 13299, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 13302, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 13305, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 13308, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mountains:before {
  content: "\f6fd";
}

/* line 13311, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 13314, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mouse-alt:before {
  content: "\f8cd";
}

/* line 13317, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 13320, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mp3-player:before {
  content: "\f8ce";
}

/* line 13323, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mug:before {
  content: "\f874";
}

/* line 13326, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 13329, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mug-marshmallows:before {
  content: "\f7b7";
}

/* line 13332, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-mug-tea:before {
  content: "\f875";
}

/* line 13335, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-music:before {
  content: "\f001";
}

/* line 13338, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-music-alt:before {
  content: "\f8cf";
}

/* line 13341, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-music-alt-slash:before {
  content: "\f8d0";
}

/* line 13344, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-music-slash:before {
  content: "\f8d1";
}

/* line 13347, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 13350, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-narwhal:before {
  content: "\f6fe";
}

/* line 13353, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 13356, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 13359, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 13362, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 13365, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 13368, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-node:before {
  content: "\f419";
}

/* line 13371, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 13374, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 13377, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 13380, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 13383, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 13386, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 13389, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 13392, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 13395, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-octagon:before {
  content: "\f306";
}

/* line 13398, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 13401, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 13404, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 13407, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-oil-temp:before {
  content: "\f614";
}

/* line 13410, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 13413, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-om:before {
  content: "\f679";
}

/* line 13416, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-omega:before {
  content: "\f67a";
}

/* line 13419, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 13422, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 13425, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 13428, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 13431, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 13434, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ornament:before {
  content: "\f7b8";
}

/* line 13437, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 13440, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 13443, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 13446, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-outlet:before {
  content: "\f91c";
}

/* line 13449, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-oven:before {
  content: "\f91d";
}

/* line 13452, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-overline:before {
  content: "\f876";
}

/* line 13455, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-page-break:before {
  content: "\f877";
}

/* line 13458, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 13461, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 13464, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 13467, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 13470, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-paint-brush-alt:before {
  content: "\f5a9";
}

/* line 13473, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 13476, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 13479, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 13482, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 13485, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pallet-alt:before {
  content: "\f483";
}

/* line 13488, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 13491, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 13494, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 13497, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 13500, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-paragraph-rtl:before {
  content: "\f878";
}

/* line 13503, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 13506, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-parking-circle:before {
  content: "\f615";
}

/* line 13509, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-parking-circle-slash:before {
  content: "\f616";
}

/* line 13512, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-parking-slash:before {
  content: "\f617";
}

/* line 13515, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 13518, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 13521, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 13524, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 13527, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 13530, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 13533, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 13536, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-paw-alt:before {
  content: "\f701";
}

/* line 13539, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-paw-claws:before {
  content: "\f702";
}

/* line 13542, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 13545, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 13548, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pegasus:before {
  content: "\f703";
}

/* line 13551, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 13554, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 13557, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 13560, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 13563, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 13566, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 13569, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 13572, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pencil-paintbrush:before {
  content: "\f618";
}

/* line 13575, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 13578, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pennant:before {
  content: "\f456";
}

/* line 13581, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 13584, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-people-arrows:before {
  content: "\f968";
}

/* line 13587, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 13590, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 13593, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 13596, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 13599, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 13602, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 13605, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-person-carry:before {
  content: "\f4cf";
}

/* line 13608, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-person-dolly:before {
  content: "\f4d0";
}

/* line 13611, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-person-dolly-empty:before {
  content: "\f4d1";
}

/* line 13614, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-person-sign:before {
  content: "\f757";
}

/* line 13617, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 13620, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 13623, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 13626, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 13629, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 13632, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-phone-laptop:before {
  content: "\f87a";
}

/* line 13635, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-phone-office:before {
  content: "\f67d";
}

/* line 13638, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-phone-plus:before {
  content: "\f4d2";
}

/* line 13641, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-phone-rotary:before {
  content: "\f8d3";
}

/* line 13644, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 13647, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 13650, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 13653, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 13656, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 13659, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-php:before {
  content: "\f457";
}

/* line 13662, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pi:before {
  content: "\f67e";
}

/* line 13665, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-piano:before {
  content: "\f8d4";
}

/* line 13668, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-piano-keyboard:before {
  content: "\f8d5";
}

/* line 13671, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pie:before {
  content: "\f705";
}

/* line 13674, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 13677, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 13680, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 13683, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 13686, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pied-piper-square:before {
  content: "\f91e";
}

/* line 13689, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pig:before {
  content: "\f706";
}

/* line 13692, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 13695, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 13698, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 13701, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 13704, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 13707, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pizza:before {
  content: "\f817";
}

/* line 13710, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 13713, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 13716, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 13719, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-plane-alt:before {
  content: "\f3de";
}

/* line 13722, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 13725, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 13728, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-plane-slash:before {
  content: "\f969";
}

/* line 13731, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-planet-moon:before {
  content: "\f91f";
}

/* line 13734, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-planet-ringed:before {
  content: "\f920";
}

/* line 13737, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 13740, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 13743, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 13746, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 13749, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 13752, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 13755, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-plus-hexagon:before {
  content: "\f300";
}

/* line 13758, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-plus-octagon:before {
  content: "\f301";
}

/* line 13761, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 13764, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 13767, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-podium:before {
  content: "\f680";
}

/* line 13770, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-podium-star:before {
  content: "\f758";
}

/* line 13773, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-police-box:before {
  content: "\f921";
}

/* line 13776, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 13779, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 13782, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-poll-people:before {
  content: "\f759";
}

/* line 13785, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 13788, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 13791, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 13794, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-popcorn:before {
  content: "\f819";
}

/* line 13797, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-portal-enter:before {
  content: "\f922";
}

/* line 13800, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-portal-exit:before {
  content: "\f923";
}

/* line 13803, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 13806, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 13809, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 13812, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 13815, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 13818, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 13821, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 13824, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 13827, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-presentation:before {
  content: "\f685";
}

/* line 13830, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 13833, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-print-search:before {
  content: "\f81a";
}

/* line 13836, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-print-slash:before {
  content: "\f686";
}

/* line 13839, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 13842, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 13845, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 13848, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-projector:before {
  content: "\f8d6";
}

/* line 13851, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pump-medical:before {
  content: "\f96a";
}

/* line 13854, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pump-soap:before {
  content: "\f96b";
}

/* line 13857, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pumpkin:before {
  content: "\f707";
}

/* line 13860, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 13863, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 13866, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 13869, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 13872, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 13875, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-question:before {
  content: "\f128";
}

/* line 13878, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 13881, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-question-square:before {
  content: "\f2fd";
}

/* line 13884, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 13887, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 13890, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 13893, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 13896, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 13899, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 13902, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 13905, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rabbit:before {
  content: "\f708";
}

/* line 13908, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rabbit-fast:before {
  content: "\f709";
}

/* line 13911, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-racquet:before {
  content: "\f45a";
}

/* line 13914, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-radar:before {
  content: "\f924";
}

/* line 13917, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 13920, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 13923, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-radio:before {
  content: "\f8d7";
}

/* line 13926, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-radio-alt:before {
  content: "\f8d8";
}

/* line 13929, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 13932, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-raindrops:before {
  content: "\f75c";
}

/* line 13935, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ram:before {
  content: "\f70a";
}

/* line 13938, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ramp-loading:before {
  content: "\f4d4";
}

/* line 13941, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-random:before {
  content: "\f074";
}

/* line 13944, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 13947, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 13950, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-raygun:before {
  content: "\f925";
}

/* line 13953, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 13956, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 13959, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 13962, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 13965, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 13968, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 13971, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rectangle-landscape:before {
  content: "\f2fa";
}

/* line 13974, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rectangle-portrait:before {
  content: "\f2fb";
}

/* line 13977, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rectangle-wide:before {
  content: "\f2fc";
}

/* line 13980, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 13983, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 13986, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 13989, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 13992, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 13995, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 13998, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 14001, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 14004, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-refrigerator:before {
  content: "\f926";
}

/* line 14007, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 14010, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 14013, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 14016, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-repeat:before {
  content: "\f363";
}

/* line 14019, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-repeat-1:before {
  content: "\f365";
}

/* line 14022, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-repeat-1-alt:before {
  content: "\f366";
}

/* line 14025, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-repeat-alt:before {
  content: "\f364";
}

/* line 14028, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 14031, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 14034, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 14037, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 14040, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 14043, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 14046, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 14049, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 14052, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-retweet-alt:before {
  content: "\f361";
}

/* line 14055, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 14058, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 14061, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 14064, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rings-wedding:before {
  content: "\f81b";
}

/* line 14067, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-road:before {
  content: "\f018";
}

/* line 14070, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 14073, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 14076, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rocket-launch:before {
  content: "\f927";
}

/* line 14079, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 14082, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 14085, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 14088, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-route-highway:before {
  content: "\f61a";
}

/* line 14091, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-route-interstate:before {
  content: "\f61b";
}

/* line 14094, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-router:before {
  content: "\f8da";
}

/* line 14097, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 14100, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 14103, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 14106, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 14109, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 14112, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 14115, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ruler-triangle:before {
  content: "\f61c";
}

/* line 14118, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 14121, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 14124, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 14127, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-rv:before {
  content: "\f7be";
}

/* line 14130, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sack:before {
  content: "\f81c";
}

/* line 14133, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sack-dollar:before {
  content: "\f81d";
}

/* line 14136, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 14139, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 14142, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 14145, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-salad:before {
  content: "\f81e";
}

/* line 14148, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 14151, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sandwich:before {
  content: "\f81f";
}

/* line 14154, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 14157, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 14160, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 14163, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sausage:before {
  content: "\f820";
}

/* line 14166, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 14169, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sax-hot:before {
  content: "\f8db";
}

/* line 14172, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-saxophone:before {
  content: "\f8dc";
}

/* line 14175, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-scalpel:before {
  content: "\f61d";
}

/* line 14178, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-scalpel-path:before {
  content: "\f61e";
}

/* line 14181, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-scanner:before {
  content: "\f488";
}

/* line 14184, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-scanner-image:before {
  content: "\f8f3";
}

/* line 14187, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-scanner-keyboard:before {
  content: "\f489";
}

/* line 14190, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-scanner-touchscreen:before {
  content: "\f48a";
}

/* line 14193, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-scarecrow:before {
  content: "\f70d";
}

/* line 14196, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-scarf:before {
  content: "\f7c1";
}

/* line 14199, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 14202, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-school:before {
  content: "\f549";
}

/* line 14205, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 14208, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 14211, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 14214, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-scroll-old:before {
  content: "\f70f";
}

/* line 14217, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-scrubber:before {
  content: "\f2f8";
}

/* line 14220, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-scythe:before {
  content: "\f710";
}

/* line 14223, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 14226, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-search:before {
  content: "\f002";
}

/* line 14229, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 14232, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 14235, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 14238, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 14241, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 14244, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 14247, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 14250, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 14253, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-send-back:before {
  content: "\f87e";
}

/* line 14256, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-send-backward:before {
  content: "\f87f";
}

/* line 14259, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sensor:before {
  content: "\f928";
}

/* line 14262, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sensor-alert:before {
  content: "\f929";
}

/* line 14265, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sensor-fire:before {
  content: "\f92a";
}

/* line 14268, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sensor-on:before {
  content: "\f92b";
}

/* line 14271, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sensor-smoke:before {
  content: "\f92c";
}

/* line 14274, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-server:before {
  content: "\f233";
}

/* line 14277, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 14280, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 14283, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-share:before {
  content: "\f064";
}

/* line 14286, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-share-all:before {
  content: "\f367";
}

/* line 14289, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 14292, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 14295, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 14298, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sheep:before {
  content: "\f711";
}

/* line 14301, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 14304, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 14307, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 14310, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shield-check:before {
  content: "\f2f7";
}

/* line 14313, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shield-cross:before {
  content: "\f712";
}

/* line 14316, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shield-virus:before {
  content: "\f96c";
}

/* line 14319, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 14322, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 14325, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shipping-timed:before {
  content: "\f48c";
}

/* line 14328, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 14331, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shish-kebab:before {
  content: "\f821";
}

/* line 14334, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 14337, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shopify:before {
  content: "\f957";
}

/* line 14340, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 14343, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 14346, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 14349, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 14352, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shovel:before {
  content: "\f713";
}

/* line 14355, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shovel-snow:before {
  content: "\f7c3";
}

/* line 14358, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 14361, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shredder:before {
  content: "\f68a";
}

/* line 14364, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 14367, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-shuttlecock:before {
  content: "\f45b";
}

/* line 14370, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sickle:before {
  content: "\f822";
}

/* line 14373, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sigma:before {
  content: "\f68b";
}

/* line 14376, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 14379, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 14382, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 14385, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 14388, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 14391, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 14394, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 14397, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-signal-1:before {
  content: "\f68c";
}

/* line 14400, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-signal-2:before {
  content: "\f68d";
}

/* line 14403, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-signal-3:before {
  content: "\f68e";
}

/* line 14406, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-signal-4:before {
  content: "\f68f";
}

/* line 14409, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-signal-alt:before {
  content: "\f690";
}

/* line 14412, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-signal-alt-1:before {
  content: "\f691";
}

/* line 14415, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-signal-alt-2:before {
  content: "\f692";
}

/* line 14418, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-signal-alt-3:before {
  content: "\f693";
}

/* line 14421, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-signal-alt-slash:before {
  content: "\f694";
}

/* line 14424, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-signal-slash:before {
  content: "\f695";
}

/* line 14427, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-signal-stream:before {
  content: "\f8dd";
}

/* line 14430, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 14433, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 14436, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 14439, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sink:before {
  content: "\f96d";
}

/* line 14442, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-siren:before {
  content: "\f92d";
}

/* line 14445, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-siren-on:before {
  content: "\f92e";
}

/* line 14448, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 14451, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 14454, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 14457, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 14460, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-skeleton:before {
  content: "\f620";
}

/* line 14463, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 14466, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ski-jump:before {
  content: "\f7c7";
}

/* line 14469, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ski-lift:before {
  content: "\f7c8";
}

/* line 14472, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 14475, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 14478, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 14481, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-skull-cow:before {
  content: "\f8de";
}

/* line 14484, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 14487, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 14490, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 14493, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 14496, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 14499, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 14502, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sledding:before {
  content: "\f7cb";
}

/* line 14505, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 14508, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 14511, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sliders-h-square:before {
  content: "\f3f0";
}

/* line 14514, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sliders-v:before {
  content: "\f3f1";
}

/* line 14517, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sliders-v-square:before {
  content: "\f3f2";
}

/* line 14520, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 14523, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 14526, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 14529, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-smile-plus:before {
  content: "\f5b9";
}

/* line 14532, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 14535, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 14538, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-smoke:before {
  content: "\f760";
}

/* line 14541, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 14544, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 14547, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 14550, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-snake:before {
  content: "\f716";
}

/* line 14553, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 14556, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 14559, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 14562, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-snooze:before {
  content: "\f880";
}

/* line 14565, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-snow-blowing:before {
  content: "\f761";
}

/* line 14568, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 14571, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 14574, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-snowflakes:before {
  content: "\f7cf";
}

/* line 14577, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 14580, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-snowmobile:before {
  content: "\f7d1";
}

/* line 14583, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 14586, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-soap:before {
  content: "\f96e";
}

/* line 14589, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 14592, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 14595, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-solar-system:before {
  content: "\f92f";
}

/* line 14598, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 14601, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 14604, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 14607, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 14610, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 14613, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-alt:before {
  content: "\f883";
}

/* line 14616, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 14619, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 14622, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 14625, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 14628, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-circle:before {
  content: "\f930";
}

/* line 14631, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-circle-down:before {
  content: "\f931";
}

/* line 14634, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-circle-up:before {
  content: "\f932";
}

/* line 14637, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 14640, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 14643, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 14646, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 14649, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 14652, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-shapes-down:before {
  content: "\f888";
}

/* line 14655, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

/* line 14658, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-shapes-up:before {
  content: "\f88a";
}

/* line 14661, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

/* line 14664, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-size-down:before {
  content: "\f88c";
}

/* line 14667, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-size-down-alt:before {
  content: "\f88d";
}

/* line 14670, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-size-up:before {
  content: "\f88e";
}

/* line 14673, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-size-up-alt:before {
  content: "\f88f";
}

/* line 14676, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 14679, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 14682, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-soup:before {
  content: "\f823";
}

/* line 14685, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 14688, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 14691, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 14694, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-space-station-moon:before {
  content: "\f933";
}

/* line 14697, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-space-station-moon-alt:before {
  content: "\f934";
}

/* line 14700, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-spade:before {
  content: "\f2f4";
}

/* line 14703, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sparkles:before {
  content: "\f890";
}

/* line 14706, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 14709, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-speaker:before {
  content: "\f8df";
}

/* line 14712, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 14715, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-speakers:before {
  content: "\f8e0";
}

/* line 14718, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 14721, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 14724, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-spider-black-widow:before {
  content: "\f718";
}

/* line 14727, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-spider-web:before {
  content: "\f719";
}

/* line 14730, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 14733, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-spinner-third:before {
  content: "\f3f4";
}

/* line 14736, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 14739, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 14742, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 14745, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sprinkler:before {
  content: "\f935";
}

/* line 14748, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 14751, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 14754, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-square-root:before {
  content: "\f697";
}

/* line 14757, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 14760, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 14763, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-squirrel:before {
  content: "\f71a";
}

/* line 14766, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 14769, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 14772, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 14775, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-staff:before {
  content: "\f71b";
}

/* line 14778, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 14781, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-star:before {
  content: "\f005";
}

/* line 14784, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 14787, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-star-christmas:before {
  content: "\f7d4";
}

/* line 14790, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-star-exclamation:before {
  content: "\f2f3";
}

/* line 14793, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 14796, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 14799, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 14802, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 14805, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-star-shooting:before {
  content: "\f936";
}

/* line 14808, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-starfighter:before {
  content: "\f937";
}

/* line 14811, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-starfighter-alt:before {
  content: "\f938";
}

/* line 14814, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stars:before {
  content: "\f762";
}

/* line 14817, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-starship:before {
  content: "\f939";
}

/* line 14820, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-starship-freighter:before {
  content: "\f93a";
}

/* line 14823, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 14826, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-steak:before {
  content: "\f824";
}

/* line 14829, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 14832, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 14835, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 14838, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-steering-wheel:before {
  content: "\f622";
}

/* line 14841, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 14844, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 14847, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 14850, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 14853, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 14856, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stocking:before {
  content: "\f7d5";
}

/* line 14859, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stomach:before {
  content: "\f623";
}

/* line 14862, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 14865, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 14868, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 14871, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stopwatch-20:before {
  content: "\f96f";
}

/* line 14874, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 14877, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 14880, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-store-alt-slash:before {
  content: "\f970";
}

/* line 14883, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-store-slash:before {
  content: "\f971";
}

/* line 14886, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 14889, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 14892, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 14895, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stretcher:before {
  content: "\f825";
}

/* line 14898, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 14901, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 14904, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 14907, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 14910, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 14913, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 14916, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 14919, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 14922, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 14925, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 14928, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 14931, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 14934, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sun-cloud:before {
  content: "\f763";
}

/* line 14937, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sun-dust:before {
  content: "\f764";
}

/* line 14940, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sun-haze:before {
  content: "\f765";
}

/* line 14943, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sunglasses:before {
  content: "\f892";
}

/* line 14946, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sunrise:before {
  content: "\f766";
}

/* line 14949, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sunset:before {
  content: "\f767";
}

/* line 14952, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 14955, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 14958, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 14961, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 14964, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 14967, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 14970, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 14973, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 14976, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 14979, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sword:before {
  content: "\f71c";
}

/* line 14982, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sword-laser:before {
  content: "\f93b";
}

/* line 14985, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sword-laser-alt:before {
  content: "\f93c";
}

/* line 14988, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-swords:before {
  content: "\f71d";
}

/* line 14991, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-swords-laser:before {
  content: "\f93d";
}

/* line 14994, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 14997, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 15000, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 15003, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 15006, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 15009, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 15012, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 15015, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 15018, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 15021, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tablet-android:before {
  content: "\f3fb";
}

/* line 15024, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tablet-android-alt:before {
  content: "\f3fc";
}

/* line 15027, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tablet-rugged:before {
  content: "\f48f";
}

/* line 15030, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 15033, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 15036, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 15039, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tachometer-alt-average:before {
  content: "\f624";
}

/* line 15042, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tachometer-alt-fast:before {
  content: "\f625";
}

/* line 15045, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

/* line 15048, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tachometer-alt-slow:before {
  content: "\f627";
}

/* line 15051, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

/* line 15054, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tachometer-average:before {
  content: "\f629";
}

/* line 15057, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tachometer-fast:before {
  content: "\f62a";
}

/* line 15060, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tachometer-fastest:before {
  content: "\f62b";
}

/* line 15063, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tachometer-slow:before {
  content: "\f62c";
}

/* line 15066, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tachometer-slowest:before {
  content: "\f62d";
}

/* line 15069, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-taco:before {
  content: "\f826";
}

/* line 15072, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 15075, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 15078, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tally:before {
  content: "\f69c";
}

/* line 15081, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tanakh:before {
  content: "\f827";
}

/* line 15084, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 15087, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 15090, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tasks-alt:before {
  content: "\f828";
}

/* line 15093, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 15096, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 15099, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 15102, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 15105, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 15108, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 15111, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-telescope:before {
  content: "\f93e";
}

/* line 15114, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-temperature-down:before {
  content: "\f93f";
}

/* line 15117, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-temperature-frigid:before {
  content: "\f768";
}

/* line 15120, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 15123, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-temperature-hot:before {
  content: "\f76a";
}

/* line 15126, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 15129, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-temperature-up:before {
  content: "\f940";
}

/* line 15132, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 15135, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 15138, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tennis-ball:before {
  content: "\f45e";
}

/* line 15141, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 15144, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-text:before {
  content: "\f893";
}

/* line 15147, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 15150, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-text-size:before {
  content: "\f894";
}

/* line 15153, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 15156, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 15159, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 15162, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 15165, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 15168, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 15171, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 15174, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 15177, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 15180, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 15183, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 15186, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 15189, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 15192, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 15195, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-theta:before {
  content: "\f69e";
}

/* line 15198, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 15201, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 15204, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 15207, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 15210, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-thunderstorm:before {
  content: "\f76c";
}

/* line 15213, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-thunderstorm-moon:before {
  content: "\f76d";
}

/* line 15216, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-thunderstorm-sun:before {
  content: "\f76e";
}

/* line 15219, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 15222, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 15225, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tilde:before {
  content: "\f69f";
}

/* line 15228, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 15231, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 15234, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-times-hexagon:before {
  content: "\f2ee";
}

/* line 15237, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-times-octagon:before {
  content: "\f2f0";
}

/* line 15240, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-times-square:before {
  content: "\f2d3";
}

/* line 15243, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 15246, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 15249, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tire:before {
  content: "\f631";
}

/* line 15252, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tire-flat:before {
  content: "\f632";
}

/* line 15255, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tire-pressure-warning:before {
  content: "\f633";
}

/* line 15258, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tire-rugged:before {
  content: "\f634";
}

/* line 15261, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 15264, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 15267, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 15270, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 15273, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 15276, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-toilet-paper-alt:before {
  content: "\f71f";
}

/* line 15279, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-toilet-paper-slash:before {
  content: "\f972";
}

/* line 15282, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tombstone:before {
  content: "\f720";
}

/* line 15285, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tombstone-alt:before {
  content: "\f721";
}

/* line 15288, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 15291, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 15294, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 15297, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-toothbrush:before {
  content: "\f635";
}

/* line 15300, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 15303, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 15306, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tornado:before {
  content: "\f76f";
}

/* line 15309, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 15312, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 15315, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 15318, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-traffic-cone:before {
  content: "\f636";
}

/* line 15321, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 15324, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-traffic-light-go:before {
  content: "\f638";
}

/* line 15327, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-traffic-light-slow:before {
  content: "\f639";
}

/* line 15330, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-traffic-light-stop:before {
  content: "\f63a";
}

/* line 15333, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-trailer:before {
  content: "\f941";
}

/* line 15336, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-train:before {
  content: "\f238";
}

/* line 15339, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 15342, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 15345, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 15348, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-transporter:before {
  content: "\f942";
}

/* line 15351, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-transporter-1:before {
  content: "\f943";
}

/* line 15354, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-transporter-2:before {
  content: "\f944";
}

/* line 15357, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-transporter-3:before {
  content: "\f945";
}

/* line 15360, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-transporter-empty:before {
  content: "\f946";
}

/* line 15363, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 15366, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 15369, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 15372, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 15375, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-trash-undo:before {
  content: "\f895";
}

/* line 15378, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-trash-undo-alt:before {
  content: "\f896";
}

/* line 15381, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-treasure-chest:before {
  content: "\f723";
}

/* line 15384, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 15387, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tree-alt:before {
  content: "\f400";
}

/* line 15390, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tree-christmas:before {
  content: "\f7db";
}

/* line 15393, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tree-decorated:before {
  content: "\f7dc";
}

/* line 15396, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tree-large:before {
  content: "\f7dd";
}

/* line 15399, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tree-palm:before {
  content: "\f82b";
}

/* line 15402, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-trees:before {
  content: "\f724";
}

/* line 15405, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 15408, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-triangle:before {
  content: "\f2ec";
}

/* line 15411, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-triangle-music:before {
  content: "\f8e2";
}

/* line 15414, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 15417, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 15420, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-trophy-alt:before {
  content: "\f2eb";
}

/* line 15423, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 15426, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-truck-container:before {
  content: "\f4dc";
}

/* line 15429, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-truck-couch:before {
  content: "\f4dd";
}

/* line 15432, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 15435, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 15438, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 15441, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 15444, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-truck-plow:before {
  content: "\f7de";
}

/* line 15447, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-truck-ramp:before {
  content: "\f4e0";
}

/* line 15450, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-trumpet:before {
  content: "\f8e3";
}

/* line 15453, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 15456, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 15459, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 15462, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 15465, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-turkey:before {
  content: "\f725";
}

/* line 15468, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-turntable:before {
  content: "\f8e4";
}

/* line 15471, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-turtle:before {
  content: "\f726";
}

/* line 15474, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 15477, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tv-alt:before {
  content: "\f8e5";
}

/* line 15480, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tv-music:before {
  content: "\f8e6";
}

/* line 15483, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-tv-retro:before {
  content: "\f401";
}

/* line 15486, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 15489, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 15492, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 15495, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-typewriter:before {
  content: "\f8e7";
}

/* line 15498, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 15501, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 15504, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 15507, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ufo:before {
  content: "\f947";
}

/* line 15510, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ufo-beam:before {
  content: "\f948";
}

/* line 15513, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 15516, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 15519, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 15522, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 15525, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 15528, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 15531, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 15534, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-unicorn:before {
  content: "\f727";
}

/* line 15537, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-union:before {
  content: "\f6a2";
}

/* line 15540, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 15543, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-unity:before {
  content: "\f949";
}

/* line 15546, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 15549, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 15552, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 15555, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 15558, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 15561, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 15564, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 15567, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 15570, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 15573, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-usb-drive:before {
  content: "\f8e9";
}

/* line 15576, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-usd-circle:before {
  content: "\f2e8";
}

/* line 15579, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-usd-square:before {
  content: "\f2e9";
}

/* line 15582, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user:before {
  content: "\f007";
}

/* line 15585, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-alien:before {
  content: "\f94a";
}

/* line 15588, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 15591, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 15594, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 15597, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-chart:before {
  content: "\f6a3";
}

/* line 15600, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 15603, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 15606, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 15609, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 15612, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-cowboy:before {
  content: "\f8ea";
}

/* line 15615, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-crown:before {
  content: "\f6a4";
}

/* line 15618, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 15621, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 15624, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 15627, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-hard-hat:before {
  content: "\f82c";
}

/* line 15630, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-headset:before {
  content: "\f82d";
}

/* line 15633, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 15636, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 15639, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 15642, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-md-chat:before {
  content: "\f82e";
}

/* line 15645, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 15648, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-music:before {
  content: "\f8eb";
}

/* line 15651, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 15654, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 15657, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 15660, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-robot:before {
  content: "\f94b";
}

/* line 15663, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 15666, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 15669, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 15672, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 15675, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 15678, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 15681, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-unlock:before {
  content: "\f958";
}

/* line 15684, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-user-visor:before {
  content: "\f94c";
}

/* line 15687, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 15690, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-users-class:before {
  content: "\f63d";
}

/* line 15693, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 15696, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-users-crown:before {
  content: "\f6a5";
}

/* line 15699, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-users-medical:before {
  content: "\f830";
}

/* line 15702, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-users-slash:before {
  content: "\f973";
}

/* line 15705, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 15708, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 15711, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-utensil-fork:before {
  content: "\f2e3";
}

/* line 15714, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-utensil-knife:before {
  content: "\f2e4";
}

/* line 15717, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 15720, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 15723, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-utensils-alt:before {
  content: "\f2e6";
}

/* line 15726, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 15729, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vacuum:before {
  content: "\f94d";
}

/* line 15732, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vacuum-robot:before {
  content: "\f94e";
}

/* line 15735, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-value-absolute:before {
  content: "\f6a6";
}

/* line 15738, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 15741, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 15744, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 15747, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 15750, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vhs:before {
  content: "\f8ec";
}

/* line 15753, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 15756, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 15759, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 15762, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 15765, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 15768, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 15771, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 15774, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-video-plus:before {
  content: "\f4e1";
}

/* line 15777, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 15780, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 15783, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 15786, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 15789, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 15792, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 15795, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-violin:before {
  content: "\f8ed";
}

/* line 15798, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-virus:before {
  content: "\f974";
}

/* line 15801, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-virus-slash:before {
  content: "\f975";
}

/* line 15804, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-viruses:before {
  content: "\f976";
}

/* line 15807, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 15810, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 15813, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 15816, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-volcano:before {
  content: "\f770";
}

/* line 15819, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 15822, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-volume:before {
  content: "\f6a8";
}

/* line 15825, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 15828, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 15831, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 15834, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-volume-slash:before {
  content: "\f2e2";
}

/* line 15837, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 15840, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vote-nay:before {
  content: "\f771";
}

/* line 15843, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 15846, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 15849, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 15852, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wagon-covered:before {
  content: "\f8ee";
}

/* line 15855, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-walker:before {
  content: "\f831";
}

/* line 15858, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-walkie-talkie:before {
  content: "\f8ef";
}

/* line 15861, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 15864, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 15867, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wand:before {
  content: "\f72a";
}

/* line 15870, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wand-magic:before {
  content: "\f72b";
}

/* line 15873, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 15876, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-warehouse-alt:before {
  content: "\f495";
}

/* line 15879, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-washer:before {
  content: "\f898";
}

/* line 15882, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-watch:before {
  content: "\f2e1";
}

/* line 15885, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-watch-calculator:before {
  content: "\f8f0";
}

/* line 15888, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-watch-fitness:before {
  content: "\f63e";
}

/* line 15891, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-water:before {
  content: "\f773";
}

/* line 15894, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-water-lower:before {
  content: "\f774";
}

/* line 15897, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-water-rise:before {
  content: "\f775";
}

/* line 15900, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wave-sine:before {
  content: "\f899";
}

/* line 15903, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 15906, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wave-triangle:before {
  content: "\f89a";
}

/* line 15909, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-waveform:before {
  content: "\f8f1";
}

/* line 15912, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-waveform-path:before {
  content: "\f8f2";
}

/* line 15915, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 15918, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-webcam:before {
  content: "\f832";
}

/* line 15921, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-webcam-slash:before {
  content: "\f833";
}

/* line 15924, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 15927, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 15930, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 15933, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 15936, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 15939, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-whale:before {
  content: "\f72c";
}

/* line 15942, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 15945, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 15948, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wheat:before {
  content: "\f72d";
}

/* line 15951, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 15954, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-whistle:before {
  content: "\f460";
}

/* line 15957, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 15960, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 15963, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wifi-1:before {
  content: "\f6aa";
}

/* line 15966, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wifi-2:before {
  content: "\f6ab";
}

/* line 15969, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wifi-slash:before {
  content: "\f6ac";
}

/* line 15972, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 15975, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 15978, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wind-turbine:before {
  content: "\f89b";
}

/* line 15981, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wind-warning:before {
  content: "\f776";
}

/* line 15984, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-window:before {
  content: "\f40e";
}

/* line 15987, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-window-alt:before {
  content: "\f40f";
}

/* line 15990, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 15993, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-window-frame:before {
  content: "\f94f";
}

/* line 15996, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-window-frame-open:before {
  content: "\f950";
}

/* line 15999, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 16002, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 16005, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 16008, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 16011, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-windsock:before {
  content: "\f777";
}

/* line 16014, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 16017, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 16020, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 16023, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 16026, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 16029, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 16032, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 16035, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 16038, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 16041, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 16044, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 16047, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 16050, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 16053, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wreath:before {
  content: "\f7e2";
}

/* line 16056, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 16059, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 16062, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 16065, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 16068, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 16071, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 16074, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 16077, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 16080, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 16083, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 16086, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 16089, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 16092, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 16095, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 16098, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 16101, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 16104, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 16107, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 16110, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 16120, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.0.7 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fa-light-300-484e71bc05e6110c6394115602fc83d36aeddc7e9e8fb58b0da69bc0dd5f2438.eot);
  src: url(/assets/fa-light-300-484e71bc05e6110c6394115602fc83d36aeddc7e9e8fb58b0da69bc0dd5f2438.eot?#iefix) format("embedded-opentype"), url(/assets/fa-light-300-55ce31e2d2fad1304658f916805cb6bbd1e53e5e39f0b1ae46591a673346c82c.woff2) format("woff2"), url(/assets/fa-light-300-7789e510a20c47b7debec17498c2c39af1a400ede6d9c49e945de6fb8745f758.woff) format("woff"), url(/assets/fa-light-300-e4dac23d2d1bf4e8de661c566bd45d1750c07ff279a5fd6d95892ff8cbb3cf91.ttf) format("truetype"), url(/assets/fa-light-300-58c80fa4781fbc8ae3d8ffd7d583991ea5df64545df87bfd721b518b370e8ec0.svg#fontawesome) format("svg");
}

/* line 16139, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

/*!
 * WebApp Icons
 */
@font-face {
  font-family: 'nextgen-icons';
  src: url(/assets/nextgen-icons-d5240ba41684ac6b08a3076fd8c17775729618f9d2571b1da4c085b4f1948fc8.eot);
  src: url(/assets/nextgen-icons-d5240ba41684ac6b08a3076fd8c17775729618f9d2571b1da4c085b4f1948fc8.eot?#iefix) format("embedded-opentype"), url(/assets/nextgen-icons-3c7b7728372aee353ebcc8b15371745e956b94594fecfc0d6b3125b0bf39ef7d.woff2) format("woff2"), url(/assets/nextgen-icons-5582c9f82a3f32446152901eb55c87e28ca4044f98e2c4c32d93449d874f52f9.woff) format("woff"), url(/assets/nextgen-icons-4247c4ee75828ccecd518ddaa8272c941338ec6231cfed8f8b165dd4ae545215.ttf) format("truetype"), url(/assets/nextgen-icons-93b30ecafb28b92a1ff035aa3937fccef18d2705ea0398899c2bcccbe2e16876.svg#nextgen-icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to have a class per icon */
/* line 16154, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni,
[data-icon]:before,
[class^="base-"],
[class*=" base-"] {
  font-family: 'nextgen-icons';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* why?
.page-content {
	.ni:before,
	[data-icon]:before {
		vertical-align: -8%;
	}
}*/
/* line 16174, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.navbar-toggler .ni:before,
.navbar-toggler [data-icon]:before {
  vertical-align: inherit !important;
}

/* line 16178, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-19:before {
  content: "\e09b";
}

/* line 16181, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-18:before {
  content: "\e09c";
}

/* line 16184, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-17:before {
  content: "\e09d";
}

/* line 16187, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-16:before {
  content: "\e09e";
}

/* line 16190, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-15:before {
  content: "\e09f";
}

/* line 16193, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-14:before {
  content: "\e0a0";
}

/* line 16196, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-13:before {
  content: "\e0a1";
}

/* line 16199, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-12:before {
  content: "\f000";
}

/* line 16202, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-11:before {
  content: "\f00b";
}

/* line 16205, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-10:before {
  content: "\f00a";
}

/* line 16208, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-9:before {
  content: "\f1c8";
}

/* line 16211, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-8:before {
  content: "\f1e3";
}

/* line 16214, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-7:before {
  content: "\f413";
}

/* line 16217, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-6:before {
  content: "\f412";
}

/* line 16220, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-5:before {
  content: "\f411";
}

/* line 16223, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-4:before {
  content: "\f410";
}

/* line 16226, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-3:before {
  content: "\f409";
}

/* line 16229, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-2:before {
  content: "\f408";
}

/* line 16232, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.base-1:before {
  content: "\f405";
}

/* line 16235, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.md-profile:before {
  content: "\f407";
}

/* line 16238, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.md-picframe:before {
  content: "\f406";
}

/* line 16241, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-phone:before {
  content: "\f402";
}

/* line 16244, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-calendar-fine:before {
  content: "\f403";
}

/* line 16247, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-blog-read:before {
  content: "\f404";
}

/* line 16250, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-my-apps:before {
  content: "\f328";
}

/* line 16253, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-big-plus:before {
  content: "\f276";
}

/* line 16256, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-minify-nav:before {
  content: "\f254";
}

/* line 16259, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-lock-nav:before {
  content: "\f2ae";
}

/* line 16262, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-chevron-down:before {
  content: "\f2f9";
}

/* line 16265, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-chevron-up:before {
  content: "\f2fc";
}

/* line 16268, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-chevron-left:before {
  content: "\f2fa";
}

/* line 16271, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-chevron-right:before {
  content: "\f2fb";
}

/* line 16274, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-menu:before {
  content: "\e000";
}

/* line 16277, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-user-follow:before {
  content: "\e002";
}

/* line 16280, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-user-following:before {
  content: "\e003";
}

/* line 16283, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-user-unfollow:before {
  content: "\e004";
}

/* line 16286, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-trophy:before {
  content: "\e006";
}

/* line 16289, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-screen-smartphone:before {
  content: "\e010";
}

/* line 16292, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-screen-desktop:before {
  content: "\e011";
}

/* line 16295, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-plane:before {
  content: "\e012";
}

/* line 16298, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-notebook:before {
  content: "\e013";
}

/* line 16301, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-moustache:before {
  content: "\e014";
}

/* line 16304, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-mouse:before {
  content: "\e015";
}

/* line 16307, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-magnet:before {
  content: "\e016";
}

/* line 16310, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-energy:before {
  content: "\e020";
}

/* line 16313, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-emoticon-smile:before {
  content: "\e021";
}

/* line 16316, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-disc:before {
  content: "\e022";
}

/* line 16319, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-cursor-move:before {
  content: "\e023";
}

/* line 16322, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-crop:before {
  content: "\e024";
}

/* line 16325, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-credit-card:before {
  content: "\e025";
}

/* line 16328, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-chemistry:before {
  content: "\e026";
}

/* line 16331, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-user:before {
  content: "\e005";
}

/* line 16334, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-speedometer:before {
  content: "\e007";
}

/* line 16337, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-social-youtube:before {
  content: "\e008";
}

/* line 16340, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-social-twitter:before {
  content: "\e009";
}

/* line 16343, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-social-tumblr:before {
  content: "\e00a";
}

/* line 16346, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-social-facebook:before {
  content: "\e00b";
}

/* line 16349, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-social-dropbox:before {
  content: "\e00c";
}

/* line 16352, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-social-dribbble:before {
  content: "\e00d";
}

/* line 16355, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-shield:before {
  content: "\e00e";
}

/* line 16358, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-screen-tablet:before {
  content: "\e00f";
}

/* line 16361, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-magic-wand:before {
  content: "\e017";
}

/* line 16364, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-hourglass:before {
  content: "\e018";
}

/* line 16367, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-graduation:before {
  content: "\e019";
}

/* line 16370, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-ghost:before {
  content: "\e01a";
}

/* line 16373, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-game-controller:before {
  content: "\e01b";
}

/* line 16376, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-fire:before {
  content: "\e01c";
}

/* line 16379, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-eyeglasses:before {
  content: "\e01d";
}

/* line 16382, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-envelope-open:before {
  content: "\e01e";
}

/* line 16385, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-envelope-letter:before {
  content: "\e01f";
}

/* line 16388, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-bell:before {
  content: "\e027";
}

/* line 16391, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-badge:before {
  content: "\e028";
}

/* line 16394, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-anchor:before {
  content: "\e029";
}

/* line 16397, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-wallet:before {
  content: "\e02a";
}

/* line 16400, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-vector:before {
  content: "\e02b";
}

/* line 16403, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-speech:before {
  content: "\e02c";
}

/* line 16406, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-puzzle:before {
  content: "\e02d";
}

/* line 16409, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-printer:before {
  content: "\e02e";
}

/* line 16412, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-present:before {
  content: "\e02f";
}

/* line 16415, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-playlist:before {
  content: "\e030";
}

/* line 16418, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-pin:before {
  content: "\e031";
}

/* line 16421, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-picture:before {
  content: "\e032";
}

/* line 16424, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-map:before {
  content: "\e033";
}

/* line 16427, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-layers:before {
  content: "\e034";
}

/* line 16430, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-handbag:before {
  content: "\e035";
}

/* line 16433, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-globe-alt:before {
  content: "\e036";
}

/* line 16436, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-globe:before {
  content: "\e037";
}

/* line 16439, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-frame:before {
  content: "\e038";
}

/* line 16442, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-folder-alt:before {
  content: "\e039";
}

/* line 16445, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-film:before {
  content: "\e03a";
}

/* line 16448, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-feed:before {
  content: "\e03b";
}

/* line 16451, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-earphones-alt:before {
  content: "\e03c";
}

/* line 16454, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-earphones:before {
  content: "\e03d";
}

/* line 16457, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-drop:before {
  content: "\e03e";
}

/* line 16460, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-drawer:before {
  content: "\e03f";
}

/* line 16463, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-docs:before {
  content: "\e040";
}

/* line 16466, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-directions:before {
  content: "\e041";
}

/* line 16469, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-direction:before {
  content: "\e042";
}

/* line 16472, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-diamond:before {
  content: "\e043";
}

/* line 16475, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-cup:before {
  content: "\e044";
}

/* line 16478, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-compass:before {
  content: "\e045";
}

/* line 16481, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-call-out:before {
  content: "\e046";
}

/* line 16484, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-call-in:before {
  content: "\e047";
}

/* line 16487, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-call-end:before {
  content: "\e048";
}

/* line 16490, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-calculator:before {
  content: "\e049";
}

/* line 16493, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-bubbles:before {
  content: "\e04a";
}

/* line 16496, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-briefcase:before {
  content: "\e04b";
}

/* line 16499, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-book-open:before {
  content: "\e04c";
}

/* line 16502, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-basket-loaded:before {
  content: "\e04d";
}

/* line 16505, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-basket:before {
  content: "\e04e";
}

/* line 16508, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-bag:before {
  content: "\e04f";
}

/* line 16511, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-action-undo:before {
  content: "\e050";
}

/* line 16514, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-action-redo:before {
  content: "\e051";
}

/* line 16517, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-wrench:before {
  content: "\e052";
}

/* line 16520, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-umbrella:before {
  content: "\e053";
}

/* line 16523, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-trash:before {
  content: "\e054";
}

/* line 16526, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-tag:before {
  content: "\e055";
}

/* line 16529, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-support:before {
  content: "\e056";
}

/* line 16532, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-size-fullscreen:before {
  content: "\e057";
}

/* line 16535, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-size-actual:before {
  content: "\e058";
}

/* line 16538, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-shuffle:before {
  content: "\e059";
}

/* line 16541, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-share-alt:before {
  content: "\e05a";
}

/* line 16544, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-share:before {
  content: "\e05b";
}

/* line 16547, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-rocket:before {
  content: "\e05c";
}

/* line 16550, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-question:before {
  content: "\e05d";
}

/* line 16553, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-pie-chart:before {
  content: "\e05e";
}

/* line 16556, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-pencil:before {
  content: "\e05f";
}

/* line 16559, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-note:before {
  content: "\e060";
}

/* line 16562, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-music-tone-alt:before {
  content: "\e061";
}

/* line 16565, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-music-tone:before {
  content: "\e062";
}

/* line 16568, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-microphone:before {
  content: "\e063";
}

/* line 16571, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-loop:before {
  content: "\e064";
}

/* line 16574, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-logout:before {
  content: "\e065";
}

/* line 16577, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-login:before {
  content: "\e066";
}

/* line 16580, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-list:before {
  content: "\e067";
}

/* line 16583, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-like:before {
  content: "\e068";
}

/* line 16586, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-home:before {
  content: "\e069";
}

/* line 16589, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-grid:before {
  content: "\e06a";
}

/* line 16592, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-graph:before {
  content: "\e06b";
}

/* line 16595, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-equalizer:before {
  content: "\e06c";
}

/* line 16598, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-dislike:before {
  content: "\e06d";
}

/* line 16601, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-cursor:before {
  content: "\e06e";
}

/* line 16604, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-control-start:before {
  content: "\e06f";
}

/* line 16607, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-control-rewind:before {
  content: "\e070";
}

/* line 16610, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-control-play:before {
  content: "\e071";
}

/* line 16613, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-control-pause:before {
  content: "\e072";
}

/* line 16616, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-control-forward:before {
  content: "\e073";
}

/* line 16619, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-control-end:before {
  content: "\e074";
}

/* line 16622, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-calendar:before {
  content: "\e075";
}

/* line 16625, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-bulb:before {
  content: "\e076";
}

/* line 16628, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-bar-chart:before {
  content: "\e077";
}

/* line 16631, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-arrow-up:before {
  content: "\e078";
}

/* line 16634, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-arrow-right:before {
  content: "\e079";
}

/* line 16637, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-arrow-left:before {
  content: "\e07a";
}

/* line 16640, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-arrow-down:before {
  content: "\e07b";
}

/* line 16643, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-ban:before {
  content: "\e07c";
}

/* line 16646, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-bubble:before {
  content: "\e07d";
}

/* line 16649, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-camcorder:before {
  content: "\e07e";
}

/* line 16652, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-camera:before {
  content: "\e07f";
}

/* line 16655, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-check:before {
  content: "\e080";
}

/* line 16658, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-clock:before {
  content: "\e081";
}

/* line 16661, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-close:before {
  content: "\e082";
}

/* line 16664, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-cloud-download:before {
  content: "\e083";
}

/* line 16667, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-cloud-upload:before {
  content: "\e084";
}

/* line 16670, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-doc:before {
  content: "\e085";
}

/* line 16673, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-envelope:before {
  content: "\e086";
}

/* line 16676, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-eye:before {
  content: "\e087";
}

/* line 16679, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-flag:before {
  content: "\e088";
}

/* line 16682, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-folder:before {
  content: "\e089";
}

/* line 16685, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-heart:before {
  content: "\e08a";
}

/* line 16688, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-info:before {
  content: "\e08b";
}

/* line 16691, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-key:before {
  content: "\e08c";
}

/* line 16694, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-link:before {
  content: "\e08d";
}

/* line 16697, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-lock:before {
  content: "\e08e";
}

/* line 16700, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-lock-open:before {
  content: "\e08f";
}

/* line 16703, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-magnifier:before {
  content: "\e090";
}

/* line 16706, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-magnifier-add:before {
  content: "\e091";
}

/* line 16709, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-magnifier-remove:before {
  content: "\e092";
}

/* line 16712, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-paper-clip:before {
  content: "\e093";
}

/* line 16715, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-paper-plane:before {
  content: "\e094";
}

/* line 16718, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-plus:before {
  content: "\e095";
}

/* line 16721, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-pointer:before {
  content: "\e096";
}

/* line 16724, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-power:before {
  content: "\e097";
}

/* line 16727, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-refresh:before {
  content: "\e098";
}

/* line 16730, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-reload:before {
  content: "\e099";
}

/* line 16733, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-settings:before {
  content: "\e09a";
}

/* line 16736, vendor/assets/stylesheets/smartadmin/vendors.bundle.scss */
.ni-users:before {
  content: "\e001";
}
@charset "UTF-8";
/* #GLOBAL IMPORTS
========================================================================== */
/* #BOOTSTRAP AND MIXINS - Base Unmodified Bootstrap file with theme mixins
========================================================================== */
/*---------------------------------------------------
    SASS ELements (based on LESS Elements 0.9 http://lesselements.com) 
  -------------------------------- -------------------
    LESS ELEMENTS made by Dmitry Fadeyev (http://fadeyev.net)
    SASS port by Samuel Beek (http://samuelbeek.com) 
  ---------------------------------------------------*/
/*------------------------
    Usage

  $color-white: hexToRGBString(#fff) => "255,255,255"
  $color-white: hexToRGBString(rgb(255,255,255)) => "255,255,255"
  $color-white: hexToRGBString(rgba(#fff,1)) => "255,255,255"
  
------------------------*/
/*------------------------
    Usage

    h1 {
      font-size: rem(32);
    }

    OR:

    h1 {
      font-size: rem(32px);
    }
------------------------*/
/*------------------------
  FADE IN
  e.g. @include fadeIn( 2s );
------------------------*/
/*------------------------
mixin that calculates if text needs to be light or dark
depending on the background color passed.

From this W3C document: http://www.webmasterworld.com/r.cgi?f=88&d=9769&url=http://www.w3.org/TR/AERT#color-contrast

usage:
@include text-contrast($bgcolor)
      
Color brightness is determined by the following formula: 
((Red value X 299) + (Green value X 587) + (Blue value X 114)) / 1000
------------------------*/
/*------------------------
 color factory 
  eg: contrast-ink($contrastvalue)
------------------------*/
/*------------------------
 color factory 
  eg: @include paint($blue-grey-50, bg-blue-grey-50);
------------------------*/
/* backface visibility */
/* generate theme button */
/* #BASE - Base Variable file along with font library, and colors.
========================================================================== */
/*  THEME COLORs
========================================================================== */
/* Looks good on chrome default color profile */
/* We will manually convert these primary colors to rgb for the dark mode option of the theme */
/* looks good in sRGB but washed up on chrome default 
$color-primary:						#826bb0;
$color-success:						#31cb55;
$color-info:						#5e93ec;
$color-warning:						#eec559;
$color-danger:						#dc4b92;
$color-fusion:						darken(desaturate(adjust-hue($color-primary, 5), 80%), 25%); */
/*  Color Polarity
========================================================================== */
/*  PAINTBUCKET MIXER
========================================================================== */
/* the grays */
/* the sapphires */
/* the emeralds */
/* the amethyths */
/* the topaz */
/* the rubies */
/* the graphites */
/*  Define universal border difition (div outlines, etc)
========================================================================== */
/*  MOBILE BREAKPOINT & GUTTERS (contains some bootstrap responsive overrides)
========================================================================== */
/* define when mobile menu activates, here we are declearing (lg) so it targets the one after it */
/* bootstrap reference xs: 0,  sm: 544px, md: 768px, lg: 992px, xl: 1200px*/
/* global var used for spacing*/
/* Uniform Padding variable */
/* Heads up! This is a global scoped variable - changing may impact the whole template */
/*   BOOTSTRAP OVERRIDES (bootstrap variables)
========================================================================== */
/* usage: theme-colors("primary"); */
/* forms */
/*$input-height:							calc(2.25rem + 1px); //I had to add this because the input gruops was having improper height for some reason... */
/* links */
/* checkbox */
/*$custom-file-height-inner:				calc(2.25rem - 1px);*/
/* not part of bootstrap variable */
/* custom checkbox */
/* custom range */
/* custom file */
/* badge */
/* cards */
/*border radius*/
/* alert */
/* toast */
/* breadcrumb */
/* input button */
/* nav link */
/* nav, tabs, pills */
/* tables */
/* dropdowns */
/* dropdowns sizes */
/* popovers */
/* tooltips */
/* modal */
/* reference guide
http://www.standardista.com/px-to-rem-conversion-if-root-font-size-is-16px/
8px = 0.5rem
9px = 0.5625rem
10px = 0.625rem
11px = 0.6875rem
12px = 0.75rem
13px = 0.8125rem
14px = 0.875rem
15px = 0.9375rem
16px = 1rem (base)
17px = 1.0625rem
18px = 1.125rem
19px = 1.1875rem
20px = 1.25rem
21px = 1.3125rem
22px = 1.375rem
24px = 1.5rem
25px = 1.5625rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem
34px = 2.125rem
36px = 2.25rem
38px = 2.375rem
40px = 2.5rem
*/
/* Fonts */
/* carousel */
/*  BASE VARS
========================================================================== */
/* font vars below will auto change to rem values using function rem($value)*/
/* 11px   */
/* 12px   */
/* 12.5px */
/* 14px   */
/* 15px   */
/* 16px   */
/* 28px   */
/*  Font Family
========================================================================== */
/*hint: you can also try the font called 'Poppins' by replacing the font 'Roboto' */
/*  ANIMATIONS
========================================================================== */
/* this addresses all animation related to nav hide to nav minify */
/*  Z-INDEX declearation
========================================================================== */
/* we adjust bootstrap z-index to be higher than our higest z-index*/
/*  CUSTOM ICON PREFIX 
========================================================================== */
/*  PRINT CSS (landscape or portrait)
========================================================================== */
/* landscape or portrait */
/* auto, letter */
/*  Common Element Variables
========================================================================== */
/* Z-index decleartion "birds eye view"
========================================================================== */
/*  Components
========================================================================== */
/*  PAGE HEADER STUFF
========================================================================== */
/* colors */
/* height */
/* logo */
/* try not to go beywond the width of $main_nav_width value */
/* you may need to change this depending on your logo design */
/* adjust this as you see fit : left, right, center */
/* icon font size (not button) */
/* search input box */
/* suggestion: #ccced0*/
/* btn */
/* dropdown: app list */
/* badge */
/* COMPONENTS & MODS */
/*  NAVIGATION STUFF

Guide:

aside.page-sidebar ($nav-width, $nav-background)
	.page-logo
	.primary-nav
		.info-card
		ul.nav-menu
			li
				a (parent level-0..., $nav-link-color, $nav-link-hover-color, $nav-link-hover-bg-color, $nav-link-hover-left-border-color)
					icon 
					span
					collapse-sign 
					
				ul.nav-menu-sub-one  
					li
						a ($nav-level-1... $nav-sub-link-height)
							span
							collapse-sign

						ul.nav-menu-sub-two
							li
								a ($nav-level-2... $nav-sub-link-height)
									span

		p.nav-title ($nav-title-*...)


========================================================================== */
/* main navigation */
/* left panel */
/* nav footer */
/* nav parent level-0 */
/* nav link level-1 */
/* nav level-1 bg */
/* nav icon sizes */
/* badge default */
/* all child */
/* nav title */
/* nav Minify */
/* when the menu pops on hover */
/* navigation Width */
/* partial visibility of the menu */
/* top navigation */
/* nav Info Card (appears below the logo) */
/* width is auto */
/* nav DL labels for all child */
/* will be pulled to left as a negative value */
/*   MISC Settings
========================================================================== */
/* List Table */
/*   PAGE SETTINGS
========================================================================== */
/*   PAGE BREADCRUMB 
========================================================================== */
/*   PAGE COMPONENT PANELS 
========================================================================== */
/*   PAGE COMPONENT PROGRESSBARS 
========================================================================== */
/*   PAGE COMPONENT MESSENGER 
========================================================================== */
/*   FOOTER
========================================================================== */
/*   GLOBALS
========================================================================== */
/* ACCESSIBILITIES */
/* SHORTCUT BUTTON (appears on bottom right of the page) */
/* GULP WARNINGS */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
/* line 265, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
  font-size: 0.8125rem;
  letter-spacing: 0.1px;
}

/* line 270, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-content {
  color: #666666;
}

/* line 273, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 400;
}

/* line 277, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
strong {
  font-weight: 500;
}

/* line 280, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 300;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 2px 0 1.5rem;
}

/* line 298, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
h2 small,
h3 small,
.h2 small,
.h3 small {
  font-size: 0.9375rem;
}

/* line 304, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
h4 small,
.h4 small {
  font-size: 0.875rem;
}

/* line 308, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
h5 small,
h6 small,
.h5 small,
.h6 small {
  font-size: 0.8125rem;
}

/* contrast text */
/* line 315, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.text-contrast {
  color: #333333;
}

/* text-gradient */
/* line 319, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.text-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #c82323), color-stop(50%, #b31f1f), color-stop(75%, #0c7cd5), to(#0960a5));
  background: linear-gradient(180deg, #c82323 25%, #b31f1f 50%, #0c7cd5 75%, #0960a5 100%);
  color: #de4040;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

/* looking for font size? Check _helpers.scss */
/* PLACEHOLDER 
============================================= 

EXAMPLE:

%bg-image {
		width: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
}

.image-one {
		@extend %bg-image;
		background-image:url(/img/image-one.jpg);
}

RESULT:

.image-one, .image-two {
		width: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
}

*/
/* line 357, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-logo, .page-sidebar, .nav-footer, .bg-brand-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(51, 148, 225, 0.18)), to(transparent));
  background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent);
  background-color: #962222;
}

/*
%shadow-hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 0 2px rgba(0,0,0,0.24);
	transition: all 0.2s ease-in-out;

	&:hover {
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 -1px 6px rgba(0,0,0,0.23);
	}
}
*/
/* line 372, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f1f1f1));
  background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
  color: #444;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 380, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-default:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #c6c6c6;
  color: #333;
  z-index: 2;
}

/* line 386, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-default:focus {
  border-color: #e98181 !important;
  z-index: 3;
}

/* line 389, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.active.btn-default {
  background: #e66b6b;
  color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
}

/* line 395, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.custom-scroll,
.custom-scrollbar {
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 400, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.custom-scroll::-webkit-scrollbar-track-piece,
.custom-scrollbar::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

/* line 403, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.custom-scroll::-webkit-scrollbar-thumb:vertical,
.custom-scrollbar::-webkit-scrollbar-thumb:vertical {
  background-color: #666;
}

/* line 406, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.custom-scroll::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

/* line 410, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.custom-scroll::-webkit-scrollbar-corner,
.custom-scrollbar::-webkit-scrollbar-corner {
  width: 40px;
}

/* line 413, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.custom-scroll::-webkit-scrollbar-thumb:vertical,
.custom-scrollbar::-webkit-scrollbar-thumb:vertical {
  background-color: #666;
}

/* line 417, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-logo, body:not(.header-function-fixed) .page-logo, .header-function-fixed:not(.nav-function-top) .page-header, .footer-function-fixed .page-footer, #msgr_listfilter_input, .msgr-list, .msgr-list + .msgr:before {
  -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
  transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
}

/* line 421, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb > li.breadcrumb-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 425, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-switch, [class*="btn-outline-"], .panel-toolbar .btn-panel, .settings-panel .list, .settings-panel .list .onoffswitch,
.settings-panel .list:hover .onoffswitch, .color-disp-demo tr td, .icon-demo li {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 430, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.info-card img.cover {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/* line 434, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-function-fixed .btn-switch[data-class="header-function-fixed"], .nav-function-fixed .btn-switch[data-class="nav-function-fixed"], .nav-function-minify .btn-switch[data-class="nav-function-minify"], .nav-function-hidden .btn-switch[data-class="nav-function-hidden"], .nav-function-top .btn-switch[data-class="nav-function-top"], .footer-function-fixed .btn-switch[data-class="footer-function-fixed"], .nav-mobile-push .btn-switch[data-class="nav-mobile-push"], .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"], .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"], .mod-main-boxed .btn-switch[data-class="mod-main-boxed"], .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"], .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"], .mod-pace-custom .btn-switch[data-class="mod-pace-custom"], .mod-bigger-font .btn-switch[data-class="mod-bigger-font"], .mod-high-contrast .btn-switch[data-class="mod-high-contrast"], .mod-color-blind .btn-switch[data-class="mod-color-blind"], .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"], .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"], .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"], .mod-disable-animation .btn-switch[data-class="mod-disable-animation"], .mod-nav-link .btn-switch[data-class="mod-nav-link"], .mod-nav-dark .btn-switch[data-class="mod-nav-dark"], .mod-panel-icon .btn-switch[data-class="mod-panel-icon"] {
  color: #fff;
  background: #de4040 !important;
}

/* line 437, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-function-fixed .btn-switch[data-class="header-function-fixed"]:before, .nav-function-fixed .btn-switch[data-class="nav-function-fixed"]:before, .nav-function-minify .btn-switch[data-class="nav-function-minify"]:before, .nav-function-hidden .btn-switch[data-class="nav-function-hidden"]:before, .nav-function-top .btn-switch[data-class="nav-function-top"]:before, .footer-function-fixed .btn-switch[data-class="footer-function-fixed"]:before, .nav-mobile-push .btn-switch[data-class="nav-mobile-push"]:before, .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"]:before, .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"]:before, .mod-main-boxed .btn-switch[data-class="mod-main-boxed"]:before, .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"]:before, .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"]:before, .mod-pace-custom .btn-switch[data-class="mod-pace-custom"]:before, .mod-bigger-font .btn-switch[data-class="mod-bigger-font"]:before, .mod-high-contrast .btn-switch[data-class="mod-high-contrast"]:before, .mod-color-blind .btn-switch[data-class="mod-color-blind"]:before, .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"]:before, .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"]:before, .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"]:before, .mod-disable-animation .btn-switch[data-class="mod-disable-animation"]:before, .mod-nav-link .btn-switch[data-class="mod-nav-link"]:before, .mod-nav-dark .btn-switch[data-class="mod-nav-dark"]:before, .mod-panel-icon .btn-switch[data-class="mod-panel-icon"]:before {
  content: "ON" !important;
  left: 7px !important;
  right: auto !important;
}

/* line 441, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-function-fixed .btn-switch[data-class="header-function-fixed"]:after, .nav-function-fixed .btn-switch[data-class="nav-function-fixed"]:after, .nav-function-minify .btn-switch[data-class="nav-function-minify"]:after, .nav-function-hidden .btn-switch[data-class="nav-function-hidden"]:after, .nav-function-top .btn-switch[data-class="nav-function-top"]:after, .footer-function-fixed .btn-switch[data-class="footer-function-fixed"]:after, .nav-mobile-push .btn-switch[data-class="nav-mobile-push"]:after, .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"]:after, .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"]:after, .mod-main-boxed .btn-switch[data-class="mod-main-boxed"]:after, .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"]:after, .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"]:after, .mod-pace-custom .btn-switch[data-class="mod-pace-custom"]:after, .mod-bigger-font .btn-switch[data-class="mod-bigger-font"]:after, .mod-high-contrast .btn-switch[data-class="mod-high-contrast"]:after, .mod-color-blind .btn-switch[data-class="mod-color-blind"]:after, .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"]:after, .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"]:after, .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"]:after, .mod-disable-animation .btn-switch[data-class="mod-disable-animation"]:after, .mod-nav-link .btn-switch[data-class="mod-nav-link"]:after, .mod-nav-dark .btn-switch[data-class="mod-nav-dark"]:after, .mod-panel-icon .btn-switch[data-class="mod-panel-icon"]:after {
  content: " " !important;
  right: 0 !important;
  left: auto !important;
  background: #fff !important;
  color: #de4040 !important;
}

/* line 447, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-function-fixed .btn-switch[data-class="header-function-fixed"] + .onoffswitch-title, .nav-function-fixed .btn-switch[data-class="nav-function-fixed"] + .onoffswitch-title, .nav-function-minify .btn-switch[data-class="nav-function-minify"] + .onoffswitch-title, .nav-function-hidden .btn-switch[data-class="nav-function-hidden"] + .onoffswitch-title, .nav-function-top .btn-switch[data-class="nav-function-top"] + .onoffswitch-title, .footer-function-fixed .btn-switch[data-class="footer-function-fixed"] + .onoffswitch-title, .nav-mobile-push .btn-switch[data-class="nav-mobile-push"] + .onoffswitch-title, .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"] + .onoffswitch-title, .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"] + .onoffswitch-title, .mod-main-boxed .btn-switch[data-class="mod-main-boxed"] + .onoffswitch-title, .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"] + .onoffswitch-title, .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"] + .onoffswitch-title, .mod-pace-custom .btn-switch[data-class="mod-pace-custom"] + .onoffswitch-title, .mod-bigger-font .btn-switch[data-class="mod-bigger-font"] + .onoffswitch-title, .mod-high-contrast .btn-switch[data-class="mod-high-contrast"] + .onoffswitch-title, .mod-color-blind .btn-switch[data-class="mod-color-blind"] + .onoffswitch-title, .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"] + .onoffswitch-title, .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"] + .onoffswitch-title, .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"] + .onoffswitch-title, .mod-disable-animation .btn-switch[data-class="mod-disable-animation"] + .onoffswitch-title, .mod-nav-link .btn-switch[data-class="mod-nav-link"] + .onoffswitch-title, .mod-nav-dark .btn-switch[data-class="mod-nav-dark"] + .onoffswitch-title, .mod-panel-icon .btn-switch[data-class="mod-panel-icon"] + .onoffswitch-title {
  font-weight: 500;
  color: #de4040;
}

/* line 451, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.info-card img.cover {
  background-size: cover;
}

/* line 454, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-mobile-slide-out #nmp,
.nav-mobile-slide-out #nmno, .nav-function-top #mnl,
.nav-function-minify #mnl,
.mod-hide-nav-icons #mnl, .mod-skin-dark #mhc,
.mod-skin-dark #mcbg,
.mod-skin-dark #mdn, .nav-function-top #nfh, .nav-function-top #mhni,
.nav-function-minify #mhni {
  position: relative;
}

/* line 462, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-mobile-slide-out #nmp .onoffswitch-title, .nav-mobile-slide-out #nmno .onoffswitch-title, .nav-function-top #mnl .onoffswitch-title, .nav-function-minify #mnl .onoffswitch-title, .mod-hide-nav-icons #mnl .onoffswitch-title, .mod-skin-dark #mhc .onoffswitch-title, .mod-skin-dark #mcbg .onoffswitch-title, .mod-skin-dark #mdn .onoffswitch-title, .nav-function-top #nfh .onoffswitch-title, .nav-function-top #mhni .onoffswitch-title, .nav-function-minify #mhni .onoffswitch-title {
  color: #da9400;
  color: var(--theme-warning-900) !important;
}

/* line 465, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-mobile-slide-out #nmp .onoffswitch-title-desc, .nav-mobile-slide-out #nmno .onoffswitch-title-desc, .nav-function-top #mnl .onoffswitch-title-desc, .nav-function-minify #mnl .onoffswitch-title-desc, .mod-hide-nav-icons #mnl .onoffswitch-title-desc, .mod-skin-dark #mhc .onoffswitch-title-desc, .mod-skin-dark #mcbg .onoffswitch-title-desc, .mod-skin-dark #mdn .onoffswitch-title-desc, .nav-function-top #nfh .onoffswitch-title-desc, .nav-function-top #mhni .onoffswitch-title-desc, .nav-function-minify #mhni .onoffswitch-title-desc {
  color: #da9400;
  color: var(--theme-warning-900) !important;
}

/* line 468, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-mobile-slide-out #nmp:after,
.nav-mobile-slide-out #nmno:after, .nav-function-top #mnl:after,
.nav-function-minify #mnl:after,
.mod-hide-nav-icons #mnl:after, .mod-skin-dark #mhc:after,
.mod-skin-dark #mcbg:after,
.mod-skin-dark #mdn:after, .nav-function-top #nfh:after, .nav-function-top #mhni:after,
.nav-function-minify #mhni:after {
  content: "DISABLED";
}

/*%fixed-header-shadow {
	@include box-shadow(0 2px 2px -1px rgba(0,0,0,.1));
}*/
/* line 480, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-icon-menu > ul > li .btn, .header-btn {
  border-radius: 4px;
  border: 1px solid gainsboro;
  height: 2.25rem;
  width: 3.25rem;
  vertical-align: middle;
  line-height: 2.125rem;
  margin-right: 0.9375rem;
  font-size: 21px;
  padding: 0 11px;
  cursor: default;
  color: #a6a6a6;
  position: relative;
  /*
	&.active {
		@extend %header-btn-active;
	}*/
}

/* line 497, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-icon-menu > ul > li .btn:hover, .header-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #de4040;
  background: #e66b6b;
  color: #fff;
}

/* line 504, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-width: 0 0 1px 0;
  background: #fff;
  padding: 16px 16px 10px;
}

/* line 512, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-function-fixed:not(.nav-function-top) .page-header [data-class="nav-function-fixed"] {
  background: #4f4f4f;
  border-color: #363636 !important;
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
  color: #fff !important;
}

/*  %selected-dot {
		&:before {
			content: " ";
			display: block;
			border-radius: 50%;
			background: inherit;
			background-image: none;
			border: 2px solid rgba(0,0,0,0.2);
			position: absolute;
			top: 15px;
			left: 15px;
			height: 20px;
			width: 20px;
		}
		&:after {
			content: " ";
			height: inherit;
			width: inherit;
			border: 5px solid rgba(0,0,0,0.1);
			position: absolute;
			left: 0;
			top: 0;
			border-radius: 50%;
		} 
	}*/
/* line 544, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.saving #saving {
  margin: 5px;
  height: 20px;
  width: 20px;
  -webkit-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
  border: 2px solid #de4040;
  border-right-color: transparent;
  border-radius: 50%;
}

/* line 554, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-mobile-slide-out #nmp:after,
.nav-mobile-slide-out #nmno:after, .nav-function-top #mnl:after,
.nav-function-minify #mnl:after,
.mod-hide-nav-icons #mnl:after, .mod-skin-dark #mhc:after,
.mod-skin-dark #mcbg:after,
.mod-skin-dark #mdn:after, .nav-function-top #nfh:after, .nav-function-top #mhni:after,
.nav-function-minify #mhni:after {
  display: block;
  position: absolute;
  background: #ffc241;
  background: var(--theme-warning-50);
  font-size: 10px;
  width: 65px;
  text-align: center;
  border: 1px solid var(--theme-warning-700);
  height: 22px;
  line-height: 20px;
  border-radius: 10px;
  right: 13px;
  top: 26%;
  color: #1c1c1c;
}

/* patterns */
/* line 577, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-color-blind .page-sidebar .primary-nav .nav-menu > li.active > a,
.mod-color-blind [class*="bg-danger-"],
.mod-color-blind .btn-danger,
.mod-color-blind .btn-outline-danger,
.mod-color-blind .alert-danger,
.pattern-0 {
  background-size: 10px 10px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  -pie-background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent) 0 0/10px 10px transparent;
}

/* line 587, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-color-blind .page-sidebar .primary-nav .nav-menu > li.active > a + ul > li.active > a,
.pattern-1 {
  background-size: 5px 5px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  -pie-background: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent) 0 0/5px 5px transparent;
}

/* line 593, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-color-blind [class*="bg-primary-"],
.mod-color-blind .btn-primary,
.mod-color-blind .btn-outline-primary,
.mod-color-blind .alert-primary,
.pattern-2 {
  background-size: 15px 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent);
  -pie-background: linear-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent) 0 0/15px transparent;
}

/* line 603, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-color-blind [class*="bg-success-"],
.mod-color-blind .btn-success,
.mod-color-blind .btn-outline-success,
.mod-color-blind .alert-success,
.pattern-3 {
  background-size: 15px 15px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent);
  -pie-background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent) 0 0/15px 15px transparent;
}

/* line 613, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-color-blind [class*="bg-info-"],
.mod-color-blind .btn-info,
.mod-color-blind .btn-outline-info,
.mod-color-blind .alert-info,
.pattern-4 {
  background-size: 37px 37px;
  background-position: 0 0, 18.5px 18.5px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)), linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  -pie-background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)) 0 0/37px, linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)) 37px 37px/74px, transparent;
}

/* line 623, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-color-blind [class*="bg-warning-"],
.mod-color-blind .btn-warning,
.mod-color-blind .btn-outline-warning,
.mod-color-blind .alert-warning,
.pattern-5 {
  background-size: 37px 37px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)), linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  -pie-background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)) 0 0/60px, linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)) 0 0/60px, #eee;
}

/* #FRAMEWORK - Structure and layout files. (**DO NOT** change order)
                DOC: you can disable unused _modules (may brake the page)
========================================================================== */
/* contains root variables to be used with css (see docs) */
/* line 636, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
:root {
  --theme-primary: #de4040;
  --theme-secondary: #868e96;
  --theme-success: #1dc9b7;
  --theme-info: #2196F3;
  --theme-warning: #ffc241;
  --theme-danger: #fd3995;
  --theme-light: #fff;
  --theme-dark: #4f4f4f;
  --theme-rgb-primary: 222,64,64;
  --theme-rgb-success: 29,201,183;
  --theme-rgb-info: 33,150,243;
  --theme-rgb-warning: 255,194,65;
  --theme-rgb-danger: 253,57,149;
  --theme-rgb-fusion: 79.25,79.25,79.25;
  --theme-primary-50: #f1adad;
  --theme-primary-100: #ed9797;
  --theme-primary-200: #e98181;
  --theme-primary-300: #e66b6b;
  --theme-primary-400: #e25656;
  --theme-primary-500: #de4040;
  --theme-primary-600: #da2a2a;
  --theme-primary-700: #c82323;
  --theme-primary-800: #b31f1f;
  --theme-primary-900: #9d1b1b;
  --theme-success-50: #7aece0;
  --theme-success-100: #63e9db;
  --theme-success-200: #4de5d5;
  --theme-success-300: #37e2d0;
  --theme-success-400: #21dfcb;
  --theme-success-500: #1dc9b7;
  --theme-success-600: #1ab3a3;
  --theme-success-700: #179c8e;
  --theme-success-800: #13867a;
  --theme-success-900: #107066;
  --theme-info-50: #9acffa;
  --theme-info-100: #82c4f8;
  --theme-info-200: #6ab8f7;
  --theme-info-300: #51adf6;
  --theme-info-400: #39a1f4;
  --theme-info-500: #2196F3;
  --theme-info-600: #0d8aee;
  --theme-info-700: #0c7cd5;
  --theme-info-800: #0a6ebd;
  --theme-info-900: #0960a5;
  --theme-warning-50: #ffebc1;
  --theme-warning-100: #ffe3a7;
  --theme-warning-200: #ffdb8e;
  --theme-warning-300: #ffd274;
  --theme-warning-400: #ffca5b;
  --theme-warning-500: #ffc241;
  --theme-warning-600: #ffba28;
  --theme-warning-700: #ffb20e;
  --theme-warning-800: #f4a500;
  --theme-warning-900: #da9400;
  --theme-danger-50: #feb7d9;
  --theme-danger-100: #fe9ecb;
  --theme-danger-200: #fe85be;
  --theme-danger-300: #fe6bb0;
  --theme-danger-400: #fd52a3;
  --theme-danger-500: #fd3995;
  --theme-danger-600: #fd2087;
  --theme-danger-700: #fc077a;
  --theme-danger-800: #e7026e;
  --theme-danger-900: #ce0262;
  --theme-fusion-50: #8f8f8f;
  --theme-fusion-100: #828282;
  --theme-fusion-200: #767676;
  --theme-fusion-300: dimgray;
  --theme-fusion-400: #5c5c5c;
  --theme-fusion-500: #4f4f4f;
  --theme-fusion-600: #434343;
  --theme-fusion-700: #363636;
  --theme-fusion-800: #292929;
  --theme-fusion-900: #1c1c1c;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1399px;
}

/* resets DOM elements to its natural state */
/* for IE */
/* line 719, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
main {
  display: block;
}

/* removes dotted lines for focus */
/* line 723, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
a, a:active, a:focus,
button, button:focus, button:active,
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
  outline: none;
  outline: 0;
}

/* line 729, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
input::-moz-focus-inner {
  border: 0;
}

/* html and body base styles */
/* line 733, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
html {
  scroll-behavior: smooth;
}

/* line 735, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
html body {
  direction: ltr;
  text-rendering: optimizeLegibility;
  background-color: #fff;
}

/* line 739, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
html body a {
  color: #de4040;
  text-decoration: none;
  background-color: transparent;
}

/* line 743, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
html body a:hover {
  color: #e25656;
  text-decoration: underline;
}

/* app header */
/* line 748, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-icon {
  color: #666666;
  display: block;
  line-height: 4.125rem;
  text-decoration: none;
  position: relative;
}

/* line 755, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-icon:not(.btn) {
  min-width: 3.125rem;
  text-align: center;
  overflow: visible;
}

/* line 759, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-icon:not(.btn) > [class*='fa-']:first-child,
.header-icon:not(.btn) > .ni:first-child {
  color: #de4040;
  vertical-align: middle;
}

/* line 763, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-icon:not(.btn) > [class*='fa-']:first-child {
  font-size: 21px;
}

/* line 765, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-icon:not(.btn) > .ni:first-child {
  font-size: 21px;
}

/* line 767, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-icon:not(.btn):hover > [class*='fa-']:only-child,
.header-icon:not(.btn):hover > .ni {
  color: #404040;
}

/* line 770, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-icon[data-toggle="dropdown"]:not(.btn) {
  /* header dropdowns */
  /* note: important rules to override popper's inline classes */
  /* end header dropdowns */
}

/* line 774, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-icon[data-toggle="dropdown"][data-toggle="dropdown"]:not(.btn):after {
  content: " ";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  background: #dae1e8;
  border-radius: 50%;
  top: 1.3125rem;
  z-index: -1;
  left: 0.9375rem;
  opacity: 0;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

/* line 787, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-icon[data-toggle="dropdown"][aria-expanded="true"]:not(.btn) {
  color: #404040;
  /* new lines for arrow visibility */
  position: relative;
  z-index: 1001;
  font-weight: 500;
}

/* line 793, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-icon[data-toggle="dropdown"][aria-expanded="true"]:not(.btn):after {
  content: " ";
  width: 2.5rem;
  height: 2.5rem;
  top: 0.8125rem;
  z-index: -1;
  left: 0.3125rem;
  opacity: 1;
}

/* line 801, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-icon[data-toggle="dropdown"][aria-expanded="true"]:not(.btn) > [class*='fa-']:first-child,
.header-icon[data-toggle="dropdown"][aria-expanded="true"]:not(.btn) > .ni:first-child {
  color: #404040 !important;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background: none;
}

/* line 807, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-icon[data-toggle="dropdown"]:not(.btn) + .dropdown-menu {
  position: absolute;
  border: 0px solid #ccc;
  right: 2rem;
  top: 4.0625rem !important;
  left: auto !important;
  padding: 0;
  margin: 0;
}

/* line 815, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-icon:not(.btn) .profile-image {
  width: 3rem;
  height: auto;
}

/* line 818, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-icon:hover {
  cursor: default;
  color: #404040;
}

/* line 822, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(157, 27, 27, 0.13);
  box-shadow: 0px 0px 28px 0px rgba(157, 27, 27, 0.13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.125rem;
  position: relative;
  z-index: 1000;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* line 841, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-header .page-logo {
  display: none;
}

/* line 843, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-header .badge-icon {
  left: 1.5625rem;
  top: 1.09375rem;
}

/* line 846, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-header .badge-icon:only-child {
  position: relative;
  left: auto;
  right: auto;
  font-size: 14px;
  height: 26px;
  width: 26px;
  line-height: 21px;
  top: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* app logo */
/* line 867, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-logo {
  height: 4.125rem;
  width: 16.875rem;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 1px;
  padding: 0 2rem;
}

/* line 887, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-logo img {
  width: 28px;
  height: 28px;
}

/* line 890, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-logo .page-logo-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* line 895, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-logo-text {
  margin-left: 0.5rem;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: left;
}

/* app search */
/* line 907, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.search {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 911, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.search .app-forms {
  padding: 0;
}

/* line 913, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.search .app-forms.has-length {
  position: relative;
}

/* line 915, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.search .app-forms:before {
  content: none;
}

/* line 918, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
#search-field {
  max-width: 21.875rem;
  height: 2.625rem;
  line-height: normal;
  border-radius: 4px;
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.9375rem;
  padding: 0.38rem;
}

/* icon menu with user options */
/* line 931, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-icon-menu > .btn {
  z-index: 1;
}

/* line 934, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-icon-menu > ul {
  opacity: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  background: #fff;
  height: 2.25rem;
  padding: 2.75rem 4px 5px;
  width: 3.75rem;
  margin-left: 1px;
  margin-top: -2.5rem;
  left: -5px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 0 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 0 3px rgba(0, 0, 0, 0.24);
  border-radius: 0.25rem;
  -webkit-transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
  transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
}

/* line 952, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-icon-menu > ul > li {
  margin-bottom: 4px;
  position: relative;
}

/* line 955, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-icon-menu > ul > li:last-child {
  margin-bottom: 0;
}

/* line 958, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-icon-menu:hover > ul {
  display: block;
  opacity: 1;
  /*
			 * n = number of buttons minus 1 
			 *     eg. $header-btn-height * 2n
			 */
  height: 7.75rem;
}

/* line 966, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-icon-menu:hover > ul:hover {
  overflow: visible;
}

/* dropdown notification in the app header */
/* line 970, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.tab-notification {
  height: 363px;
}

/* line 972, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.tab-notification .tab-pane {
  height: 100%;
}

/* line 975, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

/* line 980, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification li {
  position: relative;
  background: #fff;
}

/* line 983, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification li.unread {
  background: #fffaee;
}

/* line 985, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification li.unread .name {
  font-weight: 500;
}

/* line 987, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification li > :first-child {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 990, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification li > :first-child:hover {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 33, 41, 0.03)), to(rgba(29, 33, 41, 0.04)));
  background-image: linear-gradient(rgba(29, 33, 41, 0.03), rgba(29, 33, 41, 0.04));
}

/* line 994, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification li > :first-child:focus {
  text-decoration: none;
}

/* line 996, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification li > :first-child > span {
  position: relative;
}

/* line 998, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification li > :first-child > span > span {
  /* IE fix */
  display: block;
}

/* line 1001, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification li:last-child > a {
  border: 0;
}

/* line 1003, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification .name {
  color: #222222;
  font-weight: 400;
  font-size: 0.8125rem;
}

/* line 1007, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification .msg-a,
.notification .msg-b {
  color: #555555;
}

/* line 1010, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification.notification-layout-2 li {
  background: #f9f9f9;
}

/* line 1012, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification.notification-layout-2 li.unread {
  background: #fff;
}

/* line 1014, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification.notification-layout-2 li.unread .name {
  font-weight: bold;
}

/* line 1016, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification.notification-layout-2 li > :first-child {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  z-index: 1;
}

/* line 1020, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification.notification-layout-2 li > :first-child:hover {
  background: transparent;
}

/* line 1022, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification.notification-layout-2 li > :first-child:hover:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

/* line 1032, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification.notification-layout-2 li .name {
  font-size: 0.875rem;
}

/* line 1034, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification.notification-layout-2:hover {
  cursor: pointer;
}

/* line 1036, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notification:not(.notification-loading):before {
  content: "No new messages";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 1.5rem;
  width: 100%;
  display: block;
}

/* icon menu with stacked icons located in the app header */
/* line 1047, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.app-list {
  margin: 0 auto;
  display: block;
  width: 21.875rem !important;
  height: 22.5rem !important;
  font-size: 0;
  padding: 0.5rem 1rem;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1059, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.app-list > li {
  display: inline-block;
  text-align: center;
  padding: 0;
}

/* line 1064, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.app-list-item {
  height: 5.9375rem;
  width: 6.25rem;
  display: block;
  text-decoration: none;
  color: #666666;
  margin: 10px 2px;
  border: 1px solid transparent !important;
  outline: none;
  border-radius: 3px;
  padding-top: 8px;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 1086, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.app-list-item .icon-stack {
  font-size: 3.125rem;
  margin-top: 4px;
}

/* line 1089, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.app-list-item:hover {
  padding-top: 7px;
}

/* line 1091, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.app-list-item:hover > .icon-stack {
  font-size: 3.1875rem;
}

/* line 1093, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.app-list-item:active {
  border-color: #de4040;
  padding-top: 8px;
}

/* line 1096, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.app-list-item:active > .icon-stack {
  font-size: 3.125rem;
}

/* line 1099, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.app-list-name {
  text-align: center;
  font-size: 0.8125rem;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

/* app header stays fixed */
/* line 1108, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-function-fixed:not(.nav-function-top) .page-header {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
}

/* line 1114, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-function-fixed:not(.nav-function-top) .page-content {
  margin-top: 4.125rem;
}

/* line 1117, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-function-fixed:not(.nav-function-top):not(.nav-function-fixed) {
  /* bug fix for nav hidden other than chrome...*/
}

/* line 1119, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-function-fixed:not(.nav-function-top):not(.nav-function-fixed) .page-logo {
  width: 16.875rem;
  position: fixed;
  top: 0;
  z-index: 950;
}

/* line 1124, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-function-fixed:not(.nav-function-top):not(.nav-function-fixed) .page-sidebar .primary-nav {
  margin-top: 4.125rem;
}

/* line 1126, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-function-fixed.desktop.nav-function-hidden:not(.nav-function-top):not(.nav-function-fixed) .page-logo {
  position: absolute;
  -webkit-transition: none !important;
  transition: none !important;
}

@media (min-width: 992px) {
  /* line 1132, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .header-function-fixed:not(.nav-function-top) .page-header {
    margin-left: 16.875rem;
  }
  /* line 1134, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .header-function-fixed.nav-function-minify:not(.nav-function-top) .page-sidebar .page-logo {
    width: 4.6875rem;
  }
  /* line 1136, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .header-function-fixed.nav-function-top {
    /*.page-wrapper {
				padding-top: $header-height-nav-top;
			}*/
  }
  /* line 1140, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .header-function-fixed.nav-function-top .page-header {
    position: fixed !important;
    /*top: 0;
				right: 0;
				left: 0;*/
    -webkit-box-shadow: 0px 0px 28px 2px rgba(157, 27, 27, 0.13);
    box-shadow: 0px 0px 28px 2px rgba(157, 27, 27, 0.13);
    /*chrome flickering solution*/
    -webkit-transform: translateZ(0);
  }
}

/* app far left panel */
/* line 1151, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-sidebar {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 16.875rem;
  max-width: 16.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1002;
  will-change: left, right;
}

/* app navigation */
/* line 1169, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.primary-nav {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 1175, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.primary-nav .nav-menu:last-of-type {
  margin: 0;
}

/* line 1177, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.primary-nav .nav-menu:first-of-type {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 1181, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-title {
  text-transform: uppercase;
  margin: 0;
  color: #d33b3b;
  padding: 1rem 2rem;
  margin-top: 1.5rem;
  font-size: 0.7rem;
  letter-spacing: 1px;
  font-weight: 500;
}

/* line 1191, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}

/* line 1195, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu a,
.nav-menu a > [class*='fa-'],
.nav-menu a > .ni {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 1200, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu b.collapse-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e25656;
}

/* line 1211, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu b.collapse-sign > [class*='fa-'],
.nav-menu b.collapse-sign > .ni {
  font-size: inherit;
}

/* line 1214, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu ul {
  padding-left: 0;
  list-style: none;
  display: none;
}

/* line 1218, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li {
  position: relative;
}

/* line 1220, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li.open > a {
  color: white;
}

/* line 1222, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li.active {
  /* arrow that appears next to active/selected items */
}

/* line 1224, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li.active > a {
  color: white;
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-box-shadow: inset 3px 0 0 #de4040;
  box-shadow: inset 3px 0 0 #de4040;
  font-weight: 400;
}

/* line 1230, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li.active > a:hover > [class*='fa-'],
.nav-menu li.active > a:hover > .ni {
  color: #cc8585;
}

/* line 1233, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li.active > ul {
  display: block;
}

/* line 1235, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li.active:not(.open) > a:before {
  content: '\f413';
  font-family: 'nextgen-icons';
  position: absolute;
  top: calc(50% - 5px);
  right: 11px;
  font-size: 7px;
  height: 10px;
  width: auto;
  color: #24b3a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1253, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*new*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*new*/
  outline: 0;
  padding: 0.8125rem 2rem;
  font-size: 0.875rem;
  color: #e89797;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  /* needed for mod-nav-hiarchiy*/
  /*> .badge {

				@extend %ping-badge;

				& + [class*='fa-'],
				& + .ni {
					display: none;
				}

			}*/
  /*> [class*='fa-'] {
				font-size: $nav-font-icon-size - 2;
			}*/
  /*> img {
				background: $primary-500;
				padding: 0.125rem;
				width: 20px;
				height: 20px;
				margin-left: 5px;
				margin-right: $nav-icon-margin-right + 0.1875rem;
			}*/
  /*> .badge:not(.clear-badge):first-child  {
				position: static;
				display: inline-block;
				border-radius: 5px;
				margin-right: 10px;
				width: 28px;
				height: auto;
				padding: 4px 0;
				font-size: rem($fs-base);
			}*/
}

/* line 1301, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li a .dl-ref {
  font-size: 0.625rem;
  text-align: center;
  min-width: 1.25rem;
  display: inline-block;
  border-radius: 4px;
  letter-spacing: 0.5px;
  margin-left: -2.1875rem;
  margin-right: 0.9375rem;
  font-weight: 500;
  overflow: hidden;
  padding: 0 4px;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 1314, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li a .dl-ref.label {
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

/* line 1319, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li a > [class*='fa-'],
.nav-menu li a > .ni {
  margin-right: 0.25rem;
  font-size: 1.125rem;
  width: 1.75rem;
  color: #d54444;
  text-align: left;
}

/* line 1326, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li a > .nav-link-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*new*/
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
}

/* line 1338, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li a.collapsed .nav-menu-btn-sub-collapse {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1341, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li a:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1345, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li a:hover .badge {
  color: #fff;
}

/* line 1347, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li a:hover > [class*='fa-'],
.nav-menu li a:hover > .ni {
  color: #cc8585;
}

/* line 1350, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li a:hover > .badge {
  -webkit-box-shadow: 0 0 0 1px rgba(184, 41, 41, 0.8);
  box-shadow: 0 0 0 1px rgba(184, 41, 41, 0.8);
  border: 1px solid rgba(184, 41, 41, 0.8);
}

/* line 1354, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li a:focus {
  color: white;
}

/* line 1356, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li a:focus .badge {
  color: #fff;
}

/* line 1358, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 1362, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li a {
  color: #e38282;
  padding: 0.8125rem 2rem 0.8125rem 4rem;
}

/* line 1365, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li a b.collapse-sign > [class*='fa-'],
.nav-menu li > ul li a b.collapse-sign > .ni {
  font-size: inherit-2;
}

/* line 1368, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li a > [class*='fa-'],
.nav-menu li > ul li a > .ni {
  margin-left: -2.1875rem;
  margin-right: 0.9375rem;
  color: #d54444;
  font-size: 0.875rem;
  width: 1.25rem;
  text-align: center;
}

/* line 1376, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li a > .badge {
  color: #fff;
  background-color: #fd3995;
  border: 1px solid #4f4f4f;
}

/* line 1380, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li a:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1383, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li a:hover > .nav-link-text > [class*='fa-'],
.nav-menu li > ul li a:hover > .nav-link-text > .ni {
  color: #cc8585;
}

/* line 1386, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li.active > a {
  color: white;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
}

/* line 1392, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li.active > a > .nav-link-text > [class*='fa-'],
.nav-menu li > ul li.active > a > .nav-link-text > .ni {
  color: white;
}

/* line 1395, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li.active > a:hover > .nav-link-text > [class*='fa-'],
.nav-menu li > ul li.active > a:hover > .nav-link-text > .ni {
  color: #cc8585;
}

/* line 1398, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li:last-child > ul {
  padding-bottom: 0;
}

/* line 1400, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li > ul li.active > a {
  color: white;
}

/* line 1402, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li > ul li a {
  color: #e17a7a;
  padding: 0.8125rem 2rem 0.8125rem 4.75rem;
}

/* line 1405, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li > ul li a .dl-ref {
  margin-left: 0;
  margin-right: 0.20833rem;
}

/* line 1408, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li > ul li a > [class*='fa-'],
.nav-menu li > ul li > ul li a > .ni {
  margin-left: 0;
  margin-right: 0.20833rem;
}

/* line 1412, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li > ul li a:hover {
  color: white;
}

/* line 1414, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li > ul li > ul li a > .badge {
  color: #fff;
  background-color: #fd3995;
  border: 1px solid #4f4f4f;
}

/* line 1418, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu li:last-child {
  margin-bottom: 0;
}

/* line 1420, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu:last-child {
  margin-bottom: 0;
}

/* nav hover elements 
.nav-menu-hover {

	li > ul {
		background-color: rgba(0,0,0,0.17) !important;
	}

	li {
		a {
			color: rgba(255,255,255,0.90);
			span {
				color: rgba(255,255,255,0.90);
			}
			

			&:hover {
				background:rgba(255,255,255,0.09) !important;
				color: $white !important;
				span {
					color: $white;
				}
				
			}
		}
	}
}*/
/* nav clean elements */
/* line 1450, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu-clean {
  background: #fff;
}

/* line 1452, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu-clean ul {
  background: transparent !important;
  padding-bottom: 0 !important;
}

/* line 1455, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu-clean li a {
  background: transparent !important;
  color: #4f4f4f !important;
}

/* line 1458, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu-clean li a span {
  color: #4f4f4f !important;
}

/* line 1460, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu-clean li a:hover {
  background-color: #f4f4f4 !important;
}

/* line 1462, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu-clean li a {
  border-bottom: 1px solid transparent;
}

/* line 1464, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu-clean li > ul li > ul > li:not(:last-child) a {
  border-bottom: none;
}

/* nav bordered elements */
/* line 1468, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu-bordered {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 1470, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu-bordered li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 1472, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu-bordered li > ul li > ul > li:not(:last-child) a {
  border-bottom: none;
}

/* nav compact elements */
/* line 1476, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu-compact li a {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* line 1480, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu-compact li li a {
  padding-left: 2rem !important;
}

/* line 1483, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu-compact li li li a {
  padding-left: 2.5rem !important;
}

/* line 1486, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-menu.nav-menu-reset li a:not(:hover),
.nav-menu.nav-menu-reset .collapse-sign {
  color: rgba(255, 255, 255, 0.7) !important;
}

/*body:not(.nav-function-top) {

	.primary-nav {

		.nav-menu {

			a,
			a:hover,
			a:focus {

				.badge-detached {
					
					display: inline-block;
					font-family: 'helvetica neue', helvetica, arial, sans-serif;
					font-size: rem($fs-nano);
					min-height: 13px;
					min-width: $nav-badge-height + 4;
					background-color: #fff;
					border: 1px solid #33383e;
					border-radius: 3px;
					color: #33383E;
					padding: 1px 5px;
					right: 15px;
					left: auto;
					top: 13px;
					width: auto;
					max-width: 0;
					height: auto;

					-webkit-font-smoothing: subpixel-antialiased;
				}
			}
		}
	}
}*/
@media (min-width: 1399px) {
  /* line 1526, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-sidebar .primary-nav .nav-menu > li > a {
    font-size: 0.875rem;
  }
}

/* app navigation filter */
/* line 1530, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-filter {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0px;
  position: relative;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all 400ms cubic-bezier(0.34, 1.25, 0.3, 1);
  transition: all 400ms cubic-bezier(0.34, 1.25, 0.3, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1550, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-filter input[type="text"] {
  padding: 8px 40px 8px 14px;
  width: 14.625rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

/* line 1555, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-filter input[type="text"]:not(:focus) {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 1557, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-filter input[type="text"]:focus {
  border-color: #cd2e2e;
}

/* line 1560, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-filter-active {
  /* these classes are triggered by JS */
}

/* line 1562, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-filter-active .info-card {
  height: calc(9.53rem - 9.53rem);
  -webkit-transition: all 400ms cubic-bezier(0.34, 1.25, 0.3, 1);
  transition: all 400ms cubic-bezier(0.34, 1.25, 0.3, 1);
}

/* line 1566, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-filter-active .nav-filter {
  opacity: 1;
  visibility: visible;
  height: 60px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 1574, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-filter-active .nav-title {
  display: none;
}

/* line 1576, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-filter-active .nav-menu {
  margin: 0;
}

/* line 1578, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-filter-active .nav-menu li > ul {
  padding: 0;
}

/* line 1580, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-filter-active .js-filter-hide {
  display: none;
}

/* line 1582, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-filter-active .js-filter-show {
  display: block;
}

/* only show filter message if lister filter is active */
/* line 1586, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-sidebar:not(.list-filter-active) .filter-message {
  display: none;
}

@media (min-width: 992px) {
  /* line 1590, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar,
.nav-function-minify .page-sidebar {
    /*.js-filter-hide,
			.js-filter-show {
				display:block;
			}*/
  }
  /* line 1596, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .filter-message,
.nav-function-top .page-sidebar .nav-filter,
.nav-function-minify .page-sidebar .filter-message,
.nav-function-minify .page-sidebar .nav-filter {
    display: none;
  }
}

/* app info card inside navigation */
/* line 1603, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.info-card {
  position: relative;
  width: 16.875rem;
  height: 9.53rem;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem;
  -webkit-transition: all 700ms cubic-bezier(0.34, 1.25, 0.3, 1);
  transition: all 700ms cubic-bezier(0.34, 1.25, 0.3, 1);
}

/* line 1622, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.info-card img.cover {
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: auto;
}

/* line 1630, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.info-card .profile-image {
  width: 3.125rem;
  height: auto;
  display: inline-block;
  z-index: 2;
  position: relative;
}

/* line 1636, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.info-card .info-card-text {
  margin-left: 1rem;
  color: inherit;
  text-shadow: #000 0 1px;
  z-index: 1;
  position: relative;
  line-height: normal;
}

/* line 1643, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.info-card .info-card-text > span {
  font-weight: 300;
}

@media (min-width: 1399px) {
  /* line 1647, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .info-card:hover {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    will-change: opacity;
  }
  /* line 1651, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .info-card:hover img.cover {
    opacity: 0.7;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

/* line 1656, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.info-card-text {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.35;
}

/* line 1662, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.info-card-text > span {
  font-size: 0.875rem;
  display: block;
  font-weight: 300;
}

/* app navigation made horizontal */
/* line 1668, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-padel-left,
.nav-padel-right {
  display: none;
}

@media (min-width: 992px) {
  /* line 1673, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top {
    /* digitally created elements */
    /* hide elements when nav-function-top */
    /* correct search field color */
    /* reorder */
  }
  /* line 1678, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .nav-menu-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  /* line 1682, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .hidden-nav-function-top {
    display: none !important;
  }
  /* line 1684, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top #search-field {
    color: #fff;
  }
  /* line 1686, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top:not(.header-function-fixed) #nff {
    position: relative;
  }
  /* line 1688, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title {
    color: #da9400;
    color: var(--theme-warning-900);
  }
  /* line 1691, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title-desc {
    color: #da9400;
    color: var(--theme-warning-900);
  }
  /* line 1694, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top:not(.header-function-fixed) #nff:after {
    content: "DISABLED";
    display: block;
    position: absolute;
    background: #ffc241;
    background: var(--theme-warning-50);
    font-size: 10px;
    width: 65px;
    text-align: center;
    border: 1px solid var(--theme-warning-700);
    height: 22px;
    line-height: 20px;
    border-radius: 10px;
    right: 13px;
    top: 26%;
    color: #1c1c1c;
  }
  /* line 1710, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-header {
    margin-top: 0;
    height: 4.125rem;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(51, 148, 225, 0.18)), to(transparent));
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent);
    background-color: #962222;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(157, 27, 27, 0.13);
    box-shadow: 0px 0px 14px 0px rgba(157, 27, 27, 0.13);
  }
  /* line 1722, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-header .dropdown-icon-menu {
    display: none;
  }
  /* line 1724, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-header #search-field {
    margin: 0 !important;
  }
  /* line 1726, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-header .page-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    width: initial;
    padding-left: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 1736, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child,
.nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child {
    color: #e66b6b;
  }
  /* line 1739, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child:hover,
.nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child:hover {
    color: #ed9797;
  }
  /* line 1742, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-header .badge.badge-icon {
    -webkit-box-shadow: 0 0 0 1px #da2a2a;
    box-shadow: 0 0 0 1px #da2a2a;
  }
  /* line 1745, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-header .header-icon[data-toggle="dropdown"]:not(.btn) + .dropdown-menu {
    top: 4.125rem !important;
  }
  /* line 1747, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-content-wrapper {
    margin-top: 7.625rem;
  }
  /* line 1749, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-wrapper {
    padding-left: 0;
  }
  /* line 1751, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-wrapper .page-footer {
    width: 100%;
  }
  /* line 1753, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 3.5rem;
    z-index: 999;
    padding: 0 0.625rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(157, 27, 27, 0.13);
    box-shadow: 0px 0px 14px 0px rgba(157, 27, 27, 0.13);
    position: absolute;
    top: 4.125rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1770, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .page-logo,
.nav-function-top .page-sidebar .nav-filter,
.nav-function-top .page-sidebar .info-card,
.nav-function-top .page-sidebar .nav-title {
    display: none;
  }
  /* line 1775, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */
  }
  /* line 1789, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav::-webkit-scrollbar {
    display: none;
  }
  /* line 1791, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu {
    margin: 0;
    margin-left: 2.90rem;
    /* this will get overriden with JS script, but we add it here as a counter weight for the flickering effect */
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-transition: margin 0.5s ease-out 0s;
    transition: margin 0.5s ease-out 0s;
  }
  /* line 1811, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li {
    display: inline-block;
    position: static;
  }
  /* line 1814, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li.nav-title {
    display: none;
  }
  /* line 1816, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 1819, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a:before {
    content: '\f413';
    font-family: 'nextgen-icons';
    position: absolute;
    top: calc(50% + 15px);
    right: calc(50% - 5px);
    font-size: 7px;
    height: 10px;
    width: auto;
    color: #24b3a4;
  }
  /* line 1829, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a {
    padding: .75rem 1.5rem .75rem 1rem;
    text-align: center;
    height: 100%;
  }
  /* line 1833, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .ni,
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > [class*='fa-'] {
    width: inherit;
    margin: 0;
    margin-right: .5rem !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    color: inherit;
  }
  /* line 1848, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .nav-link-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: normal;
    vertical-align: text-top;
    font-weight: 400;
    display: inline-block;
    /*override inline-flex*/
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  /* line 1860, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .badge,
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .badge.clear-badge {
    left: 53%;
  }
  /* line 1863, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .collapse-sign {
    margin-left: 0.5rem;
    color: #df7272;
    position: absolute;
    right: 0.5rem;
    top: 0;
    bottom: 0;
  }
  /* line 1870, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .collapse-sign > em:before {
    content: "\f107";
  }
  /* line 1872, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .badge:first-child {
    max-width: none;
    width: 25px !important;
    height: 25px !important;
    line-height: 16px !important;
    font-size: 0.8125rem !important;
    display: block !important;
    margin: 0 auto 4px !important;
  }
  /* line 1880, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li a {
    font-size: .9rem;
    color: #962222;
  }
  /* line 1883, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul {
    display: none !important;
    width: 13rem;
    height: auto !important;
    top: 3.5rem;
    position: absolute;
    background: #b42828;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.15);
    padding: 1rem 0;
    margin-top: 1rem;
  }
  /* line 1895, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li {
    width: 100%;
    position: relative;
  }
  /* line 1898, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a {
    padding: 0.65rem 1.25rem;
    width: 100%;
    color: #e89797;
    max-height: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 1905, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a .nav-link-text {
    display: block;
  }
  /* line 1907, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a .nav-link-text > .dl-ref {
    margin-left: 0;
    margin-right: 5px;
    display: none;
  }
  /* line 1911, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a .nav-link-text > .ni > [class*='fa-'] {
    margin-left: 6px;
  }
  /* line 1913, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul {
    background: #b42828;
    padding: 0;
  }
  /* line 1916, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul li a {
    padding-left: 2rem;
  }
  /* line 1918, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:hover > a {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  /* line 1921, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:after {
    content: "";
    display: block;
    width: calc(100% + 100px);
    height: calc(100% + 120px);
    position: absolute;
    z-index: -1;
    left: -50px;
    top: -1rem;
    background: transparent;
  }
  /* line 1931, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:before {
    content: "\f1c8";
    font-family: 'nextgen-icons';
    position: absolute;
    font-size: 5rem;
    color: #b42828;
    overflow: hidden;
    display: block;
    top: -1.7rem;
    left: 0;
  }
  /* line 1941, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a {
    color: #de4040;
    background: transparent;
  }
  /* line 1944, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a + ul {
    display: block !important;
    animation: animateFadeInUp 0.5s;
    -webkit-animation: animateFadeInUp 0.5s;
  }
  /* line 1948, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .nav-footer {
    display: none;
  }
  /* line 1950, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top.nav-function-minify .page-sidebar .primary-nav .nav-menu > li > a > .nav-link-text {
    display: none;
  }
  /* line 1952, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top.nav-function-minify .page-sidebar .primary-nav .nav-menu > li > a > .badge {
    left: 24px;
  }
  /* line 1954, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top.nav-function-minify .page-sidebar .primary-nav .nav-menu > li > a > .ni,
.nav-function-top.nav-function-minify .page-sidebar .primary-nav .nav-menu > li > a > [class*='fa-'] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 1959, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1963, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 1971, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1975, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media (min-width: 1399px) {
  /* line 1987, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu {
    /*li {
						ul {
							 li {
							 	a {
							 		font-size: rem($fs-base);
							 	}
							 }
						}
					}*/
  }
  /* line 1997, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .badge:first-child {
    max-width: none;
    width: 27px !important;
    height: 27px !important;
    line-height: 18px !important;
    margin: 0 auto 2px !important;
  }
  /* line 2003, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .ni,
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > [class*='fa-'],
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > img {
    font-size: 22px;
    height: 22px;
  }
}

/* app navgation stays hidden */
@media (min-width: 992px) {
  /* line 2011, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-hidden:not(.nav-function-top) .page-wrapper {
    padding-left: 0.625rem;
  }
  /* line 2013, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-hidden:not(.nav-function-top) .page-sidebar {
    left: -16.25rem;
    z-index: 1001;
    -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    will-change: left, right;
    /* apply invisible hit area to reveal nav */
  }
  /* line 2023, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-hidden:not(.nav-function-top) .page-sidebar:after {
    content: "";
    background: transparent;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 16.875rem;
    width: 2.1rem;
  }
  /* line 2034, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-hidden:not(.nav-function-top) .page-sidebar:hover {
    left: 0;
    -webkit-transition: 450ms cubic-bezier(0.9, 0.01, 0.09, 1);
    transition: 450ms cubic-bezier(0.9, 0.01, 0.09, 1);
  }
  /* line 2038, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-hidden:not(.nav-function-top) .page-sidebar:hover:after {
    content: "";
    z-index: -1;
  }
  /* line 2041, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-hidden:not(.nav-function-top) .page-header {
    margin-left: 0;
    /* active button state for "nav-function-hidden" */
  }
  /* line 2044, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-hidden:not(.nav-function-top) .page-header [data-class="nav-function-hidden"] {
    background: #4f4f4f;
    border-color: #363636 !important;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
    color: #fff !important;
  }
  /* line 2050, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-hidden.nav-function-fixed:not(.nav-function-top) .page-sidebar {
    /* apply invisible hit area to reveal nav */
  }
  /* line 2052, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-hidden.nav-function-fixed:not(.nav-function-top) .page-sidebar:after {
    left: 0.625rem;
  }
  /* line 2054, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-hidden.header-function-fixed:not(.nav-function-top) .page-header {
    margin-left: 0.625rem;
  }
}

/* app navigation stays fixed */
/* line 2058, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-function-fixed:not(.nav-function-top) .page-sidebar {
  position: fixed !important;
  top: 0;
  bottom: 0;
}

/* line 2062, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-function-fixed:not(.nav-function-top) .page-sidebar .primary-nav {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 6.9375rem);
}

/* line 2067, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-function-fixed:not(.nav-function-top) .page-sidebar .slimScrollDiv {
  height: calc(100% - 6.9375rem) !important;
}

/* line 2069, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-function-fixed:not(.nav-function-top) .page-sidebar .slimScrollDiv .primary-nav {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  /* line 2073, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-fixed {
    /*
		 * top navigation fixed for larger screens with nav on LEFT
		 */
    /*
		 * top navigation fixed for larger screens with nav on TOP
		 */
    /*
		 * center for left nav fixed with boxed layout 
		 */
  }
  /* line 2083, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-fixed.mod-main-boxed:not(.nav-function-top) .page-sidebar {
    position: fixed !important;
  }
  /* line 2085, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-fixed:not(.nav-function-top):not(.nav-function-hidden):not(.nav-function-minify) .page-content-wrapper {
    padding-left: 16.875rem;
  }
  /* line 2087, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-fixed.nav-function-top.header-function-fixed .page-sidebar {
    position: fixed !important;
    -webkit-box-shadow: 0px 0px 28px 2px rgba(157, 27, 27, 0.13);
    box-shadow: 0px 0px 28px 2px rgba(157, 27, 27, 0.13);
  }
  /* line 2091, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-fixed.nav-function-top.mod-main-boxed .page-sidebar {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 1397px;
  }
}

@media (min-width: 1399px) {
  /* line 2099, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-fixed {
    /*
		 * top navigation fixed for extra large screens with nav on LEFT
		 */
  }
  /* line 2103, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-fixed.mod-main-boxed:not(.nav-function-top) .page-sidebar {
    position: absolute !important;
  }
}

/* app navigation stays minified */
@media (min-width: 992px) {
  /* line 2108, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) {
    /* hide elements when nav-function-minify */
  }
  /* line 2110, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .hidden-nav-function-minify {
    display: none !important;
  }
  /* line 2112, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar {
    width: 4.6875rem;
    z-index: 1001;
    will-change: width;
    -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
  }
  /* line 2118, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .page-logo {
    width: 4.6875rem;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 2124, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .page-logo .page-logo-link {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  /* line 2128, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .page-logo .page-logo-text {
    display: none;
  }
  /* line 2130, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .page-logo .page-logo-text + * {
    display: none !important;
  }
  /* line 2132, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .info-card {
    height: 5.9375rem;
    width: 100%;
    padding: 1.21324rem 0;
    text-align: center;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 2141, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .info-card .profile-image + div {
    position: absolute;
    top: 0;
    width: 14.0625rem;
    text-align: left;
    display: none;
  }
  /* line 2147, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav {
    overflow: hidden;
  }
  /* line 2149, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-title {
    display: none;
  }
  /* line 2151, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu {
    margin: 0;
  }
  /* line 2153, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu li.active.open > a:before {
    content: '\f413';
    font-family: 'nextgen-icons';
    position: absolute;
    top: calc(50% - 5px);
    right: 11px;
    font-size: 7px;
    height: 10px;
    width: auto;
    color: #24b3a4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 2171, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu li ul {
    /*.dl-ref {
								display:none !important;
							}*/
  }
  /* line 2175, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 2185, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > [class*='fa-'],
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > .ni {
    font-size: 1.2375rem;
    margin: 0;
  }
  /* line 2189, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > .badge {
    left: 2.34375rem;
  }
  /* line 2191, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a:not(.livicon) > .badge:not(.clear-badge):first-child {
    margin-right: 0;
  }
  /* line 2193, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > .nav-link-text {
    display: none;
    position: absolute;
    text-align: left;
    background: trasparent;
    padding-left: 1.375rem;
    color: #fff;
    top: 0;
    left: 5.6875rem;
    height: 100%;
    width: 13.75rem;
    font-weight: 500;
    margin-top: -1.563rem;
  }
  /* line 2206, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > b.collapse-sign {
    display: none;
  }
  /* line 2208, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul {
    position: absolute;
    width: 13.75rem;
    left: 5.6875rem;
    background-color: #962222;
    margin-top: -5rem;
    padding-top: 3.75rem;
    border-radius: 4px .5rem .5rem .5rem;
    padding-bottom: 1rem;
  }
  /* line 2217, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul:before {
    content: "\f1c8";
    font-family: 'nextgen-icons';
    position: absolute;
    font-size: 3.5rem;
    left: -0.4125rem;
    color: #962222;
    z-index: -1;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    overflow: hidden;
    display: block;
    top: 1rem;
  }
  /* line 2230, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li > a {
    padding-left: 1.375rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  /* line 2234, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li > a > b.collapse-sign > [class*='fa-'],
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li > a > b.collapse-sign > .ni {
    display: inline-block !important;
  }
  /* line 2237, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li > a + ul > li > a {
    padding-left: 1.71875rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  /* line 2241, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li .nav-link-text > [class*='fa-'],
.nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li .nav-link-text > .ni {
    display: none;
  }
  /* line 2244, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > ul {
    display: none !important;
  }
  /* line 2246, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover {
    overflow: visible;
  }
  /* line 2248, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a {
    background: #a72525;
    color: #fff;
    overflow: visible;
    z-index: 10;
  }
  /* line 2253, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a > .nav-link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    animation: animateFadeInLeft 0.5s;
    -webkit-animation: animateFadeInLeft 0.5s;
  }
  /* line 2260, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a > .nav-link-text:last-child {
    top: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #962222;
    overflow: visible;
    border-radius: 4px 10px 10px 4px;
  }
  /* line 2268, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a > .nav-link-text:last-child:before {
    content: "\f1c8";
    font-family: 'nextgen-icons';
    position: absolute;
    font-size: 3.5rem;
    left: -7px;
    color: #962222;
    z-index: -1;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    overflow: hidden;
    display: block;
    top: -9px;
  }
  /* line 2281, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > ul {
    display: block !important;
    z-index: 1;
    animation: animateFadeInLeft 0.5s;
    -webkit-animation: animateFadeInLeft 0.5s;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.15);
  }
  /* line 2288, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > ul:after {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% + 180px);
    width: calc(100% + 80px);
    top: -4.125rem;
    z-index: -1;
    left: -1rem;
  }
  /* line 2297, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .page-header [data-class="nav-function-minify"] {
    background: #4f4f4f;
    border-color: #363636 !important;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
    color: #fff !important;
  }
  /* line 2303, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify.nav-function-hidden:not(.nav-function-top) .page-wrapper {
    padding-left: 0.625rem;
  }
  /* line 2305, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify.nav-function-hidden:not(.nav-function-top) .page-sidebar {
    left: -4.0625rem;
    overflow: visible;
  }
  /* line 2308, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify.nav-function-hidden:not(.nav-function-top) .page-sidebar:hover {
    left: 0;
  }
  /* line 2310, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify.nav-function-hidden:not(.nav-function-top) .page-header {
    margin-left: 0;
  }
  /* line 2312, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify.nav-function-fixed:not(.nav-function-top):not(.nav-function-hidden) .page-content-wrapper {
    padding-left: 4.6875rem;
  }
  /* line 2314, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify.header-function-fixed:not(.nav-function-top) .page-header {
    margin-left: 4.6875rem;
  }
  /* line 2316, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify.header-function-fixed.nav-function-hidden:not(.nav-function-top) .page-header {
    margin-left: 0.625rem;
  }
  /* line 2318, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify.header-function-fixed.nav-function-fixed:not(.nav-function-top):not(.nav-function-hidden) .page-content-wrapper {
    padding-left: 4.6875rem;
  }
  /* line 2320, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify.header-function-fixed.nav-function-fixed.mod-main-boxed:not(.nav-function-top):not(.nav-function-hidden) .page-content-wrapper {
    padding-left: 0;
  }
}

/* app navigation footer */
/* line 2324, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-footer {
  /*background-image: -webkit-linear-gradient(270deg, $nav-background-shade, transparent);
	background-image: linear-gradient(270deg, $nav-background-shade, transparent); 
	background-color: $nav-background;*/
  height: 2.8125rem;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 2335, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-footer .nav-footer-buttons > li > a {
  display: block;
  color: #db5d5d;
  height: 1.8125rem;
  line-height: 1.8125rem;
  margin-top: 1px;
  padding: 0 13px;
  overflow: visible;
  font-size: 1rem;
}

/* line 2344, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-footer [data-class="nav-function-minify"] {
  display: none;
}

/* line 2347, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-function-fixed .nav-footer {
  background: #962222;
  border: 0;
}

/* line 2350, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-function-fixed .nav-footer:before {
  content: ' ';
  height: 1px;
  position: inherit;
  width: inherit;
  background: rgba(192, 43, 43, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(#962222), color-stop(50%, #d23333), color-stop(50%, #d23333), to(#962222));
  background: linear-gradient(to right, #962222 0%, #d23333 50%, #d23333 50%, #962222 100%);
  opacity: 0.5;
}

/* line 2359, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-function-fixed .nav-footer:after {
  opacity: 0.1;
}

@media (min-width: 992px) {
  /* line 2363, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify .nav-footer {
    background-color: #8e2020;
  }
  /* line 2365, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify .nav-footer [data-class="nav-function-minify"] {
    display: block;
    width: 100%;
    height: 2.8125rem;
    line-height: 2.8125rem;
    font-size: 1.1875rem;
    vertical-align: middle;
    color: #d54444;
    text-align: center;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  /* line 2378, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify .nav-footer [data-class="nav-function-minify"] > :first-child {
    margin-right: -4px;
  }
  /* line 2380, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify .nav-footer [data-class="nav-function-minify"] > :only-child {
    margin: 0;
  }
  /* line 2382, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify .nav-footer:hover {
    background-color: #a32424;
  }
  /* line 2384, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify .nav-footer:hover [data-class="nav-function-minify"] {
    color: #cc8585;
    margin-left: 7px;
  }
  /* line 2387, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify .nav-footer .nav-footer-buttons {
    display: none;
  }
}

/* app wrapper */
/* line 2391, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-wrapper {
  position: relative;
}

/* line 2394, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-inner {
  min-height: 100vh;
}

/* line 2397, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-wrapper, .page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

/* line 2409, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-content-wrapper {
  background-color: #fdf6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 0;
  min-width: 0;
  max-width: 100%;
  min-height: 1px;
}

/* app content heading */
/* line 2433, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.subheader:not(:empty) {
  margin-bottom: calc(1.5rem + 0.625rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2447, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.subheader-icon {
  color: #cc8585;
  margin-right: 0.25rem;
}

/* line 2451, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.subheader-title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #4f4f4f;
  text-shadow: #fff 0 1px;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 2460, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.subheader-title sup.badge {
  text-shadow: none;
  position: absolute;
  margin-top: 0.4rem;
  margin-left: 0.25rem;
  font-size: 40%;
  padding: 2px 5px;
  line-height: normal;
}

/* line 2468, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.subheader-title small {
  font-weight: 400;
  color: #828282;
  margin-bottom: 0;
  font-size: 0.875rem;
}

/* app content */
/* line 2475, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

/*@include media-breakpoint-up($mobile-breakpoint) {

	.nav-function-top {
		.page-content {
			min-height: calc(100vh - 10.4375rem)
		}
	}

}

*/
/* app footer */
/* line 2503, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-footer {
  height: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #4d4d4d;
  font-size: 0.8125rem;
  padding: 0 2rem;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

/* app footer stays fixed */
/* line 2523, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.footer-function-fixed .page-footer {
  position: fixed;
  right: 0;
  left: 16.875rem;
  bottom: 0;
  z-index: 1000;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 2531, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.footer-function-fixed .page-content {
  padding-bottom: 4.8125rem !important;
}

/* line 2534, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.footer-function-fixed.nav-function-minify .page-footer {
  left: 4.6875rem;
}

/* line 2537, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.footer-function-fixed.nav-function-top .page-footer {
  left: 0;
}

/* line 2540, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.footer-function-fixed.nav-function-hidden .page-footer {
  left: 0.625rem;
}

/* line 2543, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.footer-function-fixed.mod-main-boxed .page-footer {
  width: 100%;
  max-width: 1397px;
  margin: 0 auto !important;
  padding-left: 18.875rem;
  left: 0;
}

/* line 2550, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.footer-function-fixed.mod-main-boxed.nav-function-top .page-footer {
  padding-left: 2rem;
}

/* line 2553, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.footer-function-fixed.mod-main-boxed.nav-function-minify .page-footer {
  padding-left: 6.6875rem;
}

/* line 2556, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.footer-function-fixed.mod-main-boxed.nav-function-hidden .page-footer {
  padding-left: 2.625rem;
}

@media only screen and (max-width: 992px) {
  /* line 2560, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .footer-function-fixed .page-footer {
    left: 0;
  }
}

/* app error page */
/* line 2564, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.alt {
  padding: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

/* line 2571, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.alt .page-footer {
  width: 100% !important;
}

/* line 2574, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-error {
  font-size: 600% !important;
  font-weight: bold !important;
}

/* line 2577, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-error small {
  font-size: 40%;
  font-weight: 500;
}

/* line 2581, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.h-alt-f {
  height: calc(100vh - 11.4375rem);
  width: 100%;
}

/* line 2585, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.h-alt-hf {
  height: calc(100vh - 15.5625rem);
  width: 100%;
}

/* line 2589, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-function-top .h-alt-hf {
  height: calc(100vh - 19.0625rem);
}

/* various app components (see docs for the full list) */
/* line 2593, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion .card .card-header {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  background-color: #f7f9fa;
}

/* line 2599, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion .card .card-header .card-title {
  padding: 1rem 1rem;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #de4040;
}

/* line 2614, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion .card .card-header .card-title.collapsed {
  color: #828282;
}

/* line 2617, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion.accordion-clean:not(.accordion-outline):not(.accordion-hover) .card-title,
.accordion.accordion-clean:not(.accordion-outline):not(.accordion-hover) .card-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 2622, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion.accordion-clean:not(.accordion-outline):not(.accordion-hover) .card-body {
  padding-top: 0;
}

/* line 2625, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion.accordion-clean .card-header {
  background: #fff;
}

/* line 2628, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion.accordion-clean .card {
  border-left: 0;
  border-right: 0;
}

/* line 2631, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion.accordion-clean .card:first-child {
  border-top: 0;
}

/* line 2633, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion.accordion-clean .card:last-child {
  border-bottom: 0;
}

/* line 2636, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion.accordion-clean.accordion-outline .card-title,
.accordion.accordion-clean.accordion-outline .card-body, .accordion.accordion-clean.accordion-hover .card-title,
.accordion.accordion-clean.accordion-hover .card-body {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 2642, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion.accordion-outline .card {
  margin-bottom: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 4px !important;
}

/* line 2647, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion.accordion-hover .card-title {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

/* line 2651, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion.accordion-hover .card-header {
  background: #fff;
}

/* line 2653, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion.accordion-hover .card-header:hover .card-title.collapsed {
  color: #fff;
  background-color: #e66b6b;
}

/* line 2657, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion.accordion-hover .card-title:not(.collapsed) {
  color: #fff;
  background-color: #de4040;
}

/* 	DEV NOTE: The reason why we had to add this layer for alert colors is because BS4 
	does not allow you to add your own alert colors via variable control rather 
	through a systemetic agent that changes the theme colors. 

	REF: https://github.com/twbs/bootstrap/issues/24341#issuecomment-337457218
*/
/* line 2667, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.alert-primary {
  color: #834e4e;
  background-color: #f9ecec;
  border-color: #e9c4c4;
}

/* line 2672, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.alert-success {
  color: #45a197;
  background-color: #f7fdfc;
  border-color: #a3ebe4;
}

/* line 2677, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.alert-danger {
  color: #e7026e;
  background-color: #ffe5f1;
  border-color: #fe9ecb;
}

/* line 2682, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.alert-warning {
  color: #c18300;
  background-color: #fff8e9;
  border-color: #ffcd65;
}

/* line 2687, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.alert-info {
  color: #0a6ebd;
  background-color: #e3f2fd;
  border-color: #82c4f8;
}

/* line 2692, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.alert-secondary {
  color: #4f4f4f;
  background-color: #fafafa;
  border-color: gainsboro;
}

/* line 2697, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.alert-icon {
  width: 2.5rem;
}

/* line 2699, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.alert-icon > i {
  font-size: 1.75rem;
}

/* line 2701, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.alert-icon + div {
  padding-left: 0.25rem;
}

/* line 2704, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.badge.badge-icon {
  position: absolute;
  display: inline-block;
  background-color: #fd3995;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  cursor: default;
  border: 1px solid transparent;
  font-size: 0.625rem;
  min-width: 1rem;
  max-width: 1.6875rem;
  padding: 0 3px;
  border-radius: 1.25rem;
  font-weight: 500;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* when self is relative */
  vertical-align: middle;
}

/* parent position needs to be relative, and turn off waves function */
/* line 2727, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon .badge {
  top: auto;
}

/* line 2729, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon .badge.pos-top {
  margin-top: -4px;
}

/* line 2731, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon .badge.pos-bottom {
  margin-bottom: -4px;
}

/* line 2733, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon .badge.pos-left {
  margin-left: -4px;
}

/* line 2735, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon .badge.pos-right {
  margin-right: -4px;
}

/* line 2738, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-breadcrumb {
  padding: 0;
  background: transparent;
  margin: 0 0 1.5rem;
  position: relative;
  text-shadow: #fff 0 1px;
}

/* line 2745, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb > li > a {
  text-decoration: none !important;
}

/* line 2748, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb > li.breadcrumb-item {
  max-width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

/* line 2754, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb > li.breadcrumb-item:hover {
  max-width: 200px !important;
  cursor: default;
}

/* line 2758, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
[data-breadcrumb-seperator] + [data-breadcrumb-seperator]:before {
  content: attr(data-breadcrumb-seperator);
}

/* line 2761, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-lg > li {
  font-size: 1rem;
}

/* line 2764, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-sm > li {
  font-size: 0.6875rem;
}

/* line 2767, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
[class*='breadcrumb-seperator-'] .breadcrumb-item + .breadcrumb-item:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Font Awesome\ 5 Pro;
}

/* line 2777, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-seperator-1 .breadcrumb-item + .breadcrumb-item:before {
  content: "\f105";
}

/* line 2780, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-seperator-2 .breadcrumb-item + .breadcrumb-item:before {
  content: "\f178";
}

/* line 2783, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-seperator-3 .breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
}

/* line 2786, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow {
  padding: 0;
  background: transparent;
}

/* line 2789, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li.active {
  font-weight: 500;
  opacity: 0.5;
}

/* line 2792, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li a {
  color: white;
  display: inline-block;
  background: #828282;
  text-decoration: none;
  position: relative;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 22px;
}

/* line 2803, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li:nth-child(even) a {
  background-color: #828282;
}

/* line 2805, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li:nth-child(even) a:before {
  border-color: #828282;
  border-left-color: transparent;
}

/* line 2808, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li:nth-child(even) a:after {
  border-left-color: #828282;
}

/* line 2810, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li:first-child a {
  padding-left: 0.938em;
  border-radius: 4px 0 0 4px;
}

/* line 2813, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li:first-child a:before {
  border: none;
}

/* line 2815, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li:last-child a {
  padding-right: 0.938em;
  border-radius: 0 4px 4px 0;
}

/* line 2818, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li:last-child a:after {
  border: none;
}

/* line 2820, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #828282;
  border-width: 1.250em 10px;
  width: 0;
  height: 0;
}

/* line 2828, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li a:before {
  left: -20px;
  border-left-color: transparent;
}

/* line 2831, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #828282;
}

/* line 2835, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li a:hover {
  background-color: #de4040;
}

/* line 2837, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li a:hover:before {
  border-color: #de4040;
  border-left-color: transparent;
}

/* line 2840, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li a:hover:after {
  border-left-color: #de4040;
}

/* line 2842, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li a:active {
  background-color: #828282;
}

/* line 2844, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li a:active:before {
  border-color: #828282;
  border-left-color: transparent;
}

/* line 2847, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.breadcrumb-arrow li a:active:after {
  border-left-color: #828282;
}

/* btn switch */
/* line 2851, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-switch {
  background: dimgray;
  padding: 2px 8px 1px 22px;
  font-size: 10px;
  line-height: 15px;
  border-radius: 20px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  min-width: 55px;
  height: 20px;
  margin-top: 5%;
  position: relative;
  overflow: hidden;
}

/* line 2865, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-switch:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: white;
}

/* line 2869, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-switch:before {
  content: "OFF";
  position: absolute;
  right: 7px;
}

/* line 2873, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-switch:after {
  content: " ";
  text-align: center;
  color: white;
  width: 16px;
  height: 16px;
  position: absolute;
  background: #fff;
  padding: 1px;
  left: 0;
  top: 0;
  line-height: normal;
  margin: 1px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* line 2889, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-switch.active {
  color: #fff;
  background: #de4040;
}

/* line 2892, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-switch.active:before {
  content: "ON";
  left: 7px;
  right: auto;
  color: white;
}

/* line 2897, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-switch.active:after {
  content: " ";
  right: 0;
  left: auto;
  background: #fff;
  color: #de4040;
}

/* button used to close filter and mobile search */
/* line 2905, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-search-close {
  position: absolute !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 5px;
  border-radius: 3px;
  color: #fff;
  right: 8px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0 auto auto;
  width: 20px;
  height: 20px;
}

/* buttons used in the header section of the page */
/* line 2928, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.header-btn[data-class='mobile-nav-on'] {
  border-color: #fc077a;
  background-color: #fd2087;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fd2087), to(#e7026e));
  background-image: linear-gradient(to top, #fd2087, #e7026e);
  color: #fff;
  width: 3.875rem;
}

/* btn widths */
/* line 2937, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-w-m {
  min-width: 85px;
}

/* line 2940, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-w-l {
  min-width: 130px;
}

/* line 2943, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-m-s {
  margin: 3px 1px;
}

/* line 2946, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-m-l {
  margin: 3px 2.5px;
}

/* dropdown btn */
/* used on info card pulldown filter */
/* line 2951, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.pull-trigger-btn {
  position: absolute !important;
  top: -5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.4);
  padding: 0px 9px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0 0 20px 20px;
  text-decoration: none;
  font-size: 17px;
  height: 21px;
  width: 31px;
  color: #fff !important;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all 200ms cubic-bezier(0.34, 1.25, 0.6, 1);
  transition: all 200ms cubic-bezier(0.34, 1.25, 0.6, 1);
  -webkit-box-shadow: 0px 0px 2px rgba(222, 64, 64, 0.3);
  box-shadow: 0px 0px 2px rgba(222, 64, 64, 0.3);
  opacity: 1;
}

/* line 2974, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.pull-trigger-btn:hover {
  font-size: 23px;
  height: 25px;
  width: 35px;
  line-height: 23px;
  background: #de4040;
  border-color: #da2a2a;
  -webkit-box-shadow: 0px 0px 10px #5790b3;
  box-shadow: 0px 0px 10px #5790b3;
}

/* buttons dropshadow */
/*[class*='btn-']:not(.btn-switch):not(.btn-group):not([class*='btn-w-']),
[class*='btn-']:not(.btn-switch):not(.btn-group):not([class*='btn-w-']):focus {*/
/* line 2987, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-shadow,
.btn-shadow:focus {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

/* line 2991, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-shadow:active,
.btn-shadow .active,
.btn-shadow:focus:active,
.btn-shadow:focus .active {
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3) !important;
}

/* line 2997, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-shadow:not(.disabled):not([disabled]):hover,
.btn-shadow:focus:not(.disabled):not([disabled]):hover {
  -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
}

/* line 3002, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn:active {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
}

/*.btn-group {
	[class*='btn-'] {
		box-shadow: 0 0px 0px 0 rgba(0,0,0,.3) !important;
	}
}*/
/* line 3011, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-light {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 3013, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .btn-light:hover {
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 3016, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.show > .btn-light.dropdown-toggle {
  border-color: rgba(0, 0, 0, 0.25);
}

/* btn misc */
/* line 3020, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-outline-default {
  background-color: transparent;
  color: #212529;
  border-color: #E5E5E5;
}

/* line 3024, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-outline-default:hover, .btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default.active:not(:disabled):not(.disabled),
.show > .btn-outline-default.dropdown-toggle {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #E5E5E5;
}

/* line 3029, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #212529;
  background-color: transparent;
}

/* line 3033, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-pills {
  border-radius: 15px;
}

/* new btn size */
/* line 3037, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 0.844rem;
  font-size: .7rem;
  line-height: 1.5;
  border-radius: .25rem;
}

/* btn shadows */
/* line 3045, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-primary {
  -webkit-box-shadow: 0 2px 6px 0 rgba(222, 64, 64, 0.5);
  box-shadow: 0 2px 6px 0 rgba(222, 64, 64, 0.5);
}

/* line 3049, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-secondary {
  -webkit-box-shadow: 0 2px 6px 0 rgba(134, 142, 150, 0.5);
  box-shadow: 0 2px 6px 0 rgba(134, 142, 150, 0.5);
}

/* line 3053, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-success {
  -webkit-box-shadow: 0 2px 6px 0 rgba(29, 201, 183, 0.5);
  box-shadow: 0 2px 6px 0 rgba(29, 201, 183, 0.5);
}

/* line 3057, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-info {
  -webkit-box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5);
  box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5);
}

/* line 3061, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-warning {
  -webkit-box-shadow: 0 2px 6px 0 rgba(255, 194, 65, 0.5);
  box-shadow: 0 2px 6px 0 rgba(255, 194, 65, 0.5);
}

/* line 3065, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-danger {
  -webkit-box-shadow: 0 2px 6px 0 rgba(253, 57, 149, 0.5);
  box-shadow: 0 2px 6px 0 rgba(253, 57, 149, 0.5);
}

/* line 3069, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-light {
  -webkit-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
}

/* line 3073, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-dark {
  -webkit-box-shadow: 0 2px 6px 0 rgba(79, 79, 79, 0.5);
  box-shadow: 0 2px 6px 0 rgba(79, 79, 79, 0.5);
}

/* btn icon */
/* line 3078, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon {
  width: calc(2.1rem + 2px);
  padding: 0;
  line-height: 2.1rem;
}

/* line 3082, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon:not([class*="-primary"]):not([class*="-secondary"]):not([class*="-default"]):not([class*="-success"]):not([class*="-info"]):not([class*="-warning"]):not([class*="-danger"]):not([class*="-dark"]):not([class*="-light"]):not(.nav-item):hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: transparent;
}

/* line 3085, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon:not([class*="-primary"]):not([class*="-secondary"]):not([class*="-default"]):not([class*="-success"]):not([class*="-info"]):not([class*="-warning"]):not([class*="-danger"]):not([class*="-dark"]):not([class*="-light"]):not(.nav-item):not(.active):not(:active):not(:hover):not(:focus) {
  background: transparent;
  color: #434343;
}

/* line 3088, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon:not([class*="-primary"]):not([class*="-secondary"]):not([class*="-default"]):not([class*="-success"]):not([class*="-info"]):not([class*="-warning"]):not([class*="-danger"]):not([class*="-dark"]):not([class*="-light"]):not(.nav-item):focus {
  border-color: rgba(79, 79, 79, 0.1) !important;
}

/* line 3090, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon.btn-xs {
  width: calc(1.15rem + 2px);
  line-height: 1.15rem;
}

/* line 3093, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon.btn-sm {
  width: calc(1.5rem + 2px);
  line-height: 1.5rem;
}

/* line 3096, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon.btn-lg {
  width: calc(3rem + 2px);
  line-height: 3rem;
}

/* line 3100, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon-light {
  color: rgba(255, 255, 255, 0.7) !important;
  border-color: transparent !important;
}

/* line 3103, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon-light:not(.active):not(:active):not(:hover):not(:focus) {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 3105, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-icon-light:hover {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 3109, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.card-header {
  color: inherit;
  background-color: #f7f9fa;
}

/* line 3112, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.card-header small {
  margin: 0;
  opacity: 0.8;
  font-weight: 400;
  font-size: 85%;
}

/* remove extra margin in card child items */
/* line 3119, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.card,
.card-group {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(135, 23, 23, 0.08);
  box-shadow: 0px 0px 13px 0px rgba(135, 23, 23, 0.08);
}

/* line 3123, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.card > :last-child,
.card-group > :last-child {
  margin-bottom: 0px;
}

/* line 3127, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.accordion > .card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3131, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.card-group > .card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* remove wierd line height issue */
/* line 3136, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.card-header-pills,
.card-header-tabs {
  font-size: 0;
}

/* line 3139, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.card-header-pills .nav-link,
.card-header-tabs .nav-link {
  font-size: 0.8125rem;
}

/* card title */
/* line 3144, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.card-title {
  font-size: 0.9375rem;
}

/* line 3147, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.card-header .card-title {
  display: inline-block;
  padding: 0;
  margin: 0 0.5rem 0 0;
}

/* line 3152, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.carousel-indicators li {
  border-radius: 50%;
}

/* line 3155, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.carousel-control-prev:hover {
  /*background: -moz-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 45%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 45%); */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), color-stop(45%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 45%);
}

/* line 3161, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.carousel-control-next:hover {
  /*background: -moz-linear-gradient(right, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 45%); 
	background: -webkit-linear-gradient(right, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 45%);*/
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), color-stop(45%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 45%);
}

/* line 3167, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-header.bg-trans-gradient {
  padding: 1.25rem 1.5rem;
}

/* dropdown-item hover menu*/
/* line 3171, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu-animated {
  -webkit-transform: scale(0.8) !important;
  transform: scale(0.8) !important;
  -webkit-transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
  transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
  opacity: 0;
  visibility: hidden;
  display: block;
}

/* various sizes */
/* line 3181, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu {
  -webkit-box-shadow: 0 0 15px 1px rgba(138, 46, 46, 0.2);
  box-shadow: 0 0 15px 1px rgba(138, 46, 46, 0.2);
  -webkit-user-select: text;
}

/* line 3185, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu .dropdown-item {
  font-weight: 400;
  cursor: pointer;
}

/* line 3188, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu.dropdown-sm {
  width: 8rem;
  height: auto;
}

/* line 3191, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu.dropdown-md {
  width: 14rem;
  height: auto;
}

/* line 3194, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu.dropdown-lg {
  width: 17.5rem;
  height: auto;
}

/* line 3197, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu.dropdown-xl {
  width: 21.875rem;
  height: auto;
}

/* line 3200, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu .dropdown-item:first-child, .dropdown-menu .dropdown-item:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* replace bootstrap's default arrow */
/* line 3207, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-toggle:after,
.dropleft .dropdown-toggle:before {
  text-align: center;
  display: inline;
  border: 0 !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f107" !important;
  vertical-align: top !important;
  position: relative;
}

/* line 3217, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropup .dropdown-toggle:after {
  content: "\f106" !important;
}

/* line 3220, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropright .dropdown-toggle:after {
  content: "\f105" !important;
}

/* line 3223, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropleft .dropdown-toggle:before {
  content: "\f104" !important;
}

/* line 3226, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-item .dropdown-toggle:after {
  font-size: 0.90em;
}

/* remove arrow */
/* line 3230, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-toggle.no-arrow:before, .dropdown-toggle.no-arrow:after {
  display: none !important;
}

/* dropdown menu multi-level */
/* line 3234, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: absolute;
  top: -1px;
  left: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
  transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  opacity: 0;
  visibility: hidden;
  display: block;
}

/* line 3253, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu .dropdown-menu .dropdown-item {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 3257, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu .dropdown-multilevel {
  position: relative;
  /* it is displayed on right by default */
  /* add arrow */
}

/* line 3261, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu .dropdown-multilevel.dropdown-multilevel-left > .dropdown-menu {
  right: 100%;
  left: auto;
}

/* line 3264, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu .dropdown-multilevel > .dropdown-item:first-child:after {
  content: "\f2fb";
  font-family: 'nextgen-icons';
  font-size: inherit;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.5rem;
}

/* line 3279, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu .dropdown-multilevel:hover > .dropdown-item:not(.disabled) {
  background: #f8f9fa;
  color: #c82323;
}

/* line 3282, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dropdown-menu .dropdown-multilevel:hover > .dropdown-item:not(.disabled) + .dropdown-menu {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 29px -50px;
  transform-origin: 29px -50px;
  opacity: 1;
  visibility: visible;
}

/* line 3292, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
}

/* line 3301, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
  position: absolute !important;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: inherit !important;
}

/* line 3311, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.icon-stack-1x {
  font-size: 0.5em;
}

/* line 3314, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.icon-stack-2x {
  font-size: 0.70em;
  /*padding-right: 0.025em;*/
}

/* line 3318, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.icon-stack-3x {
  font-size: 1em;
}

/* line 3321, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.icon-stack-xl {
  font-size: 3.125rem;
}

/* line 3324, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.icon-stack-lg {
  font-size: 2.5rem;
}

/* line 3327, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.icon-stack-md {
  font-size: 2.125rem;
}

/* line 3330, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.icon-stack-sm {
  font-size: 1.875rem;
}

/* line 3333, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.filter-message {
  display: block;
  text-align: center;
  padding: 2px;
  font-size: 0.6875rem;
  text-transform: capitalize;
  font-style: italic;
  width: calc(100% - 60px);
  max-width: 180px;
  border-radius: 4px;
  margin: 1rem auto;
}

/* line 3344, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.filter-message:empty {
  display: none;
}

/* line 3347, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.js-list-filter:not(.primary-nav) {
  /* these classes are triggered by JS */
  /*.js-filter-show {
		display:block !important;
	}*/
}

/* line 3352, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.js-list-filter:not(.primary-nav) .js-filter-hide {
  display: none !important;
}

/* line 3355, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.js-list-filter.nav-menu:not(.primary-nav) .js-filter-show {
  display: block !important;
}

/* line 3358, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  color: inherit;
  z-index: 10;
  /*
	The use of translate3d pushes CSS animations into hardware acceleration.
	Even if you're looking to do a basic 2d translation, use translate3d for more power!
	If your animation is still flickering after switching to the transform above,
	you can use a few little-known CSS properties to try to fix the problem:
	*/
  /*-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;	*/
}

/*:not(.enable-loader) .loader {
	> * {
		animation: pause;
	}
}*/
/* line 3389, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.enable-loader:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 3398, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.enable-loader .loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 3403, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
#msgr_listfilter_input {
  width: calc(100% - 1rem);
  margin: 0 auto;
  margin-top: -41px;
  padding-left: 41px;
  margin-bottom: 10px;
  opacity: 0;
  background: transparent;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

/* line 3414, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.msgr-list {
  width: 14.563rem;
  right: -11.438rem;
  z-index: 101;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

/* line 3420, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.msgr-list + .msgr {
  width: calc(100% - 3.125rem);
  height: 100%;
}

/* line 3423, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.msgr-list + .msgr:before {
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 100;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  opacity: 0;
  visibility: hidden;
}

/* line 3434, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.msgr-list:hover {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.1);
}

/* line 3437, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.msgr-list:hover #msgr_listfilter_input {
  opacity: 1;
}

/* line 3439, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.msgr-list:hover + .msgr:before {
  opacity: 1;
  visibility: visible;
}

/*.msgr-chatinput {

	min-height: 110px;
	max-height: 160px;

	[contenteditable="true"] {
		min-height:50px;
		max-height:110px;
	}

}*/
/*.msgr-chatinput-icons {
	height: 40px;
}*/
/*.msgr-chatinput-container {
	> div {
		border-top: 1px solid rgba($black,0.07);
	}
}*/
/* IE HACK */
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	[contenteditable="true"] {
		height: 110px;
	}
}*/
/* line 3468, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-segment-get {
  text-align: left;
  position: relative;
  margin: 0 2rem 0.5rem 0;
}

/* line 3472, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-segment-get.chat-start .chat-message {
  border-bottom-left-radius: 3px;
}

/* line 3474, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-segment-get.chat-start + :not(.chat-end) .chat-message {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 3477, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-segment-get.chat-end .chat-message {
  border-top-left-radius: 3px;
}

/* line 3479, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-segment-get .chat-message {
  background: #f1f0f0;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
}

/* line 3484, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-segment-sent {
  text-align: right;
  position: relative;
  margin: 0 0 .5rem 3rem;
}

/* line 3488, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-segment-sent.chat-start .chat-message {
  border-bottom-right-radius: 3px;
}

/* line 3490, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-segment-sent.chat-start + :not(.chat-end) .chat-message {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 3493, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-segment-sent.chat-end .chat-message {
  border-top-right-radius: 3px;
}

/* line 3495, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-segment-sent .chat-message {
  background: #1dc9b7;
  color: white;
  text-align: left;
}

/* line 3500, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-message {
  padding: 0.75rem 1rem;
  border-radius: 0.625rem;
  position: relative;
  display: inline-block;
}

/* line 3505, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-message > p {
  padding: 0.75rem 0 0;
  margin: 0;
}

/* line 3508, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-message > p:first-child {
  padding-top: 0;
}

/* line 3511, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-start {
  margin-bottom: 3px !important;
}

/* line 3513, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-start .time-stamp {
  display: none;
}

/* line 3515, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-start + .chat-segment:not(.chat-end) {
  margin-bottom: 3px !important;
}

/* line 3517, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.chat-start + .chat-segment:not(.chat-end) .time-stamp {
  display: none;
}

/* modal shadow */
/* line 3521, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-content {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

/* adjustments */
/* line 3526, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* alert modal */
/* line 3531, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-alert {
  padding: 0 !important;
  /* overriding bootstrap generated style */
  /*.modal-body {
		padding: 0.5rem 0;
	}
*/
}

/* line 3538, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-alert .modal-dialog {
  max-width: 100% !important;
  /* overriding bootstrap css for all media queries */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 3.5rem);
  -webkit-transform: none !important;
  transform: none !important;
  /* overriding bootstrap css */
}

/* line 3551, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-alert .modal-content {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  padding: 1.5rem 1rem 1rem;
}

/* line 3555, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-alert .modal-title {
  font-size: 1.5rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 3566, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-alert .modal-header,
.modal-alert .modal-body,
.modal-alert .modal-footer {
  /*left: 20%;
		width: 60%;*/
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  position: relative;
}

/* line 3577, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-alert .close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}

/* transparent modal */
/* line 3582, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-transparent .modal-content {
  -webkit-box-shadow: 0 1px 15px 1px rgba(157, 27, 27, 0.3);
  box-shadow: 0 1px 15px 1px rgba(157, 27, 27, 0.3);
}

/* line 3586, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-transparent .modal-content {
  background: rgba(62, 20, 20, 0.85);
}

/* transparent backdrop */
/* line 3590, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-backdrop-transparent {
  background: transparent;
}

/* fullscreen modal */
/* line 3594, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-fullscreen {
  padding: 0 !important;
}

/* line 3596, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-fullscreen .modal-content {
  border-radius: 0;
  border-width: 0;
}

/* line 3599, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-fullscreen .modal-dialog {
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 80px);
}

/* line 3602, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-fullscreen .modal-dialog .modal-content {
  height: calc(100vh - 80px);
}

/* top */
/* line 3606, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-dialog-top,
.modal-dialog-bottom {
  position: absolute;
  top: 0;
  margin: 0;
  min-width: 100%;
}

/* line 3612, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-dialog-top .modal-dialog,
.modal-dialog-bottom .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* line 3617, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-dialog-top .modal-content,
.modal-dialog-bottom .modal-content {
  border-radius: 0px;
  border: 0;
}

/* line 3622, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-dialog-bottom {
  top: auto;
  bottom: 0;
}

/* line 3625, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal.fade .modal-dialog-bottom {
  -webkit-transform: translate(0, 25%);
  transform: translate(0, 25%);
}

/* left */
/* line 3630, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-dialog-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

/* line 3637, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-dialog-left .modal-content {
  min-height: 100%;
  border-width: 0;
  border-radius: 0;
}

/* line 3641, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal.fade .modal-dialog-left {
  -webkit-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
}

/* right */
/* line 3646, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-dialog-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  border-width: 0px;
}

/* line 3654, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-dialog-right .modal-content {
  min-height: 100%;
  border-width: 0;
  border-radius: 0;
}

/* line 3658, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal.fade .modal-dialog-right {
  -webkit-transform: translate(25%, 0);
  transform: translate(25%, 0);
}

/* line 3662, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* modal size */
/* line 3667, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.modal-md {
  max-width: 350px;
}

/* line 3670, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.pagination .page-item:not(:first-child) {
  margin-left: 0.4rem;
}

/* line 3673, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.pagination .page-item:first-child:not(.active) .page-link,
.pagination .page-item:last-child:not(.active) .page-link,
.pagination .page-item.disabled .page-link {
  background: #f8d8d8;
}

/* line 3678, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.pagination .page-link {
  border-radius: 4px;
  border-width: 0px;
}

/* line 3681, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.pagination .page-link:hover {
  background-color: #de4040 !important;
  color: #fff;
}

/* line 3685, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.pagination.pagination-xs .page-link {
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
}

/* line 3689, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-fullscreen {
  overflow: hidden;
  max-width: 100%;
}

/* line 3693, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(113, 20, 20, 0.08);
  box-shadow: 0px 0px 13px 0px rgba(113, 20, 20, 0.08);
  margin-bottom: 1.5rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
  /* panel container */
  /* panel refresh */
  /* panel fullscreen */
  /* panel collapse */
  /*&.panel-collapsed:not(.panel-fullscreen) {

		.panel-container {
			display:none;
		}

	}*/
  /* panel locked */
}

/* line 3724, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel .panel-container {
  position: relative;
  border-radius: 0 0 4px 4px;
}

/* line 3727, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel .panel-container .panel-content {
  padding: 1rem 1rem;
}

/* line 3729, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel .panel-container .panel-content:only-child, .panel .panel-container .panel-content:last-child {
  border-radius: 0 0 4px 4px;
}

/* line 3731, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel.panel-refresh .js-panel-refresh {
  opacity: 0.5;
  cursor: wait;
}

/* line 3734, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel.panel-fullscreen {
  position: fixed !important;
  /* there is a bug with jquery ui, so we have to add !important rule here */
  z-index: 2055;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh !important;
  max-height: 100vh !important;
  width: 100vw !important;
  max-width: 100vw !important;
  border-radius: 0;
  border: 0;
  /*display: flex;
		flex-direction: column;*/
  /* make panel header bigger */
}

/* line 3750, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel.panel-fullscreen [data-action="panel-collapse"],
.panel.panel-fullscreen .js-panel-collapse,
.panel.panel-fullscreen [data-action="panel-close"],
.panel.panel-fullscreen .js-panel-close {
  display: none !important;
}

/* line 3755, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel.panel-fullscreen .panel-hdr {
  height: 4.125rem;
  border-radius: 0;
  -webkit-box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(135, 23, 23, 0.1);
  box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(135, 23, 23, 0.1);
  /* make panel header bigger */
}

/* line 3761, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel.panel-fullscreen .panel-hdr h2 {
  font-size: 1.125rem;
  font-weight: 400;
}

/* line 3764, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel.panel-fullscreen .js-panel-locked {
  display: none;
}

/* line 3766, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel.panel-fullscreen .btn-panel[data-action="panel-fullscreen"],
.panel.panel-fullscreen .js-panel-fullscreen {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 3770, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel.panel-fullscreen .panel-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  border-radius: 0;
  display: block !important;
}

/* line 3777, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel.panel-locked:not(.panel-fullscreen) .js-panel-locked {
  font-weight: bold;
}

/* line 3779, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel.panel-locked:not(.panel-fullscreen) .panel-hdr h2:before {
  font-family: 'nextgen-icons';
  content: "\f2ae";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #fd3995;
}

/* line 3797, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel.ui-sortable-helper {
  -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.05), 0 5px 20px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.05), 0 5px 20px 0 rgba(0, 0, 0, 0.09);
  /*.panel-toolbar {
			-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
			filter: grayscale(100%);
		}*/
}

/* panel tag can be used globally */
/* line 3806, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-tag {
  padding: 1rem 1rem;
  margin-bottom: 2rem;
  border-left: 3px solid #1dc9b7;
  background: #eef7fd;
  opacity: 0.8;
  font-weight: 400;
  font-size: 0.875rem;
  border-radius: 0px 8px 8px 0px;
}

/* line 3815, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-tag > *:last-child,
.panel-tag > *:only-child {
  margin-bottom: 0;
}

/* line 3818, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-tag:only-child {
  margin-bottom: 0;
}

/* panel header */
/* line 3822, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  min-height: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px 4px 0 0;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  /* add padding to first and last child */
  /* adjusts title */
}

/* line 3837, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-collapsed .panel-hdr {
  border-radius: 4px;
}

/* line 3839, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-hdr > :first-child {
  padding-left: 1rem;
}

/* line 3841, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-hdr > :last-child {
  padding-right: 1rem;
}

/* line 3843, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-hdr h2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.875rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 3rem;
  color: inherit;
  color: #333;
  position: relative;
  font-weight: 500;
  /* panel header icon */
}

/* line 3861, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-hdr h2:not(:only-child) {
  margin-right: 0.66667rem;
}

/* line 3863, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-hdr h2 > [class*='fw-'] {
  margin-left: 4px;
}

/* line 3865, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-hdr h2 small {
  display: inline-block;
  margin: 0;
  opacity: 0.8;
  font-weight: 400;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

/* line 3872, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-hdr h2 .panel-icon {
  margin-right: 0.5rem;
}

/* line 3875, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-hdr[class^="bg-"] h2,
.panel-hdr[class*=" bg-"] h2 {
  color: inherit;
}

/* panel tap highlight */
/* line 3880, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-sortable.ui-sortable-helper:not(.panel-locked) {
  /*.panel-hdr {
		&:active {
			border-top-color: rgba($primary-300, 0.7);
			border-left-color: rgba($primary-500, 0.7);
			border-right-color: rgba($primary-500, 0.7);

			& + .panel-container {

				border-color: transparent rgba($primary-500, 0.7) rgba($primary-600, 0.7);
			}
		}
	}*/
}

/* line 3893, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-sortable.ui-sortable-helper:not(.panel-locked):active {
  border-color: rgba(0, 0, 0, 0.15);
}

/*.panel-sortable .panel-hdr:active,
.panel-sortable .panel-hdr:active + .panel-container {
	@include transition-border(0.4s, ease-out);
}*/
/* line 3900, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-sortable.panel-locked {
  /*.panel-hdr {
		&:active {
			border-top-color: $danger-300;
			border-left-color: $danger;
			border-right-color: $danger;

			& + .panel-container {
				border-color: transparent $danger $danger;
			}
		}
	}*/
}

/* panel toolbar (sits inside panel header) */
/* line 3914, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* we curve the last button to make it seamless with panel's border radius */
}

/* line 3922, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-toolbar .btn-panel {
  margin-left: 0.3rem;
  padding: 0;
  width: 1rem;
  height: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0.8;
  /* add default colors for action buttons */
  /*&:after {
			content: "";
			position: absolute;
			border: 1px solid rgba($white, 0.6);
			border-radius: 50%;
			width: calc(100% + 2px);
			height: calc(100% + 2px);
			right: -1px;
			top: -1px;
		}*/
}

/* line 3942, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-toolbar .btn-panel:hover {
  opacity: 1;
}

/* line 3944, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
  background: #1dc9b7;
}

/* line 3946, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-toolbar .btn-panel[data-action="panel-fullscreen"], .panel-toolbar .btn-panel.js-panel-fullscreen {
  background: #ffc241;
}

/* line 3948, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-toolbar .btn-panel[data-action="panel-close"], .panel-toolbar .btn-panel.js-panel-close {
  background: #fd3995;
}

/* line 3950, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-toolbar .btn-toolbar-master {
  height: 3rem;
  width: 1.826875rem;
  /* stop flickering bug due to cpu latency */
  border-radius: 0;
  margin-right: -1rem;
  border-top-right-radius: 3px;
  margin-left: 0.5rem;
  padding: 0 13px;
  background: transparent;
  border: 0;
  font-size: 1.5625rem;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 3972, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-toolbar .btn-toolbar-master[aria-expanded="true"] {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

/* line 3975, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-toolbar .btn-toolbar-master + .dropdown-menu {
  right: 0;
  top: 3rem;
  left: auto !important;
  margin: 0;
  border-radius: 0;
}

/* line 3981, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-toolbar .btn-panel-flat:last-child {
  border-top-right-radius: 3px;
}

/* line 3984, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-sortable:not(.panel-fullscreen):not(.panel-locked) .ui-sortable-handle {
  cursor: move;
}

/* placeholder */
/* line 3988, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-placeholder {
  background-color: #f4dddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  /* placeholder border animation */
}

/* line 3998, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-placeholder:before, .panel-placeholder:after {
  content: " ";
  background-image: url(data:image/gif;base64,R0lGODlhCAAIAJAAAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQECgD/ACwAAAAACAAIAAACD4SDYZB6udpiaMJYsXuoAAAh+QQECgD/ACwAAAAACAAIAAACDYQRGadrzVRMB9FZ5SwAIfkEBAoA/wAsAAAAAAgACAAAAg8MDqGYaudeW9ChyOyltQAAIfkEBAoA/wAsAAAAAAgACAAAAg9MgGCXm+rQYtC0WGl9oQAAIfkEBAoA/wAsAAAAAAgACAAAAg+MgWCRernaYmjCWLF7qAAAIfkEBAoA/wAsAAAAAAgACAAAAg2MAwmna81UTAfRWeUsACH5BAQKAP8ALAAAAAAIAAgAAAIPRB6gmGrnXlvQocjspbUAACH5BAQKAP8ALAAAAAAIAAgAAAIPBIJhl5vq0GLQtFhpfaAAADs=);
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}

/* line 4008, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-placeholder:before {
  background: #f4dddd;
  margin: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  z-index: 1;
}

/* line 4016, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-panel-clean {
  /*.panel-container {
		.panel-content:first-child {
			padding-top: $p-1;
		}
	}*/
}

/* line 4022, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-panel-clean .panel-hdr {
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#fff));
  background-image: linear-gradient(to bottom, #f7f7f7, #fff);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 4028, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-panel-clean .panel-hdr h2 {
  color: #333;
  font-weight: 500;
}

@media only screen and (max-width: 420px) {
  /* making mobile spacing a little narrow */
  /* line 4034, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .panel .panel-hdr {
    font-size: 0.875rem;
    min-height: -1rem;
  }
  /* line 4037, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .panel .panel-hdr > :first-child {
    padding-left: 10px;
  }
  /* line 4039, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .panel .panel-hdr > :last-child {
    padding-right: 10px;
  }
  /* line 4041, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .panel .panel-hdr .panel-toolbar .btn-toolbar-master {
    margin-right: -10px;
  }
  /* line 4043, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .panel .panel-container .panel-content:first-child {
    padding: 10px;
  }
}

/* print only selected panel when on fullscreen */
@media print {
  /* line 4048, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .panel-fullscreen .subheader,
.panel-fullscreen .page-breadcrumb,
.panel-fullscreen .page-content .panel:not(.panel-fullscreen) {
    display: none;
  }
  /* line 4052, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .panel-fullscreen .panel-hdr,
.panel-fullscreen .panel-container,
.panel-fullscreen .panel-content,
.panel-fullscreen h2 {
    border: none;
    padding: 0 !important;
  }
  /* line 4058, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .panel-fullscreen .panel {
    margin: 0;
  }
}

/* line 4061, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.popover {
  -webkit-box-shadow: 0 0 15px 1px rgba(138, 46, 46, 0.2);
  box-shadow: 0 0 15px 1px rgba(138, 46, 46, 0.2);
  margin: 12px;
}

/* line 4065, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.popover .arrow {
  border-color: inherit;
}

/* line 4067, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.popover .popover-header {
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom-width: 0px;
}

/* line 4072, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.popover .popover-body {
  padding: 0;
}

/* line 4075, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.popover-body:not(:empty) {
  padding: 0 1rem 1rem;
}

/* line 4078, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.popover-header:empty + .popover-body {
  padding-top: 1rem;
}

/* line 4081, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.progress-xs {
  height: 5px;
}

/* line 4084, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.progress-sm {
  height: 8px;
}

/* line 4087, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.progress-md {
  height: 14px;
}

/* line 4090, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.progress-lg {
  height: 20px;
}

/* line 4093, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.progress-xl {
  height: 30px;
}

/*$app-shortcut-btn-size: 49px;

$menu-item-size: 45px;
$menu-items:5;
$menu-grid-icon: 5px;
$menu-item-direction: 'top'; //top or left*/
/* line 4102, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.menu-item,
label.menu-open-button {
  background: #de4040;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: absolute !important;
  padding: 0;
  right: 0;
  bottom: 0;
  color: #fff !important;
  text-align: center;
  line-height: 45px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 4123, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.menu-item:hover,
label.menu-open-button:hover {
  background: #c82323;
}

/* line 4127, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shortcut-menu {
  position: fixed;
  right: 1.5rem;
  bottom: 4.3125rem;
  z-index: 931;
}

/* line 4133, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.menu-open {
  display: none;
}

/* line 4136, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.menu-item,
label.menu-open-button {
  font-size: 16px;
}

/* line 4140, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
label.menu-open-button {
  z-index: 932;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  cursor: pointer;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 4158, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.app-shortcut-icon {
  width: 5px;
  height: 5px;
  background: #ecf0f1;
  color: #ecf0f1;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: -8px -8px, 0 -8px, 8px -8px, -8px 0, 8px 0, -8px 8px, 0 8px, 8px 8px;
  box-shadow: -8px -8px, 0 -8px, 8px -8px, -8px 0, 8px 0, -8px 8px, 0 8px, 8px 8px;
}

/* line 4168, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.menu-open:checked + .menu-open-button {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: scale(0.9, 0.9) translate3d(0, 0, 0);
  transform: scale(0.9, 0.9) translate3d(0, 0, 0);
  background: #4f4f4f;
}

/* line 4176, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.menu-open:checked + .menu-open-button .app-shortcut-icon {
  -webkit-box-shadow: 0 -5px, 0 -8px, 5px 0, -5px 0, 8px 0, -8px 0, 0 8px, 0 5px !important;
  box-shadow: 0 -5px, 0 -8px, 5px 0, -5px 0, 8px 0, -8px 0, 0 8px, 0 5px !important;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
  transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
}

/* line 4182, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.menu-open:checked ~ .menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 4185, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.menu-open:checked ~ .menu-item:nth-child(3) {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transform: translate3d(0, -48px, 0);
  transform: translate3d(0, -48px, 0);
}

/* line 4190, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.menu-open:checked ~ .menu-item:nth-child(4) {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transform: translate3d(0, -96px, 0);
  transform: translate3d(0, -96px, 0);
}

/* line 4195, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.menu-open:checked ~ .menu-item:nth-child(5) {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transform: translate3d(0, -144px, 0);
  transform: translate3d(0, -144px, 0);
}

/* line 4200, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.menu-open:checked ~ .menu-item:nth-child(6) {
  -webkit-transition-duration: 450ms;
  transition-duration: 450ms;
  -webkit-transform: translate3d(0, -192px, 0);
  transform: translate3d(0, -192px, 0);
}

/* line 4205, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.menu-open:checked ~ .menu-item:nth-child(7) {
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms;
  -webkit-transform: translate3d(0, -240px, 0);
  transform: translate3d(0, -240px, 0);
}

/* set base height for slider */
/* line 4212, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.slide-on-mobile {
  width: 15rem;
}

@media only screen and (max-width: 992px) {
  /* SIDE PANELS */
  /* line 4217, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .slide-on-mobile {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 950;
    position: absolute !important;
    top: 0;
    bottom: 0;
    background-color: #f8f9fa;
    -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
  }
  /* line 4227, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .slide-backdrop {
    background: transparent;
    -webkit-transition: background 300ms;
    transition: background 300ms;
  }
  /* line 4231, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .slide-on-mobile-left {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    /* new solution */
    left: -15rem;
  }
  /* line 4235, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .slide-on-mobile-left-show {
    left: 0;
  }
  /* line 4237, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .slide-on-mobile-right {
    border-left: 1px solid rgba(0, 0, 0, 0.09);
    right: -15rem;
  }
  /* line 4240, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .slide-on-mobile-right-show {
    right: 0;
  }
  /* place the backdrop right after these classes */
  /* line 4243, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .slide-on-mobile-right-show + .slide-backdrop,
.slide-on-mobile-left-show + .slide-backdrop {
    background: rgba(0, 0, 0, 0.09);
    position: absolute;
    z-index: 948;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}

/* bootstrap override table stripe */
/* line 4254, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table.table-striped:not(.table-bordered) th,
.table.table-striped:not(.table-bordered) tbody th,
.table.table-striped:not(.table-bordered) tbody td {
  border: 0;
}

/* line 4259, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table thead[class^="bg-"] tr > th,
.table thead[class*=" bg-"] tr > th {
  border-top: 0;
  border-bottom: 0;
}

/* line 4264, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table tr[class^="bg-"] > td,
.table tr[class^="bg-"] > th,
.table tr[class*=" bg-"] > td,
.table tr[class*=" bg-"] > th {
  border-top: 0 !important;
}

/* line 4270, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.thead-themed {
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#fafafa));
  background-image: linear-gradient(to top, #f2f2f2, #fafafa);
}

/* line 4275, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table-dark .thead-themed {
  background-color: #363636;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#363636), to(#292929));
  background-image: linear-gradient(to top, #363636, #292929);
}

/* line 4280, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table-bordered[class*=" bg-"],
.table-bordered[class*=" bg-"] td,
.table-bordered[class*=" bg-"] th, .table-bordered[class^="bg-"],
.table-bordered[class^="bg-"] td,
.table-bordered[class^="bg-"] th {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 4287, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table-bordered [class*=" bg-"] td,
.table-bordered [class*=" bg-"] th,
.table-bordered [class^="bg-"] td,
.table-bordered [class^="bg-"] th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* table hover */
/* line 4294, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table-hover tbody tr:hover {
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  z-index: 1;
}

/* reset table (global) */
/* line 4300, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
th {
  font-weight: 500;
}

/* line 4303, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table-clean {
  background: transparent;
  border: none;
}

/* line 4306, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table-clean tr,
.table-clean td,
.table-clean th {
  border: none;
  background: none;
}

/* line 4312, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table-scale-border-top {
  border-top: 2px solid #4f4f4f !important;
}

/* line 4315, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table-scale-border-bottom {
  border-bottom: 2px solid #4f4f4f !important;
}

/* nav tabs panel */
/* line 4319, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-tabs-clean {
  height: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 4322, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-tabs-clean .nav-item .nav-link {
  border-radius: 0;
  border: 0;
  height: 45px;
  /*font-size: rem($fs-md);
			font-weight: 500;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
}

/* line 4335, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-tabs-clean .nav-item .nav-link.active {
  border-bottom: 1px solid #de4040;
  color: #de4040;
}

/* line 4338, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-tabs-clean .nav-item .nav-link:hover {
  color: #de4040;
}

/* hack for waves effect breaking tabs */
/*.nav-tabs .nav-item > .nav-link.waves-effect {
	height: 100% !important;
	display: block;
}*/
/* fontsize for tabs */
/* line 4347, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-tabs .nav-item .nav-link:not(:hover) {
  color: inherit;
}

/* line 4350, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-tabs .nav-item .nav-link.active:not(:hover) {
  color: #333;
}

/* line 4353, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-tabs .nav-item .nav-link:hover:not(.active) {
  color: inherit;
}

/* line 4356, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav .nav-link:not([class^="btn-"]):not([class*=" btn-"]) {
  font-weight: 500;
  font-size: 0.8125rem;
}

/* line 4360, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #de4040;
}

/* line 4364, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.tooltip-inner {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
  font-weight: 500;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/*.tooltip .arrow {
	display: none;
}*/
/* #MISC - misc styles, helpers, effects and hacks
========================================================================== */
/* height & width auto */
/* line 4376, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.h-auto {
  height: auto !important;
}

/* line 4379, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.w-auto {
  width: auto !important;
}

/* line 4382, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.min-height-reset {
  min-height: initial !important;
}

/* line 4385, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.max-width-reset {
  max-width: none !important;
}

/* line 4388, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.max-height-reset {
  max-height: none !important;
}

/* width preset */
/* line 4392, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.min-width-0 {
  min-width: 0;
}

/* line 4395, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-0 {
  width: 0;
}

/* line 4398, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-1 {
  width: 1.5rem;
}

/* line 4401, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-2 {
  width: 2rem;
}

/* line 4404, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-3 {
  width: 2.5rem;
}

/* line 4407, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-4 {
  width: 2.75rem;
}

/* line 4410, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-5 {
  width: 3rem;
}

/* line 4413, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-6 {
  width: 3.25rem;
}

/* line 4416, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-7 {
  width: 3.5rem;
}

/* line 4419, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-8 {
  width: 3.75rem;
}

/* line 4422, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-9 {
  width: 4rem;
}

/* line 4425, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-10 {
  width: 4.25rem;
}

/* line 4428, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-xs {
  min-width: 5rem;
}

/* line 4431, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-sm {
  min-width: 10rem;
}

/* line 4434, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-lg {
  min-width: 15rem;
}

/* line 4437, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.width-xl {
  min-width: 20rem;
}

/* line 4440, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-0 {
  height: 0;
}

/* line 4443, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-1 {
  height: 1.5rem;
}

/* line 4446, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-2 {
  height: 2rem;
}

/* line 4449, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-3 {
  height: 2.5rem;
}

/* line 4452, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-4 {
  height: 2.75rem;
}

/* line 4455, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-5 {
  height: 3rem;
}

/* line 4458, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-6 {
  height: 3.25rem;
}

/* line 4461, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-7 {
  height: 3.5rem;
}

/* line 4464, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-8 {
  height: 3.75rem;
}

/* line 4467, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-9 {
  height: 4rem;
}

/* line 4470, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-10 {
  height: 4.25rem;
}

/* line 4473, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-xs {
  min-height: 5rem;
}

/* line 4476, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-sm {
  min-height: 10rem;
}

/* line 4479, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-lg {
  min-height: 15rem;
}

/* line 4482, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.height-xl {
  min-height: 20rem;
}

/* line-heights */
/* line 4486, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.l-h-n {
  line-height: normal;
}

/* no bg image */
/* line 4490, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-img-none {
  background-image: none !important;
}

/* flex */
/* line 4494, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* margins */
/* line 4500, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.m-g {
  margin: 1.5rem;
}

/* line 4503, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mb-g {
  margin-bottom: 1.5rem !important;
}

/* line 4506, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mb-gb {
  margin-bottom: 3rem;
}

/* paddings */
/* line 4510, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.p-g {
  padding: 1.5rem;
}

/* text turncaters */
/* line 4514, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.text-truncate-header {
  max-width: 6.0625rem;
}

/* line 4517, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.text-truncate-xs {
  max-width: 4.5625rem;
}

/* line 4520, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.text-truncate-sm {
  max-width: 117px;
}

/* line 4523, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.text-truncate-md {
  max-width: 160px;
}

/* line 4526, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.text-truncate-default {
  max-width: 180px;
}

/* line 4529, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.text-truncate-lg {
  max-width: 200px;
}

/* blur text */
/* line 4533, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.text-blur {
  color: transparent !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 4537, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
a.text-blur {
  text-shadow: 0 0 5px rgba(222, 64, 64, 0.5);
}

/* positions usage: 
   .position-absolute|relative|static|fixed .pos-top|left|right|bottom */
/* line 4542, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.pos-top {
  top: 0;
}

/* line 4545, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.pos-left {
  left: 0;
}

/* line 4548, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.pos-right {
  right: 0;
}

/* line 4551, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.pos-bottom {
  bottom: 0;
}

/* font weights */
/* line 4555, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fw-300 {
  font-weight: 300 !important;
}

/* line 4558, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fw-400 {
  font-weight: 400 !important;
}

/* line 4561, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fw-500 {
  font-weight: 500 !important;
}

/* line 4564, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fw-700 {
  font-weight: 700 !important;
}

/* line 4567, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fw-900 {
  font-weight: 900 !important;
}

/* line 4570, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fw-n {
  font-weight: normal !important;
}

/* font sizes */
/* line 4574, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fs-nano {
  font-size: 0.6875rem !important;
}

/* 10px */
/* line 4578, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fs-xs {
  font-size: 0.75rem !important;
}

/* 12px */
/* line 4582, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fs-sm {
  font-size: 0.78125rem !important;
}

/* 12.5px */
/* line 4586, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fs-b {
  font-size: 0.8125rem !important;
}

/* 13px */
/* line 4590, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fs-md {
  font-size: 0.875rem !important;
}

/* 14px */
/* line 4594, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fs-lg {
  font-size: 0.9375rem !important;
}

/* 15px */
/* line 4598, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fs-xl {
  font-size: 1rem !important;
}

/* 16px */
/* line 4602, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fs-xxl {
  font-size: 1.75rem !important;
}

/* page header */
/* alphas */
/* line 4607, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-5 {
  opacity: 0.05;
}

/* line 4610, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-10 {
  opacity: 0.1;
}

/* line 4613, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-15 {
  opacity: 0.15;
}

/* line 4616, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-20 {
  opacity: 0.2;
}

/* line 4619, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-25 {
  opacity: 0.25;
}

/* line 4622, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-30 {
  opacity: 0.3;
}

/* line 4625, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-35 {
  opacity: 0.35;
}

/* line 4628, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-40 {
  opacity: 0.4;
}

/* line 4631, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-45 {
  opacity: 0.45;
}

/* line 4634, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-50 {
  opacity: 0.5;
}

/* line 4637, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-55 {
  opacity: 0.55;
}

/* line 4640, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-60 {
  opacity: 0.6;
}

/* line 4643, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-65 {
  opacity: 0.65;
}

/* line 4646, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-70 {
  opacity: 0.7;
}

/* line 4649, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-75 {
  opacity: 0.75;
}

/* line 4652, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-80 {
  opacity: 0.8;
}

/* line 4655, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-85 {
  opacity: 0.85;
}

/* line 4658, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-90 {
  opacity: 0.9;
}

/* line 4661, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-95 {
  opacity: 0.95;
}

/* line 4664, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.opacity-100 {
  opacity: 1;
}

/* backgrounds */
/* line 4668, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-white {
  background-color: #fff;
  color: #666666;
}

/* line 4672, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-faded {
  background-color: #f7f9fa;
}

/* line 4675, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-offwhite-fade {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to top, #fff, #f8f8f8);
}

/* line 4680, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-subtlelight {
  background-color: white;
}

/* line 4683, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-subtlelight-fade {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f5fcff));
  background-image: linear-gradient(to top, #fff, #f5fcff);
}

/* line 4688, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-highlight {
  background-color: #fffaee;
}

/* line 4691, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-gray-50 {
  background-color: #f9f9f9;
}

/* line 4694, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-gray-100 {
  background-color: #f8f9fa;
}

/* line 4697, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-gray-200 {
  background-color: #f3f3f3;
}

/* line 4700, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-gray-300 {
  background-color: #dee2e6;
}

/* line 4703, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-gray-400 {
  background-color: #ced4da;
}

/* line 4706, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-gray-500 {
  background-color: #adb5bd;
}

/* line 4709, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-gray-600 {
  background-color: #868e96;
}

/* line 4712, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-gray-700 {
  background-color: #495057;
}

/* line 4715, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-gray-800 {
  background-color: #343a40;
}

/* line 4718, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-gray-900 {
  background-color: #212529;
}

/* borders */
/* line 4722, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.border-faded {
  border: 1px solid rgba(28, 28, 28, 0.07);
}

/* line 4725, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.border-transparent {
  border: 1px solid transparent !important;
}

/* border radius */
/* line 4729, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.border-top-left-radius-0 {
  border-top-left-radius: 0 !important;
}

/* line 4732, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.border-bottom-left-radius-0 {
  border-bottom-left-radius: 0 !important;
}

/* line 4735, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.border-top-right-radius-0 {
  border-top-right-radius: 0 !important;
}

/* line 4738, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.border-bottom-right-radius-0 {
  border-bottom-right-radius: 0 !important;
}

/* line 4741, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.rounded-plus {
  border-radius: 10px;
}

/* line 4744, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.rounded-bottom {
  border-radius: 0 0 4px;
}

/* line 4747, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.rounded-top {
  border-radius: 4px 4px 0 0;
}

/* progressbars */
/*.progress-xs { height: 5px }
.progress-sm { height: 8px }
.progress-md { height: 14px }
.progress-lg { height: 20px }
.progress-xl { height: 30px }*/
/* rotate */
/* line 4757, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 4761, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 4765, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* shadows */
/* line 4770, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 4774, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-1, .shadow-hover-1:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 4778, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-2, .shadow-hover-2:hover {
  -webkit-box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.1);
}

/* line 4782, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-3, .shadow-hover-3:hover {
  -webkit-box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.125);
}

/* line 4786, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-4, .shadow-hover-4:hover {
  -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.125);
}

/* line 4790, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-5, .shadow-hover-5:hover {
  -webkit-box-shadow: 0 0.125rem 0.325rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.125rem 0.325rem rgba(0, 0, 0, 0.175);
}

/* line 4794, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-inset-1, .shadow-hover-inset-1:hover {
  -webkit-box-shadow: inset 0 0.25rem 0.125rem 0 rgba(33, 37, 41, 0.025);
  box-shadow: inset 0 0.25rem 0.125rem 0 rgba(33, 37, 41, 0.025);
}

/* line 4798, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-inset-2, .shadow-hover-inset-2:hover {
  -webkit-box-shadow: inset 0 0.2rem 0.325rem rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0.2rem 0.325rem rgba(0, 0, 0, 0.04);
}

/* line 4802, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-inset-3, .shadow-hover-inset-3:hover {
  -webkit-box-shadow: inset 0 0.2rem 0.325rem rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0.2rem 0.325rem rgba(0, 0, 0, 0.05);
}

/* line 4806, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-inset-4, .shadow-hover-inset-4:hover {
  -webkit-box-shadow: inset 0 0.25rem 0.5rem rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 0.25rem 0.5rem rgba(0, 0, 0, 0.06);
}

/* line 4810, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-inset-5, .shadow-hover-inset-5:hover {
  -webkit-box-shadow: inset 0 0.35rem 0.5rem rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0.35rem 0.5rem rgba(0, 0, 0, 0.07);
}

/* line 4814, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-sm-hover:hover {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4818, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-hover:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 4822, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-lg-hover:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/*.shadow-unique-hover {
   @extend %shadow-hover;
}*/
/* hover any bg */
/* inherits the parent background on hover */
/* line 4831, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.hover-bg {
  background: #fff;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  color: inherit;
}

/* line 4836, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.hover-bg:hover {
  background: inherit;
  color: inherit;
}

/* hover alpha effect */
/* example found in the buttons page */
/* example of use could be found inside panel buttons top right */
/* line 4843, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.hover-effect-dot {
  position: relative;
}

/* line 4845, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.hover-effect-dot:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 0%;
  height: 0%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

/* line 4857, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.hover-effect-dot:hover:before {
  width: 75%;
  height: 75%;
  top: 12%;
  left: 12%;
}

/* hover light bg effect */
/* line 4864, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.hover-highlight:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 33, 41, 0.03)), to(rgba(29, 33, 41, 0.04)));
  background-image: linear-gradient(rgba(29, 33, 41, 0.03), rgba(29, 33, 41, 0.04));
}

/* line 4868, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.hover-highlight:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 33, 41, 0.05)), to(rgba(29, 33, 41, 0.06)));
  background-image: linear-gradient(rgba(29, 33, 41, 0.05), rgba(29, 33, 41, 0.06));
}

/* hover and hide items on show */
/* line 4873, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.show-child-on-hover .show-on-hover-parent {
  display: none;
}

/* line 4876, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.show-child-on-hover:hover .show-on-hover-parent {
  display: block;
}

/* line 4879, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.hide-child-on-hover .hide-on-hover-parent {
  display: block;
}

/* line 4882, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.hide-child-on-hover:hover .hide-on-hover-parent {
  display: none;
}

/* z-indexes */
/* line 4886, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.z-index-space {
  z-index: 1000;
}

/* line 4889, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.z-index-cloud {
  z-index: 950;
}

/* line 4892, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.z-index-ground {
  z-index: 0;
}

/* line 4895, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.z-index-water {
  z-index: -99;
}

/* cursor 
	usage: cursor-default;
*/
/* line 4901, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-auto {
  cursor: auto !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4905, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-crosshair {
  cursor: crosshair !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4909, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-default {
  cursor: default !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4913, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-e-resize {
  cursor: e-resize !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4917, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-help {
  cursor: help !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4921, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-move {
  cursor: move !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4925, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-n-resize {
  cursor: n-resize !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4929, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-ne-resize {
  cursor: ne-resize !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4933, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-nw-resize {
  cursor: nw-resize !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4937, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-pointer {
  cursor: pointer !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4941, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-progress {
  cursor: progress !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4945, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-s-resize {
  cursor: s-resize !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4949, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-se-resize {
  cursor: se-resize !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4953, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-sw-resize {
  cursor: sw-resize !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4957, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-text {
  cursor: text !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4961, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-w-resize {
  cursor: w-resize !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4965, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-wait {
  cursor: wait !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* line 4969, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cursor-inherit {
  cursor: inherit !important;
  /* had to insert important since bootstrap has some peculiar classes */
}

/* states */
/* line 4974, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.state-selected {
  background: #e7f4fe !important;
}

/* collapse toggle to reveal and hide elements */
/* line 4978, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
[aria-expanded="false"] ~ .collapsed-reveal {
  display: none;
}

/* line 4981, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
[aria-expanded="false"] .collapsed-reveal {
  display: none;
}

/* line 4984, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
[aria-expanded="false"] ~ .collapsed-hidden {
  display: block;
}

/* line 4987, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
[aria-expanded="false"] .collapsed-hidden {
  display: block;
}

/* line 4990, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
[aria-expanded="true"] ~ .collapsed-reveal {
  display: block;
}

/* line 4993, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
[aria-expanded="true"] .collapsed-reveal {
  display: block;
}

/* line 4996, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
[aria-expanded="true"] ~ .collapsed-hidden {
  display: none;
}

/* line 4999, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
[aria-expanded="true"] .collapsed-hidden {
  display: none;
}

/* demo window */
/* line 5003, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 23px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 5014, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo-window:before, .demo-window:after,
.demo-window .demo-window-content:before,
.demo-window .demo-window-content:after {
  content: "";
  position: absolute;
  display: block;
}

/* line 5020, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo-window:before {
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  height: 23px;
  background: #e5e5e5;
}

/* line 5027, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo-window:after,
.demo-window .demo-window-content:before,
.demo-window .demo-window-content:after {
  left: 10px;
  background: #ccc;
  top: 6px;
  z-index: 4;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

/* line 5037, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo-window .demo-window-content {
  width: 100%;
}

/* line 5039, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo-window .demo-window-content img {
  display: block;
  width: 100%;
}

/* line 5042, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo-window .demo-window-content:before {
  left: 26px;
}

/* line 5044, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo-window .demo-window-content:after {
  left: 43px;
}

/* layout composed */
/* line 5048, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.layout-composed .page-content {
  padding: 0 !important;
}

/* line 5050, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.layout-composed .page-content .page-breadcrumb,
.layout-composed .page-content .subheader {
  display: none;
}

/* responsive helpers */
@media only screen and (max-width: 992px) {
  /* layout composed mobile only */
  /* line 5057, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .layout-composed-mobile .page-content {
    padding: 0 !important;
  }
  /* line 5059, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .layout-composed-mobile .page-content .page-breadcrumb,
.layout-composed-mobile .page-content .subheader {
    display: none;
  }
  /* positions on mobile view */
  /* line 5063, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .position-on-mobile-absolute {
    position: absolute !important;
  }
  /* line 5065, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .position-on-mobile-relative {
    position: relative !important;
  }
  /* line 5067, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .position-on-mobile-static {
    position: static !important;
  }
  /* RESET HEIGHTS */
  /* line 5070, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .height-mobile-auto {
    height: auto;
    min-height: auto;
    max-height: auto;
  }
  /* line 5074, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .width-mobile-auto {
    width: auto;
    min-width: auto;
    max-width: auto;
  }
  /* FULL HEIGHT ON MOBILE */
  /* line 5079, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .expand-full-height-on-mobile {
    height: calc(100vh - 4.125rem) !important;
  }
  /* line 5081, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .expand-full-width-on-mobile {
    width: 100vw !important;
    max-width: 100vw !important;
  }
}

/* list style none */
/* line 5086, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-style-none {
  list-style: none;
}

/* line 5088, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-style-none ul {
  list-style: none;
}

/* row grid */
/* line 5092, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.row-grid {
  overflow: hidden;
}

/* line 5094, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.row-grid > .col,
.row-grid > [class^="col-"],
.row-grid > [class*=" col-"],
.row-grid > [class^="col "],
.row-grid > [class*=" col "],
.row-grid > [class$=" col"],
.row-grid > [class="col"] {
  position: relative;
}

/* line 5102, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.row-grid > .col:after,
.row-grid > [class^="col-"]:after,
.row-grid > [class*=" col-"]:after,
.row-grid > [class^="col "]:after,
.row-grid > [class*=" col "]:after,
.row-grid > [class$=" col"]:after,
.row-grid > [class="col"]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  display: block;
  width: 0;
  border-left: 1px solid rgba(28, 28, 28, 0.07);
}

/* line 5117, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.row-grid > .col:before,
.row-grid > [class^="col-"]:before,
.row-grid > [class*=" col-"]:before,
.row-grid > [class^="col "]:before,
.row-grid > [class*=" col "]:before,
.row-grid > [class$=" col"]:before,
.row-grid > [class="col"]:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  display: block;
  height: 0;
  border-top: 1px solid rgba(28, 28, 28, 0.07);
}

/* List table */
/* line 5134, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-table {
  height: auto;
  display: table;
  margin: 0;
  padding: 0;
}

/* line 5139, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-table > li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0;
}

/* line 5144, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-table > li.search {
  position: static;
}

/* mostly used for nav items */
/* line 5148, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.disabled:not(.btn),
.disabled:not(.btn) > * {
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
  opacity: 0.80;
  cursor: not-allowed;
}

/* line 5154, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.disabled:not(.btn) ul,
.disabled:not(.btn) .collapse-sign,
.disabled:not(.btn) > * ul,
.disabled:not(.btn) > * .collapse-sign {
  display: none;
}

/* line 5160, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
ul.list-verticle {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 5165, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.show > .dropdown-menu-animated {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transform-origin: 29px -50px;
  transform-origin: 29px -50px;
  opacity: 1;
  visibility: visible;
}

/* line 5173, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
hr {
  border: none;
  border-bottom: 1px dashed #eee;
}

/* line 5176, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
hr.hr-xl {
  margin: 3rem 0;
}

/* line 5179, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-trans-gradient {
  background: linear-gradient(250deg, #3e93d6, #d34b4b);
}

/* custom scroll */
/* table no border */
/* line 5184, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table-border-0 th,
.table-border-0 td {
  border: 0 !important;
}

/* table calendar */
/* line 5189, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table-calendar {
  table-layout: fixed;
}

/* line 5191, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table-calendar th {
  border: 0px !important;
  font-weight: 500;
}

/* line 5194, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table-calendar tr td:first-child {
  border-left: 0;
}

/* line 5196, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table-calendar tr td:last-child {
  border-right: 0;
  padding-right: 10px;
}

/* line 5199, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.table-calendar td, .table-calendar th {
  text-align: right;
  vertical-align: top;
  padding: 5px 8px;
  position: relative;
}

/* list spaced */
/* line 5206, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-spaced li {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 5209, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-spaced li:first-child {
  margin-top: 0;
}

/* line 5211, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-spaced li:last-child {
  margin-bottom: 0;
}

/* line 5214, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.list-spaced > li {
  padding: 0 0 0.2rem;
}

/* profile images */
/* line 5218, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.profile-image {
  width: 3.125rem;
  height: 3.125rem;
}

/* line 5222, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.profile-image-md {
  width: 2rem;
  height: 2rem;
}

/* line 5226, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.profile-image-sm {
  width: 1.5625rem;
  height: 1.5625rem;
}

/* image share */
/* line 5231, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.img-share {
  width: auto;
  height: 2.8125rem;
}

/* line 5235, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
span.img-share {
  width: 4.12594rem;
  height: 2.8125rem;
}

/* line 5239, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.notes {
  padding: 5px;
  background: #f9f4b5;
}

/*
.shadow-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.shadow-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.shadow-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.shadow-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}*/
/* disclaimer class */
/* line 5257, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.disclaimer {
  padding-left: 10px;
  font-size: 0.5rem;
  color: #a2a2a2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: italic;
}

/* horizontal scrolling */
/* line 5266, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.scrolling-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 5274, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.scrolling-wrapper .card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* line 5278, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.scrolling-wrapper::-webkit-scrollbar {
  display: none;
}

/* online status */
/* line 5282, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.status {
  position: relative;
}

/* line 5284, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.status:before {
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  top: -2px;
  right: -2px;
  background: #4f4f4f;
  border-radius: 50%;
  border: 2px solid #fff;
}

/* line 5295, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.status.status-sm:before {
  width: 10px;
  height: 10px;
  border-width: 1px;
  top: 0;
  right: 0;
}

/* line 5301, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.status.status-success:before {
  background: #1dc9b7;
}

/* line 5303, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.status.status-danger:before {
  background: #fd3995;
}

/* line 5305, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.status.status-warning:before {
  background: #ffc241;
}

/* containers */
/* line 5309, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.container.container-sm {
  max-width: 576px;
}

/* line 5312, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.container.container-md {
  max-width: 768px;
}

/* line 5315, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.container.container-lg {
  max-width: 992px;
}

/* responsive visibility */
/* https://getbootstrap.com/docs/3.4/css/#responsive-utilities */
/* line 5320, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  /* line 5324, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  /* line 5328, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  /* line 5332, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5336, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  /* line 5340, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5344, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1398.98px) {
  /* line 5348, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1399px) {
  /* line 5352, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .hidden-xl-up {
    display: none !important;
  }
}

/* line 5355, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.hidden-xl-down {
  display: none !important;
}

/* display frame */
/* line 5359, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.frame-heading {
  font-size: 0.8125rem;
  margin-bottom: 1rem;
  color: #a1a1a1;
  font-weight: 500;
}

/* line 5364, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.frame-heading small {
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}

/* line 5368, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.frame-wrap {
  background: white;
  padding: 0;
  margin-bottom: 3rem;
}

/* line 5373, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
* > .frame-wrap:last-child {
  margin-bottom: 0 !important;
}

/* time stamp */
/* line 5377, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.time-stamp {
  font-size: 0.78125rem;
  margin: 0.25rem 0 0 0;
  color: #767676;
  font-weight: 300;
}

/* data-hasmore */
/* line 5384, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
[data-hasmore] {
  position: relative;
  color: #fff;
}

/* line 5387, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
[data-hasmore]:before {
  content: attr(data-hasmore);
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.4);
  height: inherit;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: inherit;
}

/* code */
/* line 5407, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
code {
  background: #f8f7f7;
  padding: 4px 7px;
  border-radius: 4px;
}

/* star checkbox */
/* line 5413, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.star {
  visibility: hidden;
  font-size: 1.5em;
  cursor: pointer;
}

/* line 5418, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.star:before {
  content: "☆";
  position: absolute;
  visibility: visible;
}

/* line 5423, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.star:checked:before {
  content: "★";
  position: absolute;
}

/* line 5427, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-top:after,
.shadow-bottom:after,
.mobile-view-activated.header-function-fixed .page-header:after,
.mobile-view-activated.header-function-fixed .page-footer:after {
  content: "";
  height: 6px;
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPYAAAAICAMAAAD9VPKTAAAATlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADEoqZZAAAAGnRSTlMACRVXPCMeNMEsdZ98SZBDbFDIrZhkXreCiM2g9MAAAAD1SURBVDjLzZHbDoIwEAVdEC94raLi//+otD1Lu4tgCWqYhPC0J5np4jeQ+2gKYWZukCLrYTWKvpVOl/9AAeVUMNuWtWA5AnkZFgtGlaHA901jTeEYa50cB4/x5A6Tp2H478GU342ziBJRBsqmNIAqaVWIwpMVW7l7w81y9pSS/QdKCUbcoF1GEMTgDm0ETqALpPraA6nLskKVRWEZzOq6fjYcQQV2CVSAb+1OMxeaoANHEAk4gNQn6A+/sBDu+kayrApPKMLuCh6ezQhwwgvogRSowAmiAG/ttXyPs35lLW0MpNOstfJlEK2e5g1xY7S4fnUPzF+TRjAMoku43AAAAABJRU5ErkJggg==);
  background-size: cover;
  top: -5px;
  left: 0;
  right: 0;
  opacity: 0.06;
}

/* line 5441, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-bottom:after,
.mobile-view-activated.header-function-fixed .page-header:after {
  top: auto;
  bottom: -5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPYAAAAICAMAAAD9VPKTAAAANlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3dmhyAAAAEnRSTlMACRUgPnjDV51MNCxhkIVsrbfUWo5iAAAA/UlEQVQ4y8zR7WqEMBCF4Xy4HeNos73/m605M+HQlIB2oeyjP5XwngQTXTLZqOp2WqCAiOxQa32Yz+Zo1u5pvpqPP8CPT7N2R4PDHqbWuoOIFFhgO6lqNslEFwaoHsKV4cXCpZl3H+z2cLidjGjozfNqaX5F6xANYSKO8aDjtXMAqJwAK8Dh1hXvNf41oJKdUL2VsZNeBp8Pii+Inp9cdsoBTHECe1fN4yXV7J1AYSpjUesSeyHcF8EXcLlT2HwFKj+IKXJNYRwt4LZGITO1i8Dc10VKjjNwCa5Byw0beR8bmUmRwv+IgzSRb0kTcRDezfcYwRhEUAKgxtAEAACGmyM6KW9inQAAAABJRU5ErkJggg==);
}

/* line 5447, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-bottom-line,
.shadow-top-line {
  position: relative;
}

/* line 5450, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-bottom-line:after,
.shadow-top-line:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: rgba(79, 79, 79, 0.09);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(79, 79, 79, 0.09)), to(transparent));
  background-image: linear-gradient(to top, rgba(79, 79, 79, 0.09), transparent);
  /*background-image: -webkit-linear-gradient(top, rgba($fusion-500, 0.09), transparent);
		background-image: linear-gradient(top, rgba($fusion-500, 0.09), transparent);*/
}

/* line 5465, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.shadow-top-line:after {
  content: "";
  top: -5px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(79, 79, 79, 0.09)));
  background-image: linear-gradient(to top, transparent, rgba(79, 79, 79, 0.09));
  /*background-image: -webkit-linear-gradient(top, transparent, rgba($fusion-500, 0.09));
		background-image: linear-gradient(top, transparent, rgba($fusion-500, 0.09));*/
}

/* press animation */
/* line 5475, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.press-scale-down {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 5478, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.press-scale-down:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

/* line 5482, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.hover-white:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 33, 41, 0.03)), to(rgba(29, 33, 41, 0.04)));
  background-image: linear-gradient(rgba(29, 33, 41, 0.03), rgba(29, 33, 41, 0.04));
}

/* line 5486, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.hover-white:active {
  background: #e7e7e7;
}

/*

	DOC: In Bootstrap there is a small snippet added by the team for IE10 in windows 8 the 
	following comments by the author states:

		IE10 in Windows (Phone) 8

		Support for responsive views via media queries is kind of borked in IE10, for
		Surface/desktop in split view and for Windows Phone 8. This particular fix
		must be accompanied by a snippet of JavaScript to sniff the user agent and
		apply some conditional CSS to *only* the Surface/desktop Windows 8. Look at
		our Getting Started page for more information on this bug.

		For more information, see the following:

		Issue: https://github.com/twbs/bootstrap/issues/10497
		Docs: http://getbootstrap.com/getting-started/#support-ie10-width
		Source: http://timkadlec.com/2013/01/windows-phone-8-and-device-width/
		Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/

		@-ms-viewport {
		width: device-width;
		}

	Solution: 
	http://msdn.microsoft.com/en-us/library/ie/hh771902(v=vs.85).aspx
	We add the following instead:

*/
/* line 5518, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body.desktop-detected {
  -ms-overflow-style: scrollbar;
}

/* Reset elms pos when js-waves-off is used */
/*.js-waves-off {
	position: relative;
    overflow: hidden;
    user-select: none;
    z-index: 0;
}*/
/*.btn {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 
				0 1px 2px rgba(0, 0, 0, 0.1);

	&:hover,
	&:active {
		box-shadow: none;
	}
}*/
/* change the white to any color ;) */
/* line 5538, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: inherit !important;
}

/* select background */
/* line 5543, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
::-moz-selection {
  background: #4f4f4f;
  color: #fff;
}

/* line 5546, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
::selection {
  background: #4f4f4f;
  color: #fff;
}

/* line 5550, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
::-moz-selection {
  background: #4f4f4f;
  color: #fff;
}

/* remove dotted line from focus */
/* line 5555, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* IE input clear field "X" input remove */
/* line 5562, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
::-ms-clear {
  width: 0;
  height: 0;
}

/* links */
/* line 5567, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
a {
  text-decoration: none !important;
}

/* touch action */
/* line 5571, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
a, area, button, [role="button"], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 5575, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
a[target]:not(.btn) {
  font-weight: 500;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration: underline !important;
}

/* btn active */
/*.btn.active, 
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}*/
/* dot bullet */
/* line 5590, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.dot {
  /*width: 4px;
	height: 4px;
	display: inline-block;
	line-height: 0;
	border-radius: 100%;*/
  font-size: 4px !important;
  margin-right: 0.5rem !important;
  margin-left: -8px !important;
}

/* forms */
/* fix alignment for custom controls */
/*.custom-control {
	display: flex;
    align-items: center;
}*/
/* line 5606, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
select.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

/* line 5612, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
select.custom-select::-ms-expand {
  display: none;
}

/* bootstrap modal remove padding */
/* you need to disable this if you do not plan on using _addon-custom-scrollbar.scss */
/* line 5617, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body.chrome.modal-open:not(.mod-main-boxed):not(.mobile-view-activated) {
  padding-right: 8px !important;
}

/* line 5620, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body.mod-main-boxed.modal-open:not(.mobile-view-activated) {
  padding-right: 0px !important;
}

/* hover adjustment for close buttons */
/* line 5624, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: inherit;
}

/* add borders to button groups */
/* line 5629, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-group .btn:not([class*="btn-outline-"]):not(.btn-icon):not(.btn-light) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 5633, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.input-group-prepend .btn:not([class*="btn-outline-"]):not(.btn-icon):not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 5636, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.input-group-append .btn:not([class*="btn-outline-"]):not(.btn-icon):not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 5639, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.btn-group-vertical .btn:not([class*="btn-outline-"]):not(:first-child),
.btn-group-vertical .btn-group {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  /* line 5645, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .text-gradient {
    background: transparent;
  }
  /* line 5647, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-minify:not(.nav-function-top) .primary-nav .nav-menu > li > a + ul:before {
    left: -0.25rem !important;
  }
  /* line 5649, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:before {
    top: -1.5rem;
  }
  /* line 5651, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .ie-only {
    display: inline-block !important;
  }
  /* line 5653, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .ie-d-none {
    display: none !important;
  }
  /* table hover */
  /* line 5656, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .table-hover tbody tr:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fffaee;
  }
  /*  Counters IE bug
		DOC: If you've ever used CSS transitions on structural elements on your page, 
		you may have noticed a case where a transition occur immideately after page load.
		As a result the user may experience the illusion of "broken page elements"

		Below solution insures that pace's indication of "everything loaded" before applying the CSS transitions
	*/
  /* line 5667, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .pace-running .page-sidebar,
.pace-running .page-sidebar *,
.pace-running .page-content-wrapper {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
  }
}

/* #MOBILE - mobile media related styles
========================================================================== */
/* contains most of the responsive styles for the app */
/********************************************************
					RESPONSIVE REFERENCES

.col-xs-	.col-sm-	.col-md-	.col-lg-	.col-xl-
<544px		≥544px		≥768px		≥992px		≥1200px

$grid-breakpoints: (
  // Extra small screen / phone
  xs: 0,
  // Small screen / phone
  sm: 544px,
  // Medium screen / tablet
  md: 768px,
  // Large screen / desktop
  lg: 992px,
  // Extra large screen / wide desktop
  xl: 1200px
) !default;

*********************************************************/
@media (min-width: 992px) {
  /* line 5699, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-header {
    padding: 0 2rem;
  }
  /* line 5701, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-content {
    padding: 1.5rem 2rem;
  }
  /* line 5703, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-content .panel {
    margin-bottom: 1.5rem;
  }
}

/*@include media-breakpoint-up(xl) {
	.page-header {
		padding: 0 $header-inner-padding-x;
	}
	.page-content {
		padding: 1.5rem 2rem;

		.card.panel {
			margin-bottom: 1.5rem;
		}
	}
}*/
@media only screen and (max-width: 992px) {
  /*html {
		font-size: 18px;
	}*/
  /* line 5722, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .dropdown-menu .dropdown-menu {
    position: static;
    padding: .5rem 0 0 .75rem;
    width: 100%;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  /* line 5734, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .show .dropdown-menu .dropdown-menu {
    visibility: visible;
  }
  /* line 5736, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .dropdown-menu .dropdown-multilevel > .dropdown-item:first-child:after {
    display: none;
  }
  /* line 5738, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  body {
    overflow-x: hidden;
  }
  /* line 5740, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-logo-text {
    font-size: 1rem;
  }
  /* line 5742, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-content-overlay {
    background: transparent;
    -webkit-transition: background 300ms;
    transition: background 300ms;
    position: fixed;
    z-index: 1001;
  }
  /* line 5748, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-wrapper {
    padding-left: 0;
    background: #fff;
  }
  /* line 5751, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-wrapper .page-header {
    padding: 0 1.5rem;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  /* line 5755, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-wrapper .page-header [data-toggle="dropdown"] + .dropdown-menu {
    right: 1.5rem;
  }
  /* line 5757, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-wrapper .page-sidebar {
    z-index: 2000;
    -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    -webkit-transform: translate3d(-16.875rem, 0, 0);
    transform: translate3d(-16.875rem, 0, 0);
    position: fixed !important;
    top: 0;
    bottom: 0;
  }
  /* line 5766, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-wrapper .page-sidebar .primary-nav {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 6.9375rem);
  }
  /* line 5771, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-wrapper .page-sidebar .primary-nav .nav-menu .dl-ref {
    vertical-align: text-top;
  }
  /* line 5773, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-wrapper .page-content {
    padding: 1.5rem 1.5rem;
    color: #222;
    font-size: 14px;
    min-height: calc(100vh - 6.9375rem);
  }
  /* line 5778, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-wrapper .page-content .breadcrumb > .breadcrumb-item {
    max-width: 80px;
  }
  /* line 5780, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-wrapper .page-content .subheader {
    margin-bottom: 1.5rem;
  }
  /* line 5782, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-wrapper .page-content .subheader .subheader-title {
    line-height: 32px;
    font-weight: 300;
  }
  /* line 5785, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-wrapper .page-content .subheader .subheader-title small {
    font-size: 68%;
    letter-spacing: normal;
    margin-top: 0px;
    overflow: hidden;
    width: calc(100% - 30px);
    font-weight: 300;
  }
  /* line 5792, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-wrapper .page-content .p-g {
    padding: 1.5rem;
  }
  /* line 5794, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-wrapper .page-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
  }
  /* line 5796, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .header-function-fixed {
    /* this was conflicting with the new DOM change where we swtiched header with nav */
    /*&:not(.nav-function-fixed) {

			.page-sidebar {
				.page-logo {
					position: absolute !important;
					top:0px !important;
				}
			}

		}*/
  }
  /* line 5808, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .header-function-fixed .page-header {
    margin-left: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
  }
  /* line 5816, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .header-function-fixed .page-header,
.header-function-fixed .page-logo {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 5820, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .header-function-fixed .page-content {
    margin-top: 4.125rem;
  }
  /* Push content */
  /* line 5823, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-sidebar {
    -webkit-transform: translate3d(-16.875rem, 0, 0);
    transform: translate3d(-16.875rem, 0, 0);
  }
  /* line 5826, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-header,
.nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-content,
.nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-footer,
.nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-footer-push {
    -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
  }
  /* Off canvas */
  /* line 5833, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-mobile-slide-out {
    min-height: 100vh !important;
    /*new*/
  }
  /* line 5836, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-mobile-slide-out .page-wrapper .page-sidebar {
    z-index: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  /* line 5842, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-mobile-slide-out .page-wrapper .page-header,
.nav-mobile-slide-out .page-wrapper .page-content,
.nav-mobile-slide-out .page-wrapper .page-footer,
.nav-mobile-slide-out .page-wrapper .page-footer-push {
    -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 5850, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .nav-mobile-slide-out .page-wrapper .page-content {
    /* min-height: calc(100vh - 6.9375rem);  no longer needed here */
    background: #fdf6f6;
  }
  /* mobile nav show & hide button */
  /* general */
  /* line 5855, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-nav-on {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden;
    height: 100vh;
    /*.page-content:before {
			content:" ";
			position:fixed;
			z-index: $space;
			background:rgba(0,0,0,0);
			display: block;
			height: 100vh;
			width: 100vw;
			left: 0;
			top: 0;
		}*/
    /* Push content */
    /* Off canvas turned ON*/
    /* 'not' is ON by default */
  }
  /* line 5874, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-nav-on .page-sidebar {
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 3px 35px 3px rgba(0, 0, 0, 0.52);
    box-shadow: 0 3px 35px 3px rgba(0, 0, 0, 0.52);
  }
  /* line 5878, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-nav-on .page-content-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.09);
  }
  /* line 5884, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-nav-on:not(.nav-mobile-push) .page-sidebar {
    -webkit-transform: translate3d(0px, 0, 0) !important;
    transform: translate3d(0px, 0, 0) !important;
  }
  /* line 5887, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-nav-on.nav-function-fixed:not(.nav-mobile-push):not(.nav-function-top) .page-sidebar {
    -webkit-transform: translate3d(0px, 0, 0) !important;
    transform: translate3d(0px, 0, 0) !important;
  }
  /* line 5890, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-nav-on.nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-sidebar {
    left: 0;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  /* line 5894, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-nav-on.nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-header,
.mobile-nav-on.nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-content,
.mobile-nav-on.nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-footer,
.mobile-nav-on.nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-footer-push {
    -webkit-transform: translate3d(16.875rem, 0, 0);
    transform: translate3d(16.875rem, 0, 0);
  }
  /* line 5900, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-nav-on.nav-mobile-slide-out .page-wrapper {
    overflow: hidden;
    /*.page-content:before {
					background:transparent !important;
				}*/
  }
  /* line 5905, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-header,
.mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-content,
.mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-footer,
.mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-footer-push {
    -webkit-transform: translate3d(16.875rem, 0, 0);
    transform: translate3d(16.875rem, 0, 0);
  }
  /* line 5911, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-content-overlay {
    background: transparent !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    left: 16.875rem;
  }
  /* line 5918, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-header,
.mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-content,
.mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-footer,
.mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-footer-push {
    -webkit-box-shadow: 0 9px 0px 0px #fdf6f6, 0 -9px 0px 0px #fdf6f6, 12px 0 15px -4px rgba(0, 0, 0, 0.32), -12px 0 15px -4px rgba(0, 0, 0, 0.32);
    box-shadow: 0 9px 0px 0px #fdf6f6, 0 -9px 0px 0px #fdf6f6, 12px 0 15px -4px rgba(0, 0, 0, 0.32), -12px 0 15px -4px rgba(0, 0, 0, 0.32);
  }
  /* line 5924, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-nav-on.nav-mobile-no-overlay .page-wrapper {
    /*.page-content:before {
					background:rgba(0,0,0,0.3);
				}*/
  }
  /* line 5928, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-nav-on.nav-mobile-no-overlay .page-wrapper .page-content-overlay {
    background: transparent;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media only screen and (max-width: 576px) {
  /* here we turn on mobile font for smaller screens */
  /*body {
		font-family: $mobile-page-font !important;
	}*/
  /* mobile nav search */
  /* line 5941, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-search-on:not(.mobile-nav-on) .page-header > * {
    display: none !important;
  }
  /* line 5943, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-search-on:not(.mobile-nav-on) .search {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 5950, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-search-on:not(.mobile-nav-on) .search .app-forms {
    display: block !important;
    position: relative !important;
    width: 100%;
  }
  /* line 5954, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-search-on:not(.mobile-nav-on) .search .app-forms .btn-search-close {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    right: 10px;
    width: 26px;
    height: 26px;
    font-size: 1rem;
  }
  /* line 5962, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field {
    border: 1px solid #de4040;
    padding-left: 1rem;
    padding-right: 3rem;
    width: 100%;
    max-width: none;
    background: #fff;
  }
  /* line 5969, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field:focus {
    border-color: #de4040;
  }
  /* line 5971, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-search-on:not(.mobile-nav-on) [data-class="mobile-nav-on"] {
    display: none !important;
  }
  /* line 5973, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-header [data-toggle="dropdown"] + .dropdown-menu {
    width: calc(100% - 2rem) !important;
    right: 1rem !important;
  }
  /* line 5976, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-header,
.page-content {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 5980, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .card[class*='p-'] .card-header,
.card[class*='p-'] .card-body {
    padding: 0 !important;
  }
  /* line 5983, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .subheader-block {
    display: none;
  }
  /* line 5985, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .primary-nav .nav-menu li a > .badge {
    font-size: 10px !important;
  }
  /* line 5987, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .card .card-header,
.card .card-body {
    padding: 1rem;
  }
  /* line 5990, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .alert,
.panel .panel-tag,
.accordion .card .card-header .card-title {
    padding: 1rem;
  }
}

/* changes content colors based on ambience light source of the user (experimental) */
/* DOCS : https://developer.mozilla.org/en-US/docs/Web/CSS/%40media/light-level */
/* The device is used in a environment with a light level in the ideal range for the screen, 
 * and which does not necessitate any particular adjustment.. */
/* The device is used in a dim environment, where excessive contrast and brightness would be 
 * distracting or uncomfortable to the reader. For example: night time, or a dimly 
 * illuminated indoor environment. */
/* The device is used in an exceptionally bright environment, causing the screen to be washed 
 * out and difficult to read. For example: bright daylight. */
/* #FORMS (customized bootstrap form elems)
========================================================================== */
/* text area */
/* line 6007, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.form-content-editable[contenteditable="true"] {
  overflow: auto;
  -webkit-user-modify: read-write-plaintext-only;
  line-height: normal;
}

/* line 6011, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.form-content-editable[contenteditable="true"]:focus {
  outline: 0;
}

/* line 6013, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.form-content-editable[contenteditable="true"]:empty:not(:focus):before {
  content: attr(data-placeholder);
  color: #8f8f8f;
}

/* line 6016, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.form-content-editable[contenteditable="true"]::-moz-selection {
  background: rgba(0, 132, 255, 0.2);
  color: #000;
}

/* line 6019, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.form-content-editable[contenteditable="true"]::selection {
  background: rgba(0, 132, 255, 0.2);
  color: #000;
}

/* line 6022, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.form-content-editable[contenteditable="true"]::-moz-selection {
  background: rgba(0, 132, 255, 0.2);
  color: #000;
}

/*.form-control:not(.form-control-sm),
.custom-select:not(.custom-select-sm),
.input-group:not(.input-group-sm) {
	min-height: calc(2.25rem + 2px);
}*/
/* line 6031, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.form-label {
  font-weight: 500;
}

/* select arrow */
/*select:not(.custom-select):not([multiple]) {
  background-image:
    linear-gradient(45deg, transparent 50%, red 60%),
    linear-gradient(135deg, red 40%, transparent 50%) !important;
  background-position:
    calc(100% - 30px) 14px,
    calc(100% - 20px) 14px,
    100% 0;
  background-size:
    10px 10px,
    10px 10px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}*/
/* fix */
/* line 6051, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 6055, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
}

/* line 6058, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
}

/* add background to focused inpur prepend and append */
/* line 6062, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.form-control:focus ~ .input-group-prepend {
  background: #de4040;
}

/* line 6065, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.has-length .input-group-text {
  border-color: #de4040;
}

/* line 6067, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.has-length .input-group-text + .input-group-text {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 6070, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.has-length .input-group-text:not([class^="bg-"]):not([class*=" bg-"]) {
  background: #de4040;
  color: #fff !important;
}

/* line 6074, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.input-group-text {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* input group animation for multiple inputs */
/* line 6079, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.input-group.input-group-multi-transition input[type="text"] {
  -webkit-transition: width 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
  transition: width 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
}

/* line 6082, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.input-group.input-group-multi-transition input[type="text"]:focus {
  width: 50%;
}

/* BS form hack for checkbox tick mark */
/* line 6086, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.custom-checkbox .custom-control-label::after {
  background-size: 50% 50%;
}

/* circle checkbox */
/* line 6090, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.custom-checkbox-circle .custom-control-label:before {
  border-radius: 50%;
}

/* rounded radio */
/* line 6094, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.custom-radio-rounded .custom-control-label:before {
  border-radius: 4px;
}

/* not sure if we need this? */
/*.custom-control {
	min-height: $custom-control-indicator-size;
}*/
/* make checked label bold */
/* line 6102, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
input[type="radio"]:checked + .custom-control-label,
input[type="checkbox"]:checked + .custom-control-label {
  font-weight: 500;
}

/* help block and validation feedback texts*/
/* line 6107, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.help-block {
  color: #8f8f8f;
}

/* on feedback error */
/* line 6111, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.help-block, .invalid-feedback, .valid-feedback {
  font-size: 0.6875rem;
  margin-top: 0.325rem;
}

/* when form group is last child show now margin */
/* line 6116, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.form-group:last-child,
.form-group:only-child {
  margin-bottom: 0;
}

/* fix alignment for generic checkbox and radio */
/* line 6121, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.form-check-input {
  margin-top: 0;
}

/* line 6124, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 6132, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.form-check {
  margin: 5px 0;
}

/* #COMPONENTS (can be removed but may or may not impact other components)
========================================================================== */
/*@import '_modules/_form-switches';*/
@media (min-width: 1399px) {
  /* line 6139, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 6142, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .header-function-fixed .page-wrapper,
.header-function-fixed .page-sidebar,
.nav-function-fixed .page-wrapper,
.nav-function-fixed .page-sidebar,
.header-function-fixed.nav-function-fixed .page-wrapper,
.header-function-fixed.nav-function-fixed .page-sidebar {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

/* #DEMO ELEMS - elements mostly used for demo (can be removed)
========================================================================== */
@media only screen and (max-width: 992px) {
  /* line 6155, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-view-activated #nff,
.mobile-view-activated #nfm,
.mobile-view-activated #nfh,
.mobile-view-activated #nft,
.mobile-view-activated #mmb {
    position: relative;
  }
  /* line 6161, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-view-activated #nff .onoffswitch-title,
.mobile-view-activated #nfm .onoffswitch-title,
.mobile-view-activated #nfh .onoffswitch-title,
.mobile-view-activated #nft .onoffswitch-title,
.mobile-view-activated #mmb .onoffswitch-title {
    color: #da9400;
    color: var(--theme-warning-900) !important;
  }
  /* line 6168, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-view-activated #nff .onoffswitch-title-desc,
.mobile-view-activated #nfm .onoffswitch-title-desc,
.mobile-view-activated #nfh .onoffswitch-title-desc,
.mobile-view-activated #nft .onoffswitch-title-desc,
.mobile-view-activated #mmb .onoffswitch-title-desc {
    color: #da9400;
    color: var(--theme-warning-900) !important;
  }
  /* line 6175, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mobile-view-activated #nff:after,
.mobile-view-activated #nfm:after,
.mobile-view-activated #nfh:after,
.mobile-view-activated #nft:after,
.mobile-view-activated #mmb:after {
    content: "DISABLED";
    font-size: 10px;
    position: absolute;
    background: #ffc241;
    background: var(--theme-warning-50);
    width: 65px;
    text-align: center;
    border: 1px solid var(--theme-warning-700);
    height: 22px;
    line-height: 20px;
    border-radius: 10px;
    display: block;
    right: 13px;
    top: 26%;
    color: #1c1c1c;
  }
}

/* line 6196, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors {
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
  /*@include theme-button-color ($theme-1-fusion, $theme-1-primary, $theme-1-info, $theme-1-success, $theme-1-warning, $theme-1-danger)*/
}

/* line 6203, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors > ul {
  height: auto;
}

/* line 6205, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors > ul > li [data-action] {
  width: 36px;
  height: 36px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 25px;
}

/* line 6211, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors > ul > li [data-action]:hover {
  opacity: 1;
}

/* line 6213, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors > ul:last-child {
  margin-right: 0;
}

/* line 6215, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-0 {
  background: #886ab5;
  -webkit-box-shadow: inset 0 0 0 3px #2ba1ff;
  box-shadow: inset 0 0 0 3px #2ba1ff;
}

/* line 6219, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-1 {
  background: #b56a9f;
}

/* line 6221, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-2 {
  background: #9fcb3d;
}

/* line 6223, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-3 {
  background: #4679cc;
}

/* line 6225, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-4 {
  background: #2198F3;
}

/* line 6227, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-5 {
  background: #6ab5b4;
}

/* line 6229, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-6 {
  background: #dd5293;
}

/* line 6231, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-7 {
  background: #868e96;
}

/* line 6233, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-8 {
  background: #7c91df;
}

/* line 6235, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-9 {
  background: #e59c6c;
}

/* line 6237, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-10 {
  background: #778c85;
}

/* line 6239, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-11 {
  background: #a2b077;
}

/* line 6241, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-12 {
  background: #7976b3;
}

/* line 6243, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-13 {
  background: #55ce5f;
}

/* line 6245, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-14 {
  background: #fbe231;
}

/* line 6247, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded.theme-colors #myapp-15 {
  background: #627ca0;
}

/* line 6250, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel:first-child h5 {
  margin-top: 0;
  padding-top: 5px;
}

/* line 6254, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel h5 {
  margin: 0;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 1rem 1rem 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  overflow: hidden;
  text-decoration: none;
  margin-top: 5px;
  color: #4f4f4f;
  text-align: left;
}

/* line 6267, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel h5 small {
  display: inline;
}

/* line 6270, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .list {
  font-weight: 400;
  min-height: 45px;
  padding: 0.25rem 1rem 0.25rem 2rem;
  color: #666666;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 6286, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .list:hover {
  color: #333333;
  background: rgba(255, 255, 255, 0.7);
}

/* line 6289, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .list:hover .onoffswitch {
  -webkit-transform: scale(1.13);
  transform: scale(1.13);
}

/* line 6292, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .list .btn-switch {
  position: absolute;
  right: 1rem;
  margin: 0;
  top: 30%;
}

/* line 6297, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .list .onoffswitch-title {
  margin-top: 0.5px;
  font-size: 0.8125rem;
  display: block;
}

/* line 6301, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .list .onoffswitch-title-desc {
  display: block;
  font-size: 0.75rem;
  color: #989da5;
  text-transform: lowercase;
}

/* line 6307, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded {
  position: relative;
  display: none;
}

/* line 6310, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded:before {
  border-bottom-color: #5c5c5c;
  bottom: 1px;
}

/* line 6313, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded > ul {
  padding: 0;
  margin: 0;
  margin: 0 0 0 1rem;
  height: 50px;
}

/* line 6318, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* line 6322, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded > ul > li [data-action] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 2px;
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 6332, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded .list {
  padding: 0;
  min-height: auto;
  margin: 0.5rem 0 0 1rem;
}

/* line 6336, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded .list .btn-switch {
  margin-top: 2px;
  top: -2px;
  right: 0;
}

/* line 6340, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.settings-panel .expanded .list:hover {
  background: transparent;
}

/* line 6343, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
#saving {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -40px;
  display: none;
}

/* localstorage success fade animation */
/* line 6351, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.saving #saving {
  display: block;
}

/* line 6354, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.saving [data-action="app-reset"] {
  opacity: 0.5;
  cursor: not-allowed !important;
}

/* line 6358, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-disp-demo tr:first-child td {
  height: 100px;
  -webkit-box-shadow: inset 0 -5px 0 rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 -5px 0 rgba(255, 255, 255, 0.8);
}

/* line 6363, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-disp-demo tr td {
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* line 6367, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-disp-demo tr td:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  font-weight: 500;
}

/* line 6372, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.cr-c {
  width: 21px;
  height: 21px;
  display: block;
  border-radius: 50%;
}

/* line 6378, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.icon-demo {
  list-style: none;
  padding: 0;
}

/* line 6381, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.icon-demo li {
  border: 1px solid #7f8995;
  padding: 10px;
  display: inline-block;
  font-size: 20px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 6px 0 0;
  text-align: center;
  background: #fff;
}

/* line 6392, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.icon-demo li:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

/* line 6396, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
code[class*="language-"],
pre[class*="language-"] {
  display: none !important;
}

/* line 6400, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.show-codes code[class*="language-"],
.show-codes pre[class*="language-"] {
  display: block !important;
}

/* line 6404, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.container-demo {
  max-width: 100%;
  width: 100%;
}

/* line 6408, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bd-example {
  position: relative;
  padding: 1rem 0;
}

/* line 6412, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}

/* line 6416, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bd-example-row .row > .col,
.bd-example-row .row > [class^=col-] {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}

/* line 6423, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bd-example-row .row + .row {
  margin-top: 1rem;
}

/* line 6426, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bd-highlight {
  background-color: rgba(86, 61, 124, 0.2);
  border: 1px solid rgba(86, 61, 124, 0.2);
}

/* line 6430, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo {
  margin: 0;
}

/* line 6432, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo > * {
  margin: 0 .375rem 1rem 0 !important;
}

/* line 6434, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo.demo-no-mb > * {
  margin-bottom: 0 !important;
}

/* line 6437, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo-v-spacing-sm > * + *,
.demo-v-spacing > * + *,
.demo-v-spacing-lg > * + * {
  margin-top: 0.875rem !important;
  margin-bottom: 0 !important;
}

/* line 6443, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo-v-spacing-sm > *,
.demo-v-spacing > *,
.demo-v-spacing-lg > * {
  margin-bottom: 0 !important;
}

/* line 6448, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo-v-spacing > * + * {
  margin-top: 1rem !important;
}

/* line 6451, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo-v-spacing-lg > * + * {
  margin-top: 1.5rem !important;
}

/* line 6454, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.demo-h-spacing > *:not(last-child):not(only-child) {
  margin-right: 1rem !important;
}

/*.demo-vh-spacing > *:not(last-child):not(only-child) {
	margin: 0 .375rem 1rem 0 !important;
}*/
/* #_extensions - Components imported in alphabetical order (remove extensions from directory if not needed)
========================================================================== */
/* line 6462, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body:not(.mod-pace-custom) .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6469, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body:not(.mod-pace-custom) .pace .pace-progress {
  background: #de4040;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/* line 6478, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body:not(.mod-pace-custom) .pace-inactive {
  display: none;
}

/* line 6481, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body.mod-pace-custom {
  /*&.pace-done {
		.page-content {
			&:before{
				z-index:-2;
				display: none;
			}
		}
	}*/
}

/* line 6490, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body.mod-pace-custom .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 45vh;
  left: 0;
  right: 0;
  height: 13px;
  border: 2px solid #fff;
  width: 15.18902rem;
  background: #fff;
  overflow: hidden;
}

/* line 6508, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body.mod-pace-custom .pace .pace-progress {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 15.18902rem;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background-color: #de4040;
  background-image: linear-gradient(135deg, #de4040 0%, #de4040 25%, #c82323 25%, #c82323 50%, #de4040 50%, #de4040 75%, #c82323 75%, #c82323 100%);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 13px 13px;
  background-clip: content-box;
  animation: loading 0.5s linear infinite;
  -o-animation: loading 0.5s linear infinite;
  -moz-animation: loading 0.5s linear infinite;
  -webkit-animation: loading 0.5s linear infinite;
}

/* line 6531, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body.mod-pace-custom .pace-inactive {
  display: none;
}

/* line 6533, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body.mod-pace-custom.pace-running .page-content:before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fdf6f6;
  z-index: 1;
}

@keyframes loading {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -13px 0;
  }
}

@-webkit-keyframes loading {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -13px 0;
  }
}

/* line 6555, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.slimScrollBar {
  border-radius: 3px !important;
}

/* line 6558, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body:not(.no-slimscroll) .custom-scroll {
  overflow: hidden;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
/* line 6568, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 6578, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.6);
  background: radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

/* line 6599, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 6603, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.waves-themed.btn-warning .waves-ripple, .waves-themed.btn-default .waves-ripple, .waves-themed.btn-outline-default .waves-ripple {
  background: rgba(0, 0, 0, 0.6);
  background: radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 70%);
}

/* line 6607, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.waves-themed.btn-primary .waves-ripple, .waves-themed.btn-outline-primary .waves-ripple, .waves-themed.btn-info .waves-ripple, .waves-themed.btn-outline-info .waves-ripple, .waves-themed.btn-danger .waves-ripple, .waves-themed.btn-outline-danger .waves-ripple, .waves-themed.btn-success .waves-ripple, .waves-themed.btn-outline-success .waves-ripple, .waves-themed.btn-dark .waves-ripple, .waves-themed.btn-outline-dark .waves-ripple {
  background: rgba(255, 255, 255, 0.6);
  background: radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
}

/* line 6611, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-sidebar .primary-nav .nav-menu li a.waves-themed .waves-ripple {
  background: rgba(70, 12, 12, 0.6);
  background: radial-gradient(rgba(70, 12, 12, 0.2) 0, rgba(70, 12, 12, 0.3) 40%, rgba(70, 12, 12, 0.4) 50%, rgba(70, 12, 12, 0.5) 60%, rgba(70, 12, 12, 0) 70%);
}

/* line 6615, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.panel-hdr:not([class^="bg-"]):not([class*=" bg-"]) .waves-themed.btn-toolbar-master .waves-ripple,
.waves-themed.nav-link .waves-ripple {
  background: rgba(222, 64, 64, 0.6);
  background: radial-gradient(rgba(222, 64, 64, 0.2) 0, rgba(222, 64, 64, 0.3) 40%, rgba(222, 64, 64, 0.4) 50%, rgba(222, 64, 64, 0.5) 60%, rgba(222, 64, 64, 0) 70%);
}

/* #ANIMATION - CSS animations and keyframes
========================================================================== */
@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes delayed {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes delayed {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes subtle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@-webkit-keyframes subtle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@-webkit-keyframes highlight {
  from {
    background: #ffebc1;
  }
  to {
    background: transparent;
  }
}

@keyframes highlight {
  from {
    background: #ffebc1;
  }
  to {
    background: transparent;
  }
}

/* line 6670, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.highlight {
  -webkit-animation: highlight 1.5s;
  animation: highlight 1.5s;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*.spinner {
  margin: 5px;
  height: 20px;
  width: 20px;
  animation: rotate 0.7s infinite linear;
  border: 2px solid $color-primary;
  border-right-color: transparent;
  border-radius: 50%;
}*/
/* line 6697, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fa-spin-4x {
  -webkit-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
}

/* line 6701, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fa-spin-2x {
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

/*=== Animations start here  ===*/
/*=== FADE IN DOWN ===*/
@-webkit-keyframes animateFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animateFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*==== FADE IN UP ===*/
@-webkit-keyframes animateFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animateFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes animateFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animateFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*==== FADE IN RIGHT ===*/
@-webkit-keyframes animateFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animateFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* remove transition delay */
/* line 6791, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.no-transition-delay {
  -webkit-transition-delay: 0ms !important;
  transition-delay: 0ms !important;
}

/* fade transitions for page elements */
/* line 6796, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-content > .alert {
  animation: animateFadeInUp 0.3s;
  -webkit-animation: animateFadeInUp 0.3s;
}

/* line 6800, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-content > .card,
.page-content > .row {
  animation: animateFadeInUp 0.7s;
  -webkit-animation: animateFadeInUp 0.7s;
}

/* line 6805, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.tab-content > .active:not(.fade) {
  animation: animateFadeInUp 0.5s;
  -webkit-animation: animateFadeInUp 0.5s;
}

/* repeated transitions */
/* line 6810, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fadeinup {
  animation: animateFadeInUp 0.5s;
  -webkit-animation: animateFadeInUp 0.5s;
}

/* line 6814, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fadeindown {
  animation: animateFadeInDown 0.5s;
  -webkit-animation: animateFadeInDown 0.5s;
}

/* line 6818, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fadeinleft {
  animation: animateFadeInLeft 0.5s;
  -webkit-animation: animateFadeInLeft 0.5s;
}

/* line 6822, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.fadeinright {
  animation: animateFadeInRight 0.5s;
  -webkit-animation: animateFadeInRight 0.5s;
}

/* #MODS - Layout manipulation
========================================================================== */
@media (min-width: 1399px) {
  /* line 6829, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.mod-bg-1 [data-class="mod-bg-1"]:before,
.mod-main-boxed.mod-bg-2 [data-class="mod-bg-2"]:before,
.mod-main-boxed.mod-bg-3 [data-class="mod-bg-3"]:before,
.mod-main-boxed.mod-bg-4 [data-class="mod-bg-4"]:before,
.mod-main-boxed.mod-bg-none [data-class="mod-bg-none"]:before {
    content: " ";
    display: block;
    border-radius: 50%;
    background: inherit;
    background-image: none;
    border: 2px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 15px;
    left: 15px;
    height: 20px;
    width: 20px;
  }
  /* line 6845, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.mod-bg-1 [data-class="mod-bg-1"]:after,
.mod-main-boxed.mod-bg-2 [data-class="mod-bg-2"]:after,
.mod-main-boxed.mod-bg-3 [data-class="mod-bg-3"]:after,
.mod-main-boxed.mod-bg-4 [data-class="mod-bg-4"]:after,
.mod-main-boxed.mod-bg-none [data-class="mod-bg-none"]:after {
    content: " ";
    height: inherit;
    width: inherit;
    border: 5px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
  }
  /* line 6858, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed .settings-panel .expanded {
    display: block;
  }
  /* line 6860, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed .settings-panel .expanded > ul > li {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  /* line 6864, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed .settings-panel .expanded > ul > li [data-action][data-class="mod-bg-1"] {
    background-image: url(/../img/backgrounds/prev-bg-1.png);
  }
  /* line 6866, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed .settings-panel .expanded > ul > li [data-action][data-class="mod-bg-2"] {
    background-image: url(/../img/backgrounds/prev-bg-2.png);
  }
  /* line 6868, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed .settings-panel .expanded > ul > li [data-action][data-class="mod-bg-3"] {
    background-image: url(/../img/backgrounds/prev-bg-3.png);
  }
  /* line 6870, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed .settings-panel .expanded > ul > li [data-action][data-class="mod-bg-4"] {
    background-image: url(/../img/backgrounds/prev-bg-4.png);
  }
  /* line 6872, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed .settings-panel .expanded > ul > li:last-child [data-action="toggle"] {
    margin-right: 0;
  }
  /* line 6874, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.mod-bg-1 {
    background-image: url(/../img/backgrounds/bg-1.png);
  }
  /* line 6876, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.mod-bg-2 {
    background-image: url(/../img/backgrounds/bg-2.png);
  }
  /* line 6878, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.mod-bg-3 {
    background-image: url(/../img/backgrounds/bg-3.png);
  }
  /* line 6880, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.mod-bg-4 {
    background-image: url(/../img/backgrounds/bg-4.png);
  }
  /* line 6882, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.mod-fixed-bg {
    background-attachment: fixed;
  }
}

/* line 6885, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-clean-page-bg:not(.mod-skin-dark) .page-content-wrapper {
  background: #fff !important;
}

/* line 6888, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-clean-page-bg:not(.mod-skin-dark) .page-header {
  border-bottom-color: rgba(226, 86, 86, 0.13);
}

/* line 6891, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-color-blind .page-wrapper {
  -webkit-filter: grayscale(65%);
  filter: grayscale(55%);
}

/* line 6895, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-color-blind .active[class*="btn-"] {
  background-image: none !important;
}

/* line 6898, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-disable-animation *,
.mod-disable-animation *:before,
.mod-disable-animation *:after {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

/* line 6906, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-hide-info-card {
  /*.page-logo {
		border-bottom: 1px solid lighten($header-logo-border-bottom, 13%);
	}*/
}

/* line 6910, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-hide-info-card .page-sidebar .info-card {
  display: none;
}

/* line 6913, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu a > [class*='fa-'],
.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu a > .ni,
.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu a > img {
  display: none;
}

/* line 6918, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu a > .badge {
  right: 40px;
  left: auto;
  top: 30%;
}

/* line 6923, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu span > [class*='fa-'],
.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu span > .ni,
.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu span > img {
  display: none;
}

/* line 6928, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu .dl-ref {
  display: none;
}

/* line 6931, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu li > ul > li > a {
  padding-left: 2.9375rem;
}

/* line 6933, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu li > ul > li > a + ul > li > a {
  padding-left: 4.1875rem;
}

/* line 6936, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-high-contrast:not(.mod-skin-dark) .nav-menu li a,
.mod-high-contrast:not(.mod-skin-dark) .nav-title,
.mod-high-contrast:not(.mod-skin-dark) .nav-menu li a [class*='fa-'],
.mod-high-contrast:not(.mod-skin-dark) .nav-menu li a .ni,
.mod-high-contrast:not(.mod-skin-dark) .dl-ref,
.mod-high-contrast:not(.mod-skin-dark) .btn {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  color: #fff !important;
  font-weight: 500 !important;
}

/* line 6946, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-high-contrast:not(.mod-skin-dark) .subheader-title,
.mod-high-contrast:not(.mod-skin-dark) h1,
.mod-high-contrast:not(.mod-skin-dark) h2,
.mod-high-contrast:not(.mod-skin-dark) h3,
.mod-high-contrast:not(.mod-skin-dark) h4,
.mod-high-contrast:not(.mod-skin-dark) h5,
.mod-high-contrast:not(.mod-skin-dark) .settings-panel-title a,
.mod-high-contrast:not(.mod-skin-dark) .panel-header,
.mod-high-contrast:not(.mod-skin-dark) .badge-detached,
.mod-high-contrast:not(.mod-skin-dark) .btn-secondary,
.mod-high-contrast:not(.mod-skin-dark) .btn-default,
.mod-high-contrast:not(.mod-skin-dark) .page-header .btn,
.mod-high-contrast:not(.mod-skin-dark) [class*="btn-outline-"] {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  color: #000 !important;
  font-weight: 500;
}

/* line 6963, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-high-contrast:not(.mod-skin-dark) .subheader-title small,
.mod-high-contrast:not(.mod-skin-dark) .breadcrumb > li > a,
.mod-high-contrast:not(.mod-skin-dark) .page-content,
.mod-high-contrast:not(.mod-skin-dark) h1 small,
.mod-high-contrast:not(.mod-skin-dark) h2 small,
.mod-high-contrast:not(.mod-skin-dark) h3 small,
.mod-high-contrast:not(.mod-skin-dark) h4 small,
.mod-high-contrast:not(.mod-skin-dark) h5,
.mod-high-contrast:not(.mod-skin-dark) h6,
.mod-high-contrast:not(.mod-skin-dark) p,
.mod-high-contrast:not(.mod-skin-dark) .btn-switch + .onoffswitch-title,
.mod-high-contrast:not(.mod-skin-dark) .onoffswitch-title + .onoffswitch-title-desc,
.mod-high-contrast:not(.mod-skin-dark) .panel-container,
.mod-high-contrast:not(.mod-skin-dark) .panel-header .btn {
  text-shadow: none;
  color: #000 !important;
  font-weight: normal !important;
}

/* line 6981, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-lean-subheader .subheader {
  margin: 0;
}

/* line 6983, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-lean-subheader .subheader .subheader-title {
  margin-top: 0;
  font-size: 1rem;
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}

/* line 6990, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-lean-subheader .subheader .subheader-title:not(:only-child) {
  margin-top: 23px;
}

/* line 6992, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-lean-subheader .subheader .subheader-title small {
  font-size: 0.875rem;
  display: inline-block;
  text-transform: capitalize;
}

/* line 6996, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-lean-subheader .subheader .subheader-title small:before {
  content: " - ";
}

/* line 6998, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-lean-subheader .subheader .breadcrumb {
  position: absolute;
  top: 0;
}

@media (min-width: 1399px) {
  /* line 7003, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed {
    /*
		why did we add this again?
		this was buggy when open modal with mod main boxed then click on logo for the dropdown, it won't close
		&.nav-function-fixed:not(.nav-function-top):not(.header-function-fixed) {
			.page-sidebar {
				transform: translateX(0) !important;
				box-shadow: none;
			}

			.page-wrapper {
				transform: translateX(0) !important;
			}

		}*/
  }
  /* line 7018, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed .page-wrapper {
    max-width: 1399px;
    margin: 0 auto;
  }
  /* line 7021, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed:not(.nav-function-top) #nff {
    position: relative;
  }
  /* line 7023, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed:not(.nav-function-top) #nff .onoffswitch-title {
    color: #da9400;
    color: var(--theme-warning-900);
  }
  /* line 7026, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed:not(.nav-function-top) #nff .onoffswitch-title-desc {
    color: #da9400;
    color: var(--theme-warning-900);
  }
  /* line 7029, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed:not(.nav-function-top) #nff:after {
    content: "DISABLED";
    display: block;
    position: absolute;
    background: #ffc241;
    background: var(--theme-warning-50);
    font-size: 0.625rem;
    width: 65px;
    text-align: center;
    border: 1px solid var(--theme-warning-700);
    height: 22px;
    line-height: 20px;
    border-radius: 10px;
    right: 13px;
    top: 26%;
    color: #1c1c1c;
  }
  /* line 7045, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.header-function-fixed .page-wrapper .page-header {
    width: 100%;
    max-width: 1397px;
    margin: 0 auto !important;
  }
  /* line 7049, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.header-function-fixed:not(.nav-function-top):not(.nav-function-fixed) .page-wrapper .page-sidebar {
    position: absolute !important;
    top: 0;
    bottom: 0;
  }
  /* line 7053, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.header-function-fixed:not(.nav-function-top):not(.nav-function-hidden):not(.nav-function-minify) .page-wrapper .page-header {
    padding-left: 18.875rem;
  }
  /* line 7055, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.header-function-fixed:not(.nav-function-top):not(.nav-function-hidden):not(.nav-function-minify):not(.nav-function-fixed) .page-content,
.mod-main-boxed.header-function-fixed:not(.nav-function-top):not(.nav-function-hidden):not(.nav-function-minify):not(.nav-function-fixed) .page-footer {
    margin-left: 16.875rem;
  }
  /* line 7058, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.header-function-fixed.nav-function-minify:not(.nav-function-top):not(.nav-function-hidden) .page-wrapper .page-header {
    padding-left: 6.6875rem;
  }
  /* line 7060, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.header-function-fixed.nav-function-minify:not(.nav-function-top):not(.nav-function-hidden) .page-wrapper .page-content-wrapper {
    margin-left: 4.6875rem;
  }
  /* line 7062, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.nav-function-hidden:not(.nav-function-top) .page-sidebar:after {
    position: absolute;
    left: 16.875rem;
  }
  /* line 7065, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.nav-function-hidden.nav-function-minify .page-sidebar:after {
    position: absolute;
    left: 4.6875rem;
  }
  /* line 7068, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.nav-function-fixed:not(.nav-function-top) .page-wrapper .page-sidebar {
    position: absolute;
  }
  /* line 7070, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.nav-function-fixed:not(.nav-function-top) .page-wrapper .page-sidebar .page-logo {
    position: fixed;
    top: 0;
    z-index: 950;
    -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
  }
  /* line 7076, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.nav-function-fixed:not(.nav-function-top) .page-wrapper .page-sidebar .primary-nav {
    margin-top: 4.125rem;
  }
  /* line 7078, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed.nav-function-fixed.nav-function-hidden:not(.nav-function-top) .page-logo {
    position: absolute !important;
    -webkit-transition: none;
    transition: none;
  }
  /* line 7082, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed .page-wrapper {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 5px 0 20px 0px rgba(0, 0, 0, 0.1), -5px 0 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 20px 0px rgba(0, 0, 0, 0.1), -5px 0 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
  }
  /* line 7089, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .mod-main-boxed:not(.header-function-fixed):not(.nav-function-top):not(.modal-open):not(.panel-fullscreen):not(.footer-function-fixed) .page-wrapper {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
}

/* Hierarchical Navigation */
/* line 7094, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li a > .dl-ref:first-child {
  margin-left: 0 !important;
}

/* line 7097, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul {
  /* addressing all second, third children */
}

/* line 7099, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 2.5625rem;
  top: 44px;
  bottom: 0;
  border-left: 1px solid #a72525;
}

/* line 7108, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul > li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #d54444;
  left: 2.4rem;
  top: calc(50% - 0.3rem);
  border: 1px solid #333;
  border-radius: 50%;
  z-index: 1;
}

/* line 7120, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul > li a:hover:after {
  border-color: transparent;
}

/* line 7122, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul > li li > a:after {
  content: "";
  display: none;
}

/* line 7125, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul li a i {
  margin-left: 0 !important;
}

/* line 7128, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-nav-dark:not(.mod-skin-dark) .page-sidebar {
  background-color: #1c1c1c;
}

/* line 7131, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-nav-dark.nav-function-top:not(.mod-skin-dark) .page-sidebar .primary-nav .nav-menu > li a:not(:hover):not(focus) {
  color: #e89797;
}

/* line 7134, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-nav-dark.mod-skin-dark:not(.mod-skin-dark):not(.mod-skin-light) .page-logo {
  border-bottom: inherit;
}

/* mod smartpanel icons */
/* line 7138, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-panel-icon [role="widget"] .btn-panel {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: inherit;
  background: none !important;
  position: relative;
  height: 2rem;
  width: 2rem;
  font-size: 1rem;
  opacity: 0.7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  border-radius: 0.25rem;
  text-align: center;
  -webkit-transition: none;
  transition: none;
}

/* line 7165, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-panel-icon [role="widget"] .btn-panel:hover {
  opacity: 1;
}

/* line 7167, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-panel-icon [role="widget"] .btn-panel:active {
  font-size: 0.9rem;
}

/* line 7169, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-panel-icon [role="widget"] .btn-panel.js-panel-collapse:before, .mod-panel-icon [role="widget"] .btn-panel.js-panel-fullscreen:before, .mod-panel-icon [role="widget"] .btn-panel.js-panel-close:before {
  background: transparent;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
}

/* line 7189, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-panel-icon [role="widget"] .btn-panel.js-panel-collapse:before {
  content: "\f068";
}

/* line 7191, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-panel-icon [role="widget"] .btn-panel.js-panel-fullscreen:before {
  content: "\f065";
}

/* line 7193, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-panel-icon [role="widget"] .btn-panel.js-panel-close:before {
  content: "\f00d";
}

/* line 7196, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-panel-icon .panel-collapsed[role="widget"] .js-panel-collapse:before {
  content: "\f067" !important;
}

/* line 7199, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-panel-icon .panel-fullscreen[role="widget"] .js-panel-fullscreen {
  font-size: 1.5rem;
}

/* line 7201, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-panel-icon .panel-fullscreen[role="widget"] .js-panel-fullscreen:before {
  content: "\f066";
}

/* line 7204, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
html:not(.root-text-sm):not(.root-text-lg):not(.root-text-xl) [data-class="root-text"] {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 7208, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.root-text-sm {
  font-size: 15px;
}

/* line 7210, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.root-text-sm [data-class="root-text-sm"] {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

/* line 7214, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.root-text-lg {
  font-size: 17px;
}

/* line 7216, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.root-text-lg [data-class="root-text-lg"] {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

/* line 7220, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.root-text-xl {
  font-size: 18px;
}

/* line 7222, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.root-text-xl [data-class="root-text-xl"] {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

/* line 7226, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.mod-bigger-font {
  font-size: 18px;
}

/* #COLORS - we place this here so it can override other colors as needed
========================================================================== */
/* line 7231, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-50 {
  background-color: #f1adad;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7234, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7237, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-100 {
  background-color: #ed9797;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7240, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7243, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-200 {
  background-color: #e98181;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7246, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7249, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-300 {
  background-color: #e66b6b;
  color: white;
}

/* line 7252, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-300:hover {
  color: white;
}

/* line 7255, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-400 {
  background-color: #e25656;
  color: white;
}

/* line 7258, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-400:hover {
  color: white;
}

/* line 7261, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-500 {
  background-color: #de4040;
  color: white;
}

/* line 7264, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-500:hover {
  color: white;
}

/* line 7267, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-600 {
  background-color: #da2a2a;
  color: white;
}

/* line 7270, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-600:hover {
  color: white;
}

/* line 7273, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-700 {
  background-color: #c82323;
  color: white;
}

/* line 7276, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-700:hover {
  color: white;
}

/* line 7279, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-800 {
  background-color: #b31f1f;
  color: white;
}

/* line 7282, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-800:hover {
  color: white;
}

/* line 7285, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-900 {
  background-color: #9d1b1b;
  color: white;
}

/* line 7288, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-900:hover {
  color: white;
}

/* line 7291, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-primary-50 {
  color: #f1adad;
}

/* line 7294, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-primary-100 {
  color: #ed9797;
}

/* line 7297, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-primary-200 {
  color: #e98181;
}

/* line 7300, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-primary-300 {
  color: #e66b6b;
}

/* line 7303, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-primary-400 {
  color: #e25656;
}

/* line 7306, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-primary-500 {
  color: #de4040;
}

/* line 7309, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-primary-600 {
  color: #da2a2a;
}

/* line 7312, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-primary-700 {
  color: #c82323;
}

/* line 7315, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-primary-800 {
  color: #b31f1f;
}

/* line 7318, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-primary-900 {
  color: #9d1b1b;
}

/* line 7321, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-50 {
  background-color: #7aece0;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7324, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7327, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-100 {
  background-color: #63e9db;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7330, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7333, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-200 {
  background-color: #4de5d5;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7336, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7339, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-300 {
  background-color: #37e2d0;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7342, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7345, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-400 {
  background-color: #21dfcb;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7348, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-400:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7351, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-500 {
  background-color: #1dc9b7;
  color: white;
}

/* line 7354, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-500:hover {
  color: white;
}

/* line 7357, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-600 {
  background-color: #1ab3a3;
  color: white;
}

/* line 7360, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-600:hover {
  color: white;
}

/* line 7363, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-700 {
  background-color: #179c8e;
  color: white;
}

/* line 7366, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-700:hover {
  color: white;
}

/* line 7369, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-800 {
  background-color: #13867a;
  color: white;
}

/* line 7372, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-800:hover {
  color: white;
}

/* line 7375, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-900 {
  background-color: #107066;
  color: white;
}

/* line 7378, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-900:hover {
  color: white;
}

/* line 7381, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-success-50 {
  color: #7aece0;
}

/* line 7384, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-success-100 {
  color: #63e9db;
}

/* line 7387, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-success-200 {
  color: #4de5d5;
}

/* line 7390, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-success-300 {
  color: #37e2d0;
}

/* line 7393, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-success-400 {
  color: #21dfcb;
}

/* line 7396, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-success-500 {
  color: #1dc9b7;
}

/* line 7399, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-success-600 {
  color: #1ab3a3;
}

/* line 7402, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-success-700 {
  color: #179c8e;
}

/* line 7405, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-success-800 {
  color: #13867a;
}

/* line 7408, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-success-900 {
  color: #107066;
}

/* line 7411, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-50 {
  background-color: #9acffa;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7414, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7417, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-100 {
  background-color: #82c4f8;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7420, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7423, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-200 {
  background-color: #6ab8f7;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7426, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7429, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-300 {
  background-color: #51adf6;
  color: white;
}

/* line 7432, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-300:hover {
  color: white;
}

/* line 7435, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-400 {
  background-color: #39a1f4;
  color: white;
}

/* line 7438, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-400:hover {
  color: white;
}

/* line 7441, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-500 {
  background-color: #2196F3;
  color: white;
}

/* line 7444, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-500:hover {
  color: white;
}

/* line 7447, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-600 {
  background-color: #0d8aee;
  color: white;
}

/* line 7450, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-600:hover {
  color: white;
}

/* line 7453, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-700 {
  background-color: #0c7cd5;
  color: white;
}

/* line 7456, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-700:hover {
  color: white;
}

/* line 7459, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-800 {
  background-color: #0a6ebd;
  color: white;
}

/* line 7462, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-800:hover {
  color: white;
}

/* line 7465, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-900 {
  background-color: #0960a5;
  color: white;
}

/* line 7468, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-900:hover {
  color: white;
}

/* line 7471, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-info-50 {
  color: #9acffa;
}

/* line 7474, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-info-100 {
  color: #82c4f8;
}

/* line 7477, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-info-200 {
  color: #6ab8f7;
}

/* line 7480, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-info-300 {
  color: #51adf6;
}

/* line 7483, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-info-400 {
  color: #39a1f4;
}

/* line 7486, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-info-500 {
  color: #2196F3;
}

/* line 7489, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-info-600 {
  color: #0d8aee;
}

/* line 7492, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-info-700 {
  color: #0c7cd5;
}

/* line 7495, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-info-800 {
  color: #0a6ebd;
}

/* line 7498, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-info-900 {
  color: #0960a5;
}

/* line 7501, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-50 {
  background-color: #ffebc1;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7504, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7507, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-100 {
  background-color: #ffe3a7;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7510, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7513, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-200 {
  background-color: #ffdb8e;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7516, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7519, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-300 {
  background-color: #ffd274;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7522, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7525, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-400 {
  background-color: #ffca5b;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7528, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-400:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7531, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-500 {
  background-color: #ffc241;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7534, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-500:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7537, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-600 {
  background-color: #ffba28;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7540, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-600:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7543, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-700 {
  background-color: #ffb20e;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7546, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-700:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7549, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-800 {
  background-color: #f4a500;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7552, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-800:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7555, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-900 {
  background-color: #da9400;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7558, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-900:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7561, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-warning-50 {
  color: #ffebc1;
}

/* line 7564, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-warning-100 {
  color: #ffe3a7;
}

/* line 7567, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-warning-200 {
  color: #ffdb8e;
}

/* line 7570, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-warning-300 {
  color: #ffd274;
}

/* line 7573, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-warning-400 {
  color: #ffca5b;
}

/* line 7576, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-warning-500 {
  color: #ffc241;
}

/* line 7579, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-warning-600 {
  color: #ffba28;
}

/* line 7582, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-warning-700 {
  color: #ffb20e;
}

/* line 7585, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-warning-800 {
  color: #f4a500;
}

/* line 7588, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-warning-900 {
  color: #da9400;
}

/* line 7591, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-50 {
  background-color: #feb7d9;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7594, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7597, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-100 {
  background-color: #fe9ecb;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7600, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7603, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-200 {
  background-color: #fe85be;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7606, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7609, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-300 {
  background-color: #fe6bb0;
  color: rgba(0, 0, 0, 0.8);
}

/* line 7612, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 7615, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-400 {
  background-color: #fd52a3;
  color: white;
}

/* line 7618, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-400:hover {
  color: white;
}

/* line 7621, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-500 {
  background-color: #fd3995;
  color: white;
}

/* line 7624, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-500:hover {
  color: white;
}

/* line 7627, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-600 {
  background-color: #fd2087;
  color: white;
}

/* line 7630, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-600:hover {
  color: white;
}

/* line 7633, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-700 {
  background-color: #fc077a;
  color: white;
}

/* line 7636, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-700:hover {
  color: white;
}

/* line 7639, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-800 {
  background-color: #e7026e;
  color: white;
}

/* line 7642, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-800:hover {
  color: white;
}

/* line 7645, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-900 {
  background-color: #ce0262;
  color: white;
}

/* line 7648, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-900:hover {
  color: white;
}

/* line 7651, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-danger-50 {
  color: #feb7d9;
}

/* line 7654, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-danger-100 {
  color: #fe9ecb;
}

/* line 7657, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-danger-200 {
  color: #fe85be;
}

/* line 7660, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-danger-300 {
  color: #fe6bb0;
}

/* line 7663, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-danger-400 {
  color: #fd52a3;
}

/* line 7666, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-danger-500 {
  color: #fd3995;
}

/* line 7669, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-danger-600 {
  color: #fd2087;
}

/* line 7672, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-danger-700 {
  color: #fc077a;
}

/* line 7675, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-danger-800 {
  color: #e7026e;
}

/* line 7678, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-danger-900 {
  color: #ce0262;
}

/* line 7681, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-50 {
  background-color: #8f8f8f;
  color: white;
}

/* line 7684, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-50:hover {
  color: white;
}

/* line 7687, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-100 {
  background-color: #828282;
  color: white;
}

/* line 7690, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-100:hover {
  color: white;
}

/* line 7693, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-200 {
  background-color: #767676;
  color: white;
}

/* line 7696, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-200:hover {
  color: white;
}

/* line 7699, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-300 {
  background-color: dimgray;
  color: white;
}

/* line 7702, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-300:hover {
  color: white;
}

/* line 7705, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-400 {
  background-color: #5c5c5c;
  color: white;
}

/* line 7708, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-400:hover {
  color: white;
}

/* line 7711, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-500 {
  background-color: #4f4f4f;
  color: white;
}

/* line 7714, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-500:hover {
  color: white;
}

/* line 7717, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-600 {
  background-color: #434343;
  color: white;
}

/* line 7720, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-600:hover {
  color: white;
}

/* line 7723, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-700 {
  background-color: #363636;
  color: white;
}

/* line 7726, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-700:hover {
  color: white;
}

/* line 7729, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-800 {
  background-color: #292929;
  color: white;
}

/* line 7732, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-800:hover {
  color: white;
}

/* line 7735, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-900 {
  background-color: #1c1c1c;
  color: white;
}

/* line 7738, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-900:hover {
  color: white;
}

/* line 7741, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-fusion-50 {
  color: #8f8f8f;
}

/* line 7744, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-fusion-100 {
  color: #828282;
}

/* line 7747, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-fusion-200 {
  color: #767676;
}

/* line 7750, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-fusion-300 {
  color: dimgray;
}

/* line 7753, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-fusion-400 {
  color: #5c5c5c;
}

/* line 7756, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-fusion-500 {
  color: #4f4f4f;
}

/* line 7759, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-fusion-600 {
  color: #434343;
}

/* line 7762, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-fusion-700 {
  color: #363636;
}

/* line 7765, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-fusion-800 {
  color: #292929;
}

/* line 7768, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-fusion-900 {
  color: #1c1c1c;
}

/* line 7771, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-white {
  color: #fff;
}

/* line 7774, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.color-black {
  color: #222222;
}

/* line 7777, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-primary-gradient {
  background-image: linear-gradient(250deg, rgba(157, 27, 27, 0.7), transparent);
}

/* line 7780, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-danger-gradient {
  background-image: linear-gradient(250deg, rgba(206, 2, 98, 0.7), transparent);
}

/* line 7783, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-info-gradient {
  background-image: linear-gradient(250deg, rgba(9, 96, 165, 0.7), transparent);
}

/* line 7786, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-warning-gradient {
  background-image: linear-gradient(250deg, rgba(218, 148, 0, 0.7), transparent);
}

/* line 7789, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-success-gradient {
  background-image: linear-gradient(250deg, rgba(16, 112, 102, 0.7), transparent);
}

/* line 7792, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.bg-fusion-gradient {
  background-image: linear-gradient(250deg, rgba(28, 28, 28, 0.7), transparent);
}

/* #APP related modules (print, fullscreen, etc)
========================================================================== */
/* Custom Webkit Scrollbar */
/* http://css-tricks.com/custom-scrollbars-in-webkit/ */
/* line 7799, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body:not(.mobile-detected)::-webkit-scrollbar,
body.modal-open:not(.mobile-detected) .modal::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

/* line 7804, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body:not(.mobile-detected)::-webkit-scrollbar:hover,
body.modal-open:not(.mobile-detected) .modal::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.01);
}

/* line 7808, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body:not(.mobile-detected)::-webkit-scrollbar-track-piece,
body.modal-open:not(.mobile-detected) .modal::-webkit-scrollbar-track-piece {
  background-color: #efefef;
}

/* line 7812, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body:not(.mobile-detected)::-webkit-scrollbar-track-piece:hover,
body.modal-open:not(.mobile-detected) .modal::-webkit-scrollbar-track-piece:hover {
  background-color: #d0d0d0;
}

/* line 7816, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body:not(.mobile-detected)::-webkit-scrollbar-thumb:vertical,
body.modal-open:not(.mobile-detected) .modal::-webkit-scrollbar-thumb:vertical {
  background-color: #828282;
}

/* line 7820, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
body:not(.mobile-detected)::-webkit-scrollbar-thumb:vertical:hover,
body.modal-open:not(.mobile-detected) .modal::-webkit-scrollbar-thumb:vertical:hover {
  background-color: dimgray;
}

/* 
 * Left Panel custom scroll 
 */
/* line 7827, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-sidebar .primary-nav::-webkit-scrollbar-track-piece {
  background-color: #efefef;
}

/* line 7830, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-sidebar .primary-nav::-webkit-scrollbar-thumb:vertical {
  background-color: #666;
}

/* line 7833, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-sidebar .primary-nav::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

/* line 7837, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-sidebar .primary-nav:hover::-webkit-scrollbar-corner {
  width: 40px;
}

/* line 7840, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-sidebar .primary-nav::-webkit-scrollbar-track-piece {
  background-color: #efefef;
}

/* line 7843, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
.page-sidebar .primary-nav::-webkit-scrollbar-thumb:vertical {
  background-color: #666;
}

/* line 7846, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
:-webkit-full-screen [data-action="app-fullscreen"] {
  color: #cccccc;
}

/* line 7849, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
:-moz-full-screen [data-action="app-fullscreen"] {
  color: #cccccc;
}

@media print {
  @page {
    size: letter portrait;
    margin: 1cm;
    padding: 0;
    border: none;
    border-collapse: collapse;
  }
  /**:not(.keep-print-font) {
    	color:#333 !important;
    	background: transparent !important;
    	font-family: Arial, Helvetica, sans-serif !important;
    	letter-spacing: normal !important;
    	font-size: 10pt !important;
    	line-height: 1.7 !important;
    	text-transform: none !important;
    	transition: none !important;
    }*/
  /* line 7869, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  table {
    font-size: 80%;
  }
  /* line 7871, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .card,
.card-body,
.container {
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
  }
  /* line 7878, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  a:link {
    font-weight: bold;
    text-decoration: underline;
    color: #06c;
  }
  /* line 7882, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .subheader-title {
    font-size: 14pt !important;
  }
  /* line 7884, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .subheader-title small {
    font-size: 12pt !important;
  }
  /* line 7886, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important;
  }
  /* line 7888, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-sidebar,
.btn,
.page-header,
.page-footer {
    display: none !important;
  }
  /* line 7893, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .page-wrapper,
.page-content,
.container.card {
    padding: 0;
    display: block;
    margin: 0;
    border: 0 !important;
    width: auto;
    float: none;
  }
  /* line 7902, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .panel-header > * {
    font-weight: bold !important;
  }
  /* line 7904, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .card.panel {
    border-color: #333 !important;
  }
  /* line 7906, vendor/assets/stylesheets/smartadmin/app.bundle.scss */
  .clearfix:after {
    content: '';
    clear: both;
    display: table;
  }
}

/* #OVERRIDE - You can override any of the variables through this file
========================================================================== */
@charset "UTF-8";
/* #THEME COLOR (variable overrides)
========================================================================== */
/* #GLOBAL IMPORTS
========================================================================== */
/* #IMPORTS ~~
========================================================================== */
/*---------------------------------------------------
    SASS ELements (based on LESS Elements 0.9 http://lesselements.com)
  -------------------------------- -------------------
    LESS ELEMENTS made by Dmitry Fadeyev (http://fadeyev.net)
    SASS port by Samuel Beek (http://samuelbeek.com)
  ---------------------------------------------------*/
/*------------------------
    Usage

  $color-white: hexToRGBString(#fff) => "255,255,255"
  $color-white: hexToRGBString(rgb(255,255,255)) => "255,255,255"
  $color-white: hexToRGBString(rgba(#fff,1)) => "255,255,255"

------------------------*/
/*------------------------
    Usage

    h1 {
      font-size: rem(32);
    }

    OR:

    h1 {
      font-size: rem(32px);
    }
------------------------*/
/*------------------------
  FADE IN
  e.g. @include fadeIn( 2s );
------------------------*/
/*------------------------
mixin that calculates if text needs to be light or dark
depending on the background color passed.

From this W3C document: http://www.webmasterworld.com/r.cgi?f=88&d=9769&url=http://www.w3.org/TR/AERT#color-contrast

usage:
@include text-contrast($bgcolor)

Color brightness is determined by the following formula:
((Red value X 299) + (Green value X 587) + (Blue value X 114)) / 1000
------------------------*/
/*------------------------
 color factory
  eg: contrast-ink($contrastvalue)
------------------------*/
/*------------------------
 color factory
  eg: @include paint($blue-grey-50, bg-blue-grey-50);
------------------------*/
/* backface visibility */
/* generate theme button */
/*  THEME COLORs
========================================================================== */
/* Looks good on chrome default color profile */
/* We will manually convert these primary colors to rgb for the dark mode option of the theme */
/* looks good in sRGB but washed up on chrome default
$color-primary:						#826bb0;
$color-success:						#31cb55;
$color-info:						#5e93ec;
$color-warning:						#eec559;
$color-danger:						#dc4b92;
$color-fusion:						darken(desaturate(adjust-hue($color-primary, 5), 80%), 25%); */
/*  Color Polarity
========================================================================== */
/*  PAINTBUCKET MIXER
========================================================================== */
/* the grays */
/* the sapphires */
/* the emeralds */
/* the amethyths */
/* the topaz */
/* the rubies */
/* the graphites */
/*  Define universal border difition (div outlines, etc)
========================================================================== */
/*  MOBILE BREAKPOINT & GUTTERS (contains some bootstrap responsive overrides)
========================================================================== */
/* define when mobile menu activates, here we are declearing (lg) so it targets the one after it */
/* bootstrap reference xs: 0,  sm: 544px, md: 768px, lg: 992px, xl: 1200px*/
/* global var used for spacing*/
/* Uniform Padding variable */
/* Heads up! This is a global scoped variable - changing may impact the whole template */
/*   BOOTSTRAP OVERRIDES (bootstrap variables)
========================================================================== */
/* usage: theme-colors("primary"); */
/* forms */
/*$input-height:							calc(2.25rem + 1px); //I had to add this because the input gruops was having improper height for some reason... */
/* links */
/* checkbox */
/*$custom-file-height-inner:				calc(2.25rem - 1px);*/
/* not part of bootstrap variable */
/* custom checkbox */
/* custom range */
/* custom file */
/* badge */
/* cards */
/*border radius*/
/* alert */
/* toast */
/* breadcrumb */
/* input button */
/* nav link */
/* nav, tabs, pills */
/* tables */
/* dropdowns */
/* dropdowns sizes */
/* popovers */
/* tooltips */
/* modal */
/* reference guide
http://www.standardista.com/px-to-rem-conversion-if-root-font-size-is-16px/
8px = 0.5rem
9px = 0.5625rem
10px = 0.625rem
11px = 0.6875rem
12px = 0.75rem
13px = 0.8125rem
14px = 0.875rem
15px = 0.9375rem
16px = 1rem (base)
17px = 1.0625rem
18px = 1.125rem
19px = 1.1875rem
20px = 1.25rem
21px = 1.3125rem
22px = 1.375rem
24px = 1.5rem
25px = 1.5625rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem
34px = 2.125rem
36px = 2.25rem
38px = 2.375rem
40px = 2.5rem
*/
/* Fonts */
/* carousel */
/*  BASE VARS
========================================================================== */
/* font vars below will auto change to rem values using function rem($value)*/
/* 11px   */
/* 12px   */
/* 12.5px */
/* 14px   */
/* 15px   */
/* 16px   */
/* 28px   */
/*  Font Family
========================================================================== */
/*hint: you can also try the font called 'Poppins' by replacing the font 'Roboto' */
/*  ANIMATIONS
========================================================================== */
/* this addresses all animation related to nav hide to nav minify */
/*  Z-INDEX declearation
========================================================================== */
/* we adjust bootstrap z-index to be higher than our higest z-index*/
/*  CUSTOM ICON PREFIX
========================================================================== */
/*  PRINT CSS (landscape or portrait)
========================================================================== */
/* landscape or portrait */
/* auto, letter */
/*  Common Element Variables
========================================================================== */
/* Z-index decleartion "birds eye view"
========================================================================== */
/*  Components
========================================================================== */
/*  PAGE HEADER STUFF
========================================================================== */
/* colors */
/* height */
/* logo */
/* try not to go beywond the width of $main_nav_width value */
/* you may need to change this depending on your logo design */
/* adjust this as you see fit : left, right, center */
/* icon font size (not button) */
/* search input box */
/* suggestion: #ccced0*/
/* btn */
/* dropdown: app list */
/* badge */
/* COMPONENTS & MODS */
/*  NAVIGATION STUFF

Guide:

aside.page-sidebar ($nav-width, $nav-background)
	.page-logo
	.primary-nav
		.info-card
		ul.nav-menu
			li
				a (parent level-0..., $nav-link-color, $nav-link-hover-color, $nav-link-hover-bg-color, $nav-link-hover-left-border-color)
					icon
					span
					collapse-sign

				ul.nav-menu-sub-one
					li
						a ($nav-level-1... $nav-sub-link-height)
							span
							collapse-sign

						ul.nav-menu-sub-two
							li
								a ($nav-level-2... $nav-sub-link-height)
									span

		p.nav-title ($nav-title-*...)


========================================================================== */
/* main navigation */
/* left panel */
/* nav footer */
/* nav parent level-0 */
/* nav icon sizes */
/* badge default */
/* all child */
/* nav title */
/* nav Minify */
/* when the menu pops on hover */
/* navigation Width */
/* partial visibility of the menu */
/* top navigation */
/* nav Info Card (appears below the logo) */
/* width is auto */
/* nav DL labels for all child */
/* will be pulled to left as a negative value */
/*   MISC Settings
========================================================================== */
/* List Table */
/*   PAGE SETTINGS
========================================================================== */
/*   PAGE BREADCRUMB
========================================================================== */
/*   PAGE COMPONENT PANELS
========================================================================== */
/*   PAGE COMPONENT PROGRESSBARS
========================================================================== */
/*   PAGE COMPONENT MESSENGER
========================================================================== */
/*   FOOTER
========================================================================== */
/*   GLOBALS
========================================================================== */
/* ACCESSIBILITIES */
/* PLACEHOLDER
=============================================

EXAMPLE:

%bg-image {
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-one {
    @extend %bg-image;
    background-image:url(/img/image-one.jpg);
}

RESULT:

.image-one, .image-two {
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

*/
/* line 286, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.page-logo, .page-sidebar, .nav-footer, .bg-brand-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(51, 211, 225, 0.18)), to(transparent));
  background-image: linear-gradient(270deg, rgba(51, 211, 225, 0.18), transparent);
  background-color: #4e4c77;
}

/*
%shadow-hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 0 2px rgba(0,0,0,0.24);
  transition: all 0.2s ease-in-out;

  &:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 -1px 6px rgba(0,0,0,0.23);
  }
}
*/
/* line 301, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f1f1f1));
  background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
  color: #444;
}

/* line 306, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-default:hover {
  border: 1px solid #c6c6c6;
}

/* line 308, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-default:focus {
  border-color: #a9a7ce !important;
}

/* line 310, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.active.btn-default {
  background: #9997c5;
  color: #fff;
}

/* line 314, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.header-function-fixed .btn-switch[data-class="header-function-fixed"], .nav-function-fixed .btn-switch[data-class="nav-function-fixed"], .nav-function-minify .btn-switch[data-class="nav-function-minify"], .nav-function-hidden .btn-switch[data-class="nav-function-hidden"], .nav-function-top .btn-switch[data-class="nav-function-top"], .footer-function-fixed .btn-switch[data-class="footer-function-fixed"], .nav-mobile-push .btn-switch[data-class="nav-mobile-push"], .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"], .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"], .mod-main-boxed .btn-switch[data-class="mod-main-boxed"], .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"], .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"], .mod-pace-custom .btn-switch[data-class="mod-pace-custom"], .mod-bigger-font .btn-switch[data-class="mod-bigger-font"], .mod-high-contrast .btn-switch[data-class="mod-high-contrast"], .mod-color-blind .btn-switch[data-class="mod-color-blind"], .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"], .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"], .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"], .mod-disable-animation .btn-switch[data-class="mod-disable-animation"], .mod-nav-link .btn-switch[data-class="mod-nav-link"], .mod-nav-dark .btn-switch[data-class="mod-nav-dark"], .mod-panel-icon .btn-switch[data-class="mod-panel-icon"] {
  color: #fff;
  background: #7976b3 !important;
}

/* line 317, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.header-function-fixed .btn-switch[data-class="header-function-fixed"]:after, .nav-function-fixed .btn-switch[data-class="nav-function-fixed"]:after, .nav-function-minify .btn-switch[data-class="nav-function-minify"]:after, .nav-function-hidden .btn-switch[data-class="nav-function-hidden"]:after, .nav-function-top .btn-switch[data-class="nav-function-top"]:after, .footer-function-fixed .btn-switch[data-class="footer-function-fixed"]:after, .nav-mobile-push .btn-switch[data-class="nav-mobile-push"]:after, .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"]:after, .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"]:after, .mod-main-boxed .btn-switch[data-class="mod-main-boxed"]:after, .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"]:after, .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"]:after, .mod-pace-custom .btn-switch[data-class="mod-pace-custom"]:after, .mod-bigger-font .btn-switch[data-class="mod-bigger-font"]:after, .mod-high-contrast .btn-switch[data-class="mod-high-contrast"]:after, .mod-color-blind .btn-switch[data-class="mod-color-blind"]:after, .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"]:after, .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"]:after, .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"]:after, .mod-disable-animation .btn-switch[data-class="mod-disable-animation"]:after, .mod-nav-link .btn-switch[data-class="mod-nav-link"]:after, .mod-nav-dark .btn-switch[data-class="mod-nav-dark"]:after, .mod-panel-icon .btn-switch[data-class="mod-panel-icon"]:after {
  background: #fff !important;
  color: #7976b3 !important;
}

/* line 320, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.header-function-fixed .btn-switch[data-class="header-function-fixed"] + .onoffswitch-title, .nav-function-fixed .btn-switch[data-class="nav-function-fixed"] + .onoffswitch-title, .nav-function-minify .btn-switch[data-class="nav-function-minify"] + .onoffswitch-title, .nav-function-hidden .btn-switch[data-class="nav-function-hidden"] + .onoffswitch-title, .nav-function-top .btn-switch[data-class="nav-function-top"] + .onoffswitch-title, .footer-function-fixed .btn-switch[data-class="footer-function-fixed"] + .onoffswitch-title, .nav-mobile-push .btn-switch[data-class="nav-mobile-push"] + .onoffswitch-title, .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"] + .onoffswitch-title, .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"] + .onoffswitch-title, .mod-main-boxed .btn-switch[data-class="mod-main-boxed"] + .onoffswitch-title, .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"] + .onoffswitch-title, .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"] + .onoffswitch-title, .mod-pace-custom .btn-switch[data-class="mod-pace-custom"] + .onoffswitch-title, .mod-bigger-font .btn-switch[data-class="mod-bigger-font"] + .onoffswitch-title, .mod-high-contrast .btn-switch[data-class="mod-high-contrast"] + .onoffswitch-title, .mod-color-blind .btn-switch[data-class="mod-color-blind"] + .onoffswitch-title, .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"] + .onoffswitch-title, .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"] + .onoffswitch-title, .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"] + .onoffswitch-title, .mod-disable-animation .btn-switch[data-class="mod-disable-animation"] + .onoffswitch-title, .mod-nav-link .btn-switch[data-class="mod-nav-link"] + .onoffswitch-title, .mod-nav-dark .btn-switch[data-class="mod-nav-dark"] + .onoffswitch-title, .mod-panel-icon .btn-switch[data-class="mod-panel-icon"] + .onoffswitch-title {
  color: #7976b3;
}

/* line 323, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-mobile-slide-out #nmp .onoffswitch-title, .nav-mobile-slide-out #nmno .onoffswitch-title, .nav-function-top #mnl .onoffswitch-title, .nav-function-minify #mnl .onoffswitch-title, .mod-hide-nav-icons #mnl .onoffswitch-title, .nav-function-top #nfh .onoffswitch-title {
  color: #d58100;
}

/* line 326, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-mobile-slide-out #nmp .onoffswitch-title-desc, .nav-mobile-slide-out #nmno .onoffswitch-title-desc, .nav-function-top #mnl .onoffswitch-title-desc, .nav-function-minify #mnl .onoffswitch-title-desc, .mod-hide-nav-icons #mnl .onoffswitch-title-desc, .nav-function-top #nfh .onoffswitch-title-desc {
  color: #ec9f28;
}

/* line 329, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.dropdown-icon-menu > ul > li .btn, .header-btn {
  border: 1px solid #e1e1e1;
  color: #a6a6a6;
}

/* line 332, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.dropdown-icon-menu > ul > li .btn:hover, .header-btn:hover {
  border-color: #7976b3;
  background: #9997c5;
  color: #fff;
}

/* line 337, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-mobile-slide-out #nmp:after,
.nav-mobile-slide-out #nmno:after, .nav-function-top #mnl:after,
.nav-function-minify #mnl:after,
.mod-hide-nav-icons #mnl:after, .nav-function-top #nfh:after {
  background: #e8ffc1;
  border: 1px solid #a5ff0e;
  color: #222222;
}

/* #GLOBAL IMPORTS
========================================================================== */
/*@import '_imports/_global-import';*/
/* #FRAMEWORK - Structure and layout files. (**DO NOT** change order)
                DOC: you can disable unused _modules
========================================================================== */
/* contains root variables to be used with css (see docs) */
/* html and body base styles */
/* line 353, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
html body {
  background-color: #fff;
}

/* line 355, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
html body a {
  color: #7976b3;
  background-color: transparent;
}

/* line 358, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
html body a:hover {
  color: #8986bc;
}

/* line 361, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.header-icon {
  color: #666666;
}

/* line 363, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.header-icon:not(.btn) > [class*='fa-']:first-child,
.header-icon:not(.btn) > .ni:first-child {
  color: #7976b3;
}

/* line 366, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.header-icon:not(.btn):hover > [class*='fa-']:only-child,
.header-icon:not(.btn):hover > .ni {
  color: #404040;
}

/* line 369, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.header-icon[data-toggle="dropdown"]:not(.btn) {
  /* header dropdowns */
  /* note: important rules to override popper's inline classes */
  /* end header dropdowns */
}

/* line 373, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.header-icon[data-toggle="dropdown"][aria-expanded="true"]:not(.btn) {
  color: #404040;
}

/* line 375, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.header-icon[data-toggle="dropdown"][aria-expanded="true"]:not(.btn) > [class*='fa-']:first-child,
.header-icon[data-toggle="dropdown"][aria-expanded="true"]:not(.btn) > .ni:first-child {
  color: #404040 !important;
}

/* line 378, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.header-icon[data-toggle="dropdown"]:not(.btn) + .dropdown-menu {
  border-color: #ccc;
}

/* line 380, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.header-icon:hover {
  color: #404040;
}

/* line 383, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.page-header {
  background-color: #fff;
}

/* line 386, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
#search-field {
  background: transparent;
  border: 1px solid transparent;
}

/* line 390, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.notification li.unread {
  background: #f9ffee;
}

/* line 393, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.notification li > :first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 395, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.notification li > :first-child:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 33, 41, 0.03)), to(rgba(29, 33, 41, 0.04)));
  background-image: linear-gradient(rgba(29, 33, 41, 0.03), rgba(29, 33, 41, 0.04));
}

/* line 399, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.notification .name {
  color: #222222;
}

/* line 402, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.notification .msg-a,
.notification .msg-b {
  color: #555555;
}

/* line 406, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.notification.notification-layout-2 li {
  background: #f9f9f9;
}

/* line 408, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.notification.notification-layout-2 li.unread {
  background: #fff;
}

/* line 410, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.notification.notification-layout-2 li > :first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

/* line 413, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.notification.notification-layout-2:hover {
  cursor: pointer;
}

/* line 416, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.app-list-item {
  color: #666666;
}

/* line 418, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.app-list-item:hover {
  border: 1px solid #e3e3e3;
}

/* line 420, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.app-list-item:active {
  border-color: #7976b3;
}

@media (min-width: 992px) {
  /* line 424, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .header-function-fixed.nav-function-top .page-header {
    -webkit-box-shadow: 0px 0px 28px 2px rgba(72, 70, 125, 0.13);
    box-shadow: 0px 0px 28px 2px rgba(72, 70, 125, 0.13);
  }
}

/* line 428, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-title {
  color: #7774a6;
}

/* line 431, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li.open > a {
  color: white;
}

/* line 434, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li.active {
  /* arrow that appears next to active/selected items */
}

/* line 436, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li.active > a {
  color: white;
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-box-shadow: inset 3px 0 0 #7976b3;
  box-shadow: inset 3px 0 0 #7976b3;
}

/* line 441, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li.active > a:hover > [class*='fa-'],
.nav-menu li.active > a:hover > .ni {
  color: #aeaeae;
}

/* line 444, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li.active > ul {
  display: block;
}

/* line 446, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li.active:not(.open) > a:before {
  color: #24b3a4;
}

/* line 449, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li a {
  color: #bab8d2;
}

/* line 451, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li a .dl-ref.label {
  color: rgba(255, 255, 255, 0.7);
}

/* line 453, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li a > [class*='fa-'],
.nav-menu li a > .ni {
  color: #7d7aaa;
}

/* line 456, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li a.collapsed .nav-menu-btn-sub-collapse {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 459, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li a:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 462, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li a:hover .badge {
  color: #fff;
}

/* line 464, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li a:hover > [class*='fa-'],
.nav-menu li a:hover > .ni {
  color: #aeaeae;
}

/* line 467, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li a:hover > .badge {
  -webkit-box-shadow: 0 0 0 1px rgba(95, 92, 143, 0.8);
  box-shadow: 0 0 0 1px rgba(95, 92, 143, 0.8);
  border: 1px solid rgba(95, 92, 143, 0.8);
}

/* line 471, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li a:focus {
  color: white;
}

/* line 473, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li a:focus .badge {
  color: #fff;
}

/* line 476, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li b.collapse-sign {
  color: #8986bc;
}

/* line 479, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li > ul {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 481, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li > ul li a {
  color: #aaa9c8;
}

/* line 483, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li > ul li a > [class*='fa-'],
.nav-menu li > ul li a > .ni {
  color: #7d7aaa;
}

/* line 486, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li > ul li a > .badge {
  color: #fff;
  background-color: #c139fd;
}

/* line 489, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li > ul li a:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 492, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li > ul li a:hover > .nav-link-text > [class*='fa-'],
.nav-menu li > ul li a:hover > .nav-link-text > .ni {
  color: #aeaeae;
}

/* line 495, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li > ul li.active > a {
  color: white;
  background-color: transparent;
}

/* line 498, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li > ul li.active > a > .nav-link-text > [class*='fa-'],
.nav-menu li > ul li.active > a > .nav-link-text > .ni {
  color: white;
}

/* line 501, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li > ul li.active > a:hover > .nav-link-text > [class*='fa-'],
.nav-menu li > ul li.active > a:hover > .nav-link-text > .ni {
  color: #aeaeae;
}

/* line 504, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li > ul li > ul li.active > a {
  color: white;
}

/* line 506, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li > ul li > ul li a {
  color: #a4a3c4;
}

/* line 508, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li > ul li > ul li a:hover {
  color: white;
}

/* line 510, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu li > ul li > ul li a > .badge {
  color: #fff;
  background-color: #c139fd;
  border: 1px solid #555555;
}

/* nav clean elements */
/* line 516, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu-clean {
  background: #fff;
}

/* line 518, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu-clean li a {
  color: #555555 !important;
}

/* line 520, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu-clean li a span {
  color: #555555 !important;
}

/* line 522, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu-clean li a:hover {
  background-color: #f4f4f4 !important;
}

/* nav bordered elements */
/* line 526, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu-bordered {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 528, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-menu-bordered li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 531, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-filter input[type="text"] {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

/* line 534, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-filter input[type="text"]:not(:focus) {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 536, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-filter input[type="text"]:focus {
  border-color: #6a689e;
}

/* line 539, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.info-card {
  color: #fff;
}

/* line 541, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.info-card .info-card-text {
  text-shadow: #000 0 1px;
}

@media (min-width: 992px) {
  /* line 545, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top {
    /* correct search field color */
  }
  /* line 547, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top #search-field {
    color: #fff;
  }
  /* line 549, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top:not(.header-function-fixed) #nff {
    position: relative;
  }
  /* line 551, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title {
    color: #d58100;
  }
  /* line 553, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title-desc {
    color: #ec9f28;
  }
  /* line 555, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top:not(.header-function-fixed) #nff:after {
    background: #e8ffc1;
    border: 1px solid #a5ff0e;
    color: #222222;
  }
  /* line 559, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-header {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(51, 211, 225, 0.18)), to(transparent));
    background-image: linear-gradient(270deg, rgba(51, 211, 225, 0.18), transparent);
    background-color: #4e4c77;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(72, 70, 125, 0.13);
    box-shadow: 0px 0px 14px 0px rgba(72, 70, 125, 0.13);
  }
  /* line 565, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child,
.nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child {
    color: #9997c5;
  }
  /* line 568, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child:hover,
.nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child:hover {
    color: #b9b8d7;
  }
  /* line 571, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-header .badge.badge-icon {
    -webkit-box-shadow: 0 0 0 1px #6966aa;
    box-shadow: 0 0 0 1px #6966aa;
  }
  /* line 574, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-sidebar {
    background: #fff;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(72, 70, 125, 0.13);
    box-shadow: 0px 0px 14px 0px rgba(72, 70, 125, 0.13);
  }
  /* line 578, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a:before {
    color: #24b3a4;
  }
  /* line 580, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .ni,
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > [class*='fa-'] {
    color: inherit;
  }
  /* line 583, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .collapse-sign {
    color: #9e9cc0;
  }
  /* line 585, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li a {
    color: #4e4c77;
  }
  /* line 587, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul {
    background: #5d5a8c;
  }
  /* line 589, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a {
    color: #bab8d2;
  }
  /* line 591, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul {
    background: #5d5a8c;
  }
  /* line 593, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:hover > a {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  /* line 596, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:after {
    background: transparent;
  }
  /* line 598, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:before {
    color: #5d5a8c;
  }
  /* line 600, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a {
    color: #7976b3;
    background: transparent;
  }
}

@media (min-width: 992px) {
  /* line 605, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu li.active.open > a:before {
    color: #24b3a4;
  }
  /* line 607, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > .nav-link-text {
    background: trasparent;
  }
  /* line 609, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul {
    background-color: #4e4c77;
  }
  /* line 611, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul:before {
    color: #4e4c77;
  }
  /* line 613, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover {
    overflow: visible;
  }
  /* line 615, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a {
    background: #575483;
    color: #fff;
  }
  /* line 618, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a > .nav-link-text:last-child {
    background: #4e4c77;
  }
  /* line 620, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a > .nav-link-text:last-child:before {
    color: #4e4c77;
  }
  /* line 622, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-minify:not(.nav-function-top) .page-header [data-class="nav-function-minify"] {
    background: #555555;
    border-color: #3b3b3b !important;
    color: #fff !important;
  }
}

/* line 627, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-footer .nav-footer-buttons > li > a {
  color: #8f8db6;
}

/* line 630, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-function-fixed .nav-footer {
  background: #4e4c77;
}

/* line 632, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-function-fixed .nav-footer:before {
  background: rgba(99, 96, 150, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(#4e4c77), color-stop(50%, #706ea2), color-stop(50%, #706ea2), to(#4e4c77));
  background: linear-gradient(to right, #4e4c77 0%, #706ea2 50%, #706ea2 50%, #4e4c77 100%);
}

@media (min-width: 992px) {
  /* line 638, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-minify .nav-footer {
    background-color: #4a4870;
  }
  /* line 640, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-minify .nav-footer [data-class="nav-function-minify"] {
    color: #7d7aaa;
  }
  /* line 642, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-minify .nav-footer:hover {
    background-color: #555280;
  }
  /* line 644, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-function-minify .nav-footer:hover [data-class="nav-function-minify"] {
    color: #aeaeae;
  }
}

/* line 647, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.page-content-wrapper {
  background-color: white;
}

/* line 650, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.subheader-icon {
  color: #aeaeae;
}

/* line 653, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.subheader-title {
  color: #555555;
  text-shadow: #fff 0 1px;
}

/* line 656, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.subheader-title small {
  color: #888888;
}

/* line 659, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.page-footer {
  background: #fff;
  color: #4d4d4d;
}

/* line 663, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.accordion .card .card-header {
  background-color: #f7f9fa;
}

/* line 665, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.accordion .card .card-header .card-title {
  color: #7976b3;
}

/* line 667, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.accordion .card .card-header .card-title.collapsed {
  color: #888888;
}

/* line 670, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.accordion.accordion-clean .card-header {
  background: #fff;
}

/* line 673, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.accordion.accordion-hover .card-header {
  background: #fff;
}

/* line 675, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.accordion.accordion-hover .card-header:hover .card-title.collapsed {
  color: #fff;
  background-color: #9997c5;
}

/* line 679, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.accordion.accordion-hover .card-title:not(.collapsed) {
  color: #fff;
  background-color: #7976b3;
}

/* 	DEV NOTE: The reason why we had to add this layer for alert colors is because BS4
	does not allow you to add your own alert colors via variable control rather
	through a systemetic agent that changes the theme colors.

	REF: https://github.com/twbs/bootstrap/issues/24341#issuecomment-337457218
*/
/* line 689, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.alert-primary {
  color: #6e6e6e;
  background-color: #f7f7f9;
  border-color: #dbdbdd;
}

/* line 694, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.alert-success {
  color: #45a165;
  background-color: #f7fdf9;
  border-color: #a3ebbc;
}

/* line 699, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.alert-danger {
  color: #a102e7;
  background-color: #f7e5ff;
  border-color: #e19efe;
}

/* line 704, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.alert-warning {
  color: #79c100;
  background-color: #f7ffe9;
  border-color: #c5ff65;
}

/* line 709, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.alert-info {
  color: #0aafbd;
  background-color: #e3fbfd;
  border-color: #82eff8;
}

/* line 714, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.alert-secondary {
  color: #555555;
  background-color: white;
  border-color: #e1e1e1;
}

/* line 719, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.badge.badge-icon {
  background-color: #c139fd;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}

/* btn switch */
/* line 726, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-switch {
  background: #6e6e6e;
  color: white;
}

/* line 729, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-switch:hover {
  color: white;
}

/* line 731, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-switch:after {
  color: white;
}

/* line 733, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-switch.active {
  color: #fff;
  background: #7976b3;
}

/* line 736, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-switch.active:before {
  color: white;
}

/* line 738, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-switch.active:after {
  background: #fff;
  color: #7976b3;
}

/* button used to close filter and mobile search */
/* line 743, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-search-close {
  color: #fff;
}

/* buttons used in the header section of the page */
/* line 747, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.header-btn[data-class='mobile-nav-on'] {
  border-color: #b107fc;
  background-color: #b920fd;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b920fd), to(#a102e7));
  background-image: linear-gradient(to top, #b920fd, #a102e7);
  color: #fff;
}

/* dropdown btn */
/* used on info card pulldown filter */
/* line 756, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.pull-trigger-btn {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #fff !important;
  -webkit-box-shadow: 0px 0px 2px rgba(121, 118, 179, 0.3);
  box-shadow: 0px 0px 2px rgba(121, 118, 179, 0.3);
}

/* line 762, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.pull-trigger-btn:hover {
  background: #7976b3;
  border-color: #6966aa;
}

/* btn misc */
/* line 767, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-default {
  color: #212529;
  border-color: #E5E5E5;
}

/* line 770, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-default:hover, .btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default.active:not(:disabled):not(.disabled),
.show > .btn-outline-default.dropdown-toggle {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #E5E5E5;
}

/* line 775, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #212529;
}

/* Primary (#0353a4) */
/* line 779, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-primary {
  -webkit-box-shadow: 0 2px 6px 0 rgba(3, 83, 164, 0.5);
  box-shadow: 0 2px 6px 0 rgba(3, 83, 164, 0.5);
}

/* Secondary (#001233) */
/* line 785, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-secondary {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 18, 51, 0.5);
  box-shadow: 0 2px 6px 0 rgba(0, 18, 51, 0.5);
}

/* Success (#023e7d) */
/* line 791, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-success {
  -webkit-box-shadow: 0 2px 6px 0 rgba(2, 62, 125, 0.5);
  box-shadow: 0 2px 6px 0 rgba(2, 62, 125, 0.5);
}

/* Salvar (#0466c8) */
/* line 797, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-salvar {
  -webkit-box-shadow: 0 2px 6px 0 rgba(4, 102, 200, 0.5);
  box-shadow: 0 2px 6px 0 rgba(4, 102, 200, 0.5);
}

/* Voltar (#979dac) */
/* line 803, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-voltar {
  -webkit-box-shadow: 0 2px 6px 0 rgba(151, 157, 172, 0.5);
  box-shadow: 0 2px 6px 0 rgba(151, 157, 172, 0.5);
}

/* ===== Extras ===== */
/* line 809, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-1 {
  /* #002855 */
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 40, 85, 0.5);
  box-shadow: 0 2px 6px 0 rgba(0, 40, 85, 0.5);
}

/* line 814, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-2 {
  /* #001845 */
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 24, 69, 0.5);
  box-shadow: 0 2px 6px 0 rgba(0, 24, 69, 0.5);
}

/* line 819, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-3 {
  /* #33415c */
  -webkit-box-shadow: 0 2px 6px 0 rgba(51, 65, 92, 0.5);
  box-shadow: 0 2px 6px 0 rgba(51, 65, 92, 0.5);
}

/* line 824, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-4 {
  /* #5c677d */
  -webkit-box-shadow: 0 2px 6px 0 rgba(92, 103, 125, 0.5);
  box-shadow: 0 2px 6px 0 rgba(92, 103, 125, 0.5);
}

/* line 829, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-5 {
  /* #7d8597 */
  -webkit-box-shadow: 0 2px 6px 0 rgba(125, 133, 151, 0.5);
  box-shadow: 0 2px 6px 0 rgba(125, 133, 151, 0.5);
}

/* btn shadows */
/* line 847, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-info {
  -webkit-box-shadow: 0 2px 6px 0 rgba(33, 226, 243, 0.5);
  box-shadow: 0 2px 6px 0 rgba(33, 226, 243, 0.5);
}

/* line 851, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-warning {
  -webkit-box-shadow: 0 2px 6px 0 rgba(184, 255, 65, 0.5);
  box-shadow: 0 2px 6px 0 rgba(184, 255, 65, 0.5);
}

/* line 855, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-danger {
  -webkit-box-shadow: 0 2px 6px 0 rgba(193, 57, 253, 0.5);
  box-shadow: 0 2px 6px 0 rgba(193, 57, 253, 0.5);
}

/* line 859, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-light {
  -webkit-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
}

/* line 863, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-dark {
  -webkit-box-shadow: 0 2px 6px 0 rgba(85, 85, 85, 0.5);
  box-shadow: 0 2px 6px 0 rgba(85, 85, 85, 0.5);
}

/* line 867, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-icon-light {
  color: rgba(255, 255, 255, 0.7) !important;
  border-color: transparent !important;
}

/* line 870, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-icon-light:not(.active):not(:active):not(:hover):not(:focus) {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 872, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-icon-light:hover {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* bootstrap buttons */
/* line 877, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-link {
  color: #7976b3;
}

/* line 879, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-link:hover {
  color: #5b589e;
}

/* line 882, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #7976b3;
}

/* line 887, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.card-header {
  background-color: #f7f9fa;
}

/* line 890, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.carousel-control-prev:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), color-stop(45%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 45%);
}

/* line 894, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.carousel-control-next:hover {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), color-stop(45%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 45%);
}

/* dropdown menu multi-level */
/* line 899, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.dropdown-menu .dropdown-menu {
  background: #fff;
}

/* line 902, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.dropdown-menu .dropdown-multilevel:hover > .dropdown-item:not(.disabled) {
  background: #f8f9fa;
  color: #5b589e;
}

/* line 906, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #5b589e;
  background-color: #f8f9fa;
}

/* line 910, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #524f8e;
  background-color: #e9e9f3;
}

/* line 914, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.chat-segment-get .chat-message {
  background: #f1f0f0;
}

/* line 917, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.chat-segment-sent .chat-message {
  background: #1dc958;
}

/* transparent modal */
/* line 921, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.modal-transparent .modal-content {
  -webkit-box-shadow: 0 1px 15px 1px rgba(72, 70, 125, 0.3);
  box-shadow: 0 1px 15px 1px rgba(72, 70, 125, 0.3);
}

/* line 925, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.modal-transparent .modal-content {
  background: rgba(43, 42, 51, 0.85);
}

/* line 928, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  /* panel fullscreen */
  /* panel locked */
}

/* line 933, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel.panel-fullscreen {
  /* make panel header bigger */
}

/* line 935, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel.panel-fullscreen .panel-hdr {
  -webkit-box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(63, 60, 109, 0.1);
  box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(63, 60, 109, 0.1);
}

/* line 938, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel.panel-locked:not(.panel-fullscreen) .panel-hdr:active h2:before {
  color: #c139fd;
}

/* panel tag can be used globally */
/* line 942, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel-tag {
  background: #eef7fd;
}

/* panel header */
/* line 946, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel-hdr {
  background: #fff;
}

/* panel tap highlight */
/* line 950, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel-sortable:not(.panel-locked) .panel-hdr:active {
  border-top-color: rgba(153, 151, 197, 0.7);
  border-left-color: rgba(121, 118, 179, 0.7);
  border-right-color: rgba(121, 118, 179, 0.7);
}

/* line 954, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel-sortable:not(.panel-locked) .panel-hdr:active + .panel-container {
  border-color: transparent rgba(121, 118, 179, 0.7) rgba(105, 102, 170, 0.7);
}

/*.panel-sortable .panel-hdr:active,
.panel-sortable .panel-hdr:active + .panel-container {
	@include transition-border(0.4s, ease-out);
}*/
/* line 961, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel-sortable.panel-locked .panel-hdr:active {
  border-top-color: #d16bfe;
  border-left-color: #dc3545;
  border-right-color: #dc3545;
}

/* line 965, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel-sortable.panel-locked .panel-hdr:active + .panel-container {
  border-color: transparent #dc3545 #dc3545;
}

/* panel toolbar (sits inside panel header) */
/* line 969, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel-toolbar .btn-panel {
  /* add default colors for action buttons */
}

/* line 971, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse {
  background: #1dc958;
}

/* line 973, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel-toolbar .btn-panel[data-action="panel-fullscreen"], .panel-toolbar .btn-panel.js-panel-fullscreen {
  background: #b8ff41;
}

/* line 975, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel-toolbar .btn-panel[data-action="panel-close"], .panel-toolbar .btn-panel.js-panel-close {
  background: #c139fd;
}

/* placeholder */
/* line 979, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel-placeholder {
  background-color: #ececef;
}

/* line 981, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.panel-placeholder:before {
  background: #ececef;
}

/* line 984, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.mod-panel-clean .panel-hdr {
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#fff));
  background-image: linear-gradient(to bottom, #f7f7f7, #fff);
}

@media only screen and (max-width: 420px) {
  /* making mobile spacing a little narrow */
  /* line 991, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .panel .panel-hdr {
    color: #060606;
  }
}

/* line 994, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.popover .arrow {
  border-color: inherit;
}

/* line 997, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.menu-item,
label.menu-open-button {
  background: #7976b3;
  color: #fff !important;
}

/* line 1001, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.menu-item:hover,
label.menu-open-button:hover {
  background: #5b589e;
}

/* line 1005, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.app-shortcut-icon {
  background: #ecf0f1;
  color: #ecf0f1;
}

/* line 1009, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.menu-open:checked + .menu-open-button {
  background: #555555;
}

/* nav tabs panel */
/* line 1013, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-tabs-clean .nav-item .nav-link.active {
  border-bottom: 1px solid #7976b3;
  color: #7976b3;
}

/* line 1017, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-tabs-clean .nav-item .nav-link:hover {
  color: #7976b3;
}

/* line 1020, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #7976b3;
}

/* line 1024, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5b589e;
  background-color: #6966aa;
}

/* line 1029, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8986bc;
}

/* line 1032, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #b9b8d7;
  background-color: #b9b8d7;
  border-color: #b9b8d7;
}

/* line 1037, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 1039, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 1042, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-control-label::before {
  background-color: #fff;
  border: #adb5bd solid 2px;
}

/* line 1046, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #6966aa;
  background-color: #7976b3;
}

/* line 1050, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 1053, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #b9b8d7;
}

/* line 1056, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #b9b8d7;
}

/* line 1059, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #b9b8d7;
}

/* line 1062, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-switch .custom-control-label::after {
  background-color: #adb5bd;
}

/* line 1065, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
}

/* line 1068, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #b9b8d7;
}

/* line 1071, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-select {
  color: #495057;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
}

/* line 1075, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-select:focus {
  border-color: #7976b3;
}

/* line 1077, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 1080, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 1084, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #7976b3;
}

/* line 1087, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 1091, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 1094, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-file-label {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}

/* line 1098, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-file-label::after {
  color: #495057;
  background-color: #e9ecef;
}

/* line 1102, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-range {
  background-color: transparent;
}

/* line 1104, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-range::-webkit-slider-thumb {
  background-color: #7976b3;
  border: 0;
}

/* line 1107, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #9997c5;
}

/* line 1109, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
}

/* line 1111, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-range::-moz-range-thumb {
  background-color: #7976b3;
  border: 0;
}

/* line 1114, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #9997c5;
}

/* line 1116, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-range::-moz-range-track {
  background-color: #dee2e6;
}

/* line 1118, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-range::-ms-thumb {
  background-color: #7976b3;
  border: 0;
}

/* line 1121, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-range::-ms-thumb:active {
  background-color: #9997c5;
}

/* line 1123, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}

/* line 1125, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
}

/* line 1127, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 1129, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 1131, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 1134, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.page-link {
  color: #7976b3;
  background-color: #fff;
  border: 1px solid #dee2e6;
  /*&:focus {
    outline: $pagination-focus-outline;
  }*/
}

/* line 1141, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.page-link:hover {
  color: #0056b3;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 1146, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.page-item.active .page-link {
  color: #fff;
  background-color: #7976b3;
}

/* line 1150, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  background-color: #fff;
}

/* line 1154, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.pagination .page-item:first-child:not(.active) .page-link,
.pagination .page-item:last-child:not(.active) .page-link,
.pagination .page-item.disabled .page-link {
  background: #e9e9f3;
}

/* line 1159, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.pagination .page-link:hover {
  background-color: #7976b3 !important;
  color: #fff;
}

/* line 1163, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.list-group-item {
  border: 1px solid rgba(var(--theme-rgb-primary), 0.15);
}

/* line 1165, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.list-group-item.active {
  background-color: #7976b3;
  border-color: #7976b3;
}

/* backgrounds */
/* line 1170, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-white {
  background-color: #fff;
  color: #666666;
}

/* line 1174, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-faded {
  background-color: #f7f9fa;
}

/* line 1177, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-offwhite-fade {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fdfdfd));
  background-image: linear-gradient(to top, #fff, #fdfdfd);
}

/* line 1182, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-subtlelight {
  background-color: white;
}

/* line 1185, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-subtlelight-fade {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(white));
  background-image: linear-gradient(to top, #fff, white);
}

/* line 1190, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-highlight {
  background-color: #f9ffee;
}

/* line 1193, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-gray-50 {
  background-color: #f9f9f9;
}

/* line 1196, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-gray-100 {
  background-color: #f8f9fa;
}

/* line 1199, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-gray-200 {
  background-color: #e9ecef;
}

/* line 1202, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-gray-300 {
  background-color: #dee2e6;
}

/* line 1205, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-gray-400 {
  background-color: #ced4da;
}

/* line 1208, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-gray-500 {
  background-color: #adb5bd;
}

/* line 1211, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-gray-600 {
  background-color: #6c757d;
}

/* line 1214, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-gray-700 {
  background-color: #495057;
}

/* line 1217, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-gray-800 {
  background-color: #343a40;
}

/* line 1220, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-gray-900 {
  background-color: #212529;
}

/* borders */
/* line 1224, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.border-faded {
  border: 1px solid rgba(34, 34, 34, 0.07);
}

/* hover any bg */
/* inherits the parent background on hover */
/* line 1229, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.hover-bg {
  background: #fff;
}

/* states */
/* line 1233, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.state-selected {
  background: #e7fcfe !important;
}

/* demo window */
/* line 1237, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.demo-window {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* line 1240, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.demo-window:before {
  background: #e5e5e5;
}

/* line 1242, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.demo-window:after,
.demo-window .demo-window-content:before,
.demo-window .demo-window-content:after {
  background: #ccc;
}

/* line 1247, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-trans-gradient {
  background: linear-gradient(250deg, #3ec9d6, #8381a8);
}

/* line 1250, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.notes {
  background: #f9f4b5;
}

/* disclaimer class */
/* line 1254, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.disclaimer {
  color: #a2a2a2;
}

/* online status */
/* line 1258, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.status {
  position: relative;
}

/* line 1260, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.status:before {
  background: #555555;
  border: 2px solid #fff;
}

/* line 1263, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.status.status-success:before {
  background: #1dc958;
}

/* line 1265, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.status.status-danger:before {
  background: #c139fd;
}

/* line 1267, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.status.status-warning:before {
  background: #b8ff41;
}

/* display frame */
/* line 1271, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.frame-heading {
  color: #a6a6a6;
}

/* line 1274, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.frame-wrap {
  background: white;
}

/* time stamp */
/* line 1278, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.time-stamp {
  color: #7b7b7b;
}

/* data-hasmore */
/* line 1282, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
[data-hasmore] {
  color: #fff;
}

/* line 1284, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
[data-hasmore]:before {
  background: rgba(0, 0, 0, 0.4);
}

/* code */
/* line 1288, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
code {
  background: #fdfdfd;
}

/* select background */
/* line 1292, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
::-moz-selection {
  background: #555555;
  color: #fff;
}

/* line 1295, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
::selection {
  background: #555555;
  color: #fff;
}

/* line 1299, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
::-moz-selection {
  background: #555555;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  /* line 1304, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .page-wrapper {
    background: #fff;
  }
  /* line 1306, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .page-wrapper .page-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  /* line 1308, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .page-wrapper .page-content {
    color: #222;
  }
  /* line 1310, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .page-wrapper .page-content .p-g {
    padding: 1.5rem;
  }
  /* line 1312, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .page-wrapper .page-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
  }
  /* Off canvas */
  /* line 1315, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .nav-mobile-slide-out .page-wrapper .page-content {
    background: white;
  }
  /* mobile nav show & hide button */
  /* general */
  /* line 1319, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .mobile-nav-on .page-sidebar {
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 3px 35px 3px rgba(0, 0, 0, 0.52);
    box-shadow: 0 3px 35px 3px rgba(0, 0, 0, 0.52);
  }
  /* line 1323, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .mobile-nav-on .page-content-overlay {
    background: rgba(0, 0, 0, 0.09);
  }
}

@media only screen and (max-width: 576px) {
  /* here we turn on mobile font for smaller screens */
  /*body {
		font-family: $mobile-page-font !important;
	}*/
  /* mobile nav search */
  /* line 1332, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field {
    background: #fff;
  }
  /* line 1334, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field:focus {
    border-color: #7976b3;
  }
}

/* text area */
/* line 1338, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
[contenteditable="true"]:empty:not(:focus):before {
  content: attr(data-placeholder);
  color: #959595;
}

/* line 1342, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
[contenteditable="true"]::-moz-selection {
  background: rgba(0, 132, 255, 0.2);
  color: #000;
}

/* line 1346, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
[contenteditable="true"]::selection {
  background: rgba(0, 132, 255, 0.2);
  color: #000;
}

/* line 1350, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
[contenteditable="true"]::-moz-selection {
  background: rgba(0, 132, 255, 0.2);
  color: #000;
}

/* add background to focused inpur prepend and append */
/* line 1355, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.form-control:focus ~ .input-group-prepend {
  background: #7976b3;
}

/* line 1358, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.has-length .input-group-text {
  border-color: #7976b3;
}

/* line 1360, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.has-length .input-group-text + .input-group-text {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1363, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.has-length .input-group-text:not([class^="bg-"]):not([class*=" bg-"]) {
  background: #7976b3;
  color: #fff !important;
}

/* help block and validation feedback texts*/
/* line 1368, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.help-block {
  color: #d9534f;
}

/* line 1371, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #7976b3;
}

/* line 1376, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.settings-panel h5 {
  color: #555555;
}

/* line 1379, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.settings-panel .list {
  color: #666666;
}

/* line 1381, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.settings-panel .list:hover {
  color: #333333;
  background: rgba(255, 255, 255, 0.7);
}

/* line 1385, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.settings-panel .expanded:before {
  border-bottom-color: #626262;
}

@media only screen and (max-width: 992px) {
  /* line 1389, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .mobile-view-activated #nff,
.mobile-view-activated #nfm,
.mobile-view-activated #nfh,
.mobile-view-activated #nft,
.mobile-view-activated #mmb {
    position: relative;
  }
  /* line 1395, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .mobile-view-activated #nff .onoffswitch-title,
.mobile-view-activated #nfm .onoffswitch-title,
.mobile-view-activated #nfh .onoffswitch-title,
.mobile-view-activated #nft .onoffswitch-title,
.mobile-view-activated #mmb .onoffswitch-title {
    color: #d58100 !important;
  }
  /* line 1401, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .mobile-view-activated #nff .onoffswitch-title-desc,
.mobile-view-activated #nfm .onoffswitch-title-desc,
.mobile-view-activated #nfh .onoffswitch-title-desc,
.mobile-view-activated #nft .onoffswitch-title-desc,
.mobile-view-activated #mmb .onoffswitch-title-desc {
    color: #ec9f28 !important;
  }
  /* line 1407, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
  .mobile-view-activated #nff:after,
.mobile-view-activated #nfm:after,
.mobile-view-activated #nfh:after,
.mobile-view-activated #nft:after,
.mobile-view-activated #mmb:after {
    background: #e8ffc1;
    border: 1px solid #a5ff0e;
    color: #222222;
  }
}

/* Hierarchical Navigation */
/* line 1417, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul {
  /* addressing all second, third children */
}

/* line 1419, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul:before {
  border-left: 1px solid #575483;
}

/* line 1421, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul > li a:after {
  background-color: #7d7aaa;
}

/* line 1424, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-50 {
  background-color: #c9c8e0;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1427, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1430, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-100 {
  background-color: #b9b8d7;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1433, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1436, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-200 {
  background-color: #a9a7ce;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1439, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1442, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-300 {
  background-color: #9997c5;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1445, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1448, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-400 {
  background-color: #8986bc;
  color: white;
}

/* line 1451, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-400:hover {
  color: white;
}

/* line 1454, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-500 {
  background-color: #7976b3;
  color: white;
}

/* line 1457, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-500:hover {
  color: white;
}

/* line 1460, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-600 {
  background-color: #6966aa;
  color: white;
}

/* line 1463, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-600:hover {
  color: white;
}

/* line 1466, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-700 {
  background-color: #5b589e;
  color: white;
}

/* line 1469, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-700:hover {
  color: white;
}

/* line 1472, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-800 {
  background-color: #524f8e;
  color: white;
}

/* line 1475, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-800:hover {
  color: white;
}

/* line 1478, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-900 {
  background-color: #48467d;
  color: white;
}

/* line 1481, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-900:hover {
  color: white;
}

/* line 1484, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-primary-50 {
  color: #c9c8e0;
}

/* line 1487, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-primary-100 {
  color: #b9b8d7;
}

/* line 1490, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-primary-200 {
  color: #a9a7ce;
}

/* line 1493, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-primary-300 {
  color: #9997c5;
}

/* line 1496, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-primary-400 {
  color: #8986bc;
}

/* line 1499, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-primary-500 {
  color: #7976b3;
}

/* line 1502, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-primary-600 {
  color: #6966aa;
}

/* line 1505, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-primary-700 {
  color: #5b589e;
}

/* line 1508, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-primary-800 {
  color: #524f8e;
}

/* line 1511, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-primary-900 {
  color: #48467d;
}

/* line 1514, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-50 {
  background-color: #7aeca1;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1517, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1520, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-100 {
  background-color: #63e991;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1523, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1526, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-200 {
  background-color: #4de581;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1529, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1532, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-300 {
  background-color: #37e272;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1535, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1538, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-400 {
  background-color: #21df62;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1541, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-400:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1544, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-500 {
  background-color: #1dc958;
  color: white;
}

/* line 1547, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-500:hover {
  color: white;
}

/* line 1550, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-600 {
  background-color: #1ab34e;
  color: white;
}

/* line 1553, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-600:hover {
  color: white;
}

/* line 1556, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-700 {
  background-color: #179c44;
  color: white;
}

/* line 1559, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-700:hover {
  color: white;
}

/* line 1562, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-800 {
  background-color: #13863b;
  color: white;
}

/* line 1565, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-800:hover {
  color: white;
}

/* line 1568, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-900 {
  background-color: #107031;
  color: white;
}

/* line 1571, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-900:hover {
  color: white;
}

/* line 1574, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-success-50 {
  color: #7aeca1;
}

/* line 1577, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-success-100 {
  color: #63e991;
}

/* line 1580, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-success-200 {
  color: #4de581;
}

/* line 1583, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-success-300 {
  color: #37e272;
}

/* line 1586, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-success-400 {
  color: #21df62;
}

/* line 1589, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-success-500 {
  color: #1dc958;
}

/* line 1592, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-success-600 {
  color: #1ab34e;
}

/* line 1595, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-success-700 {
  color: #179c44;
}

/* line 1598, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-success-800 {
  color: #13863b;
}

/* line 1601, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-success-900 {
  color: #107031;
}

/* line 1604, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-50 {
  background-color: #9af2fa;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1607, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1610, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-100 {
  background-color: #82eff8;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1613, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1616, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-200 {
  background-color: #6aebf7;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1619, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1622, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-300 {
  background-color: #51e8f6;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1625, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1628, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-400 {
  background-color: #39e5f4;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1631, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-400:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1634, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-500 {
  background-color: #21e2f3;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1637, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-500:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1640, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-600 {
  background-color: #0ddbee;
  color: white;
}

/* line 1643, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-600:hover {
  color: white;
}

/* line 1646, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-700 {
  background-color: #0cc5d5;
  color: white;
}

/* line 1649, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-700:hover {
  color: white;
}

/* line 1652, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-800 {
  background-color: #0aafbd;
  color: white;
}

/* line 1655, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-800:hover {
  color: white;
}

/* line 1658, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-900 {
  background-color: #0998a5;
  color: white;
}

/* line 1661, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-900:hover {
  color: white;
}

/* line 1664, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-info-50 {
  color: #9af2fa;
}

/* line 1667, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-info-100 {
  color: #82eff8;
}

/* line 1670, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-info-200 {
  color: #6aebf7;
}

/* line 1673, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-info-300 {
  color: #51e8f6;
}

/* line 1676, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-info-400 {
  color: #39e5f4;
}

/* line 1679, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-info-500 {
  color: #21e2f3;
}

/* line 1682, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-info-600 {
  color: #0ddbee;
}

/* line 1685, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-info-700 {
  color: #0cc5d5;
}

/* line 1688, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-info-800 {
  color: #0aafbd;
}

/* line 1691, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-info-900 {
  color: #0998a5;
}

/* line 1694, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-50 {
  background-color: #e8ffc1;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1697, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1700, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-100 {
  background-color: #deffa7;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1703, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1706, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-200 {
  background-color: #d5ff8e;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1709, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1712, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-300 {
  background-color: #cbff74;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1715, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1718, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-400 {
  background-color: #c2ff5b;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1721, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-400:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1724, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-500 {
  background-color: #b8ff41;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1727, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-500:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1730, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-600 {
  background-color: #aeff28;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1733, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-600:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1736, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-700 {
  background-color: #a5ff0e;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1739, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-700:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1742, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-800 {
  background-color: #99f400;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1745, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-800:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1748, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-900 {
  background-color: #89da00;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1751, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-900:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1754, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-warning-50 {
  color: #e8ffc1;
}

/* line 1757, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-warning-100 {
  color: #deffa7;
}

/* line 1760, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-warning-200 {
  color: #d5ff8e;
}

/* line 1763, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-warning-300 {
  color: #cbff74;
}

/* line 1766, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-warning-400 {
  color: #c2ff5b;
}

/* line 1769, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-warning-500 {
  color: #b8ff41;
}

/* line 1772, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-warning-600 {
  color: #aeff28;
}

/* line 1775, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-warning-700 {
  color: #a5ff0e;
}

/* line 1778, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-warning-800 {
  color: #99f400;
}

/* line 1781, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-warning-900 {
  color: #89da00;
}

/* line 1784, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-50 {
  background-color: #e9b7fe;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1787, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1790, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-100 {
  background-color: #e19efe;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1793, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1796, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-200 {
  background-color: #d985fe;
  color: rgba(0, 0, 0, 0.8);
}

/* line 1799, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1802, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-300 {
  background-color: #d16bfe;
  color: white;
}

/* line 1805, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-300:hover {
  color: white;
}

/* line 1808, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-400 {
  background-color: #c952fd;
  color: white;
}

/* line 1811, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-400:hover {
  color: white;
}

/* line 1814, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-500 {
  background-color: #c139fd;
  color: white;
}

/* line 1817, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-500:hover {
  color: white;
}

/* line 1820, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-600 {
  background-color: #b920fd;
  color: white;
}

/* line 1823, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-600:hover {
  color: white;
}

/* line 1826, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-700 {
  background-color: #b107fc;
  color: white;
}

/* line 1829, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-700:hover {
  color: white;
}

/* line 1832, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-800 {
  background-color: #a102e7;
  color: white;
}

/* line 1835, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-800:hover {
  color: white;
}

/* line 1838, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-900 {
  background-color: #9002ce;
  color: white;
}

/* line 1841, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-900:hover {
  color: white;
}

/* line 1844, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-danger-50 {
  color: #e9b7fe;
}

/* line 1847, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-danger-100 {
  color: #e19efe;
}

/* line 1850, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-danger-200 {
  color: #d985fe;
}

/* line 1853, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-danger-300 {
  color: #d16bfe;
}

/* line 1856, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-danger-400 {
  color: #c952fd;
}

/* line 1859, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-danger-500 {
  color: #c139fd;
}

/* line 1862, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-danger-600 {
  color: #b920fd;
}

/* line 1865, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-danger-700 {
  color: #b107fc;
}

/* line 1868, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-danger-800 {
  color: #a102e7;
}

/* line 1871, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-danger-900 {
  color: #9002ce;
}

/* line 1874, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-50 {
  background-color: #959595;
  color: white;
}

/* line 1877, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-50:hover {
  color: white;
}

/* line 1880, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-100 {
  background-color: #888888;
  color: white;
}

/* line 1883, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-100:hover {
  color: white;
}

/* line 1886, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-200 {
  background-color: #7b7b7b;
  color: white;
}

/* line 1889, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-200:hover {
  color: white;
}

/* line 1892, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-300 {
  background-color: #6e6e6e;
  color: white;
}

/* line 1895, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-300:hover {
  color: white;
}

/* line 1898, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-400 {
  background-color: #626262;
  color: white;
}

/* line 1901, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-400:hover {
  color: white;
}

/* line 1904, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-500 {
  background-color: #555555;
  color: white;
}

/* line 1907, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-500:hover {
  color: white;
}

/* line 1910, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-600 {
  background-color: #484848;
  color: white;
}

/* line 1913, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-600:hover {
  color: white;
}

/* line 1916, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-700 {
  background-color: #3b3b3b;
  color: white;
}

/* line 1919, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-700:hover {
  color: white;
}

/* line 1922, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-800 {
  background-color: #2f2f2f;
  color: white;
}

/* line 1925, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-800:hover {
  color: white;
}

/* line 1928, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-900 {
  background-color: #222222;
  color: white;
}

/* line 1931, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-900:hover {
  color: white;
}

/* line 1934, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-fusion-50 {
  color: #959595;
}

/* line 1937, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-fusion-100 {
  color: #888888;
}

/* line 1940, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-fusion-200 {
  color: #7b7b7b;
}

/* line 1943, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-fusion-300 {
  color: #6e6e6e;
}

/* line 1946, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-fusion-400 {
  color: #626262;
}

/* line 1949, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-fusion-500 {
  color: #555555;
}

/* line 1952, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-fusion-600 {
  color: #484848;
}

/* line 1955, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-fusion-700 {
  color: #3b3b3b;
}

/* line 1958, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-fusion-800 {
  color: #2f2f2f;
}

/* line 1961, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-fusion-900 {
  color: #222222;
}

/* line 1964, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-white {
  color: #fff;
}

/* line 1967, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.color-black {
  color: #222222;
}

/* line 1970, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary-gradient {
  background-image: linear-gradient(250deg, rgba(72, 70, 125, 0.7), transparent);
}

/* line 1973, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger-gradient {
  background-image: linear-gradient(250deg, rgba(144, 2, 206, 0.7), transparent);
}

/* line 1976, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info-gradient {
  background-image: linear-gradient(250deg, rgba(9, 152, 165, 0.7), transparent);
}

/* line 1979, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning-gradient {
  background-image: linear-gradient(250deg, rgba(137, 218, 0, 0.7), transparent);
}

/* line 1982, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success-gradient {
  background-image: linear-gradient(250deg, rgba(16, 112, 49, 0.7), transparent);
}

/* line 1985, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-fusion-gradient {
  background-image: linear-gradient(250deg, rgba(34, 34, 34, 0.7), transparent);
}

/* VOLTAR */
/* line 1991, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-voltar {
  color: #fff;
  background-color: #979dac;
  border-color: #979dac;
}

/* line 1996, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-voltar:hover {
  color: #fff;
  background-color: #868c9b;
  border-color: #7c8291;
}

/* line 2001, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-voltar:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 157, 172, 0.5);
}

/* line 2004, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-voltar:disabled {
  background-color: #979dac;
  border-color: #979dac;
}

/* SALVAR */
/* line 2010, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-salvar {
  color: #fff;
  background-color: #0466c8;
  border-color: #0466c8;
}

/* line 2015, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-salvar:hover {
  color: #fff;
  background-color: #0358aa;
  border-color: #034f9a;
}

/* line 2020, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-salvar:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 102, 200, 0.5);
}

/* line 2023, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-salvar:disabled {
  background-color: #0466c8;
  border-color: #0466c8;
}

/* PRIMARY (novo azul médio) */
/* line 2029, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-primary {
  color: #fff;
  background-color: #0353a4;
  border-color: #0353a4;
}

/* line 2034, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0460c0;
  border-color: #0459b3;
}

/* line 2039, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 83, 164, 0.5);
}

/* line 2042, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-primary:disabled {
  background-color: #0353a4;
  border-color: #0353a4;
}

/* SECONDARY (novo preto azulado) */
/* line 2048, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-secondary {
  color: #fff;
  background-color: #001233;
  border-color: #001233;
}

/* line 2053, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #001644;
  border-color: #00152f;
}

/* line 2058, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 18, 51, 0.5);
}

/* line 2061, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-secondary:disabled {
  background-color: #001233;
  border-color: #001233;
}

/* SUCCESS (novo azul escuro) */
/* line 2067, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-success {
  color: #fff;
  background-color: #023e7d;
  border-color: #023e7d;
}

/* line 2072, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-success:hover {
  color: #fff;
  background-color: #03508f;
  border-color: #02477e;
}

/* line 2077, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 62, 125, 0.5);
}

/* line 2080, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-success:disabled {
  background-color: #023e7d;
  border-color: #023e7d;
}

/* ======== EXTRAS ======== */
/* line 2086, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-1 {
  color: #fff;
  background-color: #002855;
  border-color: #002855;
}

/* line 2091, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-1:hover {
  color: #fff;
  background-color: #003177;
  border-color: #002d6a;
}

/* line 2096, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-1:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 40, 85, 0.5);
}

/* line 2100, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-2 {
  color: #fff;
  background-color: #00205c;
  border-color: #001d51;
}

/* line 2105, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-2:hover {
  color: #fff;
  background-color: #16377a;
  border-color: #041946;
}

/* line 2110, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-2:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 24, 69, 0.5);
}

/* line 2113, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-3 {
  color: #fff;
  background-color: #33415c;
  border-color: #33415c;
}

/* line 2118, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-3:hover {
  color: #fff;
  background-color: #3a4a6b;
  border-color: #354160;
}

/* line 2123, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-3:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 65, 92, 0.5);
}

/* line 2127, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-4 {
  color: #fff;
  background-color: #5c677d;
  border-color: #5c677d;
}

/* line 2132, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-4:hover {
  color: #fff;
  background-color: #677188;
  border-color: #5f6579;
}

/* line 2137, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-4:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 103, 125, 0.5);
}

/* line 2141, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-5 {
  color: #fff;
  background-color: #7d8597;
  border-color: #7d8597;
}

/* line 2146, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-5:hover {
  color: #fff;
  background-color: #8b92a7;
  border-color: #7e8794;
}

/* line 2151, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-ext-5:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 133, 151, 0.5);
}

/* line 2245, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-info {
  color: #fff;
  background-color: #1a7bb9;
  border-color: #1c84c6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2251, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-info:hover {
  color: #fff;
  background-color: #3e8ec2;
  border-color: #5097c4;
}

/* line 2255, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #0cd0e2;
  border-color: #0cc5d5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 198, 213, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 198, 213, 0.5);
}

/* line 2261, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #21e2f3;
  border-color: #21e2f3;
}

/* line 2265, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0cc5d5;
  border-color: #0bbac9;
}

/* line 2270, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 198, 213, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 198, 213, 0.5);
}

/* line 2275, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-warning {
  color: #212529;
  background-color: #b8ff41;
  border-color: #b8ff41;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2281, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #aaff1b;
  border-color: #a5ff0e;
}

/* line 2285, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #aaff1b;
  border-color: #a5ff0e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 222, 61, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(161, 222, 61, 0.5);
}

/* line 2291, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #b8ff41;
  border-color: #b8ff41;
}

/* line 2295, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #a5ff0e;
  border-color: #a0ff01;
}

/* line 2300, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 222, 61, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(161, 222, 61, 0.5);
}

/* line 2305, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-danger {
  color: #fff;
  background-color: #ec4758;
  border-color: #ed5565;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2311, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #e35d6b;
  border-color: #ea5f6e;
}

/* line 2315, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #b513fd;
  border-color: #b107fc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 87, 253, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(202, 87, 253, 0.5);
}

/* line 2321, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #c139fd;
  border-color: #c139fd;
}

/* line 2325, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b107fc;
  border-color: #aa02f4;
}

/* line 2330, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 87, 253, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(202, 87, 253, 0.5);
}

/* line 2335, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2341, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 2345, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 2351, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 2355, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 2360, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

/* line 2365, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-dark {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2371, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #424242;
  border-color: #3b3b3b;
}

/* line 2375, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #424242;
  border-color: #3b3b3b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}

/* line 2381, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}

/* line 2385, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #353535;
}

/* line 2390, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
}

/* line 2395, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-primary {
  color: #7976b3;
  border-color: #7976b3;
}

/* line 2398, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #7976b3;
  border-color: #7976b3;
}

/* line 2402, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 118, 179, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(121, 118, 179, 0.5);
}

/* line 2405, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #7976b3;
  background-color: transparent;
}

/* line 2408, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #7976b3;
  border-color: #7976b3;
}

/* line 2413, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 118, 179, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(121, 118, 179, 0.5);
}

/* line 2418, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 2421, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2425, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2428, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 2431, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2436, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2441, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-success {
  color: #1dc958;
  border-color: #1dc958;
}

/* line 2444, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #1dc958;
  border-color: #1dc958;
}

/* line 2448, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 88, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 88, 0.5);
}

/* line 2451, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1dc958;
  background-color: transparent;
}

/* line 2454, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1dc958;
  border-color: #1dc958;
}

/* line 2459, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 88, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 88, 0.5);
}

/* line 2464, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-info {
  color: #21e2f3;
  border-color: #21e2f3;
}

/* line 2467, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-info:hover {
  color: #212529;
  background-color: #21e2f3;
  border-color: #21e2f3;
}

/* line 2471, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 226, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 226, 243, 0.5);
}

/* line 2474, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #21e2f3;
  background-color: transparent;
}

/* line 2477, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #21e2f3;
  border-color: #21e2f3;
}

/* line 2482, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 226, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 226, 243, 0.5);
}

/* line 2487, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-warning {
  color: #b8ff41;
  border-color: #b8ff41;
}

/* line 2490, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #b8ff41;
  border-color: #b8ff41;
}

/* line 2494, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 255, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(184, 255, 65, 0.5);
}

/* line 2497, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #b8ff41;
  background-color: transparent;
}

/* line 2500, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #b8ff41;
  border-color: #b8ff41;
}

/* line 2505, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 255, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(184, 255, 65, 0.5);
}

/* line 2510, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-danger {
  color: #c139fd;
  border-color: #c139fd;
}

/* line 2513, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #c139fd;
  border-color: #c139fd;
}

/* line 2517, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 57, 253, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(193, 57, 253, 0.5);
}

/* line 2520, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #c139fd;
  background-color: transparent;
}

/* line 2523, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #c139fd;
  border-color: #c139fd;
}

/* line 2528, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 57, 253, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(193, 57, 253, 0.5);
}

/* line 2533, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}

/* line 2536, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 2540, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 2543, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 2546, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 2551, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 2556, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-dark {
  color: #555555;
  border-color: #555555;
}

/* line 2559, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}

/* line 2563, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
}

/* line 2566, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #555555;
  background-color: transparent;
}

/* line 2569, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}

/* line 2574, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
}

/* line 2579, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.border-primary {
  border-color: #7976b3 !important;
}

/* line 2582, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 2585, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.border-success {
  border-color: #1dc958 !important;
}

/* line 2588, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.border-info {
  border-color: #21e2f3 !important;
}

/* line 2591, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.border-warning {
  border-color: #b8ff41 !important;
}

/* line 2594, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.border-danger {
  border-color: #c139fd !important;
}

/* line 2597, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.border-light {
  border-color: #fff !important;
}

/* line 2600, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.border-dark {
  border-color: #555555 !important;
}

/* line 2603, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.text-primary {
  color: #7976b3 !important;
}

/* line 2606, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #524f8e !important;
}

/* line 2609, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 2612, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 2615, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.text-success {
  color: #1dc958 !important;
}

/* line 2618, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.text-success:hover, a.text-success:focus {
  color: #13863b !important;
}

/* line 2621, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.text-info {
  color: #1a7bb9 !important;
}

/* line 2624, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.text-info:hover, a.text-info:focus {
  color: #0aafbd !important;
}

/* line 2627, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.text-warning {
  color: #b8ff41 !important;
}

/* line 2630, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #99f400 !important;
}

/* line 2633, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.text-danger {
  color: #ec4758 !important;
}

/* line 2636, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #e35d6b !important;
}

/* line 2639, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.text-light {
  color: #fff !important;
}

/* line 2642, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}

/* line 2645, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.text-dark {
  color: #555555 !important;
}

/* line 2648, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #2f2f2f !important;
}

/* line 2651, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-primary {
  background-color: #7976b3 !important;
}

/* line 2654, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #5b589e !important;
}

/* line 2659, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 2662, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 2667, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-success {
  background-color: #1dc958 !important;
}

/* line 2670, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #179c44 !important;
}

/* line 2675, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-info {
  background-color: #21e2f3 !important;
}

/* line 2678, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0cc5d5 !important;
}

/* line 2683, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-warning {
  background-color: #b8ff41 !important;
}

/* line 2686, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #a5ff0e !important;
}

/* line 2691, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-danger {
  background-color: #c139fd !important;
}

/* line 2694, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b107fc !important;
}

/* line 2699, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-light {
  background-color: #fff !important;
}

/* line 2702, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

/* line 2707, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.bg-dark {
  background-color: #555555 !important;
}

/* line 2710, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #3b3b3b !important;
}

/* line 2715, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
:root {
  --theme-primary: #7976b3;
  --theme-secondary: #6c757d;
  --theme-success: #1dc958;
  --theme-info: #21e2f3;
  --theme-warning: #b8ff41;
  --theme-danger: #c139fd;
  --theme-light: #fff;
  --theme-dark: #555555;
  --theme-rgb-primary: 121,118,179;
  --theme-rgb-success: 29,201,88;
  --theme-rgb-info: 33,226,243;
  --theme-rgb-warning: 184,255,65;
  --theme-rgb-danger: 193,57,253;
  --theme-rgb-fusion: 84.75,84.75,84.75;
  --theme-primary-50: #c9c8e0;
  --theme-primary-100: #b9b8d7;
  --theme-primary-200: #a9a7ce;
  --theme-primary-300: #9997c5;
  --theme-primary-400: #8986bc;
  --theme-primary-500: #7976b3;
  --theme-primary-600: #6966aa;
  --theme-primary-700: #5b589e;
  --theme-primary-800: #524f8e;
  --theme-primary-900: #48467d;
  --theme-success-50: #7aeca1;
  --theme-success-100: #63e991;
  --theme-success-200: #4de581;
  --theme-success-300: #37e272;
  --theme-success-400: #21df62;
  --theme-success-500: #1dc958;
  --theme-success-600: #1ab34e;
  --theme-success-700: #179c44;
  --theme-success-800: #13863b;
  --theme-success-900: #107031;
  --theme-info-50: #9af2fa;
  --theme-info-100: #82eff8;
  --theme-info-200: #6aebf7;
  --theme-info-300: #51e8f6;
  --theme-info-400: #39e5f4;
  --theme-info-500: #21e2f3;
  --theme-info-600: #0ddbee;
  --theme-info-700: #0cc5d5;
  --theme-info-800: #0aafbd;
  --theme-info-900: #0998a5;
  --theme-warning-50: #e8ffc1;
  --theme-warning-100: #deffa7;
  --theme-warning-200: #d5ff8e;
  --theme-warning-300: #cbff74;
  --theme-warning-400: #c2ff5b;
  --theme-warning-500: #b8ff41;
  --theme-warning-600: #aeff28;
  --theme-warning-700: #a5ff0e;
  --theme-warning-800: #99f400;
  --theme-warning-900: #89da00;
  --theme-danger-50: #e9b7fe;
  --theme-danger-100: #e19efe;
  --theme-danger-200: #d985fe;
  --theme-danger-300: #d16bfe;
  --theme-danger-400: #c952fd;
  --theme-danger-500: #c139fd;
  --theme-danger-600: #b920fd;
  --theme-danger-700: #b107fc;
  --theme-danger-800: #a102e7;
  --theme-danger-900: #9002ce;
  --theme-fusion-50: #959595;
  --theme-fusion-100: #888888;
  --theme-fusion-200: #7b7b7b;
  --theme-fusion-300: #6e6e6e;
  --theme-fusion-400: #626262;
  --theme-fusion-500: #555555;
  --theme-fusion-600: #484848;
  --theme-fusion-700: #3b3b3b;
  --theme-fusion-800: #2f2f2f;
  --theme-fusion-900: #222222;
}

/* line 2791, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #7976b3;
}

/* line 2794, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #7976b3;
}

/* line 2797, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #c139fd;
}

/* line 2800, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #c139fd;
}

/* line 2803, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #b8ff41;
}

/* line 2806, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #b8ff41;
}

/* line 2809, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #21e2f3;
}

/* line 2812, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #21e2f3;
}

/* line 2815, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #555555;
}

/* line 2818, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #555555;
}

/* line 2821, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #1dc958;
}

/* line 2824, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #1dc958;
}

/* line 2827, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #21e2f3;
}

/* line 2830, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #21e2f3;
}

/* line 2833, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #48467d;
}

/* line 2836, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #48467d;
}

/* line 2839, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #e19efe;
}

/* line 2842, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #e19efe;
}

/* line 2845, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #d5ff8e;
}

/* line 2848, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #d5ff8e;
}

/* line 2851, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #9002ce;
}

/* line 2854, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #9002ce;
}

/* line 2857, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #6e6e6e;
}

/* line 2860, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #6e6e6e;
}

/* line 2863, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #37e272;
}

/* line 2866, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #37e272;
}

/* line 2869, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #51e8f6;
}

/* line 2872, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #51e8f6;
}

/* line 2875, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #9997c5;
}

/* line 2878, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #9997c5;
}

/* line 2881, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #E5E5E5;
}

/* line 2885, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-dropdown {
  border-color: #E5E5E5;
}

/* line 2888, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-search--dropdown:before {
  color: #7976b3;
}

/* line 2891, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-results__message {
  color: #7976b3 !important;
}

/* line 2894, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--open .select2-dropdown--above {
  border-color: #7976b3;
}

/* line 2897, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--open .select2-dropdown--below {
  border-color: #7976b3;
}

/* line 2900, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #495057;
  background-color: #fff;
  border-color: #E5E5E5;
  -webkit-box-shadow: inset 0 0.25rem 0.125rem 0 rgba(33, 37, 41, 0.025);
  box-shadow: inset 0 0.25rem 0.125rem 0 rgba(33, 37, 41, 0.025);
}

/* line 2906, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #cccccc;
}

/* line 2909, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--default .select2-results__group {
  padding: 0.5rem 0;
  color: #8e8e8e;
}

/* line 2913, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f3f3f8;
  color: #48467d;
}

/* line 2917, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #7976b3;
  color: #fff;
}

/* line 2921, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.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,
.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-color: #7976b3;
}

/* line 2927, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #7976b3;
}

/* line 2931, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #f3f3f8;
  border-color: #8986bc;
  color: #48467d;
}

/* line 2935, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #9997c5;
}

/* line 2937, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #7976b3;
}

/* line 2939, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:active {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

/* line 2943, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  color: #c139fd;
}

/* line 2945, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: #b920fd;
}

/* line 2948, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.select2-results__message {
  color: #c139fd;
}

/* line 2951, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.sorting_asc,
.sorting_desc,
.even .sorting_1 {
  background-color: rgba(121, 118, 179, 0.03);
}

/* line 2956, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.odd .sorting_1 {
  background-color: rgba(121, 118, 179, 0.04);
}

/* line 2959, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.table-dark .sorting_asc,
.table-dark .sorting_desc,
.table-dark .even .sorting_1 {
  background-color: rgba(184, 255, 65, 0.15);
}

/* line 2964, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.table-dark .odd .sorting_1 {
  background-color: rgba(184, 255, 65, 0.15);
}

/* line 2967, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  background-color: #7976b3;
}

/* line 2973, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  background-color: #1dc958;
}

/* line 2979, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.dataTables_empty {
  color: #c139fd;
}

/* line 2982, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.dataTables_wrapper tr.child td.child .dtr-details:before {
  color: #21df62;
}

/* line 2985, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.dataTables_wrapper tr.child td.child .dtr-details:after {
  background: #4de581;
}

/* line 2988, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
div.dt-autofill-background {
  opacity: 0.2;
  background-color: #000;
}

/* line 2992, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
div.dt-autofill-handle {
  background: #7976b3;
}

/* line 2995, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
div.dt-autofill-select {
  background-color: #7976b3;
}

/* FixedColumns */
/* line 2999, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.DTFC_LeftHeadWrapper:before,
.DTFC_LeftBodyWrapper:before,
.DTFC_LeftFootWrapper:before {
  background: #c139fd;
}

/* KeyTable */
/* line 3005, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
  -webkit-box-shadow: inset 0 0 0px 1px #7976b3;
  box-shadow: inset 0 0 0px 1px #7976b3;
  background: rgba(121, 118, 179, 0.1);
}

/* line 3011, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
table.dataTable:not(.table-dark) tr.dtrg-group td {
  background: #fff;
}

/* line 3014, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
tr.dt-rowReorder-moving {
  outline-color: #1dc958;
}

/* line 3017, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
table.dt-rowReorder-float {
  outline-color: #7976b3;
}

/* Select */
/* line 3021, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
table.dataTable.table-bordered .selected td {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 3024, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
table.dataTable.table-bordered td.selected {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 3027, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  -webkit-box-shadow: inset 0 0 0px 1px #7976b3;
  box-shadow: inset 0 0 0px 1px #7976b3;
  background: rgba(121, 118, 179, 0.1);
}

/* line 3033, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #aeaeae;
}

/* line 3037, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted,
.datepicker table tr td span.active.active,
.datepicker table tr td span.focused {
  background-color: #8986bc;
  border-color: #7976b3;
  color: #fff;
}

/* line 3049, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.focus:active,
.datepicker table tr td.active.highlighted.focus:active,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.focus:active,
.datepicker table tr td.selected.highlighted.focus:active,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  background-color: #6966aa;
  border-color: #5b589e;
  color: #fff;
}

/* line 3079, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.datepicker.datepicker-inline {
  border: 1px solid #ebedf2;
}

/* line 3082, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next {
  color: #a1a8c3;
}

/* line 3085, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.daterangepicker table tr td.old,
.daterangepicker table tr td.new {
  color: #aeaeae;
}

/* line 3089, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.daterangepicker table tr td.active:active,
.daterangepicker table tr td.active.highlighted:active,
.daterangepicker table tr td.active.active,
.daterangepicker table tr td.active.highlighted.active,
.daterangepicker table tr td.selected,
.daterangepicker table tr td.selected.highlighted,
.daterangepicker table tr td span.active.active,
.daterangepicker table tr td span.focused {
  background-color: #8986bc;
  color: #fff;
}

/* line 3100, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.daterangepicker table tr td.active:active:hover,
.daterangepicker table tr td.active.highlighted:active:hover,
.daterangepicker table tr td.active.active:hover,
.daterangepicker table tr td.active.highlighted.active:hover,
.daterangepicker table tr td.active:active:focus,
.daterangepicker table tr td.active.highlighted:active:focus,
.daterangepicker table tr td.active.active:focus,
.daterangepicker table tr td.active.highlighted.active:focus,
.daterangepicker table tr td.active.focus:active,
.daterangepicker table tr td.active.highlighted.focus:active,
.daterangepicker table tr td.active.active.focus,
.daterangepicker table tr td.active.highlighted.active.focus,
.daterangepicker table tr td.selected:active:hover,
.daterangepicker table tr td.selected.highlighted:active:hover,
.daterangepicker table tr td.selected.active:hover,
.daterangepicker table tr td.selected.highlighted.active:hover,
.daterangepicker table tr td.selected:active:focus,
.daterangepicker table tr td.selected.highlighted:active:focus,
.daterangepicker table tr td.selected.active:focus,
.daterangepicker table tr td.selected.highlighted.active:focus,
.daterangepicker table tr td.selected.focus:active,
.daterangepicker table tr td.selected.highlighted.focus:active,
.daterangepicker table tr td.selected.active.focus,
.daterangepicker table tr td.selected.highlighted.active.focus,
.daterangepicker table tr td.selected:hover,
.daterangepicker table tr td.selected.highlighted:hover {
  background-color: #6966aa;
  color: #fff;
}

/* line 3129, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: #a1a8c3;
}

/* line 3133, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.daterangepicker .in-range.available {
  background-color: #deffa7;
}

/* line 3136, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.daterangepicker .off.ends.in-range.available {
  background-color: #e8ffc1;
}

/* line 3139, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #cbff74;
}

/* line 3143, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.daterangepicker .calendar-table table thead tr th.month {
  color: #a1a8c3;
}

/* line 3146, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.daterangepicker .ranges li.active {
  background-color: #7976b3;
}

/* line 3149, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-handle > i:first-child {
  background-color: #7976b3;
}

/* line 3156, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #7976b3;
}

/* line 3161, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #6966aa;
}

/* line 3165, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.irs--big .irs-bar {
  background-color: #9997c5;
  border-color: #7976b3;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #9997c5), to(#7976b3));
  background: linear-gradient(to bottom, #ffffff 0%, #9997c5 30%, #7976b3 100%);
}

/* line 3171, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  background: #7976b3;
}

/* line 3176, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.irs--modern .irs-bar {
  background: #1ab34e;
  background: -webkit-gradient(linear, left top, left bottom, from(#21df62), to(#1ab34e));
  background: linear-gradient(to bottom, #21df62 0%, #1ab34e 100%);
}

/* line 3181, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  background-color: #1dc958;
}

/* line 3186, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  border-top-color: #1dc958;
}

/* line 3191, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.irs--sharp .irs-bar,
.irs--sharp .irs-handle,
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  background-color: #c139fd;
}

/* line 3198, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.irs--sharp .irs-handle > i:first-child,
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  border-top-color: #c139fd;
}

/* line 3204, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  background-color: #a102e7;
}

/* line 3208, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.irs--round .irs-handle {
  border-color: #21e2f3;
}

/* line 3211, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.irs--round .irs-bar,
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #21e2f3;
}

/* line 3217, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #21e2f3;
}

/* line 3222, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
body:not(.mod-pace-custom) .pace .pace-progress {
  background: #7976b3;
}

/* line 3225, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.mod-pace-custom .pace {
  background: #fff;
}

/* line 3227, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.mod-pace-custom .pace .pace-progress {
  background-color: #7976b3;
  background-image: linear-gradient(135deg, #7976b3 0%, #7976b3 25%, #5b589e 25%, #5b589e 50%, #7976b3 50%, #7976b3 75%, #5b589e 75%, #5b589e 100%);
}

/* line 3231, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
.mod-pace-custom.pace-running .page-content:before {
  background-color: white;
}

/* #Reset userselect
========================================================================== */
/* line 3236, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
#myapp-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 3240, vendor/assets/stylesheets/smartadmin/themes/cust-theme-12.scss */
#myapp-12 {
  -webkit-box-shadow: 0 0 0 3px #000000;
  box-shadow: 0 0 0 3px #000000;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.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);
}
.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);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
* This is a manifest file that'll be compiled into application.css,
* which will include all the stylesheets listed below.
*
* Any CSS (and SCSS) file within this directory, lib/assets/stylesheets, or any plugin's
* vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any other CSS
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
*





*/

/* Customização dos inputs na tela show */ 
.text-truncate-input { 
  text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap; 
}


.grey_primary {
  color: #676a6c;
}

.adesao_confirmado {
  color: #1c84c6;
}

.adesao_esperando {
  color: #f8ac59;
}

.adesao_erro {
  color: #ed5565;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

/* Ajuste do estilo do select2 para o tema bootstrap-5 */
.select2-container .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* Centraliza verticalmente o texto do Select2 */
.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection__rendered {
  line-height: normal;
  padding-left: 0;
}

.select2-container--default .select2-selection__arrow {
  height: 100%;
  display: flex;
  align-items: center;
}

/* === Campo de busca do Select2 (dropdown) === */
.select2-container--default .select2-search--dropdown {
  padding: 0.375rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem 0.375rem 2.25rem; /* espaço para a lupa */
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  line-height: normal;
}

/* Centraliza o texto verticalmente */
.select2-container--default .select2-search__field {
  display: flex;
  align-items: center;
}

/* Lupa (ícone) */
.select2-container--default .select2-search--dropdown::before {
  content: "\f002"; /* ícone de lupa (FontAwesome) */
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 1.1rem;
  top: 9%;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
}

.select2-container--default .select2-selection--single
.select2-selection__rendered {
  padding-left: 0.15rem; /* mesmo padding do .form-control */
}


/* === FIX Toastr + SmartAdmin === */
#toast-container > div {
  background-color: #030303 !important;
  color: #fff !important;
  opacity: 1 !important;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.25);
}

#toast-container > .toast-success {
  background-color: #28a745 !important;
}

#toast-container > .toast-error {
  background-color: #dc3545 !important;
}

#toast-container > .toast-warning {
  background-color: #ffc107 !important;
  color: #000 !important;
}

#toast-container > .toast-info {
  background-color: #17a2b8 !important;
}

#toast-container .toast-message {
  color: inherit !important;
}

#toast-container {
  z-index: 99999 !important;
}

/* Corrige Toastr no SmartAdmin */
.toast-close-button {
  display: block !important;
  opacity: 1 !important;
  color: #fff !important;
  font-size: 18px;
}

.toast-message {
  padding-right: 2rem; /* espaço pro botão */
}

/*# sourceMappingURL=application.css-8b011bfc2495ec48d4ebaf4eeffb27fb1a9c37f8c3ae6b8ead6999fc965169c2.map */
