*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }

a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }
:root {
  --colorPrimary: #0099CC;
  --colorPrimary-dark: #7eb63c;
  --colorPrimary-darker: #76ac39;
  --colorPrimary-light: #98ca5e;
  --colorPrimary-lighter: #9ecd68;
  --colorSecondary: #536dfe;
  --colorText: #4f5f6f;
  --colorText-light: #7e8e9f;
  --colorText-lighter: #a5b4c3;
  --colorText-dark: #2f373f;
  --colorText-darker: #2f373f;
  --colorText-muted: #c2ccd6;
  --colorText-inverse: white;
  --colorText-passive: #c5c5c5;
  --colorTextSecondary: #757575;
  --colorDivider: #d7dde4;
  --colorDivider-light: #f1f3f6;
  --colorDivider-lighter: white;
  --colorDivider-dark: #bdc7d2;
  --colorDivider-darker: #afbbc9;
  --BodyColorBg: #f0f3f6;
  --LinkColor: #2f373f;
  --LinkColor-hover: #7eb63c;
  --LinkFontWeight: 600;
  --LinkTextDecoration: none;
  --LinkTextDecoration-hover: none;
  --AppColorBg: #f0f3f6;
  --AppHeaderHeight: 60px;
  --AppHeaderHeight-xs: 50px;
  --AppSidebarWidth: 280px;
  --AppSidebarWidth-compact: 70px;
  --AppFooterHeight: 50px;
  --AppCustomizeWidth: 280px;
  --AppLayoutTransitionDuration: 0.3s;
  --HeaderColorBg: white;
  --HeaderShadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  --HeaderBorderBottom: 1px solid #e0e0e0;
  --FooterColorBg: white;
  --FooterShadow: none;
  --SidebarColorBg: #0099CC;
  --SidebarColorText: rgba(255, 255, 255, 0.8);
  --SidebarBgImage: url("/modular-admin-html-demo/sidebar-bg-1.jpg");
  --SidebarBgImageOpacity: 1;
  --SidebarShadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  --SidebarPaddingHorizontal: 20px;
  --SidebarNavColorText: rgba(255, 255, 255, 0.6);
  --SidebarNavColorText-open: rgba(255, 255, 255, 0.6);
  --SidebarNavColorText-active: white;
  --PagePaddingVertical-xs: 15px;
  --PagePaddingHorizontal-xs: 10px;
  --PagePaddingVertical-sm: 20px;
  --PagePaddingHorizontal-sm: 20px;
  --PagePaddingVertical-md: 25px;
  --PagePaddingHorizontal-md: 20px;
  --PagePaddingVertical-lg: 25px;
  --PagePaddingHorizontal-lg: 20px;
  --PagePaddingVertical-xl: 35px;
  --PagePaddingHorizontal-xl: 40px;
  --CardColorBg: #fff;
  --CardShadow: 1px 1px 5px rgba(0, 0, 0, 0.03);
  --CardMarginBottom: 15px;
  --CardMarginBottom-sm: 15px;
  --CardMarginBottom-md: 20px;
  --CardMarginBottom-lg: 20px;
  --CardMarginBottom-xl: 30px;
  --CardBlockPaddingVertical: 10px;
  --CardBlockPaddingVertical-xl: 15px;
  --CardBlockPaddingVertical-sm: 8px;
  --CardBlockPaddingHorizontal: 15px;
  --CardBlockPaddingHorizontal-xl: 20px;
  --CardBlockPaddingHorizontal-sm: 10px;
  --DropdownColorBg: #fff;
  --ProgressColorBg: #dddddd; }

html,
body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  position: absolute;
  width: 100%;
  color: rgb(79, 95, 111);
  color: var(--colorText);
  overflow-x: hidden;
  background: rgb(240, 243, 246);
  background: var(--BodyColorBg);
  font-family: 'Open Sans', sans-serif; }

html.-rtl,
  body.-rtl {
    text-align: right; }

html.-rounded,
  body.-rounded {
    border-radius: 0; }

a {
  color: rgb(47, 55, 63);
  color: var(--LinkColor);
  text-decoration: none;
  -webkit-text-decoration: var(--LinkTextDecoration);
          text-decoration: var(--LinkTextDecoration);
  font-weight: 600;
  font-weight: var(--LinkFontWeight); }

a:hover {
    color: hsl(87.80000000000001, 50.2%, 47.5%);
    color: var(--LinkColor-hover);
    text-decoration: none;
    -webkit-text-decoration: var(--LinkTextDecoration-hover);
            text-decoration: var(--LinkTextDecoration-hover); }
.Button {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  height: 2.2em;
  line-height: 2.2em;
  padding: 0 1em;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none; }
  .Button .Icon {
    vertical-align: inherit; }
  .Button.-dismiss {
    color: rgb(215, 221, 228);
    color: var(--colorDivider);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px;
    width: 2em;
    height: 2em;
    font-size: 1.2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: .25em;
    right: 5px;
    top: 2px;
    position: absolute; }
  .Button.-dismiss:hover {
      color: rgb(139, 195, 74);
      color: var(--colorPrimary); }
  .Button.-raized {
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 6px, rgba(0, 0, 0, 0.08) 0px 1px 4px;
            box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 6px, rgba(0, 0, 0, 0.08) 0px 1px 4px; }
  .Button.-outline {
    background-color: #fff; }
  .Button:hover:not(.-dismiss) {
    background-color: #f6f6f6; }
  .Button:focus:not(.-dismiss) {
    outline: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 8px, rgba(0, 0, 0, 0.09) 0px 1px 6px;
            box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 8px, rgba(0, 0, 0, 0.09) 0px 1px 6px; }
  .Button.-default {
    color: rgb(126, 142, 159);
    color: var(--colorText-light); }
  .Button.-default.-raised:not(.Button.-default.outline) {
      background-color: rgb(165, 180, 195);
      background-color: var(--colorText-lighter); }
  .Button.-default:hover {
      color: rgb(47, 55, 63);
      color: var(--colorText-dark);
      border-color: rgb(79, 95, 111);
      border-color: var(--colorText); }
  .Button.-default.-outline {
      border-color: rgb(165, 180, 195);
      border-color: var(--colorText-lighter); }
  .Button.-primary {
    color: rgb(139, 195, 74);
    color: var(--colorPrimary); }
  .Button.-primary.-raised {
      color: rgb(255, 255, 255);
      color: var(--colorText-inverse);
      background-color: rgb(139, 195, 74);
      background-color: var(--colorPrimary);
      border-color: rgb(139, 195, 74);
      border-color: var(--colorPrimary); }
  .Button.-primary.-raised:hover {
        background-color: hsl(87.80000000000001, 50.2%, 47.5%);
        background-color: var(--colorPrimary-dark);
        border-color: hsl(87.80000000000001, 50.2%, 47.5%);
        border-color: var(--colorPrimary-dark); }
  .Button.-primary.-outline {
      color: rgb(139, 195, 74);
      color: var(--colorPrimary);
      border-color: rgb(139, 195, 74);
      border-color: var(--colorPrimary); }
  .Button.-primary.-outline:hover {
        color: hsl(87.80000000000001, 50.2%, 47.5%);
        color: var(--colorPrimary-dark);
        border-color: hsl(87.80000000000001, 50.2%, 47.5%);
        border-color: var(--colorPrimary-dark); }
  .Button.-secondary {
    color: rgb(83, 109, 254);
    color: var(--colorSecondary); }
  .Button.-secondary.-raised {
      color: rgb(255, 255, 255);
      color: var(--colorText-inverse);
      background-color: rgb(83, 109, 254);
      background-color: var(--colorSecondary);
      border-color: rgb(83, 109, 254);
      border-color: var(--colorSecondary); }
  .Button.-secondary.-outline {
      border-color: rgb(83, 109, 254);
      border-color: var(--colorSecondary); }
  .Button.-lg {
    font-size: 1.16em; }
  .Button.-xl {
    font-size: 1.3em; }
  .Button.-sm {
    font-size: .8em; }
  .Button.-rounded {
    border-radius: .3em; }
.Card {
  background-color: #fff;
  background-color: var(--CardColorBg);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: var(--CardShadow);
          box-shadow: var(--CardShadow);
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: var(--CardMarginBottom);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 767px) {
    .Card {
      margin-bottom: 15px;
      margin-bottom: var(--CardMarginBottom-sm); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .Card {
      margin-bottom: 20px;
      margin-bottom: var(--CardMarginBottom-md); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .Card {
      margin-bottom: 20px;
      margin-bottom: var(--CardMarginBottom-lg); } }
  @media (min-width: 1200px) {
    .Card {
      margin-bottom: 30px;
      margin-bottom: var(--CardMarginBottom-xl); } }
  .Card .-rounded,
  .-rounded .Card {
    border-radius: 7px; }
  .Card .-rounded .CardHeader,
    .-rounded .Card .CardHeader {
      border-radius: 7px 7px 0 0; }
  .Card .CardHeader {
    background-image: none;
    background-color: #ffffff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    border-radius: 0;
    min-height: 45px;
    border: none; }
  .Card .CardHeader.-bordered {
      border-bottom: 1px solid rgb(215, 221, 228);
      border-bottom: 1px solid var(--colorDivider); }
  .Card .CardHeader.-sm {
      min-height: 40px; }
  .Card .CardHeader.-lg {
      min-height: 50px; }
  .-rtl .Card .CardHeader {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .Card .HeaderBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 767px) {
      .Card .HeaderBlock {
        padding: 0 10px; } }
  @media (min-width: 1200px) {
      .Card .HeaderBlock {
        padding: 0 20px; } }
  .Card .HeaderBlock .Title {
      margin: 0; }
  .Card .CardBlock {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 15px; }
  @media (max-width: 767px) {
      .Card .CardBlock {
        padding: 8px 10px; } }
  @media (min-width: 1200px) {
      .Card .CardBlock {
        padding: 15px 20px; } }
  .Card .Title {
    margin-top: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 1.1rem; }
  .Card .TitleDescription {
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    font-weight: normal;
    color: #7e8e9f; }
  .Card .TitleBlock {
    margin-bottom: 20px; }
  .Card .TitleBlock > .Title {
      margin-bottom: 0; }
.morris-hover {
  position: absolute;
  z-index: 1000; }

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center; }

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0; }

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0; }
.Dropdown {
  position: relative; }
  .Dropdown .DropdownToggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent; }
  .Dropdown .DropdownContent {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    background-color: #fff;
    background-color: var(--DropdownColorBg);
    -webkit-box-shadow: 1px 1px 7px rgba(126, 142, 159, 0.2);
            box-shadow: 1px 1px 7px rgba(126, 142, 159, 0.2);
    border: 1px solid rgba(126, 142, 159, 0.1);
    padding-top: 7px;
    padding-bottom: 7px;
    min-width: 10rem; }
  .Dropdown .DropdownContent.-end {
      left: auto;
      right: 0; }
  .-rtl .Dropdown .DropdownContent.-end {
        left: 0;
        right: auto; }
  .Dropdown .Nav a {
    display: block;
    padding: 8px 14px; }
  .Dropdown .Nav .Divider {
    height: 1px;
    background-color: rgb(215, 221, 228);
    background-color: var(--colorDivider); }
  .Dropdown .Nav.-bordered a {
    border-bottom: 1px solid rgba(126, 142, 159, 0.1); }
  .Dropdown .Nav .Icon {
    margin-right: .3em; }
.form-control, .FormControl {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand, .FormControl::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .FormControl:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none; }
  .form-control::-webkit-input-placeholder, .FormControl::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .FormControl:-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::placeholder, .FormControl::placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:disabled, .FormControl:disabled, .form-control[readonly], [readonly].FormControl {
    background-color: #e9ecef;
    opacity: 1; }
  select.form-control:not([size]):not([multiple]), select.FormControl:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
  select.form-control:focus::-ms-value, select.FormControl:focus::-ms-value {
  color: #495057;
  background-color: #fff; }
  .form-control-file,
.form-control-range {
  display: block; }
  .col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }
  .col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem; }
  .col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }
  .col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }
  .form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .form-control-plaintext.FormControl,
  .input-group-sm > .form-control-plaintext.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.FormControl.-sm, .form-control-plaintext.FormControl.-lg, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .form-control-plaintext.FormControl,
  .input-group-lg > .form-control-plaintext.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }
  .form-control-sm, .input-group-sm > .form-control, .input-group-sm > .FormControl,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .FormControl.-sm, .FormControl.-lg {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
  select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.FormControl:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), select.FormControl.-sm:not([size]):not([multiple]), select.FormControl.-lg:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }
  .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .FormControl,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }
  select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.FormControl:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }
  .form-group, .FormGroup {
  margin-bottom: 1rem; }
  .form-text {
  display: block;
  margin-top: 0.25rem; }
  .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
  .form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #868e96; }
  .form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0; }
  .form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }
  .invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545; }
  .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }
  .was-validated .form-control:valid, .was-validated .FormControl:valid, .form-control.is-valid, .is-valid.FormControl, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .was-validated .FormControl:valid:focus, .form-control.is-valid:focus, .is-valid.FormControl:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .invalid-feedback, .was-validated .FormControl:valid ~ .invalid-feedback,
  .was-validated .form-control:valid ~ .invalid-tooltip,
  .was-validated .FormControl:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback, .is-valid.FormControl ~ .invalid-feedback,
  .form-control.is-valid ~ .invalid-tooltip, .is-valid.FormControl ~ .invalid-tooltip, .was-validated
  .custom-select:valid ~ .invalid-feedback,
  .was-validated
  .custom-select:valid ~ .invalid-tooltip,
  .custom-select.is-valid ~ .invalid-feedback,
  .custom-select.is-valid ~ .invalid-tooltip {
    display: block; }
  .was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25); }
  .was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }
  .was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:invalid, .was-validated .FormControl:invalid, .form-control.is-invalid, .is-invalid.FormControl, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .was-validated .FormControl:invalid:focus, .form-control.is-invalid:focus, .is-invalid.FormControl:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .FormControl:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .FormControl:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .is-invalid.FormControl ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .is-invalid.FormControl ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25); }
  .was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }
  .was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .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; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .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; }
    .form-inline .form-group, .form-inline .FormGroup {
      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; }
    .form-inline .form-control, .form-inline .FormControl {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .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;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      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-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
  .custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem; }
  .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #e9ecef; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #868e96; }
  .custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }
  .custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
  .custom-radio .custom-control-indicator {
  border-radius: 50%; }
  .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
  .custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
  .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }
  .custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-clip: padding-box;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: none; }
  .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }
  .custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }
  .custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }
  .custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
            box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff; }
  .custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
  overflow: hidden;
  line-height: 1.25;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .custom-file-control:lang(en):empty::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #495057;
    background-color: #e9ecef;
    border-left: 1px solid rgba(0, 0, 0, 0.15); }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }
  .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .input-group .form-control, .input-group .FormControl {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
  .input-group .form-control:focus, .input-group .FormControl:focus, .input-group .form-control:active, .input-group .FormControl:active, .input-group .form-control:hover, .input-group .FormControl:hover {
      z-index: 3; }
  .input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .FormControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .FormControl:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }
  .input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-addon.FormControl.-sm, .input-group-addon.FormControl.-lg {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }
  .input-group .form-control:not(:last-child), .input-group .FormControl:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  .input-group-addon:not(:last-child) {
  border-right: 0; }
  .input-group .form-control:not(:first-child), .input-group .FormControl:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .form-control + .input-group-addon:not(:first-child), .FormControl + .input-group-addon:not(:first-child) {
  border-left: 0; }
  .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .input-group-btn > .btn + .btn {
      margin-left: -1px; }
  .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
  .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }
  .FormControl:focus {
  border-color: rgb(139, 195, 74);
  border-color: var(--colorPrimary); }
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

@media (min-width: 576px) {
    .container {
      max-width: 540px; } }

@media (min-width: 768px) {
    .container {
      max-width: 720px; } }

@media (min-width: 992px) {
    .container {
      max-width: 960px; } }

@media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .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; }
  .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; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .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; }
  .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; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .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; }
  .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; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .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; }
  .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; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

/*!
 *  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(/modular-admin-html-demo/d1cb39775770d4972b63ecd2a137e4f3.eot);
  src: url(/modular-admin-html-demo/d1cb39775770d4972b63ecd2a137e4f3.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/modular-admin-html-demo/af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"), url(/modular-admin-html-demo/fee66e712a8a08eef5805a46892932ad.woff) format("woff"), url(/modular-admin-html-demo/cba12ce667c1197736f1de977317d8cb.ttf) format("truetype"), url(/modular-admin-html-demo/36d50c1381fda7c71d12b6643cbe1ee0.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.33333em;
  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.28571em;
  text-align: center; }
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
.fa-ul > li {
    position: relative; }
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
.fa-li.fa-lg {
    left: -1.85714em; }
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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);
  transform: rotate(90deg); }
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }
.fa-stack-1x {
  line-height: inherit; }
.fa-stack-2x {
  font-size: 2em; }
.fa-inverse {
  color: #fff; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }
.fa-music:before {
  content: "\F001"; }
.fa-search:before {
  content: "\F002"; }
.fa-envelope-o:before {
  content: "\F003"; }
.fa-heart:before {
  content: "\F004"; }
.fa-star:before {
  content: "\F005"; }
.fa-star-o:before {
  content: "\F006"; }
.fa-user:before {
  content: "\F007"; }
.fa-film:before {
  content: "\F008"; }
.fa-th-large:before {
  content: "\F009"; }
.fa-th:before {
  content: "\F00A"; }
.fa-th-list:before {
  content: "\F00B"; }
.fa-check:before {
  content: "\F00C"; }
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }
.fa-search-plus:before {
  content: "\F00E"; }
.fa-search-minus:before {
  content: "\F010"; }
.fa-power-off:before {
  content: "\F011"; }
.fa-signal:before {
  content: "\F012"; }
.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }
.fa-trash-o:before {
  content: "\F014"; }
.fa-home:before {
  content: "\F015"; }
.fa-file-o:before {
  content: "\F016"; }
.fa-clock-o:before {
  content: "\F017"; }
.fa-road:before {
  content: "\F018"; }
.fa-download:before {
  content: "\F019"; }
.fa-arrow-circle-o-down:before {
  content: "\F01A"; }
.fa-arrow-circle-o-up:before {
  content: "\F01B"; }
.fa-inbox:before {
  content: "\F01C"; }
.fa-play-circle-o:before {
  content: "\F01D"; }
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }
.fa-refresh:before {
  content: "\F021"; }
.fa-list-alt:before {
  content: "\F022"; }
.fa-lock:before {
  content: "\F023"; }
.fa-flag:before {
  content: "\F024"; }
.fa-headphones:before {
  content: "\F025"; }
.fa-volume-off:before {
  content: "\F026"; }
.fa-volume-down:before {
  content: "\F027"; }
.fa-volume-up:before {
  content: "\F028"; }
.fa-qrcode:before {
  content: "\F029"; }
.fa-barcode:before {
  content: "\F02A"; }
.fa-tag:before {
  content: "\F02B"; }
.fa-tags:before {
  content: "\F02C"; }
.fa-book:before {
  content: "\F02D"; }
.fa-bookmark:before {
  content: "\F02E"; }
.fa-print:before {
  content: "\F02F"; }
.fa-camera:before {
  content: "\F030"; }
.fa-font:before {
  content: "\F031"; }
.fa-bold:before {
  content: "\F032"; }
.fa-italic:before {
  content: "\F033"; }
.fa-text-height:before {
  content: "\F034"; }
.fa-text-width:before {
  content: "\F035"; }
.fa-align-left:before {
  content: "\F036"; }
.fa-align-center:before {
  content: "\F037"; }
.fa-align-right:before {
  content: "\F038"; }
.fa-align-justify:before {
  content: "\F039"; }
.fa-list:before {
  content: "\F03A"; }
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }
.fa-indent:before {
  content: "\F03C"; }
.fa-video-camera:before {
  content: "\F03D"; }
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }
.fa-pencil:before {
  content: "\F040"; }
.fa-map-marker:before {
  content: "\F041"; }
.fa-adjust:before {
  content: "\F042"; }
.fa-tint:before {
  content: "\F043"; }
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }
.fa-share-square-o:before {
  content: "\F045"; }
.fa-check-square-o:before {
  content: "\F046"; }
.fa-arrows:before {
  content: "\F047"; }
.fa-step-backward:before {
  content: "\F048"; }
.fa-fast-backward:before {
  content: "\F049"; }
.fa-backward:before {
  content: "\F04A"; }
.fa-play:before {
  content: "\F04B"; }
.fa-pause:before {
  content: "\F04C"; }
.fa-stop:before {
  content: "\F04D"; }
.fa-forward:before {
  content: "\F04E"; }
.fa-fast-forward:before {
  content: "\F050"; }
.fa-step-forward:before {
  content: "\F051"; }
.fa-eject:before {
  content: "\F052"; }
.fa-chevron-left:before {
  content: "\F053"; }
.fa-chevron-right:before {
  content: "\F054"; }
.fa-plus-circle:before {
  content: "\F055"; }
.fa-minus-circle:before {
  content: "\F056"; }
.fa-times-circle:before {
  content: "\F057"; }
.fa-check-circle:before {
  content: "\F058"; }
.fa-question-circle:before {
  content: "\F059"; }
.fa-info-circle:before {
  content: "\F05A"; }
.fa-crosshairs:before {
  content: "\F05B"; }
.fa-times-circle-o:before {
  content: "\F05C"; }
.fa-check-circle-o:before {
  content: "\F05D"; }
.fa-ban:before {
  content: "\F05E"; }
.fa-arrow-left:before {
  content: "\F060"; }
.fa-arrow-right:before {
  content: "\F061"; }
.fa-arrow-up:before {
  content: "\F062"; }
.fa-arrow-down:before {
  content: "\F063"; }
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }
.fa-expand:before {
  content: "\F065"; }
.fa-compress:before {
  content: "\F066"; }
.fa-plus:before {
  content: "\F067"; }
.fa-minus:before {
  content: "\F068"; }
.fa-asterisk:before {
  content: "\F069"; }
.fa-exclamation-circle:before {
  content: "\F06A"; }
.fa-gift:before {
  content: "\F06B"; }
.fa-leaf:before {
  content: "\F06C"; }
.fa-fire:before {
  content: "\F06D"; }
.fa-eye:before {
  content: "\F06E"; }
.fa-eye-slash:before {
  content: "\F070"; }
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }
.fa-plane:before {
  content: "\F072"; }
.fa-calendar:before {
  content: "\F073"; }
.fa-random:before {
  content: "\F074"; }
.fa-comment:before {
  content: "\F075"; }
.fa-magnet:before {
  content: "\F076"; }
.fa-chevron-up:before {
  content: "\F077"; }
.fa-chevron-down:before {
  content: "\F078"; }
.fa-retweet:before {
  content: "\F079"; }
.fa-shopping-cart:before {
  content: "\F07A"; }
.fa-folder:before {
  content: "\F07B"; }
.fa-folder-open:before {
  content: "\F07C"; }
.fa-arrows-v:before {
  content: "\F07D"; }
.fa-arrows-h:before {
  content: "\F07E"; }
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  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; }
/*
*  Licensing: http://www.pixeden.com/icon-fonts/stroke-7-icon-font-set
*/
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url(/modular-admin-html-demo/8cb66e38c13769997144aeb38c5efd3a.eot);
  src: url(/modular-admin-html-demo/8cb66e38c13769997144aeb38c5efd3a.eot?#iefixd7yf1v) format("embedded-opentype"), url(/modular-admin-html-demo/b38ef310874bdd008ac14ef3db939032.woff) format("woff"), url(/modular-admin-html-demo/b26a971a432e158cba81bf0fd5555f8f.ttf) format("truetype"), url(/modular-admin-html-demo/4f548104dd266e53a883e0e9faab3807.svg#Pe-icon-7-stroke) format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* HELPER CLASS
 * -------------------------- */
/* FA based classes */
/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */
/* makes the font 33% larger relative to the icon container */
.pe-lg {
  font-size: 1.33rem;
  line-height: 0.75em;
  vertical-align: -15%; }
.pe-2x {
  font-size: 2rem; }
.pe-3x {
  font-size: 3rem; }
.pe-4x {
  font-size: 4rem; }
.pe-5x {
  font-size: 5rem; }
.pe-fw {
  width: 1.2857142857142858em;
  text-align: center; }
.pe-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none; }
.pe-ul > li {
    position: relative; }
.pe-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center; }
.pe-li.pe-lg {
    left: -1.8571428571428572em; }
.pe-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }
.pull-right {
  float: right; }
.pe.pull-left {
  float: left;
  margin-right: .3em;
  margin-left: .3em; }
.pe-spin {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }
.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }
.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }
.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }
.pe-stack-1x {
  line-height: inherit; }
.pe-stack-2x {
  font-size: 2em; }
