/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #00a3e2;
  --indigo: #6610f2;
  --purple: #b43f8d;
  --pink: #e83e8c;
  --red: #ff2c00;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #00ea57;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #cccccc;
  --gray-dark: #333333;
  --dark-blue: #0C2237;
  --blue-100: #33B5E7;
  --primary: #00a3e2;
  --secondary: #cccccc;
  --success: #00ea57;
  --info: #00a3e2;
  --warning: #ffc107;
  --danger: #ff2c00;
  --light: #f2f2f2;
  --dark: #0C2237;
  --primary-100: #33B5E7;
  --grey: #cccccc;
  --accent: #b43f8d;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::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%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
  color: #333333;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !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: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #00a3e2;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #006c96;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #666666;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -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-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.3;
  color: inherit;
}

h1,
.h1 {
  font-size: 1.49992rem;
}

h2,
.h2 {
  font-size: 1.12499rem;
}

h3,
.h3 {
  font-size: 0.875rem;
}

h4,
.h4 {
  font-size: 0.74987rem;
}

h5,
.h5 {
  font-size: 0.06248rem;
}

h6,
.h6 {
  font-size: 0.49998rem;
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #ffe69b;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #666666;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 0.1875rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #666666;
}

code {
  font-size: 87.5%;
  color: #b43f8d;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #333333;
  border-radius: 0.1875rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #333333;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@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%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.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%;
  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: 100%;
}

.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-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.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;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@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: 100%;
  }

  .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-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .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;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@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: 100%;
  }

  .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-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .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;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@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: 100%;
  }

  .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-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .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;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@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: 100%;
  }

  .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-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .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;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333333;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d6d6d6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6d6d6;
}

.table tbody + tbody {
  border-top: 2px solid #d6d6d6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #d6d6d6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #d6d6d6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e5f7;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7acff0;
}

.table-hover .table-primary:hover {
  background-color: #a1ddf4;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a1ddf4;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f1f1f1;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e4e4e4;
}

.table-hover .table-secondary:hover {
  background-color: #e4e4e4;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e4e4e4;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f9d0;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7af4a8;
}

.table-hover .table-success:hover {
  background-color: #a0f7c0;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a0f7c0;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8e5f7;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7acff0;
}

.table-hover .table-info:hover {
  background-color: #a1ddf4;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a1ddf4;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffc4b8;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff917a;
}

.table-hover .table-danger:hover {
  background-color: #ffaf9f;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffaf9f;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfbfb;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f8f8f8;
}

.table-hover .table-light:hover {
  background-color: #eeeeee;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eeeeee;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bbc1c7;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #818c97;
}

.table-hover .table-dark:hover {
  background-color: #adb4bb;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #adb4bb;
}

.table-primary-100,
.table-primary-100 > th,
.table-primary-100 > td {
  background-color: #c6eaf8;
}

.table-primary-100 th,
.table-primary-100 td,
.table-primary-100 thead th,
.table-primary-100 tbody + tbody {
  border-color: #95d9f3;
}

.table-hover .table-primary-100:hover {
  background-color: #afe2f5;
}

.table-hover .table-primary-100:hover > td,
.table-hover .table-primary-100:hover > th {
  background-color: #afe2f5;
}

.table-grey,
.table-grey > th,
.table-grey > td {
  background-color: #f1f1f1;
}

.table-grey th,
.table-grey td,
.table-grey thead th,
.table-grey tbody + tbody {
  border-color: #e4e4e4;
}

.table-hover .table-grey:hover {
  background-color: #e4e4e4;
}

.table-hover .table-grey:hover > td,
.table-hover .table-grey:hover > th {
  background-color: #e4e4e4;
}

.table-accent,
.table-accent > th,
.table-accent > td {
  background-color: #eac9df;
}

.table-accent th,
.table-accent td,
.table-accent thead th,
.table-accent tbody + tbody {
  border-color: #d89bc4;
}

.table-hover .table-accent:hover {
  background-color: #e3b7d4;
}

.table-hover .table-accent:hover > td,
.table-hover .table-accent:hover > th {
  background-color: #e3b7d4;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #333333;
  border-color: #464646;
}

.table .thead-light th {
  color: #333333;
  background-color: #e0e0e0;
  border-color: #d6d6d6;
}

.table-dark {
  color: #fff;
  background-color: #333333;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #464646;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.714em + 1.4378rem + 1px);
  padding: 0.7189rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a3a3a3;
  border-radius: 0.1875rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #333333;
  background-color: #fff;
  border-color: #00a3e2;
  outline: 0;
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.form-control::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}

.form-control::placeholder {
  color: #666666;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #333333;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.7189rem + 1px);
  padding-bottom: calc(0.7189rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.714;
}

.col-form-label-lg {
  padding-top: calc(0.78125rem + 1px);
  padding-bottom: calc(0.78125rem + 1px);
  font-size: 1.5rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.3125rem + 1px);
  padding-bottom: calc(0.3125rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.7189rem;
  padding-bottom: 0.7189rem;
  margin-bottom: 0;
  line-height: 1.714;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.3125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.form-control-lg {
  height: calc(1.5em + 2.5628rem + 2px);
  padding: 0.78125rem 1.25rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  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;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #666666;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00ea57;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.714;
  color: #fff;
  background-color: #00ea57;
  border-radius: 0.1875rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #00ea57;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #00ea57;
  -webkit-box-shadow: 0 0 0 1rem rgba(0, 234, 87, 0.25);
          box-shadow: 0 0 0 1rem rgba(0, 234, 87, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #00ea57;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #00ea57;
  -webkit-box-shadow: 0 0 0 1rem rgba(0, 234, 87, 0.25);
          box-shadow: 0 0 0 1rem rgba(0, 234, 87, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #00ea57;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #00ea57;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00ea57;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #1eff72;
  background-color: #1eff72;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1rem rgba(0, 234, 87, 0.25);
          box-shadow: 0 0 0 1rem rgba(0, 234, 87, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00ea57;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00ea57;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00ea57;
  -webkit-box-shadow: 0 0 0 1rem rgba(0, 234, 87, 0.25);
          box-shadow: 0 0 0 1rem rgba(0, 234, 87, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff2c00;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.714;
  color: #fff;
  background-color: #ff2c00;
  border-radius: 0.1875rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ff2c00;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #ff2c00;
  -webkit-box-shadow: 0 0 0 1rem rgba(255, 44, 0, 0.25);
          box-shadow: 0 0 0 1rem rgba(255, 44, 0, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff2c00;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ff2c00;
  -webkit-box-shadow: 0 0 0 1rem rgba(255, 44, 0, 0.25);
          box-shadow: 0 0 0 1rem rgba(255, 44, 0, 0.25);
}

.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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ff2c00;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff2c00;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff2c00;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff5633;
  background-color: #ff5633;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1rem rgba(255, 44, 0, 0.25);
          box-shadow: 0 0 0 1rem rgba(255, 44, 0, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff2c00;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff2c00;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff2c00;
  -webkit-box-shadow: 0 0 0 1rem rgba(255, 44, 0, 0.25);
          box-shadow: 0 0 0 1rem rgba(255, 44, 0, 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 {
    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 {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: calc(0.7814rem - 1px) 2.5rem;
  font-size: 0.875rem;
  line-height: 1.714;
  border-radius: 0.1875rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #333333;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.21;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #00a3e2;
  border-color: #00a3e2;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0087bc;
  border-color: #007eaf;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(38, 177, 230, 0.5);
          box-shadow: 0 0 0 1rem rgba(38, 177, 230, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #00a3e2;
  border-color: #00a3e2;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007eaf;
  border-color: #0075a2;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(38, 177, 230, 0.5);
          box-shadow: 0 0 0 1rem rgba(38, 177, 230, 0.5);
}

.btn-secondary {
  color: #333333;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-secondary:hover {
  color: #333333;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(181, 181, 181, 0.5);
          box-shadow: 0 0 0 1rem rgba(181, 181, 181, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #333333;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #333333;
  background-color: #b3b3b3;
  border-color: #acacac;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(181, 181, 181, 0.5);
          box-shadow: 0 0 0 1rem rgba(181, 181, 181, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00ea57;
  border-color: #00ea57;
}

.btn-success:hover {
  color: #fff;
  background-color: #00c449;
  border-color: #00b744;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(38, 237, 112, 0.5);
          box-shadow: 0 0 0 1rem rgba(38, 237, 112, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #00ea57;
  border-color: #00ea57;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00b744;
  border-color: #00aa3f;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(38, 237, 112, 0.5);
          box-shadow: 0 0 0 1rem rgba(38, 237, 112, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #00a3e2;
  border-color: #00a3e2;
}

.btn-info:hover {
  color: #fff;
  background-color: #0087bc;
  border-color: #007eaf;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(38, 177, 230, 0.5);
          box-shadow: 0 0 0 1rem rgba(38, 177, 230, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #00a3e2;
  border-color: #00a3e2;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #007eaf;
  border-color: #0075a2;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(38, 177, 230, 0.5);
          box-shadow: 0 0 0 1rem rgba(38, 177, 230, 0.5);
}

.btn-warning {
  color: #333333;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #333333;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(224, 172, 14, 0.5);
          box-shadow: 0 0 0 1rem rgba(224, 172, 14, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #333333;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #333333;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(224, 172, 14, 0.5);
          box-shadow: 0 0 0 1rem rgba(224, 172, 14, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ff2c00;
  border-color: #ff2c00;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d92500;
  border-color: #cc2300;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(255, 76, 38, 0.5);
          box-shadow: 0 0 0 1rem rgba(255, 76, 38, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ff2c00;
  border-color: #ff2c00;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc2300;
  border-color: #bf2100;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(255, 76, 38, 0.5);
          box-shadow: 0 0 0 1rem rgba(255, 76, 38, 0.5);
}

.btn-light {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-light:hover {
  color: #333333;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 0 1rem rgba(213, 213, 213, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #333333;
  background-color: #d9d9d9;
  border-color: #d2d2d2;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 0 1rem rgba(213, 213, 213, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #0C2237;
  border-color: #0C2237;
}

.btn-dark:hover {
  color: #fff;
  background-color: #050f18;
  border-color: #03080d;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(48, 67, 85, 0.5);
          box-shadow: 0 0 0 1rem rgba(48, 67, 85, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #0C2237;
  border-color: #0C2237;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #03080d;
  border-color: #010203;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(48, 67, 85, 0.5);
          box-shadow: 0 0 0 1rem rgba(48, 67, 85, 0.5);
}

.btn-primary-100 {
  color: #fff;
  background-color: #33B5E7;
  border-color: #33B5E7;
}

.btn-primary-100:hover {
  color: #fff;
  background-color: #1aa5da;
  border-color: #189ccf;
}

.btn-primary-100:focus,
.btn-primary-100.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(82, 192, 235, 0.5);
          box-shadow: 0 0 0 1rem rgba(82, 192, 235, 0.5);
}

.btn-primary-100.disabled,
.btn-primary-100:disabled {
  color: #fff;
  background-color: #33B5E7;
  border-color: #33B5E7;
}

.btn-primary-100:not(:disabled):not(.disabled):active,
.btn-primary-100:not(:disabled):not(.disabled).active,
.show > .btn-primary-100.dropdown-toggle {
  color: #fff;
  background-color: #189ccf;
  border-color: #1793c3;
}

.btn-primary-100:not(:disabled):not(.disabled):active:focus,
.btn-primary-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-100.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(82, 192, 235, 0.5);
          box-shadow: 0 0 0 1rem rgba(82, 192, 235, 0.5);
}

.btn-grey {
  color: #333333;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-grey:hover {
  color: #333333;
  background-color: #b9b9b9;
  border-color: #b3b3b3;
}

.btn-grey:focus,
.btn-grey.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(181, 181, 181, 0.5);
          box-shadow: 0 0 0 1rem rgba(181, 181, 181, 0.5);
}

.btn-grey.disabled,
.btn-grey:disabled {
  color: #333333;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-grey:not(:disabled):not(.disabled):active,
.btn-grey:not(:disabled):not(.disabled).active,
.show > .btn-grey.dropdown-toggle {
  color: #333333;
  background-color: #b3b3b3;
  border-color: #acacac;
}

.btn-grey:not(:disabled):not(.disabled):active:focus,
.btn-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(181, 181, 181, 0.5);
          box-shadow: 0 0 0 1rem rgba(181, 181, 181, 0.5);
}

.btn-accent {
  color: #fff;
  background-color: #b43f8d;
  border-color: #b43f8d;
}

.btn-accent:hover {
  color: #fff;
  background-color: #983577;
  border-color: #8e326f;
}

.btn-accent:focus,
.btn-accent.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(191, 92, 158, 0.5);
          box-shadow: 0 0 0 1rem rgba(191, 92, 158, 0.5);
}

.btn-accent.disabled,
.btn-accent:disabled {
  color: #fff;
  background-color: #b43f8d;
  border-color: #b43f8d;
}

.btn-accent:not(:disabled):not(.disabled):active,
.btn-accent:not(:disabled):not(.disabled).active,
.show > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: #8e326f;
  border-color: #852e68;
}

.btn-accent:not(:disabled):not(.disabled):active:focus,
.btn-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(191, 92, 158, 0.5);
          box-shadow: 0 0 0 1rem rgba(191, 92, 158, 0.5);
}

.btn-outline-primary {
  color: #00a3e2;
  border-color: #00a3e2;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #00a3e2;
  border-color: #00a3e2;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(0, 163, 226, 0.5);
          box-shadow: 0 0 0 1rem rgba(0, 163, 226, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #00a3e2;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00a3e2;
  border-color: #00a3e2;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(0, 163, 226, 0.5);
          box-shadow: 0 0 0 1rem rgba(0, 163, 226, 0.5);
}

.btn-outline-secondary {
  color: #cccccc;
  border-color: #cccccc;
}

.btn-outline-secondary:hover {
  color: #333333;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 1rem rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #cccccc;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #333333;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 1rem rgba(204, 204, 204, 0.5);
}

.btn-outline-success {
  color: #00ea57;
  border-color: #00ea57;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #00ea57;
  border-color: #00ea57;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(0, 234, 87, 0.5);
          box-shadow: 0 0 0 1rem rgba(0, 234, 87, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #00ea57;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00ea57;
  border-color: #00ea57;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(0, 234, 87, 0.5);
          box-shadow: 0 0 0 1rem rgba(0, 234, 87, 0.5);
}

.btn-outline-info {
  color: #00a3e2;
  border-color: #00a3e2;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #00a3e2;
  border-color: #00a3e2;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(0, 163, 226, 0.5);
          box-shadow: 0 0 0 1rem rgba(0, 163, 226, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #00a3e2;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #00a3e2;
  border-color: #00a3e2;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(0, 163, 226, 0.5);
          box-shadow: 0 0 0 1rem rgba(0, 163, 226, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #333333;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 1rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #333333;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 1rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ff2c00;
  border-color: #ff2c00;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff2c00;
  border-color: #ff2c00;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(255, 44, 0, 0.5);
          box-shadow: 0 0 0 1rem rgba(255, 44, 0, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff2c00;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2c00;
  border-color: #ff2c00;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(255, 44, 0, 0.5);
          box-shadow: 0 0 0 1rem rgba(255, 44, 0, 0.5);
}

.btn-outline-light {
  color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-outline-light:hover {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(242, 242, 242, 0.5);
          box-shadow: 0 0 0 1rem rgba(242, 242, 242, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f2f2f2;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(242, 242, 242, 0.5);
          box-shadow: 0 0 0 1rem rgba(242, 242, 242, 0.5);
}

.btn-outline-dark {
  color: #0C2237;
  border-color: #0C2237;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #0C2237;
  border-color: #0C2237;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(12, 34, 55, 0.5);
          box-shadow: 0 0 0 1rem rgba(12, 34, 55, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #0C2237;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #0C2237;
  border-color: #0C2237;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(12, 34, 55, 0.5);
          box-shadow: 0 0 0 1rem rgba(12, 34, 55, 0.5);
}

.btn-outline-primary-100 {
  color: #33B5E7;
  border-color: #33B5E7;
}

.btn-outline-primary-100:hover {
  color: #fff;
  background-color: #33B5E7;
  border-color: #33B5E7;
}

.btn-outline-primary-100:focus,
.btn-outline-primary-100.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(51, 181, 231, 0.5);
          box-shadow: 0 0 0 1rem rgba(51, 181, 231, 0.5);
}

.btn-outline-primary-100.disabled,
.btn-outline-primary-100:disabled {
  color: #33B5E7;
  background-color: transparent;
}

.btn-outline-primary-100:not(:disabled):not(.disabled):active,
.btn-outline-primary-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-100.dropdown-toggle {
  color: #fff;
  background-color: #33B5E7;
  border-color: #33B5E7;
}

.btn-outline-primary-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-100.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(51, 181, 231, 0.5);
          box-shadow: 0 0 0 1rem rgba(51, 181, 231, 0.5);
}

.btn-outline-grey {
  color: #cccccc;
  border-color: #cccccc;
}

.btn-outline-grey:hover {
  color: #333333;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-outline-grey:focus,
.btn-outline-grey.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 1rem rgba(204, 204, 204, 0.5);
}

.btn-outline-grey.disabled,
.btn-outline-grey:disabled {
  color: #cccccc;
  background-color: transparent;
}

.btn-outline-grey:not(:disabled):not(.disabled):active,
.btn-outline-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey.dropdown-toggle {
  color: #333333;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-outline-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 1rem rgba(204, 204, 204, 0.5);
}

.btn-outline-accent {
  color: #b43f8d;
  border-color: #b43f8d;
}

.btn-outline-accent:hover {
  color: #fff;
  background-color: #b43f8d;
  border-color: #b43f8d;
}

.btn-outline-accent:focus,
.btn-outline-accent.focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(180, 63, 141, 0.5);
          box-shadow: 0 0 0 1rem rgba(180, 63, 141, 0.5);
}

.btn-outline-accent.disabled,
.btn-outline-accent:disabled {
  color: #b43f8d;
  background-color: transparent;
}

.btn-outline-accent:not(:disabled):not(.disabled):active,
.btn-outline-accent:not(:disabled):not(.disabled).active,
.show > .btn-outline-accent.dropdown-toggle {
  color: #fff;
  background-color: #b43f8d;
  border-color: #b43f8d;
}

.btn-outline-accent:not(:disabled):not(.disabled):active:focus,
.btn-outline-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 1rem rgba(180, 63, 141, 0.5);
          box-shadow: 0 0 0 1rem rgba(180, 63, 141, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #00a3e2;
  text-decoration: none;
}

.btn-link:hover {
  color: #006c96;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #666666;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 1.2814rem 2.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0 2.5rem;
  font-size: 0.75rem;
  line-height: 2.5;
  border-radius: 0.1875rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0 0 0;
  font-size: 0.875rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 0.1875rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #cccccc;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.8125rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #333333;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:first-child {
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #333333;
  text-decoration: none;
  background-color: #f2f2f2;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00a3e2;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #666666;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0 1.25rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #666666;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.8125rem 1.25rem;
  color: #333333;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7189rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  background-color: #f2f2f2;
  border: 1px solid #a3a3a3;
  border-radius: 0.1875rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 2.5628rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.78125rem 1.25rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.75rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.3125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.49975rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00a3e2;
  background-color: #00a3e2;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00a3e2;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #96e2ff;
  border-color: #96e2ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #cccccc;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #fff;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.24987rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #a3a3a3 solid 0.0625rem;
}

.custom-control-label::after {
  position: absolute;
  top: 0.24987rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 100% 100%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1875rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2216%22%20height=%2216%22%20viewBox=%220%200%2016%2016%22%3E%3Cg%20fill=%22none%22%3E%3Cg%20style=%22stroke-width:2;stroke:%23fff%22%20transform=%22translate(4.000000,%205.000000)%22%3E%3Cpolyline%20points=%220%203%202.7%205.7%208%200.3%22%20stroke-linecap=%22round%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00a3e2;
  background-color: #00a3e2;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath stroke='%23fff' transform=%22translate(2,%202)%22%20 d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #f2f2f2;
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #f2f2f2;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='1.5' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #f2f2f2;
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.24987rem + 0.125rem);
  left: calc(-2.25rem + 0.125rem);
  width: calc(1rem - 0.25rem);
  height: calc(1rem - 0.25rem);
  background-color: #a3a3a3;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #f2f2f2;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.714em + 1.4378rem + 1px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.714;
  color: #333333;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23666666' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #a3a3a3;
  border-radius: 0.1875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #00a3e2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(0, 163, 226, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(0, 163, 226, 0.5);
}

.custom-select:focus::-ms-value {
  color: #333333;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #666666;
  background-color: #e0e0e0;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.75rem + 2px);
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.5rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(1.5em + 2.5628rem + 2px);
  padding-top: 0.78125rem;
  padding-bottom: 0.78125rem;
  padding-left: 1.25rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.714em + 1.4378rem + 1px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.714em + 1.4378rem + 1px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #00a3e2;
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #fff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.714em + 1.4378rem + 1px);
  padding: 0.7814rem 2.5rem;
  font-weight: 400;
  line-height: 1.714;
  color: #333333;
  background-color: #fff;
  border: 1px solid #a3a3a3;
  border-radius: 0.1875rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.714em + 1.4378rem);
  padding: 0.7814rem 2.5rem;
  line-height: 1.714;
  color: #333333;
  content: "Browse";
  background-color: #f2f2f2;
  border-left: inherit;
  border-radius: 0 0.1875rem 0.1875rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 2rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0 1px #fff, 0 0 0.625rem 0 #00a3e2;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0.625rem 0 #00a3e2;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0.625rem 0 #00a3e2;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00a3e2;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #96e2ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d6d6d6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00a3e2;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #96e2ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d6d6d6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 1rem;
  margin-left: 1rem;
  background-color: #00a3e2;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #96e2ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #d6d6d6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d6d6d6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #a3a3a3;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #a3a3a3;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #a3a3a3;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.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:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #a3a3a3;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0 solid #cccccc;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  border: 0 solid transparent;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e0e0e0 #e0e0e0 #cccccc;
}

.nav-tabs .nav-link.disabled {
  color: #a3a3a3;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #333333;
  background-color: #fff;
  border-color: #d6d6d6 #d6d6d6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.1875rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00a3e2;
}

.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;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: -0.03563rem;
  padding-bottom: -0.03563rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #cccccc;
  border-radius: 0.1875rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}

.card-header:first-child {
  border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid #cccccc;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.1875rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e0e0e0;
  border-radius: 0.1875rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #666666;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #666666;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.1875rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00a3e2;
  background-color: #fff;
  border: 1px solid #d6d6d6;
}

.page-link:hover {
  z-index: 2;
  color: #006c96;
  text-decoration: none;
  background-color: #e0e0e0;
  border-color: #d6d6d6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00a3e2;
  border-color: #00a3e2;
}

.page-item.disabled .page-link {
  color: #666666;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d6d6d6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.1875rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #00a3e2;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #007eaf;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1rem rgba(0, 163, 226, 0.5);
          box-shadow: 0 0 0 1rem rgba(0, 163, 226, 0.5);
}

.badge-secondary {
  color: #333333;
  background-color: #cccccc;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #333333;
  background-color: #b3b3b3;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 1rem rgba(204, 204, 204, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #00ea57;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #00b744;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1rem rgba(0, 234, 87, 0.5);
          box-shadow: 0 0 0 1rem rgba(0, 234, 87, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #00a3e2;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #007eaf;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1rem rgba(0, 163, 226, 0.5);
          box-shadow: 0 0 0 1rem rgba(0, 163, 226, 0.5);
}

.badge-warning {
  color: #333333;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #333333;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 1rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ff2c00;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #cc2300;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1rem rgba(255, 44, 0, 0.5);
          box-shadow: 0 0 0 1rem rgba(255, 44, 0, 0.5);
}

.badge-light {
  color: #333333;
  background-color: #f2f2f2;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #333333;
  background-color: #d9d9d9;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1rem rgba(242, 242, 242, 0.5);
          box-shadow: 0 0 0 1rem rgba(242, 242, 242, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #0C2237;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #03080d;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1rem rgba(12, 34, 55, 0.5);
          box-shadow: 0 0 0 1rem rgba(12, 34, 55, 0.5);
}

.badge-primary-100 {
  color: #fff;
  background-color: #33B5E7;
}

a.badge-primary-100:hover,
a.badge-primary-100:focus {
  color: #fff;
  background-color: #189ccf;
}

a.badge-primary-100:focus,
a.badge-primary-100.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1rem rgba(51, 181, 231, 0.5);
          box-shadow: 0 0 0 1rem rgba(51, 181, 231, 0.5);
}

.badge-grey {
  color: #333333;
  background-color: #cccccc;
}

a.badge-grey:hover,
a.badge-grey:focus {
  color: #333333;
  background-color: #b3b3b3;
}

a.badge-grey:focus,
a.badge-grey.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 1rem rgba(204, 204, 204, 0.5);
}

.badge-accent {
  color: #fff;
  background-color: #b43f8d;
}

a.badge-accent:hover,
a.badge-accent:focus {
  color: #fff;
  background-color: #8e326f;
}

a.badge-accent:focus,
a.badge-accent.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1rem rgba(180, 63, 141, 0.5);
          box-shadow: 0 0 0 1rem rgba(180, 63, 141, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e0e0e0;
  border-radius: 0.1875rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.625rem 1.25rem;
  margin-bottom: 0.625rem;
  border: 2px solid transparent;
  border-radius: 0.1875rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 400;
}

.alert-dismissible {
  padding-right: 4.25rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.625rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #005576;
  background-color: #ccedf9;
  border-color: #00a3e2;
}

.alert-primary hr {
  border-top-color: #0091c9;
}

.alert-primary .alert-link {
  color: #003043;
}

.alert-secondary {
  color: #6a6a6a;
  background-color: whitesmoke;
  border-color: #cccccc;
}

.alert-secondary hr {
  border-top-color: #bfbfbf;
}

.alert-secondary .alert-link {
  color: #515151;
}

.alert-success {
  color: #007a2d;
  background-color: #ccfbdd;
  border-color: #00ea57;
}

.alert-success hr {
  border-top-color: #00d14e;
}

.alert-success .alert-link {
  color: #00471a;
}

.alert-info {
  color: #005576;
  background-color: #ccedf9;
  border-color: #00a3e2;
}

.alert-info hr {
  border-top-color: #0091c9;
}

.alert-info .alert-link {
  color: #003043;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffc107;
}

.alert-warning hr {
  border-top-color: #edb100;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #851700;
  background-color: #ffd5cc;
  border-color: #ff2c00;
}

.alert-danger hr {
  border-top-color: #e62800;
}

.alert-danger .alert-link {
  color: #520e00;
}

.alert-light {
  color: #7e7e7e;
  background-color: #fcfcfc;
  border-color: #f2f2f2;
}

.alert-light hr {
  border-top-color: #e5e5e5;
}

.alert-light .alert-link {
  color: #656565;
}

.alert-dark {
  color: #06121d;
  background-color: #ced3d7;
  border-color: #0c2237;
}

.alert-dark hr {
  border-top-color: #071522;
}

.alert-dark .alert-link {
  color: black;
}

.alert-primary-100 {
  color: #1b5e78;
  background-color: #d6f0fa;
  border-color: #33b5e7;
}

.alert-primary-100 hr {
  border-top-color: #1cade4;
}

.alert-primary-100 .alert-link {
  color: #123d4e;
}

.alert-grey {
  color: #6a6a6a;
  background-color: whitesmoke;
  border-color: #cccccc;
}

.alert-grey hr {
  border-top-color: #bfbfbf;
}

.alert-grey .alert-link {
  color: #515151;
}

.alert-accent {
  color: #5e2149;
  background-color: #f0d9e8;
  border-color: #b43f8d;
}

.alert-accent hr {
  border-top-color: #a1387e;
}

.alert-accent .alert-link {
  color: #38142c;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e0e0e0;
  border-radius: 0.1875rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00a3e2;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #333333;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #333333;
  text-decoration: none;
  background-color: #f2f2f2;
}

.list-group-item-action:active {
  color: #333333;
  background-color: #e0e0e0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1.25rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #666666;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00a3e2;
  border-color: #00a3e2;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.1875rem;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.1875rem;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.1875rem;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.1875rem;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #005576;
  background-color: #b8e5f7;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #005576;
  background-color: #a1ddf4;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #005576;
  border-color: #005576;
}

.list-group-item-secondary {
  color: #6a6a6a;
  background-color: #f1f1f1;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #6a6a6a;
  background-color: #e4e4e4;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.list-group-item-success {
  color: #007a2d;
  background-color: #b8f9d0;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #007a2d;
  background-color: #a0f7c0;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #007a2d;
  border-color: #007a2d;
}

.list-group-item-info {
  color: #005576;
  background-color: #b8e5f7;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #005576;
  background-color: #a1ddf4;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #005576;
  border-color: #005576;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #851700;
  background-color: #ffc4b8;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #851700;
  background-color: #ffaf9f;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #851700;
  border-color: #851700;
}

.list-group-item-light {
  color: #7e7e7e;
  background-color: #fbfbfb;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7e7e7e;
  background-color: #eeeeee;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}

.list-group-item-dark {
  color: #06121d;
  background-color: #bbc1c7;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #06121d;
  background-color: #adb4bb;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #06121d;
  border-color: #06121d;
}

.list-group-item-primary-100 {
  color: #1b5e78;
  background-color: #c6eaf8;
}

.list-group-item-primary-100.list-group-item-action:hover,
.list-group-item-primary-100.list-group-item-action:focus {
  color: #1b5e78;
  background-color: #afe2f5;
}

.list-group-item-primary-100.list-group-item-action.active {
  color: #fff;
  background-color: #1b5e78;
  border-color: #1b5e78;
}

.list-group-item-grey {
  color: #6a6a6a;
  background-color: #f1f1f1;
}

.list-group-item-grey.list-group-item-action:hover,
.list-group-item-grey.list-group-item-action:focus {
  color: #6a6a6a;
  background-color: #e4e4e4;
}

.list-group-item-grey.list-group-item-action.active {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.list-group-item-accent {
  color: #5e2149;
  background-color: #eac9df;
}

.list-group-item-accent.list-group-item-action:hover,
.list-group-item-accent.list-group-item-action:focus {
  color: #5e2149;
  background-color: #e3b7d4;
}

.list-group-item-accent.list-group-item-action.active {
  color: #fff;
  background-color: #5e2149;
  border-color: #5e2149;
}

.close {
  float: right;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  color: #333333;
  text-shadow: none;
  opacity: .5;
}

.close:hover {
  color: #333333;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #666666;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 0.1875rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.594rem 1rem;
  border-bottom: 1px solid #cccccc;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.modal-header .close {
  padding: 0.594rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.714;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.25rem;
  border-top: 0 solid #cccccc;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.714;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 1.5355rem;
  height: 0.76775rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.76775rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.76775rem 0.76775rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.76775rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.76775rem;
  height: 1.5355rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.76775rem 0.76775rem 0.76775rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.76775rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.76775rem 0.76775rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.76775rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.76775rem;
  height: 1.5355rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.76775rem 0 0.76775rem 0.76775rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.1875rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.714;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 0.1875rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.1875rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #cccccc;
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.1875rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #cccccc;
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #cccccc;
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #fff;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.1875rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #cccccc;
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.45rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.625rem 1.25rem;
  color: #333333;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #00a3e2 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007eaf !important;
}

.bg-secondary {
  background-color: #cccccc !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #b3b3b3 !important;
}

.bg-success {
  background-color: #00ea57 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00b744 !important;
}

.bg-info {
  background-color: #00a3e2 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #007eaf !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #ff2c00 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc2300 !important;
}

.bg-light {
  background-color: #f2f2f2 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d9d9d9 !important;
}

.bg-dark {
  background-color: #0C2237 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #03080d !important;
}

.bg-primary-100 {
  background-color: #33B5E7 !important;
}

a.bg-primary-100:hover,
a.bg-primary-100:focus,
button.bg-primary-100:hover,
button.bg-primary-100:focus {
  background-color: #189ccf !important;
}

.bg-grey {
  background-color: #cccccc !important;
}

a.bg-grey:hover,
a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #b3b3b3 !important;
}

.bg-accent {
  background-color: #b43f8d !important;
}

a.bg-accent:hover,
a.bg-accent:focus,
button.bg-accent:hover,
button.bg-accent:focus {
  background-color: #8e326f !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #d6d6d6 !important;
}

.border-top {
  border-top: 1px solid #d6d6d6 !important;
}

.border-right {
  border-right: 1px solid #d6d6d6 !important;
}

.border-bottom {
  border-bottom: 1px solid #d6d6d6 !important;
}

.border-left {
  border-left: 1px solid #d6d6d6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #00a3e2 !important;
}

.border-secondary {
  border-color: #cccccc !important;
}

.border-success {
  border-color: #00ea57 !important;
}

.border-info {
  border-color: #00a3e2 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #ff2c00 !important;
}

.border-light {
  border-color: #f2f2f2 !important;
}

.border-dark {
  border-color: #0C2237 !important;
}

.border-primary-100 {
  border-color: #33B5E7 !important;
}

.border-grey {
  border-color: #cccccc !important;
}

.border-accent {
  border-color: #b43f8d !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.1875rem !important;
}

.rounded {
  border-radius: 0.1875rem !important;
}

.rounded-top {
  border-top-left-radius: 0.1875rem !important;
  border-top-right-radius: 0.1875rem !important;
}

.rounded-right {
  border-top-right-radius: 0.1875rem !important;
  border-bottom-right-radius: 0.1875rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important;
}

.rounded-left {
  border-top-left-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important;
}

.rounded-lg {
  border-radius: 0.1875rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !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;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}

.m-2 {
  margin: 0.625rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.625rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.625rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.625rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.625rem !important;
}

.m-3 {
  margin: 1.25rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.25rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.25rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.25rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.25rem !important;
}

.m-4 {
  margin: 1.875rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.875rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.875rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.875rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.875rem !important;
}

.m-5 {
  margin: 2.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}

.p-2 {
  padding: 0.625rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.625rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.625rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.625rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.625rem !important;
}

.p-3 {
  padding: 1.25rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.25rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.25rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.25rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.25rem !important;
}

.p-4 {
  padding: 1.875rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.875rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.875rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.875rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.875rem !important;
}

.p-5 {
  padding: 2.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2.5rem !important;
}

.m-n1 {
  margin: -0.5rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important;
}

.m-n2 {
  margin: -0.625rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.625rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.625rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.625rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.625rem !important;
}

.m-n3 {
  margin: -1.25rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1.25rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1.25rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1.25rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1.25rem !important;
}

.m-n4 {
  margin: -1.875rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.875rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.875rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.875rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.875rem !important;
}

.m-n5 {
  margin: -2.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.5rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  .m-sm-2 {
    margin: 0.625rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.625rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.625rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.625rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.625rem !important;
  }

  .m-sm-3 {
    margin: 1.25rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.25rem !important;
  }

  .m-sm-4 {
    margin: 1.875rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.875rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.875rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.875rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.875rem !important;
  }

  .m-sm-5 {
    margin: 2.5rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2.5rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.5rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }

  .p-sm-2 {
    padding: 0.625rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.625rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.625rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.625rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.625rem !important;
  }

  .p-sm-3 {
    padding: 1.25rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.25rem !important;
  }

  .p-sm-4 {
    padding: 1.875rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.875rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.875rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.875rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.875rem !important;
  }

  .p-sm-5 {
    padding: 2.5rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2.5rem !important;
  }

  .m-sm-n1 {
    margin: -0.5rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n2 {
    margin: -0.625rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.625rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.625rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.625rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.625rem !important;
  }

  .m-sm-n3 {
    margin: -1.25rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n4 {
    margin: -1.875rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.875rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.875rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.875rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.875rem !important;
  }

  .m-sm-n5 {
    margin: -2.5rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2.5rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.5rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }

  .m-md-2 {
    margin: 0.625rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.625rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.625rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.625rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.625rem !important;
  }

  .m-md-3 {
    margin: 1.25rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1.25rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.25rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.25rem !important;
  }

  .m-md-4 {
    margin: 1.875rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.875rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.875rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.875rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.875rem !important;
  }

  .m-md-5 {
    margin: 2.5rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 2.5rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 2.5rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 2.5rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.5rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }

  .p-md-2 {
    padding: 0.625rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.625rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.625rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.625rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.625rem !important;
  }

  .p-md-3 {
    padding: 1.25rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1.25rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1.25rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1.25rem !important;
  }

  .p-md-4 {
    padding: 1.875rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.875rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.875rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.875rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.875rem !important;
  }

  .p-md-5 {
    padding: 2.5rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 2.5rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 2.5rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 2.5rem !important;
  }

  .m-md-n1 {
    margin: -0.5rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important;
  }

  .m-md-n2 {
    margin: -0.625rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.625rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.625rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.625rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.625rem !important;
  }

  .m-md-n3 {
    margin: -1.25rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.25rem !important;
  }

  .m-md-n4 {
    margin: -1.875rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.875rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.875rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.875rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.875rem !important;
  }

  .m-md-n5 {
    margin: -2.5rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2.5rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.5rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .m-lg-2 {
    margin: 0.625rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.625rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.625rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.625rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.625rem !important;
  }

  .m-lg-3 {
    margin: 1.25rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.25rem !important;
  }

  .m-lg-4 {
    margin: 1.875rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.875rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.875rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.875rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.875rem !important;
  }

  .m-lg-5 {
    margin: 2.5rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2.5rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.5rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .p-lg-2 {
    padding: 0.625rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.625rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.625rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.625rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.625rem !important;
  }

  .p-lg-3 {
    padding: 1.25rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.25rem !important;
  }

  .p-lg-4 {
    padding: 1.875rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.875rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.875rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.875rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.875rem !important;
  }

  .p-lg-5 {
    padding: 2.5rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2.5rem !important;
  }

  .m-lg-n1 {
    margin: -0.5rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n2 {
    margin: -0.625rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.625rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.625rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.625rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.625rem !important;
  }

  .m-lg-n3 {
    margin: -1.25rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n4 {
    margin: -1.875rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.875rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.875rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.875rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.875rem !important;
  }

  .m-lg-n5 {
    margin: -2.5rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2.5rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.5rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  .m-xl-2 {
    margin: 0.625rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.625rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.625rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.625rem !important;
  }

  .m-xl-3 {
    margin: 1.25rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.25rem !important;
  }

  .m-xl-4 {
    margin: 1.875rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.875rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.875rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.875rem !important;
  }

  .m-xl-5 {
    margin: 2.5rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2.5rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.5rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }

  .p-xl-2 {
    padding: 0.625rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.625rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.625rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.625rem !important;
  }

  .p-xl-3 {
    padding: 1.25rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.25rem !important;
  }

  .p-xl-4 {
    padding: 1.875rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.875rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.875rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.875rem !important;
  }

  .p-xl-5 {
    padding: 2.5rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2.5rem !important;
  }

  .m-xl-n1 {
    margin: -0.5rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n2 {
    margin: -0.625rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.625rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.625rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.625rem !important;
  }

  .m-xl-n3 {
    margin: -1.25rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n4 {
    margin: -1.875rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.875rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.875rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.875rem !important;
  }

  .m-xl-n5 {
    margin: -2.5rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2.5rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #00a3e2 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #006c96 !important;
}

.text-secondary {
  color: #cccccc !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #a6a6a6 !important;
}

.text-success {
  color: #00ea57 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #009e3b !important;
}

.text-info {
  color: #00a3e2 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #006c96 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #ff2c00 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #b31f00 !important;
}

.text-light {
  color: #f2f2f2 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cccccc !important;
}

.text-dark {
  color: #0C2237 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

.text-primary-100 {
  color: #33B5E7 !important;
}

a.text-primary-100:hover,
a.text-primary-100:focus {
  color: #168bb8 !important;
}

.text-grey {
  color: #cccccc !important;
}

a.text-grey:hover,
a.text-grey:focus {
  color: #a6a6a6 !important;
}

.text-accent {
  color: #b43f8d !important;
}

a.text-accent:hover,
a.text-accent:focus {
  color: #7b2b61 !important;
}

.text-body {
  color: #333333 !important;
}

.text-muted {
  color: #666666 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #a3a3a3;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d6d6d6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #d6d6d6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #d6d6d6;
  }
}

.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 68px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.alert .alert-icon {
  margin-right: 1.25rem;
}

.alert.alert-inline {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.alert-dismissible .close {
  padding: 0.4rem .85rem;
}

.alert-primary {
  background-color: #f2f2f2;
  color: #333333;
}

.alert-primary .alert-heading {
  color: #00a3e2;
  margin-bottom: 0;
}

.alert-primary .alert-heading + p {
  margin-top: 0.5rem;
}

.alert-primary p + p {
  margin-top: 0.5rem;
}

.alert-primary p:last-of-type {
  margin-bottom: 0;
}

.alert-primary-100 {
  background-color: #f2f2f2;
  color: #333333;
}

.alert-primary-100 .alert-heading {
  color: #33B5E7;
  margin-bottom: 0;
}

.alert-primary-100 .alert-heading + p {
  margin-top: 0.5rem;
}

.alert-primary-100 p + p {
  margin-top: 0.5rem;
}

.alert-primary-100 p:last-of-type {
  margin-bottom: 0;
}

.alert-secondary {
  background-color: #f2f2f2;
  color: #333333;
}

.alert-secondary .alert-heading {
  color: #cccccc;
  margin-bottom: 0;
}

.alert-secondary .alert-heading + p {
  margin-top: 0.5rem;
}

.alert-secondary p + p {
  margin-top: 0.5rem;
}

.alert-secondary p:last-of-type {
  margin-bottom: 0;
}

.alert-success {
  background-color: #f2f2f2;
  color: #333333;
}

.alert-success .alert-heading {
  color: #00ea57;
  margin-bottom: 0;
}

.alert-success .alert-heading + p {
  margin-top: 0.5rem;
}

.alert-success p + p {
  margin-top: 0.5rem;
}

.alert-success p:last-of-type {
  margin-bottom: 0;
}

.alert-warning {
  background-color: #f2f2f2;
  color: #333333;
}

.alert-warning .alert-heading {
  color: #ffc107;
  margin-bottom: 0;
}

.alert-warning .alert-heading + p {
  margin-top: 0.5rem;
}

.alert-warning p + p {
  margin-top: 0.5rem;
}

.alert-warning p:last-of-type {
  margin-bottom: 0;
}

.alert-danger {
  background-color: #f2f2f2;
  color: #333333;
}

.alert-danger .alert-heading {
  color: #ff2c00;
  margin-bottom: 0;
}

.alert-danger .alert-heading + p {
  margin-top: 0.5rem;
}

.alert-danger p + p {
  margin-top: 0.5rem;
}

.alert-danger p:last-of-type {
  margin-bottom: 0;
}

.alert-grey {
  background-color: #f2f2f2;
  color: #333333;
}

.alert-grey .alert-heading {
  color: #cccccc;
  margin-bottom: 0;
}

.alert-grey .alert-heading + p {
  margin-top: 0.5rem;
}

.alert-grey p + p {
  margin-top: 0.5rem;
}

.alert-grey p:last-of-type {
  margin-bottom: 0;
}

.alert-accent {
  background-color: #f2f2f2;
  color: #333333;
}

.alert-accent .alert-heading {
  color: #b43f8d;
  margin-bottom: 0;
}

.alert-accent .alert-heading + p {
  margin-top: 0.5rem;
}

.alert-accent p + p {
  margin-top: 0.5rem;
}

.alert-accent p:last-of-type {
  margin-bottom: 0;
}

.alert-info {
  background-color: #f2f2f2;
  color: #333333;
}

.alert-info .alert-heading {
  color: #00a3e2;
  margin-bottom: 0;
}

.alert-info .alert-heading + p {
  margin-top: 0.5rem;
}

.alert-info p + p {
  margin-top: 0.5rem;
}

.alert-info p:last-of-type {
  margin-bottom: 0;
}

.alert-light {
  background-color: #f2f2f2;
  color: #333333;
}

.alert-light .alert-heading {
  color: #f2f2f2;
  margin-bottom: 0;
}

.alert-light .alert-heading + p {
  margin-top: 0.5rem;
}

.alert-light p + p {
  margin-top: 0.5rem;
}

.alert-light p:last-of-type {
  margin-bottom: 0;
}

.alert-dark {
  background-color: #f2f2f2;
  color: #333333;
}

.alert-dark .alert-heading {
  color: #0C2237;
  margin-bottom: 0;
}

.alert-dark .alert-heading + p {
  margin-top: 0.5rem;
}

.alert-dark p + p {
  margin-top: 0.5rem;
}

.alert-dark p:last-of-type {
  margin-bottom: 0;
}

.fresh-backdrop {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1040;
}

.fresh-backdrop--visible {
  display: block;
}

.card--tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}

.card-header {
  font-weight: bold;
}

.card-header .btn-icon {
  margin-top: -8px;
  margin-bottom: -5px;
  margin-right: -12px;
}

.card-footer {
  padding: 0;
  border-top: 0;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cards-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cards-list__item:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cards-list__item:not(:last-of-type) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.cards-list__item .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cards-list__item .cards-list__icon {
  position: relative;
  left: -0.25rem;
  margin-right: 1.25rem;
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cards-list__item .card-body {
  display: none;
}

.cards-list__item:not(.cards-list__item--open) .card-header {
  border-bottom: 0;
}

.cards-list__item--open .card-body {
  display: block;
  -webkit-box-shadow: inset 4px 0 0 0 #00a3e2;
          box-shadow: inset 4px 0 0 0 #00a3e2;
}

.cards-list__item--open .cards-list__icon {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.cards-list__actions {
  margin-left: auto;
}

.cards-list__actions .btn-icon + .btn-icon {
  margin-left: 1rem;
}

.color-picker--sm > .color-picker__button {
  padding: 0.375rem 2.5rem;
  height: 2rem;
}

.color-picker--sm > .color-picker__button:before {
  right: 0.5rem;
}

.color-picker--md > .color-picker__button {
  padding: 0.7814rem 2.5rem;
  height: 3rem;
}

.color-picker--lg > .color-picker__button {
  padding: 1.2814rem 2.5rem;
  height: 4rem;
}

.color-picker--lg > .color-picker__button:before {
  height: 1.5rem;
  width: 1.5rem;
}

.color-picker__list {
  min-height: 60px;
  max-height: 150px;
  width: 182px;
  border: 1px solid #cccccc;
  border-radius: 0.1875rem;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  margin-top: 8px;
  font-size: 0;
  position: absolute;
  z-index: 1;
  overflow-y: auto;
  padding: 20px 10px 5px;
  display: none;
  grid-template-columns: auto auto auto auto auto;
}

.color-picker__list--open,
.color-picker__list.open {
  display: grid;
}

.color-picker__swatch {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  border: none;
  position: relative;
  place-self: center;
  margin: 0 5px 10px 5px;
}

.color-picker__swatch:focus {
  border-color: #00a3e2;
  outline: 0;
  -webkit-box-shadow: 0 0 10px 0 #00a3e2;
          box-shadow: 0 0 10px 0 #00a3e2;
}

.color-picker__swatch.selected:before {
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  background: url("../assets/icons/ok-basic.svg") center left 0 no-repeat;
  background-size: cover;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.color-picker__button {
  width: 100%;
  min-width: 182px;
  position: relative;
  height: 3rem;
}

.color-picker__button:before {
  content: '';
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  background: url("../assets/icons/paint-palette.svg") center left 0 no-repeat;
  background-size: cover;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.color-picker__button:disabled:before {
  background-position: 25% 0;
}

.color-picker__swatch.h1-c1,
.color-picker__button.h1-c1 {
  background-color: #FF2C00;
}

.color-picker__swatch.h1-c1:before,
.color-picker__button.h1-c1:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c1.selected:before,
.color-picker__button.h1-c1.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c2,
.color-picker__button.h1-c2 {
  background-color: #E54576;
}

.color-picker__swatch.h1-c2:before,
.color-picker__button.h1-c2:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c2.selected:before,
.color-picker__button.h1-c2.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c3,
.color-picker__button.h1-c3 {
  background-color: #B43F8D;
}

.color-picker__swatch.h1-c3:before,
.color-picker__button.h1-c3:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c3.selected:before,
.color-picker__button.h1-c3.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c4,
.color-picker__button.h1-c4 {
  background-color: #891765;
}

.color-picker__swatch.h1-c4:before,
.color-picker__button.h1-c4:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c4.selected:before,
.color-picker__button.h1-c4.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c5,
.color-picker__button.h1-c5 {
  background-color: #3F3A6E;
}

.color-picker__swatch.h1-c5:before,
.color-picker__button.h1-c5:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c5.selected:before,
.color-picker__button.h1-c5.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c6,
.color-picker__button.h1-c6 {
  background-color: #74AC2E;
}

.color-picker__swatch.h1-c6:before,
.color-picker__button.h1-c6:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c6.selected:before,
.color-picker__button.h1-c6.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c7,
.color-picker__button.h1-c7 {
  background-color: #8FDF3F;
}

.color-picker__swatch.h1-c8,
.color-picker__button.h1-c8 {
  background-color: #D9C000;
}

.color-picker__swatch.h1-c9,
.color-picker__button.h1-c9 {
  background-color: #FFA600;
}

.color-picker__swatch.h1-c10,
.color-picker__button.h1-c10 {
  background-color: #FF773F;
}

.color-picker__swatch.h1-c11,
.color-picker__button.h1-c11 {
  background-color: #00576C;
}

.color-picker__swatch.h1-c11:before,
.color-picker__button.h1-c11:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c11.selected:before,
.color-picker__button.h1-c11.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c12,
.color-picker__button.h1-c12 {
  background-color: #00649D;
}

.color-picker__swatch.h1-c12:before,
.color-picker__button.h1-c12:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c12.selected:before,
.color-picker__button.h1-c12.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c13,
.color-picker__button.h1-c13 {
  background-color: #00B0DD;
}

.color-picker__swatch.h1-c13:before,
.color-picker__button.h1-c13:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c13.selected:before,
.color-picker__button.h1-c13.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c14,
.color-picker__button.h1-c14 {
  background-color: #00C09D;
}

.color-picker__swatch.h1-c14:before,
.color-picker__button.h1-c14:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c14.selected:before,
.color-picker__button.h1-c14.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c15,
.color-picker__button.h1-c15 {
  background-color: #029152;
}

.color-picker__swatch.h1-c15:before,
.color-picker__button.h1-c15:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c15.selected:before,
.color-picker__button.h1-c15.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c16,
.color-picker__button.h1-c16 {
  background-color: #CE8C21;
}

.color-picker__swatch.h1-c16:before,
.color-picker__button.h1-c16:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c16.selected:before,
.color-picker__button.h1-c16.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c17,
.color-picker__button.h1-c17 {
  background-color: #8B693B;
}

.color-picker__swatch.h1-c17:before,
.color-picker__button.h1-c17:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c17.selected:before,
.color-picker__button.h1-c17.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c18,
.color-picker__button.h1-c18 {
  background-color: #92ABB1;
}

.color-picker__swatch.h1-c19,
.color-picker__button.h1-c19 {
  background-color: #616E7B;
}

.color-picker__swatch.h1-c19:before,
.color-picker__button.h1-c19:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c19.selected:before,
.color-picker__button.h1-c19.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c20,
.color-picker__button.h1-c20 {
  background-color: #1F343E;
}

.color-picker__swatch.h1-c20:before,
.color-picker__button.h1-c20:before {
  background-position: 50% 0;
}

.color-picker__swatch.h1-c20.selected:before,
.color-picker__button.h1-c20.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c1,
.color-picker__button.h2-c1 {
  background-color: #FF4E20;
}

.color-picker__swatch.h2-c1:before,
.color-picker__button.h2-c1:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c1.selected:before,
.color-picker__button.h2-c1.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c2,
.color-picker__button.h2-c2 {
  background-color: #ED678B;
}

.color-picker__swatch.h2-c2:before,
.color-picker__button.h2-c2:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c2.selected:before,
.color-picker__button.h2-c2.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c3,
.color-picker__button.h2-c3 {
  background-color: #C867A5;
}

.color-picker__swatch.h2-c3:before,
.color-picker__button.h2-c3:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c3.selected:before,
.color-picker__button.h2-c3.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c4,
.color-picker__button.h2-c4 {
  background-color: #A74D86;
}

.color-picker__swatch.h2-c4:before,
.color-picker__button.h2-c4:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c4.selected:before,
.color-picker__button.h2-c4.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c5,
.color-picker__button.h2-c5 {
  background-color: #675E90;
}

.color-picker__swatch.h2-c5:before,
.color-picker__button.h2-c5:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c5.selected:before,
.color-picker__button.h2-c5.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c6,
.color-picker__button.h2-c6 {
  background-color: #8FBB56;
}

.color-picker__swatch.h2-c7,
.color-picker__button.h2-c7 {
  background-color: #A4E265;
}

.color-picker__swatch.h2-c8,
.color-picker__button.h2-c8 {
  background-color: #E1C849;
}

.color-picker__swatch.h2-c9,
.color-picker__button.h2-c9 {
  background-color: #FFB348;
}

.color-picker__swatch.h2-c10,
.color-picker__button.h2-c10 {
  background-color: #FF9161;
}

.color-picker__swatch.h2-c11,
.color-picker__button.h2-c11 {
  background-color: #3A7A8F;
}

.color-picker__swatch.h2-c11:before,
.color-picker__button.h2-c11:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c11.selected:before,
.color-picker__button.h2-c11.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c12,
.color-picker__button.h2-c12 {
  background-color: #4A83B5;
}

.color-picker__swatch.h2-c12:before,
.color-picker__button.h2-c12:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c12.selected:before,
.color-picker__button.h2-c12.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c13,
.color-picker__button.h2-c13 {
  background-color: #52BEE5;
}

.color-picker__swatch.h2-c14,
.color-picker__button.h2-c14 {
  background-color: #51CCAD;
}

.color-picker__swatch.h2-c15,
.color-picker__button.h2-c15 {
  background-color: #4BA870;
}

.color-picker__swatch.h2-c15:before,
.color-picker__button.h2-c15:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c15.selected:before,
.color-picker__button.h2-c15.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c16,
.color-picker__button.h2-c16 {
  background-color: #DCA04C;
}

.color-picker__swatch.h2-c17,
.color-picker__button.h2-c17 {
  background-color: #A6855A;
}

.color-picker__swatch.h2-c17:before,
.color-picker__button.h2-c17:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c17.selected:before,
.color-picker__button.h2-c17.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c18,
.color-picker__button.h2-c18 {
  background-color: #9ABBC3;
}

.color-picker__swatch.h2-c19,
.color-picker__button.h2-c19 {
  background-color: #798A9A;
}

.color-picker__swatch.h2-c19:before,
.color-picker__button.h2-c19:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c19.selected:before,
.color-picker__button.h2-c19.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c20,
.color-picker__button.h2-c20 {
  background-color: #425D6A;
}

.color-picker__swatch.h2-c20:before,
.color-picker__button.h2-c20:before {
  background-position: 50% 0;
}

.color-picker__swatch.h2-c20.selected:before,
.color-picker__button.h2-c20.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h3-c1,
.color-picker__button.h3-c1 {
  background-color: #FF6739;
}

.color-picker__swatch.h3-c1:before,
.color-picker__button.h3-c1:before {
  background-position: 50% 0;
}

.color-picker__swatch.h3-c1.selected:before,
.color-picker__button.h3-c1.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h3-c2,
.color-picker__button.h3-c2 {
  background-color: #F3849F;
}

.color-picker__swatch.h3-c3,
.color-picker__button.h3-c3 {
  background-color: #DB8DBE;
}

.color-picker__swatch.h3-c4,
.color-picker__button.h3-c4 {
  background-color: #C57BA8;
}

.color-picker__swatch.h3-c5,
.color-picker__button.h3-c5 {
  background-color: #8F87B4;
}

.color-picker__swatch.h3-c5:before,
.color-picker__button.h3-c5:before {
  background-position: 50% 0;
}

.color-picker__swatch.h3-c5.selected:before,
.color-picker__button.h3-c5.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h3-c6,
.color-picker__button.h3-c6 {
  background-color: #A8CA7B;
}

.color-picker__swatch.h3-c7,
.color-picker__button.h3-c7 {
  background-color: #B7E485;
}

.color-picker__swatch.h3-c8,
.color-picker__button.h3-c8 {
  background-color: #E7D172;
}

.color-picker__swatch.h3-c9,
.color-picker__button.h3-c9 {
  background-color: #FFC171;
}

.color-picker__swatch.h3-c10,
.color-picker__button.h3-c10 {
  background-color: #FFAA81;
}

.color-picker__swatch.h3-c11,
.color-picker__button.h3-c11 {
  background-color: #639EB3;
}

.color-picker__swatch.h3-c11:before,
.color-picker__button.h3-c11:before {
  background-position: 50% 0;
}

.color-picker__swatch.h3-c11.selected:before,
.color-picker__button.h3-c11.selected:before {
  background-position: 50% 0;
}

.color-picker__swatch.h3-c12,
.color-picker__button.h3-c12 {
  background-color: #76A2CD;
}

.color-picker__swatch.h3-c13,
.color-picker__button.h3-c13 {
  background-color: #79CDEE;
}

.color-picker__swatch.h3-c14,
.color-picker__button.h3-c14 {
  background-color: #78D7BD;
}

.color-picker__swatch.h3-c15,
.color-picker__button.h3-c15 {
  background-color: #76BE90;
}

.color-picker__swatch.h3-c16,
.color-picker__button.h3-c16 {
  background-color: #E8B472;
}

.color-picker__swatch.h3-c17,
.color-picker__button.h3-c17 {
  background-color: #C2A27A;
}

.color-picker__swatch.h3-c18,
.color-picker__button.h3-c18 {
  background-color: #A2CBD5;
}

.color-picker__swatch.h3-c19,
.color-picker__button.h3-c19 {
  background-color: #91A8BB;
}

.color-picker__swatch.h3-c20,
.color-picker__button.h3-c20 {
  background-color: #678999;
}

.color-picker__swatch.h3-c20:before,
.color-picker__button.h3-c20:before {
  background-position: 50% 0;
}

.color-picker__swatch.h3-c20.selected:before,
.color-picker__button.h3-c20.selected:before {
  background-position: 50% 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .color-picker__list {
    padding: 20px 15px 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  min-width: 200px;
}

.dropdown-menu .dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
}

.dropdown-menu .dropdown-menu .dropdown-item {
  padding-left: 1.875rem;
}

.dropdown-menu .dropdown-menu .dropdown-item-sm {
  padding-left: 0.625rem;
}

.dropdown-toggle {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  cursor: pointer;
}

.dropdown-toggle:not(.btn):not(.dropdown-item):not(.selector__trigger) {
  padding-left: 0;
  padding-right: 0;
}

.dropdown .dropdown-toggle:after,
.dropup .dropdown-toggle:after {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  cursor: pointer;
  margin-left: 1.25rem;
  width: 18px;
  height: 11px;
  display: inline-block;
  vertical-align: baseline;
  border: none;
  background: url("../assets/custom-icons/chevron-fat-plain.svg") 0 0 no-repeat;
  background-size: 54px 11px;
}

.dropup > .dropdown-toggle:after,
.dropdown.show > .dropdown-toggle:after {
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}

.dropdown > .dropdown-toggle:after,
.dropup.show > .dropdown-toggle:after {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}

.dropdown-toggle.btn-primary:after,
.show .dropdown-toggle.btn-secondary:after {
  background-position: 100% 0;
}

.dropdown-toggle.dropdown-item {
  position: relative;
  padding-right: 2.5rem;
}

.dropdown-toggle.dropdown-item:after {
  top: 1.15rem;
  right: 1.25rem;
  position: absolute;
}

.dropdown .dropdown .dropdown-toggle {
  border-bottom: 1px solid #cccccc;
  line-height: 22px;
}

.dropdown .dropdown-toggle.dropdown-toggle-split,
.dropup .dropdown-toggle.dropdown-toggle-split {
  margin-left: 2px;
}

.dropdown .dropdown-toggle.dropdown-toggle-split:after,
.dropup .dropdown-toggle.dropdown-toggle-split:after {
  margin-left: 0;
}

.dropdown-item {
  padding: 0.7814rem 1.25rem;
}

.dropdown-item-sm {
  padding: 0.375rem 0.5rem;
  font-size: 0.75rem;
}

.dropdown-item.active,
.dropdown-item:active {
  font-weight: 700;
}

.dropdown-item:last-of-type {
  border-bottom: 0;
}

.dropzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 2px dashed #a3a3a3;
}

.dropzone-state {
  background: url("../assets/states/state-dropzone.svg") no-repeat center center;
  background-size: cover;
  min-width: 100px;
  min-height: 100px;
  width: 17vw;
  height: 17vw;
}

.dropzone--dragover {
  background-color: rgba(0, 163, 226, 0.05);
  border: 2px dashed #00a3e2;
}

.dropzone--dragover .dropzone-state {
  background-image: url("../assets/states/state-dropzone-active.svg");
}

.selector {
  position: relative;
}

.selector .dropdown-toggle::after {
  display: none;
}

.selector:before {
  pointer-events: none;
  display: block;
  content: '';
  width: 1rem;
  height: 1rem;
  background: url("../assets/icons/chevron-down.svg") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.selector--sm:before {
  right: 0.5rem;
}

.selector--lg:before {
  width: 1.5rem;
  height: 1.5rem;
}

.selector--inline .selector_loader {
  top: 50%;
}

.selector--inline:before {
  top: calc(calc(1.714em + 1.4378rem + 1px) / 2);
}

.selector--inline.selector--sm:before {
  top: calc(calc(1.5em + 0.75rem + 2px) / 2);
}

.selector--inline.selector--lg:before {
  top: calc(calc(1.5em + 2.5628rem + 2px) / 2);
}

.selector--inline .selector__dropdown {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  position: relative;
}

.selector--inline .selector__dropdown .selector__item {
  border: none;
}

.selector--open:not(.selector--search):not(.selector--calendar):before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.selector--open:not(.selector--search):not(.selector--calendar):before .selector__dropdown {
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.selector--search:before {
  background-image: url("../assets/icons/search.svg");
}

.selector--calendar:before {
  background-image: url("../assets/icons/calendar.svg");
}

.selector--loading:before {
  opacity: 0;
}

.selector--loading .selector__loader {
  opacity: 1;
  z-index: 0;
}

.selector__trigger {
  cursor: pointer;
}

.selector__input,
.selector__trigger {
  padding: 0.7189rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.714;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a3a3a3;
  border-radius: 0.1875rem;
  width: 100%;
  text-align: left;
}

.selector__input:active,
.selector__trigger:active {
  border-color: #00a3e2;
}

.selector__input:hover,
.selector__trigger:hover {
  border-color: #33B5E7;
}

.selector__input:focus,
.selector__trigger:focus {
  border-color: #00a3e2;
  outline: 0;
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.selector__input:disabled,
.selector__input[readonly],
.selector__trigger:disabled,
.selector__trigger[readonly] {
  border-color: #cccccc;
  color: #a3a3a3;
  background-color: #fff;
  opacity: 1;
}

.selector__input:disabled::-webkit-input-placeholder,
.selector__input[readonly]::-webkit-input-placeholder,
.selector__trigger:disabled::-webkit-input-placeholder,
.selector__trigger[readonly]::-webkit-input-placeholder {
  color: #a3a3a3;
}

.selector__input:disabled:-ms-input-placeholder,
.selector__input[readonly]:-ms-input-placeholder,
.selector__trigger:disabled:-ms-input-placeholder,
.selector__trigger[readonly]:-ms-input-placeholder {
  color: #a3a3a3;
}

.selector__input:disabled::-ms-input-placeholder,
.selector__input[readonly]::-ms-input-placeholder,
.selector__trigger:disabled::-ms-input-placeholder,
.selector__trigger[readonly]::-ms-input-placeholder {
  color: #a3a3a3;
}

.selector__input:disabled::placeholder,
.selector__input[readonly]::placeholder,
.selector__trigger:disabled::placeholder,
.selector__trigger[readonly]::placeholder {
  color: #a3a3a3;
}

.selector--open .selector__input,
.selector--open .selector__trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #00a3e2;
}

.selector__input--sm,
.selector__trigger--sm {
  padding: 0.3125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  min-height: 1.875rem;
}

.selector__input--lg,
.selector__trigger--lg {
  padding: 0.78125rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  height: calc(1.5em + 2.5628rem + 2px);
}

.selector__input {
  color: #333333;
}

.selector__input::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}

.selector__input:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}

.selector__input::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}

.selector__input::placeholder {
  color: #666666;
  opacity: 1;
}

.selector__dropdown {
  top: 100%;
  width: 100%;
  position: absolute;
  z-index: 1000;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #d6d6d6;
  max-height: 20rem;
  overflow: auto;
  background: #fff;
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.selector__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.selector__items li {
  position: relative;
}

.selector__items .selector__items li:not(:last-child) .selector__item {
  border-bottom: 0;
}

.selector__items .selector__items .selector__item.custom-control .custom-control-label {
  padding-left: 2.75rem;
}

.selector__items .selector__items .selector__item.custom-control .custom-control-label:before,
.selector__items .selector__items .selector__item.custom-control .custom-control-label:after {
  left: 1.25rem;
}

.selector__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0.8125rem 1.25rem;
  border-bottom: 1px solid #f2f2f2;
  clear: both;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.selector__item--sm {
  padding: 0.375rem 0.5rem;
  font-size: 0.75rem;
}

.selector__item--sm .selector__group-label {
  padding: 0.375rem 0.5rem;
  margin: 0;
  font-size: 0.75rem;
}

.selector__item--sm.selector__item--grouped {
  padding-left: 1.5rem;
}

.selector__item--grouped {
  padding-left: 2.125rem;
}

.selector__item--all {
  border-bottom: 1px solid #cccccc;
}

.selector__item:not(.custom-control):hover,
.selector__item:not(.custom-control):focus {
  color: #333333;
  text-decoration: none;
  background: #f2f2f2;
}

.selector__item:not(.custom-control):focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
  outline: 1px solid #00a3e2;
}

.selector__item:not(.custom-control).active,
.selector__item:not(.custom-control):active {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background: #00a3e2;
}

.selector__item:not(.custom-control).active:hover,
.selector__item:not(.custom-control):active:hover {
  color: #fff;
}

.selector__item:not(.custom-control).disabled,
.selector__item:not(.custom-control).disabled:hover,
.selector__item:not(.custom-control).disabled.active,
.selector__item:not(.custom-control).disabled.active:hover {
  color: #666666;
  background-color: transparent;
}

.selector__item.custom-control {
  padding: 0;
}

.selector__item.custom-control .custom-control-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.875rem;
  display: block;
  line-height: 1.75;
  padding: 0.8125rem 1.25rem 0.8125rem 2.125rem;
}

.selector__item.custom-control .custom-control-label:before,
.selector__item.custom-control .custom-control-label:after {
  top: 1.09375rem;
  left: 0.625rem;
}

.selector__item--sm.custom-control .custom-control-label {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
}

.selector__item--sm.custom-control .custom-control-label:before,
.selector__item--sm.custom-control .custom-control-label:after {
  top: 0.5625rem;
}

.selector a.selector__item .selector__inactive-icon {
  position: relative;
  margin-right: 0.5rem;
  vertical-align: middle;
  left: 0;
  top: 0;
  -webkit-transform: initial;
          transform: initial;
}

.selector__group-trigger {
  display: block;
  content: '';
  width: 1rem;
  height: 1rem;
  background: url("../assets/icons/chevron-down.svg") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  cursor: pointer;
}

.selector__group-trigger--open {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.selector__group-count {
  margin-right: 2rem;
  color: #666666;
}

.selector__group-label {
  padding: 0.8125rem 1.25rem;
  margin: 0;
}

.selector__repository-items {
  padding: 0.5rem;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
}

.selector__empty-state {
  padding: 0.375rem 0.5rem;
  font-size: 0.75rem;
  margin: 0;
  font-style: italic;
  background: #f2f2f2;
  color: #666666;
}

.selector__inactive-icon {
  background-color: #a3a3a3;
  width: .25rem;
  height: .25rem;
  border-radius: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 35px;
}

.selector__items li > .selector__inactive-icon {
  left: 10px;
}

.selector__items li > .selector__inactive-icon + .selector__item {
  padding-left: 24px;
}

.selector__items .selector__group-header .custom-control-label {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selector__items .selector__group-header.selector__item--sm + .selector__items li > .selector__inactive-icon {
  left: 10px;
}

.selector__items .selector__group-header.selector__item--sm + .selector__items li > .selector__inactive-icon + .selector__item--grouped {
  padding-left: 24px;
}

.selector__items .selector__group-header.selector__item--sm + .selector__items .custom-control-input + .selector__inactive-icon {
  left: 46px;
}

.selector__items .selector__group-header.selector__item--sm + .selector__items .custom-control-input + .selector__inactive-icon + label.custom-control-label {
  padding-left: 59px;
}

.selector__items .selector__group-header + .selector__items li > .selector__inactive-icon {
  left: 15px;
}

.selector__items .selector__group-header + .selector__items li > .selector__inactive-icon + .selector__item--grouped {
  padding-left: 34px;
}

.selector__items .selector__group-header + .selector__items .custom-control-input + .selector__inactive-icon {
  left: 46px;
}

.selector__items .selector__group-header + .selector__items .custom-control-input + .selector__inactive-icon + label.custom-control-label {
  padding-left: 59px;
}

.custom-control.custom-checkbox .selector__inactive-icon + label.custom-control-label {
  padding-left: 47px;
}

.selector__loader {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 50%;
  margin-top: -.5rem;
  right: 1.25rem;
}

.selector__footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  border-top: 1px solid #cccccc;
}

.selector__footer--sm .btn {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.selector__footer .btn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.badge-primary {
  color: #00a3e2;
  background-color: transparent;
  border: 1px solid #00a3e2;
}

.badge-primary[href]:hover,
.badge-primary[href].hover,
.badge-primary[href].focus,
.badge-primary[href]:focus {
  border-color: #007eaf;
  color: #007eaf;
  text-decoration: none;
  background-color: transparent;
}

.badge-primary-100 {
  color: #33B5E7;
  background-color: transparent;
  border: 1px solid #33B5E7;
}

.badge-primary-100[href]:hover,
.badge-primary-100[href].hover,
.badge-primary-100[href].focus,
.badge-primary-100[href]:focus {
  border-color: #189ccf;
  color: #189ccf;
  text-decoration: none;
  background-color: transparent;
}

.badge-secondary {
  color: #cccccc;
  background-color: transparent;
  border: 1px solid #cccccc;
}

.badge-secondary[href]:hover,
.badge-secondary[href].hover,
.badge-secondary[href].focus,
.badge-secondary[href]:focus {
  border-color: #b3b3b3;
  color: #b3b3b3;
  text-decoration: none;
  background-color: transparent;
}

.badge-success {
  color: #00ea57;
  background-color: transparent;
  border: 1px solid #00ea57;
}

.badge-success[href]:hover,
.badge-success[href].hover,
.badge-success[href].focus,
.badge-success[href]:focus {
  border-color: #00b744;
  color: #00b744;
  text-decoration: none;
  background-color: transparent;
}

.badge-warning {
  color: #ffc107;
  background-color: transparent;
  border: 1px solid #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href].hover,
.badge-warning[href].focus,
.badge-warning[href]:focus {
  border-color: #d39e00;
  color: #d39e00;
  text-decoration: none;
  background-color: transparent;
}

.badge-danger {
  color: #ff2c00;
  background-color: transparent;
  border: 1px solid #ff2c00;
}

.badge-danger[href]:hover,
.badge-danger[href].hover,
.badge-danger[href].focus,
.badge-danger[href]:focus {
  border-color: #cc2300;
  color: #cc2300;
  text-decoration: none;
  background-color: transparent;
}

.badge-grey {
  color: #cccccc;
  background-color: transparent;
  border: 1px solid #cccccc;
}

.badge-grey[href]:hover,
.badge-grey[href].hover,
.badge-grey[href].focus,
.badge-grey[href]:focus {
  border-color: #b3b3b3;
  color: #b3b3b3;
  text-decoration: none;
  background-color: transparent;
}

.badge-accent {
  color: #b43f8d;
  background-color: transparent;
  border: 1px solid #b43f8d;
}

.badge-accent[href]:hover,
.badge-accent[href].hover,
.badge-accent[href].focus,
.badge-accent[href]:focus {
  border-color: #8e326f;
  color: #8e326f;
  text-decoration: none;
  background-color: transparent;
}

.badge-info {
  color: #00a3e2;
  background-color: transparent;
  border: 1px solid #00a3e2;
}

.badge-info[href]:hover,
.badge-info[href].hover,
.badge-info[href].focus,
.badge-info[href]:focus {
  border-color: #007eaf;
  color: #007eaf;
  text-decoration: none;
  background-color: transparent;
}

.badge-light {
  color: #f2f2f2;
  background-color: transparent;
  border: 1px solid #f2f2f2;
}

.badge-light[href]:hover,
.badge-light[href].hover,
.badge-light[href].focus,
.badge-light[href]:focus {
  border-color: #d9d9d9;
  color: #d9d9d9;
  text-decoration: none;
  background-color: transparent;
}

.badge-dark {
  color: #0C2237;
  background-color: transparent;
  border: 1px solid #0C2237;
}

.badge-dark[href]:hover,
.badge-dark[href].hover,
.badge-dark[href].focus,
.badge-dark[href]:focus {
  border-color: #03080d;
  color: #03080d;
  text-decoration: none;
  background-color: transparent;
}

.badge-filled.badge-primary {
  color: #fff;
  background-color: #00a3e2;
  border: none;
}

.badge-filled.badge-primary[href]:hover,
.badge-filled.badge-primary[href].hover,
.badge-filled.badge-primary[href].focus,
.badge-filled.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #007eaf;
}

.badge-filled.badge-primary-100 {
  color: #fff;
  background-color: #33B5E7;
  border: none;
}

.badge-filled.badge-primary-100[href]:hover,
.badge-filled.badge-primary-100[href].hover,
.badge-filled.badge-primary-100[href].focus,
.badge-filled.badge-primary-100[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #189ccf;
}

.badge-filled.badge-secondary {
  color: #333333;
  background-color: #cccccc;
  border: none;
}

.badge-filled.badge-secondary[href]:hover,
.badge-filled.badge-secondary[href].hover,
.badge-filled.badge-secondary[href].focus,
.badge-filled.badge-secondary[href]:focus {
  color: #333333;
  text-decoration: none;
  background-color: #b3b3b3;
}

.badge-filled.badge-success {
  color: #fff;
  background-color: #00ea57;
  border: none;
}

.badge-filled.badge-success[href]:hover,
.badge-filled.badge-success[href].hover,
.badge-filled.badge-success[href].focus,
.badge-filled.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00b744;
}

.badge-filled.badge-warning {
  color: #333333;
  background-color: #ffc107;
  border: none;
}

.badge-filled.badge-warning[href]:hover,
.badge-filled.badge-warning[href].hover,
.badge-filled.badge-warning[href].focus,
.badge-filled.badge-warning[href]:focus {
  color: #333333;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-filled.badge-danger {
  color: #fff;
  background-color: #ff2c00;
  border: none;
}

.badge-filled.badge-danger[href]:hover,
.badge-filled.badge-danger[href].hover,
.badge-filled.badge-danger[href].focus,
.badge-filled.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #cc2300;
}

.badge-filled.badge-grey {
  color: #333333;
  background-color: #cccccc;
  border: none;
}

.badge-filled.badge-grey[href]:hover,
.badge-filled.badge-grey[href].hover,
.badge-filled.badge-grey[href].focus,
.badge-filled.badge-grey[href]:focus {
  color: #333333;
  text-decoration: none;
  background-color: #b3b3b3;
}

.badge-filled.badge-accent {
  color: #fff;
  background-color: #b43f8d;
  border: none;
}

.badge-filled.badge-accent[href]:hover,
.badge-filled.badge-accent[href].hover,
.badge-filled.badge-accent[href].focus,
.badge-filled.badge-accent[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #8e326f;
}

.badge-filled.badge-info {
  color: #fff;
  background-color: #00a3e2;
  border: none;
}

.badge-filled.badge-info[href]:hover,
.badge-filled.badge-info[href].hover,
.badge-filled.badge-info[href].focus,
.badge-filled.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #007eaf;
}

.badge-filled.badge-light {
  color: #333333;
  background-color: #f2f2f2;
  border: none;
}

.badge-filled.badge-light[href]:hover,
.badge-filled.badge-light[href].hover,
.badge-filled.badge-light[href].focus,
.badge-filled.badge-light[href]:focus {
  color: #333333;
  text-decoration: none;
  background-color: #d9d9d9;
}

.badge-filled.badge-dark {
  color: #fff;
  background-color: #0C2237;
  border: none;
}

.badge-filled.badge-dark[href]:hover,
.badge-filled.badge-dark[href].hover,
.badge-filled.badge-dark[href].focus,
.badge-filled.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #03080d;
}

.badge-secondary {
  color: #333333;
}

.badge-secondary[href]:hover,
.badge-secondary[href].hover,
.badge-secondary[href].focus,
.badge-secondary[href]:focus {
  color: #1a1a1a;
}

@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: .2;
  }
}

@keyframes blink {
  0% {
    opacity: .2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: .2;
  }
}

.freshicon {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.freshicon:before {
  display: block;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn .freshicon:before,
.btn .freshicon:hover:before,
.btn .freshicon:active:before {
  left: -0.5rem;
  top: -2px;
  background-position: 50% 0;
}

.btn-link .freshicon:before,
.btn-link .freshicon:hover:before,
.btn-link .freshicon:active:before {
  background-position: 75% 0;
}

.btn-light .freshicon:before,
.btn-light .freshicon:hover:before,
.btn-light .freshicon:active:before {
  background-position: 0 0;
}

.btn-sm .freshicon:before,
.btn-group-sm > .btn .freshicon:before,
.btn-sm .freshicon:hover:before,
.btn-group-sm > .btn .freshicon:hover:before,
.btn-sm .freshicon:active:before,
.btn-group-sm > .btn .freshicon:active:before {
  top: -1px;
}

.freshicon.freshicon-xs:before {
  width: .75rem;
  height: .75rem;
}

.freshicon.freshicon-sm:before {
  width: 1.25rem;
  height: 1.25rem;
}

.freshicon.freshicon-lg:before {
  width: 2rem;
  height: 2rem;
}

.freshicon.freshicon-xl:before {
  width: 3rem;
  height: 3rem;
}

.freshicon.disabled:before {
  background-position: 25% 0;
}

.freshicon-absence-2:before,
.freshicon-menu-absence-2:before {
  background-image: url("../assets/icons/absence-2.svg");
}

.freshicon-menu-absence-2:before,
.freshicon-menu-absence-2:hover:before {
  background-position: 50% 0;
}

.freshicon-absence-3:before,
.freshicon-menu-absence-3:before {
  background-image: url("../assets/icons/absence-3.svg");
}

.freshicon-menu-absence-3:before,
.freshicon-menu-absence-3:hover:before {
  background-position: 50% 0;
}

.freshicon-absence:before,
.freshicon-menu-absence:before {
  background-image: url("../assets/icons/absence.svg");
}

.freshicon-menu-absence:before,
.freshicon-menu-absence:hover:before {
  background-position: 50% 0;
}

.freshicon-add-2:before,
.freshicon-menu-add-2:before {
  background-image: url("../assets/icons/add-2.svg");
}

.freshicon-menu-add-2:before,
.freshicon-menu-add-2:hover:before {
  background-position: 50% 0;
}

.freshicon-add-attachment:before,
.freshicon-menu-add-attachment:before {
  background-image: url("../assets/icons/add-attachment.svg");
}

.freshicon-menu-add-attachment:before,
.freshicon-menu-add-attachment:hover:before {
  background-position: 50% 0;
}

.freshicon-add-comment:before,
.freshicon-menu-add-comment:before {
  background-image: url("../assets/icons/add-comment.svg");
}

.freshicon-menu-add-comment:before,
.freshicon-menu-add-comment:hover:before {
  background-position: 50% 0;
}

.freshicon-add-directories:before,
.freshicon-menu-add-directories:before {
  background-image: url("../assets/icons/add-directories.svg");
}

.freshicon-menu-add-directories:before,
.freshicon-menu-add-directories:hover:before {
  background-position: 50% 0;
}

.freshicon-add-to-req-template:before,
.freshicon-menu-add-to-req-template:before {
  background-image: url("../assets/icons/add-to-req-template.svg");
}

.freshicon-menu-add-to-req-template:before,
.freshicon-menu-add-to-req-template:hover:before {
  background-position: 50% 0;
}

.freshicon-add-user:before,
.freshicon-menu-add-user:before {
  background-image: url("../assets/icons/add-user.svg");
}

.freshicon-menu-add-user:before,
.freshicon-menu-add-user:hover:before {
  background-position: 50% 0;
}

.freshicon-add:before,
.freshicon-menu-add:before {
  background-image: url("../assets/icons/add.svg");
}

.freshicon-menu-add:before,
.freshicon-menu-add:hover:before {
  background-position: 50% 0;
}

.freshicon-adjust-hours:before,
.freshicon-menu-adjust-hours:before {
  background-image: url("../assets/icons/adjust-hours.svg");
}

.freshicon-menu-adjust-hours:before,
.freshicon-menu-adjust-hours:hover:before {
  background-position: 50% 0;
}

.freshicon-adoption-leave:before,
.freshicon-menu-adoption-leave:before {
  background-image: url("../assets/icons/adoption-leave.svg");
}

.freshicon-menu-adoption-leave:before,
.freshicon-menu-adoption-leave:hover:before {
  background-position: 50% 0;
}

.freshicon-agreement:before,
.freshicon-menu-agreement:before {
  background-image: url("../assets/icons/agreement.svg");
}

.freshicon-menu-agreement:before,
.freshicon-menu-agreement:hover:before {
  background-position: 50% 0;
}

.freshicon-alarm:before,
.freshicon-menu-alarm:before {
  background-image: url("../assets/icons/alarm.svg");
}

.freshicon-menu-alarm:before,
.freshicon-menu-alarm:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-circle-full-blue:before,
.freshicon-menu-alert-circle-full-blue:before {
  background-image: url("../assets/icons/alert-circle-full-blue.svg");
}

.freshicon-menu-alert-circle-full-blue:before,
.freshicon-menu-alert-circle-full-blue:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-circle-full-red:before,
.freshicon-menu-alert-circle-full-red:before {
  background-image: url("../assets/icons/alert-circle-full-red.svg");
}

.freshicon-menu-alert-circle-full-red:before,
.freshicon-menu-alert-circle-full-red:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-circle-late:before,
.freshicon-menu-alert-circle-late:before {
  background-image: url("../assets/icons/alert-circle-late.svg");
}

.freshicon-menu-alert-circle-late:before,
.freshicon-menu-alert-circle-late:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-circle-red:before,
.freshicon-menu-alert-circle-red:before {
  background-image: url("../assets/icons/alert-circle-red.svg");
}

.freshicon-menu-alert-circle-red:before,
.freshicon-menu-alert-circle-red:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-circle:before,
.freshicon-menu-alert-circle:before {
  background-image: url("../assets/icons/alert-circle.svg");
}

.freshicon-menu-alert-circle:before,
.freshicon-menu-alert-circle:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-full-yellow:before,
.freshicon-menu-alert-full-yellow:before {
  background-image: url("../assets/icons/alert-full-yellow.svg");
}

.freshicon-menu-alert-full-yellow:before,
.freshicon-menu-alert-full-yellow:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-triangle-orange:before,
.freshicon-menu-alert-triangle-orange:before {
  background-image: url("../assets/icons/alert-triangle-orange.svg");
}

.freshicon-menu-alert-triangle-orange:before,
.freshicon-menu-alert-triangle-orange:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-triangle:before,
.freshicon-menu-alert-triangle:before {
  background-image: url("../assets/icons/alert-triangle.svg");
}

.freshicon-menu-alert-triangle:before,
.freshicon-menu-alert-triangle:hover:before {
  background-position: 50% 0;
}

.freshicon-alert:before,
.freshicon-menu-alert:before {
  background-image: url("../assets/icons/alert.svg");
}

.freshicon-menu-alert:before,
.freshicon-menu-alert:hover:before {
  background-position: 50% 0;
}

.freshicon-announcement:before,
.freshicon-menu-announcement:before {
  background-image: url("../assets/icons/announcement.svg");
}

.freshicon-menu-announcement:before,
.freshicon-menu-announcement:hover:before {
  background-position: 50% 0;
}

.freshicon-approval:before,
.freshicon-menu-approval:before {
  background-image: url("../assets/icons/approval.svg");
}

.freshicon-menu-approval:before,
.freshicon-menu-approval:hover:before {
  background-position: 50% 0;
}

.freshicon-approved-green:before,
.freshicon-menu-approved-green:before {
  background-image: url("../assets/icons/approved-green.svg");
}

.freshicon-menu-approved-green:before,
.freshicon-menu-approved-green:hover:before {
  background-position: 50% 0;
}

.freshicon-archive-document:before,
.freshicon-menu-archive-document:before {
  background-image: url("../assets/icons/archive-document.svg");
}

.freshicon-menu-archive-document:before,
.freshicon-menu-archive-document:hover:before {
  background-position: 50% 0;
}

.freshicon-attach:before,
.freshicon-menu-attach:before {
  background-image: url("../assets/icons/attach.svg");
}

.freshicon-menu-attach:before,
.freshicon-menu-attach:hover:before {
  background-position: 50% 0;
}

.freshicon-attendance:before,
.freshicon-menu-attendance:before {
  background-image: url("../assets/icons/attendance.svg");
}

.freshicon-menu-attendance:before,
.freshicon-menu-attendance:hover:before {
  background-position: 50% 0;
}

.freshicon-audit-log:before,
.freshicon-menu-audit-log:before {
  background-image: url("../assets/icons/audit-log.svg");
}

.freshicon-menu-audit-log:before,
.freshicon-menu-audit-log:hover:before {
  background-position: 50% 0;
}

.freshicon-auto-adjust-columns:before,
.freshicon-menu-auto-adjust-columns:before {
  background-image: url("../assets/icons/auto-adjust-columns.svg");
}

.freshicon-menu-auto-adjust-columns:before,
.freshicon-menu-auto-adjust-columns:hover:before {
  background-position: 50% 0;
}

.freshicon-bank-holiday:before,
.freshicon-menu-bank-holiday:before {
  background-image: url("../assets/icons/bank-holiday.svg");
}

.freshicon-menu-bank-holiday:before,
.freshicon-menu-bank-holiday:hover:before {
  background-position: 50% 0;
}

.freshicon-banking:before,
.freshicon-menu-banking:before {
  background-image: url("../assets/icons/banking.svg");
}

.freshicon-menu-banking:before,
.freshicon-menu-banking:hover:before {
  background-position: 50% 0;
}

.freshicon-bar-graph:before,
.freshicon-menu-bar-graph:before {
  background-image: url("../assets/icons/bar-graph.svg");
}

.freshicon-menu-bar-graph:before,
.freshicon-menu-bar-graph:hover:before {
  background-position: 50% 0;
}

.freshicon-birth:before,
.freshicon-menu-birth:before {
  background-image: url("../assets/icons/birth.svg");
}

.freshicon-menu-birth:before,
.freshicon-menu-birth:hover:before {
  background-position: 50% 0;
}

.freshicon-bonus-gift:before,
.freshicon-menu-bonus-gift:before {
  background-image: url("../assets/icons/bonus-gift.svg");
}

.freshicon-menu-bonus-gift:before,
.freshicon-menu-bonus-gift:hover:before {
  background-position: 50% 0;
}

.freshicon-breadcrumb-folder:before,
.freshicon-menu-breadcrumb-folder:before {
  background-image: url("../assets/icons/breadcrumb-folder.svg");
}

.freshicon-menu-breadcrumb-folder:before,
.freshicon-menu-breadcrumb-folder:hover:before {
  background-position: 50% 0;
}

.freshicon-briefcase:before,
.freshicon-menu-briefcase:before {
  background-image: url("../assets/icons/briefcase.svg");
}

.freshicon-menu-briefcase:before,
.freshicon-menu-briefcase:hover:before {
  background-position: 50% 0;
}

.freshicon-bug-green:before,
.freshicon-menu-bug-green:before {
  background-image: url("../assets/icons/bug-green.svg");
}

.freshicon-menu-bug-green:before,
.freshicon-menu-bug-green:hover:before {
  background-position: 50% 0;
}

.freshicon-bug:before,
.freshicon-menu-bug:before {
  background-image: url("../assets/icons/bug.svg");
}

.freshicon-menu-bug:before,
.freshicon-menu-bug:hover:before {
  background-position: 50% 0;
}

.freshicon-burger:before,
.freshicon-menu-burger:before {
  background-image: url("../assets/icons/burger.svg");
}

.freshicon-menu-burger:before,
.freshicon-menu-burger:hover:before {
  background-position: 50% 0;
}

.freshicon-calculator:before,
.freshicon-menu-calculator:before {
  background-image: url("../assets/icons/calculator.svg");
}

.freshicon-menu-calculator:before,
.freshicon-menu-calculator:hover:before {
  background-position: 50% 0;
}

.freshicon-calendar:before,
.freshicon-menu-calendar:before {
  background-image: url("../assets/icons/calendar.svg");
}

.freshicon-menu-calendar:before,
.freshicon-menu-calendar:hover:before {
  background-position: 50% 0;
}

.freshicon-cancel-small:before,
.freshicon-menu-cancel-small:before {
  background-image: url("../assets/icons/cancel-small.svg");
}

.freshicon-menu-cancel-small:before,
.freshicon-menu-cancel-small:hover:before {
  background-position: 50% 0;
}

.freshicon-cancel:before,
.freshicon-menu-cancel:before {
  background-image: url("../assets/icons/cancel.svg");
}

.freshicon-menu-cancel:before,
.freshicon-menu-cancel:hover:before {
  background-position: 50% 0;
}

.freshicon-change-log:before,
.freshicon-menu-change-log:before {
  background-image: url("../assets/icons/change-log.svg");
}

.freshicon-menu-change-log:before,
.freshicon-menu-change-log:hover:before {
  background-position: 50% 0;
}

.freshicon-change-owner:before,
.freshicon-menu-change-owner:before {
  background-image: url("../assets/icons/change-owner.svg");
}

.freshicon-menu-change-owner:before,
.freshicon-menu-change-owner:hover:before {
  background-position: 50% 0;
}

.freshicon-change-width:before,
.freshicon-menu-change-width:before {
  background-image: url("../assets/icons/change-width.svg");
}

.freshicon-menu-change-width:before,
.freshicon-menu-change-width:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-down-small:before,
.freshicon-menu-chevron-down-small:before {
  background-image: url("../assets/icons/chevron-down-small.svg");
}

.freshicon-menu-chevron-down-small:before,
.freshicon-menu-chevron-down-small:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-down:before,
.freshicon-menu-chevron-down:before {
  background-image: url("../assets/icons/chevron-down.svg");
}

.freshicon-menu-chevron-down:before,
.freshicon-menu-chevron-down:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-fat:before,
.freshicon-menu-chevron-fat:before {
  background-image: url("../assets/icons/chevron-fat.svg");
}

.freshicon-menu-chevron-fat:before,
.freshicon-menu-chevron-fat:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-left-small:before,
.freshicon-menu-chevron-left-small:before {
  background-image: url("../assets/icons/chevron-left-small.svg");
}

.freshicon-menu-chevron-left-small:before,
.freshicon-menu-chevron-left-small:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-left:before,
.freshicon-menu-chevron-left:before {
  background-image: url("../assets/icons/chevron-left.svg");
}

.freshicon-menu-chevron-left:before,
.freshicon-menu-chevron-left:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-right-small:before,
.freshicon-menu-chevron-right-small:before {
  background-image: url("../assets/icons/chevron-right-small.svg");
}

.freshicon-menu-chevron-right-small:before,
.freshicon-menu-chevron-right-small:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-right:before,
.freshicon-menu-chevron-right:before {
  background-image: url("../assets/icons/chevron-right.svg");
}

.freshicon-menu-chevron-right:before,
.freshicon-menu-chevron-right:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-up-small:before,
.freshicon-menu-chevron-up-small:before {
  background-image: url("../assets/icons/chevron-up-small.svg");
}

.freshicon-menu-chevron-up-small:before,
.freshicon-menu-chevron-up-small:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-up:before,
.freshicon-menu-chevron-up:before {
  background-image: url("../assets/icons/chevron-up.svg");
}

.freshicon-menu-chevron-up:before,
.freshicon-menu-chevron-up:hover:before {
  background-position: 50% 0;
}

.freshicon-coffee-break:before,
.freshicon-menu-coffee-break:before {
  background-image: url("../assets/icons/coffee-break.svg");
}

.freshicon-menu-coffee-break:before,
.freshicon-menu-coffee-break:hover:before {
  background-position: 50% 0;
}

.freshicon-collapse-left:before,
.freshicon-menu-collapse-left:before {
  background-image: url("../assets/icons/collapse-left.svg");
}

.freshicon-menu-collapse-left:before,
.freshicon-menu-collapse-left:hover:before {
  background-position: 50% 0;
}

.freshicon-collapse-right:before,
.freshicon-menu-collapse-right:before {
  background-image: url("../assets/icons/collapse-right.svg");
}

.freshicon-menu-collapse-right:before,
.freshicon-menu-collapse-right:hover:before {
  background-position: 50% 0;
}

.freshicon-colour-bucket:before,
.freshicon-menu-colour-bucket:before {
  background-image: url("../assets/icons/colour-bucket.svg");
}

.freshicon-menu-colour-bucket:before,
.freshicon-menu-colour-bucket:hover:before {
  background-position: 50% 0;
}

.freshicon-column-picker:before,
.freshicon-menu-column-picker:before {
  background-image: url("../assets/icons/column-picker.svg");
}

.freshicon-menu-column-picker:before,
.freshicon-menu-column-picker:hover:before {
  background-position: 50% 0;
}

.freshicon-combo-grid:before,
.freshicon-menu-combo-grid:before {
  background-image: url("../assets/icons/combo-grid.svg");
}

.freshicon-menu-combo-grid:before,
.freshicon-menu-combo-grid:hover:before {
  background-position: 50% 0;
}

.freshicon-comment-chat:before,
.freshicon-menu-comment-chat:before {
  background-image: url("../assets/icons/comment-chat.svg");
}

.freshicon-menu-comment-chat:before,
.freshicon-menu-comment-chat:hover:before {
  background-position: 50% 0;
}

.freshicon-comment-on-file:before,
.freshicon-menu-comment-on-file:before {
  background-image: url("../assets/icons/comment-on-file.svg");
}

.freshicon-menu-comment-on-file:before,
.freshicon-menu-comment-on-file:hover:before {
  background-position: 50% 0;
}

.freshicon-comment-web-reply:before,
.freshicon-menu-comment-web-reply:before {
  background-image: url("../assets/icons/comment-web-reply.svg");
}

.freshicon-menu-comment-web-reply:before,
.freshicon-menu-comment-web-reply:hover:before {
  background-position: 50% 0;
}

.freshicon-comment:before,
.freshicon-menu-comment:before {
  background-image: url("../assets/icons/comment.svg");
}

.freshicon-menu-comment:before,
.freshicon-menu-comment:hover:before {
  background-position: 50% 0;
}

.freshicon-compare:before,
.freshicon-menu-compare:before {
  background-image: url("../assets/icons/compare.svg");
}

.freshicon-menu-compare:before,
.freshicon-menu-compare:hover:before {
  background-position: 50% 0;
}

.freshicon-content-edit:before,
.freshicon-menu-content-edit:before {
  background-image: url("../assets/icons/content-edit.svg");
}

.freshicon-menu-content-edit:before,
.freshicon-menu-content-edit:hover:before {
  background-position: 50% 0;
}

.freshicon-contract-edit:before,
.freshicon-menu-contract-edit:before {
  background-image: url("../assets/icons/contract-edit.svg");
}

.freshicon-menu-contract-edit:before,
.freshicon-menu-contract-edit:hover:before {
  background-position: 50% 0;
}

.freshicon-contract:before,
.freshicon-menu-contract:before {
  background-image: url("../assets/icons/contract.svg");
}

.freshicon-menu-contract:before,
.freshicon-menu-contract:hover:before {
  background-position: 50% 0;
}

.freshicon-copy-grid-all-cells:before,
.freshicon-menu-copy-grid-all-cells:before {
  background-image: url("../assets/icons/copy-grid-all-cells.svg");
}

.freshicon-menu-copy-grid-all-cells:before,
.freshicon-menu-copy-grid-all-cells:hover:before {
  background-position: 50% 0;
}

.freshicon-copy-grid-empty-cells:before,
.freshicon-menu-copy-grid-empty-cells:before {
  background-image: url("../assets/icons/copy-grid-empty-cells.svg");
}

.freshicon-menu-copy-grid-empty-cells:before,
.freshicon-menu-copy-grid-empty-cells:hover:before {
  background-position: 50% 0;
}

.freshicon-copy-grid-row:before,
.freshicon-menu-copy-grid-row:before {
  background-image: url("../assets/icons/copy-grid-row.svg");
}

.freshicon-menu-copy-grid-row:before,
.freshicon-menu-copy-grid-row:hover:before {
  background-position: 50% 0;
}

.freshicon-copy:before,
.freshicon-menu-copy:before {
  background-image: url("../assets/icons/copy.svg");
}

.freshicon-menu-copy:before,
.freshicon-menu-copy:hover:before {
  background-position: 50% 0;
}

.freshicon-corner-resize-small:before,
.freshicon-menu-corner-resize-small:before {
  background-image: url("../assets/icons/corner-resize-small.svg");
}

.freshicon-menu-corner-resize-small:before,
.freshicon-menu-corner-resize-small:hover:before {
  background-position: 50% 0;
}

.freshicon-corner-resize:before,
.freshicon-menu-corner-resize:before {
  background-image: url("../assets/icons/corner-resize.svg");
}

.freshicon-menu-corner-resize:before,
.freshicon-menu-corner-resize:hover:before {
  background-position: 50% 0;
}

.freshicon-create-an-order:before,
.freshicon-menu-create-an-order:before {
  background-image: url("../assets/icons/create-an-order.svg");
}

.freshicon-menu-create-an-order:before,
.freshicon-menu-create-an-order:hover:before {
  background-position: 50% 0;
}

.freshicon-custom-views:before,
.freshicon-menu-custom-views:before {
  background-image: url("../assets/icons/custom-views.svg");
}

.freshicon-menu-custom-views:before,
.freshicon-menu-custom-views:hover:before {
  background-position: 50% 0;
}

.freshicon-cut:before,
.freshicon-menu-cut:before {
  background-image: url("../assets/icons/cut.svg");
}

.freshicon-menu-cut:before,
.freshicon-menu-cut:hover:before {
  background-position: 50% 0;
}

.freshicon-daily-allowance:before,
.freshicon-menu-daily-allowance:before {
  background-image: url("../assets/icons/daily-allowance.svg");
}

.freshicon-menu-daily-allowance:before,
.freshicon-menu-daily-allowance:hover:before {
  background-position: 50% 0;
}

.freshicon-database:before,
.freshicon-menu-database:before {
  background-image: url("../assets/icons/database.svg");
}

.freshicon-menu-database:before,
.freshicon-menu-database:hover:before {
  background-position: 50% 0;
}

.freshicon-date-picker:before,
.freshicon-menu-date-picker:before {
  background-image: url("../assets/icons/date-picker.svg");
}

.freshicon-menu-date-picker:before,
.freshicon-menu-date-picker:hover:before {
  background-position: 50% 0;
}

.freshicon-delete-red:before,
.freshicon-menu-delete-red:before {
  background-image: url("../assets/icons/delete-red.svg");
}

.freshicon-menu-delete-red:before,
.freshicon-menu-delete-red:hover:before {
  background-position: 50% 0;
}

.freshicon-delete:before,
.freshicon-menu-delete:before {
  background-image: url("../assets/icons/delete.svg");
}

.freshicon-menu-delete:before,
.freshicon-menu-delete:hover:before {
  background-position: 50% 0;
}

.freshicon-delivery-notification-2:before,
.freshicon-menu-delivery-notification-2:before {
  background-image: url("../assets/icons/delivery-notification-2.svg");
}

.freshicon-menu-delivery-notification-2:before,
.freshicon-menu-delivery-notification-2:hover:before {
  background-position: 50% 0;
}

.freshicon-delivery-notification:before,
.freshicon-menu-delivery-notification:before {
  background-image: url("../assets/icons/delivery-notification.svg");
}

.freshicon-menu-delivery-notification:before,
.freshicon-menu-delivery-notification:hover:before {
  background-position: 50% 0;
}

.freshicon-delivery-reception-2:before,
.freshicon-menu-delivery-reception-2:before {
  background-image: url("../assets/icons/delivery-reception-2.svg");
}

.freshicon-menu-delivery-reception-2:before,
.freshicon-menu-delivery-reception-2:hover:before {
  background-position: 50% 0;
}

.freshicon-delivery-reception:before,
.freshicon-menu-delivery-reception:before {
  background-image: url("../assets/icons/delivery-reception.svg");
}

.freshicon-menu-delivery-reception:before,
.freshicon-menu-delivery-reception:hover:before {
  background-position: 50% 0;
}

.freshicon-detach:before,
.freshicon-menu-detach:before {
  background-image: url("../assets/icons/detach.svg");
}

.freshicon-menu-detach:before,
.freshicon-menu-detach:hover:before {
  background-position: 50% 0;
}

.freshicon-disabled-red:before,
.freshicon-menu-disabled-red:before {
  background-image: url("../assets/icons/disabled-red.svg");
}

.freshicon-menu-disabled-red:before,
.freshicon-menu-disabled-red:hover:before {
  background-position: 50% 0;
}

.freshicon-disabled:before,
.freshicon-menu-disabled:before {
  background-image: url("../assets/icons/disabled.svg");
}

.freshicon-menu-disabled:before,
.freshicon-menu-disabled:hover:before {
  background-position: 50% 0;
}

.freshicon-dislike:before,
.freshicon-menu-dislike:before {
  background-image: url("../assets/icons/dislike.svg");
}

.freshicon-menu-dislike:before,
.freshicon-menu-dislike:hover:before {
  background-position: 50% 0;
}

.freshicon-distribution:before,
.freshicon-menu-distribution:before {
  background-image: url("../assets/icons/distribution.svg");
}

.freshicon-menu-distribution:before,
.freshicon-menu-distribution:hover:before {
  background-position: 50% 0;
}

.freshicon-document-area:before,
.freshicon-menu-document-area:before {
  background-image: url("../assets/icons/document-area.svg");
}

.freshicon-menu-document-area:before,
.freshicon-menu-document-area:hover:before {
  background-position: 50% 0;
}

.freshicon-document-info:before,
.freshicon-menu-document-info:before {
  background-image: url("../assets/icons/document-info.svg");
}

.freshicon-menu-document-info:before,
.freshicon-menu-document-info:hover:before {
  background-position: 50% 0;
}

.freshicon-document-production:before,
.freshicon-menu-document-production:before {
  background-image: url("../assets/icons/document-production.svg");
}

.freshicon-menu-document-production:before,
.freshicon-menu-document-production:hover:before {
  background-position: 50% 0;
}

.freshicon-download:before,
.freshicon-menu-download:before {
  background-image: url("../assets/icons/download.svg");
}

.freshicon-menu-download:before,
.freshicon-menu-download:hover:before {
  background-position: 50% 0;
}

.freshicon-drag:before,
.freshicon-menu-drag:before {
  background-image: url("../assets/icons/drag.svg");
}

.freshicon-menu-drag:before,
.freshicon-menu-drag:hover:before {
  background-position: 50% 0;
}

.freshicon-edit-column:before,
.freshicon-menu-edit-column:before {
  background-image: url("../assets/icons/edit-column.svg");
}

.freshicon-menu-edit-column:before,
.freshicon-menu-edit-column:hover:before {
  background-position: 50% 0;
}

.freshicon-edit-row:before,
.freshicon-menu-edit-row:before {
  background-image: url("../assets/icons/edit-row.svg");
}

.freshicon-menu-edit-row:before,
.freshicon-menu-edit-row:hover:before {
  background-position: 50% 0;
}

.freshicon-edit:before,
.freshicon-menu-edit:before {
  background-image: url("../assets/icons/edit.svg");
}

.freshicon-menu-edit:before,
.freshicon-menu-edit:hover:before {
  background-position: 50% 0;
}

.freshicon-education:before,
.freshicon-menu-education:before {
  background-image: url("../assets/icons/education.svg");
}

.freshicon-menu-education:before,
.freshicon-menu-education:hover:before {
  background-position: 50% 0;
}

.freshicon-email:before,
.freshicon-menu-email:before {
  background-image: url("../assets/icons/email.svg");
}

.freshicon-menu-email:before,
.freshicon-menu-email:hover:before {
  background-position: 50% 0;
}

.freshicon-encrypted-pdf:before,
.freshicon-menu-encrypted-pdf:before {
  background-image: url("../assets/icons/encrypted-pdf.svg");
}

.freshicon-menu-encrypted-pdf:before,
.freshicon-menu-encrypted-pdf:hover:before {
  background-position: 50% 0;
}

.freshicon-enter-full-screen:before,
.freshicon-menu-enter-full-screen:before {
  background-image: url("../assets/icons/enter-full-screen.svg");
}

.freshicon-menu-enter-full-screen:before,
.freshicon-menu-enter-full-screen:hover:before {
  background-position: 50% 0;
}

.freshicon-environmental:before,
.freshicon-menu-environmental:before {
  background-image: url("../assets/icons/environmental.svg");
}

.freshicon-menu-environmental:before,
.freshicon-menu-environmental:hover:before {
  background-position: 50% 0;
}

.freshicon-error-full-red:before,
.freshicon-menu-error-full-red:before {
  background-image: url("../assets/icons/error-full-red.svg");
}

.freshicon-menu-error-full-red:before,
.freshicon-menu-error-full-red:hover:before {
  background-position: 50% 0;
}

.freshicon-error-red:before,
.freshicon-menu-error-red:before {
  background-image: url("../assets/icons/error-red.svg");
}

.freshicon-menu-error-red:before,
.freshicon-menu-error-red:hover:before {
  background-position: 50% 0;
}

.freshicon-error:before,
.freshicon-menu-error:before {
  background-image: url("../assets/icons/error.svg");
}

.freshicon-menu-error:before,
.freshicon-menu-error:hover:before {
  background-position: 50% 0;
}

.freshicon-evaluate:before,
.freshicon-menu-evaluate:before {
  background-image: url("../assets/icons/evaluate.svg");
}

.freshicon-menu-evaluate:before,
.freshicon-menu-evaluate:hover:before {
  background-position: 50% 0;
}

.freshicon-events:before,
.freshicon-menu-events:before {
  background-image: url("../assets/icons/events.svg");
}

.freshicon-menu-events:before,
.freshicon-menu-events:hover:before {
  background-position: 50% 0;
}

.freshicon-excel-document:before,
.freshicon-menu-excel-document:before {
  background-image: url("../assets/icons/excel-document.svg");
}

.freshicon-menu-excel-document:before,
.freshicon-menu-excel-document:hover:before {
  background-position: 50% 0;
}

.freshicon-exit-fullscreen:before,
.freshicon-menu-exit-fullscreen:before {
  background-image: url("../assets/icons/exit-fullscreen.svg");
}

.freshicon-menu-exit-fullscreen:before,
.freshicon-menu-exit-fullscreen:hover:before {
  background-position: 50% 0;
}

.freshicon-expand:before,
.freshicon-menu-expand:before {
  background-image: url("../assets/icons/expand.svg");
}

.freshicon-menu-expand:before,
.freshicon-menu-expand:hover:before {
  background-position: 50% 0;
}

.freshicon-expense-2:before,
.freshicon-menu-expense-2:before {
  background-image: url("../assets/icons/expense-2.svg");
}

.freshicon-menu-expense-2:before,
.freshicon-menu-expense-2:hover:before {
  background-position: 50% 0;
}

.freshicon-expense-3:before,
.freshicon-menu-expense-3:before {
  background-image: url("../assets/icons/expense-3.svg");
}

.freshicon-menu-expense-3:before,
.freshicon-menu-expense-3:hover:before {
  background-position: 50% 0;
}

.freshicon-expense-4:before,
.freshicon-menu-expense-4:before {
  background-image: url("../assets/icons/expense-4.svg");
}

.freshicon-menu-expense-4:before,
.freshicon-menu-expense-4:hover:before {
  background-position: 50% 0;
}

.freshicon-expense:before,
.freshicon-menu-expense:before {
  background-image: url("../assets/icons/expense.svg");
}

.freshicon-menu-expense:before,
.freshicon-menu-expense:hover:before {
  background-position: 50% 0;
}

.freshicon-export-csv:before,
.freshicon-menu-export-csv:before {
  background-image: url("../assets/icons/export-csv.svg");
}

.freshicon-menu-export-csv:before,
.freshicon-menu-export-csv:hover:before {
  background-position: 50% 0;
}

.freshicon-export:before,
.freshicon-menu-export:before {
  background-image: url("../assets/icons/export.svg");
}

.freshicon-menu-export:before,
.freshicon-menu-export:hover:before {
  background-position: 50% 0;
}

.freshicon-extrude:before,
.freshicon-menu-extrude:before {
  background-image: url("../assets/icons/extrude.svg");
}

.freshicon-menu-extrude:before,
.freshicon-menu-extrude:hover:before {
  background-position: 50% 0;
}

.freshicon-fatal-red:before,
.freshicon-menu-fatal-red:before {
  background-image: url("../assets/icons/fatal-red.svg");
}

.freshicon-menu-fatal-red:before,
.freshicon-menu-fatal-red:hover:before {
  background-position: 50% 0;
}

.freshicon-fatal:before,
.freshicon-menu-fatal:before {
  background-image: url("../assets/icons/fatal.svg");
}

.freshicon-menu-fatal:before,
.freshicon-menu-fatal:hover:before {
  background-position: 50% 0;
}

.freshicon-favorite-full-blue:before,
.freshicon-menu-favorite-full-blue:before {
  background-image: url("../assets/icons/favorite-full-blue.svg");
}

.freshicon-menu-favorite-full-blue:before,
.freshicon-menu-favorite-full-blue:hover:before {
  background-position: 50% 0;
}

.freshicon-favorite:before,
.freshicon-menu-favorite:before {
  background-image: url("../assets/icons/favorite.svg");
}

.freshicon-menu-favorite:before,
.freshicon-menu-favorite:hover:before {
  background-position: 50% 0;
}

.freshicon-files:before,
.freshicon-menu-files:before {
  background-image: url("../assets/icons/files.svg");
}

.freshicon-menu-files:before,
.freshicon-menu-files:hover:before {
  background-position: 50% 0;
}

.freshicon-filter:before,
.freshicon-menu-filter:before {
  background-image: url("../assets/icons/filter.svg");
}

.freshicon-menu-filter:before,
.freshicon-menu-filter:hover:before {
  background-position: 50% 0;
}

.freshicon-finance:before,
.freshicon-menu-finance:before {
  background-image: url("../assets/icons/finance.svg");
}

.freshicon-menu-finance:before,
.freshicon-menu-finance:hover:before {
  background-position: 50% 0;
}

.freshicon-first:before,
.freshicon-menu-first:before {
  background-image: url("../assets/icons/first.svg");
}

.freshicon-menu-first:before,
.freshicon-menu-first:hover:before {
  background-position: 50% 0;
}

.freshicon-flag-full-yellow:before,
.freshicon-menu-flag-full-yellow:before {
  background-image: url("../assets/icons/flag-full-yellow.svg");
}

.freshicon-menu-flag-full-yellow:before,
.freshicon-menu-flag-full-yellow:hover:before {
  background-position: 50% 0;
}

.freshicon-flag:before,
.freshicon-menu-flag:before {
  background-image: url("../assets/icons/flag.svg");
}

.freshicon-menu-flag:before,
.freshicon-menu-flag:hover:before {
  background-position: 50% 0;
}

.freshicon-folder-closed:before,
.freshicon-menu-folder-closed:before {
  background-image: url("../assets/icons/folder-closed.svg");
}

.freshicon-menu-folder-closed:before,
.freshicon-menu-folder-closed:hover:before {
  background-position: 50% 0;
}

.freshicon-folder-open:before,
.freshicon-menu-folder-open:before {
  background-image: url("../assets/icons/folder-open.svg");
}

.freshicon-menu-folder-open:before,
.freshicon-menu-folder-open:hover:before {
  background-position: 50% 0;
}

.freshicon-font-colour:before,
.freshicon-menu-font-colour:before {
  background-image: url("../assets/icons/font-colour.svg");
}

.freshicon-menu-font-colour:before,
.freshicon-menu-font-colour:hover:before {
  background-position: 50% 0;
}

.freshicon-forbidden:before,
.freshicon-menu-forbidden:before {
  background-image: url("../assets/icons/forbidden.svg");
}

.freshicon-menu-forbidden:before,
.freshicon-menu-forbidden:hover:before {
  background-position: 50% 0;
}

.freshicon-forward:before,
.freshicon-menu-forward:before {
  background-image: url("../assets/icons/forward.svg");
}

.freshicon-menu-forward:before,
.freshicon-menu-forward:hover:before {
  background-position: 50% 0;
}

.freshicon-function:before,
.freshicon-menu-function:before {
  background-image: url("../assets/icons/function.svg");
}

.freshicon-menu-function:before,
.freshicon-menu-function:hover:before {
  background-position: 50% 0;
}

.freshicon-future:before,
.freshicon-menu-future:before {
  background-image: url("../assets/icons/future.svg");
}

.freshicon-menu-future:before,
.freshicon-menu-future:hover:before {
  background-position: 50% 0;
}

.freshicon-graph-chart:before,
.freshicon-menu-graph-chart:before {
  background-image: url("../assets/icons/graph-chart.svg");
}

.freshicon-menu-graph-chart:before,
.freshicon-menu-graph-chart:hover:before {
  background-position: 50% 0;
}

.freshicon-heart:before,
.freshicon-menu-heart:before {
  background-image: url("../assets/icons/heart.svg");
}

.freshicon-menu-heart:before,
.freshicon-menu-heart:hover:before {
  background-position: 50% 0;
}

.freshicon-help-full-grey:before,
.freshicon-menu-help-full-grey:before {
  background-image: url("../assets/icons/help-full-grey.svg");
}

.freshicon-menu-help-full-grey:before,
.freshicon-menu-help-full-grey:hover:before {
  background-position: 50% 0;
}

.freshicon-help-full-purple:before,
.freshicon-menu-help-full-purple:before {
  background-image: url("../assets/icons/help-full-purple.svg");
}

.freshicon-menu-help-full-purple:before,
.freshicon-menu-help-full-purple:hover:before {
  background-position: 50% 0;
}

.freshicon-help-purple:before,
.freshicon-menu-help-purple:before {
  background-image: url("../assets/icons/help-purple.svg");
}

.freshicon-menu-help-purple:before,
.freshicon-menu-help-purple:hover:before {
  background-position: 50% 0;
}

.freshicon-help:before,
.freshicon-menu-help:before {
  background-image: url("../assets/icons/help.svg");
}

.freshicon-menu-help:before,
.freshicon-menu-help:hover:before {
  background-position: 50% 0;
}

.freshicon-hide-password:before,
.freshicon-menu-hide-password:before {
  background-image: url("../assets/icons/hide-password.svg");
}

.freshicon-menu-hide-password:before,
.freshicon-menu-hide-password:hover:before {
  background-position: 50% 0;
}

.freshicon-history:before,
.freshicon-menu-history:before {
  background-image: url("../assets/icons/history.svg");
}

.freshicon-menu-history:before,
.freshicon-menu-history:hover:before {
  background-position: 50% 0;
}

.freshicon-holiday-2:before,
.freshicon-menu-holiday-2:before {
  background-image: url("../assets/icons/holiday-2.svg");
}

.freshicon-menu-holiday-2:before,
.freshicon-menu-holiday-2:hover:before {
  background-position: 50% 0;
}

.freshicon-home-app:before,
.freshicon-menu-home-app:before {
  background-image: url("../assets/icons/home-app.svg");
}

.freshicon-menu-home-app:before,
.freshicon-menu-home-app:hover:before {
  background-position: 50% 0;
}

.freshicon-home:before,
.freshicon-menu-home:before {
  background-image: url("../assets/icons/home.svg");
}

.freshicon-menu-home:before,
.freshicon-menu-home:hover:before {
  background-position: 50% 0;
}

.freshicon-hourglass-yellow:before,
.freshicon-menu-hourglass-yellow:before {
  background-image: url("../assets/icons/hourglass-yellow.svg");
}

.freshicon-menu-hourglass-yellow:before,
.freshicon-menu-hourglass-yellow:hover:before {
  background-position: 50% 0;
}

.freshicon-hourglass:before,
.freshicon-menu-hourglass:before {
  background-image: url("../assets/icons/hourglass.svg");
}

.freshicon-menu-hourglass:before,
.freshicon-menu-hourglass:hover:before {
  background-position: 50% 0;
}

.freshicon-image-doc:before,
.freshicon-menu-image-doc:before {
  background-image: url("../assets/icons/image-doc.svg");
}

.freshicon-menu-image-doc:before,
.freshicon-menu-image-doc:hover:before {
  background-position: 50% 0;
}

.freshicon-import:before,
.freshicon-menu-import:before {
  background-image: url("../assets/icons/import.svg");
}

.freshicon-menu-import:before,
.freshicon-menu-import:hover:before {
  background-position: 50% 0;
}

.freshicon-incoming:before,
.freshicon-menu-incoming:before {
  background-image: url("../assets/icons/incoming.svg");
}

.freshicon-menu-incoming:before,
.freshicon-menu-incoming:hover:before {
  background-position: 50% 0;
}

.freshicon-info-blue:before,
.freshicon-menu-info-blue:before {
  background-image: url("../assets/icons/info-blue.svg");
}

.freshicon-menu-info-blue:before,
.freshicon-menu-info-blue:hover:before {
  background-position: 50% 0;
}

.freshicon-info-full-blue:before,
.freshicon-menu-info-full-blue:before {
  background-image: url("../assets/icons/info-full-blue.svg");
}

.freshicon-menu-info-full-blue:before,
.freshicon-menu-info-full-blue:hover:before {
  background-position: 50% 0;
}

.freshicon-info:before,
.freshicon-menu-info:before {
  background-image: url("../assets/icons/info.svg");
}

.freshicon-menu-info:before,
.freshicon-menu-info:hover:before {
  background-position: 50% 0;
}

.freshicon-integration:before,
.freshicon-menu-integration:before {
  background-image: url("../assets/icons/integration.svg");
}

.freshicon-menu-integration:before,
.freshicon-menu-integration:hover:before {
  background-position: 50% 0;
}

.freshicon-invoice-payroll-calculation:before,
.freshicon-menu-invoice-payroll-calculation:before {
  background-image: url("../assets/icons/invoice-payroll-calculation.svg");
}

.freshicon-menu-invoice-payroll-calculation:before,
.freshicon-menu-invoice-payroll-calculation:hover:before {
  background-position: 50% 0;
}

.freshicon-last:before,
.freshicon-menu-last:before {
  background-image: url("../assets/icons/last.svg");
}

.freshicon-menu-last:before,
.freshicon-menu-last:hover:before {
  background-position: 50% 0;
}

.freshicon-layout-templates:before,
.freshicon-menu-layout-templates:before {
  background-image: url("../assets/icons/layout-templates.svg");
}

.freshicon-menu-layout-templates:before,
.freshicon-menu-layout-templates:hover:before {
  background-position: 50% 0;
}

.freshicon-library:before,
.freshicon-menu-library:before {
  background-image: url("../assets/icons/library.svg");
}

.freshicon-menu-library:before,
.freshicon-menu-library:hover:before {
  background-position: 50% 0;
}

.freshicon-like:before,
.freshicon-menu-like:before {
  background-image: url("../assets/icons/like.svg");
}

.freshicon-menu-like:before,
.freshicon-menu-like:hover:before {
  background-position: 50% 0;
}

.freshicon-link:before,
.freshicon-menu-link:before {
  background-image: url("../assets/icons/link.svg");
}

.freshicon-menu-link:before,
.freshicon-menu-link:hover:before {
  background-position: 50% 0;
}

.freshicon-list-view-2:before,
.freshicon-menu-list-view-2:before {
  background-image: url("../assets/icons/list-view-2.svg");
}

.freshicon-menu-list-view-2:before,
.freshicon-menu-list-view-2:hover:before {
  background-position: 50% 0;
}

.freshicon-list-view:before,
.freshicon-menu-list-view:before {
  background-image: url("../assets/icons/list-view.svg");
}

.freshicon-menu-list-view:before,
.freshicon-menu-list-view:hover:before {
  background-position: 50% 0;
}

.freshicon-location:before,
.freshicon-menu-location:before {
  background-image: url("../assets/icons/location.svg");
}

.freshicon-menu-location:before,
.freshicon-menu-location:hover:before {
  background-position: 50% 0;
}

.freshicon-lock:before,
.freshicon-menu-lock:before {
  background-image: url("../assets/icons/lock.svg");
}

.freshicon-menu-lock:before,
.freshicon-menu-lock:hover:before {
  background-position: 50% 0;
}

.freshicon-lodging:before,
.freshicon-menu-lodging:before {
  background-image: url("../assets/icons/lodging.svg");
}

.freshicon-menu-lodging:before,
.freshicon-menu-lodging:hover:before {
  background-position: 50% 0;
}

.freshicon-logon-failed:before,
.freshicon-menu-logon-failed:before {
  background-image: url("../assets/icons/logon-failed.svg");
}

.freshicon-menu-logon-failed:before,
.freshicon-menu-logon-failed:hover:before {
  background-position: 50% 0;
}

.freshicon-logout:before,
.freshicon-menu-logout:before {
  background-image: url("../assets/icons/logout.svg");
}

.freshicon-menu-logout:before,
.freshicon-menu-logout:hover:before {
  background-position: 50% 0;
}

.freshicon-lunch:before,
.freshicon-menu-lunch:before {
  background-image: url("../assets/icons/lunch.svg");
}

.freshicon-menu-lunch:before,
.freshicon-menu-lunch:hover:before {
  background-position: 50% 0;
}

.freshicon-mailbox:before,
.freshicon-menu-mailbox:before {
  background-image: url("../assets/icons/mailbox.svg");
}

.freshicon-menu-mailbox:before,
.freshicon-menu-mailbox:hover:before {
  background-position: 50% 0;
}

.freshicon-managers-time-reg:before,
.freshicon-menu-managers-time-reg:before {
  background-image: url("../assets/icons/managers-time-reg.svg");
}

.freshicon-menu-managers-time-reg:before,
.freshicon-menu-managers-time-reg:hover:before {
  background-position: 50% 0;
}

.freshicon-merge:before,
.freshicon-menu-merge:before {
  background-image: url("../assets/icons/merge.svg");
}

.freshicon-menu-merge:before,
.freshicon-menu-merge:hover:before {
  background-position: 50% 0;
}

.freshicon-messages-notification:before,
.freshicon-menu-messages-notification:before {
  background-image: url("../assets/icons/messages-notification.svg");
}

.freshicon-menu-messages-notification:before,
.freshicon-menu-messages-notification:hover:before {
  background-position: 50% 0;
}

.freshicon-messages:before,
.freshicon-menu-messages:before {
  background-image: url("../assets/icons/messages.svg");
}

.freshicon-menu-messages:before,
.freshicon-menu-messages:hover:before {
  background-position: 50% 0;
}

.freshicon-mileage-1:before,
.freshicon-menu-mileage-1:before {
  background-image: url("../assets/icons/mileage-1.svg");
}

.freshicon-menu-mileage-1:before,
.freshicon-menu-mileage-1:hover:before {
  background-position: 50% 0;
}

.freshicon-mileage-2:before,
.freshicon-menu-mileage-2:before {
  background-image: url("../assets/icons/mileage-2.svg");
}

.freshicon-menu-mileage-2:before,
.freshicon-menu-mileage-2:hover:before {
  background-position: 50% 0;
}

.freshicon-mileage-3:before,
.freshicon-menu-mileage-3:before {
  background-image: url("../assets/icons/mileage-3.svg");
}

.freshicon-menu-mileage-3:before,
.freshicon-menu-mileage-3:hover:before {
  background-position: 50% 0;
}

.freshicon-minus:before,
.freshicon-menu-minus:before {
  background-image: url("../assets/icons/minus.svg");
}

.freshicon-menu-minus:before,
.freshicon-menu-minus:hover:before {
  background-position: 50% 0;
}

.freshicon-more-dots:before,
.freshicon-menu-more-dots:before {
  background-image: url("../assets/icons/more-dots.svg");
}

.freshicon-menu-more-dots:before,
.freshicon-menu-more-dots:hover:before {
  background-position: 50% 0;
}

.freshicon-more-down:before,
.freshicon-menu-more-down:before {
  background-image: url("../assets/icons/more-down.svg");
}

.freshicon-menu-more-down:before,
.freshicon-menu-more-down:hover:before {
  background-position: 50% 0;
}

.freshicon-more-left:before,
.freshicon-menu-more-left:before {
  background-image: url("../assets/icons/more-left.svg");
}

.freshicon-menu-more-left:before,
.freshicon-menu-more-left:hover:before {
  background-position: 50% 0;
}

.freshicon-more-right:before,
.freshicon-menu-more-right:before {
  background-image: url("../assets/icons/more-right.svg");
}

.freshicon-menu-more-right:before,
.freshicon-menu-more-right:hover:before {
  background-position: 50% 0;
}

.freshicon-more-up:before,
.freshicon-menu-more-up:before {
  background-image: url("../assets/icons/more-up.svg");
}

.freshicon-menu-more-up:before,
.freshicon-menu-more-up:hover:before {
  background-position: 50% 0;
}

.freshicon-more:before,
.freshicon-menu-more:before {
  background-image: url("../assets/icons/more.svg");
}

.freshicon-menu-more:before,
.freshicon-menu-more:hover:before {
  background-position: 50% 0;
}

.freshicon-multiple-selection:before,
.freshicon-menu-multiple-selection:before {
  background-image: url("../assets/icons/multiple-selection.svg");
}

.freshicon-menu-multiple-selection:before,
.freshicon-menu-multiple-selection:hover:before {
  background-position: 50% 0;
}

.freshicon-narrow:before,
.freshicon-menu-narrow:before {
  background-image: url("../assets/icons/narrow.svg");
}

.freshicon-menu-narrow:before,
.freshicon-menu-narrow:hover:before {
  background-position: 50% 0;
}

.freshicon-new:before,
.freshicon-menu-new:before {
  background-image: url("../assets/icons/new.svg");
}

.freshicon-menu-new:before,
.freshicon-menu-new:hover:before {
  background-position: 50% 0;
}

.freshicon-news:before,
.freshicon-menu-news:before {
  background-image: url("../assets/icons/news.svg");
}

.freshicon-menu-news:before,
.freshicon-menu-news:hover:before {
  background-position: 50% 0;
}

.freshicon-note-blank:before,
.freshicon-menu-note-blank:before {
  background-image: url("../assets/icons/note-blank.svg");
}

.freshicon-menu-note-blank:before,
.freshicon-menu-note-blank:hover:before {
  background-position: 50% 0;
}

.freshicon-note-filled:before,
.freshicon-menu-note-filled:before {
  background-image: url("../assets/icons/note-filled.svg");
}

.freshicon-menu-note-filled:before,
.freshicon-menu-note-filled:hover:before {
  background-position: 50% 0;
}

.freshicon-note:before,
.freshicon-menu-note:before {
  background-image: url("../assets/icons/note.svg");
}

.freshicon-menu-note:before,
.freshicon-menu-note:hover:before {
  background-position: 50% 0;
}

.freshicon-notifications:before,
.freshicon-menu-notifications:before {
  background-image: url("../assets/icons/notifications.svg");
}

.freshicon-menu-notifications:before,
.freshicon-menu-notifications:hover:before {
  background-position: 50% 0;
}

.freshicon-office-building-2:before,
.freshicon-menu-office-building-2:before {
  background-image: url("../assets/icons/office-building-2.svg");
}

.freshicon-menu-office-building-2:before,
.freshicon-menu-office-building-2:hover:before {
  background-position: 50% 0;
}

.freshicon-office-building:before,
.freshicon-menu-office-building:before {
  background-image: url("../assets/icons/office-building.svg");
}

.freshicon-menu-office-building:before,
.freshicon-menu-office-building:hover:before {
  background-position: 50% 0;
}

.freshicon-ok-basic-small:before,
.freshicon-menu-ok-basic-small:before {
  background-image: url("../assets/icons/ok-basic-small.svg");
}

.freshicon-menu-ok-basic-small:before,
.freshicon-menu-ok-basic-small:hover:before {
  background-position: 50% 0;
}

.freshicon-ok-basic:before,
.freshicon-menu-ok-basic:before {
  background-image: url("../assets/icons/ok-basic.svg");
}

.freshicon-menu-ok-basic:before,
.freshicon-menu-ok-basic:hover:before {
  background-position: 50% 0;
}

.freshicon-ok-late:before,
.freshicon-menu-ok-late:before {
  background-image: url("../assets/icons/ok-late.svg");
}

.freshicon-menu-ok-late:before,
.freshicon-menu-ok-late:hover:before {
  background-position: 50% 0;
}

.freshicon-ok:before,
.freshicon-menu-ok:before {
  background-image: url("../assets/icons/ok.svg");
}

.freshicon-menu-ok:before,
.freshicon-menu-ok:hover:before {
  background-position: 50% 0;
}

.freshicon-order-closed:before,
.freshicon-menu-order-closed:before {
  background-image: url("../assets/icons/order-closed.svg");
}

.freshicon-menu-order-closed:before,
.freshicon-menu-order-closed:hover:before {
  background-position: 50% 0;
}

.freshicon-order-imported:before,
.freshicon-menu-order-imported:before {
  background-image: url("../assets/icons/order-imported.svg");
}

.freshicon-menu-order-imported:before,
.freshicon-menu-order-imported:hover:before {
  background-position: 50% 0;
}

.freshicon-overtime:before,
.freshicon-menu-overtime:before {
  background-image: url("../assets/icons/overtime.svg");
}

.freshicon-menu-overtime:before,
.freshicon-menu-overtime:hover:before {
  background-position: 50% 0;
}

.freshicon-paid:before,
.freshicon-menu-paid:before {
  background-image: url("../assets/icons/paid.svg");
}

.freshicon-menu-paid:before,
.freshicon-menu-paid:hover:before {
  background-position: 50% 0;
}

.freshicon-paint-palette:before,
.freshicon-menu-paint-palette:before {
  background-image: url("../assets/icons/paint-palette.svg");
}

.freshicon-menu-paint-palette:before,
.freshicon-menu-paint-palette:hover:before {
  background-position: 50% 0;
}

.freshicon-panel:before,
.freshicon-menu-panel:before {
  background-image: url("../assets/icons/panel.svg");
}

.freshicon-menu-panel:before,
.freshicon-menu-panel:hover:before {
  background-position: 50% 0;
}

.freshicon-paper-plane:before,
.freshicon-menu-paper-plane:before {
  background-image: url("../assets/icons/paper-plane.svg");
}

.freshicon-menu-paper-plane:before,
.freshicon-menu-paper-plane:hover:before {
  background-position: 50% 0;
}

.freshicon-parent:before,
.freshicon-menu-parent:before {
  background-image: url("../assets/icons/parent.svg");
}

.freshicon-menu-parent:before,
.freshicon-menu-parent:hover:before {
  background-position: 50% 0;
}

.freshicon-parental-leave-2:before,
.freshicon-menu-parental-leave-2:before {
  background-image: url("../assets/icons/parental-leave-2.svg");
}

.freshicon-menu-parental-leave-2:before,
.freshicon-menu-parental-leave-2:hover:before {
  background-position: 50% 0;
}

.freshicon-parental-leave:before,
.freshicon-menu-parental-leave:before {
  background-image: url("../assets/icons/parental-leave.svg");
}

.freshicon-menu-parental-leave:before,
.freshicon-menu-parental-leave:hover:before {
  background-position: 50% 0;
}

.freshicon-paste:before,
.freshicon-menu-paste:before {
  background-image: url("../assets/icons/paste.svg");
}

.freshicon-menu-paste:before,
.freshicon-menu-paste:hover:before {
  background-position: 50% 0;
}

.freshicon-pause:before,
.freshicon-menu-pause:before {
  background-image: url("../assets/icons/pause.svg");
}

.freshicon-menu-pause:before,
.freshicon-menu-pause:hover:before {
  background-position: 50% 0;
}

.freshicon-payslips:before,
.freshicon-menu-payslips:before {
  background-image: url("../assets/icons/payslips.svg");
}

.freshicon-menu-payslips:before,
.freshicon-menu-payslips:hover:before {
  background-position: 50% 0;
}

.freshicon-pdf-document:before,
.freshicon-menu-pdf-document:before {
  background-image: url("../assets/icons/pdf-document.svg");
}

.freshicon-menu-pdf-document:before,
.freshicon-menu-pdf-document:hover:before {
  background-position: 50% 0;
}

.freshicon-phone:before,
.freshicon-menu-phone:before {
  background-image: url("../assets/icons/phone.svg");
}

.freshicon-menu-phone:before,
.freshicon-menu-phone:hover:before {
  background-position: 50% 0;
}

.freshicon-pie-chart:before,
.freshicon-menu-pie-chart:before {
  background-image: url("../assets/icons/pie-chart.svg");
}

.freshicon-menu-pie-chart:before,
.freshicon-menu-pie-chart:hover:before {
  background-position: 50% 0;
}

.freshicon-pin-left:before,
.freshicon-menu-pin-left:before {
  background-image: url("../assets/icons/pin-left.svg");
}

.freshicon-menu-pin-left:before,
.freshicon-menu-pin-left:hover:before {
  background-position: 50% 0;
}

.freshicon-pin-right:before,
.freshicon-menu-pin-right:before {
  background-image: url("../assets/icons/pin-right.svg");
}

.freshicon-menu-pin-right:before,
.freshicon-menu-pin-right:hover:before {
  background-position: 50% 0;
}

.freshicon-pin:before,
.freshicon-menu-pin:before {
  background-image: url("../assets/icons/pin.svg");
}

.freshicon-menu-pin:before,
.freshicon-menu-pin:hover:before {
  background-position: 50% 0;
}

.freshicon-platform-cloud:before,
.freshicon-menu-platform-cloud:before {
  background-image: url("../assets/icons/platform-cloud.svg");
}

.freshicon-menu-platform-cloud:before,
.freshicon-menu-platform-cloud:hover:before {
  background-position: 50% 0;
}

.freshicon-platform-mobile:before,
.freshicon-menu-platform-mobile:before {
  background-image: url("../assets/icons/platform-mobile.svg");
}

.freshicon-menu-platform-mobile:before,
.freshicon-menu-platform-mobile:hover:before {
  background-position: 50% 0;
}

.freshicon-play:before,
.freshicon-menu-play:before {
  background-image: url("../assets/icons/play.svg");
}

.freshicon-menu-play:before,
.freshicon-menu-play:hover:before {
  background-position: 50% 0;
}

.freshicon-preview-file:before,
.freshicon-menu-preview-file:before {
  background-image: url("../assets/icons/preview-file.svg");
}

.freshicon-menu-preview-file:before,
.freshicon-menu-preview-file:hover:before {
  background-position: 50% 0;
}

.freshicon-price:before,
.freshicon-menu-price:before {
  background-image: url("../assets/icons/price.svg");
}

.freshicon-menu-price:before,
.freshicon-menu-price:hover:before {
  background-position: 50% 0;
}

.freshicon-print:before,
.freshicon-menu-print:before {
  background-image: url("../assets/icons/print.svg");
}

.freshicon-menu-print:before,
.freshicon-menu-print:hover:before {
  background-position: 50% 0;
}

.freshicon-project:before,
.freshicon-menu-project:before {
  background-image: url("../assets/icons/project.svg");
}

.freshicon-menu-project:before,
.freshicon-menu-project:hover:before {
  background-position: 50% 0;
}

.freshicon-purchase-truck:before,
.freshicon-menu-purchase-truck:before {
  background-image: url("../assets/icons/purchase-truck.svg");
}

.freshicon-menu-purchase-truck:before,
.freshicon-menu-purchase-truck:hover:before {
  background-position: 50% 0;
}

.freshicon-ready-late:before,
.freshicon-menu-ready-late:before {
  background-image: url("../assets/icons/ready-late.svg");
}

.freshicon-menu-ready-late:before,
.freshicon-menu-ready-late:hover:before {
  background-position: 50% 0;
}

.freshicon-ready:before,
.freshicon-menu-ready:before {
  background-image: url("../assets/icons/ready.svg");
}

.freshicon-menu-ready:before,
.freshicon-menu-ready:hover:before {
  background-position: 50% 0;
}

.freshicon-read-comment:before,
.freshicon-menu-read-comment:before {
  background-image: url("../assets/icons/read-comment.svg");
}

.freshicon-menu-read-comment:before,
.freshicon-menu-read-comment:hover:before {
  background-position: 50% 0;
}

.freshicon-recent:before,
.freshicon-menu-recent:before {
  background-image: url("../assets/icons/recent.svg");
}

.freshicon-menu-recent:before,
.freshicon-menu-recent:hover:before {
  background-position: 50% 0;
}

.freshicon-redo:before,
.freshicon-menu-redo:before {
  background-image: url("../assets/icons/redo.svg");
}

.freshicon-menu-redo:before,
.freshicon-menu-redo:hover:before {
  background-position: 50% 0;
}

.freshicon-refresh:before,
.freshicon-menu-refresh:before {
  background-image: url("../assets/icons/refresh.svg");
}

.freshicon-menu-refresh:before,
.freshicon-menu-refresh:hover:before {
  background-position: 50% 0;
}

.freshicon-remove:before,
.freshicon-menu-remove:before {
  background-image: url("../assets/icons/remove.svg");
}

.freshicon-menu-remove:before,
.freshicon-menu-remove:hover:before {
  background-position: 50% 0;
}

.freshicon-replace:before,
.freshicon-menu-replace:before {
  background-image: url("../assets/icons/replace.svg");
}

.freshicon-menu-replace:before,
.freshicon-menu-replace:hover:before {
  background-position: 50% 0;
}

.freshicon-reset:before,
.freshicon-menu-reset:before {
  background-image: url("../assets/icons/reset.svg");
}

.freshicon-menu-reset:before,
.freshicon-menu-reset:hover:before {
  background-position: 50% 0;
}

.freshicon-rotate-ccw:before,
.freshicon-menu-rotate-ccw:before {
  background-image: url("../assets/icons/rotate-ccw.svg");
}

.freshicon-menu-rotate-ccw:before,
.freshicon-menu-rotate-ccw:hover:before {
  background-position: 50% 0;
}

.freshicon-rotate-cw:before,
.freshicon-menu-rotate-cw:before {
  background-image: url("../assets/icons/rotate-cw.svg");
}

.freshicon-menu-rotate-cw:before,
.freshicon-menu-rotate-cw:hover:before {
  background-position: 50% 0;
}

.freshicon-row-density-large:before,
.freshicon-menu-row-density-large:before {
  background-image: url("../assets/icons/row-density-large.svg");
}

.freshicon-menu-row-density-large:before,
.freshicon-menu-row-density-large:hover:before {
  background-position: 50% 0;
}

.freshicon-row-density-medium:before,
.freshicon-menu-row-density-medium:before {
  background-image: url("../assets/icons/row-density-medium.svg");
}

.freshicon-menu-row-density-medium:before,
.freshicon-menu-row-density-medium:hover:before {
  background-position: 50% 0;
}

.freshicon-row-density-small:before,
.freshicon-menu-row-density-small:before {
  background-image: url("../assets/icons/row-density-small.svg");
}

.freshicon-menu-row-density-small:before,
.freshicon-menu-row-density-small:hover:before {
  background-position: 50% 0;
}

.freshicon-row-density:before,
.freshicon-menu-row-density:before {
  background-image: url("../assets/icons/row-density.svg");
}

.freshicon-menu-row-density:before,
.freshicon-menu-row-density:hover:before {
  background-position: 50% 0;
}

.freshicon-row-level-security:before,
.freshicon-menu-row-level-security:before {
  background-image: url("../assets/icons/row-level-security.svg");
}

.freshicon-menu-row-level-security:before,
.freshicon-menu-row-level-security:hover:before {
  background-position: 50% 0;
}

.freshicon-save:before,
.freshicon-menu-save:before {
  background-image: url("../assets/icons/save.svg");
}

.freshicon-menu-save:before,
.freshicon-menu-save:hover:before {
  background-position: 50% 0;
}

.freshicon-search:before,
.freshicon-menu-search:before {
  background-image: url("../assets/icons/search.svg");
}

.freshicon-menu-search:before,
.freshicon-menu-search:hover:before {
  background-position: 50% 0;
}

.freshicon-send:before,
.freshicon-menu-send:before {
  background-image: url("../assets/icons/send.svg");
}

.freshicon-menu-send:before,
.freshicon-menu-send:hover:before {
  background-position: 50% 0;
}

.freshicon-sending-failed:before,
.freshicon-menu-sending-failed:before {
  background-image: url("../assets/icons/sending-failed.svg");
}

.freshicon-menu-sending-failed:before,
.freshicon-menu-sending-failed:hover:before {
  background-position: 50% 0;
}

.freshicon-settings-edit:before,
.freshicon-menu-settings-edit:before {
  background-image: url("../assets/icons/settings-edit.svg");
}

.freshicon-menu-settings-edit:before,
.freshicon-menu-settings-edit:hover:before {
  background-position: 50% 0;
}

.freshicon-settings:before,
.freshicon-menu-settings:before {
  background-image: url("../assets/icons/settings.svg");
}

.freshicon-menu-settings:before,
.freshicon-menu-settings:hover:before {
  background-position: 50% 0;
}

.freshicon-share-to-users-1:before,
.freshicon-menu-share-to-users-1:before {
  background-image: url("../assets/icons/share-to-users-1.svg");
}

.freshicon-menu-share-to-users-1:before,
.freshicon-menu-share-to-users-1:hover:before {
  background-position: 50% 0;
}

.freshicon-share-to-users-2:before,
.freshicon-menu-share-to-users-2:before {
  background-image: url("../assets/icons/share-to-users-2.svg");
}

.freshicon-menu-share-to-users-2:before,
.freshicon-menu-share-to-users-2:hover:before {
  background-position: 50% 0;
}

.freshicon-share:before,
.freshicon-menu-share:before {
  background-image: url("../assets/icons/share.svg");
}

.freshicon-menu-share:before,
.freshicon-menu-share:hover:before {
  background-position: 50% 0;
}

.freshicon-shared-user:before,
.freshicon-menu-shared-user:before {
  background-image: url("../assets/icons/shared-user.svg");
}

.freshicon-menu-shared-user:before,
.freshicon-menu-shared-user:hover:before {
  background-position: 50% 0;
}

.freshicon-shared-with-me:before,
.freshicon-menu-shared-with-me:before {
  background-image: url("../assets/icons/shared-with-me.svg");
}

.freshicon-menu-shared-with-me:before,
.freshicon-menu-shared-with-me:hover:before {
  background-position: 50% 0;
}

.freshicon-shopping-cart:before,
.freshicon-menu-shopping-cart:before {
  background-image: url("../assets/icons/shopping-cart.svg");
}

.freshicon-menu-shopping-cart:before,
.freshicon-menu-shopping-cart:hover:before {
  background-position: 50% 0;
}

.freshicon-sick-leave:before,
.freshicon-menu-sick-leave:before {
  background-image: url("../assets/icons/sick-leave.svg");
}

.freshicon-menu-sick-leave:before,
.freshicon-menu-sick-leave:hover:before {
  background-position: 50% 0;
}

.freshicon-single-selection:before,
.freshicon-menu-single-selection:before {
  background-image: url("../assets/icons/single-selection.svg");
}

.freshicon-menu-single-selection:before,
.freshicon-menu-single-selection:hover:before {
  background-position: 50% 0;
}

.freshicon-sort-list-2:before,
.freshicon-menu-sort-list-2:before {
  background-image: url("../assets/icons/sort-list-2.svg");
}

.freshicon-menu-sort-list-2:before,
.freshicon-menu-sort-list-2:hover:before {
  background-position: 50% 0;
}

.freshicon-sort-list:before,
.freshicon-menu-sort-list:before {
  background-image: url("../assets/icons/sort-list.svg");
}

.freshicon-menu-sort-list:before,
.freshicon-menu-sort-list:hover:before {
  background-position: 50% 0;
}

.freshicon-sound:before,
.freshicon-menu-sound:before {
  background-image: url("../assets/icons/sound.svg");
}

.freshicon-menu-sound:before,
.freshicon-menu-sound:hover:before {
  background-position: 50% 0;
}

.freshicon-special-approved:before,
.freshicon-menu-special-approved:before {
  background-image: url("../assets/icons/special-approved.svg");
}

.freshicon-menu-special-approved:before,
.freshicon-menu-special-approved:hover:before {
  background-position: 50% 0;
}

.freshicon-split:before,
.freshicon-menu-split:before {
  background-image: url("../assets/icons/split.svg");
}

.freshicon-menu-split:before,
.freshicon-menu-split:hover:before {
  background-position: 50% 0;
}

.freshicon-storage-in-stock:before,
.freshicon-menu-storage-in-stock:before {
  background-image: url("../assets/icons/storage-in-stock.svg");
}

.freshicon-menu-storage-in-stock:before,
.freshicon-menu-storage-in-stock:hover:before {
  background-position: 50% 0;
}

.freshicon-storage:before,
.freshicon-menu-storage:before {
  background-image: url("../assets/icons/storage.svg");
}

.freshicon-menu-storage:before,
.freshicon-menu-storage:hover:before {
  background-position: 50% 0;
}

.freshicon-success-full-green:before,
.freshicon-menu-success-full-green:before {
  background-image: url("../assets/icons/success-full-green.svg");
}

.freshicon-menu-success-full-green:before,
.freshicon-menu-success-full-green:hover:before {
  background-position: 50% 0;
}

.freshicon-summary:before,
.freshicon-menu-summary:before {
  background-image: url("../assets/icons/summary.svg");
}

.freshicon-menu-summary:before,
.freshicon-menu-summary:hover:before {
  background-position: 50% 0;
}

.freshicon-switch-from-to:before,
.freshicon-menu-switch-from-to:before {
  background-image: url("../assets/icons/switch-from-to.svg");
}

.freshicon-menu-switch-from-to:before,
.freshicon-menu-switch-from-to:hover:before {
  background-position: 50% 0;
}

.freshicon-system-management:before,
.freshicon-menu-system-management:before {
  background-image: url("../assets/icons/system-management.svg");
}

.freshicon-menu-system-management:before,
.freshicon-menu-system-management:hover:before {
  background-position: 50% 0;
}

.freshicon-table:before,
.freshicon-menu-table:before {
  background-image: url("../assets/icons/table.svg");
}

.freshicon-menu-table:before,
.freshicon-menu-table:hover:before {
  background-position: 50% 0;
}

.freshicon-table-edit:before,
.freshicon-menu-table-edit:before {
  background-image: url("../assets/icons/table-edit.svg");
}

.freshicon-menu-table-edit:before,
.freshicon-menu-table-edit:hover:before {
  background-position: 50% 0;
}

.freshicon-tag:before,
.freshicon-menu-tag:before {
  background-image: url("../assets/icons/tag.svg");
}

.freshicon-menu-tag:before,
.freshicon-menu-tag:hover:before {
  background-position: 50% 0;
}

.freshicon-tax-overview:before,
.freshicon-menu-tax-overview:before {
  background-image: url("../assets/icons/tax-overview.svg");
}

.freshicon-menu-tax-overview:before,
.freshicon-menu-tax-overview:hover:before {
  background-position: 50% 0;
}

.freshicon-taxes:before,
.freshicon-menu-taxes:before {
  background-image: url("../assets/icons/taxes.svg");
}

.freshicon-menu-taxes:before,
.freshicon-menu-taxes:hover:before {
  background-position: 50% 0;
}

.freshicon-text-alignment:before,
.freshicon-menu-text-alignment:before {
  background-image: url("../assets/icons/text-alignment.svg");
}

.freshicon-menu-text-alignment:before,
.freshicon-menu-text-alignment:hover:before {
  background-position: 50% 0;
}

.freshicon-text-bold:before,
.freshicon-menu-text-bold:before {
  background-image: url("../assets/icons/text-bold.svg");
}

.freshicon-menu-text-bold:before,
.freshicon-menu-text-bold:hover:before {
  background-position: 50% 0;
}

.freshicon-text-centered:before,
.freshicon-menu-text-centered:before {
  background-image: url("../assets/icons/text-centered.svg");
}

.freshicon-menu-text-centered:before,
.freshicon-menu-text-centered:hover:before {
  background-position: 50% 0;
}

.freshicon-text-document:before,
.freshicon-menu-text-document:before {
  background-image: url("../assets/icons/text-document.svg");
}

.freshicon-menu-text-document:before,
.freshicon-menu-text-document:hover:before {
  background-position: 50% 0;
}

.freshicon-text-italic:before,
.freshicon-menu-text-italic:before {
  background-image: url("../assets/icons/text-italic.svg");
}

.freshicon-menu-text-italic:before,
.freshicon-menu-text-italic:hover:before {
  background-position: 50% 0;
}

.freshicon-text-left-aligned:before,
.freshicon-menu-text-left-aligned:before {
  background-image: url("../assets/icons/text-left-aligned.svg");
}

.freshicon-menu-text-left-aligned:before,
.freshicon-menu-text-left-aligned:hover:before {
  background-position: 50% 0;
}

.freshicon-text-right-aligned:before,
.freshicon-menu-text-right-aligned:before {
  background-image: url("../assets/icons/text-right-aligned.svg");
}

.freshicon-menu-text-right-aligned:before,
.freshicon-menu-text-right-aligned:hover:before {
  background-position: 50% 0;
}

.freshicon-text-strikethrough:before,
.freshicon-menu-text-strikethrough:before {
  background-image: url("../assets/icons/text-strikethrough.svg");
}

.freshicon-menu-text-strikethrough:before,
.freshicon-menu-text-strikethrough:hover:before {
  background-position: 50% 0;
}

.freshicon-text-underline:before,
.freshicon-menu-text-underline:before {
  background-image: url("../assets/icons/text-underline.svg");
}

.freshicon-menu-text-underline:before,
.freshicon-menu-text-underline:hover:before {
  background-position: 50% 0;
}

.freshicon-the-view:before,
.freshicon-menu-the-view:before {
  background-image: url("../assets/icons/the-view.svg");
}

.freshicon-menu-the-view:before,
.freshicon-menu-the-view:hover:before {
  background-position: 50% 0;
}

.freshicon-tie:before,
.freshicon-menu-tie:before {
  background-image: url("../assets/icons/tie.svg");
}

.freshicon-menu-tie:before,
.freshicon-menu-tie:hover:before {
  background-position: 50% 0;
}

.freshicon-time:before,
.freshicon-menu-time:before {
  background-image: url("../assets/icons/time.svg");
}

.freshicon-menu-time:before,
.freshicon-menu-time:hover:before {
  background-position: 50% 0;
}

.freshicon-travel-2:before,
.freshicon-menu-travel-2:before {
  background-image: url("../assets/icons/travel-2.svg");
}

.freshicon-menu-travel-2:before,
.freshicon-menu-travel-2:hover:before {
  background-position: 50% 0;
}

.freshicon-travel-3:before,
.freshicon-menu-travel-3:before {
  background-image: url("../assets/icons/travel-3.svg");
}

.freshicon-menu-travel-3:before,
.freshicon-menu-travel-3:hover:before {
  background-position: 50% 0;
}

.freshicon-travel:before,
.freshicon-menu-travel:before {
  background-image: url("../assets/icons/travel.svg");
}

.freshicon-menu-travel:before,
.freshicon-menu-travel:hover:before {
  background-position: 50% 0;
}

.freshicon-undefined-document:before,
.freshicon-menu-undefined-document:before {
  background-image: url("../assets/icons/undefined-document.svg");
}

.freshicon-menu-undefined-document:before,
.freshicon-menu-undefined-document:hover:before {
  background-position: 50% 0;
}

.freshicon-undo:before,
.freshicon-menu-undo:before {
  background-image: url("../assets/icons/undo.svg");
}

.freshicon-menu-undo:before,
.freshicon-menu-undo:hover:before {
  background-position: 50% 0;
}

.freshicon-unlock:before,
.freshicon-menu-unlock:before {
  background-image: url("../assets/icons/unlock.svg");
}

.freshicon-menu-unlock:before,
.freshicon-menu-unlock:hover:before {
  background-position: 50% 0;
}

.freshicon-unmapped-red:before,
.freshicon-menu-unmapped-red:before {
  background-image: url("../assets/icons/unmapped-red.svg");
}

.freshicon-menu-unmapped-red:before,
.freshicon-menu-unmapped-red:hover:before {
  background-position: 50% 0;
}

.freshicon-unmapped:before,
.freshicon-menu-unmapped:before {
  background-image: url("../assets/icons/unmapped.svg");
}

.freshicon-menu-unmapped:before,
.freshicon-menu-unmapped:hover:before {
  background-position: 50% 0;
}

.freshicon-unpin-2:before,
.freshicon-menu-unpin-2:before {
  background-image: url("../assets/icons/unpin-2.svg");
}

.freshicon-menu-unpin-2:before,
.freshicon-menu-unpin-2:hover:before {
  background-position: 50% 0;
}

.freshicon-unpin-left:before,
.freshicon-menu-unpin-left:before {
  background-image: url("../assets/icons/unpin-left.svg");
}

.freshicon-menu-unpin-left:before,
.freshicon-menu-unpin-left:hover:before {
  background-position: 50% 0;
}

.freshicon-unpin-right:before,
.freshicon-menu-unpin-right:before {
  background-image: url("../assets/icons/unpin-right.svg");
}

.freshicon-menu-unpin-right:before,
.freshicon-menu-unpin-right:hover:before {
  background-position: 50% 0;
}

.freshicon-unpin:before,
.freshicon-menu-unpin:before {
  background-image: url("../assets/icons/unpin.svg");
}

.freshicon-menu-unpin:before,
.freshicon-menu-unpin:hover:before {
  background-position: 50% 0;
}

.freshicon-unread-comment:before,
.freshicon-menu-unread-comment:before {
  background-image: url("../assets/icons/unread-comment.svg");
}

.freshicon-menu-unread-comment:before,
.freshicon-menu-unread-comment:hover:before {
  background-position: 50% 0;
}

.freshicon-upload:before,
.freshicon-menu-upload:before {
  background-image: url("../assets/icons/upload.svg");
}

.freshicon-menu-upload:before,
.freshicon-menu-upload:hover:before {
  background-position: 50% 0;
}

.freshicon-user-folder:before,
.freshicon-menu-user-folder:before {
  background-image: url("../assets/icons/user-folder.svg");
}

.freshicon-menu-user-folder:before,
.freshicon-menu-user-folder:hover:before {
  background-position: 50% 0;
}

.freshicon-user-info:before,
.freshicon-menu-user-info:before {
  background-image: url("../assets/icons/user-info.svg");
}

.freshicon-menu-user-info:before,
.freshicon-menu-user-info:hover:before {
  background-position: 50% 0;
}

.freshicon-user-list-2:before,
.freshicon-menu-user-list-2:before {
  background-image: url("../assets/icons/user-list-2.svg");
}

.freshicon-menu-user-list-2:before,
.freshicon-menu-user-list-2:hover:before {
  background-position: 50% 0;
}

.freshicon-user-list:before,
.freshicon-menu-user-list:before {
  background-image: url("../assets/icons/user-list.svg");
}

.freshicon-menu-user-list:before,
.freshicon-menu-user-list:hover:before {
  background-position: 50% 0;
}

.freshicon-user-placeholder:before,
.freshicon-menu-user-placeholder:before {
  background-image: url("../assets/icons/user-placeholder.svg");
}

.freshicon-menu-user-placeholder:before,
.freshicon-menu-user-placeholder:hover:before {
  background-position: 50% 0;
}

.freshicon-user-security:before,
.freshicon-menu-user-security:before {
  background-image: url("../assets/icons/user-security.svg");
}

.freshicon-menu-user-security:before,
.freshicon-menu-user-security:hover:before {
  background-position: 50% 0;
}

.freshicon-user-settings:before,
.freshicon-menu-user-settings:before {
  background-image: url("../assets/icons/user-settings.svg");
}

.freshicon-menu-user-settings:before,
.freshicon-menu-user-settings:hover:before {
  background-position: 50% 0;
}

.freshicon-user:before,
.freshicon-menu-user:before {
  background-image: url("../assets/icons/user.svg");
}

.freshicon-menu-user:before,
.freshicon-menu-user:hover:before {
  background-position: 50% 0;
}

.freshicon-users:before,
.freshicon-menu-users:before {
  background-image: url("../assets/icons/users.svg");
}

.freshicon-menu-users:before,
.freshicon-menu-users:hover:before {
  background-position: 50% 0;
}

.freshicon-vacation-2:before,
.freshicon-menu-vacation-2:before {
  background-image: url("../assets/icons/vacation-2.svg");
}

.freshicon-menu-vacation-2:before,
.freshicon-menu-vacation-2:hover:before {
  background-position: 50% 0;
}

.freshicon-vacation:before,
.freshicon-menu-vacation:before {
  background-image: url("../assets/icons/vacation.svg");
}

.freshicon-menu-vacation:before,
.freshicon-menu-vacation:hover:before {
  background-position: 50% 0;
}

.freshicon-video:before,
.freshicon-menu-video:before {
  background-image: url("../assets/icons/video.svg");
}

.freshicon-menu-video:before,
.freshicon-menu-video:hover:before {
  background-position: 50% 0;
}

.freshicon-view-time-report:before,
.freshicon-menu-view-time-report:before {
  background-image: url("../assets/icons/view-time-report.svg");
}

.freshicon-menu-view-time-report:before,
.freshicon-menu-view-time-report:hover:before {
  background-position: 50% 0;
}

.freshicon-wage-code:before,
.freshicon-menu-wage-code:before {
  background-image: url("../assets/icons/wage-code.svg");
}

.freshicon-menu-wage-code:before,
.freshicon-menu-wage-code:hover:before {
  background-position: 50% 0;
}

.freshicon-watch:before,
.freshicon-menu-watch:before {
  background-image: url("../assets/icons/watch.svg");
}

.freshicon-menu-watch:before,
.freshicon-menu-watch:hover:before {
  background-position: 50% 0;
}

.freshicon-watchers:before,
.freshicon-menu-watchers:before {
  background-image: url("../assets/icons/watchers.svg");
}

.freshicon-menu-watchers:before,
.freshicon-menu-watchers:hover:before {
  background-position: 50% 0;
}

.freshicon-web:before,
.freshicon-menu-web:before {
  background-image: url("../assets/icons/web.svg");
}

.freshicon-menu-web:before,
.freshicon-menu-web:hover:before {
  background-position: 50% 0;
}

.freshicon-wide:before,
.freshicon-menu-wide:before {
  background-image: url("../assets/icons/wide.svg");
}

.freshicon-menu-wide:before,
.freshicon-menu-wide:hover:before {
  background-position: 50% 0;
}

.freshicon-word-document:before,
.freshicon-menu-word-document:before {
  background-image: url("../assets/icons/word-document.svg");
}

.freshicon-menu-word-document:before,
.freshicon-menu-word-document:hover:before {
  background-position: 50% 0;
}

.freshicon-working-day-2:before,
.freshicon-menu-working-day-2:before {
  background-image: url("../assets/icons/working-day-2.svg");
}

.freshicon-menu-working-day-2:before,
.freshicon-menu-working-day-2:hover:before {
  background-position: 50% 0;
}

.freshicon-working-day-3:before,
.freshicon-menu-working-day-3:before {
  background-image: url("../assets/icons/working-day-3.svg");
}

.freshicon-menu-working-day-3:before,
.freshicon-menu-working-day-3:hover:before {
  background-position: 50% 0;
}

.freshicon-working-day:before,
.freshicon-menu-working-day:before {
  background-image: url("../assets/icons/working-day.svg");
}

.freshicon-menu-working-day:before,
.freshicon-menu-working-day:hover:before {
  background-position: 50% 0;
}

.freshicon-xml-document:before,
.freshicon-menu-xml-document:before {
  background-image: url("../assets/icons/xml-document.svg");
}

.freshicon-menu-xml-document:before,
.freshicon-menu-xml-document:hover:before {
  background-position: 50% 0;
}

.freshicon-xml:before,
.freshicon-menu-xml:before {
  background-image: url("../assets/icons/xml.svg");
}

.freshicon-menu-xml:before,
.freshicon-menu-xml:hover:before {
  background-position: 50% 0;
}

.freshicon-zoom-in:before,
.freshicon-menu-zoom-in:before {
  background-image: url("../assets/icons/zoom-in.svg");
}

.freshicon-menu-zoom-in:before,
.freshicon-menu-zoom-in:hover:before {
  background-position: 50% 0;
}

.freshicon-zoom-out:before,
.freshicon-menu-zoom-out:before {
  background-image: url("../assets/icons/zoom-out.svg");
}

.freshicon-menu-zoom-out:before,
.freshicon-menu-zoom-out:hover:before {
  background-position: 50% 0;
}

.btn {
  text-transform: uppercase;
}

.btn-primary.hover,
.btn-primary:hover {
  color: #fff;
  background-color: #33b5e8;
  border-color: #33b5e8;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #00a3e2;
  border-color: #00a3e2;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0082b5;
  border-color: #0082b5;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-primary-100.hover,
.btn-primary-100:hover {
  color: #333333;
  background-color: #5cc4ec;
  border-color: #5cc4ec;
}

.btn-primary-100:focus,
.btn-primary-100.focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-primary-100.disabled,
.btn-primary-100:disabled {
  color: #fff;
  background-color: #33B5E7;
  border-color: #33B5E7;
}

.btn-primary-100:not(:disabled):not(.disabled):active,
.btn-primary-100:not(:disabled):not(.disabled).active,
.show > .btn-primary-100.dropdown-toggle {
  color: #fff;
  background-color: #2991b9;
  border-color: #2991b9;
}

.btn-primary-100:not(:disabled):not(.disabled):active:focus,
.btn-primary-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-100.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-secondary.hover,
.btn-secondary:hover {
  color: #333333;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #333333;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #333333;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-success.hover,
.btn-success:hover {
  color: #333333;
  background-color: #33ee79;
  border-color: #33ee79;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #00ea57;
  border-color: #00ea57;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00bb46;
  border-color: #00bb46;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-warning.hover,
.btn-warning:hover {
  color: #333333;
  background-color: #ffcd39;
  border-color: #ffcd39;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #333333;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #333333;
  background-color: #cc9a06;
  border-color: #cc9a06;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-danger.hover,
.btn-danger:hover {
  color: #fff;
  background-color: #ff5633;
  border-color: #ff5633;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ff2c00;
  border-color: #ff2c00;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc2300;
  border-color: #cc2300;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-grey.hover,
.btn-grey:hover {
  color: #333333;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.btn-grey:focus,
.btn-grey.focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-grey.disabled,
.btn-grey:disabled {
  color: #333333;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-grey:not(:disabled):not(.disabled):active,
.btn-grey:not(:disabled):not(.disabled).active,
.show > .btn-grey.dropdown-toggle {
  color: #333333;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}

.btn-grey:not(:disabled):not(.disabled):active:focus,
.btn-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-accent.hover,
.btn-accent:hover {
  color: #fff;
  background-color: #c365a4;
  border-color: #c365a4;
}

.btn-accent:focus,
.btn-accent.focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-accent.disabled,
.btn-accent:disabled {
  color: #fff;
  background-color: #b43f8d;
  border-color: #b43f8d;
}

.btn-accent:not(:disabled):not(.disabled):active,
.btn-accent:not(:disabled):not(.disabled).active,
.show > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: #903271;
  border-color: #903271;
}

.btn-accent:not(:disabled):not(.disabled):active:focus,
.btn-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-info.hover,
.btn-info:hover {
  color: #fff;
  background-color: #33b5e8;
  border-color: #33b5e8;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #00a3e2;
  border-color: #00a3e2;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0082b5;
  border-color: #0082b5;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-light.hover,
.btn-light:hover {
  color: #333333;
  background-color: whitesmoke;
  border-color: whitesmoke;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-light.disabled,
.btn-light:disabled {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #333333;
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-dark.hover,
.btn-dark:hover {
  color: #fff;
  background-color: #3d4e5f;
  border-color: #3d4e5f;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #0C2237;
  border-color: #0C2237;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0a1b2c;
  border-color: #0a1b2c;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.btn-link,
.btn-secondary-link {
  font-weight: 700;
  color: #00a3e2;
  background-color: transparent;
}

.btn-link.hover,
.btn-link:hover,
.btn-secondary-link.hover,
.btn-secondary-link:hover {
  color: #00a3e2;
  opacity: 0.8;
  text-decoration: none;
}

.btn-link:focus,
.btn-link.focus,
.btn-secondary-link:focus,
.btn-secondary-link.focus {
  text-decoration: none;
  border-color: #00a3e2;
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
  text-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled,
.btn-secondary-link:disabled,
.btn-secondary-link.disabled {
  color: #00a3e2;
  pointer-events: none;
  opacity: 0.4;
}

.btn-link:not(:disabled):not(.disabled):active,
.btn-link:not(:disabled):not(.disabled).active,
.btn-secondary-link:not(:disabled):not(.disabled):active,
.btn-secondary-link:not(:disabled):not(.disabled).active {
  color: #0082b4;
  text-decoration: none;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-absence-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-absence-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-absence-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-absence-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-absence-3:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-absence-3:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-absence-3:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-absence-3:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-absence:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-absence:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-absence:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-absence:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-add-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-add-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-add-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-add-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-add-attachment:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-add-attachment:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-add-attachment:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-add-attachment:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-add-comment:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-add-comment:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-add-comment:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-add-comment:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-add-directories:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-add-directories:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-add-directories:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-add-directories:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-add-to-req-template:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-add-to-req-template:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-add-to-req-template:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-add-to-req-template:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-add-user:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-add-user:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-add-user:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-add-user:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-add:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-add:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-add:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-add:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-adjust-hours:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-adjust-hours:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-adjust-hours:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-adjust-hours:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-adoption-leave:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-adoption-leave:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-adoption-leave:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-adoption-leave:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-agreement:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-agreement:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-agreement:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-agreement:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-alarm:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-alarm:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-alarm:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-alarm:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-circle-full-blue:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-circle-full-blue:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-circle-full-blue:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-circle-full-blue:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-circle-full-red:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-circle-full-red:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-circle-full-red:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-circle-full-red:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-circle-late:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-circle-late:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-circle-late:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-circle-late:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-circle-red:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-circle-red:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-circle-red:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-circle-red:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-circle:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-circle:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-circle:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-circle:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-full-yellow:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-full-yellow:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-full-yellow:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-full-yellow:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-triangle-orange:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-triangle-orange:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-triangle-orange:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-triangle-orange:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-triangle:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-triangle:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-alert-triangle:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-alert-triangle:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-alert:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-alert:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-alert:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-alert:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-announcement:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-announcement:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-announcement:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-announcement:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-approval:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-approval:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-approval:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-approval:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-approved-green:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-approved-green:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-approved-green:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-approved-green:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-archive-document:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-archive-document:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-archive-document:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-archive-document:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-attach:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-attach:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-attach:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-attach:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-attendance:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-attendance:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-attendance:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-attendance:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-audit-log:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-audit-log:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-audit-log:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-audit-log:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-auto-adjust-columns:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-auto-adjust-columns:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-auto-adjust-columns:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-auto-adjust-columns:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-bank-holiday:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-bank-holiday:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-bank-holiday:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-bank-holiday:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-banking:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-banking:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-banking:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-banking:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-bar-graph:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-bar-graph:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-bar-graph:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-bar-graph:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-birth:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-birth:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-birth:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-birth:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-bonus-gift:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-bonus-gift:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-bonus-gift:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-bonus-gift:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-breadcrumb-folder:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-breadcrumb-folder:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-breadcrumb-folder:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-breadcrumb-folder:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-briefcase:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-briefcase:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-briefcase:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-briefcase:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-bug-green:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-bug-green:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-bug-green:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-bug-green:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-bug:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-bug:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-bug:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-bug:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-burger:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-burger:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-burger:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-burger:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-calculator:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-calculator:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-calculator:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-calculator:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-calendar:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-calendar:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-calendar:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-calendar:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-cancel-small:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-cancel-small:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-cancel-small:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-cancel-small:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-cancel:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-cancel:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-cancel:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-cancel:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-change-log:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-change-log:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-change-log:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-change-log:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-change-owner:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-change-owner:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-change-owner:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-change-owner:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-change-width:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-change-width:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-change-width:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-change-width:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-down-small:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-down-small:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-down-small:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-down-small:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-down:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-down:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-down:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-down:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-fat:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-fat:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-fat:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-fat:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-left-small:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-left-small:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-left-small:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-left-small:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-left:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-left:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-left:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-left:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-right-small:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-right-small:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-right-small:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-right-small:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-right:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-right:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-right:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-right:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-up-small:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-up-small:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-up-small:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-up-small:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-up:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-up:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-chevron-up:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-chevron-up:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-coffee-break:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-coffee-break:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-coffee-break:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-coffee-break:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-collapse-left:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-collapse-left:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-collapse-left:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-collapse-left:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-collapse-right:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-collapse-right:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-collapse-right:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-collapse-right:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-colour-bucket:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-colour-bucket:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-colour-bucket:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-colour-bucket:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-column-picker:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-column-picker:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-column-picker:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-column-picker:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-combo-grid:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-combo-grid:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-combo-grid:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-combo-grid:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-comment-chat:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-comment-chat:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-comment-chat:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-comment-chat:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-comment-on-file:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-comment-on-file:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-comment-on-file:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-comment-on-file:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-comment-web-reply:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-comment-web-reply:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-comment-web-reply:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-comment-web-reply:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-comment:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-comment:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-comment:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-comment:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-compare:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-compare:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-compare:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-compare:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-content-edit:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-content-edit:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-content-edit:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-content-edit:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-contract-edit:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-contract-edit:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-contract-edit:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-contract-edit:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-contract:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-contract:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-contract:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-contract:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-copy-grid-all-cells:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-copy-grid-all-cells:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-copy-grid-all-cells:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-copy-grid-all-cells:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-copy-grid-empty-cells:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-copy-grid-empty-cells:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-copy-grid-empty-cells:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-copy-grid-empty-cells:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-copy-grid-row:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-copy-grid-row:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-copy-grid-row:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-copy-grid-row:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-copy:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-copy:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-copy:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-copy:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-corner-resize-small:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-corner-resize-small:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-corner-resize-small:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-corner-resize-small:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-corner-resize:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-corner-resize:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-corner-resize:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-corner-resize:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-create-an-order:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-create-an-order:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-create-an-order:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-create-an-order:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-custom-views:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-custom-views:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-custom-views:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-custom-views:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-cut:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-cut:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-cut:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-cut:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-daily-allowance:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-daily-allowance:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-daily-allowance:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-daily-allowance:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-database:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-database:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-database:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-database:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-date-picker:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-date-picker:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-date-picker:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-date-picker:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-delete-red:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-delete-red:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-delete-red:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-delete-red:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-delete:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-delete:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-delete:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-delete:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-delivery-notification-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-delivery-notification-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-delivery-notification-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-delivery-notification-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-delivery-notification:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-delivery-notification:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-delivery-notification:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-delivery-notification:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-delivery-reception-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-delivery-reception-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-delivery-reception-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-delivery-reception-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-delivery-reception:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-delivery-reception:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-delivery-reception:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-delivery-reception:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-detach:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-detach:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-detach:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-detach:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-disabled-red:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-disabled-red:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-disabled-red:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-disabled-red:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-disabled:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-disabled:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-disabled:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-disabled:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-dislike:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-dislike:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-dislike:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-dislike:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-distribution:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-distribution:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-distribution:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-distribution:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-document-area:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-document-area:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-document-area:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-document-area:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-document-info:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-document-info:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-document-info:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-document-info:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-document-production:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-document-production:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-document-production:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-document-production:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-download:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-download:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-download:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-download:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-drag:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-drag:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-drag:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-drag:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-edit-column:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-edit-column:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-edit-column:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-edit-column:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-edit-row:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-edit-row:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-edit-row:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-edit-row:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-edit:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-edit:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-edit:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-edit:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-education:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-education:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-education:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-education:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-email:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-email:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-email:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-email:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-encrypted-pdf:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-encrypted-pdf:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-encrypted-pdf:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-encrypted-pdf:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-enter-full-screen:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-enter-full-screen:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-enter-full-screen:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-enter-full-screen:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-environmental:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-environmental:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-environmental:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-environmental:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-error-full-red:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-error-full-red:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-error-full-red:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-error-full-red:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-error-red:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-error-red:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-error-red:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-error-red:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-error:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-error:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-error:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-error:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-evaluate:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-evaluate:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-evaluate:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-evaluate:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-events:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-events:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-events:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-events:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-excel-document:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-excel-document:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-excel-document:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-excel-document:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-exit-fullscreen:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-exit-fullscreen:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-exit-fullscreen:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-exit-fullscreen:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-expand:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-expand:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-expand:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-expand:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-expense-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-expense-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-expense-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-expense-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-expense-3:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-expense-3:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-expense-3:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-expense-3:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-expense-4:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-expense-4:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-expense-4:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-expense-4:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-expense:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-expense:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-expense:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-expense:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-export-csv:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-export-csv:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-export-csv:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-export-csv:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-export:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-export:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-export:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-export:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-extrude:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-extrude:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-extrude:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-extrude:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-fatal-red:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-fatal-red:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-fatal-red:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-fatal-red:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-fatal:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-fatal:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-fatal:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-fatal:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-favorite-full-blue:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-favorite-full-blue:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-favorite-full-blue:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-favorite-full-blue:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-favorite:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-favorite:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-favorite:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-favorite:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-files:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-files:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-files:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-files:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-filter:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-filter:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-filter:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-filter:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-finance:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-finance:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-finance:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-finance:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-first:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-first:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-first:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-first:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-flag-full-yellow:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-flag-full-yellow:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-flag-full-yellow:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-flag-full-yellow:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-flag:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-flag:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-flag:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-flag:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-folder-closed:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-folder-closed:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-folder-closed:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-folder-closed:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-folder-open:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-folder-open:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-folder-open:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-folder-open:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-font-colour:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-font-colour:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-font-colour:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-font-colour:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-forbidden:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-forbidden:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-forbidden:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-forbidden:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-forward:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-forward:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-forward:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-forward:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-function:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-function:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-function:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-function:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-future:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-future:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-future:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-future:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-graph-chart:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-graph-chart:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-graph-chart:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-graph-chart:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-heart:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-heart:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-heart:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-heart:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-help-full-grey:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-help-full-grey:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-help-full-grey:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-help-full-grey:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-help-full-purple:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-help-full-purple:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-help-full-purple:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-help-full-purple:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-help-purple:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-help-purple:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-help-purple:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-help-purple:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-help:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-help:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-help:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-help:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-hide-password:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-hide-password:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-hide-password:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-hide-password:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-history:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-history:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-history:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-history:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-holiday-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-holiday-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-holiday-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-holiday-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-home-app:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-home-app:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-home-app:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-home-app:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-home:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-home:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-home:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-home:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-hourglass-yellow:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-hourglass-yellow:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-hourglass-yellow:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-hourglass-yellow:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-hourglass:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-hourglass:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-hourglass:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-hourglass:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-image-doc:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-image-doc:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-image-doc:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-image-doc:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-import:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-import:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-import:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-import:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-incoming:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-incoming:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-incoming:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-incoming:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-info-blue:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-info-blue:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-info-blue:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-info-blue:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-info-full-blue:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-info-full-blue:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-info-full-blue:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-info-full-blue:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-info:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-info:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-info:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-info:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-integration:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-integration:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-integration:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-integration:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-invoice-payroll-calculation:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-invoice-payroll-calculation:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-invoice-payroll-calculation:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-invoice-payroll-calculation:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-last:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-last:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-last:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-last:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-layout-templates:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-layout-templates:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-layout-templates:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-layout-templates:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-library:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-library:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-library:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-library:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-like:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-like:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-like:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-like:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-link:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-link:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-link:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-link:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-list-view-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-list-view-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-list-view-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-list-view-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-list-view:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-list-view:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-list-view:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-list-view:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-location:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-location:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-location:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-location:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-lock:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-lock:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-lock:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-lock:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-lodging:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-lodging:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-lodging:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-lodging:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-logon-failed:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-logon-failed:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-logon-failed:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-logon-failed:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-logout:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-logout:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-logout:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-logout:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-lunch:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-lunch:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-lunch:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-lunch:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-mailbox:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-mailbox:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-mailbox:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-mailbox:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-managers-time-reg:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-managers-time-reg:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-managers-time-reg:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-managers-time-reg:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-merge:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-merge:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-merge:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-merge:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-messages-notification:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-messages-notification:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-messages-notification:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-messages-notification:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-messages:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-messages:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-messages:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-messages:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-mileage-1:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-mileage-1:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-mileage-1:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-mileage-1:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-mileage-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-mileage-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-mileage-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-mileage-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-mileage-3:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-mileage-3:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-mileage-3:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-mileage-3:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-minus:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-minus:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-minus:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-minus:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-more-dots:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-more-dots:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-more-dots:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-more-dots:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-more-down:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-more-down:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-more-down:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-more-down:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-more-left:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-more-left:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-more-left:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-more-left:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-more-right:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-more-right:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-more-right:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-more-right:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-more-up:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-more-up:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-more-up:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-more-up:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-more:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-more:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-more:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-more:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-multiple-selection:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-multiple-selection:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-multiple-selection:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-multiple-selection:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-narrow:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-narrow:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-narrow:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-narrow:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-new:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-new:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-new:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-new:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-news:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-news:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-news:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-news:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-note-blank:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-note-blank:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-note-blank:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-note-blank:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-note-filled:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-note-filled:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-note-filled:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-note-filled:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-note:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-note:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-note:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-note:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-notifications:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-notifications:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-notifications:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-notifications:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-office-building-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-office-building-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-office-building-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-office-building-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-office-building:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-office-building:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-office-building:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-office-building:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-ok-basic-small:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-ok-basic-small:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-ok-basic-small:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-ok-basic-small:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-ok-basic:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-ok-basic:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-ok-basic:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-ok-basic:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-ok-late:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-ok-late:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-ok-late:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-ok-late:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-ok:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-ok:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-ok:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-ok:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-order-closed:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-order-closed:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-order-closed:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-order-closed:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-order-imported:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-order-imported:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-order-imported:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-order-imported:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-overtime:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-overtime:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-overtime:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-overtime:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-paid:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-paid:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-paid:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-paid:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-paint-palette:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-paint-palette:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-paint-palette:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-paint-palette:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-panel:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-panel:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-panel:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-panel:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-paper-plane:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-paper-plane:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-paper-plane:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-paper-plane:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-parent:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-parent:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-parent:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-parent:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-parental-leave-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-parental-leave-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-parental-leave-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-parental-leave-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-parental-leave:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-parental-leave:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-parental-leave:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-parental-leave:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-paste:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-paste:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-paste:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-paste:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-pause:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-pause:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-pause:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-pause:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-payslips:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-payslips:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-payslips:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-payslips:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-pdf-document:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-pdf-document:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-pdf-document:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-pdf-document:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-phone:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-phone:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-phone:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-phone:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-pie-chart:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-pie-chart:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-pie-chart:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-pie-chart:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-pin-left:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-pin-left:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-pin-left:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-pin-left:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-pin-right:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-pin-right:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-pin-right:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-pin-right:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-pin:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-pin:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-pin:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-pin:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-platform-cloud:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-platform-cloud:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-platform-cloud:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-platform-cloud:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-platform-mobile:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-platform-mobile:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-platform-mobile:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-platform-mobile:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-play:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-play:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-play:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-play:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-preview-file:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-preview-file:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-preview-file:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-preview-file:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-price:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-price:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-price:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-price:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-print:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-print:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-print:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-print:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-project:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-project:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-project:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-project:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-purchase-truck:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-purchase-truck:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-purchase-truck:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-purchase-truck:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-ready-late:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-ready-late:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-ready-late:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-ready-late:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-ready:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-ready:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-ready:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-ready:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-read-comment:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-read-comment:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-read-comment:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-read-comment:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-recent:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-recent:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-recent:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-recent:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-redo:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-redo:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-redo:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-redo:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-refresh:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-refresh:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-refresh:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-refresh:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-remove:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-remove:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-remove:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-remove:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-replace:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-replace:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-replace:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-replace:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-reset:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-reset:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-reset:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-reset:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-rotate-ccw:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-rotate-ccw:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-rotate-ccw:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-rotate-ccw:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-rotate-cw:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-rotate-cw:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-rotate-cw:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-rotate-cw:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-row-density-large:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-row-density-large:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-row-density-large:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-row-density-large:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-row-density-medium:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-row-density-medium:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-row-density-medium:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-row-density-medium:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-row-density-small:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-row-density-small:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-row-density-small:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-row-density-small:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-row-density:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-row-density:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-row-density:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-row-density:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-row-level-security:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-row-level-security:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-row-level-security:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-row-level-security:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-save:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-save:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-save:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-save:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-search:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-search:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-search:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-search:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-send:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-send:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-send:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-send:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-sending-failed:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-sending-failed:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-sending-failed:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-sending-failed:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-settings-edit:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-settings-edit:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-settings-edit:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-settings-edit:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-settings:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-settings:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-settings:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-settings:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-share-to-users-1:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-share-to-users-1:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-share-to-users-1:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-share-to-users-1:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-share-to-users-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-share-to-users-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-share-to-users-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-share-to-users-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-share:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-share:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-share:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-share:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-shared-user:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-shared-user:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-shared-user:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-shared-user:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-shared-with-me:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-shared-with-me:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-shared-with-me:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-shared-with-me:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-shopping-cart:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-shopping-cart:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-shopping-cart:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-shopping-cart:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-sick-leave:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-sick-leave:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-sick-leave:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-sick-leave:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-single-selection:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-single-selection:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-single-selection:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-single-selection:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-sort-list-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-sort-list-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-sort-list-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-sort-list-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-sort-list:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-sort-list:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-sort-list:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-sort-list:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-sound:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-sound:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-sound:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-sound:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-special-approved:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-special-approved:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-special-approved:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-special-approved:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-split:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-split:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-split:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-split:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-storage-in-stock:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-storage-in-stock:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-storage-in-stock:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-storage-in-stock:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-storage:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-storage:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-storage:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-storage:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-success-full-green:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-success-full-green:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-success-full-green:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-success-full-green:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-summary:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-summary:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-summary:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-summary:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-switch-from-to:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-switch-from-to:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-switch-from-to:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-switch-from-to:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-system-management:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-system-management:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-system-management:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-system-management:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-table:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-table:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-table:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-table:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-table-edit:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-table-edit:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-table-edit:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-table-edit:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-tag:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-tag:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-tag:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-tag:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-tax-overview:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-tax-overview:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-tax-overview:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-tax-overview:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-taxes:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-taxes:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-taxes:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-taxes:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-text-alignment:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-text-alignment:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-text-alignment:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-text-alignment:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-text-bold:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-text-bold:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-text-bold:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-text-bold:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-text-centered:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-text-centered:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-text-centered:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-text-centered:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-text-document:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-text-document:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-text-document:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-text-document:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-text-italic:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-text-italic:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-text-italic:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-text-italic:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-text-left-aligned:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-text-left-aligned:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-text-left-aligned:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-text-left-aligned:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-text-right-aligned:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-text-right-aligned:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-text-right-aligned:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-text-right-aligned:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-text-strikethrough:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-text-strikethrough:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-text-strikethrough:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-text-strikethrough:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-text-underline:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-text-underline:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-text-underline:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-text-underline:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-the-view:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-the-view:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-the-view:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-the-view:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-tie:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-tie:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-tie:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-tie:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-time:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-time:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-time:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-time:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-travel-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-travel-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-travel-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-travel-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-travel-3:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-travel-3:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-travel-3:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-travel-3:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-travel:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-travel:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-travel:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-travel:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-undefined-document:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-undefined-document:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-undefined-document:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-undefined-document:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-undo:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-undo:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-undo:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-undo:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-unlock:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-unlock:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-unlock:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-unlock:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-unmapped-red:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-unmapped-red:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-unmapped-red:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-unmapped-red:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-unmapped:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-unmapped:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-unmapped:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-unmapped:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-unpin-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-unpin-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-unpin-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-unpin-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-unpin-left:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-unpin-left:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-unpin-left:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-unpin-left:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-unpin-right:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-unpin-right:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-unpin-right:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-unpin-right:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-unpin:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-unpin:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-unpin:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-unpin:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-unread-comment:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-unread-comment:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-unread-comment:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-unread-comment:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-upload:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-upload:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-upload:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-upload:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-user-folder:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-user-folder:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-user-folder:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-user-folder:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-user-info:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-user-info:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-user-info:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-user-info:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-user-list-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-user-list-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-user-list-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-user-list-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-user-list:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-user-list:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-user-list:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-user-list:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-user-placeholder:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-user-placeholder:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-user-placeholder:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-user-placeholder:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-user-security:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-user-security:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-user-security:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-user-security:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-user-settings:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-user-settings:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-user-settings:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-user-settings:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-user:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-user:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-user:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-user:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-users:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-users:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-users:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-users:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-vacation-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-vacation-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-vacation-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-vacation-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-vacation:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-vacation:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-vacation:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-vacation:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-video:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-video:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-video:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-video:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-view-time-report:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-view-time-report:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-view-time-report:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-view-time-report:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-wage-code:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-wage-code:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-wage-code:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-wage-code:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-watch:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-watch:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-watch:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-watch:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-watchers:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-watchers:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-watchers:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-watchers:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-web:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-web:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-web:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-web:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-wide:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-wide:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-wide:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-wide:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-word-document:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-word-document:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-word-document:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-word-document:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-working-day-2:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-working-day-2:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-working-day-2:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-working-day-2:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-working-day-3:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-working-day-3:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-working-day-3:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-working-day-3:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-working-day:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-working-day:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-working-day:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-working-day:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-xml-document:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-xml-document:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-xml-document:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-xml-document:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-xml:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-xml:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-xml:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-xml:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-zoom-in:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-zoom-in:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-zoom-in:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-zoom-in:before {
  background-position: 100% 0;
}

.btn-link:not(:disabled):not(.disabled):active .freshicon-btn-zoom-out:before,
.btn-link:not(:disabled):not(.disabled).active .freshicon-btn-zoom-out:before,
.btn-secondary-link:not(:disabled):not(.disabled):active .freshicon-btn-zoom-out:before,
.btn-secondary-link:not(:disabled):not(.disabled).active .freshicon-btn-zoom-out:before {
  background-position: 100% 0;
}

.btn-link .freshicon-btn-absence-2:before,
.btn-secondary-link .freshicon-btn-absence-2:before {
  background-image: url("../assets/icons/absence-2.svg");
}

.btn-link .freshicon-btn-absence-3:before,
.btn-secondary-link .freshicon-btn-absence-3:before {
  background-image: url("../assets/icons/absence-3.svg");
}

.btn-link .freshicon-btn-absence:before,
.btn-secondary-link .freshicon-btn-absence:before {
  background-image: url("../assets/icons/absence.svg");
}

.btn-link .freshicon-btn-add-2:before,
.btn-secondary-link .freshicon-btn-add-2:before {
  background-image: url("../assets/icons/add-2.svg");
}

.btn-link .freshicon-btn-add-attachment:before,
.btn-secondary-link .freshicon-btn-add-attachment:before {
  background-image: url("../assets/icons/add-attachment.svg");
}

.btn-link .freshicon-btn-add-comment:before,
.btn-secondary-link .freshicon-btn-add-comment:before {
  background-image: url("../assets/icons/add-comment.svg");
}

.btn-link .freshicon-btn-add-directories:before,
.btn-secondary-link .freshicon-btn-add-directories:before {
  background-image: url("../assets/icons/add-directories.svg");
}

.btn-link .freshicon-btn-add-to-req-template:before,
.btn-secondary-link .freshicon-btn-add-to-req-template:before {
  background-image: url("../assets/icons/add-to-req-template.svg");
}

.btn-link .freshicon-btn-add-user:before,
.btn-secondary-link .freshicon-btn-add-user:before {
  background-image: url("../assets/icons/add-user.svg");
}

.btn-link .freshicon-btn-add:before,
.btn-secondary-link .freshicon-btn-add:before {
  background-image: url("../assets/icons/add.svg");
}

.btn-link .freshicon-btn-adjust-hours:before,
.btn-secondary-link .freshicon-btn-adjust-hours:before {
  background-image: url("../assets/icons/adjust-hours.svg");
}

.btn-link .freshicon-btn-adoption-leave:before,
.btn-secondary-link .freshicon-btn-adoption-leave:before {
  background-image: url("../assets/icons/adoption-leave.svg");
}

.btn-link .freshicon-btn-agreement:before,
.btn-secondary-link .freshicon-btn-agreement:before {
  background-image: url("../assets/icons/agreement.svg");
}

.btn-link .freshicon-btn-alarm:before,
.btn-secondary-link .freshicon-btn-alarm:before {
  background-image: url("../assets/icons/alarm.svg");
}

.btn-link .freshicon-btn-alert-circle-full-blue:before,
.btn-secondary-link .freshicon-btn-alert-circle-full-blue:before {
  background-image: url("../assets/icons/alert-circle-full-blue.svg");
}

.btn-link .freshicon-btn-alert-circle-full-red:before,
.btn-secondary-link .freshicon-btn-alert-circle-full-red:before {
  background-image: url("../assets/icons/alert-circle-full-red.svg");
}

.btn-link .freshicon-btn-alert-circle-late:before,
.btn-secondary-link .freshicon-btn-alert-circle-late:before {
  background-image: url("../assets/icons/alert-circle-late.svg");
}

.btn-link .freshicon-btn-alert-circle-red:before,
.btn-secondary-link .freshicon-btn-alert-circle-red:before {
  background-image: url("../assets/icons/alert-circle-red.svg");
}

.btn-link .freshicon-btn-alert-circle:before,
.btn-secondary-link .freshicon-btn-alert-circle:before {
  background-image: url("../assets/icons/alert-circle.svg");
}

.btn-link .freshicon-btn-alert-full-yellow:before,
.btn-secondary-link .freshicon-btn-alert-full-yellow:before {
  background-image: url("../assets/icons/alert-full-yellow.svg");
}

.btn-link .freshicon-btn-alert-triangle-orange:before,
.btn-secondary-link .freshicon-btn-alert-triangle-orange:before {
  background-image: url("../assets/icons/alert-triangle-orange.svg");
}

.btn-link .freshicon-btn-alert-triangle:before,
.btn-secondary-link .freshicon-btn-alert-triangle:before {
  background-image: url("../assets/icons/alert-triangle.svg");
}

.btn-link .freshicon-btn-alert:before,
.btn-secondary-link .freshicon-btn-alert:before {
  background-image: url("../assets/icons/alert.svg");
}

.btn-link .freshicon-btn-announcement:before,
.btn-secondary-link .freshicon-btn-announcement:before {
  background-image: url("../assets/icons/announcement.svg");
}

.btn-link .freshicon-btn-approval:before,
.btn-secondary-link .freshicon-btn-approval:before {
  background-image: url("../assets/icons/approval.svg");
}

.btn-link .freshicon-btn-approved-green:before,
.btn-secondary-link .freshicon-btn-approved-green:before {
  background-image: url("../assets/icons/approved-green.svg");
}

.btn-link .freshicon-btn-archive-document:before,
.btn-secondary-link .freshicon-btn-archive-document:before {
  background-image: url("../assets/icons/archive-document.svg");
}

.btn-link .freshicon-btn-attach:before,
.btn-secondary-link .freshicon-btn-attach:before {
  background-image: url("../assets/icons/attach.svg");
}

.btn-link .freshicon-btn-attendance:before,
.btn-secondary-link .freshicon-btn-attendance:before {
  background-image: url("../assets/icons/attendance.svg");
}

.btn-link .freshicon-btn-audit-log:before,
.btn-secondary-link .freshicon-btn-audit-log:before {
  background-image: url("../assets/icons/audit-log.svg");
}

.btn-link .freshicon-btn-auto-adjust-columns:before,
.btn-secondary-link .freshicon-btn-auto-adjust-columns:before {
  background-image: url("../assets/icons/auto-adjust-columns.svg");
}

.btn-link .freshicon-btn-bank-holiday:before,
.btn-secondary-link .freshicon-btn-bank-holiday:before {
  background-image: url("../assets/icons/bank-holiday.svg");
}

.btn-link .freshicon-btn-banking:before,
.btn-secondary-link .freshicon-btn-banking:before {
  background-image: url("../assets/icons/banking.svg");
}

.btn-link .freshicon-btn-bar-graph:before,
.btn-secondary-link .freshicon-btn-bar-graph:before {
  background-image: url("../assets/icons/bar-graph.svg");
}

.btn-link .freshicon-btn-birth:before,
.btn-secondary-link .freshicon-btn-birth:before {
  background-image: url("../assets/icons/birth.svg");
}

.btn-link .freshicon-btn-bonus-gift:before,
.btn-secondary-link .freshicon-btn-bonus-gift:before {
  background-image: url("../assets/icons/bonus-gift.svg");
}

.btn-link .freshicon-btn-breadcrumb-folder:before,
.btn-secondary-link .freshicon-btn-breadcrumb-folder:before {
  background-image: url("../assets/icons/breadcrumb-folder.svg");
}

.btn-link .freshicon-btn-briefcase:before,
.btn-secondary-link .freshicon-btn-briefcase:before {
  background-image: url("../assets/icons/briefcase.svg");
}

.btn-link .freshicon-btn-bug-green:before,
.btn-secondary-link .freshicon-btn-bug-green:before {
  background-image: url("../assets/icons/bug-green.svg");
}

.btn-link .freshicon-btn-bug:before,
.btn-secondary-link .freshicon-btn-bug:before {
  background-image: url("../assets/icons/bug.svg");
}

.btn-link .freshicon-btn-burger:before,
.btn-secondary-link .freshicon-btn-burger:before {
  background-image: url("../assets/icons/burger.svg");
}

.btn-link .freshicon-btn-calculator:before,
.btn-secondary-link .freshicon-btn-calculator:before {
  background-image: url("../assets/icons/calculator.svg");
}

.btn-link .freshicon-btn-calendar:before,
.btn-secondary-link .freshicon-btn-calendar:before {
  background-image: url("../assets/icons/calendar.svg");
}

.btn-link .freshicon-btn-cancel-small:before,
.btn-secondary-link .freshicon-btn-cancel-small:before {
  background-image: url("../assets/icons/cancel-small.svg");
}

.btn-link .freshicon-btn-cancel:before,
.btn-secondary-link .freshicon-btn-cancel:before {
  background-image: url("../assets/icons/cancel.svg");
}

.btn-link .freshicon-btn-change-log:before,
.btn-secondary-link .freshicon-btn-change-log:before {
  background-image: url("../assets/icons/change-log.svg");
}

.btn-link .freshicon-btn-change-owner:before,
.btn-secondary-link .freshicon-btn-change-owner:before {
  background-image: url("../assets/icons/change-owner.svg");
}

.btn-link .freshicon-btn-change-width:before,
.btn-secondary-link .freshicon-btn-change-width:before {
  background-image: url("../assets/icons/change-width.svg");
}

.btn-link .freshicon-btn-chevron-down-small:before,
.btn-secondary-link .freshicon-btn-chevron-down-small:before {
  background-image: url("../assets/icons/chevron-down-small.svg");
}

.btn-link .freshicon-btn-chevron-down:before,
.btn-secondary-link .freshicon-btn-chevron-down:before {
  background-image: url("../assets/icons/chevron-down.svg");
}

.btn-link .freshicon-btn-chevron-fat:before,
.btn-secondary-link .freshicon-btn-chevron-fat:before {
  background-image: url("../assets/icons/chevron-fat.svg");
}

.btn-link .freshicon-btn-chevron-left-small:before,
.btn-secondary-link .freshicon-btn-chevron-left-small:before {
  background-image: url("../assets/icons/chevron-left-small.svg");
}

.btn-link .freshicon-btn-chevron-left:before,
.btn-secondary-link .freshicon-btn-chevron-left:before {
  background-image: url("../assets/icons/chevron-left.svg");
}

.btn-link .freshicon-btn-chevron-right-small:before,
.btn-secondary-link .freshicon-btn-chevron-right-small:before {
  background-image: url("../assets/icons/chevron-right-small.svg");
}

.btn-link .freshicon-btn-chevron-right:before,
.btn-secondary-link .freshicon-btn-chevron-right:before {
  background-image: url("../assets/icons/chevron-right.svg");
}

.btn-link .freshicon-btn-chevron-up-small:before,
.btn-secondary-link .freshicon-btn-chevron-up-small:before {
  background-image: url("../assets/icons/chevron-up-small.svg");
}

.btn-link .freshicon-btn-chevron-up:before,
.btn-secondary-link .freshicon-btn-chevron-up:before {
  background-image: url("../assets/icons/chevron-up.svg");
}

.btn-link .freshicon-btn-coffee-break:before,
.btn-secondary-link .freshicon-btn-coffee-break:before {
  background-image: url("../assets/icons/coffee-break.svg");
}

.btn-link .freshicon-btn-collapse-left:before,
.btn-secondary-link .freshicon-btn-collapse-left:before {
  background-image: url("../assets/icons/collapse-left.svg");
}

.btn-link .freshicon-btn-collapse-right:before,
.btn-secondary-link .freshicon-btn-collapse-right:before {
  background-image: url("../assets/icons/collapse-right.svg");
}

.btn-link .freshicon-btn-colour-bucket:before,
.btn-secondary-link .freshicon-btn-colour-bucket:before {
  background-image: url("../assets/icons/colour-bucket.svg");
}

.btn-link .freshicon-btn-column-picker:before,
.btn-secondary-link .freshicon-btn-column-picker:before {
  background-image: url("../assets/icons/column-picker.svg");
}

.btn-link .freshicon-btn-combo-grid:before,
.btn-secondary-link .freshicon-btn-combo-grid:before {
  background-image: url("../assets/icons/combo-grid.svg");
}

.btn-link .freshicon-btn-comment-chat:before,
.btn-secondary-link .freshicon-btn-comment-chat:before {
  background-image: url("../assets/icons/comment-chat.svg");
}

.btn-link .freshicon-btn-comment-on-file:before,
.btn-secondary-link .freshicon-btn-comment-on-file:before {
  background-image: url("../assets/icons/comment-on-file.svg");
}

.btn-link .freshicon-btn-comment-web-reply:before,
.btn-secondary-link .freshicon-btn-comment-web-reply:before {
  background-image: url("../assets/icons/comment-web-reply.svg");
}

.btn-link .freshicon-btn-comment:before,
.btn-secondary-link .freshicon-btn-comment:before {
  background-image: url("../assets/icons/comment.svg");
}

.btn-link .freshicon-btn-compare:before,
.btn-secondary-link .freshicon-btn-compare:before {
  background-image: url("../assets/icons/compare.svg");
}

.btn-link .freshicon-btn-content-edit:before,
.btn-secondary-link .freshicon-btn-content-edit:before {
  background-image: url("../assets/icons/content-edit.svg");
}

.btn-link .freshicon-btn-contract-edit:before,
.btn-secondary-link .freshicon-btn-contract-edit:before {
  background-image: url("../assets/icons/contract-edit.svg");
}

.btn-link .freshicon-btn-contract:before,
.btn-secondary-link .freshicon-btn-contract:before {
  background-image: url("../assets/icons/contract.svg");
}

.btn-link .freshicon-btn-copy-grid-all-cells:before,
.btn-secondary-link .freshicon-btn-copy-grid-all-cells:before {
  background-image: url("../assets/icons/copy-grid-all-cells.svg");
}

.btn-link .freshicon-btn-copy-grid-empty-cells:before,
.btn-secondary-link .freshicon-btn-copy-grid-empty-cells:before {
  background-image: url("../assets/icons/copy-grid-empty-cells.svg");
}

.btn-link .freshicon-btn-copy-grid-row:before,
.btn-secondary-link .freshicon-btn-copy-grid-row:before {
  background-image: url("../assets/icons/copy-grid-row.svg");
}

.btn-link .freshicon-btn-copy:before,
.btn-secondary-link .freshicon-btn-copy:before {
  background-image: url("../assets/icons/copy.svg");
}

.btn-link .freshicon-btn-corner-resize-small:before,
.btn-secondary-link .freshicon-btn-corner-resize-small:before {
  background-image: url("../assets/icons/corner-resize-small.svg");
}

.btn-link .freshicon-btn-corner-resize:before,
.btn-secondary-link .freshicon-btn-corner-resize:before {
  background-image: url("../assets/icons/corner-resize.svg");
}

.btn-link .freshicon-btn-create-an-order:before,
.btn-secondary-link .freshicon-btn-create-an-order:before {
  background-image: url("../assets/icons/create-an-order.svg");
}

.btn-link .freshicon-btn-custom-views:before,
.btn-secondary-link .freshicon-btn-custom-views:before {
  background-image: url("../assets/icons/custom-views.svg");
}

.btn-link .freshicon-btn-cut:before,
.btn-secondary-link .freshicon-btn-cut:before {
  background-image: url("../assets/icons/cut.svg");
}

.btn-link .freshicon-btn-daily-allowance:before,
.btn-secondary-link .freshicon-btn-daily-allowance:before {
  background-image: url("../assets/icons/daily-allowance.svg");
}

.btn-link .freshicon-btn-database:before,
.btn-secondary-link .freshicon-btn-database:before {
  background-image: url("../assets/icons/database.svg");
}

.btn-link .freshicon-btn-date-picker:before,
.btn-secondary-link .freshicon-btn-date-picker:before {
  background-image: url("../assets/icons/date-picker.svg");
}

.btn-link .freshicon-btn-delete-red:before,
.btn-secondary-link .freshicon-btn-delete-red:before {
  background-image: url("../assets/icons/delete-red.svg");
}

.btn-link .freshicon-btn-delete:before,
.btn-secondary-link .freshicon-btn-delete:before {
  background-image: url("../assets/icons/delete.svg");
}

.btn-link .freshicon-btn-delivery-notification-2:before,
.btn-secondary-link .freshicon-btn-delivery-notification-2:before {
  background-image: url("../assets/icons/delivery-notification-2.svg");
}

.btn-link .freshicon-btn-delivery-notification:before,
.btn-secondary-link .freshicon-btn-delivery-notification:before {
  background-image: url("../assets/icons/delivery-notification.svg");
}

.btn-link .freshicon-btn-delivery-reception-2:before,
.btn-secondary-link .freshicon-btn-delivery-reception-2:before {
  background-image: url("../assets/icons/delivery-reception-2.svg");
}

.btn-link .freshicon-btn-delivery-reception:before,
.btn-secondary-link .freshicon-btn-delivery-reception:before {
  background-image: url("../assets/icons/delivery-reception.svg");
}

.btn-link .freshicon-btn-detach:before,
.btn-secondary-link .freshicon-btn-detach:before {
  background-image: url("../assets/icons/detach.svg");
}

.btn-link .freshicon-btn-disabled-red:before,
.btn-secondary-link .freshicon-btn-disabled-red:before {
  background-image: url("../assets/icons/disabled-red.svg");
}

.btn-link .freshicon-btn-disabled:before,
.btn-secondary-link .freshicon-btn-disabled:before {
  background-image: url("../assets/icons/disabled.svg");
}

.btn-link .freshicon-btn-dislike:before,
.btn-secondary-link .freshicon-btn-dislike:before {
  background-image: url("../assets/icons/dislike.svg");
}

.btn-link .freshicon-btn-distribution:before,
.btn-secondary-link .freshicon-btn-distribution:before {
  background-image: url("../assets/icons/distribution.svg");
}

.btn-link .freshicon-btn-document-area:before,
.btn-secondary-link .freshicon-btn-document-area:before {
  background-image: url("../assets/icons/document-area.svg");
}

.btn-link .freshicon-btn-document-info:before,
.btn-secondary-link .freshicon-btn-document-info:before {
  background-image: url("../assets/icons/document-info.svg");
}

.btn-link .freshicon-btn-document-production:before,
.btn-secondary-link .freshicon-btn-document-production:before {
  background-image: url("../assets/icons/document-production.svg");
}

.btn-link .freshicon-btn-download:before,
.btn-secondary-link .freshicon-btn-download:before {
  background-image: url("../assets/icons/download.svg");
}

.btn-link .freshicon-btn-drag:before,
.btn-secondary-link .freshicon-btn-drag:before {
  background-image: url("../assets/icons/drag.svg");
}

.btn-link .freshicon-btn-edit-column:before,
.btn-secondary-link .freshicon-btn-edit-column:before {
  background-image: url("../assets/icons/edit-column.svg");
}

.btn-link .freshicon-btn-edit-row:before,
.btn-secondary-link .freshicon-btn-edit-row:before {
  background-image: url("../assets/icons/edit-row.svg");
}

.btn-link .freshicon-btn-edit:before,
.btn-secondary-link .freshicon-btn-edit:before {
  background-image: url("../assets/icons/edit.svg");
}

.btn-link .freshicon-btn-education:before,
.btn-secondary-link .freshicon-btn-education:before {
  background-image: url("../assets/icons/education.svg");
}

.btn-link .freshicon-btn-email:before,
.btn-secondary-link .freshicon-btn-email:before {
  background-image: url("../assets/icons/email.svg");
}

.btn-link .freshicon-btn-encrypted-pdf:before,
.btn-secondary-link .freshicon-btn-encrypted-pdf:before {
  background-image: url("../assets/icons/encrypted-pdf.svg");
}

.btn-link .freshicon-btn-enter-full-screen:before,
.btn-secondary-link .freshicon-btn-enter-full-screen:before {
  background-image: url("../assets/icons/enter-full-screen.svg");
}

.btn-link .freshicon-btn-environmental:before,
.btn-secondary-link .freshicon-btn-environmental:before {
  background-image: url("../assets/icons/environmental.svg");
}

.btn-link .freshicon-btn-error-full-red:before,
.btn-secondary-link .freshicon-btn-error-full-red:before {
  background-image: url("../assets/icons/error-full-red.svg");
}

.btn-link .freshicon-btn-error-red:before,
.btn-secondary-link .freshicon-btn-error-red:before {
  background-image: url("../assets/icons/error-red.svg");
}

.btn-link .freshicon-btn-error:before,
.btn-secondary-link .freshicon-btn-error:before {
  background-image: url("../assets/icons/error.svg");
}

.btn-link .freshicon-btn-evaluate:before,
.btn-secondary-link .freshicon-btn-evaluate:before {
  background-image: url("../assets/icons/evaluate.svg");
}

.btn-link .freshicon-btn-events:before,
.btn-secondary-link .freshicon-btn-events:before {
  background-image: url("../assets/icons/events.svg");
}

.btn-link .freshicon-btn-excel-document:before,
.btn-secondary-link .freshicon-btn-excel-document:before {
  background-image: url("../assets/icons/excel-document.svg");
}

.btn-link .freshicon-btn-exit-fullscreen:before,
.btn-secondary-link .freshicon-btn-exit-fullscreen:before {
  background-image: url("../assets/icons/exit-fullscreen.svg");
}

.btn-link .freshicon-btn-expand:before,
.btn-secondary-link .freshicon-btn-expand:before {
  background-image: url("../assets/icons/expand.svg");
}

.btn-link .freshicon-btn-expense-2:before,
.btn-secondary-link .freshicon-btn-expense-2:before {
  background-image: url("../assets/icons/expense-2.svg");
}

.btn-link .freshicon-btn-expense-3:before,
.btn-secondary-link .freshicon-btn-expense-3:before {
  background-image: url("../assets/icons/expense-3.svg");
}

.btn-link .freshicon-btn-expense-4:before,
.btn-secondary-link .freshicon-btn-expense-4:before {
  background-image: url("../assets/icons/expense-4.svg");
}

.btn-link .freshicon-btn-expense:before,
.btn-secondary-link .freshicon-btn-expense:before {
  background-image: url("../assets/icons/expense.svg");
}

.btn-link .freshicon-btn-export-csv:before,
.btn-secondary-link .freshicon-btn-export-csv:before {
  background-image: url("../assets/icons/export-csv.svg");
}

.btn-link .freshicon-btn-export:before,
.btn-secondary-link .freshicon-btn-export:before {
  background-image: url("../assets/icons/export.svg");
}

.btn-link .freshicon-btn-extrude:before,
.btn-secondary-link .freshicon-btn-extrude:before {
  background-image: url("../assets/icons/extrude.svg");
}

.btn-link .freshicon-btn-fatal-red:before,
.btn-secondary-link .freshicon-btn-fatal-red:before {
  background-image: url("../assets/icons/fatal-red.svg");
}

.btn-link .freshicon-btn-fatal:before,
.btn-secondary-link .freshicon-btn-fatal:before {
  background-image: url("../assets/icons/fatal.svg");
}

.btn-link .freshicon-btn-favorite-full-blue:before,
.btn-secondary-link .freshicon-btn-favorite-full-blue:before {
  background-image: url("../assets/icons/favorite-full-blue.svg");
}

.btn-link .freshicon-btn-favorite:before,
.btn-secondary-link .freshicon-btn-favorite:before {
  background-image: url("../assets/icons/favorite.svg");
}

.btn-link .freshicon-btn-files:before,
.btn-secondary-link .freshicon-btn-files:before {
  background-image: url("../assets/icons/files.svg");
}

.btn-link .freshicon-btn-filter:before,
.btn-secondary-link .freshicon-btn-filter:before {
  background-image: url("../assets/icons/filter.svg");
}

.btn-link .freshicon-btn-finance:before,
.btn-secondary-link .freshicon-btn-finance:before {
  background-image: url("../assets/icons/finance.svg");
}

.btn-link .freshicon-btn-first:before,
.btn-secondary-link .freshicon-btn-first:before {
  background-image: url("../assets/icons/first.svg");
}

.btn-link .freshicon-btn-flag-full-yellow:before,
.btn-secondary-link .freshicon-btn-flag-full-yellow:before {
  background-image: url("../assets/icons/flag-full-yellow.svg");
}

.btn-link .freshicon-btn-flag:before,
.btn-secondary-link .freshicon-btn-flag:before {
  background-image: url("../assets/icons/flag.svg");
}

.btn-link .freshicon-btn-folder-closed:before,
.btn-secondary-link .freshicon-btn-folder-closed:before {
  background-image: url("../assets/icons/folder-closed.svg");
}

.btn-link .freshicon-btn-folder-open:before,
.btn-secondary-link .freshicon-btn-folder-open:before {
  background-image: url("../assets/icons/folder-open.svg");
}

.btn-link .freshicon-btn-font-colour:before,
.btn-secondary-link .freshicon-btn-font-colour:before {
  background-image: url("../assets/icons/font-colour.svg");
}

.btn-link .freshicon-btn-forbidden:before,
.btn-secondary-link .freshicon-btn-forbidden:before {
  background-image: url("../assets/icons/forbidden.svg");
}

.btn-link .freshicon-btn-forward:before,
.btn-secondary-link .freshicon-btn-forward:before {
  background-image: url("../assets/icons/forward.svg");
}

.btn-link .freshicon-btn-function:before,
.btn-secondary-link .freshicon-btn-function:before {
  background-image: url("../assets/icons/function.svg");
}

.btn-link .freshicon-btn-future:before,
.btn-secondary-link .freshicon-btn-future:before {
  background-image: url("../assets/icons/future.svg");
}

.btn-link .freshicon-btn-graph-chart:before,
.btn-secondary-link .freshicon-btn-graph-chart:before {
  background-image: url("../assets/icons/graph-chart.svg");
}

.btn-link .freshicon-btn-heart:before,
.btn-secondary-link .freshicon-btn-heart:before {
  background-image: url("../assets/icons/heart.svg");
}

.btn-link .freshicon-btn-help-full-grey:before,
.btn-secondary-link .freshicon-btn-help-full-grey:before {
  background-image: url("../assets/icons/help-full-grey.svg");
}

.btn-link .freshicon-btn-help-full-purple:before,
.btn-secondary-link .freshicon-btn-help-full-purple:before {
  background-image: url("../assets/icons/help-full-purple.svg");
}

.btn-link .freshicon-btn-help-purple:before,
.btn-secondary-link .freshicon-btn-help-purple:before {
  background-image: url("../assets/icons/help-purple.svg");
}

.btn-link .freshicon-btn-help:before,
.btn-secondary-link .freshicon-btn-help:before {
  background-image: url("../assets/icons/help.svg");
}

.btn-link .freshicon-btn-hide-password:before,
.btn-secondary-link .freshicon-btn-hide-password:before {
  background-image: url("../assets/icons/hide-password.svg");
}

.btn-link .freshicon-btn-history:before,
.btn-secondary-link .freshicon-btn-history:before {
  background-image: url("../assets/icons/history.svg");
}

.btn-link .freshicon-btn-holiday-2:before,
.btn-secondary-link .freshicon-btn-holiday-2:before {
  background-image: url("../assets/icons/holiday-2.svg");
}

.btn-link .freshicon-btn-home-app:before,
.btn-secondary-link .freshicon-btn-home-app:before {
  background-image: url("../assets/icons/home-app.svg");
}

.btn-link .freshicon-btn-home:before,
.btn-secondary-link .freshicon-btn-home:before {
  background-image: url("../assets/icons/home.svg");
}

.btn-link .freshicon-btn-hourglass-yellow:before,
.btn-secondary-link .freshicon-btn-hourglass-yellow:before {
  background-image: url("../assets/icons/hourglass-yellow.svg");
}

.btn-link .freshicon-btn-hourglass:before,
.btn-secondary-link .freshicon-btn-hourglass:before {
  background-image: url("../assets/icons/hourglass.svg");
}

.btn-link .freshicon-btn-image-doc:before,
.btn-secondary-link .freshicon-btn-image-doc:before {
  background-image: url("../assets/icons/image-doc.svg");
}

.btn-link .freshicon-btn-import:before,
.btn-secondary-link .freshicon-btn-import:before {
  background-image: url("../assets/icons/import.svg");
}

.btn-link .freshicon-btn-incoming:before,
.btn-secondary-link .freshicon-btn-incoming:before {
  background-image: url("../assets/icons/incoming.svg");
}

.btn-link .freshicon-btn-info-blue:before,
.btn-secondary-link .freshicon-btn-info-blue:before {
  background-image: url("../assets/icons/info-blue.svg");
}

.btn-link .freshicon-btn-info-full-blue:before,
.btn-secondary-link .freshicon-btn-info-full-blue:before {
  background-image: url("../assets/icons/info-full-blue.svg");
}

.btn-link .freshicon-btn-info:before,
.btn-secondary-link .freshicon-btn-info:before {
  background-image: url("../assets/icons/info.svg");
}

.btn-link .freshicon-btn-integration:before,
.btn-secondary-link .freshicon-btn-integration:before {
  background-image: url("../assets/icons/integration.svg");
}

.btn-link .freshicon-btn-invoice-payroll-calculation:before,
.btn-secondary-link .freshicon-btn-invoice-payroll-calculation:before {
  background-image: url("../assets/icons/invoice-payroll-calculation.svg");
}

.btn-link .freshicon-btn-last:before,
.btn-secondary-link .freshicon-btn-last:before {
  background-image: url("../assets/icons/last.svg");
}

.btn-link .freshicon-btn-layout-templates:before,
.btn-secondary-link .freshicon-btn-layout-templates:before {
  background-image: url("../assets/icons/layout-templates.svg");
}

.btn-link .freshicon-btn-library:before,
.btn-secondary-link .freshicon-btn-library:before {
  background-image: url("../assets/icons/library.svg");
}

.btn-link .freshicon-btn-like:before,
.btn-secondary-link .freshicon-btn-like:before {
  background-image: url("../assets/icons/like.svg");
}

.btn-link .freshicon-btn-link:before,
.btn-secondary-link .freshicon-btn-link:before {
  background-image: url("../assets/icons/link.svg");
}

.btn-link .freshicon-btn-list-view-2:before,
.btn-secondary-link .freshicon-btn-list-view-2:before {
  background-image: url("../assets/icons/list-view-2.svg");
}

.btn-link .freshicon-btn-list-view:before,
.btn-secondary-link .freshicon-btn-list-view:before {
  background-image: url("../assets/icons/list-view.svg");
}

.btn-link .freshicon-btn-location:before,
.btn-secondary-link .freshicon-btn-location:before {
  background-image: url("../assets/icons/location.svg");
}

.btn-link .freshicon-btn-lock:before,
.btn-secondary-link .freshicon-btn-lock:before {
  background-image: url("../assets/icons/lock.svg");
}

.btn-link .freshicon-btn-lodging:before,
.btn-secondary-link .freshicon-btn-lodging:before {
  background-image: url("../assets/icons/lodging.svg");
}

.btn-link .freshicon-btn-logon-failed:before,
.btn-secondary-link .freshicon-btn-logon-failed:before {
  background-image: url("../assets/icons/logon-failed.svg");
}

.btn-link .freshicon-btn-logout:before,
.btn-secondary-link .freshicon-btn-logout:before {
  background-image: url("../assets/icons/logout.svg");
}

.btn-link .freshicon-btn-lunch:before,
.btn-secondary-link .freshicon-btn-lunch:before {
  background-image: url("../assets/icons/lunch.svg");
}

.btn-link .freshicon-btn-mailbox:before,
.btn-secondary-link .freshicon-btn-mailbox:before {
  background-image: url("../assets/icons/mailbox.svg");
}

.btn-link .freshicon-btn-managers-time-reg:before,
.btn-secondary-link .freshicon-btn-managers-time-reg:before {
  background-image: url("../assets/icons/managers-time-reg.svg");
}

.btn-link .freshicon-btn-merge:before,
.btn-secondary-link .freshicon-btn-merge:before {
  background-image: url("../assets/icons/merge.svg");
}

.btn-link .freshicon-btn-messages-notification:before,
.btn-secondary-link .freshicon-btn-messages-notification:before {
  background-image: url("../assets/icons/messages-notification.svg");
}

.btn-link .freshicon-btn-messages:before,
.btn-secondary-link .freshicon-btn-messages:before {
  background-image: url("../assets/icons/messages.svg");
}

.btn-link .freshicon-btn-mileage-1:before,
.btn-secondary-link .freshicon-btn-mileage-1:before {
  background-image: url("../assets/icons/mileage-1.svg");
}

.btn-link .freshicon-btn-mileage-2:before,
.btn-secondary-link .freshicon-btn-mileage-2:before {
  background-image: url("../assets/icons/mileage-2.svg");
}

.btn-link .freshicon-btn-mileage-3:before,
.btn-secondary-link .freshicon-btn-mileage-3:before {
  background-image: url("../assets/icons/mileage-3.svg");
}

.btn-link .freshicon-btn-minus:before,
.btn-secondary-link .freshicon-btn-minus:before {
  background-image: url("../assets/icons/minus.svg");
}

.btn-link .freshicon-btn-more-dots:before,
.btn-secondary-link .freshicon-btn-more-dots:before {
  background-image: url("../assets/icons/more-dots.svg");
}

.btn-link .freshicon-btn-more-down:before,
.btn-secondary-link .freshicon-btn-more-down:before {
  background-image: url("../assets/icons/more-down.svg");
}

.btn-link .freshicon-btn-more-left:before,
.btn-secondary-link .freshicon-btn-more-left:before {
  background-image: url("../assets/icons/more-left.svg");
}

.btn-link .freshicon-btn-more-right:before,
.btn-secondary-link .freshicon-btn-more-right:before {
  background-image: url("../assets/icons/more-right.svg");
}

.btn-link .freshicon-btn-more-up:before,
.btn-secondary-link .freshicon-btn-more-up:before {
  background-image: url("../assets/icons/more-up.svg");
}

.btn-link .freshicon-btn-more:before,
.btn-secondary-link .freshicon-btn-more:before {
  background-image: url("../assets/icons/more.svg");
}

.btn-link .freshicon-btn-multiple-selection:before,
.btn-secondary-link .freshicon-btn-multiple-selection:before {
  background-image: url("../assets/icons/multiple-selection.svg");
}

.btn-link .freshicon-btn-narrow:before,
.btn-secondary-link .freshicon-btn-narrow:before {
  background-image: url("../assets/icons/narrow.svg");
}

.btn-link .freshicon-btn-new:before,
.btn-secondary-link .freshicon-btn-new:before {
  background-image: url("../assets/icons/new.svg");
}

.btn-link .freshicon-btn-news:before,
.btn-secondary-link .freshicon-btn-news:before {
  background-image: url("../assets/icons/news.svg");
}

.btn-link .freshicon-btn-note-blank:before,
.btn-secondary-link .freshicon-btn-note-blank:before {
  background-image: url("../assets/icons/note-blank.svg");
}

.btn-link .freshicon-btn-note-filled:before,
.btn-secondary-link .freshicon-btn-note-filled:before {
  background-image: url("../assets/icons/note-filled.svg");
}

.btn-link .freshicon-btn-note:before,
.btn-secondary-link .freshicon-btn-note:before {
  background-image: url("../assets/icons/note.svg");
}

.btn-link .freshicon-btn-notifications:before,
.btn-secondary-link .freshicon-btn-notifications:before {
  background-image: url("../assets/icons/notifications.svg");
}

.btn-link .freshicon-btn-office-building-2:before,
.btn-secondary-link .freshicon-btn-office-building-2:before {
  background-image: url("../assets/icons/office-building-2.svg");
}

.btn-link .freshicon-btn-office-building:before,
.btn-secondary-link .freshicon-btn-office-building:before {
  background-image: url("../assets/icons/office-building.svg");
}

.btn-link .freshicon-btn-ok-basic-small:before,
.btn-secondary-link .freshicon-btn-ok-basic-small:before {
  background-image: url("../assets/icons/ok-basic-small.svg");
}

.btn-link .freshicon-btn-ok-basic:before,
.btn-secondary-link .freshicon-btn-ok-basic:before {
  background-image: url("../assets/icons/ok-basic.svg");
}

.btn-link .freshicon-btn-ok-late:before,
.btn-secondary-link .freshicon-btn-ok-late:before {
  background-image: url("../assets/icons/ok-late.svg");
}

.btn-link .freshicon-btn-ok:before,
.btn-secondary-link .freshicon-btn-ok:before {
  background-image: url("../assets/icons/ok.svg");
}

.btn-link .freshicon-btn-order-closed:before,
.btn-secondary-link .freshicon-btn-order-closed:before {
  background-image: url("../assets/icons/order-closed.svg");
}

.btn-link .freshicon-btn-order-imported:before,
.btn-secondary-link .freshicon-btn-order-imported:before {
  background-image: url("../assets/icons/order-imported.svg");
}

.btn-link .freshicon-btn-overtime:before,
.btn-secondary-link .freshicon-btn-overtime:before {
  background-image: url("../assets/icons/overtime.svg");
}

.btn-link .freshicon-btn-paid:before,
.btn-secondary-link .freshicon-btn-paid:before {
  background-image: url("../assets/icons/paid.svg");
}

.btn-link .freshicon-btn-paint-palette:before,
.btn-secondary-link .freshicon-btn-paint-palette:before {
  background-image: url("../assets/icons/paint-palette.svg");
}

.btn-link .freshicon-btn-panel:before,
.btn-secondary-link .freshicon-btn-panel:before {
  background-image: url("../assets/icons/panel.svg");
}

.btn-link .freshicon-btn-paper-plane:before,
.btn-secondary-link .freshicon-btn-paper-plane:before {
  background-image: url("../assets/icons/paper-plane.svg");
}

.btn-link .freshicon-btn-parent:before,
.btn-secondary-link .freshicon-btn-parent:before {
  background-image: url("../assets/icons/parent.svg");
}

.btn-link .freshicon-btn-parental-leave-2:before,
.btn-secondary-link .freshicon-btn-parental-leave-2:before {
  background-image: url("../assets/icons/parental-leave-2.svg");
}

.btn-link .freshicon-btn-parental-leave:before,
.btn-secondary-link .freshicon-btn-parental-leave:before {
  background-image: url("../assets/icons/parental-leave.svg");
}

.btn-link .freshicon-btn-paste:before,
.btn-secondary-link .freshicon-btn-paste:before {
  background-image: url("../assets/icons/paste.svg");
}

.btn-link .freshicon-btn-pause:before,
.btn-secondary-link .freshicon-btn-pause:before {
  background-image: url("../assets/icons/pause.svg");
}

.btn-link .freshicon-btn-payslips:before,
.btn-secondary-link .freshicon-btn-payslips:before {
  background-image: url("../assets/icons/payslips.svg");
}

.btn-link .freshicon-btn-pdf-document:before,
.btn-secondary-link .freshicon-btn-pdf-document:before {
  background-image: url("../assets/icons/pdf-document.svg");
}

.btn-link .freshicon-btn-phone:before,
.btn-secondary-link .freshicon-btn-phone:before {
  background-image: url("../assets/icons/phone.svg");
}

.btn-link .freshicon-btn-pie-chart:before,
.btn-secondary-link .freshicon-btn-pie-chart:before {
  background-image: url("../assets/icons/pie-chart.svg");
}

.btn-link .freshicon-btn-pin-left:before,
.btn-secondary-link .freshicon-btn-pin-left:before {
  background-image: url("../assets/icons/pin-left.svg");
}

.btn-link .freshicon-btn-pin-right:before,
.btn-secondary-link .freshicon-btn-pin-right:before {
  background-image: url("../assets/icons/pin-right.svg");
}

.btn-link .freshicon-btn-pin:before,
.btn-secondary-link .freshicon-btn-pin:before {
  background-image: url("../assets/icons/pin.svg");
}

.btn-link .freshicon-btn-platform-cloud:before,
.btn-secondary-link .freshicon-btn-platform-cloud:before {
  background-image: url("../assets/icons/platform-cloud.svg");
}

.btn-link .freshicon-btn-platform-mobile:before,
.btn-secondary-link .freshicon-btn-platform-mobile:before {
  background-image: url("../assets/icons/platform-mobile.svg");
}

.btn-link .freshicon-btn-play:before,
.btn-secondary-link .freshicon-btn-play:before {
  background-image: url("../assets/icons/play.svg");
}

.btn-link .freshicon-btn-preview-file:before,
.btn-secondary-link .freshicon-btn-preview-file:before {
  background-image: url("../assets/icons/preview-file.svg");
}

.btn-link .freshicon-btn-price:before,
.btn-secondary-link .freshicon-btn-price:before {
  background-image: url("../assets/icons/price.svg");
}

.btn-link .freshicon-btn-print:before,
.btn-secondary-link .freshicon-btn-print:before {
  background-image: url("../assets/icons/print.svg");
}

.btn-link .freshicon-btn-project:before,
.btn-secondary-link .freshicon-btn-project:before {
  background-image: url("../assets/icons/project.svg");
}

.btn-link .freshicon-btn-purchase-truck:before,
.btn-secondary-link .freshicon-btn-purchase-truck:before {
  background-image: url("../assets/icons/purchase-truck.svg");
}

.btn-link .freshicon-btn-ready-late:before,
.btn-secondary-link .freshicon-btn-ready-late:before {
  background-image: url("../assets/icons/ready-late.svg");
}

.btn-link .freshicon-btn-ready:before,
.btn-secondary-link .freshicon-btn-ready:before {
  background-image: url("../assets/icons/ready.svg");
}

.btn-link .freshicon-btn-read-comment:before,
.btn-secondary-link .freshicon-btn-read-comment:before {
  background-image: url("../assets/icons/read-comment.svg");
}

.btn-link .freshicon-btn-recent:before,
.btn-secondary-link .freshicon-btn-recent:before {
  background-image: url("../assets/icons/recent.svg");
}

.btn-link .freshicon-btn-redo:before,
.btn-secondary-link .freshicon-btn-redo:before {
  background-image: url("../assets/icons/redo.svg");
}

.btn-link .freshicon-btn-refresh:before,
.btn-secondary-link .freshicon-btn-refresh:before {
  background-image: url("../assets/icons/refresh.svg");
}

.btn-link .freshicon-btn-remove:before,
.btn-secondary-link .freshicon-btn-remove:before {
  background-image: url("../assets/icons/remove.svg");
}

.btn-link .freshicon-btn-replace:before,
.btn-secondary-link .freshicon-btn-replace:before {
  background-image: url("../assets/icons/replace.svg");
}

.btn-link .freshicon-btn-reset:before,
.btn-secondary-link .freshicon-btn-reset:before {
  background-image: url("../assets/icons/reset.svg");
}

.btn-link .freshicon-btn-rotate-ccw:before,
.btn-secondary-link .freshicon-btn-rotate-ccw:before {
  background-image: url("../assets/icons/rotate-ccw.svg");
}

.btn-link .freshicon-btn-rotate-cw:before,
.btn-secondary-link .freshicon-btn-rotate-cw:before {
  background-image: url("../assets/icons/rotate-cw.svg");
}

.btn-link .freshicon-btn-row-density-large:before,
.btn-secondary-link .freshicon-btn-row-density-large:before {
  background-image: url("../assets/icons/row-density-large.svg");
}

.btn-link .freshicon-btn-row-density-medium:before,
.btn-secondary-link .freshicon-btn-row-density-medium:before {
  background-image: url("../assets/icons/row-density-medium.svg");
}

.btn-link .freshicon-btn-row-density-small:before,
.btn-secondary-link .freshicon-btn-row-density-small:before {
  background-image: url("../assets/icons/row-density-small.svg");
}

.btn-link .freshicon-btn-row-density:before,
.btn-secondary-link .freshicon-btn-row-density:before {
  background-image: url("../assets/icons/row-density.svg");
}

.btn-link .freshicon-btn-row-level-security:before,
.btn-secondary-link .freshicon-btn-row-level-security:before {
  background-image: url("../assets/icons/row-level-security.svg");
}

.btn-link .freshicon-btn-save:before,
.btn-secondary-link .freshicon-btn-save:before {
  background-image: url("../assets/icons/save.svg");
}

.btn-link .freshicon-btn-search:before,
.btn-secondary-link .freshicon-btn-search:before {
  background-image: url("../assets/icons/search.svg");
}

.btn-link .freshicon-btn-send:before,
.btn-secondary-link .freshicon-btn-send:before {
  background-image: url("../assets/icons/send.svg");
}

.btn-link .freshicon-btn-sending-failed:before,
.btn-secondary-link .freshicon-btn-sending-failed:before {
  background-image: url("../assets/icons/sending-failed.svg");
}

.btn-link .freshicon-btn-settings-edit:before,
.btn-secondary-link .freshicon-btn-settings-edit:before {
  background-image: url("../assets/icons/settings-edit.svg");
}

.btn-link .freshicon-btn-settings:before,
.btn-secondary-link .freshicon-btn-settings:before {
  background-image: url("../assets/icons/settings.svg");
}

.btn-link .freshicon-btn-share-to-users-1:before,
.btn-secondary-link .freshicon-btn-share-to-users-1:before {
  background-image: url("../assets/icons/share-to-users-1.svg");
}

.btn-link .freshicon-btn-share-to-users-2:before,
.btn-secondary-link .freshicon-btn-share-to-users-2:before {
  background-image: url("../assets/icons/share-to-users-2.svg");
}

.btn-link .freshicon-btn-share:before,
.btn-secondary-link .freshicon-btn-share:before {
  background-image: url("../assets/icons/share.svg");
}

.btn-link .freshicon-btn-shared-user:before,
.btn-secondary-link .freshicon-btn-shared-user:before {
  background-image: url("../assets/icons/shared-user.svg");
}

.btn-link .freshicon-btn-shared-with-me:before,
.btn-secondary-link .freshicon-btn-shared-with-me:before {
  background-image: url("../assets/icons/shared-with-me.svg");
}

.btn-link .freshicon-btn-shopping-cart:before,
.btn-secondary-link .freshicon-btn-shopping-cart:before {
  background-image: url("../assets/icons/shopping-cart.svg");
}

.btn-link .freshicon-btn-sick-leave:before,
.btn-secondary-link .freshicon-btn-sick-leave:before {
  background-image: url("../assets/icons/sick-leave.svg");
}

.btn-link .freshicon-btn-single-selection:before,
.btn-secondary-link .freshicon-btn-single-selection:before {
  background-image: url("../assets/icons/single-selection.svg");
}

.btn-link .freshicon-btn-sort-list-2:before,
.btn-secondary-link .freshicon-btn-sort-list-2:before {
  background-image: url("../assets/icons/sort-list-2.svg");
}

.btn-link .freshicon-btn-sort-list:before,
.btn-secondary-link .freshicon-btn-sort-list:before {
  background-image: url("../assets/icons/sort-list.svg");
}

.btn-link .freshicon-btn-sound:before,
.btn-secondary-link .freshicon-btn-sound:before {
  background-image: url("../assets/icons/sound.svg");
}

.btn-link .freshicon-btn-special-approved:before,
.btn-secondary-link .freshicon-btn-special-approved:before {
  background-image: url("../assets/icons/special-approved.svg");
}

.btn-link .freshicon-btn-split:before,
.btn-secondary-link .freshicon-btn-split:before {
  background-image: url("../assets/icons/split.svg");
}

.btn-link .freshicon-btn-storage-in-stock:before,
.btn-secondary-link .freshicon-btn-storage-in-stock:before {
  background-image: url("../assets/icons/storage-in-stock.svg");
}

.btn-link .freshicon-btn-storage:before,
.btn-secondary-link .freshicon-btn-storage:before {
  background-image: url("../assets/icons/storage.svg");
}

.btn-link .freshicon-btn-success-full-green:before,
.btn-secondary-link .freshicon-btn-success-full-green:before {
  background-image: url("../assets/icons/success-full-green.svg");
}

.btn-link .freshicon-btn-summary:before,
.btn-secondary-link .freshicon-btn-summary:before {
  background-image: url("../assets/icons/summary.svg");
}

.btn-link .freshicon-btn-switch-from-to:before,
.btn-secondary-link .freshicon-btn-switch-from-to:before {
  background-image: url("../assets/icons/switch-from-to.svg");
}

.btn-link .freshicon-btn-system-management:before,
.btn-secondary-link .freshicon-btn-system-management:before {
  background-image: url("../assets/icons/system-management.svg");
}

.btn-link .freshicon-btn-table:before,
.btn-secondary-link .freshicon-btn-table:before {
  background-image: url("../assets/icons/table.svg");
}

.btn-link .freshicon-btn-table-edit:before,
.btn-secondary-link .freshicon-btn-table-edit:before {
  background-image: url("../assets/icons/table-edit.svg");
}

.btn-link .freshicon-btn-tag:before,
.btn-secondary-link .freshicon-btn-tag:before {
  background-image: url("../assets/icons/tag.svg");
}

.btn-link .freshicon-btn-tax-overview:before,
.btn-secondary-link .freshicon-btn-tax-overview:before {
  background-image: url("../assets/icons/tax-overview.svg");
}

.btn-link .freshicon-btn-taxes:before,
.btn-secondary-link .freshicon-btn-taxes:before {
  background-image: url("../assets/icons/taxes.svg");
}

.btn-link .freshicon-btn-text-alignment:before,
.btn-secondary-link .freshicon-btn-text-alignment:before {
  background-image: url("../assets/icons/text-alignment.svg");
}

.btn-link .freshicon-btn-text-bold:before,
.btn-secondary-link .freshicon-btn-text-bold:before {
  background-image: url("../assets/icons/text-bold.svg");
}

.btn-link .freshicon-btn-text-centered:before,
.btn-secondary-link .freshicon-btn-text-centered:before {
  background-image: url("../assets/icons/text-centered.svg");
}

.btn-link .freshicon-btn-text-document:before,
.btn-secondary-link .freshicon-btn-text-document:before {
  background-image: url("../assets/icons/text-document.svg");
}

.btn-link .freshicon-btn-text-italic:before,
.btn-secondary-link .freshicon-btn-text-italic:before {
  background-image: url("../assets/icons/text-italic.svg");
}

.btn-link .freshicon-btn-text-left-aligned:before,
.btn-secondary-link .freshicon-btn-text-left-aligned:before {
  background-image: url("../assets/icons/text-left-aligned.svg");
}

.btn-link .freshicon-btn-text-right-aligned:before,
.btn-secondary-link .freshicon-btn-text-right-aligned:before {
  background-image: url("../assets/icons/text-right-aligned.svg");
}

.btn-link .freshicon-btn-text-strikethrough:before,
.btn-secondary-link .freshicon-btn-text-strikethrough:before {
  background-image: url("../assets/icons/text-strikethrough.svg");
}

.btn-link .freshicon-btn-text-underline:before,
.btn-secondary-link .freshicon-btn-text-underline:before {
  background-image: url("../assets/icons/text-underline.svg");
}

.btn-link .freshicon-btn-the-view:before,
.btn-secondary-link .freshicon-btn-the-view:before {
  background-image: url("../assets/icons/the-view.svg");
}

.btn-link .freshicon-btn-tie:before,
.btn-secondary-link .freshicon-btn-tie:before {
  background-image: url("../assets/icons/tie.svg");
}

.btn-link .freshicon-btn-time:before,
.btn-secondary-link .freshicon-btn-time:before {
  background-image: url("../assets/icons/time.svg");
}

.btn-link .freshicon-btn-travel-2:before,
.btn-secondary-link .freshicon-btn-travel-2:before {
  background-image: url("../assets/icons/travel-2.svg");
}

.btn-link .freshicon-btn-travel-3:before,
.btn-secondary-link .freshicon-btn-travel-3:before {
  background-image: url("../assets/icons/travel-3.svg");
}

.btn-link .freshicon-btn-travel:before,
.btn-secondary-link .freshicon-btn-travel:before {
  background-image: url("../assets/icons/travel.svg");
}

.btn-link .freshicon-btn-undefined-document:before,
.btn-secondary-link .freshicon-btn-undefined-document:before {
  background-image: url("../assets/icons/undefined-document.svg");
}

.btn-link .freshicon-btn-undo:before,
.btn-secondary-link .freshicon-btn-undo:before {
  background-image: url("../assets/icons/undo.svg");
}

.btn-link .freshicon-btn-unlock:before,
.btn-secondary-link .freshicon-btn-unlock:before {
  background-image: url("../assets/icons/unlock.svg");
}

.btn-link .freshicon-btn-unmapped-red:before,
.btn-secondary-link .freshicon-btn-unmapped-red:before {
  background-image: url("../assets/icons/unmapped-red.svg");
}

.btn-link .freshicon-btn-unmapped:before,
.btn-secondary-link .freshicon-btn-unmapped:before {
  background-image: url("../assets/icons/unmapped.svg");
}

.btn-link .freshicon-btn-unpin-2:before,
.btn-secondary-link .freshicon-btn-unpin-2:before {
  background-image: url("../assets/icons/unpin-2.svg");
}

.btn-link .freshicon-btn-unpin-left:before,
.btn-secondary-link .freshicon-btn-unpin-left:before {
  background-image: url("../assets/icons/unpin-left.svg");
}

.btn-link .freshicon-btn-unpin-right:before,
.btn-secondary-link .freshicon-btn-unpin-right:before {
  background-image: url("../assets/icons/unpin-right.svg");
}

.btn-link .freshicon-btn-unpin:before,
.btn-secondary-link .freshicon-btn-unpin:before {
  background-image: url("../assets/icons/unpin.svg");
}

.btn-link .freshicon-btn-unread-comment:before,
.btn-secondary-link .freshicon-btn-unread-comment:before {
  background-image: url("../assets/icons/unread-comment.svg");
}

.btn-link .freshicon-btn-upload:before,
.btn-secondary-link .freshicon-btn-upload:before {
  background-image: url("../assets/icons/upload.svg");
}

.btn-link .freshicon-btn-user-folder:before,
.btn-secondary-link .freshicon-btn-user-folder:before {
  background-image: url("../assets/icons/user-folder.svg");
}

.btn-link .freshicon-btn-user-info:before,
.btn-secondary-link .freshicon-btn-user-info:before {
  background-image: url("../assets/icons/user-info.svg");
}

.btn-link .freshicon-btn-user-list-2:before,
.btn-secondary-link .freshicon-btn-user-list-2:before {
  background-image: url("../assets/icons/user-list-2.svg");
}

.btn-link .freshicon-btn-user-list:before,
.btn-secondary-link .freshicon-btn-user-list:before {
  background-image: url("../assets/icons/user-list.svg");
}

.btn-link .freshicon-btn-user-placeholder:before,
.btn-secondary-link .freshicon-btn-user-placeholder:before {
  background-image: url("../assets/icons/user-placeholder.svg");
}

.btn-link .freshicon-btn-user-security:before,
.btn-secondary-link .freshicon-btn-user-security:before {
  background-image: url("../assets/icons/user-security.svg");
}

.btn-link .freshicon-btn-user-settings:before,
.btn-secondary-link .freshicon-btn-user-settings:before {
  background-image: url("../assets/icons/user-settings.svg");
}

.btn-link .freshicon-btn-user:before,
.btn-secondary-link .freshicon-btn-user:before {
  background-image: url("../assets/icons/user.svg");
}

.btn-link .freshicon-btn-users:before,
.btn-secondary-link .freshicon-btn-users:before {
  background-image: url("../assets/icons/users.svg");
}

.btn-link .freshicon-btn-vacation-2:before,
.btn-secondary-link .freshicon-btn-vacation-2:before {
  background-image: url("../assets/icons/vacation-2.svg");
}

.btn-link .freshicon-btn-vacation:before,
.btn-secondary-link .freshicon-btn-vacation:before {
  background-image: url("../assets/icons/vacation.svg");
}

.btn-link .freshicon-btn-video:before,
.btn-secondary-link .freshicon-btn-video:before {
  background-image: url("../assets/icons/video.svg");
}

.btn-link .freshicon-btn-view-time-report:before,
.btn-secondary-link .freshicon-btn-view-time-report:before {
  background-image: url("../assets/icons/view-time-report.svg");
}

.btn-link .freshicon-btn-wage-code:before,
.btn-secondary-link .freshicon-btn-wage-code:before {
  background-image: url("../assets/icons/wage-code.svg");
}

.btn-link .freshicon-btn-watch:before,
.btn-secondary-link .freshicon-btn-watch:before {
  background-image: url("../assets/icons/watch.svg");
}

.btn-link .freshicon-btn-watchers:before,
.btn-secondary-link .freshicon-btn-watchers:before {
  background-image: url("../assets/icons/watchers.svg");
}

.btn-link .freshicon-btn-web:before,
.btn-secondary-link .freshicon-btn-web:before {
  background-image: url("../assets/icons/web.svg");
}

.btn-link .freshicon-btn-wide:before,
.btn-secondary-link .freshicon-btn-wide:before {
  background-image: url("../assets/icons/wide.svg");
}

.btn-link .freshicon-btn-word-document:before,
.btn-secondary-link .freshicon-btn-word-document:before {
  background-image: url("../assets/icons/word-document.svg");
}

.btn-link .freshicon-btn-working-day-2:before,
.btn-secondary-link .freshicon-btn-working-day-2:before {
  background-image: url("../assets/icons/working-day-2.svg");
}

.btn-link .freshicon-btn-working-day-3:before,
.btn-secondary-link .freshicon-btn-working-day-3:before {
  background-image: url("../assets/icons/working-day-3.svg");
}

.btn-link .freshicon-btn-working-day:before,
.btn-secondary-link .freshicon-btn-working-day:before {
  background-image: url("../assets/icons/working-day.svg");
}

.btn-link .freshicon-btn-xml-document:before,
.btn-secondary-link .freshicon-btn-xml-document:before {
  background-image: url("../assets/icons/xml-document.svg");
}

.btn-link .freshicon-btn-xml:before,
.btn-secondary-link .freshicon-btn-xml:before {
  background-image: url("../assets/icons/xml.svg");
}

.btn-link .freshicon-btn-zoom-in:before,
.btn-secondary-link .freshicon-btn-zoom-in:before {
  background-image: url("../assets/icons/zoom-in.svg");
}

.btn-link .freshicon-btn-zoom-out:before,
.btn-secondary-link .freshicon-btn-zoom-out:before {
  background-image: url("../assets/icons/zoom-out.svg");
}

.btn-secondary-link {
  color: #666666;
}

.btn-secondary-link.hover,
.btn-secondary-link:hover {
  color: #666666;
}

.btn-secondary-link:disabled,
.btn-secondary-link.disabled {
  color: #666666;
}

.btn-secondary-link:not(:disabled):not(.disabled):active,
.btn-secondary-link:not(:disabled):not(.disabled).active {
  color: #4f4f4f;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 1.2814rem 2.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

.btn-icon {
  padding: 3px;
  border-color: transparent;
  background: transparent;
  line-height: 1;
}

.btn-icon.btn .freshicon:before,
.btn-icon.btn:hover .freshicon:before,
.btn-icon.btn:active .freshicon:before {
  left: 0;
  top: 0;
}

.btn-icon.btn.btn-light {
  border: 1px solid transparent;
}

.btn-icon.btn.btn-light.hover,
.btn-icon.btn.btn-light:hover {
  background-color: rgba(102, 102, 102, 0.1);
}

.btn-icon.btn.btn-light.active,
.btn-icon.btn.btn-light:active {
  background-color: rgba(102, 102, 102, 0.2);
  border: 1px solid transparent;
}

.btn-icon.btn.btn-light.focus,
.btn-icon.btn.btn-light:focus {
  text-decoration: none;
  border-color: #00a3e2;
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
  text-shadow: none;
}

.btn-icon.btn.btn-light.selected {
  background-color: #00a3e2;
}

.btn-icon.btn.btn-light.selected .freshicon:before {
  background-position: 50% 0;
}

.btn-icon.btn.btn-light.disabled,
.btn-icon.btn.btn-light:disabled {
  pointer-events: none;
  border: 1px solid #fff;
  background-color: #fff;
  opacity: .35;
}

.btn__dots {
  display: none;
}

.btn__dots,
.btn__dots:before,
.btn__dots:after {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.btn__dots:before {
  content: '.';
}

.btn__dots {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.btn__dots:after {
  content: '.';
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.btn--loading .btn__dots {
  display: inline-block;
}

.custom-control {
  min-height: 1.5rem;
}

.custom-control-label {
  min-height: 1rem;
  font-size: 0.75rem;
  vertical-align: initial;
}

.custom-control-label::before {
  top: 0.1875rem;
}

.custom-control-label::after {
  top: 0.1875rem;
}

.custom-select:not([multiple])::-ms-expand {
  display: none;
}

.custom-select:not([multiple]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../assets/custom-icons/native-select-chevron.svg") center right 20px no-repeat;
  background-size: 16px;
}

.custom-select.form-control-sm {
  font-size: 0.75rem;
  height: calc(1.5em + 0.75rem + 2px);
}

.custom-select.form-control-lg {
  height: calc(1.5em + 2.5628rem + 2px);
}

.custom-control-input ~ .custom-control-label::before {
  border: 0.0625rem solid #a3a3a3;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input.focus ~ .custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input.hover ~ .custom-control-label::before,
.custom-control-input:hover ~ .custom-control-label::before,
.custom-control-input:indeterminate ~ .custom-control-label::before,
.custom-control-input.active ~ .custom-control-label::before,
.custom-control-input:active ~ .custom-control-label::before {
  border-color: #00a3e2;
}

.custom-control-input.focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.custom-control-input.active ~ .custom-control-label::before {
  color: #fff;
  background-color: #96e2ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #cccccc;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #f2f2f2;
}

.was-validated .custom-checkbox .custom-control-input:invalid ~ .custom-control-label::before,
.custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff2c00;
  background: #fff;
}

.was-validated .custom-checkbox .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff2c00;
  background: #fff;
}

.was-validated .custom-checkbox .custom-control-input:invalid:checked ~ .custom-control-label::after,
.custom-checkbox .custom-control-input.is-invalid:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width=%2216px%22%20height=%2216px%22%20viewBox=%220%200%2016%2016%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cg%20transform=%22translate(4.500000,%204.500000)%22%20stroke=%22%23ff2c00%22%20fill=%22none%22%20fill-rule=%22evenodd%22%20stroke-linecap=%22round%22%20stroke-width=%221.5%22%3E%3Cpath%20d=%22M0,0%20L7,7%22%3E%3C/path%3E%3Cpath%20d=%22M0,7%20L7,0%22%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.was-validated .custom-checkbox .custom-control-input:invalid.focus ~ .custom-control-label::before,
.was-validated .custom-checkbox .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-checkbox .custom-control-input.is-invalid.focus ~ .custom-control-label::before,
.custom-checkbox .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  border-color: #ff2c00;
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.form-control:disabled,
.form-control[readonly] {
  border-color: #cccccc;
  color: #a3a3a3;
}

.form-control:disabled:active,
.form-control[readonly]:active {
  border-color: #cccccc;
}

.form-control:disabled:hover,
.form-control[readonly]:hover {
  border-color: #cccccc;
}

.form-control:disabled:focus,
.form-control[readonly]:focus {
  border-color: #cccccc;
}

.form-control:disabled::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder {
  color: #a3a3a3;
}

.form-control:disabled:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder {
  color: #a3a3a3;
}

.form-control:disabled::-ms-input-placeholder,
.form-control[readonly]::-ms-input-placeholder {
  color: #a3a3a3;
}

.form-control:disabled::placeholder,
.form-control[readonly]::placeholder {
  color: #a3a3a3;
}

.form-control.active,
.form-control:active,
.custom-select.active,
.custom-select:active {
  border-color: #00a3e2;
}

.form-control.hover,
.form-control:hover,
.custom-select.hover,
.custom-select:hover {
  border-color: #33B5E7;
}

.was-validated .form-control:valid.active,
.was-validated .form-control:valid:active,
.form-control.is-valid.active,
.form-control.is-valid:active,
.was-validated
.custom-select:valid.active,
.was-validated
.custom-select:valid:active,
.custom-select.is-valid.active,
.custom-select.is-valid:active {
  border-color: #00ea57;
}

.was-validated .form-control:valid.hover,
.was-validated .form-control:valid:hover,
.form-control.is-valid.hover,
.form-control.is-valid:hover,
.was-validated
.custom-select:valid.hover,
.was-validated
.custom-select:valid:hover,
.custom-select.is-valid.hover,
.custom-select.is-valid:hover {
  border-color: #00ea57;
}

.was-validated .form-control:valid.focus,
.was-validated .form-control:valid:focus,
.form-control.is-valid.focus,
.form-control.is-valid:focus,
.was-validated
.custom-select:valid.focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid.focus,
.custom-select.is-valid:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.was-validated .form-control:invalid.active,
.was-validated .form-control:invalid:active,
.form-control.is-invalid.active,
.form-control.is-invalid:active,
.was-validated
.custom-select:invalid.active,
.was-validated
.custom-select:invalid:active,
.custom-select.is-invalid.active,
.custom-select.is-invalid:active {
  border-color: #ff2c00;
}

.was-validated .form-control:invalid.hover,
.was-validated .form-control:invalid:hover,
.form-control.is-invalid.hover,
.form-control.is-invalid:hover,
.was-validated
.custom-select:invalid.hover,
.was-validated
.custom-select:invalid:hover,
.custom-select.is-invalid.hover,
.custom-select.is-invalid:hover {
  border-color: #ff2c00;
}

.was-validated .form-control:invalid.focus,
.was-validated .form-control:invalid:focus,
.form-control.is-invalid.focus,
.form-control.is-invalid:focus,
.was-validated
.custom-select:invalid.focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid.focus,
.custom-select.is-invalid:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.form-control.focus,
.custom-select.focus {
  color: #333333;
  background-color: #fff;
  border-color: #00a3e2;
  outline: 0;
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.form-control-lg {
  font-size: 0.875rem;
}

.custom-control-label.focus:before {
  border-color: #00a3e2;
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

label.required::after {
  content: '*';
  color: #ff2c00;
}

.modal-header .close {
  padding: 0 1rem;
  margin: -0.2rem -1rem -0.2rem auto;
}

.modal-footer {
  background: #f2f2f2;
  border-radius: 0.1875rem;
  padding: 0;
}

.nav-tabs {
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  border-radius: 0.1875rem 0.1875rem 0 0;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  border-right: 1px solid #cccccc;
}

.nav-tabs .nav-item:first-of-type {
  border-top-left-radius: 0.1875rem;
}

.nav-tabs .nav-item:last-of-type {
  border-top-right-radius: 0.1875rem;
}

.nav-tabs .nav-item--badge > .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.nav-tabs .nav-link {
  color: #666666;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  font-size: 12px;
  padding: 12.5px 1.25rem;
  line-height: 24px;
}

.nav-tabs .nav-link.disabled {
  color: rgba(163, 163, 163, 0.5);
}

.nav-tabs .nav-link.disabled > .nav-badge {
  background-color: rgba(102, 102, 102, 0.1);
  color: rgba(163, 163, 163, 0.5);
}

.nav-tabs .nav-link.hover,
.nav-tabs .nav-link:hover {
  background-color: rgba(102, 102, 102, 0.1);
}

.nav-tabs .nav-link.focus,
.nav-tabs .nav-link:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2, inset 0 0 0 #00a3e2, inset 0 0 0 1px #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2, inset 0 0 0 #00a3e2, inset 0 0 0 1px #00a3e2;
  outline: 0;
  position: relative;
  z-index: 1;
  border-radius: 0.1875rem;
  background-color: transparent;
  border-bottom: 0;
}

.nav-tabs .nav-link:active {
  background-color: rgba(102, 102, 102, 0.2);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-tabs .nav-badge {
  background: rgba(102, 102, 102, 0.2);
  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;
  border-radius: 12px;
  min-width: 24px;
  height: 24px;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
  margin-right: 10px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #fff;
  color: #333333;
}

.nav-tabs .nav-link.active:active:hover,
.nav-tabs .nav-item.show .nav-link:active:hover {
  border-bottom: 1px solid #fff;
}

.password-strength .form-control {
  padding-right: 40px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: right .625rem center;
}

.password-strength .feedback {
  margin-top: .25rem;
  font-size: 12px;
}

.password-strength--0 .feedback {
  color: #FF2C00;
}

.password-strength--0 .form-control {
  border-color: #FF2C00;
  background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2222px%22 height%3D%2222px%22 viewBox%3D%220 0 22 22%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E    %3C!-- Generator%3A sketchtool 48.2 (47327) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E    %3Ctitle%3E29B401EC-8E5C-41B5-9124-267BD53CCC02%3C%2Ftitle%3E    %3Cdesc%3ECreated with sketchtool.%3C%2Fdesc%3E    %3Cdefs%3E%3C%2Fdefs%3E    %3Cg id%3D%22Password-Strength%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 transform%3D%22translate(-252.000000%2C -56.000000)%22%3E        %3Crect id%3D%22Rectangle-7-Copy-22%22 stroke%3D%22%23CCCCCC%22 stroke-width%3D%222%22 x%3D%2233%22 y%3D%2248%22 width%3D%22249%22 height%3D%2238%22%3E%3C%2Frect%3E        %3Cg id%3D%22indifferent%22 transform%3D%22translate(253.000000%2C 57.000000)%22 fill%3D%22%23FF3526%22 stroke%3D%22%23FF3526%22 stroke-width%3D%220.5%22%3E            %3Cpath d%3D%22M9.99986486%2C0 C4.48594595%2C0 0%2C4.48594595 0%2C9.99986486 C0%2C15.5137838 4.48594595%2C19.9997297 9.99986486%2C19.9997297 C15.5137838%2C19.9997297 19.9997297%2C15.5137838 19.9997297%2C9.99986486 C19.9997297%2C4.48594595 15.5137838%2C0 9.99986486%2C0 L9.99986486%2C0 Z M9.99986486%2C18.9186486 C7.55006757%2C18.9186486 5.32804054%2C17.9256757 3.71452703%2C16.3213514 C3.0702027%2C15.6806757 2.52324324%2C14.9422973 2.09736486%2C14.1308108 C1.44878378%2C12.8950676 1.08108108%2C11.4897297 1.08108108%2C9.99986486 C1.08108108%2C5.08202703 5.08202703%2C1.08108108 9.99986486%2C1.08108108 C12.3325%2C1.08108108 14.4584459%2C1.98162162 16.0493919%2C3.45283784 C16.8742568%2C4.21554054 17.5554054%2C5.13148649 18.0465541%2C6.15533784 C18.6053378%2C7.32006757 18.9186486%2C8.62405405 18.9186486%2C9.99986486 C18.9186486%2C14.9177027 14.9177027%2C18.9186486 9.99986486%2C18.9186486 L9.99986486%2C18.9186486 Z%22 id%3D%22Shape%22%3E%3C%2Fpath%3E            %3Cpath d%3D%22M11.9087162%2C12.2966892 C12.7786486%2C12.1760135 13.6684459%2C12.3704054 14.4143919%2C12.8442568 L14.9939865%2C11.9316892 C14.0319595%2C11.3206757 12.8835811%2C11.0701351 11.7600676%2C11.2259459 C9.95385135%2C11.4768919 8.4197973%2C12.7586486 7.85195946%2C14.4914189 L8.87932432%2C14.8280405 C9.31945946%2C13.4847973 10.5085811%2C12.4912162 11.9087162%2C12.2966892 L11.9087162%2C12.2966892 Z%22 id%3D%22Shape%22%3E%3C%2Fpath%3E            %3Ccircle id%3D%22Oval%22 cx%3D%226.66655405%22 cy%3D%227.8377027%22 r%3D%221.08108108%22%3E%3C%2Fcircle%3E            %3Ccircle id%3D%22Oval%22 cx%3D%2213.3557432%22 cy%3D%227.8377027%22 r%3D%221.08108108%22%3E%3C%2Fcircle%3E        %3C%2Fg%3E    %3C%2Fg%3E%3C%2Fsvg%3E");
}

.password-strength--1 .feedback {
  color: #FF2C00;
}

.password-strength--1 .form-control {
  border-color: #FF2C00;
  background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2222px%22 height%3D%2222px%22 viewBox%3D%220 0 22 22%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E    %3C!-- Generator%3A sketchtool 48.2 (47327) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E    %3Ctitle%3E29B401EC-8E5C-41B5-9124-267BD53CCC02%3C%2Ftitle%3E    %3Cdesc%3ECreated with sketchtool.%3C%2Fdesc%3E    %3Cdefs%3E%3C%2Fdefs%3E    %3Cg id%3D%22Password-Strength%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 transform%3D%22translate(-252.000000%2C -56.000000)%22%3E        %3Crect id%3D%22Rectangle-7-Copy-22%22 stroke%3D%22%23CCCCCC%22 stroke-width%3D%222%22 x%3D%2233%22 y%3D%2248%22 width%3D%22249%22 height%3D%2238%22%3E%3C%2Frect%3E        %3Cg id%3D%22indifferent%22 transform%3D%22translate(253.000000%2C 57.000000)%22 fill%3D%22%23FF3526%22 stroke%3D%22%23FF3526%22 stroke-width%3D%220.5%22%3E            %3Cpath d%3D%22M9.99986486%2C0 C4.48594595%2C0 0%2C4.48594595 0%2C9.99986486 C0%2C15.5137838 4.48594595%2C19.9997297 9.99986486%2C19.9997297 C15.5137838%2C19.9997297 19.9997297%2C15.5137838 19.9997297%2C9.99986486 C19.9997297%2C4.48594595 15.5137838%2C0 9.99986486%2C0 L9.99986486%2C0 Z M9.99986486%2C18.9186486 C7.55006757%2C18.9186486 5.32804054%2C17.9256757 3.71452703%2C16.3213514 C3.0702027%2C15.6806757 2.52324324%2C14.9422973 2.09736486%2C14.1308108 C1.44878378%2C12.8950676 1.08108108%2C11.4897297 1.08108108%2C9.99986486 C1.08108108%2C5.08202703 5.08202703%2C1.08108108 9.99986486%2C1.08108108 C12.3325%2C1.08108108 14.4584459%2C1.98162162 16.0493919%2C3.45283784 C16.8742568%2C4.21554054 17.5554054%2C5.13148649 18.0465541%2C6.15533784 C18.6053378%2C7.32006757 18.9186486%2C8.62405405 18.9186486%2C9.99986486 C18.9186486%2C14.9177027 14.9177027%2C18.9186486 9.99986486%2C18.9186486 L9.99986486%2C18.9186486 Z%22 id%3D%22Shape%22%3E%3C%2Fpath%3E            %3Cpath d%3D%22M11.9087162%2C12.2966892 C12.7786486%2C12.1760135 13.6684459%2C12.3704054 14.4143919%2C12.8442568 L14.9939865%2C11.9316892 C14.0319595%2C11.3206757 12.8835811%2C11.0701351 11.7600676%2C11.2259459 C9.95385135%2C11.4768919 8.4197973%2C12.7586486 7.85195946%2C14.4914189 L8.87932432%2C14.8280405 C9.31945946%2C13.4847973 10.5085811%2C12.4912162 11.9087162%2C12.2966892 L11.9087162%2C12.2966892 Z%22 id%3D%22Shape%22%3E%3C%2Fpath%3E            %3Ccircle id%3D%22Oval%22 cx%3D%226.66655405%22 cy%3D%227.8377027%22 r%3D%221.08108108%22%3E%3C%2Fcircle%3E            %3Ccircle id%3D%22Oval%22 cx%3D%2213.3557432%22 cy%3D%227.8377027%22 r%3D%221.08108108%22%3E%3C%2Fcircle%3E        %3C%2Fg%3E    %3C%2Fg%3E%3C%2Fsvg%3E");
}

.password-strength--2 .form-control {
  border-color: #FFB600;
  background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2222px%22 height%3D%2222px%22 viewBox%3D%220 0 22 22%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E    %3C!-- Generator%3A sketchtool 48.2 (47327) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E    %3Ctitle%3ED382BC94-6BB3-4FF1-A548-7F39846090A3%3C%2Ftitle%3E    %3Cdesc%3ECreated with sketchtool.%3C%2Fdesc%3E    %3Cdefs%3E%3C%2Fdefs%3E    %3Cg id%3D%22Password-Strength%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 transform%3D%22translate(-252.000000%2C -140.000000)%22%3E        %3Crect id%3D%22Rectangle-7-Copy-21%22 stroke%3D%22%23CCCCCC%22 stroke-width%3D%222%22 x%3D%2233%22 y%3D%22132%22 width%3D%22249%22 height%3D%2238%22%3E%3C%2Frect%3E        %3Cg id%3D%22indifferent-1-copy%22 transform%3D%22translate(253.000000%2C 141.000000)%22 fill%3D%22%23F5A623%22 stroke%3D%22%23F5A623%22 stroke-width%3D%220.5%22%3E            %3Cpath d%3D%22M10%2C0 C4.48600657%2C0 0%2C4.48600657 0%2C10 C0%2C15.5139934 4.48600657%2C20 10%2C20 C15.5139934%2C20 20%2C15.5139934 20%2C10 C20%2C4.48600657 15.514061%2C0 10%2C0 L10%2C0 Z M10%2C18.9189043 C7.5501696%2C18.9189043 5.32811254%2C17.9259179 3.71457722%2C16.3215719 C3.07024419%2C15.6808876 2.52327734%2C14.9424992 2.09739321%2C14.1310018 C1.44880336%2C12.8952418 1.08109569%2C11.489885 1.08109569%2C10 C1.08109569%2C5.0820957 5.0820957%2C1.08109569 10%2C1.08109569 C12.3326667%2C1.08109569 14.4586413%2C1.9816484 16.0496088%2C3.4528845 C16.8744848%2C4.21559751 17.5556426%2C5.13155583 18.0467979%2C6.15542102 C18.6055893%2C7.32016649 18.9189043%2C8.6241706 18.9189043%2C10 C18.9189043%2C14.9179043 14.9179043%2C18.9189043 10%2C18.9189043 L10%2C18.9189043 Z%22 id%3D%22Shape%22%3E%3C%2Fpath%3E            %3Crect id%3D%22Rectangle-path%22 transform%3D%22translate(9.993625%2C 12.313157) rotate(168.229374) translate(-9.993625%2C -12.313157) %22 x%3D%224.36862519%22 y%3D%2211.8131571%22 width%3D%2211.25%22 height%3D%221%22%3E%3C%2Frect%3E            %3Ccircle id%3D%22Oval%22 cx%3D%226.71875%22 cy%3D%227.96875%22 r%3D%221.09375%22%3E%3C%2Fcircle%3E            %3Ccircle id%3D%22Oval%22 cx%3D%2213.28125%22 cy%3D%227.96875%22 r%3D%221.09375%22%3E%3C%2Fcircle%3E        %3C%2Fg%3E    %3C%2Fg%3E%3C%2Fsvg%3E");
}

.password-strength--3 .form-control {
  border-color: #00A3E2;
  background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2222px%22 height%3D%2222px%22 viewBox%3D%220 0 22 22%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E    %3C!-- Generator%3A sketchtool 48.2 (47327) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E    %3Ctitle%3E6EF42E37-6C8D-4692-9582-8EFBEAD774FB%3C%2Ftitle%3E    %3Cdesc%3ECreated with sketchtool.%3C%2Fdesc%3E    %3Cdefs%3E%3C%2Fdefs%3E    %3Cg id%3D%22Password-Strength%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 transform%3D%22translate(-252.000000%2C -224.000000)%22%3E        %3Crect id%3D%22Rectangle-7-Copy-24%22 stroke%3D%22%23CCCCCC%22 stroke-width%3D%222%22 x%3D%2233%22 y%3D%22216%22 width%3D%22249%22 height%3D%2238%22%3E%3C%2Frect%3E        %3Cg id%3D%22happiness-1%22 transform%3D%22translate(253.000000%2C 225.000000)%22 fill%3D%22%23009BDC%22 stroke%3D%22%23009BDC%22 stroke-width%3D%220.5%22%3E            %3Cpath d%3D%22M9.99986486%2C0 C4.48594595%2C0 0%2C4.48594595 0%2C9.99986486 C0%2C15.5137838 4.48594595%2C19.9997297 9.99986486%2C19.9997297 C15.5137838%2C19.9997297 19.9997297%2C15.5137838 19.9997297%2C9.99986486 C19.9997297%2C4.48594595 15.5138514%2C0 9.99986486%2C0 L9.99986486%2C0 Z M9.99986486%2C18.9186486 C7.55013514%2C18.9186486 5.32804054%2C17.9256757 3.71459459%2C16.3213514 C3.07027027%2C15.6806757 2.52331081%2C14.9422973 2.09743243%2C14.1308108 C1.44878378%2C12.8950676 1.08108108%2C11.4896622 1.08108108%2C9.99986486 C1.08108108%2C5.08202703 5.08202703%2C1.08108108 9.99986486%2C1.08108108 C12.3325%2C1.08108108 14.4584459%2C1.98162162 16.0493919%2C3.45283784 C16.8742568%2C4.21554054 17.5554054%2C5.13148649 18.0465541%2C6.15527027 C18.6053378%2C7.32006757 18.9186486%2C8.62405405 18.9186486%2C9.99986486 C18.9186486%2C14.9177027 14.9177027%2C18.9186486 9.99986486%2C18.9186486 L9.99986486%2C18.9186486 Z%22 id%3D%22Shape%22%3E%3C%2Fpath%3E            %3Ccircle id%3D%22Oval%22 cx%3D%226.73418919%22 cy%3D%227.77013514%22 r%3D%221.08108108%22%3E%3C%2Fcircle%3E            %3Ccircle id%3D%22Oval%22 cx%3D%2213.4233784%22 cy%3D%227.77013514%22 r%3D%221.08108108%22%3E%3C%2Fcircle%3E            %3Cpath d%3D%22M9.98074324%2C15.5402027 C12.0722297%2C15.5402027 14.0766216%2C14.4706081 15.2242568%2C12.6947297 L14.3162162%2C12.107973 C13.2623649%2C13.7387162 11.3347297%2C14.6487838 9.40452703%2C14.4260811 C7.90033784%2C14.2526351 6.50932432%2C13.3860135 5.68344595%2C12.107973 L4.77547297%2C12.6947297 C5.7747973%2C14.2412838 7.45898649%2C15.2899324 9.28060811%2C15.5000676 C9.51445946%2C15.527027 9.74797297%2C15.5402027 9.98074324%2C15.5402027 L9.98074324%2C15.5402027 Z%22 id%3D%22Shape%22%3E%3C%2Fpath%3E        %3C%2Fg%3E    %3C%2Fg%3E%3C%2Fsvg%3E");
}

.password-strength--4 .form-control {
  border-color: #00EA57;
  background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2222px%22 height%3D%2222px%22 viewBox%3D%220 0 22 22%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E    %3C!-- Generator%3A sketchtool 48.2 (47327) - http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch --%3E    %3Ctitle%3ED0543819-545D-440D-AAA2-0D8D928359EF%3C%2Ftitle%3E    %3Cdesc%3ECreated with sketchtool.%3C%2Fdesc%3E    %3Cdefs%3E%3C%2Fdefs%3E    %3Cg id%3D%22Password-Strength%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 transform%3D%22translate(-252.000000%2C -308.000000)%22%3E        %3Crect id%3D%22Rectangle-7-Copy-23%22 stroke%3D%22%23CCCCCC%22 stroke-width%3D%222%22 x%3D%2233%22 y%3D%22300%22 width%3D%22249%22 height%3D%2238%22%3E%3C%2Frect%3E        %3Cg id%3D%22happy-1%22 transform%3D%22translate(253.000000%2C 309.000000)%22 stroke%3D%22%232ED683%22%3E            %3Cpath d%3D%22M13.3443919%2C6.21608108 C13.9414189%2C6.21608108 14.425473%2C6.70013514 14.425473%2C7.29716216 C14.425473%2C7.89418919 13.9414189%2C8.37824324 13.3443919%2C8.37824324 C12.7473649%2C8.37824324 12.2633108%2C7.89418919 12.2633108%2C7.29716216 C12.2633108%2C6.70013514 12.7473649%2C6.21608108 13.3443919%2C6.21608108 L13.3443919%2C6.21608108 Z M6.6552027%2C6.21608108 C7.25222973%2C6.21608108 7.73628378%2C6.70013514 7.73628378%2C7.29716216 C7.73628378%2C7.89418919 7.25222973%2C8.37824324 6.6552027%2C8.37824324 C6.05817568%2C8.37824324 5.57412162%2C7.89418919 5.57412162%2C7.29716216 C5.57412162%2C6.70013514 6.05817568%2C6.21608108 6.6552027%2C6.21608108 L6.6552027%2C6.21608108 Z M4.4997973%2C11.6079392 L15.4997973%2C11.6079392 C15.4997973%2C14.2945896 13.0373652%2C16.4726014 9.99985841%2C16.4726014 C6.96222938%2C16.4726014 4.4997973%2C14.2945896 4.4997973%2C11.6079392 L4.4997973%2C11.6079392 Z%22 id%3D%22Shape%22 stroke-width%3D%221.5%22%3E%3C%2Fpath%3E            %3Cpath d%3D%22M9.99986486%2C0 C4.48594595%2C0 0%2C4.48594595 0%2C9.99986486 C0%2C15.5137838 4.48594595%2C19.9997297 9.99986486%2C19.9997297 C15.5137838%2C19.9997297 19.9997297%2C15.5137838 19.9997297%2C9.99986486 C19.9997297%2C4.48594595 15.5138514%2C0 9.99986486%2C0 L9.99986486%2C0 Z M9.99986486%2C18.9186486 C7.55013514%2C18.9186486 5.32804054%2C17.9256757 3.71459459%2C16.3213514 C3.07027027%2C15.6806757 2.52331081%2C14.9422973 2.09743243%2C14.1308108 C1.44878378%2C12.8950676 1.08108108%2C11.4896622 1.08108108%2C9.99986486 C1.08108108%2C5.08202703 5.08202703%2C1.08108108 9.99986486%2C1.08108108 C12.3325%2C1.08108108 14.4584459%2C1.98162162 16.0493919%2C3.45283784 C16.8742568%2C4.21554054 17.5554054%2C5.13148649 18.0465541%2C6.15527027 C18.6053378%2C7.32006757 18.9186486%2C8.62405405 18.9186486%2C9.99986486 C18.9186486%2C14.9177027 14.9177027%2C18.9186486 9.99986486%2C18.9186486 L9.99986486%2C18.9186486 Z%22 id%3D%22Shape%22 stroke-width%3D%220.5%22 fill%3D%22%232ED683%22%3E%3C%2Fpath%3E            %3Ccircle id%3D%22Oval%22 stroke-width%3D%220.5%22 fill%3D%22%232ED683%22 cx%3D%226.6552027%22 cy%3D%227.29716216%22 r%3D%221.08108108%22%3E%3C%2Fcircle%3E            %3Ccircle id%3D%22Oval%22 stroke-width%3D%220.5%22 fill%3D%22%232ED683%22 cx%3D%2213.3443919%22 cy%3D%227.29716216%22 r%3D%221.08108108%22%3E%3C%2Fcircle%3E        %3C%2Fg%3E    %3C%2Fg%3E%3C%2Fsvg%3E");
}

.password-strength--sm .form-control {
  padding: 0.3125rem 0.5rem;
  height: calc(1.5em + 0.75rem + 2px);
}

.freshicon {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.freshicon:before {
  display: block;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn .freshicon:before,
.btn .freshicon:hover:before,
.btn .freshicon:active:before {
  left: -0.5rem;
  top: -2px;
  background-position: 50% 0;
}

.btn-link .freshicon:before,
.btn-link .freshicon:hover:before,
.btn-link .freshicon:active:before {
  background-position: 75% 0;
}

.btn-light .freshicon:before,
.btn-light .freshicon:hover:before,
.btn-light .freshicon:active:before {
  background-position: 0 0;
}

.btn-sm .freshicon:before,
.btn-group-sm > .btn .freshicon:before,
.btn-sm .freshicon:hover:before,
.btn-group-sm > .btn .freshicon:hover:before,
.btn-sm .freshicon:active:before,
.btn-group-sm > .btn .freshicon:active:before {
  top: -1px;
}

.freshicon.freshicon-xs:before {
  width: .75rem;
  height: .75rem;
}

.freshicon.freshicon-sm:before {
  width: 1.25rem;
  height: 1.25rem;
}

.freshicon.freshicon-lg:before {
  width: 2rem;
  height: 2rem;
}

.freshicon.freshicon-xl:before {
  width: 3rem;
  height: 3rem;
}

.freshicon.disabled:before {
  background-position: 25% 0;
}

.freshicon-absence-2:before,
.freshicon-menu-absence-2:before {
  background-image: url("../assets/icons/absence-2.svg");
}

.freshicon-menu-absence-2:before,
.freshicon-menu-absence-2:hover:before {
  background-position: 50% 0;
}

.freshicon-absence-3:before,
.freshicon-menu-absence-3:before {
  background-image: url("../assets/icons/absence-3.svg");
}

.freshicon-menu-absence-3:before,
.freshicon-menu-absence-3:hover:before {
  background-position: 50% 0;
}

.freshicon-absence:before,
.freshicon-menu-absence:before {
  background-image: url("../assets/icons/absence.svg");
}

.freshicon-menu-absence:before,
.freshicon-menu-absence:hover:before {
  background-position: 50% 0;
}

.freshicon-add-2:before,
.freshicon-menu-add-2:before {
  background-image: url("../assets/icons/add-2.svg");
}

.freshicon-menu-add-2:before,
.freshicon-menu-add-2:hover:before {
  background-position: 50% 0;
}

.freshicon-add-attachment:before,
.freshicon-menu-add-attachment:before {
  background-image: url("../assets/icons/add-attachment.svg");
}

.freshicon-menu-add-attachment:before,
.freshicon-menu-add-attachment:hover:before {
  background-position: 50% 0;
}

.freshicon-add-comment:before,
.freshicon-menu-add-comment:before {
  background-image: url("../assets/icons/add-comment.svg");
}

.freshicon-menu-add-comment:before,
.freshicon-menu-add-comment:hover:before {
  background-position: 50% 0;
}

.freshicon-add-directories:before,
.freshicon-menu-add-directories:before {
  background-image: url("../assets/icons/add-directories.svg");
}

.freshicon-menu-add-directories:before,
.freshicon-menu-add-directories:hover:before {
  background-position: 50% 0;
}

.freshicon-add-to-req-template:before,
.freshicon-menu-add-to-req-template:before {
  background-image: url("../assets/icons/add-to-req-template.svg");
}

.freshicon-menu-add-to-req-template:before,
.freshicon-menu-add-to-req-template:hover:before {
  background-position: 50% 0;
}

.freshicon-add-user:before,
.freshicon-menu-add-user:before {
  background-image: url("../assets/icons/add-user.svg");
}

.freshicon-menu-add-user:before,
.freshicon-menu-add-user:hover:before {
  background-position: 50% 0;
}

.freshicon-add:before,
.freshicon-menu-add:before {
  background-image: url("../assets/icons/add.svg");
}

.freshicon-menu-add:before,
.freshicon-menu-add:hover:before {
  background-position: 50% 0;
}

.freshicon-adjust-hours:before,
.freshicon-menu-adjust-hours:before {
  background-image: url("../assets/icons/adjust-hours.svg");
}

.freshicon-menu-adjust-hours:before,
.freshicon-menu-adjust-hours:hover:before {
  background-position: 50% 0;
}

.freshicon-adoption-leave:before,
.freshicon-menu-adoption-leave:before {
  background-image: url("../assets/icons/adoption-leave.svg");
}

.freshicon-menu-adoption-leave:before,
.freshicon-menu-adoption-leave:hover:before {
  background-position: 50% 0;
}

.freshicon-agreement:before,
.freshicon-menu-agreement:before {
  background-image: url("../assets/icons/agreement.svg");
}

.freshicon-menu-agreement:before,
.freshicon-menu-agreement:hover:before {
  background-position: 50% 0;
}

.freshicon-alarm:before,
.freshicon-menu-alarm:before {
  background-image: url("../assets/icons/alarm.svg");
}

.freshicon-menu-alarm:before,
.freshicon-menu-alarm:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-circle-full-blue:before,
.freshicon-menu-alert-circle-full-blue:before {
  background-image: url("../assets/icons/alert-circle-full-blue.svg");
}

.freshicon-menu-alert-circle-full-blue:before,
.freshicon-menu-alert-circle-full-blue:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-circle-full-red:before,
.freshicon-menu-alert-circle-full-red:before {
  background-image: url("../assets/icons/alert-circle-full-red.svg");
}

.freshicon-menu-alert-circle-full-red:before,
.freshicon-menu-alert-circle-full-red:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-circle-late:before,
.freshicon-menu-alert-circle-late:before {
  background-image: url("../assets/icons/alert-circle-late.svg");
}

.freshicon-menu-alert-circle-late:before,
.freshicon-menu-alert-circle-late:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-circle-red:before,
.freshicon-menu-alert-circle-red:before {
  background-image: url("../assets/icons/alert-circle-red.svg");
}

.freshicon-menu-alert-circle-red:before,
.freshicon-menu-alert-circle-red:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-circle:before,
.freshicon-menu-alert-circle:before {
  background-image: url("../assets/icons/alert-circle.svg");
}

.freshicon-menu-alert-circle:before,
.freshicon-menu-alert-circle:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-full-yellow:before,
.freshicon-menu-alert-full-yellow:before {
  background-image: url("../assets/icons/alert-full-yellow.svg");
}

.freshicon-menu-alert-full-yellow:before,
.freshicon-menu-alert-full-yellow:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-triangle-orange:before,
.freshicon-menu-alert-triangle-orange:before {
  background-image: url("../assets/icons/alert-triangle-orange.svg");
}

.freshicon-menu-alert-triangle-orange:before,
.freshicon-menu-alert-triangle-orange:hover:before {
  background-position: 50% 0;
}

.freshicon-alert-triangle:before,
.freshicon-menu-alert-triangle:before {
  background-image: url("../assets/icons/alert-triangle.svg");
}

.freshicon-menu-alert-triangle:before,
.freshicon-menu-alert-triangle:hover:before {
  background-position: 50% 0;
}

.freshicon-alert:before,
.freshicon-menu-alert:before {
  background-image: url("../assets/icons/alert.svg");
}

.freshicon-menu-alert:before,
.freshicon-menu-alert:hover:before {
  background-position: 50% 0;
}

.freshicon-announcement:before,
.freshicon-menu-announcement:before {
  background-image: url("../assets/icons/announcement.svg");
}

.freshicon-menu-announcement:before,
.freshicon-menu-announcement:hover:before {
  background-position: 50% 0;
}

.freshicon-approval:before,
.freshicon-menu-approval:before {
  background-image: url("../assets/icons/approval.svg");
}

.freshicon-menu-approval:before,
.freshicon-menu-approval:hover:before {
  background-position: 50% 0;
}

.freshicon-approved-green:before,
.freshicon-menu-approved-green:before {
  background-image: url("../assets/icons/approved-green.svg");
}

.freshicon-menu-approved-green:before,
.freshicon-menu-approved-green:hover:before {
  background-position: 50% 0;
}

.freshicon-archive-document:before,
.freshicon-menu-archive-document:before {
  background-image: url("../assets/icons/archive-document.svg");
}

.freshicon-menu-archive-document:before,
.freshicon-menu-archive-document:hover:before {
  background-position: 50% 0;
}

.freshicon-attach:before,
.freshicon-menu-attach:before {
  background-image: url("../assets/icons/attach.svg");
}

.freshicon-menu-attach:before,
.freshicon-menu-attach:hover:before {
  background-position: 50% 0;
}

.freshicon-attendance:before,
.freshicon-menu-attendance:before {
  background-image: url("../assets/icons/attendance.svg");
}

.freshicon-menu-attendance:before,
.freshicon-menu-attendance:hover:before {
  background-position: 50% 0;
}

.freshicon-audit-log:before,
.freshicon-menu-audit-log:before {
  background-image: url("../assets/icons/audit-log.svg");
}

.freshicon-menu-audit-log:before,
.freshicon-menu-audit-log:hover:before {
  background-position: 50% 0;
}

.freshicon-auto-adjust-columns:before,
.freshicon-menu-auto-adjust-columns:before {
  background-image: url("../assets/icons/auto-adjust-columns.svg");
}

.freshicon-menu-auto-adjust-columns:before,
.freshicon-menu-auto-adjust-columns:hover:before {
  background-position: 50% 0;
}

.freshicon-bank-holiday:before,
.freshicon-menu-bank-holiday:before {
  background-image: url("../assets/icons/bank-holiday.svg");
}

.freshicon-menu-bank-holiday:before,
.freshicon-menu-bank-holiday:hover:before {
  background-position: 50% 0;
}

.freshicon-banking:before,
.freshicon-menu-banking:before {
  background-image: url("../assets/icons/banking.svg");
}

.freshicon-menu-banking:before,
.freshicon-menu-banking:hover:before {
  background-position: 50% 0;
}

.freshicon-bar-graph:before,
.freshicon-menu-bar-graph:before {
  background-image: url("../assets/icons/bar-graph.svg");
}

.freshicon-menu-bar-graph:before,
.freshicon-menu-bar-graph:hover:before {
  background-position: 50% 0;
}

.freshicon-birth:before,
.freshicon-menu-birth:before {
  background-image: url("../assets/icons/birth.svg");
}

.freshicon-menu-birth:before,
.freshicon-menu-birth:hover:before {
  background-position: 50% 0;
}

.freshicon-bonus-gift:before,
.freshicon-menu-bonus-gift:before {
  background-image: url("../assets/icons/bonus-gift.svg");
}

.freshicon-menu-bonus-gift:before,
.freshicon-menu-bonus-gift:hover:before {
  background-position: 50% 0;
}

.freshicon-breadcrumb-folder:before,
.freshicon-menu-breadcrumb-folder:before {
  background-image: url("../assets/icons/breadcrumb-folder.svg");
}

.freshicon-menu-breadcrumb-folder:before,
.freshicon-menu-breadcrumb-folder:hover:before {
  background-position: 50% 0;
}

.freshicon-briefcase:before,
.freshicon-menu-briefcase:before {
  background-image: url("../assets/icons/briefcase.svg");
}

.freshicon-menu-briefcase:before,
.freshicon-menu-briefcase:hover:before {
  background-position: 50% 0;
}

.freshicon-bug-green:before,
.freshicon-menu-bug-green:before {
  background-image: url("../assets/icons/bug-green.svg");
}

.freshicon-menu-bug-green:before,
.freshicon-menu-bug-green:hover:before {
  background-position: 50% 0;
}

.freshicon-bug:before,
.freshicon-menu-bug:before {
  background-image: url("../assets/icons/bug.svg");
}

.freshicon-menu-bug:before,
.freshicon-menu-bug:hover:before {
  background-position: 50% 0;
}

.freshicon-burger:before,
.freshicon-menu-burger:before {
  background-image: url("../assets/icons/burger.svg");
}

.freshicon-menu-burger:before,
.freshicon-menu-burger:hover:before {
  background-position: 50% 0;
}

.freshicon-calculator:before,
.freshicon-menu-calculator:before {
  background-image: url("../assets/icons/calculator.svg");
}

.freshicon-menu-calculator:before,
.freshicon-menu-calculator:hover:before {
  background-position: 50% 0;
}

.freshicon-calendar:before,
.freshicon-menu-calendar:before {
  background-image: url("../assets/icons/calendar.svg");
}

.freshicon-menu-calendar:before,
.freshicon-menu-calendar:hover:before {
  background-position: 50% 0;
}

.freshicon-cancel-small:before,
.freshicon-menu-cancel-small:before {
  background-image: url("../assets/icons/cancel-small.svg");
}

.freshicon-menu-cancel-small:before,
.freshicon-menu-cancel-small:hover:before {
  background-position: 50% 0;
}

.freshicon-cancel:before,
.freshicon-menu-cancel:before {
  background-image: url("../assets/icons/cancel.svg");
}

.freshicon-menu-cancel:before,
.freshicon-menu-cancel:hover:before {
  background-position: 50% 0;
}

.freshicon-change-log:before,
.freshicon-menu-change-log:before {
  background-image: url("../assets/icons/change-log.svg");
}

.freshicon-menu-change-log:before,
.freshicon-menu-change-log:hover:before {
  background-position: 50% 0;
}

.freshicon-change-owner:before,
.freshicon-menu-change-owner:before {
  background-image: url("../assets/icons/change-owner.svg");
}

.freshicon-menu-change-owner:before,
.freshicon-menu-change-owner:hover:before {
  background-position: 50% 0;
}

.freshicon-change-width:before,
.freshicon-menu-change-width:before {
  background-image: url("../assets/icons/change-width.svg");
}

.freshicon-menu-change-width:before,
.freshicon-menu-change-width:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-down-small:before,
.freshicon-menu-chevron-down-small:before {
  background-image: url("../assets/icons/chevron-down-small.svg");
}

.freshicon-menu-chevron-down-small:before,
.freshicon-menu-chevron-down-small:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-down:before,
.freshicon-menu-chevron-down:before {
  background-image: url("../assets/icons/chevron-down.svg");
}

.freshicon-menu-chevron-down:before,
.freshicon-menu-chevron-down:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-fat:before,
.freshicon-menu-chevron-fat:before {
  background-image: url("../assets/icons/chevron-fat.svg");
}

.freshicon-menu-chevron-fat:before,
.freshicon-menu-chevron-fat:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-left-small:before,
.freshicon-menu-chevron-left-small:before {
  background-image: url("../assets/icons/chevron-left-small.svg");
}

.freshicon-menu-chevron-left-small:before,
.freshicon-menu-chevron-left-small:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-left:before,
.freshicon-menu-chevron-left:before {
  background-image: url("../assets/icons/chevron-left.svg");
}

.freshicon-menu-chevron-left:before,
.freshicon-menu-chevron-left:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-right-small:before,
.freshicon-menu-chevron-right-small:before {
  background-image: url("../assets/icons/chevron-right-small.svg");
}

.freshicon-menu-chevron-right-small:before,
.freshicon-menu-chevron-right-small:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-right:before,
.freshicon-menu-chevron-right:before {
  background-image: url("../assets/icons/chevron-right.svg");
}

.freshicon-menu-chevron-right:before,
.freshicon-menu-chevron-right:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-up-small:before,
.freshicon-menu-chevron-up-small:before {
  background-image: url("../assets/icons/chevron-up-small.svg");
}

.freshicon-menu-chevron-up-small:before,
.freshicon-menu-chevron-up-small:hover:before {
  background-position: 50% 0;
}

.freshicon-chevron-up:before,
.freshicon-menu-chevron-up:before {
  background-image: url("../assets/icons/chevron-up.svg");
}

.freshicon-menu-chevron-up:before,
.freshicon-menu-chevron-up:hover:before {
  background-position: 50% 0;
}

.freshicon-coffee-break:before,
.freshicon-menu-coffee-break:before {
  background-image: url("../assets/icons/coffee-break.svg");
}

.freshicon-menu-coffee-break:before,
.freshicon-menu-coffee-break:hover:before {
  background-position: 50% 0;
}

.freshicon-collapse-left:before,
.freshicon-menu-collapse-left:before {
  background-image: url("../assets/icons/collapse-left.svg");
}

.freshicon-menu-collapse-left:before,
.freshicon-menu-collapse-left:hover:before {
  background-position: 50% 0;
}

.freshicon-collapse-right:before,
.freshicon-menu-collapse-right:before {
  background-image: url("../assets/icons/collapse-right.svg");
}

.freshicon-menu-collapse-right:before,
.freshicon-menu-collapse-right:hover:before {
  background-position: 50% 0;
}

.freshicon-colour-bucket:before,
.freshicon-menu-colour-bucket:before {
  background-image: url("../assets/icons/colour-bucket.svg");
}

.freshicon-menu-colour-bucket:before,
.freshicon-menu-colour-bucket:hover:before {
  background-position: 50% 0;
}

.freshicon-column-picker:before,
.freshicon-menu-column-picker:before {
  background-image: url("../assets/icons/column-picker.svg");
}

.freshicon-menu-column-picker:before,
.freshicon-menu-column-picker:hover:before {
  background-position: 50% 0;
}

.freshicon-combo-grid:before,
.freshicon-menu-combo-grid:before {
  background-image: url("../assets/icons/combo-grid.svg");
}

.freshicon-menu-combo-grid:before,
.freshicon-menu-combo-grid:hover:before {
  background-position: 50% 0;
}

.freshicon-comment-chat:before,
.freshicon-menu-comment-chat:before {
  background-image: url("../assets/icons/comment-chat.svg");
}

.freshicon-menu-comment-chat:before,
.freshicon-menu-comment-chat:hover:before {
  background-position: 50% 0;
}

.freshicon-comment-on-file:before,
.freshicon-menu-comment-on-file:before {
  background-image: url("../assets/icons/comment-on-file.svg");
}

.freshicon-menu-comment-on-file:before,
.freshicon-menu-comment-on-file:hover:before {
  background-position: 50% 0;
}

.freshicon-comment-web-reply:before,
.freshicon-menu-comment-web-reply:before {
  background-image: url("../assets/icons/comment-web-reply.svg");
}

.freshicon-menu-comment-web-reply:before,
.freshicon-menu-comment-web-reply:hover:before {
  background-position: 50% 0;
}

.freshicon-comment:before,
.freshicon-menu-comment:before {
  background-image: url("../assets/icons/comment.svg");
}

.freshicon-menu-comment:before,
.freshicon-menu-comment:hover:before {
  background-position: 50% 0;
}

.freshicon-compare:before,
.freshicon-menu-compare:before {
  background-image: url("../assets/icons/compare.svg");
}

.freshicon-menu-compare:before,
.freshicon-menu-compare:hover:before {
  background-position: 50% 0;
}

.freshicon-content-edit:before,
.freshicon-menu-content-edit:before {
  background-image: url("../assets/icons/content-edit.svg");
}

.freshicon-menu-content-edit:before,
.freshicon-menu-content-edit:hover:before {
  background-position: 50% 0;
}

.freshicon-contract-edit:before,
.freshicon-menu-contract-edit:before {
  background-image: url("../assets/icons/contract-edit.svg");
}

.freshicon-menu-contract-edit:before,
.freshicon-menu-contract-edit:hover:before {
  background-position: 50% 0;
}

.freshicon-contract:before,
.freshicon-menu-contract:before {
  background-image: url("../assets/icons/contract.svg");
}

.freshicon-menu-contract:before,
.freshicon-menu-contract:hover:before {
  background-position: 50% 0;
}

.freshicon-copy-grid-all-cells:before,
.freshicon-menu-copy-grid-all-cells:before {
  background-image: url("../assets/icons/copy-grid-all-cells.svg");
}

.freshicon-menu-copy-grid-all-cells:before,
.freshicon-menu-copy-grid-all-cells:hover:before {
  background-position: 50% 0;
}

.freshicon-copy-grid-empty-cells:before,
.freshicon-menu-copy-grid-empty-cells:before {
  background-image: url("../assets/icons/copy-grid-empty-cells.svg");
}

.freshicon-menu-copy-grid-empty-cells:before,
.freshicon-menu-copy-grid-empty-cells:hover:before {
  background-position: 50% 0;
}

.freshicon-copy-grid-row:before,
.freshicon-menu-copy-grid-row:before {
  background-image: url("../assets/icons/copy-grid-row.svg");
}

.freshicon-menu-copy-grid-row:before,
.freshicon-menu-copy-grid-row:hover:before {
  background-position: 50% 0;
}

.freshicon-copy:before,
.freshicon-menu-copy:before {
  background-image: url("../assets/icons/copy.svg");
}

.freshicon-menu-copy:before,
.freshicon-menu-copy:hover:before {
  background-position: 50% 0;
}

.freshicon-corner-resize-small:before,
.freshicon-menu-corner-resize-small:before {
  background-image: url("../assets/icons/corner-resize-small.svg");
}

.freshicon-menu-corner-resize-small:before,
.freshicon-menu-corner-resize-small:hover:before {
  background-position: 50% 0;
}

.freshicon-corner-resize:before,
.freshicon-menu-corner-resize:before {
  background-image: url("../assets/icons/corner-resize.svg");
}

.freshicon-menu-corner-resize:before,
.freshicon-menu-corner-resize:hover:before {
  background-position: 50% 0;
}

.freshicon-create-an-order:before,
.freshicon-menu-create-an-order:before {
  background-image: url("../assets/icons/create-an-order.svg");
}

.freshicon-menu-create-an-order:before,
.freshicon-menu-create-an-order:hover:before {
  background-position: 50% 0;
}

.freshicon-custom-views:before,
.freshicon-menu-custom-views:before {
  background-image: url("../assets/icons/custom-views.svg");
}

.freshicon-menu-custom-views:before,
.freshicon-menu-custom-views:hover:before {
  background-position: 50% 0;
}

.freshicon-cut:before,
.freshicon-menu-cut:before {
  background-image: url("../assets/icons/cut.svg");
}

.freshicon-menu-cut:before,
.freshicon-menu-cut:hover:before {
  background-position: 50% 0;
}

.freshicon-daily-allowance:before,
.freshicon-menu-daily-allowance:before {
  background-image: url("../assets/icons/daily-allowance.svg");
}

.freshicon-menu-daily-allowance:before,
.freshicon-menu-daily-allowance:hover:before {
  background-position: 50% 0;
}

.freshicon-database:before,
.freshicon-menu-database:before {
  background-image: url("../assets/icons/database.svg");
}

.freshicon-menu-database:before,
.freshicon-menu-database:hover:before {
  background-position: 50% 0;
}

.freshicon-date-picker:before,
.freshicon-menu-date-picker:before {
  background-image: url("../assets/icons/date-picker.svg");
}

.freshicon-menu-date-picker:before,
.freshicon-menu-date-picker:hover:before {
  background-position: 50% 0;
}

.freshicon-delete-red:before,
.freshicon-menu-delete-red:before {
  background-image: url("../assets/icons/delete-red.svg");
}

.freshicon-menu-delete-red:before,
.freshicon-menu-delete-red:hover:before {
  background-position: 50% 0;
}

.freshicon-delete:before,
.freshicon-menu-delete:before {
  background-image: url("../assets/icons/delete.svg");
}

.freshicon-menu-delete:before,
.freshicon-menu-delete:hover:before {
  background-position: 50% 0;
}

.freshicon-delivery-notification-2:before,
.freshicon-menu-delivery-notification-2:before {
  background-image: url("../assets/icons/delivery-notification-2.svg");
}

.freshicon-menu-delivery-notification-2:before,
.freshicon-menu-delivery-notification-2:hover:before {
  background-position: 50% 0;
}

.freshicon-delivery-notification:before,
.freshicon-menu-delivery-notification:before {
  background-image: url("../assets/icons/delivery-notification.svg");
}

.freshicon-menu-delivery-notification:before,
.freshicon-menu-delivery-notification:hover:before {
  background-position: 50% 0;
}

.freshicon-delivery-reception-2:before,
.freshicon-menu-delivery-reception-2:before {
  background-image: url("../assets/icons/delivery-reception-2.svg");
}

.freshicon-menu-delivery-reception-2:before,
.freshicon-menu-delivery-reception-2:hover:before {
  background-position: 50% 0;
}

.freshicon-delivery-reception:before,
.freshicon-menu-delivery-reception:before {
  background-image: url("../assets/icons/delivery-reception.svg");
}

.freshicon-menu-delivery-reception:before,
.freshicon-menu-delivery-reception:hover:before {
  background-position: 50% 0;
}

.freshicon-detach:before,
.freshicon-menu-detach:before {
  background-image: url("../assets/icons/detach.svg");
}

.freshicon-menu-detach:before,
.freshicon-menu-detach:hover:before {
  background-position: 50% 0;
}

.freshicon-disabled-red:before,
.freshicon-menu-disabled-red:before {
  background-image: url("../assets/icons/disabled-red.svg");
}

.freshicon-menu-disabled-red:before,
.freshicon-menu-disabled-red:hover:before {
  background-position: 50% 0;
}

.freshicon-disabled:before,
.freshicon-menu-disabled:before {
  background-image: url("../assets/icons/disabled.svg");
}

.freshicon-menu-disabled:before,
.freshicon-menu-disabled:hover:before {
  background-position: 50% 0;
}

.freshicon-dislike:before,
.freshicon-menu-dislike:before {
  background-image: url("../assets/icons/dislike.svg");
}

.freshicon-menu-dislike:before,
.freshicon-menu-dislike:hover:before {
  background-position: 50% 0;
}

.freshicon-distribution:before,
.freshicon-menu-distribution:before {
  background-image: url("../assets/icons/distribution.svg");
}

.freshicon-menu-distribution:before,
.freshicon-menu-distribution:hover:before {
  background-position: 50% 0;
}

.freshicon-document-area:before,
.freshicon-menu-document-area:before {
  background-image: url("../assets/icons/document-area.svg");
}

.freshicon-menu-document-area:before,
.freshicon-menu-document-area:hover:before {
  background-position: 50% 0;
}

.freshicon-document-info:before,
.freshicon-menu-document-info:before {
  background-image: url("../assets/icons/document-info.svg");
}

.freshicon-menu-document-info:before,
.freshicon-menu-document-info:hover:before {
  background-position: 50% 0;
}

.freshicon-document-production:before,
.freshicon-menu-document-production:before {
  background-image: url("../assets/icons/document-production.svg");
}

.freshicon-menu-document-production:before,
.freshicon-menu-document-production:hover:before {
  background-position: 50% 0;
}

.freshicon-download:before,
.freshicon-menu-download:before {
  background-image: url("../assets/icons/download.svg");
}

.freshicon-menu-download:before,
.freshicon-menu-download:hover:before {
  background-position: 50% 0;
}

.freshicon-drag:before,
.freshicon-menu-drag:before {
  background-image: url("../assets/icons/drag.svg");
}

.freshicon-menu-drag:before,
.freshicon-menu-drag:hover:before {
  background-position: 50% 0;
}

.freshicon-edit-column:before,
.freshicon-menu-edit-column:before {
  background-image: url("../assets/icons/edit-column.svg");
}

.freshicon-menu-edit-column:before,
.freshicon-menu-edit-column:hover:before {
  background-position: 50% 0;
}

.freshicon-edit-row:before,
.freshicon-menu-edit-row:before {
  background-image: url("../assets/icons/edit-row.svg");
}

.freshicon-menu-edit-row:before,
.freshicon-menu-edit-row:hover:before {
  background-position: 50% 0;
}

.freshicon-edit:before,
.freshicon-menu-edit:before {
  background-image: url("../assets/icons/edit.svg");
}

.freshicon-menu-edit:before,
.freshicon-menu-edit:hover:before {
  background-position: 50% 0;
}

.freshicon-education:before,
.freshicon-menu-education:before {
  background-image: url("../assets/icons/education.svg");
}

.freshicon-menu-education:before,
.freshicon-menu-education:hover:before {
  background-position: 50% 0;
}

.freshicon-email:before,
.freshicon-menu-email:before {
  background-image: url("../assets/icons/email.svg");
}

.freshicon-menu-email:before,
.freshicon-menu-email:hover:before {
  background-position: 50% 0;
}

.freshicon-encrypted-pdf:before,
.freshicon-menu-encrypted-pdf:before {
  background-image: url("../assets/icons/encrypted-pdf.svg");
}

.freshicon-menu-encrypted-pdf:before,
.freshicon-menu-encrypted-pdf:hover:before {
  background-position: 50% 0;
}

.freshicon-enter-full-screen:before,
.freshicon-menu-enter-full-screen:before {
  background-image: url("../assets/icons/enter-full-screen.svg");
}

.freshicon-menu-enter-full-screen:before,
.freshicon-menu-enter-full-screen:hover:before {
  background-position: 50% 0;
}

.freshicon-environmental:before,
.freshicon-menu-environmental:before {
  background-image: url("../assets/icons/environmental.svg");
}

.freshicon-menu-environmental:before,
.freshicon-menu-environmental:hover:before {
  background-position: 50% 0;
}

.freshicon-error-full-red:before,
.freshicon-menu-error-full-red:before {
  background-image: url("../assets/icons/error-full-red.svg");
}

.freshicon-menu-error-full-red:before,
.freshicon-menu-error-full-red:hover:before {
  background-position: 50% 0;
}

.freshicon-error-red:before,
.freshicon-menu-error-red:before {
  background-image: url("../assets/icons/error-red.svg");
}

.freshicon-menu-error-red:before,
.freshicon-menu-error-red:hover:before {
  background-position: 50% 0;
}

.freshicon-error:before,
.freshicon-menu-error:before {
  background-image: url("../assets/icons/error.svg");
}

.freshicon-menu-error:before,
.freshicon-menu-error:hover:before {
  background-position: 50% 0;
}

.freshicon-evaluate:before,
.freshicon-menu-evaluate:before {
  background-image: url("../assets/icons/evaluate.svg");
}

.freshicon-menu-evaluate:before,
.freshicon-menu-evaluate:hover:before {
  background-position: 50% 0;
}

.freshicon-events:before,
.freshicon-menu-events:before {
  background-image: url("../assets/icons/events.svg");
}

.freshicon-menu-events:before,
.freshicon-menu-events:hover:before {
  background-position: 50% 0;
}

.freshicon-excel-document:before,
.freshicon-menu-excel-document:before {
  background-image: url("../assets/icons/excel-document.svg");
}

.freshicon-menu-excel-document:before,
.freshicon-menu-excel-document:hover:before {
  background-position: 50% 0;
}

.freshicon-exit-fullscreen:before,
.freshicon-menu-exit-fullscreen:before {
  background-image: url("../assets/icons/exit-fullscreen.svg");
}

.freshicon-menu-exit-fullscreen:before,
.freshicon-menu-exit-fullscreen:hover:before {
  background-position: 50% 0;
}

.freshicon-expand:before,
.freshicon-menu-expand:before {
  background-image: url("../assets/icons/expand.svg");
}

.freshicon-menu-expand:before,
.freshicon-menu-expand:hover:before {
  background-position: 50% 0;
}

.freshicon-expense-2:before,
.freshicon-menu-expense-2:before {
  background-image: url("../assets/icons/expense-2.svg");
}

.freshicon-menu-expense-2:before,
.freshicon-menu-expense-2:hover:before {
  background-position: 50% 0;
}

.freshicon-expense-3:before,
.freshicon-menu-expense-3:before {
  background-image: url("../assets/icons/expense-3.svg");
}

.freshicon-menu-expense-3:before,
.freshicon-menu-expense-3:hover:before {
  background-position: 50% 0;
}

.freshicon-expense-4:before,
.freshicon-menu-expense-4:before {
  background-image: url("../assets/icons/expense-4.svg");
}

.freshicon-menu-expense-4:before,
.freshicon-menu-expense-4:hover:before {
  background-position: 50% 0;
}

.freshicon-expense:before,
.freshicon-menu-expense:before {
  background-image: url("../assets/icons/expense.svg");
}

.freshicon-menu-expense:before,
.freshicon-menu-expense:hover:before {
  background-position: 50% 0;
}

.freshicon-export-csv:before,
.freshicon-menu-export-csv:before {
  background-image: url("../assets/icons/export-csv.svg");
}

.freshicon-menu-export-csv:before,
.freshicon-menu-export-csv:hover:before {
  background-position: 50% 0;
}

.freshicon-export:before,
.freshicon-menu-export:before {
  background-image: url("../assets/icons/export.svg");
}

.freshicon-menu-export:before,
.freshicon-menu-export:hover:before {
  background-position: 50% 0;
}

.freshicon-extrude:before,
.freshicon-menu-extrude:before {
  background-image: url("../assets/icons/extrude.svg");
}

.freshicon-menu-extrude:before,
.freshicon-menu-extrude:hover:before {
  background-position: 50% 0;
}

.freshicon-fatal-red:before,
.freshicon-menu-fatal-red:before {
  background-image: url("../assets/icons/fatal-red.svg");
}

.freshicon-menu-fatal-red:before,
.freshicon-menu-fatal-red:hover:before {
  background-position: 50% 0;
}

.freshicon-fatal:before,
.freshicon-menu-fatal:before {
  background-image: url("../assets/icons/fatal.svg");
}

.freshicon-menu-fatal:before,
.freshicon-menu-fatal:hover:before {
  background-position: 50% 0;
}

.freshicon-favorite-full-blue:before,
.freshicon-menu-favorite-full-blue:before {
  background-image: url("../assets/icons/favorite-full-blue.svg");
}

.freshicon-menu-favorite-full-blue:before,
.freshicon-menu-favorite-full-blue:hover:before {
  background-position: 50% 0;
}

.freshicon-favorite:before,
.freshicon-menu-favorite:before {
  background-image: url("../assets/icons/favorite.svg");
}

.freshicon-menu-favorite:before,
.freshicon-menu-favorite:hover:before {
  background-position: 50% 0;
}

.freshicon-files:before,
.freshicon-menu-files:before {
  background-image: url("../assets/icons/files.svg");
}

.freshicon-menu-files:before,
.freshicon-menu-files:hover:before {
  background-position: 50% 0;
}

.freshicon-filter:before,
.freshicon-menu-filter:before {
  background-image: url("../assets/icons/filter.svg");
}

.freshicon-menu-filter:before,
.freshicon-menu-filter:hover:before {
  background-position: 50% 0;
}

.freshicon-finance:before,
.freshicon-menu-finance:before {
  background-image: url("../assets/icons/finance.svg");
}

.freshicon-menu-finance:before,
.freshicon-menu-finance:hover:before {
  background-position: 50% 0;
}

.freshicon-first:before,
.freshicon-menu-first:before {
  background-image: url("../assets/icons/first.svg");
}

.freshicon-menu-first:before,
.freshicon-menu-first:hover:before {
  background-position: 50% 0;
}

.freshicon-flag-full-yellow:before,
.freshicon-menu-flag-full-yellow:before {
  background-image: url("../assets/icons/flag-full-yellow.svg");
}

.freshicon-menu-flag-full-yellow:before,
.freshicon-menu-flag-full-yellow:hover:before {
  background-position: 50% 0;
}

.freshicon-flag:before,
.freshicon-menu-flag:before {
  background-image: url("../assets/icons/flag.svg");
}

.freshicon-menu-flag:before,
.freshicon-menu-flag:hover:before {
  background-position: 50% 0;
}

.freshicon-folder-closed:before,
.freshicon-menu-folder-closed:before {
  background-image: url("../assets/icons/folder-closed.svg");
}

.freshicon-menu-folder-closed:before,
.freshicon-menu-folder-closed:hover:before {
  background-position: 50% 0;
}

.freshicon-folder-open:before,
.freshicon-menu-folder-open:before {
  background-image: url("../assets/icons/folder-open.svg");
}

.freshicon-menu-folder-open:before,
.freshicon-menu-folder-open:hover:before {
  background-position: 50% 0;
}

.freshicon-font-colour:before,
.freshicon-menu-font-colour:before {
  background-image: url("../assets/icons/font-colour.svg");
}

.freshicon-menu-font-colour:before,
.freshicon-menu-font-colour:hover:before {
  background-position: 50% 0;
}

.freshicon-forbidden:before,
.freshicon-menu-forbidden:before {
  background-image: url("../assets/icons/forbidden.svg");
}

.freshicon-menu-forbidden:before,
.freshicon-menu-forbidden:hover:before {
  background-position: 50% 0;
}

.freshicon-forward:before,
.freshicon-menu-forward:before {
  background-image: url("../assets/icons/forward.svg");
}

.freshicon-menu-forward:before,
.freshicon-menu-forward:hover:before {
  background-position: 50% 0;
}

.freshicon-function:before,
.freshicon-menu-function:before {
  background-image: url("../assets/icons/function.svg");
}

.freshicon-menu-function:before,
.freshicon-menu-function:hover:before {
  background-position: 50% 0;
}

.freshicon-future:before,
.freshicon-menu-future:before {
  background-image: url("../assets/icons/future.svg");
}

.freshicon-menu-future:before,
.freshicon-menu-future:hover:before {
  background-position: 50% 0;
}

.freshicon-graph-chart:before,
.freshicon-menu-graph-chart:before {
  background-image: url("../assets/icons/graph-chart.svg");
}

.freshicon-menu-graph-chart:before,
.freshicon-menu-graph-chart:hover:before {
  background-position: 50% 0;
}

.freshicon-heart:before,
.freshicon-menu-heart:before {
  background-image: url("../assets/icons/heart.svg");
}

.freshicon-menu-heart:before,
.freshicon-menu-heart:hover:before {
  background-position: 50% 0;
}

.freshicon-help-full-grey:before,
.freshicon-menu-help-full-grey:before {
  background-image: url("../assets/icons/help-full-grey.svg");
}

.freshicon-menu-help-full-grey:before,
.freshicon-menu-help-full-grey:hover:before {
  background-position: 50% 0;
}

.freshicon-help-full-purple:before,
.freshicon-menu-help-full-purple:before {
  background-image: url("../assets/icons/help-full-purple.svg");
}

.freshicon-menu-help-full-purple:before,
.freshicon-menu-help-full-purple:hover:before {
  background-position: 50% 0;
}

.freshicon-help-purple:before,
.freshicon-menu-help-purple:before {
  background-image: url("../assets/icons/help-purple.svg");
}

.freshicon-menu-help-purple:before,
.freshicon-menu-help-purple:hover:before {
  background-position: 50% 0;
}

.freshicon-help:before,
.freshicon-menu-help:before {
  background-image: url("../assets/icons/help.svg");
}

.freshicon-menu-help:before,
.freshicon-menu-help:hover:before {
  background-position: 50% 0;
}

.freshicon-hide-password:before,
.freshicon-menu-hide-password:before {
  background-image: url("../assets/icons/hide-password.svg");
}

.freshicon-menu-hide-password:before,
.freshicon-menu-hide-password:hover:before {
  background-position: 50% 0;
}

.freshicon-history:before,
.freshicon-menu-history:before {
  background-image: url("../assets/icons/history.svg");
}

.freshicon-menu-history:before,
.freshicon-menu-history:hover:before {
  background-position: 50% 0;
}

.freshicon-holiday-2:before,
.freshicon-menu-holiday-2:before {
  background-image: url("../assets/icons/holiday-2.svg");
}

.freshicon-menu-holiday-2:before,
.freshicon-menu-holiday-2:hover:before {
  background-position: 50% 0;
}

.freshicon-home-app:before,
.freshicon-menu-home-app:before {
  background-image: url("../assets/icons/home-app.svg");
}

.freshicon-menu-home-app:before,
.freshicon-menu-home-app:hover:before {
  background-position: 50% 0;
}

.freshicon-home:before,
.freshicon-menu-home:before {
  background-image: url("../assets/icons/home.svg");
}

.freshicon-menu-home:before,
.freshicon-menu-home:hover:before {
  background-position: 50% 0;
}

.freshicon-hourglass-yellow:before,
.freshicon-menu-hourglass-yellow:before {
  background-image: url("../assets/icons/hourglass-yellow.svg");
}

.freshicon-menu-hourglass-yellow:before,
.freshicon-menu-hourglass-yellow:hover:before {
  background-position: 50% 0;
}

.freshicon-hourglass:before,
.freshicon-menu-hourglass:before {
  background-image: url("../assets/icons/hourglass.svg");
}

.freshicon-menu-hourglass:before,
.freshicon-menu-hourglass:hover:before {
  background-position: 50% 0;
}

.freshicon-image-doc:before,
.freshicon-menu-image-doc:before {
  background-image: url("../assets/icons/image-doc.svg");
}

.freshicon-menu-image-doc:before,
.freshicon-menu-image-doc:hover:before {
  background-position: 50% 0;
}

.freshicon-import:before,
.freshicon-menu-import:before {
  background-image: url("../assets/icons/import.svg");
}

.freshicon-menu-import:before,
.freshicon-menu-import:hover:before {
  background-position: 50% 0;
}

.freshicon-incoming:before,
.freshicon-menu-incoming:before {
  background-image: url("../assets/icons/incoming.svg");
}

.freshicon-menu-incoming:before,
.freshicon-menu-incoming:hover:before {
  background-position: 50% 0;
}

.freshicon-info-blue:before,
.freshicon-menu-info-blue:before {
  background-image: url("../assets/icons/info-blue.svg");
}

.freshicon-menu-info-blue:before,
.freshicon-menu-info-blue:hover:before {
  background-position: 50% 0;
}

.freshicon-info-full-blue:before,
.freshicon-menu-info-full-blue:before {
  background-image: url("../assets/icons/info-full-blue.svg");
}

.freshicon-menu-info-full-blue:before,
.freshicon-menu-info-full-blue:hover:before {
  background-position: 50% 0;
}

.freshicon-info:before,
.freshicon-menu-info:before {
  background-image: url("../assets/icons/info.svg");
}

.freshicon-menu-info:before,
.freshicon-menu-info:hover:before {
  background-position: 50% 0;
}

.freshicon-integration:before,
.freshicon-menu-integration:before {
  background-image: url("../assets/icons/integration.svg");
}

.freshicon-menu-integration:before,
.freshicon-menu-integration:hover:before {
  background-position: 50% 0;
}

.freshicon-invoice-payroll-calculation:before,
.freshicon-menu-invoice-payroll-calculation:before {
  background-image: url("../assets/icons/invoice-payroll-calculation.svg");
}

.freshicon-menu-invoice-payroll-calculation:before,
.freshicon-menu-invoice-payroll-calculation:hover:before {
  background-position: 50% 0;
}

.freshicon-last:before,
.freshicon-menu-last:before {
  background-image: url("../assets/icons/last.svg");
}

.freshicon-menu-last:before,
.freshicon-menu-last:hover:before {
  background-position: 50% 0;
}

.freshicon-layout-templates:before,
.freshicon-menu-layout-templates:before {
  background-image: url("../assets/icons/layout-templates.svg");
}

.freshicon-menu-layout-templates:before,
.freshicon-menu-layout-templates:hover:before {
  background-position: 50% 0;
}

.freshicon-library:before,
.freshicon-menu-library:before {
  background-image: url("../assets/icons/library.svg");
}

.freshicon-menu-library:before,
.freshicon-menu-library:hover:before {
  background-position: 50% 0;
}

.freshicon-like:before,
.freshicon-menu-like:before {
  background-image: url("../assets/icons/like.svg");
}

.freshicon-menu-like:before,
.freshicon-menu-like:hover:before {
  background-position: 50% 0;
}

.freshicon-link:before,
.freshicon-menu-link:before {
  background-image: url("../assets/icons/link.svg");
}

.freshicon-menu-link:before,
.freshicon-menu-link:hover:before {
  background-position: 50% 0;
}

.freshicon-list-view-2:before,
.freshicon-menu-list-view-2:before {
  background-image: url("../assets/icons/list-view-2.svg");
}

.freshicon-menu-list-view-2:before,
.freshicon-menu-list-view-2:hover:before {
  background-position: 50% 0;
}

.freshicon-list-view:before,
.freshicon-menu-list-view:before {
  background-image: url("../assets/icons/list-view.svg");
}

.freshicon-menu-list-view:before,
.freshicon-menu-list-view:hover:before {
  background-position: 50% 0;
}

.freshicon-location:before,
.freshicon-menu-location:before {
  background-image: url("../assets/icons/location.svg");
}

.freshicon-menu-location:before,
.freshicon-menu-location:hover:before {
  background-position: 50% 0;
}

.freshicon-lock:before,
.freshicon-menu-lock:before {
  background-image: url("../assets/icons/lock.svg");
}

.freshicon-menu-lock:before,
.freshicon-menu-lock:hover:before {
  background-position: 50% 0;
}

.freshicon-lodging:before,
.freshicon-menu-lodging:before {
  background-image: url("../assets/icons/lodging.svg");
}

.freshicon-menu-lodging:before,
.freshicon-menu-lodging:hover:before {
  background-position: 50% 0;
}

.freshicon-logon-failed:before,
.freshicon-menu-logon-failed:before {
  background-image: url("../assets/icons/logon-failed.svg");
}

.freshicon-menu-logon-failed:before,
.freshicon-menu-logon-failed:hover:before {
  background-position: 50% 0;
}

.freshicon-logout:before,
.freshicon-menu-logout:before {
  background-image: url("../assets/icons/logout.svg");
}

.freshicon-menu-logout:before,
.freshicon-menu-logout:hover:before {
  background-position: 50% 0;
}

.freshicon-lunch:before,
.freshicon-menu-lunch:before {
  background-image: url("../assets/icons/lunch.svg");
}

.freshicon-menu-lunch:before,
.freshicon-menu-lunch:hover:before {
  background-position: 50% 0;
}

.freshicon-mailbox:before,
.freshicon-menu-mailbox:before {
  background-image: url("../assets/icons/mailbox.svg");
}

.freshicon-menu-mailbox:before,
.freshicon-menu-mailbox:hover:before {
  background-position: 50% 0;
}

.freshicon-managers-time-reg:before,
.freshicon-menu-managers-time-reg:before {
  background-image: url("../assets/icons/managers-time-reg.svg");
}

.freshicon-menu-managers-time-reg:before,
.freshicon-menu-managers-time-reg:hover:before {
  background-position: 50% 0;
}

.freshicon-merge:before,
.freshicon-menu-merge:before {
  background-image: url("../assets/icons/merge.svg");
}

.freshicon-menu-merge:before,
.freshicon-menu-merge:hover:before {
  background-position: 50% 0;
}

.freshicon-messages-notification:before,
.freshicon-menu-messages-notification:before {
  background-image: url("../assets/icons/messages-notification.svg");
}

.freshicon-menu-messages-notification:before,
.freshicon-menu-messages-notification:hover:before {
  background-position: 50% 0;
}

.freshicon-messages:before,
.freshicon-menu-messages:before {
  background-image: url("../assets/icons/messages.svg");
}

.freshicon-menu-messages:before,
.freshicon-menu-messages:hover:before {
  background-position: 50% 0;
}

.freshicon-mileage-1:before,
.freshicon-menu-mileage-1:before {
  background-image: url("../assets/icons/mileage-1.svg");
}

.freshicon-menu-mileage-1:before,
.freshicon-menu-mileage-1:hover:before {
  background-position: 50% 0;
}

.freshicon-mileage-2:before,
.freshicon-menu-mileage-2:before {
  background-image: url("../assets/icons/mileage-2.svg");
}

.freshicon-menu-mileage-2:before,
.freshicon-menu-mileage-2:hover:before {
  background-position: 50% 0;
}

.freshicon-mileage-3:before,
.freshicon-menu-mileage-3:before {
  background-image: url("../assets/icons/mileage-3.svg");
}

.freshicon-menu-mileage-3:before,
.freshicon-menu-mileage-3:hover:before {
  background-position: 50% 0;
}

.freshicon-minus:before,
.freshicon-menu-minus:before {
  background-image: url("../assets/icons/minus.svg");
}

.freshicon-menu-minus:before,
.freshicon-menu-minus:hover:before {
  background-position: 50% 0;
}

.freshicon-more-dots:before,
.freshicon-menu-more-dots:before {
  background-image: url("../assets/icons/more-dots.svg");
}

.freshicon-menu-more-dots:before,
.freshicon-menu-more-dots:hover:before {
  background-position: 50% 0;
}

.freshicon-more-down:before,
.freshicon-menu-more-down:before {
  background-image: url("../assets/icons/more-down.svg");
}

.freshicon-menu-more-down:before,
.freshicon-menu-more-down:hover:before {
  background-position: 50% 0;
}

.freshicon-more-left:before,
.freshicon-menu-more-left:before {
  background-image: url("../assets/icons/more-left.svg");
}

.freshicon-menu-more-left:before,
.freshicon-menu-more-left:hover:before {
  background-position: 50% 0;
}

.freshicon-more-right:before,
.freshicon-menu-more-right:before {
  background-image: url("../assets/icons/more-right.svg");
}

.freshicon-menu-more-right:before,
.freshicon-menu-more-right:hover:before {
  background-position: 50% 0;
}

.freshicon-more-up:before,
.freshicon-menu-more-up:before {
  background-image: url("../assets/icons/more-up.svg");
}

.freshicon-menu-more-up:before,
.freshicon-menu-more-up:hover:before {
  background-position: 50% 0;
}

.freshicon-more:before,
.freshicon-menu-more:before {
  background-image: url("../assets/icons/more.svg");
}

.freshicon-menu-more:before,
.freshicon-menu-more:hover:before {
  background-position: 50% 0;
}

.freshicon-multiple-selection:before,
.freshicon-menu-multiple-selection:before {
  background-image: url("../assets/icons/multiple-selection.svg");
}

.freshicon-menu-multiple-selection:before,
.freshicon-menu-multiple-selection:hover:before {
  background-position: 50% 0;
}

.freshicon-narrow:before,
.freshicon-menu-narrow:before {
  background-image: url("../assets/icons/narrow.svg");
}

.freshicon-menu-narrow:before,
.freshicon-menu-narrow:hover:before {
  background-position: 50% 0;
}

.freshicon-new:before,
.freshicon-menu-new:before {
  background-image: url("../assets/icons/new.svg");
}

.freshicon-menu-new:before,
.freshicon-menu-new:hover:before {
  background-position: 50% 0;
}

.freshicon-news:before,
.freshicon-menu-news:before {
  background-image: url("../assets/icons/news.svg");
}

.freshicon-menu-news:before,
.freshicon-menu-news:hover:before {
  background-position: 50% 0;
}

.freshicon-note-blank:before,
.freshicon-menu-note-blank:before {
  background-image: url("../assets/icons/note-blank.svg");
}

.freshicon-menu-note-blank:before,
.freshicon-menu-note-blank:hover:before {
  background-position: 50% 0;
}

.freshicon-note-filled:before,
.freshicon-menu-note-filled:before {
  background-image: url("../assets/icons/note-filled.svg");
}

.freshicon-menu-note-filled:before,
.freshicon-menu-note-filled:hover:before {
  background-position: 50% 0;
}

.freshicon-note:before,
.freshicon-menu-note:before {
  background-image: url("../assets/icons/note.svg");
}

.freshicon-menu-note:before,
.freshicon-menu-note:hover:before {
  background-position: 50% 0;
}

.freshicon-notifications:before,
.freshicon-menu-notifications:before {
  background-image: url("../assets/icons/notifications.svg");
}

.freshicon-menu-notifications:before,
.freshicon-menu-notifications:hover:before {
  background-position: 50% 0;
}

.freshicon-office-building-2:before,
.freshicon-menu-office-building-2:before {
  background-image: url("../assets/icons/office-building-2.svg");
}

.freshicon-menu-office-building-2:before,
.freshicon-menu-office-building-2:hover:before {
  background-position: 50% 0;
}

.freshicon-office-building:before,
.freshicon-menu-office-building:before {
  background-image: url("../assets/icons/office-building.svg");
}

.freshicon-menu-office-building:before,
.freshicon-menu-office-building:hover:before {
  background-position: 50% 0;
}

.freshicon-ok-basic-small:before,
.freshicon-menu-ok-basic-small:before {
  background-image: url("../assets/icons/ok-basic-small.svg");
}

.freshicon-menu-ok-basic-small:before,
.freshicon-menu-ok-basic-small:hover:before {
  background-position: 50% 0;
}

.freshicon-ok-basic:before,
.freshicon-menu-ok-basic:before {
  background-image: url("../assets/icons/ok-basic.svg");
}

.freshicon-menu-ok-basic:before,
.freshicon-menu-ok-basic:hover:before {
  background-position: 50% 0;
}

.freshicon-ok-late:before,
.freshicon-menu-ok-late:before {
  background-image: url("../assets/icons/ok-late.svg");
}

.freshicon-menu-ok-late:before,
.freshicon-menu-ok-late:hover:before {
  background-position: 50% 0;
}

.freshicon-ok:before,
.freshicon-menu-ok:before {
  background-image: url("../assets/icons/ok.svg");
}

.freshicon-menu-ok:before,
.freshicon-menu-ok:hover:before {
  background-position: 50% 0;
}

.freshicon-order-closed:before,
.freshicon-menu-order-closed:before {
  background-image: url("../assets/icons/order-closed.svg");
}

.freshicon-menu-order-closed:before,
.freshicon-menu-order-closed:hover:before {
  background-position: 50% 0;
}

.freshicon-order-imported:before,
.freshicon-menu-order-imported:before {
  background-image: url("../assets/icons/order-imported.svg");
}

.freshicon-menu-order-imported:before,
.freshicon-menu-order-imported:hover:before {
  background-position: 50% 0;
}

.freshicon-overtime:before,
.freshicon-menu-overtime:before {
  background-image: url("../assets/icons/overtime.svg");
}

.freshicon-menu-overtime:before,
.freshicon-menu-overtime:hover:before {
  background-position: 50% 0;
}

.freshicon-paid:before,
.freshicon-menu-paid:before {
  background-image: url("../assets/icons/paid.svg");
}

.freshicon-menu-paid:before,
.freshicon-menu-paid:hover:before {
  background-position: 50% 0;
}

.freshicon-paint-palette:before,
.freshicon-menu-paint-palette:before {
  background-image: url("../assets/icons/paint-palette.svg");
}

.freshicon-menu-paint-palette:before,
.freshicon-menu-paint-palette:hover:before {
  background-position: 50% 0;
}

.freshicon-panel:before,
.freshicon-menu-panel:before {
  background-image: url("../assets/icons/panel.svg");
}

.freshicon-menu-panel:before,
.freshicon-menu-panel:hover:before {
  background-position: 50% 0;
}

.freshicon-paper-plane:before,
.freshicon-menu-paper-plane:before {
  background-image: url("../assets/icons/paper-plane.svg");
}

.freshicon-menu-paper-plane:before,
.freshicon-menu-paper-plane:hover:before {
  background-position: 50% 0;
}

.freshicon-parent:before,
.freshicon-menu-parent:before {
  background-image: url("../assets/icons/parent.svg");
}

.freshicon-menu-parent:before,
.freshicon-menu-parent:hover:before {
  background-position: 50% 0;
}

.freshicon-parental-leave-2:before,
.freshicon-menu-parental-leave-2:before {
  background-image: url("../assets/icons/parental-leave-2.svg");
}

.freshicon-menu-parental-leave-2:before,
.freshicon-menu-parental-leave-2:hover:before {
  background-position: 50% 0;
}

.freshicon-parental-leave:before,
.freshicon-menu-parental-leave:before {
  background-image: url("../assets/icons/parental-leave.svg");
}

.freshicon-menu-parental-leave:before,
.freshicon-menu-parental-leave:hover:before {
  background-position: 50% 0;
}

.freshicon-paste:before,
.freshicon-menu-paste:before {
  background-image: url("../assets/icons/paste.svg");
}

.freshicon-menu-paste:before,
.freshicon-menu-paste:hover:before {
  background-position: 50% 0;
}

.freshicon-pause:before,
.freshicon-menu-pause:before {
  background-image: url("../assets/icons/pause.svg");
}

.freshicon-menu-pause:before,
.freshicon-menu-pause:hover:before {
  background-position: 50% 0;
}

.freshicon-payslips:before,
.freshicon-menu-payslips:before {
  background-image: url("../assets/icons/payslips.svg");
}

.freshicon-menu-payslips:before,
.freshicon-menu-payslips:hover:before {
  background-position: 50% 0;
}

.freshicon-pdf-document:before,
.freshicon-menu-pdf-document:before {
  background-image: url("../assets/icons/pdf-document.svg");
}

.freshicon-menu-pdf-document:before,
.freshicon-menu-pdf-document:hover:before {
  background-position: 50% 0;
}

.freshicon-phone:before,
.freshicon-menu-phone:before {
  background-image: url("../assets/icons/phone.svg");
}

.freshicon-menu-phone:before,
.freshicon-menu-phone:hover:before {
  background-position: 50% 0;
}

.freshicon-pie-chart:before,
.freshicon-menu-pie-chart:before {
  background-image: url("../assets/icons/pie-chart.svg");
}

.freshicon-menu-pie-chart:before,
.freshicon-menu-pie-chart:hover:before {
  background-position: 50% 0;
}

.freshicon-pin-left:before,
.freshicon-menu-pin-left:before {
  background-image: url("../assets/icons/pin-left.svg");
}

.freshicon-menu-pin-left:before,
.freshicon-menu-pin-left:hover:before {
  background-position: 50% 0;
}

.freshicon-pin-right:before,
.freshicon-menu-pin-right:before {
  background-image: url("../assets/icons/pin-right.svg");
}

.freshicon-menu-pin-right:before,
.freshicon-menu-pin-right:hover:before {
  background-position: 50% 0;
}

.freshicon-pin:before,
.freshicon-menu-pin:before {
  background-image: url("../assets/icons/pin.svg");
}

.freshicon-menu-pin:before,
.freshicon-menu-pin:hover:before {
  background-position: 50% 0;
}

.freshicon-platform-cloud:before,
.freshicon-menu-platform-cloud:before {
  background-image: url("../assets/icons/platform-cloud.svg");
}

.freshicon-menu-platform-cloud:before,
.freshicon-menu-platform-cloud:hover:before {
  background-position: 50% 0;
}

.freshicon-platform-mobile:before,
.freshicon-menu-platform-mobile:before {
  background-image: url("../assets/icons/platform-mobile.svg");
}

.freshicon-menu-platform-mobile:before,
.freshicon-menu-platform-mobile:hover:before {
  background-position: 50% 0;
}

.freshicon-play:before,
.freshicon-menu-play:before {
  background-image: url("../assets/icons/play.svg");
}

.freshicon-menu-play:before,
.freshicon-menu-play:hover:before {
  background-position: 50% 0;
}

.freshicon-preview-file:before,
.freshicon-menu-preview-file:before {
  background-image: url("../assets/icons/preview-file.svg");
}

.freshicon-menu-preview-file:before,
.freshicon-menu-preview-file:hover:before {
  background-position: 50% 0;
}

.freshicon-price:before,
.freshicon-menu-price:before {
  background-image: url("../assets/icons/price.svg");
}

.freshicon-menu-price:before,
.freshicon-menu-price:hover:before {
  background-position: 50% 0;
}

.freshicon-print:before,
.freshicon-menu-print:before {
  background-image: url("../assets/icons/print.svg");
}

.freshicon-menu-print:before,
.freshicon-menu-print:hover:before {
  background-position: 50% 0;
}

.freshicon-project:before,
.freshicon-menu-project:before {
  background-image: url("../assets/icons/project.svg");
}

.freshicon-menu-project:before,
.freshicon-menu-project:hover:before {
  background-position: 50% 0;
}

.freshicon-purchase-truck:before,
.freshicon-menu-purchase-truck:before {
  background-image: url("../assets/icons/purchase-truck.svg");
}

.freshicon-menu-purchase-truck:before,
.freshicon-menu-purchase-truck:hover:before {
  background-position: 50% 0;
}

.freshicon-ready-late:before,
.freshicon-menu-ready-late:before {
  background-image: url("../assets/icons/ready-late.svg");
}

.freshicon-menu-ready-late:before,
.freshicon-menu-ready-late:hover:before {
  background-position: 50% 0;
}

.freshicon-ready:before,
.freshicon-menu-ready:before {
  background-image: url("../assets/icons/ready.svg");
}

.freshicon-menu-ready:before,
.freshicon-menu-ready:hover:before {
  background-position: 50% 0;
}

.freshicon-read-comment:before,
.freshicon-menu-read-comment:before {
  background-image: url("../assets/icons/read-comment.svg");
}

.freshicon-menu-read-comment:before,
.freshicon-menu-read-comment:hover:before {
  background-position: 50% 0;
}

.freshicon-recent:before,
.freshicon-menu-recent:before {
  background-image: url("../assets/icons/recent.svg");
}

.freshicon-menu-recent:before,
.freshicon-menu-recent:hover:before {
  background-position: 50% 0;
}

.freshicon-redo:before,
.freshicon-menu-redo:before {
  background-image: url("../assets/icons/redo.svg");
}

.freshicon-menu-redo:before,
.freshicon-menu-redo:hover:before {
  background-position: 50% 0;
}

.freshicon-refresh:before,
.freshicon-menu-refresh:before {
  background-image: url("../assets/icons/refresh.svg");
}

.freshicon-menu-refresh:before,
.freshicon-menu-refresh:hover:before {
  background-position: 50% 0;
}

.freshicon-remove:before,
.freshicon-menu-remove:before {
  background-image: url("../assets/icons/remove.svg");
}

.freshicon-menu-remove:before,
.freshicon-menu-remove:hover:before {
  background-position: 50% 0;
}

.freshicon-replace:before,
.freshicon-menu-replace:before {
  background-image: url("../assets/icons/replace.svg");
}

.freshicon-menu-replace:before,
.freshicon-menu-replace:hover:before {
  background-position: 50% 0;
}

.freshicon-reset:before,
.freshicon-menu-reset:before {
  background-image: url("../assets/icons/reset.svg");
}

.freshicon-menu-reset:before,
.freshicon-menu-reset:hover:before {
  background-position: 50% 0;
}

.freshicon-rotate-ccw:before,
.freshicon-menu-rotate-ccw:before {
  background-image: url("../assets/icons/rotate-ccw.svg");
}

.freshicon-menu-rotate-ccw:before,
.freshicon-menu-rotate-ccw:hover:before {
  background-position: 50% 0;
}

.freshicon-rotate-cw:before,
.freshicon-menu-rotate-cw:before {
  background-image: url("../assets/icons/rotate-cw.svg");
}

.freshicon-menu-rotate-cw:before,
.freshicon-menu-rotate-cw:hover:before {
  background-position: 50% 0;
}

.freshicon-row-density-large:before,
.freshicon-menu-row-density-large:before {
  background-image: url("../assets/icons/row-density-large.svg");
}

.freshicon-menu-row-density-large:before,
.freshicon-menu-row-density-large:hover:before {
  background-position: 50% 0;
}

.freshicon-row-density-medium:before,
.freshicon-menu-row-density-medium:before {
  background-image: url("../assets/icons/row-density-medium.svg");
}

.freshicon-menu-row-density-medium:before,
.freshicon-menu-row-density-medium:hover:before {
  background-position: 50% 0;
}

.freshicon-row-density-small:before,
.freshicon-menu-row-density-small:before {
  background-image: url("../assets/icons/row-density-small.svg");
}

.freshicon-menu-row-density-small:before,
.freshicon-menu-row-density-small:hover:before {
  background-position: 50% 0;
}

.freshicon-row-density:before,
.freshicon-menu-row-density:before {
  background-image: url("../assets/icons/row-density.svg");
}

.freshicon-menu-row-density:before,
.freshicon-menu-row-density:hover:before {
  background-position: 50% 0;
}

.freshicon-row-level-security:before,
.freshicon-menu-row-level-security:before {
  background-image: url("../assets/icons/row-level-security.svg");
}

.freshicon-menu-row-level-security:before,
.freshicon-menu-row-level-security:hover:before {
  background-position: 50% 0;
}

.freshicon-save:before,
.freshicon-menu-save:before {
  background-image: url("../assets/icons/save.svg");
}

.freshicon-menu-save:before,
.freshicon-menu-save:hover:before {
  background-position: 50% 0;
}

.freshicon-search:before,
.freshicon-menu-search:before {
  background-image: url("../assets/icons/search.svg");
}

.freshicon-menu-search:before,
.freshicon-menu-search:hover:before {
  background-position: 50% 0;
}

.freshicon-send:before,
.freshicon-menu-send:before {
  background-image: url("../assets/icons/send.svg");
}

.freshicon-menu-send:before,
.freshicon-menu-send:hover:before {
  background-position: 50% 0;
}

.freshicon-sending-failed:before,
.freshicon-menu-sending-failed:before {
  background-image: url("../assets/icons/sending-failed.svg");
}

.freshicon-menu-sending-failed:before,
.freshicon-menu-sending-failed:hover:before {
  background-position: 50% 0;
}

.freshicon-settings-edit:before,
.freshicon-menu-settings-edit:before {
  background-image: url("../assets/icons/settings-edit.svg");
}

.freshicon-menu-settings-edit:before,
.freshicon-menu-settings-edit:hover:before {
  background-position: 50% 0;
}

.freshicon-settings:before,
.freshicon-menu-settings:before {
  background-image: url("../assets/icons/settings.svg");
}

.freshicon-menu-settings:before,
.freshicon-menu-settings:hover:before {
  background-position: 50% 0;
}

.freshicon-share-to-users-1:before,
.freshicon-menu-share-to-users-1:before {
  background-image: url("../assets/icons/share-to-users-1.svg");
}

.freshicon-menu-share-to-users-1:before,
.freshicon-menu-share-to-users-1:hover:before {
  background-position: 50% 0;
}

.freshicon-share-to-users-2:before,
.freshicon-menu-share-to-users-2:before {
  background-image: url("../assets/icons/share-to-users-2.svg");
}

.freshicon-menu-share-to-users-2:before,
.freshicon-menu-share-to-users-2:hover:before {
  background-position: 50% 0;
}

.freshicon-share:before,
.freshicon-menu-share:before {
  background-image: url("../assets/icons/share.svg");
}

.freshicon-menu-share:before,
.freshicon-menu-share:hover:before {
  background-position: 50% 0;
}

.freshicon-shared-user:before,
.freshicon-menu-shared-user:before {
  background-image: url("../assets/icons/shared-user.svg");
}

.freshicon-menu-shared-user:before,
.freshicon-menu-shared-user:hover:before {
  background-position: 50% 0;
}

.freshicon-shared-with-me:before,
.freshicon-menu-shared-with-me:before {
  background-image: url("../assets/icons/shared-with-me.svg");
}

.freshicon-menu-shared-with-me:before,
.freshicon-menu-shared-with-me:hover:before {
  background-position: 50% 0;
}

.freshicon-shopping-cart:before,
.freshicon-menu-shopping-cart:before {
  background-image: url("../assets/icons/shopping-cart.svg");
}

.freshicon-menu-shopping-cart:before,
.freshicon-menu-shopping-cart:hover:before {
  background-position: 50% 0;
}

.freshicon-sick-leave:before,
.freshicon-menu-sick-leave:before {
  background-image: url("../assets/icons/sick-leave.svg");
}

.freshicon-menu-sick-leave:before,
.freshicon-menu-sick-leave:hover:before {
  background-position: 50% 0;
}

.freshicon-single-selection:before,
.freshicon-menu-single-selection:before {
  background-image: url("../assets/icons/single-selection.svg");
}

.freshicon-menu-single-selection:before,
.freshicon-menu-single-selection:hover:before {
  background-position: 50% 0;
}

.freshicon-sort-list-2:before,
.freshicon-menu-sort-list-2:before {
  background-image: url("../assets/icons/sort-list-2.svg");
}

.freshicon-menu-sort-list-2:before,
.freshicon-menu-sort-list-2:hover:before {
  background-position: 50% 0;
}

.freshicon-sort-list:before,
.freshicon-menu-sort-list:before {
  background-image: url("../assets/icons/sort-list.svg");
}

.freshicon-menu-sort-list:before,
.freshicon-menu-sort-list:hover:before {
  background-position: 50% 0;
}

.freshicon-sound:before,
.freshicon-menu-sound:before {
  background-image: url("../assets/icons/sound.svg");
}

.freshicon-menu-sound:before,
.freshicon-menu-sound:hover:before {
  background-position: 50% 0;
}

.freshicon-special-approved:before,
.freshicon-menu-special-approved:before {
  background-image: url("../assets/icons/special-approved.svg");
}

.freshicon-menu-special-approved:before,
.freshicon-menu-special-approved:hover:before {
  background-position: 50% 0;
}

.freshicon-split:before,
.freshicon-menu-split:before {
  background-image: url("../assets/icons/split.svg");
}

.freshicon-menu-split:before,
.freshicon-menu-split:hover:before {
  background-position: 50% 0;
}

.freshicon-storage-in-stock:before,
.freshicon-menu-storage-in-stock:before {
  background-image: url("../assets/icons/storage-in-stock.svg");
}

.freshicon-menu-storage-in-stock:before,
.freshicon-menu-storage-in-stock:hover:before {
  background-position: 50% 0;
}

.freshicon-storage:before,
.freshicon-menu-storage:before {
  background-image: url("../assets/icons/storage.svg");
}

.freshicon-menu-storage:before,
.freshicon-menu-storage:hover:before {
  background-position: 50% 0;
}

.freshicon-success-full-green:before,
.freshicon-menu-success-full-green:before {
  background-image: url("../assets/icons/success-full-green.svg");
}

.freshicon-menu-success-full-green:before,
.freshicon-menu-success-full-green:hover:before {
  background-position: 50% 0;
}

.freshicon-summary:before,
.freshicon-menu-summary:before {
  background-image: url("../assets/icons/summary.svg");
}

.freshicon-menu-summary:before,
.freshicon-menu-summary:hover:before {
  background-position: 50% 0;
}

.freshicon-switch-from-to:before,
.freshicon-menu-switch-from-to:before {
  background-image: url("../assets/icons/switch-from-to.svg");
}

.freshicon-menu-switch-from-to:before,
.freshicon-menu-switch-from-to:hover:before {
  background-position: 50% 0;
}

.freshicon-system-management:before,
.freshicon-menu-system-management:before {
  background-image: url("../assets/icons/system-management.svg");
}

.freshicon-menu-system-management:before,
.freshicon-menu-system-management:hover:before {
  background-position: 50% 0;
}

.freshicon-table:before,
.freshicon-menu-table:before {
  background-image: url("../assets/icons/table.svg");
}

.freshicon-menu-table:before,
.freshicon-menu-table:hover:before {
  background-position: 50% 0;
}

.freshicon-table-edit:before,
.freshicon-menu-table-edit:before {
  background-image: url("../assets/icons/table-edit.svg");
}

.freshicon-menu-table-edit:before,
.freshicon-menu-table-edit:hover:before {
  background-position: 50% 0;
}

.freshicon-tag:before,
.freshicon-menu-tag:before {
  background-image: url("../assets/icons/tag.svg");
}

.freshicon-menu-tag:before,
.freshicon-menu-tag:hover:before {
  background-position: 50% 0;
}

.freshicon-tax-overview:before,
.freshicon-menu-tax-overview:before {
  background-image: url("../assets/icons/tax-overview.svg");
}

.freshicon-menu-tax-overview:before,
.freshicon-menu-tax-overview:hover:before {
  background-position: 50% 0;
}

.freshicon-taxes:before,
.freshicon-menu-taxes:before {
  background-image: url("../assets/icons/taxes.svg");
}

.freshicon-menu-taxes:before,
.freshicon-menu-taxes:hover:before {
  background-position: 50% 0;
}

.freshicon-text-alignment:before,
.freshicon-menu-text-alignment:before {
  background-image: url("../assets/icons/text-alignment.svg");
}

.freshicon-menu-text-alignment:before,
.freshicon-menu-text-alignment:hover:before {
  background-position: 50% 0;
}

.freshicon-text-bold:before,
.freshicon-menu-text-bold:before {
  background-image: url("../assets/icons/text-bold.svg");
}

.freshicon-menu-text-bold:before,
.freshicon-menu-text-bold:hover:before {
  background-position: 50% 0;
}

.freshicon-text-centered:before,
.freshicon-menu-text-centered:before {
  background-image: url("../assets/icons/text-centered.svg");
}

.freshicon-menu-text-centered:before,
.freshicon-menu-text-centered:hover:before {
  background-position: 50% 0;
}

.freshicon-text-document:before,
.freshicon-menu-text-document:before {
  background-image: url("../assets/icons/text-document.svg");
}

.freshicon-menu-text-document:before,
.freshicon-menu-text-document:hover:before {
  background-position: 50% 0;
}

.freshicon-text-italic:before,
.freshicon-menu-text-italic:before {
  background-image: url("../assets/icons/text-italic.svg");
}

.freshicon-menu-text-italic:before,
.freshicon-menu-text-italic:hover:before {
  background-position: 50% 0;
}

.freshicon-text-left-aligned:before,
.freshicon-menu-text-left-aligned:before {
  background-image: url("../assets/icons/text-left-aligned.svg");
}

.freshicon-menu-text-left-aligned:before,
.freshicon-menu-text-left-aligned:hover:before {
  background-position: 50% 0;
}

.freshicon-text-right-aligned:before,
.freshicon-menu-text-right-aligned:before {
  background-image: url("../assets/icons/text-right-aligned.svg");
}

.freshicon-menu-text-right-aligned:before,
.freshicon-menu-text-right-aligned:hover:before {
  background-position: 50% 0;
}

.freshicon-text-strikethrough:before,
.freshicon-menu-text-strikethrough:before {
  background-image: url("../assets/icons/text-strikethrough.svg");
}

.freshicon-menu-text-strikethrough:before,
.freshicon-menu-text-strikethrough:hover:before {
  background-position: 50% 0;
}

.freshicon-text-underline:before,
.freshicon-menu-text-underline:before {
  background-image: url("../assets/icons/text-underline.svg");
}

.freshicon-menu-text-underline:before,
.freshicon-menu-text-underline:hover:before {
  background-position: 50% 0;
}

.freshicon-the-view:before,
.freshicon-menu-the-view:before {
  background-image: url("../assets/icons/the-view.svg");
}

.freshicon-menu-the-view:before,
.freshicon-menu-the-view:hover:before {
  background-position: 50% 0;
}

.freshicon-tie:before,
.freshicon-menu-tie:before {
  background-image: url("../assets/icons/tie.svg");
}

.freshicon-menu-tie:before,
.freshicon-menu-tie:hover:before {
  background-position: 50% 0;
}

.freshicon-time:before,
.freshicon-menu-time:before {
  background-image: url("../assets/icons/time.svg");
}

.freshicon-menu-time:before,
.freshicon-menu-time:hover:before {
  background-position: 50% 0;
}

.freshicon-travel-2:before,
.freshicon-menu-travel-2:before {
  background-image: url("../assets/icons/travel-2.svg");
}

.freshicon-menu-travel-2:before,
.freshicon-menu-travel-2:hover:before {
  background-position: 50% 0;
}

.freshicon-travel-3:before,
.freshicon-menu-travel-3:before {
  background-image: url("../assets/icons/travel-3.svg");
}

.freshicon-menu-travel-3:before,
.freshicon-menu-travel-3:hover:before {
  background-position: 50% 0;
}

.freshicon-travel:before,
.freshicon-menu-travel:before {
  background-image: url("../assets/icons/travel.svg");
}

.freshicon-menu-travel:before,
.freshicon-menu-travel:hover:before {
  background-position: 50% 0;
}

.freshicon-undefined-document:before,
.freshicon-menu-undefined-document:before {
  background-image: url("../assets/icons/undefined-document.svg");
}

.freshicon-menu-undefined-document:before,
.freshicon-menu-undefined-document:hover:before {
  background-position: 50% 0;
}

.freshicon-undo:before,
.freshicon-menu-undo:before {
  background-image: url("../assets/icons/undo.svg");
}

.freshicon-menu-undo:before,
.freshicon-menu-undo:hover:before {
  background-position: 50% 0;
}

.freshicon-unlock:before,
.freshicon-menu-unlock:before {
  background-image: url("../assets/icons/unlock.svg");
}

.freshicon-menu-unlock:before,
.freshicon-menu-unlock:hover:before {
  background-position: 50% 0;
}

.freshicon-unmapped-red:before,
.freshicon-menu-unmapped-red:before {
  background-image: url("../assets/icons/unmapped-red.svg");
}

.freshicon-menu-unmapped-red:before,
.freshicon-menu-unmapped-red:hover:before {
  background-position: 50% 0;
}

.freshicon-unmapped:before,
.freshicon-menu-unmapped:before {
  background-image: url("../assets/icons/unmapped.svg");
}

.freshicon-menu-unmapped:before,
.freshicon-menu-unmapped:hover:before {
  background-position: 50% 0;
}

.freshicon-unpin-2:before,
.freshicon-menu-unpin-2:before {
  background-image: url("../assets/icons/unpin-2.svg");
}

.freshicon-menu-unpin-2:before,
.freshicon-menu-unpin-2:hover:before {
  background-position: 50% 0;
}

.freshicon-unpin-left:before,
.freshicon-menu-unpin-left:before {
  background-image: url("../assets/icons/unpin-left.svg");
}

.freshicon-menu-unpin-left:before,
.freshicon-menu-unpin-left:hover:before {
  background-position: 50% 0;
}

.freshicon-unpin-right:before,
.freshicon-menu-unpin-right:before {
  background-image: url("../assets/icons/unpin-right.svg");
}

.freshicon-menu-unpin-right:before,
.freshicon-menu-unpin-right:hover:before {
  background-position: 50% 0;
}

.freshicon-unpin:before,
.freshicon-menu-unpin:before {
  background-image: url("../assets/icons/unpin.svg");
}

.freshicon-menu-unpin:before,
.freshicon-menu-unpin:hover:before {
  background-position: 50% 0;
}

.freshicon-unread-comment:before,
.freshicon-menu-unread-comment:before {
  background-image: url("../assets/icons/unread-comment.svg");
}

.freshicon-menu-unread-comment:before,
.freshicon-menu-unread-comment:hover:before {
  background-position: 50% 0;
}

.freshicon-upload:before,
.freshicon-menu-upload:before {
  background-image: url("../assets/icons/upload.svg");
}

.freshicon-menu-upload:before,
.freshicon-menu-upload:hover:before {
  background-position: 50% 0;
}

.freshicon-user-folder:before,
.freshicon-menu-user-folder:before {
  background-image: url("../assets/icons/user-folder.svg");
}

.freshicon-menu-user-folder:before,
.freshicon-menu-user-folder:hover:before {
  background-position: 50% 0;
}

.freshicon-user-info:before,
.freshicon-menu-user-info:before {
  background-image: url("../assets/icons/user-info.svg");
}

.freshicon-menu-user-info:before,
.freshicon-menu-user-info:hover:before {
  background-position: 50% 0;
}

.freshicon-user-list-2:before,
.freshicon-menu-user-list-2:before {
  background-image: url("../assets/icons/user-list-2.svg");
}

.freshicon-menu-user-list-2:before,
.freshicon-menu-user-list-2:hover:before {
  background-position: 50% 0;
}

.freshicon-user-list:before,
.freshicon-menu-user-list:before {
  background-image: url("../assets/icons/user-list.svg");
}

.freshicon-menu-user-list:before,
.freshicon-menu-user-list:hover:before {
  background-position: 50% 0;
}

.freshicon-user-placeholder:before,
.freshicon-menu-user-placeholder:before {
  background-image: url("../assets/icons/user-placeholder.svg");
}

.freshicon-menu-user-placeholder:before,
.freshicon-menu-user-placeholder:hover:before {
  background-position: 50% 0;
}

.freshicon-user-security:before,
.freshicon-menu-user-security:before {
  background-image: url("../assets/icons/user-security.svg");
}

.freshicon-menu-user-security:before,
.freshicon-menu-user-security:hover:before {
  background-position: 50% 0;
}

.freshicon-user-settings:before,
.freshicon-menu-user-settings:before {
  background-image: url("../assets/icons/user-settings.svg");
}

.freshicon-menu-user-settings:before,
.freshicon-menu-user-settings:hover:before {
  background-position: 50% 0;
}

.freshicon-user:before,
.freshicon-menu-user:before {
  background-image: url("../assets/icons/user.svg");
}

.freshicon-menu-user:before,
.freshicon-menu-user:hover:before {
  background-position: 50% 0;
}

.freshicon-users:before,
.freshicon-menu-users:before {
  background-image: url("../assets/icons/users.svg");
}

.freshicon-menu-users:before,
.freshicon-menu-users:hover:before {
  background-position: 50% 0;
}

.freshicon-vacation-2:before,
.freshicon-menu-vacation-2:before {
  background-image: url("../assets/icons/vacation-2.svg");
}

.freshicon-menu-vacation-2:before,
.freshicon-menu-vacation-2:hover:before {
  background-position: 50% 0;
}

.freshicon-vacation:before,
.freshicon-menu-vacation:before {
  background-image: url("../assets/icons/vacation.svg");
}

.freshicon-menu-vacation:before,
.freshicon-menu-vacation:hover:before {
  background-position: 50% 0;
}

.freshicon-video:before,
.freshicon-menu-video:before {
  background-image: url("../assets/icons/video.svg");
}

.freshicon-menu-video:before,
.freshicon-menu-video:hover:before {
  background-position: 50% 0;
}

.freshicon-view-time-report:before,
.freshicon-menu-view-time-report:before {
  background-image: url("../assets/icons/view-time-report.svg");
}

.freshicon-menu-view-time-report:before,
.freshicon-menu-view-time-report:hover:before {
  background-position: 50% 0;
}

.freshicon-wage-code:before,
.freshicon-menu-wage-code:before {
  background-image: url("../assets/icons/wage-code.svg");
}

.freshicon-menu-wage-code:before,
.freshicon-menu-wage-code:hover:before {
  background-position: 50% 0;
}

.freshicon-watch:before,
.freshicon-menu-watch:before {
  background-image: url("../assets/icons/watch.svg");
}

.freshicon-menu-watch:before,
.freshicon-menu-watch:hover:before {
  background-position: 50% 0;
}

.freshicon-watchers:before,
.freshicon-menu-watchers:before {
  background-image: url("../assets/icons/watchers.svg");
}

.freshicon-menu-watchers:before,
.freshicon-menu-watchers:hover:before {
  background-position: 50% 0;
}

.freshicon-web:before,
.freshicon-menu-web:before {
  background-image: url("../assets/icons/web.svg");
}

.freshicon-menu-web:before,
.freshicon-menu-web:hover:before {
  background-position: 50% 0;
}

.freshicon-wide:before,
.freshicon-menu-wide:before {
  background-image: url("../assets/icons/wide.svg");
}

.freshicon-menu-wide:before,
.freshicon-menu-wide:hover:before {
  background-position: 50% 0;
}

.freshicon-word-document:before,
.freshicon-menu-word-document:before {
  background-image: url("../assets/icons/word-document.svg");
}

.freshicon-menu-word-document:before,
.freshicon-menu-word-document:hover:before {
  background-position: 50% 0;
}

.freshicon-working-day-2:before,
.freshicon-menu-working-day-2:before {
  background-image: url("../assets/icons/working-day-2.svg");
}

.freshicon-menu-working-day-2:before,
.freshicon-menu-working-day-2:hover:before {
  background-position: 50% 0;
}

.freshicon-working-day-3:before,
.freshicon-menu-working-day-3:before {
  background-image: url("../assets/icons/working-day-3.svg");
}

.freshicon-menu-working-day-3:before,
.freshicon-menu-working-day-3:hover:before {
  background-position: 50% 0;
}

.freshicon-working-day:before,
.freshicon-menu-working-day:before {
  background-image: url("../assets/icons/working-day.svg");
}

.freshicon-menu-working-day:before,
.freshicon-menu-working-day:hover:before {
  background-position: 50% 0;
}

.freshicon-xml-document:before,
.freshicon-menu-xml-document:before {
  background-image: url("../assets/icons/xml-document.svg");
}

.freshicon-menu-xml-document:before,
.freshicon-menu-xml-document:hover:before {
  background-position: 50% 0;
}

.freshicon-xml:before,
.freshicon-menu-xml:before {
  background-image: url("../assets/icons/xml.svg");
}

.freshicon-menu-xml:before,
.freshicon-menu-xml:hover:before {
  background-position: 50% 0;
}

.freshicon-zoom-in:before,
.freshicon-menu-zoom-in:before {
  background-image: url("../assets/icons/zoom-in.svg");
}

.freshicon-menu-zoom-in:before,
.freshicon-menu-zoom-in:hover:before {
  background-position: 50% 0;
}

.freshicon-zoom-out:before,
.freshicon-menu-zoom-out:before {
  background-image: url("../assets/icons/zoom-out.svg");
}

.freshicon-menu-zoom-out:before,
.freshicon-menu-zoom-out:hover:before {
  background-position: 50% 0;
}

.popover {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.popover-header {
  border-bottom: 1px solid #cccccc;
}

.tooltip.bs-tooltip-left .arrow,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.bs-tooltip-right .arrow,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  top: calc(50% - 0.75rem) !important;
}

.tooltip.bs-tooltip-top .arrow,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.bs-tooltip-bottom .arrow,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  left: calc(50% - 0.75rem) !important;
}

.tooltip .tooltip-inner {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.fresh-loader {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation: container-animation 2s linear infinite;
          animation: container-animation 2s linear infinite;
  /* IE10+ fallback */
}

.fresh-loader__container {
  position: relative;
}

.fresh-loader--centered {
  position: absolute;
  top: calc(50% - .75rem);
  left: calc(50% - .75rem);
}

.fresh-loader--centered.fresh-loader--sm {
  top: calc(50% - .5rem);
  left: calc(50% - .5rem);
}

.fresh-loader--centered.fresh-loader--lg {
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
}

.fresh-loader--sm {
  width: 1rem;
  height: 1rem;
}

.fresh-loader--lg {
  width: 2rem;
  height: 2rem;
}

.fresh-loader svg {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.fresh-loader svg:nth-child(1) circle {
  stroke: #00ea57;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: stroke-animation 3s 0.2s ease infinite;
          animation: stroke-animation 3s 0.2s ease infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.fresh-loader svg:nth-child(2) circle {
  stroke: #00a3e2;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: stroke-animation 3s 0.4s ease infinite;
          animation: stroke-animation 3s 0.4s ease infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.fresh-loader svg:nth-child(3) circle {
  stroke: #ffc107;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: stroke-animation 3s 0.6s ease infinite;
          animation: stroke-animation 3s 0.6s ease infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.fresh-loader svg:nth-child(4) circle {
  stroke: #0C2237;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: stroke-animation 3s 0.8s ease infinite;
          animation: stroke-animation 3s 0.8s ease infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes stroke-animation {
  0% {
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -58.54832;
  }

  100% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -175.64497;
  }
}

@keyframes stroke-animation {
  0% {
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -58.54832;
  }

  100% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -175.64497;
  }
}

@-webkit-keyframes container-animation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes container-animation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fresh-loader {
    background: url("../assets/loader/loader.gif") no-repeat 0 0;
    background-size: 1.5rem 1.5rem;
    -webkit-animation: none;
            animation: none;
  }

  .fresh-loader svg {
    display: none;
  }

  .fresh-loader--sm {
    background-size: 1rem 1rem;
  }

  .fresh-loader--lg {
    background-size: 2rem 2rem;
  }
}

.list-group-item.active .badge {
  color: #fff;
  border-color: #fff;
}

.list-group-item.active .freshicon:before {
  background-position-x: 50%;
}

.list-group-sm .list-group-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-group-item-primary {
  color: #333333;
  background-color: white;
  position: relative;
}

.list-group-item-primary:before {
  content: '';
  display: block;
  background: #00a3e2;
  width: 4px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
}

.list-group-item-primary:hover,
.list-group-item-primary.hover,
.list-group-item-primary.focus,
.list-group-item-primary:focus {
  z-index: 0;
}

.list-group-item-primary.list-group-item-action {
  z-index: 2;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action.hover,
.list-group-item-primary.list-group-item-action.focus,
.list-group-item-primary.list-group-item-action:focus {
  color: #333333;
  background-color: #f2f2f2;
}

.list-group-item-primary.list-group-item-action.active {
  color: #333333;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-sm .list-group-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-group-item-primary-100 {
  color: #333333;
  background-color: white;
  position: relative;
}

.list-group-item-primary-100:before {
  content: '';
  display: block;
  background: #33B5E7;
  width: 4px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
}

.list-group-item-primary-100:hover,
.list-group-item-primary-100.hover,
.list-group-item-primary-100.focus,
.list-group-item-primary-100:focus {
  z-index: 0;
}

.list-group-item-primary-100.list-group-item-action {
  z-index: 2;
}

.list-group-item-primary-100.list-group-item-action:hover,
.list-group-item-primary-100.list-group-item-action.hover,
.list-group-item-primary-100.list-group-item-action.focus,
.list-group-item-primary-100.list-group-item-action:focus {
  color: #333333;
  background-color: #f2f2f2;
}

.list-group-item-primary-100.list-group-item-action.active {
  color: #333333;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-sm .list-group-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-group-item-secondary {
  color: #333333;
  background-color: white;
  position: relative;
}

.list-group-item-secondary:before {
  content: '';
  display: block;
  background: #cccccc;
  width: 4px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
}

.list-group-item-secondary:hover,
.list-group-item-secondary.hover,
.list-group-item-secondary.focus,
.list-group-item-secondary:focus {
  z-index: 0;
}

.list-group-item-secondary.list-group-item-action {
  z-index: 2;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action.hover,
.list-group-item-secondary.list-group-item-action.focus,
.list-group-item-secondary.list-group-item-action:focus {
  color: #333333;
  background-color: #f2f2f2;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #333333;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-sm .list-group-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-group-item-success {
  color: #333333;
  background-color: white;
  position: relative;
}

.list-group-item-success:before {
  content: '';
  display: block;
  background: #00ea57;
  width: 4px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
}

.list-group-item-success:hover,
.list-group-item-success.hover,
.list-group-item-success.focus,
.list-group-item-success:focus {
  z-index: 0;
}

.list-group-item-success.list-group-item-action {
  z-index: 2;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action.hover,
.list-group-item-success.list-group-item-action.focus,
.list-group-item-success.list-group-item-action:focus {
  color: #333333;
  background-color: #f2f2f2;
}

.list-group-item-success.list-group-item-action.active {
  color: #333333;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-sm .list-group-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-group-item-warning {
  color: #333333;
  background-color: white;
  position: relative;
}

.list-group-item-warning:before {
  content: '';
  display: block;
  background: #ffc107;
  width: 4px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
}

.list-group-item-warning:hover,
.list-group-item-warning.hover,
.list-group-item-warning.focus,
.list-group-item-warning:focus {
  z-index: 0;
}

.list-group-item-warning.list-group-item-action {
  z-index: 2;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action.hover,
.list-group-item-warning.list-group-item-action.focus,
.list-group-item-warning.list-group-item-action:focus {
  color: #333333;
  background-color: #f2f2f2;
}

.list-group-item-warning.list-group-item-action.active {
  color: #333333;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-sm .list-group-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-group-item-danger {
  color: #333333;
  background-color: white;
  position: relative;
}

.list-group-item-danger:before {
  content: '';
  display: block;
  background: #ff2c00;
  width: 4px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
}

.list-group-item-danger:hover,
.list-group-item-danger.hover,
.list-group-item-danger.focus,
.list-group-item-danger:focus {
  z-index: 0;
}

.list-group-item-danger.list-group-item-action {
  z-index: 2;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action.hover,
.list-group-item-danger.list-group-item-action.focus,
.list-group-item-danger.list-group-item-action:focus {
  color: #333333;
  background-color: #f2f2f2;
}

.list-group-item-danger.list-group-item-action.active {
  color: #333333;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-sm .list-group-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-group-item-grey {
  color: #333333;
  background-color: white;
  position: relative;
}

.list-group-item-grey:before {
  content: '';
  display: block;
  background: #cccccc;
  width: 4px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
}

.list-group-item-grey:hover,
.list-group-item-grey.hover,
.list-group-item-grey.focus,
.list-group-item-grey:focus {
  z-index: 0;
}

.list-group-item-grey.list-group-item-action {
  z-index: 2;
}

.list-group-item-grey.list-group-item-action:hover,
.list-group-item-grey.list-group-item-action.hover,
.list-group-item-grey.list-group-item-action.focus,
.list-group-item-grey.list-group-item-action:focus {
  color: #333333;
  background-color: #f2f2f2;
}

.list-group-item-grey.list-group-item-action.active {
  color: #333333;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-sm .list-group-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-group-item-accent {
  color: #333333;
  background-color: white;
  position: relative;
}

.list-group-item-accent:before {
  content: '';
  display: block;
  background: #b43f8d;
  width: 4px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
}

.list-group-item-accent:hover,
.list-group-item-accent.hover,
.list-group-item-accent.focus,
.list-group-item-accent:focus {
  z-index: 0;
}

.list-group-item-accent.list-group-item-action {
  z-index: 2;
}

.list-group-item-accent.list-group-item-action:hover,
.list-group-item-accent.list-group-item-action.hover,
.list-group-item-accent.list-group-item-action.focus,
.list-group-item-accent.list-group-item-action:focus {
  color: #333333;
  background-color: #f2f2f2;
}

.list-group-item-accent.list-group-item-action.active {
  color: #333333;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-sm .list-group-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-group-item-info {
  color: #333333;
  background-color: white;
  position: relative;
}

.list-group-item-info:before {
  content: '';
  display: block;
  background: #00a3e2;
  width: 4px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
}

.list-group-item-info:hover,
.list-group-item-info.hover,
.list-group-item-info.focus,
.list-group-item-info:focus {
  z-index: 0;
}

.list-group-item-info.list-group-item-action {
  z-index: 2;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action.hover,
.list-group-item-info.list-group-item-action.focus,
.list-group-item-info.list-group-item-action:focus {
  color: #333333;
  background-color: #f2f2f2;
}

.list-group-item-info.list-group-item-action.active {
  color: #333333;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-sm .list-group-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-group-item-light {
  color: #333333;
  background-color: white;
  position: relative;
}

.list-group-item-light:before {
  content: '';
  display: block;
  background: #f2f2f2;
  width: 4px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
}

.list-group-item-light:hover,
.list-group-item-light.hover,
.list-group-item-light.focus,
.list-group-item-light:focus {
  z-index: 0;
}

.list-group-item-light.list-group-item-action {
  z-index: 2;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action.hover,
.list-group-item-light.list-group-item-action.focus,
.list-group-item-light.list-group-item-action:focus {
  color: #333333;
  background-color: #f2f2f2;
}

.list-group-item-light.list-group-item-action.active {
  color: #333333;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-sm .list-group-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-group-item-dark {
  color: #333333;
  background-color: white;
  position: relative;
}

.list-group-item-dark:before {
  content: '';
  display: block;
  background: #0C2237;
  width: 4px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
}

.list-group-item-dark:hover,
.list-group-item-dark.hover,
.list-group-item-dark.focus,
.list-group-item-dark:focus {
  z-index: 0;
}

.list-group-item-dark.list-group-item-action {
  z-index: 2;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action.hover,
.list-group-item-dark.list-group-item-action.focus,
.list-group-item-dark.list-group-item-action:focus {
  color: #333333;
  background-color: #f2f2f2;
}

.list-group-item-dark.list-group-item-action.active {
  color: #333333;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.tag {
  font-size: 0.75rem;
  color: #333333;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  background: #cccccc;
  border-radius: 0.1875rem;
  line-height: 1.5;
  padding: 0.219rem 0.5rem;
  margin-right: 6px;
}

.tag.h1-c1 {
  background-color: #FF2C00;
  color: #fff;
}

.tag.h1-c1 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h1-c2 {
  background-color: #E54576;
  color: #fff;
}

.tag.h1-c2 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h1-c3 {
  background-color: #B43F8D;
  color: #fff;
}

.tag.h1-c3 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h1-c4 {
  background-color: #891765;
  color: #fff;
}

.tag.h1-c4 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h1-c5 {
  background-color: #3F3A6E;
  color: #fff;
}

.tag.h1-c5 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h1-c6 {
  background-color: #74AC2E;
  color: #fff;
}

.tag.h1-c6 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h1-c7 {
  background-color: #8FDF3F;
  color: #333333;
}

.tag.h1-c8 {
  background-color: #D9C000;
  color: #333333;
}

.tag.h1-c9 {
  background-color: #FFA600;
  color: #333333;
}

.tag.h1-c10 {
  background-color: #FF773F;
  color: #333333;
}

.tag.h1-c11 {
  background-color: #00576C;
  color: #fff;
}

.tag.h1-c11 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h1-c12 {
  background-color: #00649D;
  color: #fff;
}

.tag.h1-c12 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h1-c13 {
  background-color: #00B0DD;
  color: #fff;
}

.tag.h1-c13 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h1-c14 {
  background-color: #00C09D;
  color: #fff;
}

.tag.h1-c14 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h1-c15 {
  background-color: #029152;
  color: #fff;
}

.tag.h1-c15 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h1-c16 {
  background-color: #CE8C21;
  color: #fff;
}

.tag.h1-c16 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h1-c17 {
  background-color: #8B693B;
  color: #fff;
}

.tag.h1-c17 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h1-c18 {
  background-color: #92ABB1;
  color: #333333;
}

.tag.h1-c19 {
  background-color: #616E7B;
  color: #fff;
}

.tag.h1-c19 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h1-c20 {
  background-color: #1F343E;
  color: #fff;
}

.tag.h1-c20 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h2-c1 {
  background-color: #FF4E20;
  color: #fff;
}

.tag.h2-c1 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h2-c2 {
  background-color: #ED678B;
  color: #fff;
}

.tag.h2-c2 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h2-c3 {
  background-color: #C867A5;
  color: #fff;
}

.tag.h2-c3 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h2-c4 {
  background-color: #A74D86;
  color: #fff;
}

.tag.h2-c4 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h2-c5 {
  background-color: #675E90;
  color: #fff;
}

.tag.h2-c5 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h2-c6 {
  background-color: #8FBB56;
  color: #333333;
}

.tag.h2-c7 {
  background-color: #A4E265;
  color: #333333;
}

.tag.h2-c8 {
  background-color: #E1C849;
  color: #333333;
}

.tag.h2-c9 {
  background-color: #FFB348;
  color: #333333;
}

.tag.h2-c10 {
  background-color: #FF9161;
  color: #333333;
}

.tag.h2-c11 {
  background-color: #3A7A8F;
  color: #fff;
}

.tag.h2-c11 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h2-c12 {
  background-color: #4A83B5;
  color: #fff;
}

.tag.h2-c12 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h2-c13 {
  background-color: #52BEE5;
  color: #333333;
}

.tag.h2-c14 {
  background-color: #51CCAD;
  color: #333333;
}

.tag.h2-c15 {
  background-color: #4BA870;
  color: #fff;
}

.tag.h2-c15 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h2-c16 {
  background-color: #DCA04C;
  color: #333333;
}

.tag.h2-c17 {
  background-color: #A6855A;
  color: #fff;
}

.tag.h2-c17 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h2-c18 {
  background-color: #9ABBC3;
  color: #333333;
}

.tag.h2-c19 {
  background-color: #798A9A;
  color: #fff;
}

.tag.h2-c19 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h2-c20 {
  background-color: #425D6A;
  color: #fff;
}

.tag.h2-c20 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h3-c1 {
  background-color: #FF6739;
  color: #fff;
}

.tag.h3-c1 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h3-c2 {
  background-color: #F3849F;
  color: #333333;
}

.tag.h3-c3 {
  background-color: #DB8DBE;
  color: #333333;
}

.tag.h3-c4 {
  background-color: #C57BA8;
  color: #333333;
}

.tag.h3-c5 {
  background-color: #8F87B4;
  color: #fff;
}

.tag.h3-c5 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h3-c6 {
  background-color: #A8CA7B;
  color: #333333;
}

.tag.h3-c7 {
  background-color: #B7E485;
  color: #333333;
}

.tag.h3-c8 {
  background-color: #E7D172;
  color: #333333;
}

.tag.h3-c9 {
  background-color: #FFC171;
  color: #333333;
}

.tag.h3-c10 {
  background-color: #FFAA81;
  color: #333333;
}

.tag.h3-c11 {
  background-color: #639EB3;
  color: #fff;
}

.tag.h3-c11 .tag__icon:before {
  background-position: -24px 0;
}

.tag.h3-c12 {
  background-color: #76A2CD;
  color: #333333;
}

.tag.h3-c13 {
  background-color: #79CDEE;
  color: #333333;
}

.tag.h3-c14 {
  background-color: #78D7BD;
  color: #333333;
}

.tag.h3-c15 {
  background-color: #76BE90;
  color: #333333;
}

.tag.h3-c16 {
  background-color: #E8B472;
  color: #333333;
}

.tag.h3-c17 {
  background-color: #C2A27A;
  color: #333333;
}

.tag.h3-c18 {
  background-color: #A2CBD5;
  color: #333333;
}

.tag.h3-c19 {
  background-color: #91A8BB;
  color: #333333;
}

.tag.h3-c20 {
  background-color: #678999;
  color: #fff;
}

.tag.h3-c20 .tag__icon:before {
  background-position: -24px 0;
}

.tag__icon {
  margin-left: 0.5rem;
}

.tag__icon:before {
  top: -2px;
}

.tag--disabled {
  background: #e0e0e0;
  color: #a3a3a3;
}

.tag--block {
  display: block;
}

.tag:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
  outline: 0;
}

.tag-checkbox {
  position: relative;
  display: inline-block;
  font-size: 0;
}

+ .tag-checkbox {
  margin-right: 1rem;
}

.tag-checkbox__label {
  display: inline-block;
  border-radius: 0.1875rem;
  position: relative;
  margin-bottom: 0;
  padding-left: 1.7499rem;
  padding-right: 1.5rem;
  line-height: 2;
  min-height: 2;
  font-size: 0.75rem;
  vertical-align: initial;
}

.tag-checkbox__label.h1-c1 {
  background-color: #FF2C00;
  color: #fff;
}

.tag-checkbox__label.h1-c2 {
  background-color: #E54576;
  color: #fff;
}

.tag-checkbox__label.h1-c3 {
  background-color: #B43F8D;
  color: #fff;
}

.tag-checkbox__label.h1-c4 {
  background-color: #891765;
  color: #fff;
}

.tag-checkbox__label.h1-c5 {
  background-color: #3F3A6E;
  color: #fff;
}

.tag-checkbox__label.h1-c6 {
  background-color: #74AC2E;
  color: #fff;
}

.tag-checkbox__label.h1-c7 {
  background-color: #8FDF3F;
  color: #333333;
}

.tag-checkbox__label.h1-c8 {
  background-color: #D9C000;
  color: #333333;
}

.tag-checkbox__label.h1-c9 {
  background-color: #FFA600;
  color: #333333;
}

.tag-checkbox__label.h1-c10 {
  background-color: #FF773F;
  color: #333333;
}

.tag-checkbox__label.h1-c11 {
  background-color: #00576C;
  color: #fff;
}

.tag-checkbox__label.h1-c12 {
  background-color: #00649D;
  color: #fff;
}

.tag-checkbox__label.h1-c13 {
  background-color: #00B0DD;
  color: #fff;
}

.tag-checkbox__label.h1-c14 {
  background-color: #00C09D;
  color: #fff;
}

.tag-checkbox__label.h1-c15 {
  background-color: #029152;
  color: #fff;
}

.tag-checkbox__label.h1-c16 {
  background-color: #CE8C21;
  color: #fff;
}

.tag-checkbox__label.h1-c17 {
  background-color: #8B693B;
  color: #fff;
}

.tag-checkbox__label.h1-c18 {
  background-color: #92ABB1;
  color: #333333;
}

.tag-checkbox__label.h1-c19 {
  background-color: #616E7B;
  color: #fff;
}

.tag-checkbox__label.h1-c20 {
  background-color: #1F343E;
  color: #fff;
}

.tag-checkbox__label.h2-c1 {
  background-color: #FF4E20;
  color: #fff;
}

.tag-checkbox__label.h2-c2 {
  background-color: #ED678B;
  color: #fff;
}

.tag-checkbox__label.h2-c3 {
  background-color: #C867A5;
  color: #fff;
}

.tag-checkbox__label.h2-c4 {
  background-color: #A74D86;
  color: #fff;
}

.tag-checkbox__label.h2-c5 {
  background-color: #675E90;
  color: #fff;
}

.tag-checkbox__label.h2-c6 {
  background-color: #8FBB56;
  color: #333333;
}

.tag-checkbox__label.h2-c7 {
  background-color: #A4E265;
  color: #333333;
}

.tag-checkbox__label.h2-c8 {
  background-color: #E1C849;
  color: #333333;
}

.tag-checkbox__label.h2-c9 {
  background-color: #FFB348;
  color: #333333;
}

.tag-checkbox__label.h2-c10 {
  background-color: #FF9161;
  color: #333333;
}

.tag-checkbox__label.h2-c11 {
  background-color: #3A7A8F;
  color: #fff;
}

.tag-checkbox__label.h2-c12 {
  background-color: #4A83B5;
  color: #fff;
}

.tag-checkbox__label.h2-c13 {
  background-color: #52BEE5;
  color: #333333;
}

.tag-checkbox__label.h2-c14 {
  background-color: #51CCAD;
  color: #333333;
}

.tag-checkbox__label.h2-c15 {
  background-color: #4BA870;
  color: #fff;
}

.tag-checkbox__label.h2-c16 {
  background-color: #DCA04C;
  color: #333333;
}

.tag-checkbox__label.h2-c17 {
  background-color: #A6855A;
  color: #fff;
}

.tag-checkbox__label.h2-c18 {
  background-color: #9ABBC3;
  color: #333333;
}

.tag-checkbox__label.h2-c19 {
  background-color: #798A9A;
  color: #fff;
}

.tag-checkbox__label.h2-c20 {
  background-color: #425D6A;
  color: #fff;
}

.tag-checkbox__label.h3-c1 {
  background-color: #FF6739;
  color: #fff;
}

.tag-checkbox__label.h3-c2 {
  background-color: #F3849F;
  color: #333333;
}

.tag-checkbox__label.h3-c3 {
  background-color: #DB8DBE;
  color: #333333;
}

.tag-checkbox__label.h3-c4 {
  background-color: #C57BA8;
  color: #333333;
}

.tag-checkbox__label.h3-c5 {
  background-color: #8F87B4;
  color: #fff;
}

.tag-checkbox__label.h3-c6 {
  background-color: #A8CA7B;
  color: #333333;
}

.tag-checkbox__label.h3-c7 {
  background-color: #B7E485;
  color: #333333;
}

.tag-checkbox__label.h3-c8 {
  background-color: #E7D172;
  color: #333333;
}

.tag-checkbox__label.h3-c9 {
  background-color: #FFC171;
  color: #333333;
}

.tag-checkbox__label.h3-c10 {
  background-color: #FFAA81;
  color: #333333;
}

.tag-checkbox__label.h3-c11 {
  background-color: #639EB3;
  color: #fff;
}

.tag-checkbox__label.h3-c12 {
  background-color: #76A2CD;
  color: #333333;
}

.tag-checkbox__label.h3-c13 {
  background-color: #79CDEE;
  color: #333333;
}

.tag-checkbox__label.h3-c14 {
  background-color: #78D7BD;
  color: #333333;
}

.tag-checkbox__label.h3-c15 {
  background-color: #76BE90;
  color: #333333;
}

.tag-checkbox__label.h3-c16 {
  background-color: #E8B472;
  color: #333333;
}

.tag-checkbox__label.h3-c17 {
  background-color: #C2A27A;
  color: #333333;
}

.tag-checkbox__label.h3-c18 {
  background-color: #A2CBD5;
  color: #333333;
}

.tag-checkbox__label.h3-c19 {
  background-color: #91A8BB;
  color: #333333;
}

.tag-checkbox__label.h3-c20 {
  background-color: #678999;
  color: #fff;
}

.tag-checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.tag-checkbox__input ~ .tag-checkbox__label::after,
.tag-checkbox__input ~ .tag-checkbox__label::before {
  position: absolute;
  top: 0.24987rem;
  left: 0.24987rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: '';
  background-color: #fff;
  border-radius: 0.1875rem;
}

.tag-checkbox__input ~ .tag-checkbox__label::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2216%22%20height=%2216%22%20viewBox=%220%200%2016%2016%22%3E%3Cg%20fill=%22none%22%3E%3Cg%20style=%22stroke-width:2;stroke:%23333333%22%20transform=%22translate(4.000000,%205.000000)%22%3E%3Cpolyline%20points=%220%203%202.7%205.7%208%200.3%22%20stroke-linecap=%22round%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.tag-checkbox__input:checked ~ .tag-checkbox__label::after {
  opacity: 1;
}

.tag-checkbox__input.disabled ~ .tag-checkbox__label,
.tag-checkbox__input:disabled ~ .tag-checkbox__label {
  opacity: 0.4;
}

.tag-checkbox__input.focus ~ .tag-checkbox__label,
.tag-checkbox__input:focus ~ .tag-checkbox__label {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: inset 0 0 0 1px #00a3e2, 0 0 0.625rem 0 #00a3e2;
          box-shadow: inset 0 0 0 1px #00a3e2, 0 0 0.625rem 0 #00a3e2;
}

hr.strong {
  border-color: #00a3e2;
  border-top-width: 2px;
}

.navbar {
  border: none;
  height: 64px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.navbar--dark {
  background-color: #0C2237;
}

.navbar--dark .nav-item .nav-link {
  color: #fff;
  font-weight: bold;
}

.navbar--dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar--light {
  background-color: #fff;
}

.navbar--light .nav-item .nav-link {
  color: #000;
  font-weight: bold;
}

.navbar--light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar.navbar--sub-bar {
  z-index: 0;
  height: 48px;
}

.navbar.navbar--sub-bar .navbar-nav {
  height: 48px;
}

.navbar.navbar--sub-bar.nav-item .nav-link {
  padding: 0 0.625rem;
}

.navbar__settings {
  height: 64px;
}

.navbar-nav {
  height: 64px;
}

.navbar .nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.navbar .nav-item:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
}

.navbar .nav-item.hover:after,
.navbar .nav-item:hover:after {
  background: #cccccc;
}

.navbar .nav-item.active:after,
.navbar .nav-item:active:after {
  background: #00a3e2;
}

.navbar .nav-item .nav-link {
  padding: 0 1.25rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .nav-item .nav-link.hover,
.navbar .nav-item .nav-link:hover {
  border: none;
  margin: 0;
}

.navbar .nav-item .nav-link.disabled {
  color: #a3a3a3;
}

.navbar__app-logo {
  height: 48px;
  width: 48px;
  background-size: 48px;
}

.navbar__app-logo--activity {
  background-image: url("../assets/brand-icons/brand-icon-activity.svg");
}

.navbar__app-logo--agreement {
  background-image: url("../assets/brand-icons/brand-icon-agreement.svg");
}

.navbar__app-logo--connect {
  background-image: url("../assets/brand-icons/brand-icon-connect.svg");
}

.navbar__app-logo--control {
  background-image: url("../assets/brand-icons/brand-icon-control.svg");
}

.navbar__app-logo--discoverit {
  background-image: url("../assets/brand-icons/brand-icon-discoverit.svg");
}

.navbar__app-logo--drive {
  background-image: url("../assets/brand-icons/brand-icon-drive.svg");
}

.navbar__app-logo--employee {
  background-image: url("../assets/brand-icons/brand-icon-employee.svg");
}

.navbar__app-logo--invoice {
  background-image: url("../assets/brand-icons/brand-icon-invoice.svg");
}

.navbar__app-logo--pmt {
  background-image: url("../assets/brand-icons/brand-icon-pmt.svg");
}

.navbar__app-logo--report {
  background-image: url("../assets/brand-icons/brand-icon-report.svg");
}

.navbar__app-logo--retail {
  background-image: url("../assets/brand-icons/brand-icon-retail.svg");
}

.navbar__app-logo--epos-hr {
  background-image: url("../assets/brand-icons/brand-icon-epos-hr.svg");
}

.navbar__app-logo--epos-payroll {
  background-image: url("../assets/brand-icons/brand-icon-epos-payroll.svg");
}

.navbar__app-logo--epos-recruitment {
  background-image: url("../assets/brand-icons/brand-icon-epos-recruitment.svg");
}

.navbar__app-logo--epos-workcyclus {
  background-image: url("../assets/brand-icons/brand-icon-epos-workcyclus.svg");
}

.navbar__brand {
  margin-right: 2.5rem;
}

.navbar__brand:hover {
  text-decoration: none;
}

.navbar__brand-logo {
  background-image: url("../assets/custom-icons/cozone.svg");
  background-size: 120px 26px;
  width: 120px;
  height: 26px;
  background-repeat: no-repeat;
}

.navbar__brand-name {
  color: #fff;
  font-family: 'Palanquin', sans-serif;
  margin: 0 0 0 1.25rem;
}

.navbar .user {
  line-height: initial;
}

.navbar .user__image {
  border-radius: 50%;
  overflow: hidden;
  width: 45px;
  height: 45px;
  border: 3px solid #00a3e2;
}

.navbar .user__icon:before {
  height: 44px;
  width: 44px;
  background: url("../assets/custom-icons/user-settings-icon.svg") 0 0 no-repeat;
  background-size: 44px;
}

.navbar .user__name {
  color: #fff;
  font-weight: 600;
}

.navbar .user__company__name {
  color: #00a3e2;
}

.navbar .user__trigger {
  height: 11px;
  width: 18px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTggMTEiIHZlcnNpb249IjEuMSI+ICAgIDxnIGlkPSLimpnvuI8tTmF2aWdhdGlvbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iSGVhZGVycyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0NDUuMDAwMDAwLCAtMzkwLjAwMDAwMCkiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtQ29weS0xNCIgeD0iMTM2IiB5PSIzNjMiIHdpZHRoPSIxMzY2IiBoZWlnaHQ9IjY0Ii8+ICAgICAgICAgICAgPGcgaWQ9IkNoZXZyb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NDYuMDAwMDAwLCAzOTEuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiPiAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhZ2UtMSIgcG9pbnRzPSIwIDAgOCA4IDE2IDAiLz4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=");
}

.navbar .user .dropdown-item {
  border: none;
}

.month-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.month-picker__navigation {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem;
  border-bottom: 1px solid #d6d6d6;
}

.month-picker__title {
  font-weight: bold;
}

.month-picker__month-container {
  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;
  padding: 0.5rem;
  max-width: 13rem;
}

.month-picker__month-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
  font-size: 0.75rem;
  width: 3.5rem;
  border-radius: 0.1875rem;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: #fff;
  color: #333333;
}

.month-picker__month-btn[disabled] {
  opacity: 0.21;
}

.month-picker__month-btn.active,
.month-picker__month-btn:active {
  background-color: #e0e0e0;
}

.month-picker__month-btn.selected {
  background-color: #00a3e2;
  color: #fff;
  font-weight: 700;
}

.month-picker__month-btn:not(.selected).focus,
.month-picker__month-btn:not(.selected):focus {
  background-color: #f2f2f2;
}

.month-picker__month-btn:not(.selected):not([disabled]).hover,
.month-picker__month-btn:not(.selected):not([disabled]):hover {
  background-color: #f2f2f2;
}

.month-picker__month-btn.focus,
.month-picker__month-btn:focus {
  outline: none;
  border-color: #00a3e2;
  -webkit-box-shadow: 0 0 0.625rem 0 #00a3e2;
          box-shadow: 0 0 0.625rem 0 #00a3e2;
}

.fresh-sidebar {
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: auto;
  z-index: 1080;
}

.fresh-sidebar--opened {
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fresh-sidebar__close {
  cursor: pointer;
  font-size: 2.5em;
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fresh-sidebar__close:hover {
  color: #fff;
}

.state {
  display: block;
  width: 8.75em;
  height: 8.75em;
  background: no-repeat center center;
  background-size: cover;
}

.state--sm {
  width: 6.25em;
  height: 6.25em;
}

.state--lg {
  width: 10em;
  height: 10em;
}

.state--xl {
  width: 18.5em;
  height: 18.5em;
}

.state--alone {
  background-image: url("../assets/states/state-alone.svg");
}

.state--done {
  background-image: url("../assets/states/state-done.svg");
}

.state--dropzone {
  background-image: url("../assets/states/state-dropzone.svg");
}

.state--dropzone-active {
  background-image: url("../assets/states/state-dropzone-active.svg");
}

.state--empty {
  background-image: url("../assets/states/state-empty.svg");
}

.state--heavy {
  background-image: url("../assets/states/state-heavy.svg");
}

.state--not-found {
  background-image: url("../assets/states/state-not-found.svg");
}

.state--peekaboo {
  background-image: url("../assets/states/state-peekaboo.svg");
}

.state--share {
  background-image: url("../assets/states/state-share.svg");
}

.state--snooze {
  background-image: url("../assets/states/state-snooze.svg");
}

.state--to-left {
  background-image: url("../assets/states/state-to-left.svg");
}

.state--to-right {
  background-image: url("../assets/states/state-to-right.svg");
}

@keyframes blink {
  0% {
    opacity: .2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: .2;
  }
}

.file-upload {
  width: 300px;
}

.file-upload .card-body {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.file-upload__files {
  margin-top: 1.25rem;
  height: 214px;
  overflow: auto;
}

.file-upload__file:not(:last-of-type) {
  margin-bottom: 0.625rem;
}

.file-upload__file-metadata {
  overflow: hidden;
}

.file-upload .progress {
  height: 4px;
}

.file-upload .loading-dots,
.file-upload .loading-dots:before,
.file-upload .loading-dots:after {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.file-upload .loading-dots:before {
  content: '.';
}

.file-upload .loading-dots {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.file-upload .loading-dots:after {
  content: '.';
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.tree-view {
  padding-left: 0;
}

.tree-view ul {
  padding-left: 1.25rem;
}

.tree-view ul,
.tree-view li {
  list-style: none;
}

.tree-node {
  padding: 0 10px;
  height: 40px;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tree-node.hover,
.tree-node:hover {
  color: #333333;
  background: #f2f2f2;
  text-decoration: none;
}

.tree-node.hover .tree-node__actions,
.tree-node:hover .tree-node__actions {
  display: inline;
}

.tree-node.active,
.tree-node:active {
  background: #e0e0e0;
}

.tree-node.focus,
.tree-node:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #00a3e2, 0 0 0.625rem 0 #00a3e2;
          box-shadow: inset 0 0 0 1px #00a3e2, 0 0 0.625rem 0 #00a3e2;
  position: relative;
  z-index: 1;
}

.tree-node__actions {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
}

.tree-node__chevron:before {
  height: 16px;
  width: 16px;
}

.tree-node__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tree-node__label-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .75rem;
}

.tree-node--selected {
  background-color: rgba(0, 163, 226, 0.2);
}

.custom-switch {
  position: relative;
}

.custom-switch > .custom-control-input {
  top: 0;
  left: 0;
}

.custom-switch > .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1.125rem);
          transform: translateX(1.125rem);
}

.custom-switch > .custom-control-input.hover:not(:disabled) ~ .custom-control-label::after,
.custom-switch > .custom-control-input:hover:not(:disabled) ~ .custom-control-label::after {
  background: #f2f2f2;
}

.custom-switch > .custom-control-input.hover:checked:not(:disabled) ~ .custom-control-label::after,
.custom-switch > .custom-control-input:hover:checked:not(:disabled) ~ .custom-control-label::after {
  background: #f2f2f2;
}

.custom-switch > .custom-control-input.active:not(:disabled) ~ .custom-control-label::before,
.custom-switch > .custom-control-input:active:not(:disabled) ~ .custom-control-label::before {
  background: #cccccc;
}

.custom-switch > .custom-control-input.active:not(:disabled) ~ .custom-control-label::after,
.custom-switch > .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
  background: #d6d6d6;
}

.custom-switch > .custom-control-input.active:checked:not(:disabled) ~ .custom-control-label::after,
.custom-switch > .custom-control-input:active:checked:not(:disabled) ~ .custom-control-label::after {
  background: #d6d6d6;
}

.custom-switch > .custom-control-input.focus:not(:disabled) ~ .custom-control-label::before,
.custom-switch > .custom-control-input:focus:not(:disabled) ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 163, 226, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 163, 226, 0.5);
  border: 1px solid #00a3e2;
}

.custom-switch > .custom-control-input.focus:checked:not(:disabled) ~ .custom-control-label::before,
.custom-switch > .custom-control-input:focus:checked:not(:disabled) ~ .custom-control-label::before {
  border: 1px solid #007eaf;
}

.custom-switch > .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: #00a3e2;
}

.custom-switch > .custom-control-input:disabled ~ .custom-control-label {
  -webkit-filter: opacity(0.45);
          filter: opacity(0.45);
}

.custom-switch > .custom-control-input:disabled ~ .custom-control-label::before {
  background: #cccccc;
}

.custom-switch > .custom-control-label::before {
  width: 40px;
  height: 22px;
  border-radius: 15.3px;
  border: unset;
  background: #cccccc;
  left: -3rem;
  top: -1px;
}

.custom-switch > .custom-control-label::after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  top: 0;
  left: calc(-3rem + 1px);
}