.pe-inverse {
  color: #ffffff; }
/* Custom classes / mods - PIXEDEN */
.pe-va {
  vertical-align: middle; }
.pe-border {
  border: solid 0.08em #eaeaea; }
.pe-7s-album:before {
  content: "\E6AA"; }
.pe-7s-arc:before {
  content: "\E6AB"; }
.pe-7s-back-2:before {
  content: "\E6AC"; }
.pe-7s-bandaid:before {
  content: "\E6AD"; }
.pe-7s-car:before {
  content: "\E6AE"; }
.pe-7s-diamond:before {
  content: "\E6AF"; }
.pe-7s-door-lock:before {
  content: "\E6B0"; }
.pe-7s-eyedropper:before {
  content: "\E6B1"; }
.pe-7s-female:before {
  content: "\E6B2"; }
.pe-7s-gym:before {
  content: "\E6B3"; }
.pe-7s-hammer:before {
  content: "\E6B4"; }
.pe-7s-headphones:before {
  content: "\E6B5"; }
.pe-7s-helm:before {
  content: "\E6B6"; }
.pe-7s-hourglass:before {
  content: "\E6B7"; }
.pe-7s-leaf:before {
  content: "\E6B8"; }
.pe-7s-magic-wand:before {
  content: "\E6B9"; }
.pe-7s-male:before {
  content: "\E6BA"; }
.pe-7s-map-2:before {
  content: "\E6BB"; }
.pe-7s-next-2:before {
  content: "\E6BC"; }
.pe-7s-paint-bucket:before {
  content: "\E6BD"; }
.pe-7s-pendrive:before {
  content: "\E6BE"; }
.pe-7s-photo:before {
  content: "\E6BF"; }
.pe-7s-piggy:before {
  content: "\E6C0"; }
.pe-7s-plugin:before {
  content: "\E6C1"; }
.pe-7s-refresh-2:before {
  content: "\E6C2"; }
.pe-7s-rocket:before {
  content: "\E6C3"; }
.pe-7s-settings:before {
  content: "\E6C4"; }
.pe-7s-shield:before {
  content: "\E6C5"; }
.pe-7s-smile:before {
  content: "\E6C6"; }
.pe-7s-usb:before {
  content: "\E6C7"; }
.pe-7s-vector:before {
  content: "\E6C8"; }
.pe-7s-wine:before {
  content: "\E6C9"; }
.pe-7s-cloud-upload:before {
  content: "\E68A"; }
.pe-7s-cash:before {
  content: "\E68C"; }
.pe-7s-close:before {
  content: "\E680"; }
.pe-7s-bluetooth:before {
  content: "\E68D"; }
.pe-7s-cloud-download:before {
  content: "\E68B"; }
.pe-7s-way:before {
  content: "\E68E"; }
.pe-7s-close-circle:before {
  content: "\E681"; }
.pe-7s-id:before {
  content: "\E68F"; }
.pe-7s-angle-up:before {
  content: "\E682"; }
.pe-7s-wristwatch:before {
  content: "\E690"; }
.pe-7s-angle-up-circle:before {
  content: "\E683"; }
.pe-7s-world:before {
  content: "\E691"; }
.pe-7s-angle-right:before {
  content: "\E684"; }
.pe-7s-volume:before {
  content: "\E692"; }
.pe-7s-angle-right-circle:before {
  content: "\E685"; }
.pe-7s-users:before {
  content: "\E693"; }
.pe-7s-angle-left:before {
  content: "\E686"; }
.pe-7s-user-female:before {
  content: "\E694"; }
.pe-7s-angle-left-circle:before {
  content: "\E687"; }
.pe-7s-up-arrow:before {
  content: "\E695"; }
.pe-7s-angle-down:before {
  content: "\E688"; }
.pe-7s-switch:before {
  content: "\E696"; }
.pe-7s-angle-down-circle:before {
  content: "\E689"; }
.pe-7s-scissors:before {
  content: "\E697"; }
.pe-7s-wallet:before {
  content: "\E600"; }
.pe-7s-safe:before {
  content: "\E698"; }
.pe-7s-volume2:before {
  content: "\E601"; }
.pe-7s-volume1:before {
  content: "\E602"; }
.pe-7s-voicemail:before {
  content: "\E603"; }
.pe-7s-video:before {
  content: "\E604"; }
.pe-7s-user:before {
  content: "\E605"; }
.pe-7s-upload:before {
  content: "\E606"; }
.pe-7s-unlock:before {
  content: "\E607"; }
.pe-7s-umbrella:before {
  content: "\E608"; }
.pe-7s-trash:before {
  content: "\E609"; }
.pe-7s-tools:before {
  content: "\E60A"; }
.pe-7s-timer:before {
  content: "\E60B"; }
.pe-7s-ticket:before {
  content: "\E60C"; }
.pe-7s-target:before {
  content: "\E60D"; }
.pe-7s-sun:before {
  content: "\E60E"; }
.pe-7s-study:before {
  content: "\E60F"; }
.pe-7s-stopwatch:before {
  content: "\E610"; }
.pe-7s-star:before {
  content: "\E611"; }
.pe-7s-speaker:before {
  content: "\E612"; }
.pe-7s-signal:before {
  content: "\E613"; }
.pe-7s-shuffle:before {
  content: "\E614"; }
.pe-7s-shopbag:before {
  content: "\E615"; }
.pe-7s-share:before {
  content: "\E616"; }
.pe-7s-server:before {
  content: "\E617"; }
.pe-7s-search:before {
  content: "\E618"; }
.pe-7s-film:before {
  content: "\E6A5"; }
.pe-7s-science:before {
  content: "\E619"; }
.pe-7s-disk:before {
  content: "\E6A6"; }
.pe-7s-ribbon:before {
  content: "\E61A"; }
.pe-7s-repeat:before {
  content: "\E61B"; }
.pe-7s-refresh:before {
  content: "\E61C"; }
.pe-7s-add-user:before {
  content: "\E6A9"; }
.pe-7s-refresh-cloud:before {
  content: "\E61D"; }
.pe-7s-paperclip:before {
  content: "\E69C"; }
.pe-7s-radio:before {
  content: "\E61E"; }
.pe-7s-note2:before {
  content: "\E69D"; }
.pe-7s-print:before {
  content: "\E61F"; }
.pe-7s-network:before {
  content: "\E69E"; }
.pe-7s-prev:before {
  content: "\E620"; }
.pe-7s-mute:before {
  content: "\E69F"; }
.pe-7s-power:before {
  content: "\E621"; }
.pe-7s-medal:before {
  content: "\E6A0"; }
.pe-7s-portfolio:before {
  content: "\E622"; }
.pe-7s-like2:before {
  content: "\E6A1"; }
.pe-7s-plus:before {
  content: "\E623"; }
.pe-7s-left-arrow:before {
  content: "\E6A2"; }
.pe-7s-play:before {
  content: "\E624"; }
.pe-7s-key:before {
  content: "\E6A3"; }
.pe-7s-plane:before {
  content: "\E625"; }
.pe-7s-joy:before {
  content: "\E6A4"; }
.pe-7s-photo-gallery:before {
  content: "\E626"; }
.pe-7s-pin:before {
  content: "\E69B"; }
.pe-7s-phone:before {
  content: "\E627"; }
.pe-7s-plug:before {
  content: "\E69A"; }
.pe-7s-pen:before {
  content: "\E628"; }
.pe-7s-right-arrow:before {
  content: "\E699"; }
.pe-7s-paper-plane:before {
  content: "\E629"; }
.pe-7s-delete-user:before {
  content: "\E6A7"; }
.pe-7s-paint:before {
  content: "\E62A"; }
.pe-7s-bottom-arrow:before {
  content: "\E6A8"; }
.pe-7s-notebook:before {
  content: "\E62B"; }
.pe-7s-note:before {
  content: "\E62C"; }
.pe-7s-next:before {
  content: "\E62D"; }
.pe-7s-news-paper:before {
  content: "\E62E"; }
.pe-7s-musiclist:before {
  content: "\E62F"; }
.pe-7s-music:before {
  content: "\E630"; }
.pe-7s-mouse:before {
  content: "\E631"; }
.pe-7s-more:before {
  content: "\E632"; }
.pe-7s-moon:before {
  content: "\E633"; }
.pe-7s-monitor:before {
  content: "\E634"; }
.pe-7s-micro:before {
  content: "\E635"; }
.pe-7s-menu:before {
  content: "\E636"; }
.pe-7s-map:before {
  content: "\E637"; }
.pe-7s-map-marker:before {
  content: "\E638"; }
.pe-7s-mail:before {
  content: "\E639"; }
.pe-7s-mail-open:before {
  content: "\E63A"; }
.pe-7s-mail-open-file:before {
  content: "\E63B"; }
.pe-7s-magnet:before {
  content: "\E63C"; }
.pe-7s-loop:before {
  content: "\E63D"; }
.pe-7s-look:before {
  content: "\E63E"; }
.pe-7s-lock:before {
  content: "\E63F"; }
.pe-7s-lintern:before {
  content: "\E640"; }
.pe-7s-link:before {
  content: "\E641"; }
.pe-7s-like:before {
  content: "\E642"; }
.pe-7s-light:before {
  content: "\E643"; }
.pe-7s-less:before {
  content: "\E644"; }
.pe-7s-keypad:before {
  content: "\E645"; }
.pe-7s-junk:before {
  content: "\E646"; }
.pe-7s-info:before {
  content: "\E647"; }
.pe-7s-home:before {
  content: "\E648"; }
.pe-7s-help2:before {
  content: "\E649"; }
.pe-7s-help1:before {
  content: "\E64A"; }
.pe-7s-graph3:before {
  content: "\E64B"; }
.pe-7s-graph2:before {
  content: "\E64C"; }
.pe-7s-graph1:before {
  content: "\E64D"; }
.pe-7s-graph:before {
  content: "\E64E"; }
.pe-7s-global:before {
  content: "\E64F"; }
.pe-7s-gleam:before {
  content: "\E650"; }
.pe-7s-glasses:before {
  content: "\E651"; }
.pe-7s-gift:before {
  content: "\E652"; }
.pe-7s-folder:before {
  content: "\E653"; }
.pe-7s-flag:before {
  content: "\E654"; }
.pe-7s-filter:before {
  content: "\E655"; }
.pe-7s-file:before {
  content: "\E656"; }
.pe-7s-expand1:before {
  content: "\E657"; }
.pe-7s-exapnd2:before {
  content: "\E658"; }
.pe-7s-edit:before {
  content: "\E659"; }
.pe-7s-drop:before {
  content: "\E65A"; }
.pe-7s-drawer:before {
  content: "\E65B"; }
.pe-7s-download:before {
  content: "\E65C"; }
.pe-7s-display2:before {
  content: "\E65D"; }
.pe-7s-display1:before {
  content: "\E65E"; }
.pe-7s-diskette:before {
  content: "\E65F"; }
.pe-7s-date:before {
  content: "\E660"; }
.pe-7s-cup:before {
  content: "\E661"; }
.pe-7s-culture:before {
  content: "\E662"; }
.pe-7s-crop:before {
  content: "\E663"; }
.pe-7s-credit:before {
  content: "\E664"; }
.pe-7s-copy-file:before {
  content: "\E665"; }
.pe-7s-config:before {
  content: "\E666"; }
.pe-7s-compass:before {
  content: "\E667"; }
.pe-7s-comment:before {
  content: "\E668"; }
.pe-7s-coffee:before {
  content: "\E669"; }
.pe-7s-cloud:before {
  content: "\E66A"; }
.pe-7s-clock:before {
  content: "\E66B"; }
.pe-7s-check:before {
  content: "\E66C"; }
.pe-7s-chat:before {
  content: "\E66D"; }
.pe-7s-cart:before {
  content: "\E66E"; }
.pe-7s-camera:before {
  content: "\E66F"; }
.pe-7s-call:before {
  content: "\E670"; }
.pe-7s-calculator:before {
  content: "\E671"; }
.pe-7s-browser:before {
  content: "\E672"; }
.pe-7s-box2:before {
  content: "\E673"; }
.pe-7s-box1:before {
  content: "\E674"; }
.pe-7s-bookmarks:before {
  content: "\E675"; }
.pe-7s-bicycle:before {
  content: "\E676"; }
.pe-7s-bell:before {
  content: "\E677"; }
.pe-7s-battery:before {
  content: "\E678"; }
.pe-7s-ball:before {
  content: "\E679"; }
.pe-7s-back:before {
  content: "\E67A"; }
.pe-7s-attention:before {
  content: "\E67B"; }
.pe-7s-anchor:before {
  content: "\E67C"; }
.pe-7s-albums:before {
  content: "\E67D"; }
.pe-7s-alarm:before {
  content: "\E67E"; }
.pe-7s-airplay:before {
  content: "\E67F"; }
.Icon .-x1point5 {
  font-size: 1.5em; }
.Icon.-x2 {
  font-size: 2em; }
.Icon.-x3 {
  font-size: 3em; }
.Icon.-x4 {
  font-size: 4em; }
.Icon.-x5 {
  font-size: 5em; }
.Icon.-x6 {
  font-size: 6em; }
.ItemList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .ItemList .ListHeader {
    color: #7e8e9f;
    font-weight: bold; }
  .ItemList .ListHeader.-sm {
      font-weight: bold;
      font-size: .9em;
      color: #7e8e9f; }
  .ItemList .ListHeader,
  .ItemList .ListFooter,
  .ItemList .ListContent,
  .ItemList .Item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .-rtl .ItemList .ListHeader, .-rtl
    .ItemList .ListFooter, .-rtl
    .ItemList .ListContent, .-rtl
    .ItemList .Item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      text-align: right; }
  .ItemList .ItemCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5px;
    width: auto;
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden; }
  .ItemList .Label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: none;
    font-weight: bold; }
  .ItemList .Value {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block; }
  .ItemList .Divider {
    position: relative;
    display: none;
    min-width: 100%;
    height: 1px; }
  .ItemList .Divider:after {
      position: absolute;
      content: " ";
      display: block;
      top: 0;
      left: -5px;
      right: -5px;
      bottom: 0; }
  .ItemList.-bordered .ListHeader,
  .ItemList.-bordered .Item {
    border-bottom: 1px solid #e9edf0; }
  .ItemList.-bordered .ListHeader .Divider:after,
    .ItemList.-bordered .Item .Divider:after {
      background-color: rgb(215, 221, 228);
      background-color: var(--colorDivider); }
  .ItemList.-striped .Item:nth-child(2n + 1) {
    background-color: #f9f9f9; }
  .Card .ItemList .ListHeader,
.Card .ItemList .ListFooter,
.Card .ItemList .Item {
  padding: 0 10px; }
  .Card .ItemList .ListHeader .Divider:after,
  .Card .ItemList .ListFooter .Divider:after,
  .Card .ItemList .Item .Divider:after {
    left: -10px;
    right: -10px; }
  @media (max-width: 767px) {
    .Card .ItemList .ListHeader,
    .Card .ItemList .ListFooter,
    .Card .ItemList .Item {
      padding: 0 5px; }
      .Card .ItemList .ListHeader .Divider:after,
      .Card .ItemList .ListFooter .Divider:after,
      .Card .ItemList .Item .Divider:after {
        left: -5px;
        right: -5px; } }
.Page {
  padding: 25px 20px; }
  @media (max-width: 575px) {
    .Page {
      padding: 15px 10px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .Page {
      padding: 20px 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .Page {
      padding: 25px 20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .Page {
      padding: 25px 20px; } }
  @media (min-width: 1200px) {
    .Page {
      padding: 35px 40px; } }
  .Page .Section {
    width: 100%;
    margin-bottom: 20px; }
.Progress {
  height: 6px;
  margin: 5px 0;
  position: relative;
  border-radius: 2px;
  background-color: #dddddd;
  overflow: hidden; }
  .Progress .Bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 2px; }
  .Progress.-sm {
    height: 3px;
    border-radius: 1px; }
  .Progress.-sm .Bar {
      border-radius: 1px; }
  .Progress.-square {
    border-radius: 0; }
  .Progress.-square .Bar {
      border-radius: 0; }
/* Let's get this party started */
::-webkit-scrollbar {
  width: 7px;
  height: 7px; }
/* Track */
::-webkit-scrollbar-track {
  border-radius: 0; }
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgb(139, 195, 74);
  background: var(--colorPrimary); }
::-webkit-scrollbar-thumb:window-inactive {
  background: rgb(139, 195, 74);
  background: var(--colorPrimary); }
.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; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.nav-link:focus, .nav-link:hover {
    text-decoration: none; }

.nav-link.disabled {
    color: #868e96; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs .nav-item {
    margin-bottom: -1px; }

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #e9ecef #e9ecef #ddd; }

.nav-tabs .nav-link.disabled {
      color: #868e96;
      background-color: transparent;
      border-color: transparent; }

.nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
  .show > .nav-pills .nav-link {
    color: #fff;
    background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.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; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.TabNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative; }

.TabNav .TabNavItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch; }

.TabNav .TabNavItem a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: hsl(87.80000000000001, 50.2%, 47.5%);
      color: var(--colorPrimary-dark);
      text-decoration: none;
      padding: 0 10px;
      font-size: 13px;
      border: 1px solid transparent;
      border-top-width: 2px;
      border-bottom-width: 2px;
      -webkit-transition: color .2s ease, border-color .2s ease;
      transition: color .2s ease, border-color .2s ease;
      font-weight: 600; }

html.-rounded .TabNav .TabNavItem a {
        border-radius: 5px 5px 0 0; }

.TabNav .TabNavItem a:hover {
        color: hsl(87.80000000000001, 50.2%, 47.5%);
        color: var(--colorPrimary-dark); }

.-rtl .TabNav .TabNavItem a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }

.TabNav .TabNavItem.-active a {
      color: rgb(79, 95, 111);
      color: var(--colorText);
      border-top: 2px solid rgb(139, 195, 74);
      border-top: 2px solid var(--colorPrimary);
      border-left: 1px solid rgb(215, 221, 228);
      border-left: 1px solid var(--colorDivider);
      border-right: 1px solid rgb(215, 221, 228);
      border-right: 1px solid var(--colorDivider);
      border-bottom: 2px solid #fff;
      border-bottom: 2px solid var(--CardColorBg); }

.TabNav .TabNavItem.-disabled {
      color: rgb(194, 204, 214);
      color: var(--colorText-muted);
      background-color: transparent;
      border-color: transparent; }

.CardHeader .TabNav {
  top: 2px;
  padding: 0 3px; }

.TabContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.TabContent .TabPane {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }

.TabContent .TabPane.-active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.-sameheight {
  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; }

.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.-size-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.-size-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.-rel-size-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.-size-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.-rel-size-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.-size-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.-rel-size-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }

.-size-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.-rel-size-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4; }

.-size-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.-rel-size-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5; }

.-size-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.-rel-size-6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6; }

.-size-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.-rel-size-7 {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7; }

.-size-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.-rel-size-8 {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8; }

.-size-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.-rel-size-9 {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9; }

.-size-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.-rel-size-10 {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10; }

.-size-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.-rel-size-11 {
  -webkit-box-flex: 11;
      -ms-flex: 11;
          flex: 11; }

.-size-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.-rel-size-12 {
  -webkit-box-flex: 12;
      -ms-flex: 12;
          flex: 12; }

.-order--17 {
  -webkit-box-ordinal-group: -16;
      -ms-flex-order: -17;
          order: -17; }

.-order--16 {
  -webkit-box-ordinal-group: -15;
      -ms-flex-order: -16;
          order: -16; }

.-order--15 {
  -webkit-box-ordinal-group: -14;
      -ms-flex-order: -15;
          order: -15; }

.-order--14 {
  -webkit-box-ordinal-group: -13;
      -ms-flex-order: -14;
          order: -14; }

.-order--13 {
  -webkit-box-ordinal-group: -12;
      -ms-flex-order: -13;
          order: -13; }

.-order--12 {
  -webkit-box-ordinal-group: -11;
      -ms-flex-order: -12;
          order: -12; }

.-order--11 {
  -webkit-box-ordinal-group: -10;
      -ms-flex-order: -11;
          order: -11; }

.-order--10 {
  -webkit-box-ordinal-group: -9;
      -ms-flex-order: -10;
          order: -10; }

.-order--9 {
  -webkit-box-ordinal-group: -8;
      -ms-flex-order: -9;
          order: -9; }

.-order--8 {
  -webkit-box-ordinal-group: -7;
      -ms-flex-order: -8;
          order: -8; }

.-order--7 {
  -webkit-box-ordinal-group: -6;
      -ms-flex-order: -7;
          order: -7; }

.-order--6 {
  -webkit-box-ordinal-group: -5;
      -ms-flex-order: -6;
          order: -6; }

.-order--5 {
  -webkit-box-ordinal-group: -4;
      -ms-flex-order: -5;
          order: -5; }

.-order--4 {
  -webkit-box-ordinal-group: -3;
      -ms-flex-order: -4;
          order: -4; }

.-order--3 {
  -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
          order: -3; }

.-order--2 {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2; }

.-order--1 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.-order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.-order-13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.-order-14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14; }

.-order-15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15; }

.-order-16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16; }

.-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.-justify-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.-justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.-pull-right {
  margin-left: auto; }

.-pull-left {
  margin-right: auto; }

.-hidden {
  display: none !important; }

.-visible {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.-visible-block {
  display: block !important; }

.-text-left {
  text-align: left; }

.-text-center {
  text-align: center; }

.-text-right {
  text-align: right; }

.-text-no-wrap {
  white-space: nowrap; }

.-row-compact {
  margin-left: -10px;
  margin-right: -10px; }

.-row-compact [class^='col'] {
    padding-left: 10px;
    padding-right: 10px; }

.-row-minimal {
  margin-left: -5px;
  margin-right: -5px; }

.-row-minimal [class^='col'] {
    padding-left: 5px;
    padding-right: 5px; }

@media (min-width: 576px) and (max-width: 767px) {
  .-flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .-size-auto-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .-size-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .-rel-size-sm-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .-size-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .-rel-size-sm-2 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  .-size-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .-rel-size-sm-3 {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3; }
  .-size-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .-rel-size-sm-4 {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4; }
  .-size-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .-rel-size-sm-5 {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5; }
  .-size-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .-rel-size-sm-6 {
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6; }
  .-size-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .-rel-size-sm-7 {
    -webkit-box-flex: 7;
        -ms-flex: 7;
            flex: 7; }
  .-size-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .-rel-size-sm-8 {
    -webkit-box-flex: 8;
        -ms-flex: 8;
            flex: 8; }
  .-size-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .-rel-size-sm-9 {
    -webkit-box-flex: 9;
        -ms-flex: 9;
            flex: 9; }
  .-size-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .-rel-size-sm-10 {
    -webkit-box-flex: 10;
        -ms-flex: 10;
            flex: 10; }
  .-size-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .-rel-size-sm-11 {
    -webkit-box-flex: 11;
        -ms-flex: 11;
            flex: 11; }
  .-size-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .-rel-size-sm-12 {
    -webkit-box-flex: 12;
        -ms-flex: 12;
            flex: 12; }
  .-order-sm--17 {
    -webkit-box-ordinal-group: -16;
        -ms-flex-order: -17;
            order: -17; }
  .-order-sm--16 {
    -webkit-box-ordinal-group: -15;
        -ms-flex-order: -16;
            order: -16; }
  .-order-sm--15 {
    -webkit-box-ordinal-group: -14;
        -ms-flex-order: -15;
            order: -15; }
  .-order-sm--14 {
    -webkit-box-ordinal-group: -13;
        -ms-flex-order: -14;
            order: -14; }
  .-order-sm--13 {
    -webkit-box-ordinal-group: -12;
        -ms-flex-order: -13;
            order: -13; }
  .-order-sm--12 {
    -webkit-box-ordinal-group: -11;
        -ms-flex-order: -12;
            order: -12; }
  .-order-sm--11 {
    -webkit-box-ordinal-group: -10;
        -ms-flex-order: -11;
            order: -11; }
  .-order-sm--10 {
    -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
            order: -10; }
  .-order-sm--9 {
    -webkit-box-ordinal-group: -8;
        -ms-flex-order: -9;
            order: -9; }
  .-order-sm--8 {
    -webkit-box-ordinal-group: -7;
        -ms-flex-order: -8;
            order: -8; }
  .-order-sm--7 {
    -webkit-box-ordinal-group: -6;
        -ms-flex-order: -7;
            order: -7; }
  .-order-sm--6 {
    -webkit-box-ordinal-group: -5;
        -ms-flex-order: -6;
            order: -6; }
  .-order-sm--5 {
    -webkit-box-ordinal-group: -4;
        -ms-flex-order: -5;
            order: -5; }
  .-order-sm--4 {
    -webkit-box-ordinal-group: -3;
        -ms-flex-order: -4;
            order: -4; }
  .-order-sm--3 {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3; }
  .-order-sm--2 {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2; }
  .-order-sm--1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .-order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .-order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .-order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .-order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .-order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .-order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .-order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .-order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .-order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .-order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .-order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .-order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .-order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .-order-sm-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .-order-sm-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14; }
  .-order-sm-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15; }
  .-order-sm-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16; }
  .-direction-row-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .-direction-column-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .-justify-start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .-justify-end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .-justify-center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .-justify-space-around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .-justify-space-between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .-align-start-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .-align-end-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .-align-center-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .-pull-right-sm {
    margin-left: auto; }
  .-pull-left-sm {
    margin-right: auto; }
  .-hidden-sm {
    display: none !important; }
  .-visible-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .-visible-block-sm {
    display: block !important; }
  .-text-left-sm {
    text-align: left; }
  .-text-center-sm {
    text-align: center; }
  .-text-right-sm {
    text-align: right; }
  .-text-no-wrap-sm {
    white-space: nowrap; }
  .-row-compact-sm {
    margin-left: -10px;
    margin-right: -10px; }
    .-row-compact-sm [class^='col'] {
      padding-left: 10px;
      padding-right: 10px; }
  .-row-minimal-sm {
    margin-left: -5px;
    margin-right: -5px; }
    .-row-minimal-sm [class^='col'] {
      padding-left: 5px;
      padding-right: 5px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .-flex-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .-size-auto-md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .-size-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .-rel-size-md-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .-size-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .-rel-size-md-2 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  .-size-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .-rel-size-md-3 {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3; }
  .-size-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .-rel-size-md-4 {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4; }
  .-size-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .-rel-size-md-5 {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5; }
  .-size-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .-rel-size-md-6 {
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6; }
  .-size-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .-rel-size-md-7 {
    -webkit-box-flex: 7;
        -ms-flex: 7;
            flex: 7; }
  .-size-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .-rel-size-md-8 {
    -webkit-box-flex: 8;
        -ms-flex: 8;
            flex: 8; }
  .-size-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .-rel-size-md-9 {
    -webkit-box-flex: 9;
        -ms-flex: 9;
            flex: 9; }
  .-size-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .-rel-size-md-10 {
    -webkit-box-flex: 10;
        -ms-flex: 10;
            flex: 10; }
  .-size-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .-rel-size-md-11 {
    -webkit-box-flex: 11;
        -ms-flex: 11;
            flex: 11; }
  .-size-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .-rel-size-md-12 {
    -webkit-box-flex: 12;
        -ms-flex: 12;
            flex: 12; }
  .-order-md--17 {
    -webkit-box-ordinal-group: -16;
        -ms-flex-order: -17;
            order: -17; }
  .-order-md--16 {
    -webkit-box-ordinal-group: -15;
        -ms-flex-order: -16;
            order: -16; }
  .-order-md--15 {
    -webkit-box-ordinal-group: -14;
        -ms-flex-order: -15;
            order: -15; }
  .-order-md--14 {
    -webkit-box-ordinal-group: -13;
        -ms-flex-order: -14;
            order: -14; }
  .-order-md--13 {
    -webkit-box-ordinal-group: -12;
        -ms-flex-order: -13;
            order: -13; }
  .-order-md--12 {
    -webkit-box-ordinal-group: -11;
        -ms-flex-order: -12;
            order: -12; }
  .-order-md--11 {
    -webkit-box-ordinal-group: -10;
        -ms-flex-order: -11;
            order: -11; }
  .-order-md--10 {
    -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
            order: -10; }
  .-order-md--9 {
    -webkit-box-ordinal-group: -8;
        -ms-flex-order: -9;
            order: -9; }
  .-order-md--8 {
    -webkit-box-ordinal-group: -7;
        -ms-flex-order: -8;
            order: -8; }
  .-order-md--7 {
    -webkit-box-ordinal-group: -6;
        -ms-flex-order: -7;
            order: -7; }
  .-order-md--6 {
    -webkit-box-ordinal-group: -5;
        -ms-flex-order: -6;
            order: -6; }
  .-order-md--5 {
    -webkit-box-ordinal-group: -4;
        -ms-flex-order: -5;
            order: -5; }
  .-order-md--4 {
    -webkit-box-ordinal-group: -3;
        -ms-flex-order: -4;
            order: -4; }
  .-order-md--3 {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3; }
  .-order-md--2 {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2; }
  .-order-md--1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .-order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .-order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .-order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .-order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .-order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .-order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .-order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .-order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .-order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .-order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .-order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .-order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .-order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .-order-md-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .-order-md-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14; }
  .-order-md-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15; }
  .-order-md-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16; }
  .-direction-row-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .-direction-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .-justify-start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .-justify-end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .-justify-center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .-justify-space-around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .-justify-space-between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .-align-start-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .-align-end-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .-align-center-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .-pull-right-md {
    margin-left: auto; }
  .-pull-left-md {
    margin-right: auto; }
  .-hidden-md {
    display: none !important; }
  .-visible-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .-visible-block-md {
    display: block !important; }
  .-text-left-md {
    text-align: left; }
  .-text-center-md {
    text-align: center; }
  .-text-right-md {
    text-align: right; }
  .-text-no-wrap-md {
    white-space: nowrap; }
  .-row-compact-md {
    margin-left: -10px;
    margin-right: -10px; }
    .-row-compact-md [class^='col'] {
      padding-left: 10px;
      padding-right: 10px; }
  .-row-minimal-md {
    margin-left: -5px;
    margin-right: -5px; }
    .-row-minimal-md [class^='col'] {
      padding-left: 5px;
      padding-right: 5px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .-flex-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .-size-auto-lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .-size-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .-rel-size-lg-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .-size-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .-rel-size-lg-2 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  .-size-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .-rel-size-lg-3 {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3; }
  .-size-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .-rel-size-lg-4 {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4; }
  .-size-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .-rel-size-lg-5 {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5; }
  .-size-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .-rel-size-lg-6 {
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6; }
  .-size-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .-rel-size-lg-7 {
    -webkit-box-flex: 7;
        -ms-flex: 7;
            flex: 7; }
  .-size-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .-rel-size-lg-8 {
    -webkit-box-flex: 8;
        -ms-flex: 8;
            flex: 8; }
  .-size-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .-rel-size-lg-9 {
    -webkit-box-flex: 9;
        -ms-flex: 9;
            flex: 9; }
  .-size-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .-rel-size-lg-10 {
    -webkit-box-flex: 10;
        -ms-flex: 10;
            flex: 10; }
  .-size-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .-rel-size-lg-11 {
    -webkit-box-flex: 11;
        -ms-flex: 11;
            flex: 11; }
  .-size-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .-rel-size-lg-12 {
    -webkit-box-flex: 12;
        -ms-flex: 12;
            flex: 12; }
  .-order-lg--17 {
    -webkit-box-ordinal-group: -16;
        -ms-flex-order: -17;
            order: -17; }
  .-order-lg--16 {
    -webkit-box-ordinal-group: -15;
        -ms-flex-order: -16;
            order: -16; }
  .-order-lg--15 {
    -webkit-box-ordinal-group: -14;
        -ms-flex-order: -15;
            order: -15; }
  .-order-lg--14 {
    -webkit-box-ordinal-group: -13;
        -ms-flex-order: -14;
            order: -14; }
  .-order-lg--13 {
    -webkit-box-ordinal-group: -12;
        -ms-flex-order: -13;
            order: -13; }
  .-order-lg--12 {
    -webkit-box-ordinal-group: -11;
        -ms-flex-order: -12;
            order: -12; }
  .-order-lg--11 {
    -webkit-box-ordinal-group: -10;
        -ms-flex-order: -11;
            order: -11; }
  .-order-lg--10 {
    -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
            order: -10; }
  .-order-lg--9 {
    -webkit-box-ordinal-group: -8;
        -ms-flex-order: -9;
            order: -9; }
  .-order-lg--8 {
    -webkit-box-ordinal-group: -7;
        -ms-flex-order: -8;
            order: -8; }
  .-order-lg--7 {
    -webkit-box-ordinal-group: -6;
        -ms-flex-order: -7;
            order: -7; }
  .-order-lg--6 {
    -webkit-box-ordinal-group: -5;
        -ms-flex-order: -6;
            order: -6; }
  .-order-lg--5 {
    -webkit-box-ordinal-group: -4;
        -ms-flex-order: -5;
            order: -5; }
  .-order-lg--4 {
    -webkit-box-ordinal-group: -3;
        -ms-flex-order: -4;
            order: -4; }
  .-order-lg--3 {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3; }
  .-order-lg--2 {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2; }
  .-order-lg--1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .-order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .-order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .-order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .-order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .-order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .-order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .-order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .-order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .-order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .-order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .-order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .-order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .-order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .-order-lg-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .-order-lg-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14; }
  .-order-lg-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15; }
  .-order-lg-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16; }
  .-direction-row-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .-direction-column-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .-justify-start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .-justify-end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .-justify-center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .-justify-space-around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .-justify-space-between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .-align-start-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .-align-end-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .-align-center-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .-pull-right-lg {
    margin-left: auto; }
  .-pull-left-lg {
    margin-right: auto; }
  .-hidden-lg {
    display: none !important; }
  .-visible-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .-visible-block-lg {
    display: block !important; }
  .-text-left-lg {
    text-align: left; }
  .-text-center-lg {
    text-align: center; }
  .-text-right-lg {
    text-align: right; }
  .-text-no-wrap-lg {
    white-space: nowrap; }
  .-row-compact-lg {
    margin-left: -10px;
    margin-right: -10px; }
    .-row-compact-lg [class^='col'] {
      padding-left: 10px;
      padding-right: 10px; }
  .-row-minimal-lg {
    margin-left: -5px;
    margin-right: -5px; }
    .-row-minimal-lg [class^='col'] {
      padding-left: 5px;
      padding-right: 5px; } }

.-color-primary {
  color: rgb(139, 195, 74) !important;
  color: var(--colorPrimary) !important; }

.-bg-primary {
  background-color: rgb(139, 195, 74) !important;
  background-color: var(--colorPrimary) !important; }

.-border-primary {
  border-color: rgb(139, 195, 74) !important;
  border-color: var(--colorPrimary) !important; }

.-stroke-primary {
  stroke: rgb(139, 195, 74) !important;
  stroke: var(--colorPrimary) !important; }

.-fill-primary {
  fill: rgb(139, 195, 74) !important;
  fill: var(--colorPrimary) !important; }

.-color-primary-light {
  color: hsl(87.80000000000001, 50.2%, 58%) !important;
  color: var(--colorPrimary-light) !important; }

.-bg-primary-light {
  background-color: hsl(87.80000000000001, 50.2%, 58%) !important;
  background-color: var(--colorPrimary-light) !important; }

.-border-primary-light {
  border-color: hsl(87.80000000000001, 50.2%, 58%) !important;
  border-color: var(--colorPrimary-light) !important; }

.-stroke-primary-light {
  stroke: hsl(87.80000000000001, 50.2%, 58%) !important;
  stroke: var(--colorPrimary-light) !important; }

.-fill-primary-light {
  fill: hsl(87.80000000000001, 50.2%, 58%) !important;
  fill: var(--colorPrimary-light) !important; }

.-color-primary-dark {
  color: hsl(87.80000000000001, 50.2%, 47.5%) !important;
  color: var(--colorPrimary-dark) !important; }

.-bg-primary-dark {
  background-color: hsl(87.80000000000001, 50.2%, 47.5%) !important;
  background-color: var(--colorPrimary-dark) !important; }

.-border-primary-dark {
  border-color: hsl(87.80000000000001, 50.2%, 47.5%) !important;
  border-color: var(--colorPrimary-dark) !important; }

.-stroke-primary-dark {
  stroke: hsl(87.80000000000001, 50.2%, 47.5%) !important;
  stroke: var(--colorPrimary-dark) !important; }

.-fill-primary-dark {
  fill: hsl(87.80000000000001, 50.2%, 47.5%) !important;
  fill: var(--colorPrimary-dark) !important; }

.-color-secondary {
  color: rgb(83, 109, 254) !important;
  color: var(--colorSecondary) !important; }

.-bg-secondary {
  background-color: rgb(83, 109, 254) !important;
  background-color: var(--colorSecondary) !important; }

.-border-secondary {
  border-color: rgb(83, 109, 254) !important;
  border-color: var(--colorSecondary) !important; }

.-stroke-secondary {
  stroke: rgb(83, 109, 254) !important;
  stroke: var(--colorSecondary) !important; }

.-fill-secondary {
  fill: rgb(83, 109, 254) !important;
  fill: var(--colorSecondary) !important; }

.-color-divider {
  color: rgb(215, 221, 228) !important;
  color: var(--colorDivider) !important; }

.-bg-divider {
  background-color: rgb(215, 221, 228) !important;
  background-color: var(--colorDivider) !important; }

.-border-divider {
  border-color: rgb(215, 221, 228) !important;
  border-color: var(--colorDivider) !important; }

.-stroke-divider {
  stroke: rgb(215, 221, 228) !important;
  stroke: var(--colorDivider) !important; }

.-fill-divider {
  fill: rgb(215, 221, 228) !important;
  fill: var(--colorDivider) !important; }

.-color-red {
  color: #f44336 !important; }

.-bg-red {
  background-color: #f44336 !important; }

.-border-red {
  border-color: #f44336 !important; }

.-stroke-red {
  stroke: #f44336 !important; }

.-fill-red {
  fill: #f44336 !important; }

.-color-red-50 {
  color: #ffebee !important; }

.-bg-red-50 {
  background-color: #ffebee !important; }

.-border-red-50 {
  border-color: #ffebee !important; }

.-stroke-red-50 {
  stroke: #ffebee !important; }

.-fill-red-50 {
  fill: #ffebee !important; }

.-color-red-100 {
  color: #ffcdd2 !important; }

.-bg-red-100 {
  background-color: #ffcdd2 !important; }

.-border-red-100 {
  border-color: #ffcdd2 !important; }

.-stroke-red-100 {
  stroke: #ffcdd2 !important; }

.-fill-red-100 {
  fill: #ffcdd2 !important; }

.-color-red-200 {
  color: #ef9a9a !important; }

.-bg-red-200 {
  background-color: #ef9a9a !important; }

.-border-red-200 {
  border-color: #ef9a9a !important; }

.-stroke-red-200 {
  stroke: #ef9a9a !important; }

.-fill-red-200 {
  fill: #ef9a9a !important; }

.-color-red-300 {
  color: #e57373 !important; }

.-bg-red-300 {
  background-color: #e57373 !important; }

.-border-red-300 {
  border-color: #e57373 !important; }

.-stroke-red-300 {
  stroke: #e57373 !important; }

.-fill-red-300 {
  fill: #e57373 !important; }

.-color-red-400 {
  color: #ef5350 !important; }

.-bg-red-400 {
  background-color: #ef5350 !important; }

.-border-red-400 {
  border-color: #ef5350 !important; }

.-stroke-red-400 {
  stroke: #ef5350 !important; }

.-fill-red-400 {
  fill: #ef5350 !important; }

.-color-red-500 {
  color: #f44336 !important; }

.-bg-red-500 {
  background-color: #f44336 !important; }

.-border-red-500 {
  border-color: #f44336 !important; }

.-stroke-red-500 {
  stroke: #f44336 !important; }

.-fill-red-500 {
  fill: #f44336 !important; }

.-color-red-600 {
  color: #e53935 !important; }

.-bg-red-600 {
  background-color: #e53935 !important; }

.-border-red-600 {
  border-color: #e53935 !important; }

.-stroke-red-600 {
  stroke: #e53935 !important; }

.-fill-red-600 {
  fill: #e53935 !important; }

.-color-red-700 {
  color: #d32f2f !important; }

.-bg-red-700 {
  background-color: #d32f2f !important; }

.-border-red-700 {
  border-color: #d32f2f !important; }

.-stroke-red-700 {
  stroke: #d32f2f !important; }

.-fill-red-700 {
  fill: #d32f2f !important; }

.-color-red-800 {
  color: #c62828 !important; }

.-bg-red-800 {
  background-color: #c62828 !important; }

.-border-red-800 {
  border-color: #c62828 !important; }

.-stroke-red-800 {
  stroke: #c62828 !important; }

.-fill-red-800 {
  fill: #c62828 !important; }

.-color-red-900 {
  color: #b71c1c !important; }

.-bg-red-900 {
  background-color: #b71c1c !important; }

.-border-red-900 {
  border-color: #b71c1c !important; }

.-stroke-red-900 {
  stroke: #b71c1c !important; }

.-fill-red-900 {
  fill: #b71c1c !important; }

.-color-red-a100 {
  color: #ff8a80 !important; }

.-bg-red-a100 {
  background-color: #ff8a80 !important; }

.-border-red-a100 {
  border-color: #ff8a80 !important; }

.-stroke-red-a100 {
  stroke: #ff8a80 !important; }

.-fill-red-a100 {
  fill: #ff8a80 !important; }

.-color-red-a200 {
  color: #ff5252 !important; }

.-bg-red-a200 {
  background-color: #ff5252 !important; }

.-border-red-a200 {
  border-color: #ff5252 !important; }

.-stroke-red-a200 {
  stroke: #ff5252 !important; }

.-fill-red-a200 {
  fill: #ff5252 !important; }

.-color-red-a400 {
  color: #ff1744 !important; }

.-bg-red-a400 {
  background-color: #ff1744 !important; }

.-border-red-a400 {
  border-color: #ff1744 !important; }

.-stroke-red-a400 {
  stroke: #ff1744 !important; }

.-fill-red-a400 {
  fill: #ff1744 !important; }

.-color-red-a700 {
  color: #d50000 !important; }

.-bg-red-a700 {
  background-color: #d50000 !important; }

.-border-red-a700 {
  border-color: #d50000 !important; }

.-stroke-red-a700 {
  stroke: #d50000 !important; }

.-fill-red-a700 {
  fill: #d50000 !important; }

.-color-pink {
  color: #e91e63 !important; }

.-bg-pink {
  background-color: #e91e63 !important; }

.-border-pink {
  border-color: #e91e63 !important; }

.-stroke-pink {
  stroke: #e91e63 !important; }

.-fill-pink {
  fill: #e91e63 !important; }

.-color-pink-50 {
  color: #fce4ec !important; }

.-bg-pink-50 {
  background-color: #fce4ec !important; }

.-border-pink-50 {
  border-color: #fce4ec !important; }

.-stroke-pink-50 {
  stroke: #fce4ec !important; }

.-fill-pink-50 {
  fill: #fce4ec !important; }

.-color-pink-100 {
  color: #f8bbd0 !important; }

.-bg-pink-100 {
  background-color: #f8bbd0 !important; }

.-border-pink-100 {
  border-color: #f8bbd0 !important; }

.-stroke-pink-100 {
  stroke: #f8bbd0 !important; }

.-fill-pink-100 {
  fill: #f8bbd0 !important; }

.-color-pink-200 {
  color: #f48fb1 !important; }

.-bg-pink-200 {
  background-color: #f48fb1 !important; }

.-border-pink-200 {
  border-color: #f48fb1 !important; }

.-stroke-pink-200 {
  stroke: #f48fb1 !important; }

.-fill-pink-200 {
  fill: #f48fb1 !important; }

.-color-pink-300 {
  color: #f06292 !important; }

.-bg-pink-300 {
  background-color: #f06292 !important; }

.-border-pink-300 {
  border-color: #f06292 !important; }

.-stroke-pink-300 {
  stroke: #f06292 !important; }

.-fill-pink-300 {
  fill: #f06292 !important; }

.-color-pink-400 {
  color: #ec407a !important; }

.-bg-pink-400 {
  background-color: #ec407a !important; }

.-border-pink-400 {
  border-color: #ec407a !important; }

.-stroke-pink-400 {
  stroke: #ec407a !important; }

.-fill-pink-400 {
  fill: #ec407a !important; }

.-color-pink-500 {
  color: #e91e63 !important; }

.-bg-pink-500 {
  background-color: #e91e63 !important; }

.-border-pink-500 {
  border-color: #e91e63 !important; }

.-stroke-pink-500 {
  stroke: #e91e63 !important; }

.-fill-pink-500 {
  fill: #e91e63 !important; }

.-color-pink-600 {
  color: #d81b60 !important; }

.-bg-pink-600 {
  background-color: #d81b60 !important; }

.-border-pink-600 {
  border-color: #d81b60 !important; }

.-stroke-pink-600 {
  stroke: #d81b60 !important; }

.-fill-pink-600 {
  fill: #d81b60 !important; }

.-color-pink-700 {
  color: #c2185b !important; }

.-bg-pink-700 {
  background-color: #c2185b !important; }

.-border-pink-700 {
  border-color: #c2185b !important; }

.-stroke-pink-700 {
  stroke: #c2185b !important; }

.-fill-pink-700 {
  fill: #c2185b !important; }

.-color-pink-800 {
  color: #ad1457 !important; }

.-bg-pink-800 {
  background-color: #ad1457 !important; }

.-border-pink-800 {
  border-color: #ad1457 !important; }

.-stroke-pink-800 {
  stroke: #ad1457 !important; }

.-fill-pink-800 {
  fill: #ad1457 !important; }

.-color-pink-900 {
  color: #880e4f !important; }

.-bg-pink-900 {
  background-color: #880e4f !important; }

.-border-pink-900 {
  border-color: #880e4f !important; }

.-stroke-pink-900 {
  stroke: #880e4f !important; }

.-fill-pink-900 {
  fill: #880e4f !important; }

.-color-pink-a100 {
  color: #ff80ab !important; }

.-bg-pink-a100 {
  background-color: #ff80ab !important; }

.-border-pink-a100 {
  border-color: #ff80ab !important; }

.-stroke-pink-a100 {
  stroke: #ff80ab !important; }

.-fill-pink-a100 {
  fill: #ff80ab !important; }

.-color-pink-a200 {
  color: #ff4081 !important; }

.-bg-pink-a200 {
  background-color: #ff4081 !important; }

.-border-pink-a200 {
  border-color: #ff4081 !important; }

.-stroke-pink-a200 {
  stroke: #ff4081 !important; }

.-fill-pink-a200 {
  fill: #ff4081 !important; }

.-color-pink-a400 {
  color: #f50057 !important; }

.-bg-pink-a400 {
  background-color: #f50057 !important; }

.-border-pink-a400 {
  border-color: #f50057 !important; }

.-stroke-pink-a400 {
  stroke: #f50057 !important; }

.-fill-pink-a400 {
  fill: #f50057 !important; }

.-color-pink-a700 {
  color: #c51162 !important; }

.-bg-pink-a700 {
  background-color: #c51162 !important; }

.-border-pink-a700 {
  border-color: #c51162 !important; }

.-stroke-pink-a700 {
  stroke: #c51162 !important; }

.-fill-pink-a700 {
  fill: #c51162 !important; }

.-color-purple {
  color: #9c27b0 !important; }

.-bg-purple {
  background-color: #9c27b0 !important; }

.-border-purple {
  border-color: #9c27b0 !important; }

.-stroke-purple {
  stroke: #9c27b0 !important; }

.-fill-purple {
  fill: #9c27b0 !important; }

.-color-purple-50 {
  color: #f3e5f5 !important; }

.-bg-purple-50 {
  background-color: #f3e5f5 !important; }

.-border-purple-50 {
  border-color: #f3e5f5 !important; }

.-stroke-purple-50 {
  stroke: #f3e5f5 !important; }

.-fill-purple-50 {
  fill: #f3e5f5 !important; }

.-color-purple-100 {
  color: #e1bee7 !important; }

.-bg-purple-100 {
  background-color: #e1bee7 !important; }

.-border-purple-100 {
  border-color: #e1bee7 !important; }

.-stroke-purple-100 {
  stroke: #e1bee7 !important; }

.-fill-purple-100 {
  fill: #e1bee7 !important; }

.-color-purple-200 {
  color: #ce93d8 !important; }

.-bg-purple-200 {
  background-color: #ce93d8 !important; }

.-border-purple-200 {
  border-color: #ce93d8 !important; }

.-stroke-purple-200 {
  stroke: #ce93d8 !important; }

.-fill-purple-200 {
  fill: #ce93d8 !important; }

.-color-purple-300 {
  color: #ba68c8 !important; }

.-bg-purple-300 {
  background-color: #ba68c8 !important; }

.-border-purple-300 {
  border-color: #ba68c8 !important; }

.-stroke-purple-300 {
  stroke: #ba68c8 !important; }

.-fill-purple-300 {
  fill: #ba68c8 !important; }

.-color-purple-400 {
  color: #ab47bc !important; }

.-bg-purple-400 {
  background-color: #ab47bc !important; }

.-border-purple-400 {
  border-color: #ab47bc !important; }

.-stroke-purple-400 {
  stroke: #ab47bc !important; }

.-fill-purple-400 {
  fill: #ab47bc !important; }

.-color-purple-500 {
  color: #9c27b0 !important; }

.-bg-purple-500 {
  background-color: #9c27b0 !important; }

.-border-purple-500 {
  border-color: #9c27b0 !important; }

.-stroke-purple-500 {
  stroke: #9c27b0 !important; }

.-fill-purple-500 {
  fill: #9c27b0 !important; }

.-color-purple-600 {
  color: #8e24aa !important; }

.-bg-purple-600 {
  background-color: #8e24aa !important; }

.-border-purple-600 {
  border-color: #8e24aa !important; }

.-stroke-purple-600 {
  stroke: #8e24aa !important; }

.-fill-purple-600 {
  fill: #8e24aa !important; }

.-color-purple-700 {
  color: #7b1fa2 !important; }

.-bg-purple-700 {
  background-color: #7b1fa2 !important; }

.-border-purple-700 {
  border-color: #7b1fa2 !important; }

.-stroke-purple-700 {
  stroke: #7b1fa2 !important; }

.-fill-purple-700 {
  fill: #7b1fa2 !important; }

.-color-purple-800 {
  color: #6a1b9a !important; }

.-bg-purple-800 {
  background-color: #6a1b9a !important; }

.-border-purple-800 {
  border-color: #6a1b9a !important; }

.-stroke-purple-800 {
  stroke: #6a1b9a !important; }

.-fill-purple-800 {
  fill: #6a1b9a !important; }

.-color-purple-900 {
  color: #4a148c !important; }

.-bg-purple-900 {
  background-color: #4a148c !important; }

.-border-purple-900 {
  border-color: #4a148c !important; }

.-stroke-purple-900 {
  stroke: #4a148c !important; }

.-fill-purple-900 {
  fill: #4a148c !important; }

.-color-purple-a100 {
  color: #ea80fc !important; }

.-bg-purple-a100 {
  background-color: #ea80fc !important; }

.-border-purple-a100 {
  border-color: #ea80fc !important; }

.-stroke-purple-a100 {
  stroke: #ea80fc !important; }

.-fill-purple-a100 {
  fill: #ea80fc !important; }

.-color-purple-a200 {
  color: #e040fb !important; }

.-bg-purple-a200 {
  background-color: #e040fb !important; }

.-border-purple-a200 {
  border-color: #e040fb !important; }

.-stroke-purple-a200 {
  stroke: #e040fb !important; }

.-fill-purple-a200 {
  fill: #e040fb !important; }

.-color-purple-a400 {
  color: #d500f9 !important; }

.-bg-purple-a400 {
  background-color: #d500f9 !important; }

.-border-purple-a400 {
  border-color: #d500f9 !important; }

.-stroke-purple-a400 {
  stroke: #d500f9 !important; }

.-fill-purple-a400 {
  fill: #d500f9 !important; }

.-color-purple-a700 {
  color: #aa00ff !important; }

.-bg-purple-a700 {
  background-color: #aa00ff !important; }

.-border-purple-a700 {
  border-color: #aa00ff !important; }

.-stroke-purple-a700 {
  stroke: #aa00ff !important; }

.-fill-purple-a700 {
  fill: #aa00ff !important; }

.-color-deep-purple {
  color: #673ab7 !important; }

.-bg-deep-purple {
  background-color: #673ab7 !important; }

.-border-deep-purple {
  border-color: #673ab7 !important; }

.-stroke-deep-purple {
  stroke: #673ab7 !important; }

.-fill-deep-purple {
  fill: #673ab7 !important; }

.-color-deep-purple-50 {
  color: #ede7f6 !important; }

.-bg-deep-purple-50 {
  background-color: #ede7f6 !important; }

.-border-deep-purple-50 {
  border-color: #ede7f6 !important; }

.-stroke-deep-purple-50 {
  stroke: #ede7f6 !important; }

.-fill-deep-purple-50 {
  fill: #ede7f6 !important; }

.-color-deep-purple-100 {
  color: #d1c4e9 !important; }

.-bg-deep-purple-100 {
  background-color: #d1c4e9 !important; }

.-border-deep-purple-100 {
  border-color: #d1c4e9 !important; }

.-stroke-deep-purple-100 {
  stroke: #d1c4e9 !important; }

.-fill-deep-purple-100 {
  fill: #d1c4e9 !important; }

.-color-deep-purple-200 {
  color: #b39ddb !important; }

.-bg-deep-purple-200 {
  background-color: #b39ddb !important; }

.-border-deep-purple-200 {
  border-color: #b39ddb !important; }

.-stroke-deep-purple-200 {
  stroke: #b39ddb !important; }

.-fill-deep-purple-200 {
  fill: #b39ddb !important; }

.-color-deep-purple-300 {
  color: #9575cd !important; }

.-bg-deep-purple-300 {
  background-color: #9575cd !important; }

.-border-deep-purple-300 {
  border-color: #9575cd !important; }

.-stroke-deep-purple-300 {
  stroke: #9575cd !important; }

.-fill-deep-purple-300 {
  fill: #9575cd !important; }

.-color-deep-purple-400 {
  color: #7e57c2 !important; }

.-bg-deep-purple-400 {
  background-color: #7e57c2 !important; }

.-border-deep-purple-400 {
  border-color: #7e57c2 !important; }

.-stroke-deep-purple-400 {
  stroke: #7e57c2 !important; }

.-fill-deep-purple-400 {
  fill: #7e57c2 !important; }

.-color-deep-purple-500 {
  color: #673ab7 !important; }

.-bg-deep-purple-500 {
  background-color: #673ab7 !important; }

.-border-deep-purple-500 {
  border-color: #673ab7 !important; }

.-stroke-deep-purple-500 {
  stroke: #673ab7 !important; }

.-fill-deep-purple-500 {
  fill: #673ab7 !important; }

.-color-deep-purple-600 {
  color: #5e35b1 !important; }

.-bg-deep-purple-600 {
  background-color: #5e35b1 !important; }

.-border-deep-purple-600 {
  border-color: #5e35b1 !important; }

.-stroke-deep-purple-600 {
  stroke: #5e35b1 !important; }

.-fill-deep-purple-600 {
  fill: #5e35b1 !important; }

.-color-deep-purple-700 {
  color: #512da8 !important; }

.-bg-deep-purple-700 {
  background-color: #512da8 !important; }

.-border-deep-purple-700 {
  border-color: #512da8 !important; }

.-stroke-deep-purple-700 {
  stroke: #512da8 !important; }

.-fill-deep-purple-700 {
  fill: #512da8 !important; }

.-color-deep-purple-800 {
  color: #4527a0 !important; }

.-bg-deep-purple-800 {
  background-color: #4527a0 !important; }

.-border-deep-purple-800 {
  border-color: #4527a0 !important; }

.-stroke-deep-purple-800 {
  stroke: #4527a0 !important; }

.-fill-deep-purple-800 {
  fill: #4527a0 !important; }

.-color-deep-purple-900 {
  color: #311b92 !important; }

.-bg-deep-purple-900 {
  background-color: #311b92 !important; }

.-border-deep-purple-900 {
  border-color: #311b92 !important; }

.-stroke-deep-purple-900 {
  stroke: #311b92 !important; }

.-fill-deep-purple-900 {
  fill: #311b92 !important; }

.-color-deep-purple-a100 {
  color: #b388ff !important; }

.-bg-deep-purple-a100 {
  background-color: #b388ff !important; }

.-border-deep-purple-a100 {
  border-color: #b388ff !important; }

.-stroke-deep-purple-a100 {
  stroke: #b388ff !important; }

.-fill-deep-purple-a100 {
  fill: #b388ff !important; }

.-color-deep-purple-a200 {
  color: #7c4dff !important; }

.-bg-deep-purple-a200 {
  background-color: #7c4dff !important; }

.-border-deep-purple-a200 {
  border-color: #7c4dff !important; }

.-stroke-deep-purple-a200 {
  stroke: #7c4dff !important; }

.-fill-deep-purple-a200 {
  fill: #7c4dff !important; }

.-color-deep-purple-a400 {
  color: #651fff !important; }

.-bg-deep-purple-a400 {
  background-color: #651fff !important; }

.-border-deep-purple-a400 {
  border-color: #651fff !important; }

.-stroke-deep-purple-a400 {
  stroke: #651fff !important; }

.-fill-deep-purple-a400 {
  fill: #651fff !important; }

.-color-deep-purple-a700 {
  color: #6200ea !important; }

.-bg-deep-purple-a700 {
  background-color: #6200ea !important; }

.-border-deep-purple-a700 {
  border-color: #6200ea !important; }

.-stroke-deep-purple-a700 {
  stroke: #6200ea !important; }

.-fill-deep-purple-a700 {
  fill: #6200ea !important; }

.-color-indigo {
  color: #3f51b5 !important; }

.-bg-indigo {
  background-color: #3f51b5 !important; }

.-border-indigo {
  border-color: #3f51b5 !important; }

.-stroke-indigo {
  stroke: #3f51b5 !important; }

.-fill-indigo {
  fill: #3f51b5 !important; }

.-color-indigo-50 {
  color: #e8eaf6 !important; }

.-bg-indigo-50 {
  background-color: #e8eaf6 !important; }

.-border-indigo-50 {
  border-color: #e8eaf6 !important; }

.-stroke-indigo-50 {
  stroke: #e8eaf6 !important; }

.-fill-indigo-50 {
  fill: #e8eaf6 !important; }

.-color-indigo-100 {
  color: #c5cae9 !important; }

.-bg-indigo-100 {
  background-color: #c5cae9 !important; }

.-border-indigo-100 {
  border-color: #c5cae9 !important; }

.-stroke-indigo-100 {
  stroke: #c5cae9 !important; }

.-fill-indigo-100 {
  fill: #c5cae9 !important; }

.-color-indigo-200 {
  color: #9fa8da !important; }

.-bg-indigo-200 {
  background-color: #9fa8da !important; }

.-border-indigo-200 {
  border-color: #9fa8da !important; }

.-stroke-indigo-200 {
  stroke: #9fa8da !important; }

.-fill-indigo-200 {
  fill: #9fa8da !important; }

.-color-indigo-300 {
  color: #7986cb !important; }

.-bg-indigo-300 {
  background-color: #7986cb !important; }

.-border-indigo-300 {
  border-color: #7986cb !important; }

.-stroke-indigo-300 {
  stroke: #7986cb !important; }

.-fill-indigo-300 {
  fill: #7986cb !important; }

.-color-indigo-400 {
  color: #5c6bc0 !important; }

.-bg-indigo-400 {
  background-color: #5c6bc0 !important; }

.-border-indigo-400 {
  border-color: #5c6bc0 !important; }

.-stroke-indigo-400 {
  stroke: #5c6bc0 !important; }

.-fill-indigo-400 {
  fill: #5c6bc0 !important; }

.-color-indigo-500 {
  color: #3f51b5 !important; }

.-bg-indigo-500 {
  background-color: #3f51b5 !important; }

.-border-indigo-500 {
  border-color: #3f51b5 !important; }

.-stroke-indigo-500 {
  stroke: #3f51b5 !important; }

.-fill-indigo-500 {
  fill: #3f51b5 !important; }

.-color-indigo-600 {
  color: #3949ab !important; }

.-bg-indigo-600 {
  background-color: #3949ab !important; }

.-border-indigo-600 {
  border-color: #3949ab !important; }

.-stroke-indigo-600 {
  stroke: #3949ab !important; }

.-fill-indigo-600 {
  fill: #3949ab !important; }

.-color-indigo-700 {
  color: #303f9f !important; }

.-bg-indigo-700 {
  background-color: #303f9f !important; }

.-border-indigo-700 {
  border-color: #303f9f !important; }

.-stroke-indigo-700 {
  stroke: #303f9f !important; }

.-fill-indigo-700 {
  fill: #303f9f !important; }

.-color-indigo-800 {
  color: #283593 !important; }

.-bg-indigo-800 {
  background-color: #283593 !important; }

.-border-indigo-800 {
  border-color: #283593 !important; }

.-stroke-indigo-800 {
  stroke: #283593 !important; }

.-fill-indigo-800 {
  fill: #283593 !important; }

.-color-indigo-900 {
  color: #1a237e !important; }

.-bg-indigo-900 {
  background-color: #1a237e !important; }

.-border-indigo-900 {
  border-color: #1a237e !important; }

.-stroke-indigo-900 {
  stroke: #1a237e !important; }

.-fill-indigo-900 {
  fill: #1a237e !important; }

.-color-indigo-a100 {
  color: #8c9eff !important; }

.-bg-indigo-a100 {
  background-color: #8c9eff !important; }

.-border-indigo-a100 {
  border-color: #8c9eff !important; }

.-stroke-indigo-a100 {
  stroke: #8c9eff !important; }

.-fill-indigo-a100 {
  fill: #8c9eff !important; }

.-color-indigo-a200 {
  color: #536dfe !important; }

.-bg-indigo-a200 {
  background-color: #536dfe !important; }

.-border-indigo-a200 {
  border-color: #536dfe !important; }

.-stroke-indigo-a200 {
  stroke: #536dfe !important; }

.-fill-indigo-a200 {
  fill: #536dfe !important; }

.-color-indigo-a400 {
  color: #3d5afe !important; }

.-bg-indigo-a400 {
  background-color: #3d5afe !important; }

.-border-indigo-a400 {
  border-color: #3d5afe !important; }

.-stroke-indigo-a400 {
  stroke: #3d5afe !important; }

.-fill-indigo-a400 {
  fill: #3d5afe !important; }

.-color-indigo-a700 {
  color: #304ffe !important; }

.-bg-indigo-a700 {
  background-color: #304ffe !important; }

.-border-indigo-a700 {
  border-color: #304ffe !important; }

.-stroke-indigo-a700 {
  stroke: #304ffe !important; }

.-fill-indigo-a700 {
  fill: #304ffe !important; }

.-color-blue {
  color: #2196f3 !important; }

.-bg-blue {
  background-color: #2196f3 !important; }

.-border-blue {
  border-color: #2196f3 !important; }

.-stroke-blue {
  stroke: #2196f3 !important; }

.-fill-blue {
  fill: #2196f3 !important; }

.-color-blue-50 {
  color: #e3f2fd !important; }

.-bg-blue-50 {
  background-color: #e3f2fd !important; }

.-border-blue-50 {
  border-color: #e3f2fd !important; }

.-stroke-blue-50 {
  stroke: #e3f2fd !important; }

.-fill-blue-50 {
  fill: #e3f2fd !important; }

.-color-blue-100 {
  color: #bbdefb !important; }

.-bg-blue-100 {
  background-color: #bbdefb !important; }

.-border-blue-100 {
  border-color: #bbdefb !important; }

.-stroke-blue-100 {
  stroke: #bbdefb !important; }

.-fill-blue-100 {
  fill: #bbdefb !important; }

.-color-blue-200 {
  color: #90caf9 !important; }

.-bg-blue-200 {
  background-color: #90caf9 !important; }

.-border-blue-200 {
  border-color: #90caf9 !important; }

.-stroke-blue-200 {
  stroke: #90caf9 !important; }

.-fill-blue-200 {
  fill: #90caf9 !important; }

.-color-blue-300 {
  color: #64b5f6 !important; }

.-bg-blue-300 {
  background-color: #64b5f6 !important; }

.-border-blue-300 {
  border-color: #64b5f6 !important; }

.-stroke-blue-300 {
  stroke: #64b5f6 !important; }

.-fill-blue-300 {
  fill: #64b5f6 !important; }

.-color-blue-400 {
  color: #42a5f5 !important; }

.-bg-blue-400 {
  background-color: #42a5f5 !important; }

.-border-blue-400 {
  border-color: #42a5f5 !important; }

.-stroke-blue-400 {
  stroke: #42a5f5 !important; }

.-fill-blue-400 {
  fill: #42a5f5 !important; }

.-color-blue-500 {
  color: #2196f3 !important; }

.-bg-blue-500 {
  background-color: #2196f3 !important; }

.-border-blue-500 {
  border-color: #2196f3 !important; }

.-stroke-blue-500 {
  stroke: #2196f3 !important; }

.-fill-blue-500 {
  fill: #2196f3 !important; }

.-color-blue-600 {
  color: #1e88e5 !important; }

.-bg-blue-600 {
  background-color: #1e88e5 !important; }

.-border-blue-600 {
  border-color: #1e88e5 !important; }

.-stroke-blue-600 {
  stroke: #1e88e5 !important; }

.-fill-blue-600 {
  fill: #1e88e5 !important; }

.-color-blue-700 {
  color: #1976d2 !important; }

.-bg-blue-700 {
  background-color: #1976d2 !important; }

.-border-blue-700 {
  border-color: #1976d2 !important; }

.-stroke-blue-700 {
  stroke: #1976d2 !important; }

.-fill-blue-700 {
  fill: #1976d2 !important; }

.-color-blue-800 {
  color: #1565c0 !important; }

.-bg-blue-800 {
  background-color: #1565c0 !important; }

.-border-blue-800 {
  border-color: #1565c0 !important; }

.-stroke-blue-800 {
  stroke: #1565c0 !important; }

.-fill-blue-800 {
  fill: #1565c0 !important; }

.-color-blue-900 {
  color: #0d47a1 !important; }

.-bg-blue-900 {
  background-color: #0d47a1 !important; }

.-border-blue-900 {
  border-color: #0d47a1 !important; }

.-stroke-blue-900 {
  stroke: #0d47a1 !important; }

.-fill-blue-900 {
  fill: #0d47a1 !important; }

.-color-blue-a100 {
  color: #82b1ff !important; }

.-bg-blue-a100 {
  background-color: #82b1ff !important; }

.-border-blue-a100 {
  border-color: #82b1ff !important; }

.-stroke-blue-a100 {
  stroke: #82b1ff !important; }

.-fill-blue-a100 {
  fill: #82b1ff !important; }

.-color-blue-a200 {
  color: #448aff !important; }

.-bg-blue-a200 {
  background-color: #448aff !important; }

.-border-blue-a200 {
  border-color: #448aff !important; }

.-stroke-blue-a200 {
  stroke: #448aff !important; }

.-fill-blue-a200 {
  fill: #448aff !important; }

.-color-blue-a400 {
  color: #2979ff !important; }

.-bg-blue-a400 {
  background-color: #2979ff !important; }

.-border-blue-a400 {
  border-color: #2979ff !important; }

.-stroke-blue-a400 {
  stroke: #2979ff !important; }

.-fill-blue-a400 {
  fill: #2979ff !important; }

.-color-blue-a700 {
  color: #2962ff !important; }

.-bg-blue-a700 {
  background-color: #2962ff !important; }

.-border-blue-a700 {
  border-color: #2962ff !important; }

.-stroke-blue-a700 {
  stroke: #2962ff !important; }

.-fill-blue-a700 {
  fill: #2962ff !important; }

.-color-light-blue {
  color: #03a9f4 !important; }

.-bg-light-blue {
  background-color: #03a9f4 !important; }

.-border-light-blue {
  border-color: #03a9f4 !important; }

.-stroke-light-blue {
  stroke: #03a9f4 !important; }

.-fill-light-blue {
  fill: #03a9f4 !important; }

.-color-light-blue-50 {
  color: #e1f5fe !important; }

.-bg-light-blue-50 {
  background-color: #e1f5fe !important; }

.-border-light-blue-50 {
  border-color: #e1f5fe !important; }

.-stroke-light-blue-50 {
  stroke: #e1f5fe !important; }

.-fill-light-blue-50 {
  fill: #e1f5fe !important; }

.-color-light-blue-100 {
  color: #b3e5fc !important; }

.-bg-light-blue-100 {
  background-color: #b3e5fc !important; }

.-border-light-blue-100 {
  border-color: #b3e5fc !important; }

.-stroke-light-blue-100 {
  stroke: #b3e5fc !important; }

.-fill-light-blue-100 {
  fill: #b3e5fc !important; }

.-color-light-blue-200 {
  color: #81d4fa !important; }

.-bg-light-blue-200 {
  background-color: #81d4fa !important; }

.-border-light-blue-200 {
  border-color: #81d4fa !important; }

.-stroke-light-blue-200 {
  stroke: #81d4fa !important; }

.-fill-light-blue-200 {
  fill: #81d4fa !important; }

.-color-light-blue-300 {
  color: #4fc3f7 !important; }

.-bg-light-blue-300 {
  background-color: #4fc3f7 !important; }

.-border-light-blue-300 {
  border-color: #4fc3f7 !important; }

.-stroke-light-blue-300 {
  stroke: #4fc3f7 !important; }

.-fill-light-blue-300 {
  fill: #4fc3f7 !important; }

.-color-light-blue-400 {
  color: #29b6f6 !important; }

.-bg-light-blue-400 {
  background-color: #29b6f6 !important; }

.-border-light-blue-400 {
  border-color: #29b6f6 !important; }

.-stroke-light-blue-400 {
  stroke: #29b6f6 !important; }

.-fill-light-blue-400 {
  fill: #29b6f6 !important; }

.-color-light-blue-500 {
  color: #03a9f4 !important; }

.-bg-light-blue-500 {
  background-color: #03a9f4 !important; }

.-border-light-blue-500 {
  border-color: #03a9f4 !important; }

.-stroke-light-blue-500 {
  stroke: #03a9f4 !important; }

.-fill-light-blue-500 {
  fill: #03a9f4 !important; }

.-color-light-blue-600 {
  color: #039be5 !important; }

.-bg-light-blue-600 {
  background-color: #039be5 !important; }

.-border-light-blue-600 {
  border-color: #039be5 !important; }

.-stroke-light-blue-600 {
  stroke: #039be5 !important; }

.-fill-light-blue-600 {
  fill: #039be5 !important; }

.-color-light-blue-700 {
  color: #0288d1 !important; }

.-bg-light-blue-700 {
  background-color: #0288d1 !important; }

.-border-light-blue-700 {
  border-color: #0288d1 !important; }

.-stroke-light-blue-700 {
  stroke: #0288d1 !important; }

.-fill-light-blue-700 {
  fill: #0288d1 !important; }

.-color-light-blue-800 {
  color: #0277bd !important; }

.-bg-light-blue-800 {
  background-color: #0277bd !important; }

.-border-light-blue-800 {
  border-color: #0277bd !important; }

.-stroke-light-blue-800 {
  stroke: #0277bd !important; }

.-fill-light-blue-800 {
  fill: #0277bd !important; }

.-color-light-blue-900 {
  color: #01579b !important; }

.-bg-light-blue-900 {
  background-color: #01579b !important; }

.-border-light-blue-900 {
  border-color: #01579b !important; }

.-stroke-light-blue-900 {
  stroke: #01579b !important; }

.-fill-light-blue-900 {
  fill: #01579b !important; }

.-color-light-blue-a100 {
  color: #80d8ff !important; }

.-bg-light-blue-a100 {
  background-color: #80d8ff !important; }

.-border-light-blue-a100 {
  border-color: #80d8ff !important; }

.-stroke-light-blue-a100 {
  stroke: #80d8ff !important; }

.-fill-light-blue-a100 {
  fill: #80d8ff !important; }

.-color-light-blue-a200 {
  color: #40c4ff !important; }

.-bg-light-blue-a200 {
  background-color: #40c4ff !important; }

.-border-light-blue-a200 {
  border-color: #40c4ff !important; }

.-stroke-light-blue-a200 {
  stroke: #40c4ff !important; }

.-fill-light-blue-a200 {
  fill: #40c4ff !important; }

.-color-light-blue-a400 {
  color: #00b0ff !important; }

.-bg-light-blue-a400 {
  background-color: #00b0ff !important; }

.-border-light-blue-a400 {
  border-color: #00b0ff !important; }

.-stroke-light-blue-a400 {
  stroke: #00b0ff !important; }

.-fill-light-blue-a400 {
  fill: #00b0ff !important; }

.-color-light-blue-a700 {
  color: #0091ea !important; }

.-bg-light-blue-a700 {
  background-color: #0091ea !important; }

.-border-light-blue-a700 {
  border-color: #0091ea !important; }

.-stroke-light-blue-a700 {
  stroke: #0091ea !important; }

.-fill-light-blue-a700 {
  fill: #0091ea !important; }

.-color-cyan {
  color: #00bcd4 !important; }

.-bg-cyan {
  background-color: #00bcd4 !important; }

.-border-cyan {
  border-color: #00bcd4 !important; }

.-stroke-cyan {
  stroke: #00bcd4 !important; }

.-fill-cyan {
  fill: #00bcd4 !important; }

.-color-cyan-50 {
  color: #e0f7fa !important; }

.-bg-cyan-50 {
  background-color: #e0f7fa !important; }

.-border-cyan-50 {
  border-color: #e0f7fa !important; }

.-stroke-cyan-50 {
  stroke: #e0f7fa !important; }

.-fill-cyan-50 {
  fill: #e0f7fa !important; }

.-color-cyan-100 {
  color: #b2ebf2 !important; }

.-bg-cyan-100 {
  background-color: #b2ebf2 !important; }

.-border-cyan-100 {
  border-color: #b2ebf2 !important; }

.-stroke-cyan-100 {
  stroke: #b2ebf2 !important; }

.-fill-cyan-100 {
  fill: #b2ebf2 !important; }

.-color-cyan-200 {
  color: #80deea !important; }

.-bg-cyan-200 {
  background-color: #80deea !important; }

.-border-cyan-200 {
  border-color: #80deea !important; }

.-stroke-cyan-200 {
  stroke: #80deea !important; }

.-fill-cyan-200 {
  fill: #80deea !important; }

.-color-cyan-300 {
  color: #4dd0e1 !important; }

.-bg-cyan-300 {
  background-color: #4dd0e1 !important; }

.-border-cyan-300 {
  border-color: #4dd0e1 !important; }

.-stroke-cyan-300 {
  stroke: #4dd0e1 !important; }

.-fill-cyan-300 {
  fill: #4dd0e1 !important; }

.-color-cyan-400 {
  color: #26c6da !important; }

.-bg-cyan-400 {
  background-color: #26c6da !important; }

.-border-cyan-400 {
  border-color: #26c6da !important; }

.-stroke-cyan-400 {
  stroke: #26c6da !important; }

.-fill-cyan-400 {
  fill: #26c6da !important; }

.-color-cyan-500 {
  color: #00bcd4 !important; }

.-bg-cyan-500 {
  background-color: #00bcd4 !important; }

.-border-cyan-500 {
  border-color: #00bcd4 !important; }

.-stroke-cyan-500 {
  stroke: #00bcd4 !important; }

.-fill-cyan-500 {
  fill: #00bcd4 !important; }

.-color-cyan-600 {
  color: #00acc1 !important; }

.-bg-cyan-600 {
  background-color: #00acc1 !important; }

.-border-cyan-600 {
  border-color: #00acc1 !important; }

.-stroke-cyan-600 {
  stroke: #00acc1 !important; }

.-fill-cyan-600 {
  fill: #00acc1 !important; }

.-color-cyan-700 {
  color: #0097a7 !important; }

.-bg-cyan-700 {
  background-color: #0097a7 !important; }

.-border-cyan-700 {
  border-color: #0097a7 !important; }

.-stroke-cyan-700 {
  stroke: #0097a7 !important; }

.-fill-cyan-700 {
  fill: #0097a7 !important; }

.-color-cyan-800 {
  color: #00838f !important; }

.-bg-cyan-800 {
  background-color: #00838f !important; }

.-border-cyan-800 {
  border-color: #00838f !important; }

.-stroke-cyan-800 {
  stroke: #00838f !important; }

.-fill-cyan-800 {
  fill: #00838f !important; }

.-color-cyan-900 {
  color: #006064 !important; }

.-bg-cyan-900 {
  background-color: #006064 !important; }

.-border-cyan-900 {
  border-color: #006064 !important; }

.-stroke-cyan-900 {
  stroke: #006064 !important; }

.-fill-cyan-900 {
  fill: #006064 !important; }

.-color-cyan-a100 {
  color: #84ffff !important; }

.-bg-cyan-a100 {
  background-color: #84ffff !important; }

.-border-cyan-a100 {
  border-color: #84ffff !important; }

.-stroke-cyan-a100 {
  stroke: #84ffff !important; }

.-fill-cyan-a100 {
  fill: #84ffff !important; }

.-color-cyan-a200 {
  color: #18ffff !important; }

.-bg-cyan-a200 {
  background-color: #18ffff !important; }

.-border-cyan-a200 {
  border-color: #18ffff !important; }

.-stroke-cyan-a200 {
  stroke: #18ffff !important; }

.-fill-cyan-a200 {
  fill: #18ffff !important; }

.-color-cyan-a400 {
  color: #00e5ff !important; }

.-bg-cyan-a400 {
  background-color: #00e5ff !important; }

.-border-cyan-a400 {
  border-color: #00e5ff !important; }

.-stroke-cyan-a400 {
  stroke: #00e5ff !important; }

.-fill-cyan-a400 {
  fill: #00e5ff !important; }

.-color-cyan-a700 {
  color: #00b8d4 !important; }

.-bg-cyan-a700 {
  background-color: #00b8d4 !important; }

.-border-cyan-a700 {
  border-color: #00b8d4 !important; }

.-stroke-cyan-a700 {
  stroke: #00b8d4 !important; }

.-fill-cyan-a700 {
  fill: #00b8d4 !important; }

.-color-teal {
  color: #009688 !important; }

.-bg-teal {
  background-color: #009688 !important; }

.-border-teal {
  border-color: #009688 !important; }

.-stroke-teal {
  stroke: #009688 !important; }

.-fill-teal {
  fill: #009688 !important; }

.-color-teal-50 {
  color: #e0f2f1 !important; }

.-bg-teal-50 {
  background-color: #e0f2f1 !important; }

.-border-teal-50 {
  border-color: #e0f2f1 !important; }

.-stroke-teal-50 {
  stroke: #e0f2f1 !important; }

.-fill-teal-50 {
  fill: #e0f2f1 !important; }

.-color-teal-100 {
  color: #b2dfdb !important; }

.-bg-teal-100 {
  background-color: #b2dfdb !important; }

.-border-teal-100 {
  border-color: #b2dfdb !important; }

.-stroke-teal-100 {
  stroke: #b2dfdb !important; }

.-fill-teal-100 {
  fill: #b2dfdb !important; }

.-color-teal-200 {
  color: #80cbc4 !important; }

.-bg-teal-200 {
  background-color: #80cbc4 !important; }

.-border-teal-200 {
  border-color: #80cbc4 !important; }

.-stroke-teal-200 {
  stroke: #80cbc4 !important; }

.-fill-teal-200 {
  fill: #80cbc4 !important; }

.-color-teal-300 {
  color: #4db6ac !important; }

.-bg-teal-300 {
  background-color: #4db6ac !important; }

.-border-teal-300 {
  border-color: #4db6ac !important; }

.-stroke-teal-300 {
  stroke: #4db6ac !important; }

.-fill-teal-300 {
  fill: #4db6ac !important; }

.-color-teal-400 {
  color: #26a69a !important; }

.-bg-teal-400 {
  background-color: #26a69a !important; }

.-border-teal-400 {
  border-color: #26a69a !important; }

.-stroke-teal-400 {
  stroke: #26a69a !important; }

.-fill-teal-400 {
  fill: #26a69a !important; }

.-color-teal-500 {
  color: #009688 !important; }

.-bg-teal-500 {
  background-color: #009688 !important; }

.-border-teal-500 {
  border-color: #009688 !important; }

.-stroke-teal-500 {
  stroke: #009688 !important; }

.-fill-teal-500 {
  fill: #009688 !important; }

.-color-teal-600 {
  color: #00897b !important; }

.-bg-teal-600 {
  background-color: #00897b !important; }

.-border-teal-600 {
  border-color: #00897b !important; }

.-stroke-teal-600 {
  stroke: #00897b !important; }

.-fill-teal-600 {
  fill: #00897b !important; }

.-color-teal-700 {
  color: #00796b !important; }

.-bg-teal-700 {
  background-color: #00796b !important; }

.-border-teal-700 {
  border-color: #00796b !important; }

.-stroke-teal-700 {
  stroke: #00796b !important; }

.-fill-teal-700 {
  fill: #00796b !important; }

.-color-teal-800 {
  color: #00695c !important; }

.-bg-teal-800 {
  background-color: #00695c !important; }

.-border-teal-800 {
  border-color: #00695c !important; }

.-stroke-teal-800 {
  stroke: #00695c !important; }

.-fill-teal-800 {
  fill: #00695c !important; }

.-color-teal-900 {
  color: #004d40 !important; }

.-bg-teal-900 {
  background-color: #004d40 !important; }

.-border-teal-900 {
  border-color: #004d40 !important; }

.-stroke-teal-900 {
  stroke: #004d40 !important; }

.-fill-teal-900 {
  fill: #004d40 !important; }

.-color-teal-a100 {
  color: #a7ffeb !important; }

.-bg-teal-a100 {
  background-color: #a7ffeb !important; }

.-border-teal-a100 {
  border-color: #a7ffeb !important; }

.-stroke-teal-a100 {
  stroke: #a7ffeb !important; }

.-fill-teal-a100 {
  fill: #a7ffeb !important; }

.-color-teal-a200 {
  color: #64ffda !important; }

.-bg-teal-a200 {
  background-color: #64ffda !important; }

.-border-teal-a200 {
  border-color: #64ffda !important; }

.-stroke-teal-a200 {
  stroke: #64ffda !important; }

.-fill-teal-a200 {
  fill: #64ffda !important; }

.-color-teal-a400 {
  color: #1de9b6 !important; }

.-bg-teal-a400 {
  background-color: #1de9b6 !important; }

.-border-teal-a400 {
  border-color: #1de9b6 !important; }

.-stroke-teal-a400 {
  stroke: #1de9b6 !important; }

.-fill-teal-a400 {
  fill: #1de9b6 !important; }

.-color-teal-a700 {
  color: #00bfa5 !important; }

.-bg-teal-a700 {
  background-color: #00bfa5 !important; }

.-border-teal-a700 {
  border-color: #00bfa5 !important; }

.-stroke-teal-a700 {
  stroke: #00bfa5 !important; }

.-fill-teal-a700 {
  fill: #00bfa5 !important; }

.-color-green {
  color: #4caf50 !important; }

.-bg-green {
  background-color: #4caf50 !important; }

.-border-green {
  border-color: #4caf50 !important; }

.-stroke-green {
  stroke: #4caf50 !important; }

.-fill-green {
  fill: #4caf50 !important; }

.-color-green-50 {
  color: #e8f5e9 !important; }

.-bg-green-50 {
  background-color: #e8f5e9 !important; }

.-border-green-50 {
  border-color: #e8f5e9 !important; }

.-stroke-green-50 {
  stroke: #e8f5e9 !important; }

.-fill-green-50 {
  fill: #e8f5e9 !important; }

.-color-green-100 {
  color: #c8e6c9 !important; }

.-bg-green-100 {
  background-color: #c8e6c9 !important; }

.-border-green-100 {
  border-color: #c8e6c9 !important; }

.-stroke-green-100 {
  stroke: #c8e6c9 !important; }

.-fill-green-100 {
  fill: #c8e6c9 !important; }

.-color-green-200 {
  color: #a5d6a7 !important; }

.-bg-green-200 {
  background-color: #a5d6a7 !important; }

.-border-green-200 {
  border-color: #a5d6a7 !important; }

.-stroke-green-200 {
  stroke: #a5d6a7 !important; }

.-fill-green-200 {
  fill: #a5d6a7 !important; }

.-color-green-300 {
  color: #81c784 !important; }

.-bg-green-300 {
  background-color: #81c784 !important; }

.-border-green-300 {
  border-color: #81c784 !important; }

.-stroke-green-300 {
  stroke: #81c784 !important; }

.-fill-green-300 {
  fill: #81c784 !important; }

.-color-green-400 {
  color: #66bb6a !important; }

.-bg-green-400 {
  background-color: #66bb6a !important; }

.-border-green-400 {
  border-color: #66bb6a !important; }

.-stroke-green-400 {
  stroke: #66bb6a !important; }

.-fill-green-400 {
  fill: #66bb6a !important; }

.-color-green-500 {
  color: #4caf50 !important; }

.-bg-green-500 {
  background-color: #4caf50 !important; }

.-border-green-500 {
  border-color: #4caf50 !important; }

.-stroke-green-500 {
  stroke: #4caf50 !important; }

.-fill-green-500 {
  fill: #4caf50 !important; }

.-color-green-600 {
  color: #43a047 !important; }

.-bg-green-600 {
  background-color: #43a047 !important; }

.-border-green-600 {
  border-color: #43a047 !important; }

.-stroke-green-600 {
  stroke: #43a047 !important; }

.-fill-green-600 {
  fill: #43a047 !important; }

.-color-green-700 {
  color: #388e3c !important; }

.-bg-green-700 {
  background-color: #388e3c !important; }

.-border-green-700 {
  border-color: #388e3c !important; }

.-stroke-green-700 {
  stroke: #388e3c !important; }

.-fill-green-700 {
  fill: #388e3c !important; }

.-color-green-800 {
  color: #2e7d32 !important; }

.-bg-green-800 {
  background-color: #2e7d32 !important; }

.-border-green-800 {
  border-color: #2e7d32 !important; }

.-stroke-green-800 {
  stroke: #2e7d32 !important; }

.-fill-green-800 {
  fill: #2e7d32 !important; }

.-color-green-900 {
  color: #1b5e20 !important; }

.-bg-green-900 {
  background-color: #1b5e20 !important; }

.-border-green-900 {
  border-color: #1b5e20 !important; }

.-stroke-green-900 {
  stroke: #1b5e20 !important; }

.-fill-green-900 {
  fill: #1b5e20 !important; }

.-color-green-a100 {
  color: #b9f6ca !important; }

.-bg-green-a100 {
  background-color: #b9f6ca !important; }

.-border-green-a100 {
  border-color: #b9f6ca !important; }

.-stroke-green-a100 {
  stroke: #b9f6ca !important; }

.-fill-green-a100 {
  fill: #b9f6ca !important; }

.-color-green-a200 {
  color: #69f0ae !important; }

.-bg-green-a200 {
  background-color: #69f0ae !important; }

.-border-green-a200 {
  border-color: #69f0ae !important; }

.-stroke-green-a200 {
  stroke: #69f0ae !important; }

.-fill-green-a200 {
  fill: #69f0ae !important; }

.-color-green-a400 {
  color: #00e676 !important; }

.-bg-green-a400 {
  background-color: #00e676 !important; }

.-border-green-a400 {
  border-color: #00e676 !important; }

.-stroke-green-a400 {
  stroke: #00e676 !important; }

.-fill-green-a400 {
  fill: #00e676 !important; }

.-color-green-a700 {
  color: #00c853 !important; }

.-bg-green-a700 {
  background-color: #00c853 !important; }

.-border-green-a700 {
  border-color: #00c853 !important; }

.-stroke-green-a700 {
  stroke: #00c853 !important; }

.-fill-green-a700 {
  fill: #00c853 !important; }

.-color-light-green {
  color: #8bc34a !important; }

.-bg-light-green {
  background-color: #8bc34a !important; }

.-border-light-green {
  border-color: #8bc34a !important; }

.-stroke-light-green {
  stroke: #8bc34a !important; }

.-fill-light-green {
  fill: #8bc34a !important; }

.-color-light-green-50 {
  color: #f1f8e9 !important; }

.-bg-light-green-50 {
  background-color: #f1f8e9 !important; }

.-border-light-green-50 {
  border-color: #f1f8e9 !important; }

.-stroke-light-green-50 {
  stroke: #f1f8e9 !important; }

.-fill-light-green-50 {
  fill: #f1f8e9 !important; }

.-color-light-green-100 {
  color: #dcedc8 !important; }

.-bg-light-green-100 {
  background-color: #dcedc8 !important; }

.-border-light-green-100 {
  border-color: #dcedc8 !important; }

.-stroke-light-green-100 {
  stroke: #dcedc8 !important; }

.-fill-light-green-100 {
  fill: #dcedc8 !important; }

.-color-light-green-200 {
  color: #c5e1a5 !important; }

.-bg-light-green-200 {
  background-color: #c5e1a5 !important; }

.-border-light-green-200 {
  border-color: #c5e1a5 !important; }

.-stroke-light-green-200 {
  stroke: #c5e1a5 !important; }

.-fill-light-green-200 {
  fill: #c5e1a5 !important; }

.-color-light-green-300 {
  color: #aed581 !important; }

.-bg-light-green-300 {
  background-color: #aed581 !important; }

.-border-light-green-300 {
  border-color: #aed581 !important; }

.-stroke-light-green-300 {
  stroke: #aed581 !important; }

.-fill-light-green-300 {
  fill: #aed581 !important; }

.-color-light-green-400 {
  color: #9ccc65 !important; }

.-bg-light-green-400 {
  background-color: #9ccc65 !important; }

.-border-light-green-400 {
  border-color: #9ccc65 !important; }

.-stroke-light-green-400 {
  stroke: #9ccc65 !important; }

.-fill-light-green-400 {
  fill: #9ccc65 !important; }

.-color-light-green-500 {
  color: #8bc34a !important; }

.-bg-light-green-500 {
  background-color: #8bc34a !important; }

.-border-light-green-500 {
  border-color: #8bc34a !important; }

.-stroke-light-green-500 {
  stroke: #8bc34a !important; }

.-fill-light-green-500 {
  fill: #8bc34a !important; }

.-color-light-green-600 {
  color: #7cb342 !important; }

.-bg-light-green-600 {
  background-color: #7cb342 !important; }

.-border-light-green-600 {
  border-color: #7cb342 !important; }

.-stroke-light-green-600 {
  stroke: #7cb342 !important; }

.-fill-light-green-600 {
  fill: #7cb342 !important; }

.-color-light-green-700 {
  color: #689f38 !important; }

.-bg-light-green-700 {
  background-color: #689f38 !important; }

.-border-light-green-700 {
  border-color: #689f38 !important; }

.-stroke-light-green-700 {
  stroke: #689f38 !important; }

.-fill-light-green-700 {
  fill: #689f38 !important; }

.-color-light-green-800 {
  color: #558b2f !important; }

.-bg-light-green-800 {
  background-color: #558b2f !important; }

.-border-light-green-800 {
  border-color: #558b2f !important; }

.-stroke-light-green-800 {
  stroke: #558b2f !important; }

.-fill-light-green-800 {
  fill: #558b2f !important; }

.-color-light-green-900 {
  color: #33691e !important; }

.-bg-light-green-900 {
  background-color: #33691e !important; }

.-border-light-green-900 {
  border-color: #33691e !important; }

.-stroke-light-green-900 {
  stroke: #33691e !important; }

.-fill-light-green-900 {
  fill: #33691e !important; }

.-color-light-green-a100 {
  color: #ccff90 !important; }

.-bg-light-green-a100 {
  background-color: #ccff90 !important; }

.-border-light-green-a100 {
  border-color: #ccff90 !important; }

.-stroke-light-green-a100 {
  stroke: #ccff90 !important; }

.-fill-light-green-a100 {
  fill: #ccff90 !important; }

.-color-light-green-a200 {
  color: #b2ff59 !important; }

.-bg-light-green-a200 {
  background-color: #b2ff59 !important; }

.-border-light-green-a200 {
  border-color: #b2ff59 !important; }

.-stroke-light-green-a200 {
  stroke: #b2ff59 !important; }

.-fill-light-green-a200 {
  fill: #b2ff59 !important; }

.-color-light-green-a400 {
  color: #76ff03 !important; }

.-bg-light-green-a400 {
  background-color: #76ff03 !important; }

.-border-light-green-a400 {
  border-color: #76ff03 !important; }

.-stroke-light-green-a400 {
  stroke: #76ff03 !important; }

.-fill-light-green-a400 {
  fill: #76ff03 !important; }

.-color-light-green-a700 {
  color: #64dd17 !important; }

.-bg-light-green-a700 {
  background-color: #64dd17 !important; }

.-border-light-green-a700 {
  border-color: #64dd17 !important; }

.-stroke-light-green-a700 {
  stroke: #64dd17 !important; }

.-fill-light-green-a700 {
  fill: #64dd17 !important; }

.-color-lime {
  color: #cddc39 !important; }

.-bg-lime {
  background-color: #cddc39 !important; }

.-border-lime {
  border-color: #cddc39 !important; }

.-stroke-lime {
  stroke: #cddc39 !important; }

.-fill-lime {
  fill: #cddc39 !important; }

.-color-lime-50 {
  color: #f9fbe7 !important; }

.-bg-lime-50 {
  background-color: #f9fbe7 !important; }

.-border-lime-50 {
  border-color: #f9fbe7 !important; }

.-stroke-lime-50 {
  stroke: #f9fbe7 !important; }

.-fill-lime-50 {
  fill: #f9fbe7 !important; }

.-color-lime-100 {
  color: #f0f4c3 !important; }

.-bg-lime-100 {
  background-color: #f0f4c3 !important; }

.-border-lime-100 {
  border-color: #f0f4c3 !important; }

.-stroke-lime-100 {
  stroke: #f0f4c3 !important; }

.-fill-lime-100 {
  fill: #f0f4c3 !important; }

.-color-lime-200 {
  color: #e6ee9c !important; }

.-bg-lime-200 {
  background-color: #e6ee9c !important; }

.-border-lime-200 {
  border-color: #e6ee9c !important; }

.-stroke-lime-200 {
  stroke: #e6ee9c !important; }

.-fill-lime-200 {
  fill: #e6ee9c !important; }

.-color-lime-300 {
  color: #dce775 !important; }

.-bg-lime-300 {
  background-color: #dce775 !important; }

.-border-lime-300 {
  border-color: #dce775 !important; }

.-stroke-lime-300 {
  stroke: #dce775 !important; }

.-fill-lime-300 {
  fill: #dce775 !important; }

.-color-lime-400 {
  color: #d4e157 !important; }

.-bg-lime-400 {
  background-color: #d4e157 !important; }

.-border-lime-400 {
  border-color: #d4e157 !important; }

.-stroke-lime-400 {
  stroke: #d4e157 !important; }

.-fill-lime-400 {
  fill: #d4e157 !important; }

.-color-lime-500 {
  color: #cddc39 !important; }

.-bg-lime-500 {
  background-color: #cddc39 !important; }

.-border-lime-500 {
  border-color: #cddc39 !important; }

.-stroke-lime-500 {
  stroke: #cddc39 !important; }

.-fill-lime-500 {
  fill: #cddc39 !important; }

.-color-lime-600 {
  color: #c0ca33 !important; }

.-bg-lime-600 {
  background-color: #c0ca33 !important; }

.-border-lime-600 {
  border-color: #c0ca33 !important; }

.-stroke-lime-600 {
  stroke: #c0ca33 !important; }

.-fill-lime-600 {
  fill: #c0ca33 !important; }

.-color-lime-700 {
  color: #afb42b !important; }

.-bg-lime-700 {
  background-color: #afb42b !important; }

.-border-lime-700 {
  border-color: #afb42b !important; }

.-stroke-lime-700 {
  stroke: #afb42b !important; }

.-fill-lime-700 {
  fill: #afb42b !important; }

.-color-lime-800 {
  color: #9e9d24 !important; }

.-bg-lime-800 {
  background-color: #9e9d24 !important; }

.-border-lime-800 {
  border-color: #9e9d24 !important; }

.-stroke-lime-800 {
  stroke: #9e9d24 !important; }

.-fill-lime-800 {
  fill: #9e9d24 !important; }

.-color-lime-900 {
  color: #827717 !important; }

.-bg-lime-900 {
  background-color: #827717 !important; }

.-border-lime-900 {
  border-color: #827717 !important; }

.-stroke-lime-900 {
  stroke: #827717 !important; }

.-fill-lime-900 {
  fill: #827717 !important; }

.-color-lime-a100 {
  color: #f4ff81 !important; }

.-bg-lime-a100 {
  background-color: #f4ff81 !important; }

.-border-lime-a100 {
  border-color: #f4ff81 !important; }

.-stroke-lime-a100 {
  stroke: #f4ff81 !important; }

.-fill-lime-a100 {
  fill: #f4ff81 !important; }

.-color-lime-a200 {
  color: #eeff41 !important; }

.-bg-lime-a200 {
  background-color: #eeff41 !important; }

.-border-lime-a200 {
  border-color: #eeff41 !important; }

.-stroke-lime-a200 {
  stroke: #eeff41 !important; }

.-fill-lime-a200 {
  fill: #eeff41 !important; }

.-color-lime-a400 {
  color: #c6ff00 !important; }

.-bg-lime-a400 {
  background-color: #c6ff00 !important; }

.-border-lime-a400 {
  border-color: #c6ff00 !important; }

.-stroke-lime-a400 {
  stroke: #c6ff00 !important; }

.-fill-lime-a400 {
  fill: #c6ff00 !important; }

.-color-lime-a700 {
  color: #aeea00 !important; }

.-bg-lime-a700 {
  background-color: #aeea00 !important; }

.-border-lime-a700 {
  border-color: #aeea00 !important; }

.-stroke-lime-a700 {
  stroke: #aeea00 !important; }

.-fill-lime-a700 {
  fill: #aeea00 !important; }

.-color-yellow {
  color: #ffeb3b !important; }

.-bg-yellow {
  background-color: #ffeb3b !important; }

.-border-yellow {
  border-color: #ffeb3b !important; }

.-stroke-yellow {
  stroke: #ffeb3b !important; }

.-fill-yellow {
  fill: #ffeb3b !important; }

.-color-yellow-50 {
  color: #fffde7 !important; }

.-bg-yellow-50 {
  background-color: #fffde7 !important; }

.-border-yellow-50 {
  border-color: #fffde7 !important; }

.-stroke-yellow-50 {
  stroke: #fffde7 !important; }

.-fill-yellow-50 {
  fill: #fffde7 !important; }

.-color-yellow-100 {
  color: #fff9c4 !important; }

.-bg-yellow-100 {
  background-color: #fff9c4 !important; }

.-border-yellow-100 {
  border-color: #fff9c4 !important; }

.-stroke-yellow-100 {
  stroke: #fff9c4 !important; }

.-fill-yellow-100 {
  fill: #fff9c4 !important; }

.-color-yellow-200 {
  color: #fff59d !important; }

.-bg-yellow-200 {
  background-color: #fff59d !important; }

.-border-yellow-200 {
  border-color: #fff59d !important; }

.-stroke-yellow-200 {
  stroke: #fff59d !important; }

.-fill-yellow-200 {
  fill: #fff59d !important; }

.-color-yellow-300 {
  color: #fff176 !important; }

.-bg-yellow-300 {
  background-color: #fff176 !important; }

.-border-yellow-300 {
  border-color: #fff176 !important; }

.-stroke-yellow-300 {
  stroke: #fff176 !important; }

.-fill-yellow-300 {
  fill: #fff176 !important; }

.-color-yellow-400 {
  color: #ffee58 !important; }

.-bg-yellow-400 {
  background-color: #ffee58 !important; }

.-border-yellow-400 {
  border-color: #ffee58 !important; }

.-stroke-yellow-400 {
  stroke: #ffee58 !important; }

.-fill-yellow-400 {
  fill: #ffee58 !important; }

.-color-yellow-500 {
  color: #ffeb3b !important; }

.-bg-yellow-500 {
  background-color: #ffeb3b !important; }

.-border-yellow-500 {
  border-color: #ffeb3b !important; }

.-stroke-yellow-500 {
  stroke: #ffeb3b !important; }

.-fill-yellow-500 {
  fill: #ffeb3b !important; }

.-color-yellow-600 {
  color: #fdd835 !important; }

.-bg-yellow-600 {
  background-color: #fdd835 !important; }

.-border-yellow-600 {
  border-color: #fdd835 !important; }

.-stroke-yellow-600 {
  stroke: #fdd835 !important; }

.-fill-yellow-600 {
  fill: #fdd835 !important; }

.-color-yellow-700 {
  color: #fbc02d !important; }

.-bg-yellow-700 {
  background-color: #fbc02d !important; }

.-border-yellow-700 {
  border-color: #fbc02d !important; }

.-stroke-yellow-700 {
  stroke: #fbc02d !important; }

.-fill-yellow-700 {
  fill: #fbc02d !important; }

.-color-yellow-800 {
  color: #f9a825 !important; }

.-bg-yellow-800 {
  background-color: #f9a825 !important; }

.-border-yellow-800 {
  border-color: #f9a825 !important; }

.-stroke-yellow-800 {
  stroke: #f9a825 !important; }

.-fill-yellow-800 {
  fill: #f9a825 !important; }

.-color-yellow-900 {
  color: #f57f17 !important; }

.-bg-yellow-900 {
  background-color: #f57f17 !important; }

.-border-yellow-900 {
  border-color: #f57f17 !important; }

.-stroke-yellow-900 {
  stroke: #f57f17 !important; }

.-fill-yellow-900 {
  fill: #f57f17 !important; }

.-color-yellow-a100 {
  color: #ffff8d !important; }

.-bg-yellow-a100 {
  background-color: #ffff8d !important; }

.-border-yellow-a100 {
  border-color: #ffff8d !important; }

.-stroke-yellow-a100 {
  stroke: #ffff8d !important; }

.-fill-yellow-a100 {
  fill: #ffff8d !important; }

.-color-yellow-a200 {
  color: yellow !important; }

.-bg-yellow-a200 {
  background-color: yellow !important; }

.-border-yellow-a200 {
  border-color: yellow !important; }

.-stroke-yellow-a200 {
  stroke: yellow !important; }

.-fill-yellow-a200 {
  fill: yellow !important; }

.-color-yellow-a400 {
  color: #ffea00 !important; }

.-bg-yellow-a400 {
  background-color: #ffea00 !important; }

.-border-yellow-a400 {
  border-color: #ffea00 !important; }

.-stroke-yellow-a400 {
  stroke: #ffea00 !important; }

.-fill-yellow-a400 {
  fill: #ffea00 !important; }

.-color-yellow-a700 {
  color: #ffd600 !important; }

.-bg-yellow-a700 {
  background-color: #ffd600 !important; }

.-border-yellow-a700 {
  border-color: #ffd600 !important; }

.-stroke-yellow-a700 {
  stroke: #ffd600 !important; }

.-fill-yellow-a700 {
  fill: #ffd600 !important; }

.-color-amber {
  color: #ffc107 !important; }

.-bg-amber {
  background-color: #ffc107 !important; }

.-border-amber {
  border-color: #ffc107 !important; }

.-stroke-amber {
  stroke: #ffc107 !important; }

.-fill-amber {
  fill: #ffc107 !important; }

.-color-amber-50 {
  color: #fff8e1 !important; }

.-bg-amber-50 {
  background-color: #fff8e1 !important; }

.-border-amber-50 {
  border-color: #fff8e1 !important; }

.-stroke-amber-50 {
  stroke: #fff8e1 !important; }

.-fill-amber-50 {
  fill: #fff8e1 !important; }

.-color-amber-100 {
  color: #ffecb3 !important; }

.-bg-amber-100 {
  background-color: #ffecb3 !important; }

.-border-amber-100 {
  border-color: #ffecb3 !important; }

.-stroke-amber-100 {
  stroke: #ffecb3 !important; }

.-fill-amber-100 {
  fill: #ffecb3 !important; }

.-color-amber-200 {
  color: #ffe082 !important; }

.-bg-amber-200 {
  background-color: #ffe082 !important; }

.-border-amber-200 {
  border-color: #ffe082 !important; }

.-stroke-amber-200 {
  stroke: #ffe082 !important; }

.-fill-amber-200 {
  fill: #ffe082 !important; }

.-color-amber-300 {
  color: #ffd54f !important; }

.-bg-amber-300 {
  background-color: #ffd54f !important; }

.-border-amber-300 {
  border-color: #ffd54f !important; }

.-stroke-amber-300 {
  stroke: #ffd54f !important; }

.-fill-amber-300 {
  fill: #ffd54f !important; }

.-color-amber-400 {
  color: #ffca28 !important; }

.-bg-amber-400 {
  background-color: #ffca28 !important; }

.-border-amber-400 {
  border-color: #ffca28 !important; }

.-stroke-amber-400 {
  stroke: #ffca28 !important; }

.-fill-amber-400 {
  fill: #ffca28 !important; }

.-color-amber-500 {
  color: #ffc107 !important; }

.-bg-amber-500 {
  background-color: #ffc107 !important; }

.-border-amber-500 {
  border-color: #ffc107 !important; }

.-stroke-amber-500 {
  stroke: #ffc107 !important; }

.-fill-amber-500 {
  fill: #ffc107 !important; }

.-color-amber-600 {
  color: #ffb300 !important; }

.-bg-amber-600 {
  background-color: #ffb300 !important; }

.-border-amber-600 {
  border-color: #ffb300 !important; }

.-stroke-amber-600 {
  stroke: #ffb300 !important; }

.-fill-amber-600 {
  fill: #ffb300 !important; }

.-color-amber-700 {
  color: #ffa000 !important; }

.-bg-amber-700 {
  background-color: #ffa000 !important; }

.-border-amber-700 {
  border-color: #ffa000 !important; }

.-stroke-amber-700 {
  stroke: #ffa000 !important; }

.-fill-amber-700 {
  fill: #ffa000 !important; }

.-color-amber-800 {
  color: #ff8f00 !important; }

.-bg-amber-800 {
  background-color: #ff8f00 !important; }

.-border-amber-800 {
  border-color: #ff8f00 !important; }

.-stroke-amber-800 {
  stroke: #ff8f00 !important; }

.-fill-amber-800 {
  fill: #ff8f00 !important; }

.-color-amber-900 {
  color: #ff6f00 !important; }

.-bg-amber-900 {
  background-color: #ff6f00 !important; }

.-border-amber-900 {
  border-color: #ff6f00 !important; }

.-stroke-amber-900 {
  stroke: #ff6f00 !important; }

.-fill-amber-900 {
  fill: #ff6f00 !important; }

.-color-amber-a100 {
  color: #ffe57f !important; }

.-bg-amber-a100 {
  background-color: #ffe57f !important; }

.-border-amber-a100 {
  border-color: #ffe57f !important; }

.-stroke-amber-a100 {
  stroke: #ffe57f !important; }

.-fill-amber-a100 {
  fill: #ffe57f !important; }

.-color-amber-a200 {
  color: #ffd740 !important; }

.-bg-amber-a200 {
  background-color: #ffd740 !important; }

.-border-amber-a200 {
  border-color: #ffd740 !important; }

.-stroke-amber-a200 {
  stroke: #ffd740 !important; }

.-fill-amber-a200 {
  fill: #ffd740 !important; }

.-color-amber-a400 {
  color: #ffc400 !important; }

.-bg-amber-a400 {
  background-color: #ffc400 !important; }

.-border-amber-a400 {
  border-color: #ffc400 !important; }

.-stroke-amber-a400 {
  stroke: #ffc400 !important; }

.-fill-amber-a400 {
  fill: #ffc400 !important; }

.-color-amber-a700 {
  color: #ffab00 !important; }

.-bg-amber-a700 {
  background-color: #ffab00 !important; }

.-border-amber-a700 {
  border-color: #ffab00 !important; }

.-stroke-amber-a700 {
  stroke: #ffab00 !important; }

.-fill-amber-a700 {
  fill: #ffab00 !important; }

.-color-orange {
  color: #ff9800 !important; }

.-bg-orange {
  background-color: #ff9800 !important; }

.-border-orange {
  border-color: #ff9800 !important; }

.-stroke-orange {
  stroke: #ff9800 !important; }

.-fill-orange {
  fill: #ff9800 !important; }

.-color-orange-50 {
  color: #fff3e0 !important; }

.-bg-orange-50 {
  background-color: #fff3e0 !important; }

.-border-orange-50 {
  border-color: #fff3e0 !important; }

.-stroke-orange-50 {
  stroke: #fff3e0 !important; }

.-fill-orange-50 {
  fill: #fff3e0 !important; }

.-color-orange-100 {
  color: #ffe0b2 !important; }

.-bg-orange-100 {
  background-color: #ffe0b2 !important; }

.-border-orange-100 {
  border-color: #ffe0b2 !important; }

.-stroke-orange-100 {
  stroke: #ffe0b2 !important; }

.-fill-orange-100 {
  fill: #ffe0b2 !important; }

.-color-orange-200 {
  color: #ffcc80 !important; }

.-bg-orange-200 {
  background-color: #ffcc80 !important; }

.-border-orange-200 {
  border-color: #ffcc80 !important; }

.-stroke-orange-200 {
  stroke: #ffcc80 !important; }

.-fill-orange-200 {
  fill: #ffcc80 !important; }

.-color-orange-300 {
  color: #ffb74d !important; }

.-bg-orange-300 {
  background-color: #ffb74d !important; }

.-border-orange-300 {
  border-color: #ffb74d !important; }

.-stroke-orange-300 {
  stroke: #ffb74d !important; }

.-fill-orange-300 {
  fill: #ffb74d !important; }

.-color-orange-400 {
  color: #ffa726 !important; }

.-bg-orange-400 {
  background-color: #ffa726 !important; }

.-border-orange-400 {
  border-color: #ffa726 !important; }

.-stroke-orange-400 {
  stroke: #ffa726 !important; }

.-fill-orange-400 {
  fill: #ffa726 !important; }

.-color-orange-500 {
  color: #ff9800 !important; }

.-bg-orange-500 {
  background-color: #ff9800 !important; }

.-border-orange-500 {
  border-color: #ff9800 !important; }

.-stroke-orange-500 {
  stroke: #ff9800 !important; }

.-fill-orange-500 {
  fill: #ff9800 !important; }

.-color-orange-600 {
  color: #fb8c00 !important; }

.-bg-orange-600 {
  background-color: #fb8c00 !important; }

.-border-orange-600 {
  border-color: #fb8c00 !important; }

.-stroke-orange-600 {
  stroke: #fb8c00 !important; }

.-fill-orange-600 {
  fill: #fb8c00 !important; }

.-color-orange-700 {
  color: #f57c00 !important; }

.-bg-orange-700 {
  background-color: #f57c00 !important; }

.-border-orange-700 {
  border-color: #f57c00 !important; }

.-stroke-orange-700 {
  stroke: #f57c00 !important; }

.-fill-orange-700 {
  fill: #f57c00 !important; }

.-color-orange-800 {
  color: #ef6c00 !important; }

.-bg-orange-800 {
  background-color: #ef6c00 !important; }

.-border-orange-800 {
  border-color: #ef6c00 !important; }

.-stroke-orange-800 {
  stroke: #ef6c00 !important; }

.-fill-orange-800 {
  fill: #ef6c00 !important; }

.-color-orange-900 {
  color: #e65100 !important; }

.-bg-orange-900 {
  background-color: #e65100 !important; }

.-border-orange-900 {
  border-color: #e65100 !important; }

.-stroke-orange-900 {
  stroke: #e65100 !important; }

.-fill-orange-900 {
  fill: #e65100 !important; }

.-color-orange-a100 {
  color: #ffd180 !important; }

.-bg-orange-a100 {
  background-color: #ffd180 !important; }

.-border-orange-a100 {
  border-color: #ffd180 !important; }

.-stroke-orange-a100 {
  stroke: #ffd180 !important; }

.-fill-orange-a100 {
  fill: #ffd180 !important; }

.-color-orange-a200 {
  color: #ffab40 !important; }

.-bg-orange-a200 {
  background-color: #ffab40 !important; }

.-border-orange-a200 {
  border-color: #ffab40 !important; }

.-stroke-orange-a200 {
  stroke: #ffab40 !important; }

.-fill-orange-a200 {
  fill: #ffab40 !important; }

.-color-orange-a400 {
  color: #ff9100 !important; }

.-bg-orange-a400 {
  background-color: #ff9100 !important; }

.-border-orange-a400 {
  border-color: #ff9100 !important; }

.-stroke-orange-a400 {
  stroke: #ff9100 !important; }

.-fill-orange-a400 {
  fill: #ff9100 !important; }

.-color-orange-a700 {
  color: #ff6d00 !important; }

.-bg-orange-a700 {
  background-color: #ff6d00 !important; }

.-border-orange-a700 {
  border-color: #ff6d00 !important; }

.-stroke-orange-a700 {
  stroke: #ff6d00 !important; }

.-fill-orange-a700 {
  fill: #ff6d00 !important; }

.-color-deep-orange {
  color: #ff5722 !important; }

.-bg-deep-orange {
  background-color: #ff5722 !important; }

.-border-deep-orange {
  border-color: #ff5722 !important; }

.-stroke-deep-orange {
  stroke: #ff5722 !important; }

.-fill-deep-orange {
  fill: #ff5722 !important; }

.-color-deep-orange-50 {
  color: #fbe9e7 !important; }

.-bg-deep-orange-50 {
  background-color: #fbe9e7 !important; }

.-border-deep-orange-50 {
  border-color: #fbe9e7 !important; }

.-stroke-deep-orange-50 {
  stroke: #fbe9e7 !important; }

.-fill-deep-orange-50 {
  fill: #fbe9e7 !important; }

.-color-deep-orange-100 {
  color: #ffccbc !important; }

.-bg-deep-orange-100 {
  background-color: #ffccbc !important; }

.-border-deep-orange-100 {
  border-color: #ffccbc !important; }

.-stroke-deep-orange-100 {
  stroke: #ffccbc !important; }

.-fill-deep-orange-100 {
  fill: #ffccbc !important; }

.-color-deep-orange-200 {
  color: #ffab91 !important; }

.-bg-deep-orange-200 {
  background-color: #ffab91 !important; }

.-border-deep-orange-200 {
  border-color: #ffab91 !important; }

.-stroke-deep-orange-200 {
  stroke: #ffab91 !important; }

.-fill-deep-orange-200 {
  fill: #ffab91 !important; }

.-color-deep-orange-300 {
  color: #ff8a65 !important; }

.-bg-deep-orange-300 {
  background-color: #ff8a65 !important; }

.-border-deep-orange-300 {
  border-color: #ff8a65 !important; }

.-stroke-deep-orange-300 {
  stroke: #ff8a65 !important; }

.-fill-deep-orange-300 {
  fill: #ff8a65 !important; }

.-color-deep-orange-400 {
  color: #ff7043 !important; }

.-bg-deep-orange-400 {
  background-color: #ff7043 !important; }

.-border-deep-orange-400 {
  border-color: #ff7043 !important; }

.-stroke-deep-orange-400 {
  stroke: #ff7043 !important; }

.-fill-deep-orange-400 {
  fill: #ff7043 !important; }

.-color-deep-orange-500 {
  color: #ff5722 !important; }

.-bg-deep-orange-500 {
  background-color: #ff5722 !important; }

.-border-deep-orange-500 {
  border-color: #ff5722 !important; }

.-stroke-deep-orange-500 {
  stroke: #ff5722 !important; }

.-fill-deep-orange-500 {
  fill: #ff5722 !important; }

.-color-deep-orange-600 {
  color: #f4511e !important; }

.-bg-deep-orange-600 {
  background-color: #f4511e !important; }

.-border-deep-orange-600 {
  border-color: #f4511e !important; }

.-stroke-deep-orange-600 {
  stroke: #f4511e !important; }

.-fill-deep-orange-600 {
  fill: #f4511e !important; }

.-color-deep-orange-700 {
  color: #e64a19 !important; }

.-bg-deep-orange-700 {
  background-color: #e64a19 !important; }

.-border-deep-orange-700 {
  border-color: #e64a19 !important; }

.-stroke-deep-orange-700 {
  stroke: #e64a19 !important; }

.-fill-deep-orange-700 {
  fill: #e64a19 !important; }

.-color-deep-orange-800 {
  color: #d84315 !important; }

.-bg-deep-orange-800 {
  background-color: #d84315 !important; }

.-border-deep-orange-800 {
  border-color: #d84315 !important; }

.-stroke-deep-orange-800 {
  stroke: #d84315 !important; }

.-fill-deep-orange-800 {
  fill: #d84315 !important; }

.-color-deep-orange-900 {
  color: #bf360c !important; }

.-bg-deep-orange-900 {
  background-color: #bf360c !important; }

.-border-deep-orange-900 {
  border-color: #bf360c !important; }

.-stroke-deep-orange-900 {
  stroke: #bf360c !important; }

.-fill-deep-orange-900 {
  fill: #bf360c !important; }

.-color-deep-orange-a100 {
  color: #ff9e80 !important; }

.-bg-deep-orange-a100 {
  background-color: #ff9e80 !important; }

.-border-deep-orange-a100 {
  border-color: #ff9e80 !important; }

.-stroke-deep-orange-a100 {
  stroke: #ff9e80 !important; }

.-fill-deep-orange-a100 {
  fill: #ff9e80 !important; }

.-color-deep-orange-a200 {
  color: #ff6e40 !important; }

.-bg-deep-orange-a200 {
  background-color: #ff6e40 !important; }

.-border-deep-orange-a200 {
  border-color: #ff6e40 !important; }

.-stroke-deep-orange-a200 {
  stroke: #ff6e40 !important; }

.-fill-deep-orange-a200 {
  fill: #ff6e40 !important; }

.-color-deep-orange-a400 {
  color: #ff3d00 !important; }

.-bg-deep-orange-a400 {
  background-color: #ff3d00 !important; }

.-border-deep-orange-a400 {
  border-color: #ff3d00 !important; }

.-stroke-deep-orange-a400 {
  stroke: #ff3d00 !important; }

.-fill-deep-orange-a400 {
  fill: #ff3d00 !important; }

.-color-deep-orange-a700 {
  color: #dd2c00 !important; }

.-bg-deep-orange-a700 {
  background-color: #dd2c00 !important; }

.-border-deep-orange-a700 {
  border-color: #dd2c00 !important; }

.-stroke-deep-orange-a700 {
  stroke: #dd2c00 !important; }

.-fill-deep-orange-a700 {
  fill: #dd2c00 !important; }

.-color-brown {
  color: #795548 !important; }

.-bg-brown {
  background-color: #795548 !important; }

.-border-brown {
  border-color: #795548 !important; }

.-stroke-brown {
  stroke: #795548 !important; }

.-fill-brown {
  fill: #795548 !important; }

.-color-brown-50 {
  color: #efebe9 !important; }

.-bg-brown-50 {
  background-color: #efebe9 !important; }

.-border-brown-50 {
  border-color: #efebe9 !important; }

.-stroke-brown-50 {
  stroke: #efebe9 !important; }

.-fill-brown-50 {
  fill: #efebe9 !important; }

.-color-brown-100 {
  color: #d7ccc8 !important; }

.-bg-brown-100 {
  background-color: #d7ccc8 !important; }

.-border-brown-100 {
  border-color: #d7ccc8 !important; }

.-stroke-brown-100 {
  stroke: #d7ccc8 !important; }

.-fill-brown-100 {
  fill: #d7ccc8 !important; }

.-color-brown-200 {
  color: #bcaaa4 !important; }

.-bg-brown-200 {
  background-color: #bcaaa4 !important; }

.-border-brown-200 {
  border-color: #bcaaa4 !important; }

.-stroke-brown-200 {
  stroke: #bcaaa4 !important; }

.-fill-brown-200 {
  fill: #bcaaa4 !important; }

.-color-brown-300 {
  color: #a1887f !important; }

.-bg-brown-300 {
  background-color: #a1887f !important; }

.-border-brown-300 {
  border-color: #a1887f !important; }

.-stroke-brown-300 {
  stroke: #a1887f !important; }

.-fill-brown-300 {
  fill: #a1887f !important; }

.-color-brown-400 {
  color: #8d6e63 !important; }

.-bg-brown-400 {
  background-color: #8d6e63 !important; }

.-border-brown-400 {
  border-color: #8d6e63 !important; }

.-stroke-brown-400 {
  stroke: #8d6e63 !important; }

.-fill-brown-400 {
  fill: #8d6e63 !important; }

.-color-brown-500 {
  color: #795548 !important; }

.-bg-brown-500 {
  background-color: #795548 !important; }

.-border-brown-500 {
  border-color: #795548 !important; }

.-stroke-brown-500 {
  stroke: #795548 !important; }

.-fill-brown-500 {
  fill: #795548 !important; }

.-color-brown-600 {
  color: #6d4c41 !important; }

.-bg-brown-600 {
  background-color: #6d4c41 !important; }

.-border-brown-600 {
  border-color: #6d4c41 !important; }

.-stroke-brown-600 {
  stroke: #6d4c41 !important; }

.-fill-brown-600 {
  fill: #6d4c41 !important; }

.-color-brown-700 {
  color: #5d4037 !important; }

.-bg-brown-700 {
  background-color: #5d4037 !important; }

.-border-brown-700 {
  border-color: #5d4037 !important; }

.-stroke-brown-700 {
  stroke: #5d4037 !important; }

.-fill-brown-700 {
  fill: #5d4037 !important; }

.-color-brown-800 {
  color: #4e342e !important; }

.-bg-brown-800 {
  background-color: #4e342e !important; }

.-border-brown-800 {
  border-color: #4e342e !important; }

.-stroke-brown-800 {
  stroke: #4e342e !important; }

.-fill-brown-800 {
  fill: #4e342e !important; }

.-color-brown-900 {
  color: #3e2723 !important; }

.-bg-brown-900 {
  background-color: #3e2723 !important; }

.-border-brown-900 {
  border-color: #3e2723 !important; }

.-stroke-brown-900 {
  stroke: #3e2723 !important; }

.-fill-brown-900 {
  fill: #3e2723 !important; }

.-color-grey {
  color: #9e9e9e !important; }

.-bg-grey {
  background-color: #9e9e9e !important; }

.-border-grey {
  border-color: #9e9e9e !important; }

.-stroke-grey {
  stroke: #9e9e9e !important; }

.-fill-grey {
  fill: #9e9e9e !important; }

.-color-grey-50 {
  color: #fafafa !important; }

.-bg-grey-50 {
  background-color: #fafafa !important; }

.-border-grey-50 {
  border-color: #fafafa !important; }

.-stroke-grey-50 {
  stroke: #fafafa !important; }

.-fill-grey-50 {
  fill: #fafafa !important; }

.-color-grey-100 {
  color: whitesmoke !important; }

.-bg-grey-100 {
  background-color: whitesmoke !important; }

.-border-grey-100 {
  border-color: whitesmoke !important; }

.-stroke-grey-100 {
  stroke: whitesmoke !important; }

.-fill-grey-100 {
  fill: whitesmoke !important; }

.-color-grey-200 {
  color: #eeeeee !important; }

.-bg-grey-200 {
  background-color: #eeeeee !important; }

.-border-grey-200 {
  border-color: #eeeeee !important; }

.-stroke-grey-200 {
  stroke: #eeeeee !important; }

.-fill-grey-200 {
  fill: #eeeeee !important; }

.-color-grey-300 {
  color: #e0e0e0 !important; }

.-bg-grey-300 {
  background-color: #e0e0e0 !important; }

.-border-grey-300 {
  border-color: #e0e0e0 !important; }

.-stroke-grey-300 {
  stroke: #e0e0e0 !important; }

.-fill-grey-300 {
  fill: #e0e0e0 !important; }

.-color-grey-400 {
  color: #bdbdbd !important; }

.-bg-grey-400 {
  background-color: #bdbdbd !important; }

.-border-grey-400 {
  border-color: #bdbdbd !important; }

.-stroke-grey-400 {
  stroke: #bdbdbd !important; }

.-fill-grey-400 {
  fill: #bdbdbd !important; }

.-color-grey-500 {
  color: #9e9e9e !important; }

.-bg-grey-500 {
  background-color: #9e9e9e !important; }

.-border-grey-500 {
  border-color: #9e9e9e !important; }

.-stroke-grey-500 {
  stroke: #9e9e9e !important; }

.-fill-grey-500 {
  fill: #9e9e9e !important; }

.-color-grey-600 {
  color: #757575 !important; }

.-bg-grey-600 {
  background-color: #757575 !important; }

.-border-grey-600 {
  border-color: #757575 !important; }

.-stroke-grey-600 {
  stroke: #757575 !important; }

.-fill-grey-600 {
  fill: #757575 !important; }

.-color-grey-700 {
  color: #616161 !important; }

.-bg-grey-700 {
  background-color: #616161 !important; }

.-border-grey-700 {
  border-color: #616161 !important; }

.-stroke-grey-700 {
  stroke: #616161 !important; }

.-fill-grey-700 {
  fill: #616161 !important; }

.-color-grey-800 {
  color: #424242 !important; }

.-bg-grey-800 {
  background-color: #424242 !important; }

.-border-grey-800 {
  border-color: #424242 !important; }

.-stroke-grey-800 {
  stroke: #424242 !important; }

.-fill-grey-800 {
  fill: #424242 !important; }

.-color-grey-900 {
  color: #212121 !important; }

.-bg-grey-900 {
  background-color: #212121 !important; }

.-border-grey-900 {
  border-color: #212121 !important; }

.-stroke-grey-900 {
  stroke: #212121 !important; }

.-fill-grey-900 {
  fill: #212121 !important; }

.-color-blue-grey {
  color: #607d8b !important; }

.-bg-blue-grey {
  background-color: #607d8b !important; }

.-border-blue-grey {
  border-color: #607d8b !important; }

.-stroke-blue-grey {
  stroke: #607d8b !important; }

.-fill-blue-grey {
  fill: #607d8b !important; }

.-color-blue-grey-50 {
  color: #eceff1 !important; }

.-bg-blue-grey-50 {
  background-color: #eceff1 !important; }

.-border-blue-grey-50 {
  border-color: #eceff1 !important; }

.-stroke-blue-grey-50 {
  stroke: #eceff1 !important; }

.-fill-blue-grey-50 {
  fill: #eceff1 !important; }

.-color-blue-grey-100 {
  color: #cfd8dc !important; }

.-bg-blue-grey-100 {
  background-color: #cfd8dc !important; }

.-border-blue-grey-100 {
  border-color: #cfd8dc !important; }

.-stroke-blue-grey-100 {
  stroke: #cfd8dc !important; }

.-fill-blue-grey-100 {
  fill: #cfd8dc !important; }

.-color-blue-grey-200 {
  color: #b0bec5 !important; }

.-bg-blue-grey-200 {
  background-color: #b0bec5 !important; }

.-border-blue-grey-200 {
  border-color: #b0bec5 !important; }

.-stroke-blue-grey-200 {
  stroke: #b0bec5 !important; }

.-fill-blue-grey-200 {
  fill: #b0bec5 !important; }

.-color-blue-grey-300 {
  color: #90a4ae !important; }

.-bg-blue-grey-300 {
  background-color: #90a4ae !important; }

.-border-blue-grey-300 {
  border-color: #90a4ae !important; }

.-stroke-blue-grey-300 {
  stroke: #90a4ae !important; }

.-fill-blue-grey-300 {
  fill: #90a4ae !important; }

.-color-blue-grey-400 {
  color: #78909c !important; }

.-bg-blue-grey-400 {
  background-color: #78909c !important; }

.-border-blue-grey-400 {
  border-color: #78909c !important; }

.-stroke-blue-grey-400 {
  stroke: #78909c !important; }

.-fill-blue-grey-400 {
  fill: #78909c !important; }

.-color-blue-grey-500 {
  color: #607d8b !important; }

.-bg-blue-grey-500 {
  background-color: #607d8b !important; }

.-border-blue-grey-500 {
  border-color: #607d8b !important; }

.-stroke-blue-grey-500 {
  stroke: #607d8b !important; }

.-fill-blue-grey-500 {
  fill: #607d8b !important; }

.-color-blue-grey-600 {
  color: #546e7a !important; }

.-bg-blue-grey-600 {
  background-color: #546e7a !important; }

.-border-blue-grey-600 {
  border-color: #546e7a !important; }

.-stroke-blue-grey-600 {
  stroke: #546e7a !important; }

.-fill-blue-grey-600 {
  fill: #546e7a !important; }

.-color-blue-grey-700 {
  color: #455a64 !important; }

.-bg-blue-grey-700 {
  background-color: #455a64 !important; }

.-border-blue-grey-700 {
  border-color: #455a64 !important; }

.-stroke-blue-grey-700 {
  stroke: #455a64 !important; }

.-fill-blue-grey-700 {
  fill: #455a64 !important; }

.-color-blue-grey-800 {
  color: #37474f !important; }

.-bg-blue-grey-800 {
  background-color: #37474f !important; }

.-border-blue-grey-800 {
  border-color: #37474f !important; }

.-stroke-blue-grey-800 {
  stroke: #37474f !important; }

.-fill-blue-grey-800 {
  fill: #37474f !important; }

.-color-blue-grey-900 {
  color: #263238 !important; }

.-bg-blue-grey-900 {
  background-color: #263238 !important; }

.-border-blue-grey-900 {
  border-color: #263238 !important; }

.-stroke-blue-grey-900 {
  stroke: #263238 !important; }

.-fill-blue-grey-900 {
  fill: #263238 !important; }

.-color-dark-text {
  color: black !important; }

.-bg-dark-text {
  background-color: black !important; }

.-border-dark-text {
  border-color: black !important; }

.-stroke-dark-text {
  stroke: black !important; }

.-fill-dark-text {
  fill: black !important; }

.-color-dark-text-primary {
  color: rgba(0, 0, 0, 0.87) !important; }

.-bg-dark-text-primary {
  background-color: rgba(0, 0, 0, 0.87) !important; }

.-border-dark-text-primary {
  border-color: rgba(0, 0, 0, 0.87) !important; }

.-stroke-dark-text-primary {
  stroke: rgba(0, 0, 0, 0.87) !important; }

.-fill-dark-text-primary {
  fill: rgba(0, 0, 0, 0.87) !important; }

.-color-dark-text-secondary {
  color: rgba(0, 0, 0, 0.54) !important; }

.-bg-dark-text-secondary {
  background-color: rgba(0, 0, 0, 0.54) !important; }

.-border-dark-text-secondary {
  border-color: rgba(0, 0, 0, 0.54) !important; }

.-stroke-dark-text-secondary {
  stroke: rgba(0, 0, 0, 0.54) !important; }

.-fill-dark-text-secondary {
  fill: rgba(0, 0, 0, 0.54) !important; }

.-color-dark-text-disabled {
  color: rgba(0, 0, 0, 0.38) !important; }

.-bg-dark-text-disabled {
  background-color: rgba(0, 0, 0, 0.38) !important; }

.-border-dark-text-disabled {
  border-color: rgba(0, 0, 0, 0.38) !important; }

.-stroke-dark-text-disabled {
  stroke: rgba(0, 0, 0, 0.38) !important; }

.-fill-dark-text-disabled {
  fill: rgba(0, 0, 0, 0.38) !important; }

.-color-dark-text-dividers {
  color: rgba(0, 0, 0, 0.12) !important; }

.-bg-dark-text-dividers {
  background-color: rgba(0, 0, 0, 0.12) !important; }

.-border-dark-text-dividers {
  border-color: rgba(0, 0, 0, 0.12) !important; }

.-stroke-dark-text-dividers {
  stroke: rgba(0, 0, 0, 0.12) !important; }

.-fill-dark-text-dividers {
  fill: rgba(0, 0, 0, 0.12) !important; }

.-color-light-text {
  color: black !important; }

.-bg-light-text {
  background-color: black !important; }

.-border-light-text {
  border-color: black !important; }

.-stroke-light-text {
  stroke: black !important; }

.-fill-light-text {
  fill: black !important; }

.-color-light-text-primary {
  color: white !important; }

.-bg-light-text-primary {
  background-color: white !important; }

.-border-light-text-primary {
  border-color: white !important; }

.-stroke-light-text-primary {
  stroke: white !important; }

.-fill-light-text-primary {
  fill: white !important; }

.-color-light-text-secondary {
  color: rgba(255, 255, 255, 0.7) !important; }

.-bg-light-text-secondary {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.-border-light-text-secondary {
  border-color: rgba(255, 255, 255, 0.7) !important; }

.-stroke-light-text-secondary {
  stroke: rgba(255, 255, 255, 0.7) !important; }

.-fill-light-text-secondary {
  fill: rgba(255, 255, 255, 0.7) !important; }

.-color-light-text-disabled {
  color: rgba(255, 255, 255, 0.5) !important; }

.-bg-light-text-disabled {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.-border-light-text-disabled {
  border-color: rgba(255, 255, 255, 0.5) !important; }

.-stroke-light-text-disabled {
  stroke: rgba(255, 255, 255, 0.5) !important; }

.-fill-light-text-disabled {
  fill: rgba(255, 255, 255, 0.5) !important; }

.-color-light-text-dividers {
  color: rgba(255, 255, 255, 0.12) !important; }

.-bg-light-text-dividers {
  background-color: rgba(255, 255, 255, 0.12) !important; }

.-border-light-text-dividers {
  border-color: rgba(255, 255, 255, 0.12) !important; }

.-stroke-light-text-dividers {
  stroke: rgba(255, 255, 255, 0.12) !important; }

.-fill-light-text-dividers {
  fill: rgba(255, 255, 255, 0.12) !important; }

.-color-dark-icons {
  color: black !important; }

.-bg-dark-icons {
  background-color: black !important; }

.-border-dark-icons {
  border-color: black !important; }

.-stroke-dark-icons {
  stroke: black !important; }

.-fill-dark-icons {
  fill: black !important; }

.-color-dark-icons-active {
  color: rgba(0, 0, 0, 0.54) !important; }

.-bg-dark-icons-active {
  background-color: rgba(0, 0, 0, 0.54) !important; }

.-border-dark-icons-active {
  border-color: rgba(0, 0, 0, 0.54) !important; }

.-stroke-dark-icons-active {
  stroke: rgba(0, 0, 0, 0.54) !important; }

.-fill-dark-icons-active {
  fill: rgba(0, 0, 0, 0.54) !important; }

.-color-dark-icons-inactive {
  color: rgba(0, 0, 0, 0.38) !important; }

.-bg-dark-icons-inactive {
  background-color: rgba(0, 0, 0, 0.38) !important; }

.-border-dark-icons-inactive {
  border-color: rgba(0, 0, 0, 0.38) !important; }

.-stroke-dark-icons-inactive {
  stroke: rgba(0, 0, 0, 0.38) !important; }

.-fill-dark-icons-inactive {
  fill: rgba(0, 0, 0, 0.38) !important; }

.-color-light-icons {
  color: black !important; }

.-bg-light-icons {
  background-color: black !important; }

.-border-light-icons {
  border-color: black !important; }

.-stroke-light-icons {
  stroke: black !important; }

.-fill-light-icons {
  fill: black !important; }

.-color-light-icons-active {
  color: white !important; }

.-bg-light-icons-active {
  background-color: white !important; }

.-border-light-icons-active {
  border-color: white !important; }

.-stroke-light-icons-active {
  stroke: white !important; }

.-fill-light-icons-active {
  fill: white !important; }

.-color-light-icons-inactive {
  color: rgba(255, 255, 255, 0.5) !important; }

.-bg-light-icons-inactive {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.-border-light-icons-inactive {
  border-color: rgba(255, 255, 255, 0.5) !important; }

.-stroke-light-icons-inactive {
  stroke: rgba(255, 255, 255, 0.5) !important; }

.-fill-light-icons-inactive {
  fill: rgba(255, 255, 255, 0.5) !important; }

.-color-white {
  color: white !important; }

.-bg-white {
  background-color: white !important; }

.-border-white {
  border-color: white !important; }

.-stroke-white {
  stroke: white !important; }

.-fill-white {
  fill: white !important; }

.-color-black {
  color: black !important; }

.-bg-black {
  background-color: black !important; }

.-border-black {
  border-color: black !important; }

.-stroke-black {
  stroke: black !important; }

.-fill-black {
  fill: black !important; }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px; }
  .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0; }
  .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
  .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px; }
  .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0; }
  .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      margin-top: -3px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0; }
  .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
  .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px; }
  .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0; }
  .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      right: 0;
      margin-top: -3px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }
  .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }
  .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }

.blockquote-footer::before {
    content: "\2014   \A0"; }

.Title {
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 0;
  color: rgb(79, 95, 111);
  color: var(--colorText); }

.Title.-lg {
    font-size: 1.6rem; }

.Title.-sm {
    font-size: 1.4rem; }

.TitleDescription {
  margin: 0;
  font-size: 0.9rem;
  font-weight: normal;
  color: rgb(126, 142, 159);
  color: var(--colorText-light); }

.TitleDescription.-sm {
    font-size: 0.8rem; }

.Subtitle {
  font-size: 1.2rem;
  margin: 0;
  color: rgb(126, 142, 159);
  color: var(--colorText-light); }

.Text-primary {
  color: rgb(79, 95, 111);
  color: var(--colorText); }

.text-muted {
  color: #9ba8b5; }

pre {
  padding: 0;
  border: none;
  background: none; }
.App {
  overflow-x: hidden;
  background-color: rgb(240, 243, 246);
  background-color: var(--AppColorBg);
  position: relative;
  left: 0;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-duration: var(--AppLayoutTransitionDuration);
          transition-duration: var(--AppLayoutTransitionDuration); }
  .App .HeaderContainer {
    position: absolute;
    top: 0;
    left: 240px;
    left: var(--AppSidebarWidth);
    right: 0;
    height: 60px;
    height: var(--AppHeaderHeight);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: 'stretch';
        -ms-flex-align: 'stretch';
            align-items: 'stretch'; 
    -webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-duration: var(--AppLayoutTransitionDuration);
            transition-duration: var(--AppLayoutTransitionDuration); }
  .App .SidebarContainer {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 240px;
    width: var(--AppSidebarWidth);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    z-index: 15;
    -webkit-transition-property: left width bottom margin-left;
    transition-property: left width bottom margin-left;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-duration: var(--AppLayoutTransitionDuration);
            transition-duration: var(--AppLayoutTransitionDuration); }
  .App .SidebarOverlay {
    position: absolute;
    left: 200vw;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 35;
    background-color: rgba(0, 0, 0, 0.1); }
  .App .FooterContainer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 240px;
    left: var(--AppSidebarWidth);
    height: 50px;
    height: var(--AppFooterHeight);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: 'stretch';
        -ms-flex-align: 'stretch';
            align-items: 'stretch';
    z-index: 20;
    -webkit-transition-property: left bottom;
    transition-property: left bottom;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-duration: var(--AppLayoutTransitionDuration);
            transition-duration: var(--AppLayoutTransitionDuration); }
  .App .ContentContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  /*  position: relative;*/
    padding-top: 60px;
    padding-top: var(--AppHeaderHeight);
  /*  padding-bottom: 50px;
    padding-bottom: var(--AppFooterHeight);*/
    margin-left: 240px;
    margin-left: var(--AppSidebarWidth);
    min-height: 100vh;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    z-index: 3;
    -webkit-transition-property: margin-left padding-bottom;
    transition-property: margin-left padding-bottom;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-duration: var(--AppLayoutTransitionDuration);
            transition-duration: var(--AppLayoutTransitionDuration); }
  .App .Content {
    width: 100%; }
  .App .ContentBackground {
    position: absolute;
    width: 100%;
    top: 60px;
    top: var(--AppHeaderHeight);
    bottom: 50px;
    bottom: var(--AppFooterHeight);
    z-index: -1; }
  .App .CustomizeContainer {
    position: fixed;
    left: calc(-1 * 280px);
    left: calc(-1 * var(--AppCustomizeWidth));
    top: 0;
    width: 280px;
    width: var(--AppCustomizeWidth);
    bottom: 0;
    z-index: 50;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-duration: var(--AppLayoutTransitionDuration);
            transition-duration: var(--AppLayoutTransitionDuration); }
  .App.-customize-open {
    left: 280px;
    left: var(--AppCustomizeWidth);
    overflow: hidden; }
  .App.-customize-open .SidebarContainer {
      margin-left: 280px;
      margin-left: var(--AppCustomizeWidth); }
  .App.-customize-open .CustomizeContainer {
      left: 0; }
  @media (max-width: 767px) {
    .App .HeaderContainer {
      left: 0; }
    .App .SidebarContainer {
      left: calc(-1 * 240px);
      left: calc(-1 * var(--AppSidebarWidth)); }
    .App .ContentContainer {
      margin-left: 0; }
    .App .FooterContainer {
      left: calc(-1 * 240px);
      left: calc(-1 * var(--AppSidebarWidth)); }
    .App.-sidebar-open-mobile .SidebarContainer {
      left: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .App .HeaderContainer {
      left: 0; }
    .App .SidebarContainer {
      left: calc(-1 * 240px);
      left: calc(-1 * var(--AppSidebarWidth)); }
    .App .ContentContainer {
      margin-left: 0; }
    .App .FooterContainer {
      left: calc(-1 * 240px);
      left: calc(-1 * var(--AppSidebarWidth)); }
    .App.-sidebar-compact-tablet .SidebarContainer {
      left: calc(-1 * 70px);
      left: calc(-1 * var(--AppSidebarWidth-compact));
      width: 70px;
      width: var(--AppSidebarWidth-compact); }
    .App.-sidebar-open-tablet .SidebarContainer {
      left: 0; }
    .App.-sidebar-open-tablet.-sidebar-compact-tablet .HeaderContainer {
      left: 70px;
      left: var(--AppSidebarWidth-compact); }
    .App.-sidebar-open-tablet.-sidebar-compact-tablet .SidebarContainer {
      left: 0; }
    .App.-sidebar-open-tablet.-sidebar-compact-tablet .ContentContainer {
      margin-left: 70px;
      margin-left: var(--AppSidebarWidth-compact); }
    .App.-sidebar-open-tablet.-sidebar-compact-tablet .FooterContainer {
      left: 70px;
      left: var(--AppSidebarWidth-compact); } }
  @media (min-width: 992px) {
    .App.-sidebar-compact-desktop .HeaderContainer {
      left: 70px;
      left: var(--AppSidebarWidth-compact); }
    .App.-sidebar-compact-desktop .SidebarContainer {
      width: 70px;
      width: var(--AppSidebarWidth-compact); }
    .App.-sidebar-compact-desktop .ContentContainer {
      margin-left: 70px;
      margin-left: var(--AppSidebarWidth-compact); }
    .App.-sidebar-compact-desktop .FooterContainer {
      left: 70px;
      left: var(--AppSidebarWidth-compact); }
    .App.-sidebar-closed-desktop .HeaderContainer {
      left: 0; }
    .App.-sidebar-closed-desktop .SidebarContainer {
      left: calc(-1 * 240px);
      left: calc(-1 * var(--AppSidebarWidth)); }
    .App.-sidebar-closed-desktop .ContentContainer {
      margin-left: 0; }
    .App.-sidebar-closed-desktop .FooterContainer {
      left: 0; }
    .App.-sidebar-closed-desktop.-sidebar-compact-desktop .SidebarContainer {
      left: calc(-1 * 70px);
      left: calc(-1 * var(--AppSidebarWidth-compact)); } }
  @media (max-width: 767px) {
    .App.-sidebar-open-mobile .SidebarOverlay {
      left: 0;
      opacity: 1; }
    .App.-sidebar-open-mobile .HeaderContainer,
    .App.-sidebar-open-mobile .ContentContainer,
    .App.-sidebar-open-mobile .FooterContainer {
      -webkit-filter: blur(2px);
              filter: blur(2px); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .App.-sidebar-open-tablet:not(.-sidebar-compact-tablet) .SidebarOverlay {
      left: 0;
      opacity: 1; }
    .App.-sidebar-open-tablet:not(.-sidebar-compact-tablet) .HeaderContainer,
    .App.-sidebar-open-tablet:not(.-sidebar-compact-tablet) .ContentContainer,
    .App.-sidebar-open-tablet:not(.-sidebar-compact-tablet) .FooterContainer {
      -webkit-filter: blur(2px);
              filter: blur(2px); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .App.-sidebar-compact-tablet.-sidebar-nav-open .SidebarOverlay {
      left: 0;
      opacity: 1; }
    .App.-sidebar-compact-tablet.-sidebar-nav-open .HeaderContainer,
    .App.-sidebar-compact-tablet.-sidebar-nav-open .ContentContainer,
    .App.-sidebar-compact-tablet.-sidebar-nav-open .FooterContainer {
      -webkit-filter: blur(2px);
              filter: blur(2px); } }
  @media (min-width: 992px) {
    .App.-sidebar-compact-desktop.-sidebar-nav-open .SidebarOverlay {
      left: 0;
      opacity: 1; }
    .App.-sidebar-compact-desktop.-sidebar-nav-open .HeaderContainer,
    .App.-sidebar-compact-desktop.-sidebar-nav-open .ContentContainer,
    .App.-sidebar-compact-desktop.-sidebar-nav-open .FooterContainer {
      -webkit-filter: blur(2px);
              filter: blur(2px); } }
  .App.-header-fixed .HeaderContainer {
    position: fixed; }
  .App.-header-fixed.-customize-open .HeaderContainer {
    left: calc(280px + 240px);
    left: calc(var(--AppCustomizeWidth) + var(--AppSidebarWidth));
    right: calc(-1 * 280px);
    right: calc(-1 * var(--AppCustomizeWidth)); }
  @media (max-width: 767px) {
    .App.-header-fixed.-customize-open .HeaderContainer {
      left: 0;
      right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .App.-header-fixed.-customize-open .HeaderContainer {
      left: 280px;
      left: var(--AppCustomizeWidth); }
    .App.-header-fixed.-customize-open.-sidebar-compact-tablet.-sidebar-open-tablet .HeaderContainer {
      left: calc(280px + 70px);
      left: calc(var(--AppCustomizeWidth) + var(--AppSidebarWidth-compact)); } }
  @media (min-width: 992px) {
    .App.-header-fixed.-customize-open.-sidebar-compact-desktop:not(.-sidebar-closed-desktop) .HeaderContainer {
      left: calc(280px + 70px);
      left: calc(var(--AppCustomizeWidth) + var(--AppSidebarWidth-compact)); }
    .App.-header-fixed.-customize-open.-sidebar-closed-desktop .HeaderContainer {
      left: 280px;
      left: var(--AppCustomizeWidth); } }
  .App.-footer-fixed .FooterContainer {
    position: fixed; }
  .App.-footer-fixed.-customize-open .FooterContainer {
    left: calc(280px + 240px);
    left: calc(var(--AppCustomizeWidth) + var(--AppSidebarWidth));
    right: calc(-1 * 280px);
    right: calc(-1 * var(--AppCustomizeWidth)); }
  @media (max-width: 767px) {
    .App.-footer-fixed.-customize-open .FooterContainer {
      left: 0;
      right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .App.-footer-fixed.-customize-open .FooterContainer {
      left: 280px;
      left: var(--AppCustomizeWidth); }
    .App.-footer-fixed.-customize-open.-sidebar-compact-tablet.-sidebar-open-tablet .FooterContainer {
      left: calc(280px + 70px);
      left: calc(var(--AppCustomizeWidth) + var(--AppSidebarWidth-compact)); } }
  @media (min-width: 992px) {
    .App.-footer-fixed.-customize-open.-sidebar-compact-desktop:not(.-sidebar-closed-desktop) .FooterContainer {
      left: calc(280px + 70px);
      left: calc(var(--AppCustomizeWidth) + var(--AppSidebarWidth-compact)); }
    .App.-footer-fixed.-customize-open.-sidebar-closed-desktop .FooterContainer {
      left: 280px;
      left: var(--AppCustomizeWidth); } }
  @media (max-width: 767px) {
    .App.-header-fixed-mobile .HeaderContainer {
      position: fixed; } }
.Header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgb(255, 255, 255);
  background-color: var(--HeaderColorBg);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--HeaderShadow);
          box-shadow: var(--HeaderShadow);
  border-bottom: 1px solid #e0e0e0;
  border-bottom: var(--HeaderBorderBottom);
  padding: 0 20px; }
  @media (max-width: 767px) {
    .Header {
      padding: 0 10px; } }
  .-rtl .Header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .Header .HeaderBlock {
    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; }
  .-rtl .Header .HeaderBlock {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .Header .ControlButton {
    padding: 9px 12px;
    font-size: 1.3em;
    margin-right: 5px; }
  .Header .ControlButton .Icon {
      display: block; }
  .-rtl .Header .ControlButton {
      margin-right: 0;
      margin-left: 5px; }
  .Header .ProjectNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .Header .ProjectNav a {
      margin: 2px;
      white-space: nowrap; }
  @media (max-width: 767px) {
      .Header .ProjectNav {
        display: none; } }
  .-rtl .Header .ProjectNav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .Header .ProfileNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .-rtl .Header .ProfileNav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .Header .ProfileNav .NavItem {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .Header .ProfileNav .NavItem:before {
        display: block;
        content: " ";
        width: 1px;
        height: 24px;
        top: 50%;
        margin-top: -12px;
        background-color: rgb(215, 221, 228);
        background-color: var(--colorDivider);
        position: absolute;
        left: 0; }
  .-rtl .Header .ProfileNav .NavItem:before {
          left: auto;
          right: 0; }
  .Header .ProfileNav .NavItem:first-of-type:before {
        display: none; }
  .Header .ProfileNav .NavItem > a,
      .Header .ProfileNav .NavItem .NavLink {
        color: rgb(79, 95, 111);
        color: var(--colorText);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 15px;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        height: 40px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease; }
  .Header .ProfileNav .NavItem > a:hover,
        .Header .ProfileNav .NavItem .NavLink:hover {
          background-color: #f5f5f5;
          color: rgb(139, 195, 74);
          color: var(--colorPrimary); }
  .Header .ProfileNav .DropdownContent a {
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
  .Header .ProfileNav .DropdownContent a:hover {
        background-color: #f5f5f5;
        color: rgb(139, 195, 74);
        color: var(--colorPrimary); }
  .Header .ProfileNav .NotificationsLink:after {
      display: none; }
  .Header .ProfileNav .NotificationsLink .Counter {
      color: rgb(139, 195, 74);
      color: var(--colorPrimary); }
  .Header .ProfileNav .Profile .Icon {
      color: rgb(139, 195, 74);
      color: var(--colorPrimary); }
  .Header .ProfileNav .ProfileLink {
      white-space: nowrap;
      max-width: 200px;
      overflow: hidden;
      text-overflow: ellipsis; }
  .Header .ProfileNav .Img {
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 4px;
      background-color: #8b9cb1;
      color: #ffffff;
      text-align: center;
      margin-right: 10px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
.Sidebar {
  width: 100%;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 1;
  color: rgba(255, 255, 255, 0.8);
  color: var(--SidebarColorText);
  background-color: rgb(59, 76, 93);
  background-color: var(--SidebarColorBg);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: var(--SidebarShadow);
          box-shadow: var(--SidebarShadow);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  /*----------  Sidebar Content  ----------*/ }
  @media (max-width: 767px) {
    .Sidebar {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .-sidebar-open-mobile .Sidebar {
        -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
                box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: var(--SidebarShadow);
                box-shadow: var(--SidebarShadow); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .Sidebar {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .-sidebar-open-tablet .Sidebar {
        -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
                box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: var(--SidebarShadow);
                box-shadow: var(--SidebarShadow); } }
  @media (min-width: 992px) {
    .-sidebar-closed-desktop .Sidebar {
      -webkit-box-shadow: none;
              box-shadow: none; } }
  .Sidebar:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    content: ' ';
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-image: url('/modular-admin-html-demo/sidebar-bg-1.jpg');
    background-image: var(--SidebarBgImage);
    opacity: 1;
    opacity: var(--SidebarBgImageOpacity);
    z-index: -1; }
  .Sidebar .SidebarContent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-x: visible;
    overflow-y: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .Sidebar .SidebarContent::-webkit-scrollbar {
      width: 14px;
      height: 18px;
      background: transparent; }
  .Sidebar .SidebarContent::-webkit-scrollbar-thumb {
      height: 6px;
      border: 4px solid transparent;
      background-clip: padding-box;
      -webkit-border-radius: 7px;
      -webkit-box-shadow: none;
      background-color: rgba(0, 0, 0, 0.1); }
  .Sidebar .SidebarContent:hover::-webkit-scrollbar-thumb {
      background-color: rgb(139, 195, 74);
      background-color: var(--colorPrimary);
      -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05); }
  @media (max-width: 991px) {
      .Sidebar .SidebarContent::-webkit-scrollbar-thumb {
        background-color: rgb(139, 195, 74);
        background-color: var(--colorPrimary);
        -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05); } }
.SidebarHeader {
   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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 60px;
  height: var(--AppHeaderHeight);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .-rtl .SidebarHeader {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  @media (min-width: 768px) and (max-width: 991px) {
    .-sidebar-compact-tablet .SidebarHeader {
      padding-left: 11px; } }
  @media (min-width: 992px) {
    .-sidebar-compact-desktop .SidebarHeader {
      padding-left: 11px; } }
  .SidebarHeader .Logo {
    width: 38px;
    height: 38px;
    display: block;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); }
  .SidebarHeader .Logo .path {
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .SidebarHeader .Logo .outline {
      fill: rgb(139, 195, 74);
      fill: var(--colorPrimary); }
  .SidebarHeader .Logo .letter {
      fill: #fff;
      opacity: .75; }
  .SidebarHeader .Logo:hover .letter {
      opacity: 1; }
  .SidebarHeader .LogoLink {
    margin-left: 5px;
    margin-right: 12px; }
  .-rtl .SidebarHeader .LogoLink {
      margin-left: 12px;
      margin-right: 5px; }
  .SidebarHeader .Title {
    margin: 0;
    font-size: 1rem;
    color: #fff;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
  .SidebarHeader .Title .Link {
      text-decoration: none;
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .SidebarHeader .Title .Version {
      color: #c2ccd6;
      margin-left: 5px; }
  .SidebarHeader .Title .Platform {
      position: absolute;
      display: block;
      text-decoration: none;
      top: 100%;
      margin-top: 2px;
      right: 0;
      font-size: 9px;
      font-weight: bold;
      color: #c2ccd6;
      -webkit-transition: color .3s ease;
      transition: color .3s ease;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  .SidebarHeader .Title .Platform:hover {
        color: #fff; }
  @media (min-width: 768px) and (max-width: 991px) {
      .-sidebar-compact-tablet .SidebarHeader .Title {
        opacity: 0; } }
  @media (min-width: 992px) {
      .-sidebar-compact-desktop .SidebarHeader .Title {
        opacity: 0; } }
.SidebarNav {
  font-size: 15px;
  padding-bottom: 15px;
  overflow: hidden; }
  .SidebarNav .Divider {
    display: block;
    height: 1px;
    margin: 3px 20px;
    background-color: rgba(255, 255, 255, 0.13); }
  .SidebarNav .NavIcon {
    position: absolute;
    font-size: 20px;
    width: 26px;
    height: 44px;
    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;
    left: 20px;
    top: 0; }
  .-rtl .SidebarNav .NavIcon {
      left: auto;
      right: 20px; }
  .SidebarNav .CompactNavGroupName {
    display: none; }
  .SidebarNav .NavLink {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 44px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-decoration: none;
    -webkit-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
    color: rgba(255, 255, 255, 0.6);
    color: var(--SidebarNavColorText);
    cursor: pointer;
    padding: 0 20px 0 51px;
    font-weight: normal;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    text-overflow: ellipsis; }
  .SidebarNav .NavLink.-active {
      color: rgb(255, 255, 255);
      color: var(--SidebarNavColorText-active); }
  .SidebarNav .NavLink:hover {
      color: rgb(255, 255, 255);
      color: var(--SidebarNavColorText-active); }
  .SidebarNav .NavLink.-accented > .Icon {
      color: rgb(139, 195, 74);
      color: var(--colorPrimary); }
  .-rtl .SidebarNav .NavLink {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 0 51px 0 20px; }
  .SidebarNav > .NavLink span,
  .SidebarNav > .NavGroup > .NavLink span {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .SidebarNav .NavGroup.-open > .NavLink {
    color: rgba(255, 255, 255, 0.6);
    color: var(--SidebarNavColorText-open); }
  .SidebarNav .NavGroup.-open > .NavLink:after {
      color: rgb(255, 255, 255);
      color: var(--SidebarNavColorText-active); }
  .SidebarNav .NavGroup.-open > .NavLink:hover {
      color: rgb(255, 255, 255);
      color: var(--SidebarNavColorText-active); }
  .SidebarNav .NavGroup {
    position: relative; }
  .SidebarNav .NavGroup > .NavLink:after {
      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;
      display: block;
      content: "\F054";
      font-size: .8em;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: 2px;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .-rtl .SidebarNav .NavGroup > .NavLink:after {
        right: auto;
        left: 10px; }
  .SidebarNav .NavGroup .NavGroup > .NavLink:after {
      right: 11px; }
  .SidebarNav .NavGroup .Nav {
      overflow-x: visible;
      overflow-y: hidden;
      /*display: none;*/
     }
  .SidebarNav .NavGroup .Nav .NavLink {
        font-size: 0.9em;
        height: 36px; }
  .SidebarNav .NavGroup.-open > .NavLink:after {
      -webkit-transform: translate(0, -50%) rotate(90deg);
              transform: translate(0, -50%) rotate(90deg); }
  .App:not(.-sidebar-compact) .SidebarNav nav .NavLink {
  padding-left: 57px; }
  .App:not(.-sidebar-compact) .SidebarNav nav .NavLink .Icon {
    left: 26px; }
  .-rtl .App:not(.-sidebar-compact) .SidebarNav nav .NavLink {
    padding-left: 0;
    padding-right: 57px; }
  .-rtl .App:not(.-sidebar-compact) .SidebarNav nav .NavLink .Icon {
      left: auto;
      right: 26px; }
  .App:not(.-sidebar-compact) .SidebarNav nav nav .NavLink {
  padding-left: 63px; }
  .App:not(.-sidebar-compact) .SidebarNav nav nav .NavLink .Icon {
    left: 32px; }
  .-rtl .App:not(.-sidebar-compact) .SidebarNav nav nav .NavLink {
    padding-left: 0;
    padding-right: 63px; }
  .-rtl .App:not(.-sidebar-compact) .SidebarNav nav nav .NavLink .Icon {
      left: auto;
      right: 32px; }
  .App:not(.-sidebar-compact) .SidebarNav nav nav nav .NavLink {
  padding-left: 69px; }
  .App:not(.-sidebar-compact) .SidebarNav nav nav nav .NavLink .Icon {
    left: 38px; }
  .-rtl .App:not(.-sidebar-compact) .SidebarNav nav nav nav .NavLink {
    padding-left: 0;
    padding-right: 69px; }
  .-rtl .App:not(.-sidebar-compact) .SidebarNav nav nav nav .NavLink .Icon {
      left: auto;
      right: 38px; }
  .App:not(.-sidebar-compact) .SidebarNav nav nav nav nav .NavLink {
  padding-left: 75px; }
  .App:not(.-sidebar-compact) .SidebarNav nav nav nav nav .NavLink .Icon {
    left: 44px; }
  .-rtl .App:not(.-sidebar-compact) .SidebarNav nav nav nav nav .NavLink {
    padding-left: 0;
    padding-right: 75px; }
  .-rtl .App:not(.-sidebar-compact) .SidebarNav nav nav nav nav .NavLink .Icon {
      left: auto;
      right: 44px; }
.SidebarNav .CompactNavGroupHeader {
  font-size: 1rem;
  display: none;
  color: rgb(79, 95, 111);
  color: var(--colorText);
  position: relative;
  width: 100%;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  padding-top:5px;
  border-bottom: 1px solid rgb(215, 221, 228);
  border-bottom: 1px solid var(--colorDivider); }
  .SidebarNav .CompactNavGroupHeader .NavTitle {
    white-space: nowrap;
    margin-bottom: 0;
    color: rgb(126, 142, 159);
    color: var(--colorText-light);
    font-size: 1rem; }
  @media (min-width: 768px) and (max-width: 991px) {
  .-sidebar-compact-tablet .SidebarNav .CompactNavGroupHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  padding-top: 2px!important; }
  .-sidebar-compact-tablet .SidebarNav > .NavGroup {
    width: 70px;
    width: var(--AppSidebarWidth-compact); }
    .-sidebar-compact-tablet .SidebarNav > .NavGroup > .NavLink:after {
      -webkit-transform: translate(0, -50%) !important;
              transform: translate(0, -50%) !important; }
    .-sidebar-compact-tablet .SidebarNav > .NavGroup > .Nav {
      position: fixed;
      left: 70px;
      left: var(--AppSidebarWidth-compact);
      margin-left: 5px;
      bottom: 5px;
      top: 5px;
      overflow-x: hidden;
      overflow-y: auto;
      background-color: rgba(255, 255, 255, 0.97);
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
      width: 240px;
      width: var(--AppSidebarWidth);
      border-radius: 0 6px 6px 0; }
      .-sidebar-compact-tablet .SidebarNav > .NavGroup > .Nav .NavLink {
        text-shadow: none;
        padding: 0 20px;
        color: rgb(139, 195, 74);
        color: var(--colorPrimary);
        height: 40px; }
        .-sidebar-compact-tablet .SidebarNav > .NavGroup > .Nav .NavLink:hover {
          background-color: rgba(0, 0, 0, 0.03); }
    .-sidebar-compact-tablet .SidebarNav > .NavGroup.-open:before {
      opacity: 1; }
    .-sidebar-compact-tablet .SidebarNav > .NavGroup.-open > .NavLink:not(.-active) {
      color: rgb(139, 195, 74);
      color: var(--colorPrimary); }
      .-sidebar-compact-tablet .SidebarNav > .NavGroup.-open > .NavLink:not(.-active):after {
        color: inherit; }
  .-sidebar-compact-tablet .SidebarNav > .NavLink,
  .-sidebar-compact-tablet .SidebarNav > .NavGroup > .NavLink {
    padding-right: 5px;
    overflow: hidden; }
    .-sidebar-compact-tablet .SidebarNav > .NavLink:after,
    .-sidebar-compact-tablet .SidebarNav > .NavGroup > .NavLink:after {
      right: 7px; }
    .-sidebar-compact-tablet .SidebarNav > .NavLink span,
    .-sidebar-compact-tablet .SidebarNav > .NavGroup > .NavLink span {
      opacity: 0; }
  .-sidebar-compact-tablet.-customize-open .SidebarNav > .NavGroup > .Nav {
    left: calc(280px + 70px);
    left: calc(var(--AppCustomizeWidth) + var(--AppSidebarWidth-compact)); } }
  @media (min-width: 992px) {
  .-sidebar-compact-desktop .SidebarNav .CompactNavGroupHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .-sidebar-compact-desktop .SidebarNav > .NavGroup {
    width: 70px;
    width: var(--AppSidebarWidth-compact); }
    .-sidebar-compact-desktop .SidebarNav > .NavGroup > .NavLink:after {
      -webkit-transform: translate(0, -50%) !important;
              transform: translate(0, -50%) !important; }
    .-sidebar-compact-desktop .SidebarNav > .NavGroup > .Nav {
      position: fixed;
      left: 70px;
      left: var(--AppSidebarWidth-compact);
      margin-left: 5px;
      bottom: 5px;
      top: 5px;
      overflow-x: hidden;
      overflow-y: auto;
      background-color: rgba(255, 255, 255, 0.97);
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
      width: 240px;
      width: var(--AppSidebarWidth);
      border-radius: 0 6px 6px 0; }
      .-sidebar-compact-desktop .SidebarNav > .NavGroup > .Nav .NavLink {
        text-shadow: none;
        padding: 0 20px;
        color: rgb(139, 195, 74);
        color: var(--colorPrimary);
        height: 40px; }
        .-sidebar-compact-desktop .SidebarNav > .NavGroup > .Nav .NavLink:hover {
          background-color: rgba(0, 0, 0, 0.03); }
    .-sidebar-compact-desktop .SidebarNav > .NavGroup.-open:before {
      opacity: 1; }
    .-sidebar-compact-desktop .SidebarNav > .NavGroup.-open > .NavLink:not(.-active) {
      color: rgb(139, 195, 74);
      color: var(--colorPrimary); }
      .-sidebar-compact-desktop .SidebarNav > .NavGroup.-open > .NavLink:not(.-active):after {
        color: inherit; }
  .-sidebar-compact-desktop .SidebarNav > .NavLink,
  .-sidebar-compact-desktop .SidebarNav > .NavGroup > .NavLink {
    padding-right: 5px;
    overflow: hidden; }
    .-sidebar-compact-desktop .SidebarNav > .NavLink:after,
    .-sidebar-compact-desktop .SidebarNav > .NavGroup > .NavLink:after {
      right: 7px; }
    .-sidebar-compact-desktop .SidebarNav > .NavLink span,
    .-sidebar-compact-desktop .SidebarNav > .NavGroup > .NavLink span {
      opacity: 0; }
  .-sidebar-compact-desktop.-customize-open .SidebarNav > .NavGroup > .Nav {
    left: calc(280px + 70px);
    left: calc(var(--AppCustomizeWidth) + var(--AppSidebarWidth-compact)); } }
.SidebarFooter {
  height: 50px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .-sidebar-compact-tablet .SidebarFooter {
      height: auto; } }
  @media (min-width: 992px) {
    .-sidebar-compact-desktop .SidebarFooter {
      height: auto; } }
  .SidebarFooter .SidebarFooterNav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .-rtl .SidebarFooter .SidebarFooterNav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  @media (min-width: 768px) and (max-width: 991px) {
      .-sidebar-compact-tablet .SidebarFooter .SidebarFooterNav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  @media (min-width: 992px) {
      .-sidebar-compact-desktop .SidebarFooter .SidebarFooterNav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .SidebarFooter .NavLink {
    height: 50px;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
    color: rgba(255, 255, 255, 0.6);
    color: var(--SidebarNavColorText);
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 30px; }
  .SidebarFooter .NavLink:hover {
      color: rgb(255, 255, 255);
      color: var(--SidebarNavColorText-active); }
  .-customize .SidebarFooter .LinkCustomize {
    background-color: #fff;
    color: rgb(139, 195, 74);
    color: var(--colorPrimary); }
  @media (max-width: 767px) {
    .SidebarFooter .LinkToggleHelp {
      display: none; } }
  .SidebarFooter .LinkToggleCompact {
    font-size: 42px; }
  @media (max-width: 767px) {
      .SidebarFooter .LinkToggleCompact {
        display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .-sidebar-compact-tablet:not(.-rtl) .SidebarFooter .LinkToggleCompact .Icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); } }
  @media (min-width: 992px) {
      .-sidebar-compact-desktop:not(.-rtl) .SidebarFooter .LinkToggleCompact .Icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); } }
.Customize {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border-top: 1px solid rgb(215, 221, 228);
  border-top: 1px solid var(--colorDivider);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .-customize-open .Customize {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: var(--SidebarShadow);
            box-shadow: var(--SidebarShadow); }
  .Customize .CustomizeHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    height: 60px;
    height: var(--AppHeaderHeight);
    border-bottom: 1px solid rgb(215, 221, 228);
    border-bottom: 1px solid var(--colorDivider);
    position: relative;
    font-size: 1rem; }
  .Customize .CustomizeHeader .Title {
      color: rgb(126, 142, 159);
      color: var(--colorText-light);
      font-size: 16px;
      font-weight: 300; }
  .Customize .CustomizeHeader .CustomizeDismissButton {
      right: 7px; }
  .Customize .CustomizeContent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    bottom: 0;
    left: 0;
    top: 0; }
.Footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 35px;
  background-color: rgb(255, 255, 255);
  background-color: var(--FooterColorBg);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: var(--FooterShadow);
          box-shadow: var(--FooterShadow); }
  .-rtl .Footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
.Dashboard .Intro {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 40px; }
  @media (max-width: 767px) {
    .Dashboard .Intro {
      display: none;
      padding: 10px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .Dashboard .Intro {
      margin-bottom: 25px; } }
  .Dashboard .Intro a {
    font-weight: normal;
    font-size: .9em; }
  .Dashboard .Intro .Title {
    margin: 0;
    font-weight: 300;
    font-size: 1.8em;
    margin-bottom: 10px; }
  @media (max-width: 767px) {
      .Dashboard .Intro .Title {
        font-size: 1.5em;
        margin-bottom: 8px; } }
  .Dashboard .Intro .Description {
    margin: 0;
    font-weight: 300;
    line-height: 1.5em; }
  @media (max-width: 767px) {
      .Dashboard .Intro .Description {
        font-size: .88em;
        line-height: 1.4em; } }
.DashboardStats {
  line-height: 18.4px; }
  .DashboardStats .CardBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .DashboardStats .StatsRow {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .DashboardStats .StatCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .DashboardStats .StatGroup {
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%; }
  .DashboardStats .Stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .-rtl .DashboardStats .Stat {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .DashboardStats .Icon {
    color: #6d6d6d;
    display: inline-block;
    font-size: 36px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    margin-right: 5px; }
  @media (max-width: 767px) {
      .DashboardStats .Icon {
        width: 60px; } }
  @media (min-width: 1200px) {
      .DashboardStats .Icon {
        width: 50px; } }
  .-rtl .DashboardStats .Icon {
      margin-left: 6px;
      margin-right: 0;
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1); }
  .DashboardStats .StatContent {
    margin-left: auto;
    text-align: right; }
  .DashboardStats .StatValue {
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    color: rgb(126, 142, 159);
    color: var(--colorText-light); }
  @media (min-width: 992px) and (max-width: 1199px) {
      .DashboardStats .StatValue {
        font-size: 18px; } }
  @media (min-width: 1200px) {
      .DashboardStats .StatValue {
        font-size: 22px;
        line-height: 26px; } }
  .DashboardStats .StatName {
    font-size: 14px;
    color: #7e8e9f; }
  @media (min-width: 992px) and (max-width: 1199px) {
      .DashboardStats .StatName {
        font-size: 12px; } }
.DashboardHistory .CardHeader .Icon {
  margin-right: 6px;
  font-size: 1.7em; }

.DashboardHistory .TabNav {
  margin-left: auto; }

.-rtl .DashboardHistory .CardHeader .Icon {
  margin-right: 0;
  margin-left: 6px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.-rtl .DashboardHistory .TabNav {
  margin-left: 0;
  margin-right: auto; }

.DashboardHistory #DashboardHistoryAudienceChart,
.DashboardHistory #DashboardHistoryDownloadsChart {
  height: 220px;
  overflow: hidden; }

@media (min-width: 1200px) {
    .DashboardHistory #DashboardHistoryAudienceChart,
    .DashboardHistory #DashboardHistoryDownloadsChart {
      height: 260px; } }
.Dashboard .Items .ItemList {
  font-size: .9em; }

.Dashboard .Items .ListHeader {
  font-size: .85em; }

.Dashboard .Items .ListHeader .Img {
    visibility: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.Dashboard .Items .ColTitle a {
  font-weight: normal; }

.Dashboard .Items .ColStats {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.Dashboard .Items .ColDate {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.Dashboard .Items .ColDate .Value {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: .9em;
    color: rgb(126, 142, 159);
    color: var(--colorText-light); }

.Dashboard .Items .ColSales {
  font-size: .9em;
  font-weight: bold; }

.Dashboard .Items .ColStats {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.Dashboard .Items .ColStats .Value {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.Dashboard .Items .Value {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.Dashboard .Items .Img {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10%;
  -webkit-box-shadow: 0 0 1px 0px #d2d2d2;
          box-shadow: 0 0 1px 0px #d2d2d2; }

@media (min-width: 576px) and (max-width: 767px) {
  .Dashboard .Items .ColSales,
  .Dashboard .Items .ColStats,
  .Dashboard .Items .ColDate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .Dashboard .Items .ColSales {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .Dashboard .Items .ColStats {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .Dashboard .Items .ColDate {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .Dashboard .Items .Img {
    width: 50px;
    height: 50px; }
  .Dashboard .Items .Label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1200px) {
  .Dashboard .Items {
    margin-bottom: 0; } }
.Dashboard .SalesBreakdown {
  margin-bottom: 0; }
  .Dashboard .SalesBreakdown .CardBlock {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .Dashboard .SalesBreakdown #DashboardSalesBreakdownChart {
    width: 280px;
    height: 280px; }
.Auth {
  background-color: --car(colorPrimary); }
  .fndActivo{
    background-color: #1b5e20;
  }

/*# sourceMappingURL=bundle.css.map*/
