@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);
@charset "UTF-8";
/*
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Version: 1.0.0
Website: https://coderthemes.com/
Contact: support@coderthemes.com
File: Custom Bootstrap Css File
*/
/*!
 * 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: #3bafda;
  --indigo: #675aa9;
  --purple: #6559cc;
  --pink: #f672a7;
  --red: #f1556c;
  --orange: #fd7e14;
  --yellow: #f7b84b;
  --green: #1abc9c;
  --teal: #02a8b5;
  --cyan: #37cde6;
  --white: #fff;
  --gray: #98a6ad;
  --gray-dark: #343a40;
  --primary: #3bafda;
  --secondary: #6c757d;
  --success: #1abc9c;
  --info: #37cde6;
  --warning: #f7b84b;
  --danger: #f1556c;
  --light: #f1f5f7;
  --dark: #323a46;
  --pink: #f672a7;
  --purple: #6559cc;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --dark-gray: #606160;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  text-align: left;
  background-color: #f5f6f8;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3bafda;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #2084a9;
  text-decoration: none;
}

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.85rem;
  padding-bottom: 0.85rem;
  color: #6c757d;
  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] {
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 0.9375rem;
}

h6,
.h6 {
  font-size: 0.75rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #f7f7f7;
}

small,
.small {
  font-size: 0.75rem;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 6px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.75rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #f672a7;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  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: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.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: 12px;
  padding-left: 12px;
  margin: 5px 0;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-1 {
    margin-left: 8.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: 1.5rem;
  color: #6c757d;
}

.table th,
.table td {
  padding: 0.85rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.5rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

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

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
  color: #2a404c;
  background-color: #f9f9f9;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c8e9f5;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #99d5ec;
}

.table-hover .table-primary:hover {
  background-color: #b2e0f1;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b2e0f1;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bfece3;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #88dccc;
}

.table-hover .table-success:hover {
  background-color: #abe6da;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #abe6da;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c7f1f8;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #97e5f2;
}

.table-hover .table-info:hover {
  background-color: #b0ebf5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b0ebf5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fdebcd;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fbdaa1;
}

.table-hover .table-warning:hover {
  background-color: #fce1b4;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fce1b4;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbcfd6;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f8a7b3;
}

.table-hover .table-danger:hover {
  background-color: #f9b7c2;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f9b7c2;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfcfd;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f8fafb;
}

.table-hover .table-light:hover {
  background-color: #eaeff5;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaeff5;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8cb;
}

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

.table-hover .table-dark:hover {
  background-color: #b9bbbf;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbf;
}

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #fcd8e6;
}

.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody + tbody {
  border-color: #fab6d1;
}

.table-hover .table-pink:hover {
  background-color: #fac0d7;
}

.table-hover .table-pink:hover > td,
.table-hover .table-pink:hover > th {
  background-color: #fac0d7;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d4d1f1;
}

.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #afa9e4;
}

.table-hover .table-purple:hover {
  background-color: #c2bdeb;
}

.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #c2bdeb;
}

.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: #98a6ad;
  background-color: #323a46;
  border-color: #424c5c;
}

.table .thead-light th {
  color: #6c757d;
  background-color: #f1f5f7;
  border-color: #dee2e6;
}

.table-dark {
  color: #98a6ad;
  background-color: #323a46;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #424c5c;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b1bbc4;
  outline: 0;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}

.form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #6c757d;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.45rem + 1px);
  padding-bottom: calc(0.45rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.28rem + 1px);
  padding-bottom: calc(0.28rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.28rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #98a6ad;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #1abc9c;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(26, 188, 156, 0.9);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #1abc9c;
  padding-right: calc(1.5em + 0.9rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #1abc9c;
  box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 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 textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.9rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #1abc9c;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #1abc9c;
  box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 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: #1abc9c;
}

.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: #1abc9c;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1abc9c;
}

.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: #28e1bd;
  background-color: #28e1bd;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 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: #1abc9c;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1abc9c;
}

.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: #1abc9c;
  box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #f1556c;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(241, 85, 108, 0.9);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #f1556c;
  padding-right: calc(1.5em + 0.9rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1556c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f1556c' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #f1556c;
  box-shadow: 0 0 0 0.2rem rgba(241, 85, 108, 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 textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.9rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f1556c;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1556c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f1556c' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f1556c;
  box-shadow: 0 0 0 0.2rem rgba(241, 85, 108, 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: #f1556c;
}

.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: #f1556c;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f1556c;
}

.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: #f58495;
  background-color: #f58495;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(241, 85, 108, 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: #f1556c;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f1556c;
}

.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: #f1556c;
  box-shadow: 0 0 0 0.2rem rgba(241, 85, 108, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #6c757d;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.15rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
}

.btn-primary:hover {
  color: #fff;
  background-color: #269dc9;
  border-color: #2494be;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(88, 187, 224, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2494be;
  border-color: #228cb3;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(88, 187, 224, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.btn-success:hover {
  color: #fff;
  background-color: #159a80;
  border-color: #148f77;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(60, 198, 171, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #148f77;
  border-color: #12846e;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(60, 198, 171, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #37cde6;
  border-color: #37cde6;
}

.btn-info:hover {
  color: #fff;
  background-color: #1bc0db;
  border-color: #1ab6d0;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(85, 213, 234, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #37cde6;
  border-color: #37cde6;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1ab6d0;
  border-color: #19acc5;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(85, 213, 234, 0.5);
}

.btn-warning {
  color: #343a40;
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.btn-warning:hover {
  color: #fff;
  background-color: #f5aa26;
  border-color: #f5a51a;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(218, 165, 73, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #343a40;
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f5a51a;
  border-color: #f4a00e;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(218, 165, 73, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f1556c;
  border-color: #f1556c;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ee324d;
  border-color: #ed2643;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(243, 111, 130, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #f1556c;
  border-color: #f1556c;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ed2643;
  border-color: #ec1a39;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(243, 111, 130, 0.5);
}

.btn-light {
  color: #343a40;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-light:hover {
  color: #343a40;
  background-color: #d9e4e9;
  border-color: #d1dee4;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(213, 217, 220, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #343a40;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #343a40;
  background-color: #d1dee4;
  border-color: #c8d8e0;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(213, 217, 220, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #323a46;
  border-color: #323a46;
}

.btn-dark:hover {
  color: #fff;
  background-color: #222830;
  border-color: #1d2128;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(81, 88, 98, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #323a46;
  border-color: #323a46;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2128;
  border-color: #171b21;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(81, 88, 98, 0.5);
}

.btn-pink {
  color: #fff;
  background-color: #f672a7;
  border-color: #f672a7;
}

.btn-pink:hover {
  color: #fff;
  background-color: #f44e91;
  border-color: #f34289;
}

.btn-pink:focus,
.btn-pink.focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 135, 180, 0.5);
}

.btn-pink.disabled,
.btn-pink:disabled {
  color: #fff;
  background-color: #f672a7;
  border-color: #f672a7;
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #f34289;
  border-color: #f23682;
}

.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 135, 180, 0.5);
}

.btn-purple {
  color: #fff;
  background-color: #6559cc;
  border-color: #6559cc;
}

.btn-purple:hover {
  color: #fff;
  background-color: #4a3cc3;
  border-color: #4639b9;
}

.btn-purple:focus,
.btn-purple.focus {
  box-shadow: 0 0 0 0.15rem rgba(124, 114, 212, 0.5);
}

.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: #6559cc;
  border-color: #6559cc;
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #4639b9;
  border-color: #4336af;
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(124, 114, 212, 0.5);
}

.btn-outline-primary {
  color: #3bafda;
  border-color: #3bafda;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #3bafda;
  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: #3bafda;
  border-color: #3bafda;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #1abc9c;
  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: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}

.btn-outline-info {
  color: #37cde6;
  border-color: #37cde6;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #37cde6;
  border-color: #37cde6;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #37cde6;
  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: #37cde6;
  border-color: #37cde6;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}

.btn-outline-warning {
  color: #f7b84b;
  border-color: #f7b84b;
}

.btn-outline-warning:hover {
  color: #343a40;
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 184, 75, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f7b84b;
  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: #343a40;
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 184, 75, 0.5);
}

.btn-outline-danger {
  color: #f1556c;
  border-color: #f1556c;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #f1556c;
  border-color: #f1556c;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f1556c;
  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: #f1556c;
  border-color: #f1556c;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}

.btn-outline-light {
  color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-outline-light:hover {
  color: #343a40;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f1f5f7;
  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: #343a40;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}

.btn-outline-dark {
  color: #323a46;
  border-color: #323a46;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #323a46;
  border-color: #323a46;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #323a46;
  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: #323a46;
  border-color: #323a46;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}

.btn-outline-pink {
  color: #f672a7;
  border-color: #f672a7;
}

.btn-outline-pink:hover {
  color: #fff;
  background-color: #f672a7;
  border-color: #f672a7;
}

.btn-outline-pink:focus,
.btn-outline-pink.focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}

.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
  color: #f672a7;
  background-color: transparent;
}

.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #f672a7;
  border-color: #f672a7;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}

.btn-outline-purple {
  color: #6559cc;
  border-color: #6559cc;
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #6559cc;
  border-color: #6559cc;
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
  box-shadow: 0 0 0 0.15rem rgba(101, 89, 204, 0.5);
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #6559cc;
  background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6559cc;
  border-color: #6559cc;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(101, 89, 204, 0.5);
}

.btn-link {
  font-weight: 400;
  text-decoration: none;
  transition: all 0.4s linear;
}

.btn-link:hover {
  text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #adb5bd;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.28rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.25rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e7eef1;
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

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

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

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

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

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1.2rem;
  clear: both;
  font-weight: 400;
  color: #6c757d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #272e37;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #323a46;
  text-decoration: none;
  background-color: #f7f7f7;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.25rem 1.2rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: inherit;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.375rem 1.2rem;
  color: #6c757d;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  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: flex;
  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: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.28rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.9rem;
}

.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.35rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  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: #3bafda;
  border-color: #3bafda;
  background-color: #3bafda;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.175rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 1.9rem 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #b1bbc4;
  outline: 0;
  box-shadow: none;
}

.custom-select:focus::-ms-value {
  color: #6c757d;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.9rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #b1bbc4;
  box-shadow: none;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.9rem);
  padding: 0.45rem 0.9rem;
  line-height: 1.5;
  color: #6c757d;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.2rem 0.2rem 0;
}

.custom-range {
  width: 100%;
  height: 1.3rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3bafda;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #d1ecf6;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3bafda;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #d1ecf6;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.15rem;
  margin-left: 0.15rem;
  background-color: #3bafda;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #d1ecf6;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none !important;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3bafda;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg 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,%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: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e7eaed;
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}

.card-title {
  margin-bottom: 1rem;
}

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.5rem;
}

.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: #edeff1;
  border-bottom: 1px solid #e7eaed;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1rem 1.5rem;
  background-color: #edeff1;
  border-top: 1px solid #e7eaed;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 24px;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 24px;
    column-gap: 24px;
    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: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #ced4da;
  content: "\f142";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #adb5bd;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #323a46;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #323a46;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #3bafda;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #2494be;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 175, 218, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #1abc9c;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #148f77;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #37cde6;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #1ab6d0;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 205, 230, 0.5);
}

.badge-warning {
  color: #343a40;
  background-color: #f7b84b;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #343a40;
  background-color: #f5a51a;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 184, 75, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #f1556c;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #ed2643;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 85, 108, 0.5);
}

.badge-light {
  color: #343a40;
  background-color: #f1f5f7;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #343a40;
  background-color: #d1dee4;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 245, 247, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #323a46;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2128;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 58, 70, 0.5);
}

.badge-pink {
  color: #fff;
  background-color: #f672a7;
}

a.badge-pink:hover,
a.badge-pink:focus {
  color: #fff;
  background-color: #f34289;
}

a.badge-pink:focus,
a.badge-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 114, 167, 0.5);
}

.badge-purple {
  color: #fff;
  background-color: #6559cc;
}

a.badge-purple:hover,
a.badge-purple:focus {
  color: #fff;
  background-color: #4639b9;
}

a.badge-purple:focus,
a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 89, 204, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.9rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1f5b71;
  background-color: #d8eff8;
  border-color: #c8e9f5;
}

.alert-primary hr {
  border-top-color: #b2e0f1;
}

.alert-primary .alert-link {
  color: #143b49;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #0e6251;
  background-color: #d1f2eb;
  border-color: #bfece3;
}

.alert-success hr {
  border-top-color: #abe6da;
}

.alert-success .alert-link {
  color: #08352c;
}

.alert-info {
  color: #1d6b78;
  background-color: #d7f5fa;
  border-color: #c7f1f8;
}

.alert-info hr {
  border-top-color: #b0ebf5;
}

.alert-info .alert-link {
  color: #13464f;
}

.alert-warning {
  color: #806027;
  background-color: #fdf1db;
  border-color: #fdebcd;
}

.alert-warning hr {
  border-top-color: #fce1b4;
}

.alert-warning .alert-link {
  color: #59431b;
}

.alert-danger {
  color: #7d2c38;
  background-color: #fcdde2;
  border-color: #fbcfd6;
}

.alert-danger hr {
  border-top-color: #f9b7c2;
}

.alert-danger .alert-link {
  color: #571f27;
}

.alert-light {
  color: #7d7f80;
  background-color: #fcfdfd;
  border-color: #fbfcfd;
}

.alert-light hr {
  border-top-color: #eaeff5;
}

.alert-light .alert-link {
  color: #646566;
}

.alert-dark {
  color: #1a1e24;
  background-color: #d6d8da;
  border-color: #c6c8cb;
}

.alert-dark hr {
  border-top-color: #b9bbbf;
}

.alert-dark .alert-link {
  color: #050506;
}

.alert-pink {
  color: #803b57;
  background-color: #fde3ed;
  border-color: #fcd8e6;
}

.alert-pink hr {
  border-top-color: #fac0d7;
}

.alert-pink .alert-link {
  color: #5d2b3f;
}

.alert-purple {
  color: #352e6a;
  background-color: #e0def5;
  border-color: #d4d1f1;
}

.alert-purple hr {
  border-top-color: #c2bdeb;
}

.alert-purple .alert-link {
  color: #231f46;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0.75rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 0.75rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3bafda;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.75rem 0.75rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 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.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3bafda;
  border-color: #007bff;
}

.list-group-horizontal {
  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.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    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: #1f5b71;
  background-color: #c8e9f5;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #1f5b71;
  background-color: #b2e0f1;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1f5b71;
  border-color: #1f5b71;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #0e6251;
  background-color: #bfece3;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0e6251;
  background-color: #abe6da;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0e6251;
  border-color: #0e6251;
}

.list-group-item-info {
  color: #1d6b78;
  background-color: #c7f1f8;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #1d6b78;
  background-color: #b0ebf5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1d6b78;
  border-color: #1d6b78;
}

.list-group-item-warning {
  color: #806027;
  background-color: #fdebcd;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #806027;
  background-color: #fce1b4;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #806027;
  border-color: #806027;
}

.list-group-item-danger {
  color: #7d2c38;
  background-color: #fbcfd6;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7d2c38;
  background-color: #f9b7c2;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7d2c38;
  border-color: #7d2c38;
}

.list-group-item-light {
  color: #7d7f80;
  background-color: #fbfcfd;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7d7f80;
  background-color: #eaeff5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7d7f80;
  border-color: #7d7f80;
}

.list-group-item-dark {
  color: #1a1e24;
  background-color: #c6c8cb;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1a1e24;
  background-color: #b9bbbf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1a1e24;
  border-color: #1a1e24;
}

.list-group-item-pink {
  color: #803b57;
  background-color: #fcd8e6;
}

.list-group-item-pink.list-group-item-action:hover,
.list-group-item-pink.list-group-item-action:focus {
  color: #803b57;
  background-color: #fac0d7;
}

.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #803b57;
  border-color: #803b57;
}

.list-group-item-purple {
  color: #352e6a;
  background-color: #d4d1f1;
}

.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
  color: #352e6a;
  background-color: #c2bdeb;
}

.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #352e6a;
  border-color: #352e6a;
}

.close {
  float: right;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -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);
  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: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0.2rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #323a46;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

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

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

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.4rem 0.8rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.2rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -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: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -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: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f1f5f7;
}

.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.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.7rem 0.8rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #f1f5f7;
  border-bottom: 1px solid #e1e9ee;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%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,%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: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  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;
  animation: spinner-grow 0.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: #3bafda !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2494be !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #1abc9c !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #148f77 !important;
}

.bg-info {
  background-color: #37cde6 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1ab6d0 !important;
}

.bg-warning {
  background-color: #f7b84b !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f5a51a !important;
}

.bg-danger {
  background-color: #f1556c !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ed2643 !important;
}

.bg-light {
  background-color: #f1f5f7 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d1dee4 !important;
}

.bg-dark {
  background-color: #323a46 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2128 !important;
}

.bg-pink {
  background-color: #f672a7 !important;
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #f34289 !important;
}

.bg-purple {
  background-color: #6559cc !important;
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #4639b9 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #3bafda !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #1abc9c !important;
}

.border-info {
  border-color: #37cde6 !important;
}

.border-warning {
  border-color: #f7b84b !important;
}

.border-danger {
  border-color: #f1556c !important;
}

.border-light {
  border-color: #f1f5f7 !important;
}

.border-dark {
  border-color: #323a46 !important;
}

.border-pink {
  border-color: #f672a7 !important;
}

.border-purple {
  border-color: #6559cc !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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 {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03) !important;
}

.shadow {
  box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3) !important;
}

.shadow-lg {
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-15 {
  width: 15% !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;
}

.h-15 {
  height: 15% !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: rgba(0, 0, 0, 0);
}

.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.375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 4.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.375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -4.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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 4.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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -4.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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-5,
.mx-md-5 {
    margin-left: 4.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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -4.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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 4.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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -4.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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 4.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.375rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -4.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: #3bafda !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #2084a9 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #1abc9c !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #117964 !important;
}

.text-info {
  color: #37cde6 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #17a2b9 !important;
}

.text-warning {
  color: #f7b84b !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #eb990a !important;
}

.text-danger {
  color: #f1556c !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #e71332 !important;
}

.text-light {
  color: #f1f5f7 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #c0d2db !important;
}

.text-dark {
  color: #323a46 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121519 !important;
}

.text-pink {
  color: #f672a7 !important;
}

a.text-pink:hover,
a.text-pink:focus {
  color: #f12a7a !important;
}

.text-purple {
  color: #6559cc !important;
}

a.text-purple:hover,
a.text-purple:focus {
  color: #3f33a6 !important;
}

.text-body {
  color: #6c757d !important;
}

.text-muted {
  color: #98a6ad !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;
    box-shadow: none !important;
  }

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

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

  .navbar {
    display: none;
  }

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

  .table {
    border-collapse: collapse !important;
  }

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

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

  .table-dark {
    color: inherit;
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.custom-accordion .card + .card {
  margin-top: 0.5rem;
}

.custom-accordion .accordion-arrow {
  font-size: 1.2rem;
}

.custom-accordion a.collapsed i.accordion-arrow:before {
  content: "\f142";
}

.badge {
  color: #fff;
}

.badge-light {
  color: #343a40;
}

.badge-light-primary {
  background-color: rgba(59, 175, 218, 0.2);
  color: #3bafda !important;
}

.badge-light-secondary {
  background-color: rgba(108, 117, 125, 0.2);
  color: #6c757d !important;
}

.badge-light-success {
  background-color: rgba(26, 188, 156, 0.2);
  color: #1abc9c !important;
}

.badge-light-info {
  background-color: rgba(55, 205, 230, 0.2);
  color: #37cde6 !important;
}

.badge-light-warning {
  background-color: rgba(247, 184, 75, 0.2);
  color: #f7b84b !important;
}

.badge-light-danger {
  background-color: rgba(241, 85, 108, 0.2);
  color: #f1556c !important;
}

.badge-light-light {
  background-color: rgba(241, 245, 247, 0.2);
  color: #f1f5f7 !important;
}

.badge-light-dark {
  background-color: rgba(50, 58, 70, 0.2);
  color: #323a46 !important;
}

.badge-light-pink {
  background-color: rgba(246, 114, 167, 0.2);
  color: #f672a7 !important;
}

.badge-light-purple {
  background-color: rgba(101, 89, 204, 0.2);
  color: #6559cc !important;
}

.bg-soft-primary {
  background-color: rgba(59, 175, 218, 0.25) !important;
}

.bg-soft-secondary {
  background-color: rgba(108, 117, 125, 0.25) !important;
}

.bg-soft-success {
  background-color: rgba(26, 188, 156, 0.25) !important;
}

.bg-soft-info {
  background-color: rgba(55, 205, 230, 0.25) !important;
}

.bg-soft-warning {
  background-color: rgba(247, 184, 75, 0.25) !important;
}

.bg-soft-danger {
  background-color: rgba(241, 85, 108, 0.25) !important;
}

.bg-soft-light {
  background-color: rgba(241, 245, 247, 0.25) !important;
}

.bg-soft-dark {
  background-color: rgba(50, 58, 70, 0.25) !important;
}

.bg-soft-pink {
  background-color: rgba(246, 114, 167, 0.25) !important;
}

.bg-soft-purple {
  background-color: rgba(101, 89, 204, 0.25) !important;
}

.breadcrumb-item > a {
  color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Material Design Icons";
}

.btn {
  color: #fff;
}

.btn .mdi:before {
  margin-top: -1px;
}

.btn-rounded {
  border-radius: 2em;
}

.btn-light,
.btn-white {
  color: #323a46;
}

.btn-link {
  font-weight: 400;
  color: #3bafda;
  background-color: transparent;
  transition: all 0.4s linear;
}

.btn-link:hover {
  color: #2084a9;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #adb5bd;
  pointer-events: none;
}

.btn-outline-primary {
  color: #3bafda;
  border-color: #3bafda;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #3bafda;
  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: #3bafda;
  border-color: #3bafda;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #1abc9c;
  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: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}

.btn-outline-info {
  color: #37cde6;
  border-color: #37cde6;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #37cde6;
  border-color: #37cde6;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #37cde6;
  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: #37cde6;
  border-color: #37cde6;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}

.btn-outline-warning {
  color: #f7b84b;
  border-color: #f7b84b;
}

.btn-outline-warning:hover {
  color: #343a40;
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 184, 75, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f7b84b;
  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: #343a40;
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 184, 75, 0.5);
}

.btn-outline-danger {
  color: #f1556c;
  border-color: #f1556c;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #f1556c;
  border-color: #f1556c;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f1556c;
  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: #f1556c;
  border-color: #f1556c;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}

.btn-outline-light {
  color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-outline-light:hover {
  color: #343a40;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f1f5f7;
  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: #343a40;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}

.btn-outline-dark {
  color: #323a46;
  border-color: #323a46;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #323a46;
  border-color: #323a46;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #323a46;
  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: #323a46;
  border-color: #323a46;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}

.btn-outline-pink {
  color: #f672a7;
  border-color: #f672a7;
}

.btn-outline-pink:hover {
  color: #fff;
  background-color: #f672a7;
  border-color: #f672a7;
}

.btn-outline-pink:focus,
.btn-outline-pink.focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}

.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
  color: #f672a7;
  background-color: transparent;
}

.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #f672a7;
  border-color: #f672a7;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}

.btn-outline-purple {
  color: #6559cc;
  border-color: #6559cc;
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #6559cc;
  border-color: #6559cc;
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
  box-shadow: 0 0 0 0.15rem rgba(101, 89, 204, 0.5);
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #6559cc;
  background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6559cc;
  border-color: #6559cc;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(101, 89, 204, 0.5);
}

.btn-label {
  margin: -0.55rem 0.9rem -0.55rem -0.9rem;
  padding: 0.6rem 0.9rem;
  background-color: rgba(50, 58, 70, 0.1);
}

.btn-label-right {
  margin: -0.55rem -0.9rem -0.55rem 0.9rem;
  padding: 0.6rem 0.9rem;
  background-color: rgba(50, 58, 70, 0.1);
}

.btn-xs {
  padding: 0.2rem 0.6rem;
  font-size: 0.75rem;
  border-radius: 0.15rem;
}

.btn-bordered-primary {
  background-color: #3bafda;
  color: #fff !important;
  border-bottom: 2px solid #269ecb;
}

.btn-bordered-primary:focus,
.btn-bordered-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}

.btn-bordered-secondary {
  background-color: #6c757d;
  color: #fff !important;
  border-bottom: 2px solid #5b636a;
}

.btn-bordered-secondary:focus,
.btn-bordered-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-bordered-success {
  background-color: #1abc9c;
  color: #fff !important;
  border-bottom: 2px solid #169d82;
}

.btn-bordered-success:focus,
.btn-bordered-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}

.btn-bordered-info {
  background-color: #37cde6;
  color: #fff !important;
  border-bottom: 2px solid #1cc2de;
}

.btn-bordered-info:focus,
.btn-bordered-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}

.btn-bordered-warning {
  background-color: #f7b84b;
  color: #fff !important;
  border-bottom: 2px solid #f5ab29;
}

.btn-bordered-warning:focus,
.btn-bordered-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(247, 184, 75, 0.5);
}

.btn-bordered-danger {
  background-color: #f1556c;
  color: #fff !important;
  border-bottom: 2px solid #ee344f;
}

.btn-bordered-danger:focus,
.btn-bordered-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}

.btn-bordered-light {
  background-color: #f1f5f7;
  color: #fff !important;
  border-bottom: 2px solid #dae5ea;
}

.btn-bordered-light:focus,
.btn-bordered-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}

.btn-bordered-dark {
  background-color: #323a46;
  color: #fff !important;
  border-bottom: 2px solid #232931;
}

.btn-bordered-dark:focus,
.btn-bordered-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}

.btn-bordered-pink {
  background-color: #f672a7;
  color: #fff !important;
  border-bottom: 2px solid #f45092;
}

.btn-bordered-pink:focus,
.btn-bordered-pink.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}

.btn-bordered-purple {
  background-color: #6559cc;
  color: #fff !important;
  border-bottom: 2px solid #4c3ec4;
}

.btn-bordered-purple:focus,
.btn-bordered-purple.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(101, 89, 204, 0.5);
}

.fileupload {
  overflow: hidden;
  position: relative;
}

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.card {
  margin-bottom: 24px;
}

.card-drop {
  font-size: 20px;
  line-height: 0;
  color: inherit;
}

.card-widgets {
  float: right;
  height: 16px;
}

.card-widgets > a {
  color: inherit;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
}

.card-widgets > a.collapsed i:before {
  content: "\f415";
}

.card-title,
.card-header {
  margin-top: 0;
}

.card-disabled {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.8);
  cursor: progress;
}

.card-disabled .card-portlets-loader {
  position: absolute;
  left: calc(50% - 1rem);
  top: calc(50% - 1rem);
  margin-left: -12px;
  margin-top: -12px;
}

.card-box {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e7eaed;
  padding: 1.5rem;
  margin-bottom: 24px;
  border-radius: 0.25rem;
}

.header-title {
  font-size: 1rem;
  margin: 0 0 5px 0;
}

.sub-header {
  font-size: 0.875rem;
  margin-bottom: 24px;
  color: #98a6ad;
}

.dropdown-menu {
  box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
  animation-name: DropDownSlide;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  margin: 0;
  border: none;
  font-size: 0.9rem;
  position: absolute;
  z-index: 1000;
}

.dropdown-menu.show {
  top: 100% !important;
}

.dropdown-menu-right {
  right: 0 !important;
  left: auto !important;
}

.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=left] {
  top: auto !important;
  animation: none !important;
}
@keyframes DropDownSlide {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(40px);
  }
}
.dropdown-lg {
  width: 320px;
}

@media (max-width: 767.98px) {
  .dropdown-lg {
    width: 200px !important;
  }
}
.dropdown-mega {
  position: static !important;
}

.dropdown-megamenu {
  padding: 20px;
  left: 20px !important;
  right: 20px !important;
  background-image: url(../img/megamenu-bg.834a8996.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.megamenu-list li {
  padding: 5px 20px;
  position: relative;
}

.megamenu-list li a {
  color: #6c757d;
}

.megamenu-list li a:hover {
  color: #3bafda;
}

.megamenu-list li:before {
  content: "\f130";
  position: absolute;
  left: 0;
  font-family: "Material Design Icons";
  font-size: 9px;
  line-height: 24px;
}

.form-control-light {
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

input.form-control[type=color],
input.form-control[type=range] {
  min-height: 39px;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.custom-select:invalid:focus,
.form-control:invalid:focus,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.custom-select:valid:focus,
.form-control:valid:focus {
  box-shadow: none !important;
}

input:focus {
  outline: none;
}

.modal-title {
  margin-top: 0;
}

.modal-full {
  width: 92%;
  max-width: none;
}

.modal-demo {
  background-color: #fff;
  width: 600px !important;
  border-radius: 4px;
  display: none;
  position: relative;
  overflow: hidden;
}

.modal-demo .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #f1f5f7;
}

@media (max-width: 768px) {
  .modal-demo {
    width: 96% !important;
  }
}
.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #3bafda;
  color: #fff;
  text-align: left;
  margin: 0;
}

.custom-modal-text {
  padding: 20px;
}

.custombox-modal-wrapper {
  text-align: left;
}

.custombox-modal-flash .close,
.custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  color: #6c757d;
  font-weight: 600;
}

.nav-pills > a {
  color: #6c757d;
  font-weight: 600;
}

.navtab-bg li > a {
  background-color: #f7f7f7;
  margin: 0 5px;
}

.nav-bordered {
  border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important;
}

.nav-bordered .nav-item {
  margin-bottom: -2px;
}

.nav-bordered li a {
  border: 0 !important;
  padding: 10px 20px !important;
}

.nav-bordered a.active {
  border-bottom: 2px solid #3bafda !important;
}

.tab-content {
  padding: 20px 0 0 0;
}

.pagination-rounded .page-link {
  border-radius: 30px !important;
  margin: 0 3px;
  border: none;
}

.popover-header {
  margin-top: 0;
}

.progress-sm {
  height: 5px;
}

.progress-md {
  height: 8px;
}

.progress-lg {
  height: 12px;
}

.progress-xl {
  height: 15px;
}

/* Progressbar Vertical */
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical .progress-bar {
  width: 100%;
}

.progress-vertical.progress-xl {
  width: 15px;
}

.progress-vertical.progress-lg {
  width: 12px;
}

.progress-vertical.progress-md {
  width: 8px;
}

.progress-vertical.progress-sm {
  width: 5px;
}

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical-bottom .progress-bar {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.progress-vertical-bottom.progress-xl {
  width: 15px;
}

.progress-vertical-bottom.progress-lg {
  width: 12px;
}

.progress-vertical-bottom.progress-md {
  width: 8px;
}

.progress-vertical-bottom.progress-sm {
  width: 5px;
}

label {
  font-weight: 600;
}

button:focus {
  outline: none;
}

.blockquote {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-left: 4px solid #f7f7f7;
  font-size: 16px;
}

.blockquote.blockquote-reverse {
  border-left: 0;
  border-right: 4px solid #f7f7f7;
  text-align: right;
}

b,
strong {
  font-weight: 500;
}

.table th {
  font-weight: 500;
}

.table-centered td,
.table-centered th {
  vertical-align: middle !important;
}

.table .table-user img {
  height: 30px;
  width: 30px;
}

.action-icon {
  color: #98a6ad;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 3px;
}

.action-icon:hover {
  color: #6c757d;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #343a40;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-family-secondary {
  font-family: "Roboto", sans-serif;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}
body {
  font-family: "Open Sans";
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.tag-report-hyperlink:hover {
  color: #3bafda !important;
  text-decoration: underline;
  cursor: pointer;
}

.datepickerWrapper .vc-popover-content-wrapper {
  display: none !important;
}

.last5Table thead th {
  font-size: 12px !important;
  padding: 8px !important;
}

.last5Table tbody td {
  font-size: 12px !important;
  padding: 8px !important;
}

.creditorTable thead th {
  font-size: 13px !important;
}

.creditorTableGrt thead th {
  padding: 0 5px !important;
  font-size: 13px !important;
}

.creditorTable tbody td {
  font-size: 13px !important;
}

.creditorTableGrt tbody td {
  padding: 5px !important;
  font-size: 13px !important;
}

.creditorTableGrt .stickyColumns {
  text-align: right !important;
}

.creditorTable thead th select {
  font-size: 13px !important;
}

.creditorTable thead th input {
  font-size: 13px !important;
}

.creditorTableFontClass {
  font-size: 13px !important;
}

.creditorTable input {
  padding: 2px 4px !important;
  line-height: 13px !important;
  height: 28px !important;
}

.creditorTable select {
  padding: 2px !important;
  line-height: 13px !important;
  height: 28px !important;
}

.creditorTable input[type=checkbox] {
  height: 20px !important;
  padding: 2px !important;
  font-size: 13px !important;
}

.pPanelWrapper .row {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e4e4e4;
  height: 72px;
  display: flex;
  align-items: center;
}
.pPanelWrapper .button .icons {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #24d15f;
  padding: 0 !important;
  text-align: center;
}
.pPanelWrapper .button .icons i {
  color: var(--white);
  font-size: 25px;
  top: -4px;
  position: relative;
}
.pPanelWrapper .button .icons.keyboard-icon {
  background-color: var(--dark-gray);
}

.newLoading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1001;
}

.formWrapper {
  width: 100%;
  padding: 12px;
}

.noPadding {
  padding: 0 !important;
}

.roleChekbox {
  width: 32px;
  float: left;
  margin: 0 12px;
}

.roleLabel {
  width: 80%;
  float: left;
}

.roleHeadline {
  margin: 20px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}

.mt-12 {
  margin-top: 12px;
}

.p-12 {
  padding: 12px;
}

.labelMargin {
  margin: 8px 5px;
}

.employeeLoadingWrapper {
  margin: 0 5px;
  height: 10px;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1s;
}
.page-title-box {
  margin-bottom: 0;
}

.admin-page {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.admin-page .submit-button {
  margin: 20px 0 0 10px;
}
.admin-page .list {
  padding: 5px 16px;
  max-height: 500px;
  margin-top: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}
.admin-page .list .item {
  cursor: pointer;
  padding: 10px 5px;
  border-bottom: 1px solid #dcdcdc;
}
.admin-page .list .item .actions button {
  padding: 0 4px;
}
.admin-page .list .adminActiveMenuItem {
  color: #3bafda;
  font-weight: bold;
}
.admin-page .filter {
  margin: 10px 0;
  padding: 0;
}
.admin-page .image-upload-wrapper {
  margin: 10px;
  display: inline-block;
  cursor: pointer;
}
.admin-page .image-upload-wrapper .preview {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background-color: #41b883;
  box-shadow: 3px 2px 5px 4px #cccccc;
  overflow: hidden;
  text-align: center;
}
.admin-page .image-upload-wrapper .preview img {
  height: 100%;
}
.admin-page .image-upload-wrapper .preview span {
  width: 150px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);
  color: #41b883;
  font-weight: bold;
  text-align: center;
}
.admin-page .roles-list .col-sm-1 {
  padding-right: 0;
}
.admin-page .roles-list .col-form-label {
  padding-left: 0;
}
.admin-page .assigned-agent {
  line-height: 35px;
}
.admin-page .checkbox-input {
  width: 20px !important;
  display: inline !important;
  margin-right: 10px;
  vertical-align: middle;
}
.admin-page .checkbox-row {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  cursor: pointer;
}

.nav-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.15);
}

.navbar-icons {
  font-size: 24px;
}

.navbar-preview {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 14px 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #fff;
  overflow: hidden;
  text-align: center;
}
.navbar-preview img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.scroll-list {
  overflow-y: scroll;
  height: 300px;
}

.has-errors {
  border: 1px solid red;
}

.animated-btn i {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: rotate 2s infinite linear;
  /* IE 10+, Fx 29+ */
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#sidebar-menu .router-link-exact-active a,
#sidebar-menu .router-link-active a {
  color: #3bafda;
}
#sidebar-menu .router-link-exact-active span,
#sidebar-menu .router-link-active span {
  color: #3bafda;
}
#sidebar-menu .router-link-exact-active i,
#sidebar-menu .router-link-active i {
  color: #3bafda;
}

.checkbox-filter {
  padding-top: 18px;
  padding-left: 25px;
}

.edit-indicator {
  margin-left: 10px;
}

.name.active {
  font-weight: bold;
}

.v-notification {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}
.v-notification.position-left, .v-notification.position-right {
  top: 20px;
  width: 300px;
}
.v-notification.position-right {
  left: unset;
  right: 20px;
}
.v-notification.position-left {
  right: unset;
  left: 20px;
}
.v-notification .timer {
  width: 100%;
  position: absolute;
  left: 0;
  height: 1px;
  top: 0px;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.v-notification h4 {
  color: #fff;
}

.client-page .submit-button {
  float: right;
  margin: 10px;
  height: 30px;
  line-height: 0;
}
.client-page .policy-header {
  justify-content: space-between;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  border-top-right-radius: 8px !important;
}
.client-page .policy-header .header-actions {
  align-items: center;
  justify-content: flex-end;
}
.client-page .nav-tabs {
  width: 100%;
}

.mx-datepicker {
  width: 100%;
}

.driverLi {
  width: 100%;
  float: left;
  position: relative;
  padding: 12px 5px 12px 15px;
  list-style-type: none;
  cursor: pointer;
  color: #2a404c;
  font-size: 13px;
}

.policyWrapper {
  border-radius: 8px;
  padding: 16px;
  margin: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e4e4e4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  background-color: #ffffff;
}

.policy-form .driver-list-wrapper {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
.policy-form .driver-list-wrapper .driver-list {
  padding-left: 0;
  list-style-type: none;
}
.policy-form .driver-list-wrapper .driver-list .driver {
  width: 100%;
  float: left;
  position: relative;
  padding: 12px 15px;
  list-style-type: none;
  cursor: pointer;
}
.policy-form .driver-list-wrapper .driver-list button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.policy-form .driver-list-wrapper .driver-list button:disabled {
  opacity: 0.4;
}
.policy-form input {
  width: 100%;
}
.policy-form .checkbox-input {
  width: 20px !important;
  display: inline !important;
  margin-right: 10px;
  vertical-align: middle;
}
.policy-form .checkbox-row {
  margin-top: 0;
  margin-bottom: 0;
}

.no-padding input {
  padding: 0;
  padding-left: 5px;
}

.menu-title {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  text-align: left;
}

.tab-item .tab-link {
  display: block;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tab-item .active {
  background-color: #1abc9c;
  color: #efefef !important;
}
.tab-item .activeBlue {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .activeAllGrid {
  background-color: #ffffff;
  color: #2a404c !important;
}
.tab-item .activeGreen {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .customerActiveTab {
  background-color: #f4f9ff;
  color: #000000;
}

.tab-item .tab-link {
  display: block;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tab-item .active {
  background-color: #1abc9c;
  color: #efefef !important;
}
.tab-item .activeBlue {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .activeAllGrid {
  background-color: #ffffff;
  color: #2a404c !important;
}
.tab-item .activeGreen {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .customerActiveTab {
  background-color: #f4f9ff;
  color: #000000;
}

.customer-notes-tab-item .tab-link {
  display: block;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.customer-notes-tab-item .active {
  background-color: #f7f5f5;
  color: #37cde6 !important;
}

.tab-item-label {
  margin: 0 5px;
}

.panelWrapper {
  background-color: #ffffff;
  padding: 10px;
}

.newPanelWrapper {
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 2px 1px #e4e4e4;
  background-color: #f7f7f7;
}

.panelShadowBlue {
  box-shadow: 0 0 2px 2px #3bafda;
}

.panelHeader {
  width: 100%;
  margin: 5px 0 10px 0;
  border-bottom: 2px solid #3bafda;
}

.panelSubHeader {
  width: 100%;
  margin: 5px 0 0 0;
  padding: 5px 0;
  border-bottom: 2px solid #3bafda;
}

.panelSubHeaderGray {
  width: 100%;
  margin: 5px 0 10px 0;
  border-bottom: 2px solid #6c757d;
}
.panelSubHeaderGray label {
  color: #6c757d;
  font-size: 1.05rem;
  margin: 0;
}

.alignLeft {
  padding-left: 0;
}

.alignRight {
  padding-right: 0;
}

.panelContent {
  padding: 10px;
}

.officePage .form-label {
  line-height: 2;
}

.noMargin {
  margin: 0 !important;
}

.client-page .form-label {
  line-height: 2;
}

.numericInput {
  width: 80px !important;
  margin: 0 10px;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}

.textareaInput {
  resize: none;
}

.gridHeader {
  background-color: #eaeaea;
}

.gridHeight {
  max-height: 280px;
  overflow-y: auto;
}

.listActive {
  background-color: #3bafda !important;
  color: #ffffff;
}

.activeListItem {
  color: #3bafda;
  font-weight: bold;
}

.color-picker-container .vc-chrome-fields-wrap {
  display: none !important;
}

.color-picker-container .vc-chrome-hue-wrap {
  margin-top: 8px !important;
}

.color-picker-container .vc-chrome-alpha-wrap {
  display: none !important;
}

.panelWrapper {
  background-color: #ffffff;
  padding: 10px;
}

.panelContent {
  padding: 10px;
}

.officePage .form-label {
  line-height: 2;
}

.noMargin {
  margin: 0 !important;
}

.hr {
  width: 100%;
  height: 1px;
  background-color: #444;
  margin-bottom: 15px;
}

.color-picker input {
  width: 50%;
}

.legend {
  border: 1px solid var(--gray-dark);
  position: relative;
  padding-top: 30px;
}
.legend h4 {
  position: absolute;
  top: -30px;
  padding: 10px;
  left: 30px;
  background-color: #fff;
}
.legend h5 {
  position: absolute;
  top: -30px;
  padding: 10px;
  left: 10px;
  font-size: 13px;
}

.filter-text-info {
  font-size: 0.75rem;
  margin: 10px 0px;
}

.flex-end {
  display: flex;
  justify-content: flex-end !important;
  margin-right: 10px;
}

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

.full-width {
  display: inline-block;
  width: 100%;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.divider {
  height: 1px;
  background-color: var(--gray);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.filter-box {
  padding: 8px 8px 16px 8px;
  background-color: #f7f7f7;
  border-top: 1px solid #e4e4e4;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.is-sortable {
  cursor: pointer !important;
}

.is-sticky-header thead {
  background-color: #3bafda !important;
  color: #2a404c;
}
.is-sticky-header thead tr th {
  padding: 15px;
  border-top: 1px solid #3bafda !important;
  border-bottom: 1px solid #3bafda !important;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  position: sticky !important;
  left: 0 !important;
  top: -1px !important;
  z-index: 5 !important;
  background-color: #3bafda;
  color: #fff !important;
}

.datagrid-table {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
}
.datagrid-table thead {
  background-color: #ffffff;
  color: #2a404c;
}
.datagrid-table thead th {
  padding: 15px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.datagrid-table thead th.sortable {
  cursor: pointer;
}
.datagrid-table thead th.sortable i {
  font-size: 11px;
}
.datagrid-table thead th .title {
  margin-right: 5px;
}
.datagrid-table thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table thead th button:disabled {
  opacity: 0.4;
}
.datagrid-table thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.datagrid-table tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.datagrid-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.datagrid-table tbody td {
  padding: 11px 15px;
  border-top: none;
  vertical-align: middle;
}
.datagrid-table tbody tr:hover,
.datagrid-table tbody tr:active {
  background-color: #daffe3;
}
.datagrid-table tbody button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table tbody button.addNewButton {
  width: auto;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #58a56b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.datagrid-table tbody button.viewOffersButton {
  width: 200px;
  height: 44px;
  padding: 0px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #3bafda;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.datagrid-table tbody button.sendAddendumButton {
  width: 200px;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #5c4f7a;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.datagrid-table tbody button:disabled, .datagrid-table tbody button:disabled:hover {
  opacity: 0.4;
  cursor: auto;
}
.datagrid-table tbody button:disabled.docusignButtons, .datagrid-table tbody button:disabled:hover.docusignButtons {
  opacity: 0.4;
  color: white !important;
  transition: none;
}
.datagrid-table tbody button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}

.disposition-table-top-aligned tbody td {
  vertical-align: top !important;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.agentActivityDetailTable {
  border: none !important;
  border-collapse: collapse;
  border-radius: 8px;
}
.agentActivityDetailTable thead {
  background-color: #ffffff;
  color: #8a9197 !important;
  border: none !important;
}
.agentActivityDetailTable thead tr th {
  border-top: none !important;
  border-bottom: none !important;
}
.agentActivityDetailTable thead th {
  padding: 15px;
  border: none !important;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  background-color: #8a9197 !important;
  border-color: #8a9197 !important;
  border-top: none !important;
  border-bottom: none !important;
}
.agentActivityDetailTable thead th.sortable {
  cursor: pointer;
}
.agentActivityDetailTable thead th.sortable i {
  font-size: 11px;
}
.agentActivityDetailTable thead th .title {
  margin-right: 5px;
}
.agentActivityDetailTable thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.agentActivityDetailTable thead th button:disabled {
  opacity: 0.4;
}
.agentActivityDetailTable thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.agentActivityDetailTable tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.agentActivityDetailTable tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.agentActivityDetailTable tbody td {
  padding: 11px 15px;
  border-top: none;
  vertical-align: middle;
}
.agentActivityDetailTable tbody tr:hover,
.agentActivityDetailTable tbody tr:active {
  background-color: #daffe3;
}
.agentActivityDetailTable tbody button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.agentActivityDetailTable tbody button.addNewButton {
  width: auto;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #58a56b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.agentActivityDetailTable tbody button:disabled {
  opacity: 0.4;
}
.agentActivityDetailTable tbody button:disabled.docusignButtons {
  opacity: 0.4;
  color: white !important;
  transition: none;
}
.agentActivityDetailTable tbody button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}

.custom-table {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
}
.custom-table .custom-table-input {
  width: 96%;
  padding: 2px 2% !important;
  line-height: 13px !important;
  height: 28px !important;
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
}
.custom-table thead {
  background-color: #ffffff;
  color: #2a404c;
}
.custom-table thead th {
  padding: 8px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.custom-table thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.custom-table thead th button:disabled {
  opacity: 0.4;
}
.custom-table thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.custom-table tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.custom-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.custom-table tbody td {
  padding: 8px;
  border-top: none;
  vertical-align: middle;
}
.custom-table tbody button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.custom-table tbody button.addNewButton {
  width: auto;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #58a56b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.custom-table tbody button:disabled {
  opacity: 0.4;
}
.custom-table tbody button:disabled.docusignButtons {
  opacity: 0.4;
  color: white !important;
  transition: none;
}
.custom-table tbody button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.custom-table tfoot tr {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.custom-table tfoot tr:nth-child(even) {
  background-color: #fafafa;
}
.custom-table tfoot td {
  padding: 8px;
  border-top: none;
  vertical-align: middle;
}

.priority-wrapper {
  margin-top: 20px;
  height: 50px;
  overflow: hidden;
}
.priority-wrapper.expanded {
  height: auto;
  overflow: visible;
}
.priority-wrapper .priority-header {
  padding: 6px;
  cursor: pointer;
  background-color: var(--white);
  border: 1px solid #dddddd;
}
.priority-wrapper .priority-header i {
  margin: -2px 5px;
  font-size: 20px;
}
.priority-wrapper .priority-header .priorityText {
  margin: 10px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  color: #2a404c;
}

.widthFull {
  width: 100%;
}

.widthFull {
  width: 100%;
}

.pagination {
  display: block;
}
.pagination .pagination-num {
  margin: 0 0 0 10px;
  text-align: center;
  width: 70px;
}
.pagination .btn {
  margin-left: 10px;
}

.gridFonts {
  font-size: 12px;
}

.form-group {
  margin-bottom: 0 !important;
}

.pagingPanel {
  float: right;
}

.pagingTextBox {
  width: 36px !important;
  height: 24px !important;
  margin: 3px 0;
  padding: 0 !important;
  float: right;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #2a404c;
}

.pagingIcon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: solid 0.7px #e4e4e4;
  background-color: #eeecec;
  color: #2a404c;
  margin: 3px 5px;
}

.pagingIcon:disabled {
  opacity: 0.65;
}

.pagingText {
  width: auto;
  float: right;
  margin: 5px 5px;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #2a404c;
}

.pagingTotalRecords {
  width: auto;
  float: left;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #939393;
}

.policyLoader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
}

.badgeStatusPadding {
  padding: 7px;
  font-size: 10px;
}

.badge-gray {
  background-color: #d5d4d4;
}

.customer-tab-link {
  width: 95%;
  float: left;
  height: 44px;
  padding: 10px 5% !important;
  margin-right: 5%;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border: solid 1px #e4e4e4 !important;
  background-color: #eeecec;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #000000 !important;
}

.customer-tab-link:hover {
  background-color: #eeecec;
  opacity: 0.8;
  color: #2a404c !important;
}

.grayButton {
  border: solid 1px #e4e4e4;
  background-color: #fafafa;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
  color: #424242;
  border-radius: 8px;
}

.generalButton {
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(107, 85, 202, 0.2);
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}

.generalButton:disabled {
  opacity: 0.65;
}

.generalLabel {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.noSizeSelectBox {
  border-radius: 6px;
  padding: 7px 12px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}

.generalSelectBox {
  width: 100%;
  border-radius: 6px;
  padding: 7px 12px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}

.clearFilterButton {
  border-radius: 22px;
  padding: 7px 12px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #000000;
}

.generalSelectBox:disabled {
  opacity: 0.65;
}

.generalTextBox {
  border-radius: 6px;
  padding: 8px 12px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}

.generalTextBox:disabled {
  opacity: 0.65;
}

.generalCheckBox {
  width: 21px;
  height: 21px;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
}

.generalFont {
  font-family: "Open Sans";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
}

.content ul {
  margin: 0 !important;
  padding: 0 !important;
}

.policyTabItem {
  padding: 12px;
  display: block;
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  background-color: #f7f5f5;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
  cursor: pointer;
}

.policySubTabItem {
  padding: 12px;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: solid 1px #e6e6e6;
  background-color: #f7f5f5;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000 !important;
  cursor: pointer;
}

.policySubTabItemActive {
  background-color: #ffffff;
}

.policyTabActive {
  box-shadow: 0 0 2px 0 #6b55ca;
  border: solid 2px #8871ed;
}

.customerTabActive {
  background-color: #f4f9ff;
}

.editorWrapper strong {
  font-weight: 800 !important;
}

.pauseOptionItem {
  width: 100%;
  display: block;
  margin: 5px 0;
}

.pauseOptionItem:hover {
  color: #3bafda;
  transition: all 0.4s linear;
}

@media screen and (min-width: 1024px) {
  .customer-tab-header-icon {
    width: 15%;
    float: left;
  }

  .customer-tab-header {
    width: 70%;
    margin: 0 5%;
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .customer-tab-icons {
    width: 10%;
    color: #2a404c;
  }

  .customer-tab-text {
    width: 70%;
    float: left;
    margin: 0 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 1023px) {
  .customer-tab-link {
    width: 100%;
    float: left;
    height: 63px;
    padding: 5px 5% !important;
  }

  .customer-tab-header-icon {
    display: block;
    padding: 30% 25%;
  }

  .customer-tab-header {
    width: 100%;
    float: left;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .customer-tab-icons {
    width: 100%;
    padding: 0;
    margin: 5px 0;
    text-align: center;
  }

  .customer-tab-text {
    width: 0%;
    display: none;
    float: left;
    margin: 0 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .closeOtherTabs ul,
.closeOtherTabs li {
    padding: 0;
  }
}
.customerPageTitle {
  width: auto;
  float: left;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2a404c;
}

.ar-icon__lg {
  line-height: 35px !important;
}

.ar-icon__sm {
  line-height: 20px !important;
}

.ar-recorder__records-limit {
  top: 68px !important;
}

.popover {
  position: absolute;
  width: 276px;
  bottom: 50px;
  top: unset;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e4e4e4;
  left: -120px;
  z-index: 9999;
}
.popover .no-button {
  border: none;
  background-color: transparent;
  font-size: 12px;
  color: #939393;
  float: right;
}
.popover .send-code {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 3px;
}
.popover .send-code span {
  position: relative;
  top: -3px;
}
.popover .send-code i {
  font-size: 18px;
}
.popover .cold-transfer .contact {
  margin-bottom: 0;
}
.popover input {
  border-radius: 8px;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
}
.popover button {
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Open Sans";
}
.popover .popover-header {
  background-color: transparent;
  border-bottom: none;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}
.popover .popover-header .container {
  padding: 12px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.popover .popover-header .container .form-control {
  margin-top: 11px;
}
.popover .popover-body {
  overflow-y: auto;
  padding: 0;
}
.popover .popover-body .numPadRow {
  height: 40px;
  padding: 5px;
  display: flex;
  justify-content: center;
  font-family: "Open Sans";
  font-size: 13px;
}
.popover .popover-body .contact {
  height: 36px;
  padding: 9px 11px 8px 11px;
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans";
  font-size: 13px;
  color: #2a404c;
}
.popover .popover-body .contact i {
  border-radius: 4px;
  background-color: #24d15f;
  color: #fff;
  display: inline-block;
  width: 27px;
  height: 27px;
  position: relative;
  top: -4px;
}
.popover .popover-body .contact i::before {
  position: relative;
  left: 6px;
  top: 4px;
}
.popover .popover-body .contact:nth-child(2n) {
  background-color: #f9f9f9;
}
.popover .popover-body .contact:hover {
  background-color: #daffe3;
}
.popover.more-actions {
  width: 240px;
}
.popover.internal-call {
  width: 246px;
  bottom: 60px;
  left: -200px;
}
.popover.internal-call .arrow {
  left: 204px !important;
}
.popover.camapaign-leads {
  width: 300px;
  bottom: 60px;
  left: -200px;
}
.popover.camapaign-leads .arrow {
  left: 204px !important;
}
.popover.numpad {
  width: 267px;
  bottom: 60px;
  left: -211px;
}
.popover.numpad .arrow {
  left: 214px !important;
}
.popover.numpad .popover-body {
  height: 110px !important;
  display: flex;
  overflow-x: hidden;
}
.popover.hangupOptions {
  width: 200px;
  bottom: 60px;
  left: -120px;
}
.popover.hangupOptions .arrow {
  left: 125px !important;
}
.popover.hangupOptions .popover-body {
  height: 100px !important;
  display: flex;
  overflow-x: hidden;
  align-content: flex-end;
  flex-direction: column;
}

.datagrid-table-skyline {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
  background-color: #ffffff;
}
.datagrid-table-skyline thead {
  background-color: #ffffff;
  color: #2a404c;
}
.datagrid-table-skyline thead th {
  padding: 10px 7px 10px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.datagrid-table-skyline thead th.sortable {
  cursor: pointer;
}
.datagrid-table-skyline thead th.sortable i {
  font-size: 11px;
}
.datagrid-table-skyline thead th .title {
  margin-right: 5px;
}
.datagrid-table-skyline thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table-skyline thead th button:disabled {
  opacity: 0.4;
}
.datagrid-table-skyline thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.datagrid-table-skyline tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.datagrid-table-skyline tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.datagrid-table-skyline tbody td {
  padding: 8px 5px;
  border-top: none;
  vertical-align: middle;
}
.datagrid-table-skyline tbody tr:hover,
.datagrid-table-skyline tbody tr:active {
  background-color: #daffe3;
}

.datagrid-table-skyline-client-grid {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
  background-color: #ffffff;
  table-layout: fixed;
  width: 100%;
}
.datagrid-table-skyline-client-grid thead {
  background-color: #ffffff;
  color: #2a404c;
}
.datagrid-table-skyline-client-grid thead th {
  padding: 10px 7px 10px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 50px;
}
.datagrid-table-skyline-client-grid thead th.sortable {
  cursor: pointer;
}
.datagrid-table-skyline-client-grid thead th.sortable i {
  font-size: 11px;
}
.datagrid-table-skyline-client-grid thead th .title {
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: calc(100% - 20px);
  vertical-align: middle;
}
.datagrid-table-skyline-client-grid thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table-skyline-client-grid thead th button:disabled {
  opacity: 0.4;
}
.datagrid-table-skyline-client-grid thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.datagrid-table-skyline-client-grid tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.datagrid-table-skyline-client-grid tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.datagrid-table-skyline-client-grid tbody td {
  padding: 8px 5px;
  border-top: none;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 50px;
}
.datagrid-table-skyline-client-grid tbody td span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.datagrid-table-skyline-client-grid tbody tr:hover,
.datagrid-table-skyline-client-grid tbody tr:active {
  background-color: #daffe3;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
  background-color: blue;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td i {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.5em;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f8f9fa;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #dee2e6;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #f8f9fa;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #dee2e6;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #dee2e6;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td i {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
  color: #555;
}
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover {
  background: #f8f9fa;
}
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td i.active {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old,
.bootstrap-datetimepicker-widget table td i.old {
  color: #dee2e6;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td i.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover,
.bootstrap-datetimepicker-widget table td i.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * FullCalendar v3.10.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc-content {
  color: #fff !important;
  cursor: pointer !important;
}
.fc-day-grid-event .fc-content {
  color: #fff !important;
  cursor: pointer !important;
  height: 30px;
}
.fc-day-grid-event .fc-title {
  width: 100%;
  white-space: pre-wrap;
  display: block;
}
.fc-event-container,
.fc-day-grid-event {
  cursor: pointer !important;
}
.fc-day-header {
  background: #f1f5f7 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 10px 0 !important;
  text-transform: uppercase !important;
}
.fc-day-number {
  float: right;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #f1f5f7;
  border-radius: 50%;
  margin: 5px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  cursor: pointer !important;
}

.fc button,
.fc table,
body .fc {
  font-size: 1em;
}
.fc .fc-axis,
.fc button,
.fc-day-grid-event .fc-content,
.fc-list-item-marker,
.fc-list-item-time,
.fc-time-grid-event .fc-time,
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.fc-event,
.fc-event:hover,
.fc-state-hover,
.fc.fc-bootstrap3 a,
.ui-widget .fc-event,
a.fc-more {
  text-decoration: none;
}
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
.fc th,
.fc-basic-view .fc-day-top .fc-week-number,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
  text-align: center;
}
.fc-highlight {
  background: #bce8f1;
  opacity: 0.3;
}
.fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
}
.fc-nonbusiness {
  background: #d7d7d7;
}
.fc button {
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  cursor: pointer;
}
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc button .fc-icon {
  position: relative;
  top: -0.05em;
  margin: 0 0.2em;
  vertical-align: middle;
}
.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
.fc-state-active,
.fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}
.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
  cursor: pointer;
}
.fc-button-group {
  display: inline-block;
}
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  margin-left: 0;
}
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}
.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
}
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
}
a[data-goto]:hover {
  text-decoration: underline;
}
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}
.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-day-grid-event .fc-content,
.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
  overflow: hidden;
}
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}
.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
}
.fc-event,
.fc-event:hover {
  color: #fff;
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}
.fc-day-grid-event .fc-time {
  font-weight: 700;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  display: none;
}
.fc-day-grid .fc-row {
  z-index: 1;
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
.fc-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: "Courier New", Courier, monospace;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: 0.9em;
  margin-top: 2px;
}
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
.ui-widget .fc-disabled-day {
  background-image: none;
}
.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}
.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}
.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}
.ui-widget td.fc-axis {
  font-weight: 400;
}
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}
.fc.fc-bootstrap4 a {
  text-decoration: none;
}
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}
.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}
.fc-toolbar h2 {
  margin: 0;
}
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}
.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px;
}
.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  background-color: #f2f2f2;
  color: grey;
}
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}
.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event.fc-selected {
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  padding: 0;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.fc-rtl .fc-list-view {
  direction: rtl;
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
.fc .fc-list-table {
  table-layout: auto;
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: 700;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
.fc-list-item.fc-has-url {
  cursor: pointer;
}
.fc-list-item-marker,
.fc-list-item-time {
  width: 1px;
}
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin: 15px 0 5px 0;
}
.fc-toolbar h2 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

.fc-day {
  background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc th.fc-widget-header {
  background: #f1f5f7;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #dee2e6;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #f1f5f7;
  border-radius: 50%;
  margin: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

.fc-button {
  background: #f1f5f7;
  border: none;
  color: #6c757d;
  text-transform: capitalize;
  box-shadow: none;
  border-radius: 3px;
  margin: 0 3px;
  padding: 6px 12px;
  height: auto;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 1rem;
}

.fc-state-hover {
  background: #f1f5f7;
}

.fc-state-highlight {
  background: #dee2e6;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #3bafda;
  color: #fff;
  text-shadow: none;
}

.fc-cell-overlay {
  background: #dee2e6;
}

.fc-unthemed .fc-today {
  background: #fff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

.external-event {
  cursor: move;
  margin: 10px 0;
  padding: 8px 10px;
  color: #fff;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
}

.fc-basic-view td.fc-day-number {
  padding-right: 8px;
}

.fc-basic-view .fc-content {
  color: #fff !important;
}

.fc-time-grid-event .fc-content {
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-center {
    float: none;
    display: block;
    clear: both;
    margin: 10px 0;
  }
  .fc .fc-toolbar > * > * {
    float: none;
  }
  .fc-today-button {
    display: none;
  }
}

.fc-popover {
  height: -webkit-fill-available;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.fc-popover-header {
  background: #f1f1f1 !important;
}

.fc-popover-body {
  height: 370px;
  max-height: 83%;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

@charset "UTF-8";@font-face{font-family:"Material Design Icons";src:url(../fonts/materialdesignicons-webfont.be7691c1.eot);src:url(../fonts/materialdesignicons-webfont.be7691c1.eot?#iefix&v=3.6.95) format("embedded-opentype"),url(../fonts/materialdesignicons-webfont.84c6fe1e.woff2) format("woff2"),url(../fonts/materialdesignicons-webfont.1a95531b.woff) format("woff"),url(../fonts/materialdesignicons-webfont.6acc7d6c.ttf) format("truetype"),url(../img/materialdesignicons-webfont.51b68d06.svg#materialdesigniconsregular) format("svg");font-weight:400;font-style:normal}.mdi-set,.mdi:before{display:inline-block;font:normal normal normal 24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-access-point:before{content:"\F002"}.mdi-access-point-network:before{content:"\F003"}.mdi-access-point-network-off:before{content:"\FBBD"}.mdi-account:before{content:"\F004"}.mdi-account-alert:before{content:"\F005"}.mdi-account-alert-outline:before{content:"\FB2C"}.mdi-account-arrow-left:before{content:"\FB2D"}.mdi-account-arrow-left-outline:before{content:"\FB2E"}.mdi-account-arrow-right:before{content:"\FB2F"}.mdi-account-arrow-right-outline:before{content:"\FB30"}.mdi-account-badge:before{content:"\FD83"}.mdi-account-badge-alert:before{content:"\FD84"}.mdi-account-badge-alert-outline:before{content:"\FD85"}.mdi-account-badge-horizontal:before{content:"\FDF0"}.mdi-account-badge-horizontal-outline:before{content:"\FDF1"}.mdi-account-badge-outline:before{content:"\FD86"}.mdi-account-box:before{content:"\F006"}.mdi-account-box-multiple:before{content:"\F933"}.mdi-account-box-outline:before{content:"\F007"}.mdi-account-card-details:before{content:"\F5D2"}.mdi-account-card-details-outline:before{content:"\FD87"}.mdi-account-check:before{content:"\F008"}.mdi-account-check-outline:before{content:"\FBBE"}.mdi-account-child:before{content:"\FA88"}.mdi-account-child-circle:before{content:"\FA89"}.mdi-account-circle:before{content:"\F009"}.mdi-account-circle-outline:before{content:"\FB31"}.mdi-account-clock:before{content:"\FB32"}.mdi-account-clock-outline:before{content:"\FB33"}.mdi-account-convert:before{content:"\F00A"}.mdi-account-details:before{content:"\F631"}.mdi-account-edit:before{content:"\F6BB"}.mdi-account-group:before{content:"\F848"}.mdi-account-group-outline:before{content:"\FB34"}.mdi-account-heart:before{content:"\F898"}.mdi-account-heart-outline:before{content:"\FBBF"}.mdi-account-key:before{content:"\F00B"}.mdi-account-key-outline:before{content:"\FBC0"}.mdi-account-minus:before{content:"\F00D"}.mdi-account-minus-outline:before{content:"\FAEB"}.mdi-account-multiple:before{content:"\F00E"}.mdi-account-multiple-check:before{content:"\F8C4"}.mdi-account-multiple-minus:before{content:"\F5D3"}.mdi-account-multiple-minus-outline:before{content:"\FBC1"}.mdi-account-multiple-outline:before{content:"\F00F"}.mdi-account-multiple-plus:before{content:"\F010"}.mdi-account-multiple-plus-outline:before{content:"\F7FF"}.mdi-account-network:before{content:"\F011"}.mdi-account-network-outline:before{content:"\FBC2"}.mdi-account-off:before{content:"\F012"}.mdi-account-off-outline:before{content:"\FBC3"}.mdi-account-outline:before{content:"\F013"}.mdi-account-plus:before{content:"\F014"}.mdi-account-plus-outline:before{content:"\F800"}.mdi-account-question:before{content:"\FB35"}.mdi-account-question-outline:before{content:"\FB36"}.mdi-account-remove:before{content:"\F015"}.mdi-account-remove-outline:before{content:"\FAEC"}.mdi-account-search:before{content:"\F016"}.mdi-account-search-outline:before{content:"\F934"}.mdi-account-settings:before{content:"\F630"}.mdi-account-star:before{content:"\F017"}.mdi-account-star-outline:before{content:"\FBC4"}.mdi-account-supervisor:before{content:"\FA8A"}.mdi-account-supervisor-circle:before{content:"\FA8B"}.mdi-account-switch:before{content:"\F019"}.mdi-account-tie:before{content:"\FCBF"}.mdi-accusoft:before{content:"\F849"}.mdi-adchoices:before{content:"\FD1E"}.mdi-adjust:before{content:"\F01A"}.mdi-adobe:before{content:"\F935"}.mdi-air-conditioner:before{content:"\F01B"}.mdi-air-filter:before{content:"\FD1F"}.mdi-air-horn:before{content:"\FD88"}.mdi-air-purifier:before{content:"\FD20"}.mdi-airbag:before{content:"\FBC5"}.mdi-airballoon:before{content:"\F01C"}.mdi-airplane:before{content:"\F01D"}.mdi-airplane-landing:before{content:"\F5D4"}.mdi-airplane-off:before{content:"\F01E"}.mdi-airplane-takeoff:before{content:"\F5D5"}.mdi-airplay:before{content:"\F01F"}.mdi-airport:before{content:"\F84A"}.mdi-alarm:before{content:"\F020"}.mdi-alarm-bell:before{content:"\F78D"}.mdi-alarm-check:before{content:"\F021"}.mdi-alarm-light:before{content:"\F78E"}.mdi-alarm-light-outline:before{content:"\FBC6"}.mdi-alarm-multiple:before{content:"\F022"}.mdi-alarm-off:before{content:"\F023"}.mdi-alarm-plus:before{content:"\F024"}.mdi-alarm-snooze:before{content:"\F68D"}.mdi-album:before{content:"\F025"}.mdi-alert:before{content:"\F026"}.mdi-alert-box:before{content:"\F027"}.mdi-alert-box-outline:before{content:"\FCC0"}.mdi-alert-circle:before{content:"\F028"}.mdi-alert-circle-outline:before{content:"\F5D6"}.mdi-alert-decagram:before{content:"\F6BC"}.mdi-alert-decagram-outline:before{content:"\FCC1"}.mdi-alert-octagon:before{content:"\F029"}.mdi-alert-octagon-outline:before{content:"\FCC2"}.mdi-alert-octagram:before{content:"\F766"}.mdi-alert-octagram-outline:before{content:"\FCC3"}.mdi-alert-outline:before{content:"\F02A"}.mdi-alien:before{content:"\F899"}.mdi-all-inclusive:before{content:"\F6BD"}.mdi-alpha:before{content:"\F02B"}.mdi-alpha-a:before{content:"\41"}.mdi-alpha-a-box:before{content:"\FAED"}.mdi-alpha-a-box-outline:before{content:"\FBC7"}.mdi-alpha-a-circle:before{content:"\FBC8"}.mdi-alpha-a-circle-outline:before{content:"\FBC9"}.mdi-alpha-b:before{content:"\42"}.mdi-alpha-b-box:before{content:"\FAEE"}.mdi-alpha-b-box-outline:before{content:"\FBCA"}.mdi-alpha-b-circle:before{content:"\FBCB"}.mdi-alpha-b-circle-outline:before{content:"\FBCC"}.mdi-alpha-c:before{content:"\43"}.mdi-alpha-c-box:before{content:"\FAEF"}.mdi-alpha-c-box-outline:before{content:"\FBCD"}.mdi-alpha-c-circle:before{content:"\FBCE"}.mdi-alpha-c-circle-outline:before{content:"\FBCF"}.mdi-alpha-d:before{content:"\44"}.mdi-alpha-d-box:before{content:"\FAF0"}.mdi-alpha-d-box-outline:before{content:"\FBD0"}.mdi-alpha-d-circle:before{content:"\FBD1"}.mdi-alpha-d-circle-outline:before{content:"\FBD2"}.mdi-alpha-e:before{content:"\45"}.mdi-alpha-e-box:before{content:"\FAF1"}.mdi-alpha-e-box-outline:before{content:"\FBD3"}.mdi-alpha-e-circle:before{content:"\FBD4"}.mdi-alpha-e-circle-outline:before{content:"\FBD5"}.mdi-alpha-f:before{content:"\46"}.mdi-alpha-f-box:before{content:"\FAF2"}.mdi-alpha-f-box-outline:before{content:"\FBD6"}.mdi-alpha-f-circle:before{content:"\FBD7"}.mdi-alpha-f-circle-outline:before{content:"\FBD8"}.mdi-alpha-g:before{content:"\47"}.mdi-alpha-g-box:before{content:"\FAF3"}.mdi-alpha-g-box-outline:before{content:"\FBD9"}.mdi-alpha-g-circle:before{content:"\FBDA"}.mdi-alpha-g-circle-outline:before{content:"\FBDB"}.mdi-alpha-h:before{content:"\48"}.mdi-alpha-h-box:before{content:"\FAF4"}.mdi-alpha-h-box-outline:before{content:"\FBDC"}.mdi-alpha-h-circle:before{content:"\FBDD"}.mdi-alpha-h-circle-outline:before{content:"\FBDE"}.mdi-alpha-i:before{content:"\49"}.mdi-alpha-i-box:before{content:"\FAF5"}.mdi-alpha-i-box-outline:before{content:"\FBDF"}.mdi-alpha-i-circle:before{content:"\FBE0"}.mdi-alpha-i-circle-outline:before{content:"\FBE1"}.mdi-alpha-j:before{content:"\4A"}.mdi-alpha-j-box:before{content:"\FAF6"}.mdi-alpha-j-box-outline:before{content:"\FBE2"}.mdi-alpha-j-circle:before{content:"\FBE3"}.mdi-alpha-j-circle-outline:before{content:"\FBE4"}.mdi-alpha-k:before{content:"\4B"}.mdi-alpha-k-box:before{content:"\FAF7"}.mdi-alpha-k-box-outline:before{content:"\FBE5"}.mdi-alpha-k-circle:before{content:"\FBE6"}.mdi-alpha-k-circle-outline:before{content:"\FBE7"}.mdi-alpha-l:before{content:"\4C"}.mdi-alpha-l-box:before{content:"\FAF8"}.mdi-alpha-l-box-outline:before{content:"\FBE8"}.mdi-alpha-l-circle:before{content:"\FBE9"}.mdi-alpha-l-circle-outline:before{content:"\FBEA"}.mdi-alpha-m:before{content:"\4D"}.mdi-alpha-m-box:before{content:"\FAF9"}.mdi-alpha-m-box-outline:before{content:"\FBEB"}.mdi-alpha-m-circle:before{content:"\FBEC"}.mdi-alpha-m-circle-outline:before{content:"\FBED"}.mdi-alpha-n:before{content:"\4E"}.mdi-alpha-n-box:before{content:"\FAFA"}.mdi-alpha-n-box-outline:before{content:"\FBEE"}.mdi-alpha-n-circle:before{content:"\FBEF"}.mdi-alpha-n-circle-outline:before{content:"\FBF0"}.mdi-alpha-o:before{content:"\4F"}.mdi-alpha-o-box:before{content:"\FAFB"}.mdi-alpha-o-box-outline:before{content:"\FBF1"}.mdi-alpha-o-circle:before{content:"\FBF2"}.mdi-alpha-o-circle-outline:before{content:"\FBF3"}.mdi-alpha-p:before{content:"\50"}.mdi-alpha-p-box:before{content:"\FAFC"}.mdi-alpha-p-box-outline:before{content:"\FBF4"}.mdi-alpha-p-circle:before{content:"\FBF5"}.mdi-alpha-p-circle-outline:before{content:"\FBF6"}.mdi-alpha-q:before{content:"\51"}.mdi-alpha-q-box:before{content:"\FAFD"}.mdi-alpha-q-box-outline:before{content:"\FBF7"}.mdi-alpha-q-circle:before{content:"\FBF8"}.mdi-alpha-q-circle-outline:before{content:"\FBF9"}.mdi-alpha-r:before{content:"\52"}.mdi-alpha-r-box:before{content:"\FAFE"}.mdi-alpha-r-box-outline:before{content:"\FBFA"}.mdi-alpha-r-circle:before{content:"\FBFB"}.mdi-alpha-r-circle-outline:before{content:"\FBFC"}.mdi-alpha-s:before{content:"\53"}.mdi-alpha-s-box:before{content:"\FAFF"}.mdi-alpha-s-box-outline:before{content:"\FBFD"}.mdi-alpha-s-circle:before{content:"\FBFE"}.mdi-alpha-s-circle-outline:before{content:"\FBFF"}.mdi-alpha-t:before{content:"\54"}.mdi-alpha-t-box:before{content:"\FB00"}.mdi-alpha-t-box-outline:before{content:"\FC00"}.mdi-alpha-t-circle:before{content:"\FC01"}.mdi-alpha-t-circle-outline:before{content:"\FC02"}.mdi-alpha-u:before{content:"\55"}.mdi-alpha-u-box:before{content:"\FB01"}.mdi-alpha-u-box-outline:before{content:"\FC03"}.mdi-alpha-u-circle:before{content:"\FC04"}.mdi-alpha-u-circle-outline:before{content:"\FC05"}.mdi-alpha-v:before{content:"\56"}.mdi-alpha-v-box:before{content:"\FB02"}.mdi-alpha-v-box-outline:before{content:"\FC06"}.mdi-alpha-v-circle:before{content:"\FC07"}.mdi-alpha-v-circle-outline:before{content:"\FC08"}.mdi-alpha-w:before{content:"\57"}.mdi-alpha-w-box:before{content:"\FB03"}.mdi-alpha-w-box-outline:before{content:"\FC09"}.mdi-alpha-w-circle:before{content:"\FC0A"}.mdi-alpha-w-circle-outline:before{content:"\FC0B"}.mdi-alpha-x:before{content:"\58"}.mdi-alpha-x-box:before{content:"\FB04"}.mdi-alpha-x-box-outline:before{content:"\FC0C"}.mdi-alpha-x-circle:before{content:"\FC0D"}.mdi-alpha-x-circle-outline:before{content:"\FC0E"}.mdi-alpha-y:before{content:"\59"}.mdi-alpha-y-box:before{content:"\FB05"}.mdi-alpha-y-box-outline:before{content:"\FC0F"}.mdi-alpha-y-circle:before{content:"\FC10"}.mdi-alpha-y-circle-outline:before{content:"\FC11"}.mdi-alpha-z:before{content:"\5A"}.mdi-alpha-z-box:before{content:"\FB06"}.mdi-alpha-z-box-outline:before{content:"\FC12"}.mdi-alpha-z-circle:before{content:"\FC13"}.mdi-alpha-z-circle-outline:before{content:"\FC14"}.mdi-alphabetical:before{content:"\F02C"}.mdi-altimeter:before{content:"\F5D7"}.mdi-amazon:before{content:"\F02D"}.mdi-amazon-alexa:before{content:"\F8C5"}.mdi-amazon-drive:before{content:"\F02E"}.mdi-ambulance:before{content:"\F02F"}.mdi-ammunition:before{content:"\FCC4"}.mdi-ampersand:before{content:"\FA8C"}.mdi-amplifier:before{content:"\F030"}.mdi-anchor:before{content:"\F031"}.mdi-android:before{content:"\F032"}.mdi-android-auto:before{content:"\FA8D"}.mdi-android-debug-bridge:before{content:"\F033"}.mdi-android-head:before{content:"\F78F"}.mdi-android-messages:before{content:"\FD21"}.mdi-android-studio:before{content:"\F034"}.mdi-angle-acute:before{content:"\F936"}.mdi-angle-obtuse:before{content:"\F937"}.mdi-angle-right:before{content:"\F938"}.mdi-angular:before{content:"\F6B1"}.mdi-angularjs:before{content:"\F6BE"}.mdi-animation:before{content:"\F5D8"}.mdi-animation-outline:before{content:"\FA8E"}.mdi-animation-play:before{content:"\F939"}.mdi-animation-play-outline:before{content:"\FA8F"}.mdi-anvil:before{content:"\F89A"}.mdi-apple:before{content:"\F035"}.mdi-apple-finder:before{content:"\F036"}.mdi-apple-icloud:before{content:"\F038"}.mdi-apple-ios:before{content:"\F037"}.mdi-apple-keyboard-caps:before{content:"\F632"}.mdi-apple-keyboard-command:before{content:"\F633"}.mdi-apple-keyboard-control:before{content:"\F634"}.mdi-apple-keyboard-option:before{content:"\F635"}.mdi-apple-keyboard-shift:before{content:"\F636"}.mdi-apple-safari:before{content:"\F039"}.mdi-application:before{content:"\F614"}.mdi-application-export:before{content:"\FD89"}.mdi-application-import:before{content:"\FD8A"}.mdi-apps:before{content:"\F03B"}.mdi-apps-box:before{content:"\FD22"}.mdi-arch:before{content:"\F8C6"}.mdi-archive:before{content:"\F03C"}.mdi-arrange-bring-forward:before{content:"\F03D"}.mdi-arrange-bring-to-front:before{content:"\F03E"}.mdi-arrange-send-backward:before{content:"\F03F"}.mdi-arrange-send-to-back:before{content:"\F040"}.mdi-arrow-all:before{content:"\F041"}.mdi-arrow-bottom-left:before{content:"\F042"}.mdi-arrow-bottom-left-bold-outline:before{content:"\F9B6"}.mdi-arrow-bottom-left-thick:before{content:"\F9B7"}.mdi-arrow-bottom-right:before{content:"\F043"}.mdi-arrow-bottom-right-bold-outline:before{content:"\F9B8"}.mdi-arrow-bottom-right-thick:before{content:"\F9B9"}.mdi-arrow-collapse:before{content:"\F615"}.mdi-arrow-collapse-all:before{content:"\F044"}.mdi-arrow-collapse-down:before{content:"\F791"}.mdi-arrow-collapse-horizontal:before{content:"\F84B"}.mdi-arrow-collapse-left:before{content:"\F792"}.mdi-arrow-collapse-right:before{content:"\F793"}.mdi-arrow-collapse-up:before{content:"\F794"}.mdi-arrow-collapse-vertical:before{content:"\F84C"}.mdi-arrow-decision:before{content:"\F9BA"}.mdi-arrow-decision-auto:before{content:"\F9BB"}.mdi-arrow-decision-auto-outline:before{content:"\F9BC"}.mdi-arrow-decision-outline:before{content:"\F9BD"}.mdi-arrow-down:before{content:"\F045"}.mdi-arrow-down-bold:before{content:"\F72D"}.mdi-arrow-down-bold-box:before{content:"\F72E"}.mdi-arrow-down-bold-box-outline:before{content:"\F72F"}.mdi-arrow-down-bold-circle:before{content:"\F047"}.mdi-arrow-down-bold-circle-outline:before{content:"\F048"}.mdi-arrow-down-bold-hexagon-outline:before{content:"\F049"}.mdi-arrow-down-bold-outline:before{content:"\F9BE"}.mdi-arrow-down-box:before{content:"\F6BF"}.mdi-arrow-down-circle:before{content:"\FCB7"}.mdi-arrow-down-circle-outline:before{content:"\FCB8"}.mdi-arrow-down-drop-circle:before{content:"\F04A"}.mdi-arrow-down-drop-circle-outline:before{content:"\F04B"}.mdi-arrow-down-thick:before{content:"\F046"}.mdi-arrow-expand:before{content:"\F616"}.mdi-arrow-expand-all:before{content:"\F04C"}.mdi-arrow-expand-down:before{content:"\F795"}.mdi-arrow-expand-horizontal:before{content:"\F84D"}.mdi-arrow-expand-left:before{content:"\F796"}.mdi-arrow-expand-right:before{content:"\F797"}.mdi-arrow-expand-up:before{content:"\F798"}.mdi-arrow-expand-vertical:before{content:"\F84E"}.mdi-arrow-left:before{content:"\F04D"}.mdi-arrow-left-bold:before{content:"\F730"}.mdi-arrow-left-bold-box:before{content:"\F731"}.mdi-arrow-left-bold-box-outline:before{content:"\F732"}.mdi-arrow-left-bold-circle:before{content:"\F04F"}.mdi-arrow-left-bold-circle-outline:before{content:"\F050"}.mdi-arrow-left-bold-hexagon-outline:before{content:"\F051"}.mdi-arrow-left-bold-outline:before{content:"\F9BF"}.mdi-arrow-left-box:before{content:"\F6C0"}.mdi-arrow-left-circle:before{content:"\FCB9"}.mdi-arrow-left-circle-outline:before{content:"\FCBA"}.mdi-arrow-left-drop-circle:before{content:"\F052"}.mdi-arrow-left-drop-circle-outline:before{content:"\F053"}.mdi-arrow-left-right-bold-outline:before{content:"\F9C0"}.mdi-arrow-left-thick:before{content:"\F04E"}.mdi-arrow-right:before{content:"\F054"}.mdi-arrow-right-bold:before{content:"\F733"}.mdi-arrow-right-bold-box:before{content:"\F734"}.mdi-arrow-right-bold-box-outline:before{content:"\F735"}.mdi-arrow-right-bold-circle:before{content:"\F056"}.mdi-arrow-right-bold-circle-outline:before{content:"\F057"}.mdi-arrow-right-bold-hexagon-outline:before{content:"\F058"}.mdi-arrow-right-bold-outline:before{content:"\F9C1"}.mdi-arrow-right-box:before{content:"\F6C1"}.mdi-arrow-right-circle:before{content:"\FCBB"}.mdi-arrow-right-circle-outline:before{content:"\FCBC"}.mdi-arrow-right-drop-circle:before{content:"\F059"}.mdi-arrow-right-drop-circle-outline:before{content:"\F05A"}.mdi-arrow-right-thick:before{content:"\F055"}.mdi-arrow-split-horizontal:before{content:"\F93A"}.mdi-arrow-split-vertical:before{content:"\F93B"}.mdi-arrow-top-left:before{content:"\F05B"}.mdi-arrow-top-left-bold-outline:before{content:"\F9C2"}.mdi-arrow-top-left-thick:before{content:"\F9C3"}.mdi-arrow-top-right:before{content:"\F05C"}.mdi-arrow-top-right-bold-outline:before{content:"\F9C4"}.mdi-arrow-top-right-thick:before{content:"\F9C5"}.mdi-arrow-up:before{content:"\F05D"}.mdi-arrow-up-bold:before{content:"\F736"}.mdi-arrow-up-bold-box:before{content:"\F737"}.mdi-arrow-up-bold-box-outline:before{content:"\F738"}.mdi-arrow-up-bold-circle:before{content:"\F05F"}.mdi-arrow-up-bold-circle-outline:before{content:"\F060"}.mdi-arrow-up-bold-hexagon-outline:before{content:"\F061"}.mdi-arrow-up-bold-outline:before{content:"\F9C6"}.mdi-arrow-up-box:before{content:"\F6C2"}.mdi-arrow-up-circle:before{content:"\FCBD"}.mdi-arrow-up-circle-outline:before{content:"\FCBE"}.mdi-arrow-up-down-bold-outline:before{content:"\F9C7"}.mdi-arrow-up-drop-circle:before{content:"\F062"}.mdi-arrow-up-drop-circle-outline:before{content:"\F063"}.mdi-arrow-up-thick:before{content:"\F05E"}.mdi-artist:before{content:"\F802"}.mdi-artist-outline:before{content:"\FCC5"}.mdi-artstation:before{content:"\FB37"}.mdi-aspect-ratio:before{content:"\FA23"}.mdi-assistant:before{content:"\F064"}.mdi-asterisk:before{content:"\F6C3"}.mdi-at:before{content:"\F065"}.mdi-atlassian:before{content:"\F803"}.mdi-atm:before{content:"\FD23"}.mdi-atom:before{content:"\F767"}.mdi-attachment:before{content:"\F066"}.mdi-audio-video:before{content:"\F93C"}.mdi-audiobook:before{content:"\F067"}.mdi-augmented-reality:before{content:"\F84F"}.mdi-auto-fix:before{content:"\F068"}.mdi-auto-upload:before{content:"\F069"}.mdi-autorenew:before{content:"\F06A"}.mdi-av-timer:before{content:"\F06B"}.mdi-aws:before{content:"\FDF2"}.mdi-axe:before{content:"\F8C7"}.mdi-axis:before{content:"\FD24"}.mdi-axis-arrow:before{content:"\FD25"}.mdi-axis-arrow-lock:before{content:"\FD26"}.mdi-axis-lock:before{content:"\FD27"}.mdi-axis-x-arrow:before{content:"\FD28"}.mdi-axis-x-arrow-lock:before{content:"\FD29"}.mdi-axis-x-rotate-clockwise:before{content:"\FD2A"}.mdi-axis-x-rotate-counterclockwise:before{content:"\FD2B"}.mdi-axis-x-y-arrow-lock:before{content:"\FD2C"}.mdi-axis-y-arrow:before{content:"\FD2D"}.mdi-axis-y-arrow-lock:before{content:"\FD2E"}.mdi-axis-y-rotate-clockwise:before{content:"\FD2F"}.mdi-axis-y-rotate-counterclockwise:before{content:"\FD30"}.mdi-axis-z-arrow:before{content:"\FD31"}.mdi-axis-z-arrow-lock:before{content:"\FD32"}.mdi-axis-z-rotate-clockwise:before{content:"\FD33"}.mdi-axis-z-rotate-counterclockwise:before{content:"\FD34"}.mdi-azure:before{content:"\F804"}.mdi-babel:before{content:"\FA24"}.mdi-baby:before{content:"\F06C"}.mdi-baby-buggy:before{content:"\F68E"}.mdi-backburger:before{content:"\F06D"}.mdi-backspace:before{content:"\F06E"}.mdi-backspace-outline:before{content:"\FB38"}.mdi-backup-restore:before{content:"\F06F"}.mdi-badminton:before{content:"\F850"}.mdi-bag-personal:before{content:"\FDF3"}.mdi-bag-personal-off:before{content:"\FDF4"}.mdi-bag-personal-off-outline:before{content:"\FDF5"}.mdi-bag-personal-outline:before{content:"\FDF6"}.mdi-balloon:before{content:"\FA25"}.mdi-ballot:before{content:"\F9C8"}.mdi-ballot-outline:before{content:"\F9C9"}.mdi-ballot-recount:before{content:"\FC15"}.mdi-ballot-recount-outline:before{content:"\FC16"}.mdi-bandage:before{content:"\FD8B"}.mdi-bandcamp:before{content:"\F674"}.mdi-bank:before{content:"\F070"}.mdi-bank-minus:before{content:"\FD8C"}.mdi-bank-plus:before{content:"\FD8D"}.mdi-bank-remove:before{content:"\FD8E"}.mdi-bank-transfer:before{content:"\FA26"}.mdi-bank-transfer-in:before{content:"\FA27"}.mdi-bank-transfer-out:before{content:"\FA28"}.mdi-barcode:before{content:"\F071"}.mdi-barcode-scan:before{content:"\F072"}.mdi-barley:before{content:"\F073"}.mdi-barley-off:before{content:"\FB39"}.mdi-barn:before{content:"\FB3A"}.mdi-barrel:before{content:"\F074"}.mdi-baseball:before{content:"\F851"}.mdi-baseball-bat:before{content:"\F852"}.mdi-basecamp:before{content:"\F075"}.mdi-basket:before{content:"\F076"}.mdi-basket-fill:before{content:"\F077"}.mdi-basket-unfill:before{content:"\F078"}.mdi-basketball:before{content:"\F805"}.mdi-basketball-hoop:before{content:"\FC17"}.mdi-basketball-hoop-outline:before{content:"\FC18"}.mdi-bat:before{content:"\FB3B"}.mdi-battery:before{content:"\F079"}.mdi-battery-10:before{content:"\F07A"}.mdi-battery-10-bluetooth:before{content:"\F93D"}.mdi-battery-20:before{content:"\F07B"}.mdi-battery-20-bluetooth:before{content:"\F93E"}.mdi-battery-30:before{content:"\F07C"}.mdi-battery-30-bluetooth:before{content:"\F93F"}.mdi-battery-40:before{content:"\F07D"}.mdi-battery-40-bluetooth:before{content:"\F940"}.mdi-battery-50:before{content:"\F07E"}.mdi-battery-50-bluetooth:before{content:"\F941"}.mdi-battery-60:before{content:"\F07F"}.mdi-battery-60-bluetooth:before{content:"\F942"}.mdi-battery-70:before{content:"\F080"}.mdi-battery-70-bluetooth:before{content:"\F943"}.mdi-battery-80:before{content:"\F081"}.mdi-battery-80-bluetooth:before{content:"\F944"}.mdi-battery-90:before{content:"\F082"}.mdi-battery-90-bluetooth:before{content:"\F945"}.mdi-battery-alert:before{content:"\F083"}.mdi-battery-alert-bluetooth:before{content:"\F946"}.mdi-battery-bluetooth:before{content:"\F947"}.mdi-battery-bluetooth-variant:before{content:"\F948"}.mdi-battery-charging:before{content:"\F084"}.mdi-battery-charging-10:before{content:"\F89B"}.mdi-battery-charging-100:before{content:"\F085"}.mdi-battery-charging-20:before{content:"\F086"}.mdi-battery-charging-30:before{content:"\F087"}.mdi-battery-charging-40:before{content:"\F088"}.mdi-battery-charging-50:before{content:"\F89C"}.mdi-battery-charging-60:before{content:"\F089"}.mdi-battery-charging-70:before{content:"\F89D"}.mdi-battery-charging-80:before{content:"\F08A"}.mdi-battery-charging-90:before{content:"\F08B"}.mdi-battery-charging-outline:before{content:"\F89E"}.mdi-battery-charging-wireless:before{content:"\F806"}.mdi-battery-charging-wireless-10:before{content:"\F807"}.mdi-battery-charging-wireless-20:before{content:"\F808"}.mdi-battery-charging-wireless-30:before{content:"\F809"}.mdi-battery-charging-wireless-40:before{content:"\F80A"}.mdi-battery-charging-wireless-50:before{content:"\F80B"}.mdi-battery-charging-wireless-60:before{content:"\F80C"}.mdi-battery-charging-wireless-70:before{content:"\F80D"}.mdi-battery-charging-wireless-80:before{content:"\F80E"}.mdi-battery-charging-wireless-90:before{content:"\F80F"}.mdi-battery-charging-wireless-alert:before{content:"\F810"}.mdi-battery-charging-wireless-outline:before{content:"\F811"}.mdi-battery-minus:before{content:"\F08C"}.mdi-battery-negative:before{content:"\F08D"}.mdi-battery-outline:before{content:"\F08E"}.mdi-battery-plus:before{content:"\F08F"}.mdi-battery-positive:before{content:"\F090"}.mdi-battery-unknown:before{content:"\F091"}.mdi-battery-unknown-bluetooth:before{content:"\F949"}.mdi-battlenet:before{content:"\FB3C"}.mdi-beach:before{content:"\F092"}.mdi-beaker:before{content:"\FCC6"}.mdi-beaker-outline:before{content:"\F68F"}.mdi-beats:before{content:"\F097"}.mdi-bed-empty:before{content:"\F89F"}.mdi-beer:before{content:"\F098"}.mdi-behance:before{content:"\F099"}.mdi-bell:before{content:"\F09A"}.mdi-bell-alert:before{content:"\FD35"}.mdi-bell-circle:before{content:"\FD36"}.mdi-bell-circle-outline:before{content:"\FD37"}.mdi-bell-off:before{content:"\F09B"}.mdi-bell-off-outline:before{content:"\FA90"}.mdi-bell-outline:before{content:"\F09C"}.mdi-bell-plus:before{content:"\F09D"}.mdi-bell-plus-outline:before{content:"\FA91"}.mdi-bell-ring:before{content:"\F09E"}.mdi-bell-ring-outline:before{content:"\F09F"}.mdi-bell-sleep:before{content:"\F0A0"}.mdi-bell-sleep-outline:before{content:"\FA92"}.mdi-beta:before{content:"\F0A1"}.mdi-betamax:before{content:"\F9CA"}.mdi-biathlon:before{content:"\FDF7"}.mdi-bible:before{content:"\F0A2"}.mdi-bike:before{content:"\F0A3"}.mdi-billiards:before{content:"\FB3D"}.mdi-billiards-rack:before{content:"\FB3E"}.mdi-bing:before{content:"\F0A4"}.mdi-binoculars:before{content:"\F0A5"}.mdi-bio:before{content:"\F0A6"}.mdi-biohazard:before{content:"\F0A7"}.mdi-bitbucket:before{content:"\F0A8"}.mdi-bitcoin:before{content:"\F812"}.mdi-black-mesa:before{content:"\F0A9"}.mdi-blackberry:before{content:"\F0AA"}.mdi-blender:before{content:"\FCC7"}.mdi-blender-software:before{content:"\F0AB"}.mdi-blinds:before{content:"\F0AC"}.mdi-block-helper:before{content:"\F0AD"}.mdi-blogger:before{content:"\F0AE"}.mdi-blood-bag:before{content:"\FCC8"}.mdi-bluetooth:before{content:"\F0AF"}.mdi-bluetooth-audio:before{content:"\F0B0"}.mdi-bluetooth-connect:before{content:"\F0B1"}.mdi-bluetooth-off:before{content:"\F0B2"}.mdi-bluetooth-settings:before{content:"\F0B3"}.mdi-bluetooth-transfer:before{content:"\F0B4"}.mdi-blur:before{content:"\F0B5"}.mdi-blur-linear:before{content:"\F0B6"}.mdi-blur-off:before{content:"\F0B7"}.mdi-blur-radial:before{content:"\F0B8"}.mdi-bolnisi-cross:before{content:"\FCC9"}.mdi-bolt:before{content:"\FD8F"}.mdi-bomb:before{content:"\F690"}.mdi-bomb-off:before{content:"\F6C4"}.mdi-bone:before{content:"\F0B9"}.mdi-book:before{content:"\F0BA"}.mdi-book-lock:before{content:"\F799"}.mdi-book-lock-open:before{content:"\F79A"}.mdi-book-minus:before{content:"\F5D9"}.mdi-book-multiple:before{content:"\F0BB"}.mdi-book-multiple-minus:before{content:"\FA93"}.mdi-book-multiple-plus:before{content:"\FA94"}.mdi-book-multiple-remove:before{content:"\FA95"}.mdi-book-multiple-variant:before{content:"\F0BC"}.mdi-book-open:before{content:"\F0BD"}.mdi-book-open-outline:before{content:"\FB3F"}.mdi-book-open-page-variant:before{content:"\F5DA"}.mdi-book-open-variant:before{content:"\F0BE"}.mdi-book-outline:before{content:"\FB40"}.mdi-book-plus:before{content:"\F5DB"}.mdi-book-remove:before{content:"\FA96"}.mdi-book-variant:before{content:"\F0BF"}.mdi-bookmark:before{content:"\F0C0"}.mdi-bookmark-check:before{content:"\F0C1"}.mdi-bookmark-minus:before{content:"\F9CB"}.mdi-bookmark-minus-outline:before{content:"\F9CC"}.mdi-bookmark-multiple:before{content:"\FDF8"}.mdi-bookmark-multiple-outline:before{content:"\FDF9"}.mdi-bookmark-music:before{content:"\F0C2"}.mdi-bookmark-off:before{content:"\F9CD"}.mdi-bookmark-off-outline:before{content:"\F9CE"}.mdi-bookmark-outline:before{content:"\F0C3"}.mdi-bookmark-plus:before{content:"\F0C5"}.mdi-bookmark-plus-outline:before{content:"\F0C4"}.mdi-bookmark-remove:before{content:"\F0C6"}.mdi-boombox:before{content:"\F5DC"}.mdi-bootstrap:before{content:"\F6C5"}.mdi-border-all:before{content:"\F0C7"}.mdi-border-all-variant:before{content:"\F8A0"}.mdi-border-bottom:before{content:"\F0C8"}.mdi-border-bottom-variant:before{content:"\F8A1"}.mdi-border-color:before{content:"\F0C9"}.mdi-border-horizontal:before{content:"\F0CA"}.mdi-border-inside:before{content:"\F0CB"}.mdi-border-left:before{content:"\F0CC"}.mdi-border-left-variant:before{content:"\F8A2"}.mdi-border-none:before{content:"\F0CD"}.mdi-border-none-variant:before{content:"\F8A3"}.mdi-border-outside:before{content:"\F0CE"}.mdi-border-right:before{content:"\F0CF"}.mdi-border-right-variant:before{content:"\F8A4"}.mdi-border-style:before{content:"\F0D0"}.mdi-border-top:before{content:"\F0D1"}.mdi-border-top-variant:before{content:"\F8A5"}.mdi-border-vertical:before{content:"\F0D2"}.mdi-bottle-wine:before{content:"\F853"}.mdi-bow-tie:before{content:"\F677"}.mdi-bowl:before{content:"\F617"}.mdi-bowling:before{content:"\F0D3"}.mdi-box:before{content:"\F0D4"}.mdi-box-cutter:before{content:"\F0D5"}.mdi-box-shadow:before{content:"\F637"}.mdi-boxing-glove:before{content:"\FB41"}.mdi-braille:before{content:"\F9CF"}.mdi-brain:before{content:"\F9D0"}.mdi-bread-slice:before{content:"\FCCA"}.mdi-bread-slice-outline:before{content:"\FCCB"}.mdi-bridge:before{content:"\F618"}.mdi-briefcase:before{content:"\F0D6"}.mdi-briefcase-account:before{content:"\FCCC"}.mdi-briefcase-account-outline:before{content:"\FCCD"}.mdi-briefcase-check:before{content:"\F0D7"}.mdi-briefcase-download:before{content:"\F0D8"}.mdi-briefcase-download-outline:before{content:"\FC19"}.mdi-briefcase-edit:before{content:"\FA97"}.mdi-briefcase-edit-outline:before{content:"\FC1A"}.mdi-briefcase-minus:before{content:"\FA29"}.mdi-briefcase-minus-outline:before{content:"\FC1B"}.mdi-briefcase-outline:before{content:"\F813"}.mdi-briefcase-plus:before{content:"\FA2A"}.mdi-briefcase-plus-outline:before{content:"\FC1C"}.mdi-briefcase-remove:before{content:"\FA2B"}.mdi-briefcase-remove-outline:before{content:"\FC1D"}.mdi-briefcase-search:before{content:"\FA2C"}.mdi-briefcase-search-outline:before{content:"\FC1E"}.mdi-briefcase-upload:before{content:"\F0D9"}.mdi-briefcase-upload-outline:before{content:"\FC1F"}.mdi-brightness-1:before{content:"\F0DA"}.mdi-brightness-2:before{content:"\F0DB"}.mdi-brightness-3:before{content:"\F0DC"}.mdi-brightness-4:before{content:"\F0DD"}.mdi-brightness-5:before{content:"\F0DE"}.mdi-brightness-6:before{content:"\F0DF"}.mdi-brightness-7:before{content:"\F0E0"}.mdi-brightness-auto:before{content:"\F0E1"}.mdi-brightness-percent:before{content:"\FCCE"}.mdi-broom:before{content:"\F0E2"}.mdi-brush:before{content:"\F0E3"}.mdi-buddhism:before{content:"\F94A"}.mdi-buffer:before{content:"\F619"}.mdi-bug:before{content:"\F0E4"}.mdi-bug-check:before{content:"\FA2D"}.mdi-bug-check-outline:before{content:"\FA2E"}.mdi-bug-outline:before{content:"\FA2F"}.mdi-bugle:before{content:"\FD90"}.mdi-bulldozer:before{content:"\FB07"}.mdi-bullet:before{content:"\FCCF"}.mdi-bulletin-board:before{content:"\F0E5"}.mdi-bullhorn:before{content:"\F0E6"}.mdi-bullhorn-outline:before{content:"\FB08"}.mdi-bullseye:before{content:"\F5DD"}.mdi-bullseye-arrow:before{content:"\F8C8"}.mdi-bus:before{content:"\F0E7"}.mdi-bus-alert:before{content:"\FA98"}.mdi-bus-articulated-end:before{content:"\F79B"}.mdi-bus-articulated-front:before{content:"\F79C"}.mdi-bus-clock:before{content:"\F8C9"}.mdi-bus-double-decker:before{content:"\F79D"}.mdi-bus-school:before{content:"\F79E"}.mdi-bus-side:before{content:"\F79F"}.mdi-cached:before{content:"\F0E8"}.mdi-cactus:before{content:"\FD91"}.mdi-cake:before{content:"\F0E9"}.mdi-cake-layered:before{content:"\F0EA"}.mdi-cake-variant:before{content:"\F0EB"}.mdi-calculator:before{content:"\F0EC"}.mdi-calculator-variant:before{content:"\FA99"}.mdi-calendar:before{content:"\F0ED"}.mdi-calendar-alert:before{content:"\FA30"}.mdi-calendar-blank:before{content:"\F0EE"}.mdi-calendar-blank-outline:before{content:"\FB42"}.mdi-calendar-check:before{content:"\F0EF"}.mdi-calendar-check-outline:before{content:"\FC20"}.mdi-calendar-clock:before{content:"\F0F0"}.mdi-calendar-edit:before{content:"\F8A6"}.mdi-calendar-export:before{content:"\FB09"}.mdi-calendar-heart:before{content:"\F9D1"}.mdi-calendar-import:before{content:"\FB0A"}.mdi-calendar-minus:before{content:"\FD38"}.mdi-calendar-month:before{content:"\FDFA"}.mdi-calendar-month-outline:before{content:"\FDFB"}.mdi-calendar-multiple:before{content:"\F0F1"}.mdi-calendar-multiple-check:before{content:"\F0F2"}.mdi-calendar-multiselect:before{content:"\FA31"}.mdi-calendar-outline:before{content:"\FB43"}.mdi-calendar-plus:before{content:"\F0F3"}.mdi-calendar-question:before{content:"\F691"}.mdi-calendar-range:before{content:"\F678"}.mdi-calendar-range-outline:before{content:"\FB44"}.mdi-calendar-remove:before{content:"\F0F4"}.mdi-calendar-remove-outline:before{content:"\FC21"}.mdi-calendar-search:before{content:"\F94B"}.mdi-calendar-star:before{content:"\F9D2"}.mdi-calendar-text:before{content:"\F0F5"}.mdi-calendar-text-outline:before{content:"\FC22"}.mdi-calendar-today:before{content:"\F0F6"}.mdi-calendar-week:before{content:"\FA32"}.mdi-calendar-week-begin:before{content:"\FA33"}.mdi-call-made:before{content:"\F0F7"}.mdi-call-merge:before{content:"\F0F8"}.mdi-call-missed:before{content:"\F0F9"}.mdi-call-received:before{content:"\F0FA"}.mdi-call-split:before{content:"\F0FB"}.mdi-camcorder:before{content:"\F0FC"}.mdi-camcorder-box:before{content:"\F0FD"}.mdi-camcorder-box-off:before{content:"\F0FE"}.mdi-camcorder-off:before{content:"\F0FF"}.mdi-camera:before{content:"\F100"}.mdi-camera-account:before{content:"\F8CA"}.mdi-camera-burst:before{content:"\F692"}.mdi-camera-control:before{content:"\FB45"}.mdi-camera-enhance:before{content:"\F101"}.mdi-camera-enhance-outline:before{content:"\FB46"}.mdi-camera-front:before{content:"\F102"}.mdi-camera-front-variant:before{content:"\F103"}.mdi-camera-gopro:before{content:"\F7A0"}.mdi-camera-image:before{content:"\F8CB"}.mdi-camera-iris:before{content:"\F104"}.mdi-camera-metering-center:before{content:"\F7A1"}.mdi-camera-metering-matrix:before{content:"\F7A2"}.mdi-camera-metering-partial:before{content:"\F7A3"}.mdi-camera-metering-spot:before{content:"\F7A4"}.mdi-camera-off:before{content:"\F5DF"}.mdi-camera-outline:before{content:"\FD39"}.mdi-camera-party-mode:before{content:"\F105"}.mdi-camera-rear:before{content:"\F106"}.mdi-camera-rear-variant:before{content:"\F107"}.mdi-camera-retake:before{content:"\FDFC"}.mdi-camera-retake-outline:before{content:"\FDFD"}.mdi-camera-switch:before{content:"\F108"}.mdi-camera-timer:before{content:"\F109"}.mdi-camera-wireless:before{content:"\FD92"}.mdi-camera-wireless-outline:before{content:"\FD93"}.mdi-cancel:before{content:"\F739"}.mdi-candle:before{content:"\F5E2"}.mdi-candycane:before{content:"\F10A"}.mdi-cannabis:before{content:"\F7A5"}.mdi-caps-lock:before{content:"\FA9A"}.mdi-car:before{content:"\F10B"}.mdi-car-back:before{content:"\FDFE"}.mdi-car-battery:before{content:"\F10C"}.mdi-car-brake-abs:before{content:"\FC23"}.mdi-car-brake-alert:before{content:"\FC24"}.mdi-car-brake-hold:before{content:"\FD3A"}.mdi-car-brake-parking:before{content:"\FD3B"}.mdi-car-connected:before{content:"\F10D"}.mdi-car-convertible:before{content:"\F7A6"}.mdi-car-cruise-control:before{content:"\FD3C"}.mdi-car-defrost-front:before{content:"\FD3D"}.mdi-car-defrost-rear:before{content:"\FD3E"}.mdi-car-door:before{content:"\FB47"}.mdi-car-electric:before{content:"\FB48"}.mdi-car-esp:before{content:"\FC25"}.mdi-car-estate:before{content:"\F7A7"}.mdi-car-hatchback:before{content:"\F7A8"}.mdi-car-key:before{content:"\FB49"}.mdi-car-light-dimmed:before{content:"\FC26"}.mdi-car-light-fog:before{content:"\FC27"}.mdi-car-light-high:before{content:"\FC28"}.mdi-car-limousine:before{content:"\F8CC"}.mdi-car-multiple:before{content:"\FB4A"}.mdi-car-off:before{content:"\FDFF"}.mdi-car-parking-lights:before{content:"\FD3F"}.mdi-car-pickup:before{content:"\F7A9"}.mdi-car-side:before{content:"\F7AA"}.mdi-car-sports:before{content:"\F7AB"}.mdi-car-tire-alert:before{content:"\FC29"}.mdi-car-traction-control:before{content:"\FD40"}.mdi-car-wash:before{content:"\F10E"}.mdi-caravan:before{content:"\F7AC"}.mdi-card:before{content:"\FB4B"}.mdi-card-bulleted:before{content:"\FB4C"}.mdi-card-bulleted-off:before{content:"\FB4D"}.mdi-card-bulleted-off-outline:before{content:"\FB4E"}.mdi-card-bulleted-outline:before{content:"\FB4F"}.mdi-card-bulleted-settings:before{content:"\FB50"}.mdi-card-bulleted-settings-outline:before{content:"\FB51"}.mdi-card-outline:before{content:"\FB52"}.mdi-card-text:before{content:"\FB53"}.mdi-card-text-outline:before{content:"\FB54"}.mdi-cards:before{content:"\F638"}.mdi-cards-club:before{content:"\F8CD"}.mdi-cards-diamond:before{content:"\F8CE"}.mdi-cards-heart:before{content:"\F8CF"}.mdi-cards-outline:before{content:"\F639"}.mdi-cards-playing-outline:before{content:"\F63A"}.mdi-cards-spade:before{content:"\F8D0"}.mdi-cards-variant:before{content:"\F6C6"}.mdi-carrot:before{content:"\F10F"}.mdi-carry-on-bag-check:before{content:"\FD41"}.mdi-cart:before{content:"\F110"}.mdi-cart-arrow-down:before{content:"\FD42"}.mdi-cart-arrow-right:before{content:"\FC2A"}.mdi-cart-arrow-up:before{content:"\FD43"}.mdi-cart-minus:before{content:"\FD44"}.mdi-cart-off:before{content:"\F66B"}.mdi-cart-outline:before{content:"\F111"}.mdi-cart-plus:before{content:"\F112"}.mdi-cart-remove:before{content:"\FD45"}.mdi-case-sensitive-alt:before{content:"\F113"}.mdi-cash:before{content:"\F114"}.mdi-cash-100:before{content:"\F115"}.mdi-cash-marker:before{content:"\FD94"}.mdi-cash-multiple:before{content:"\F116"}.mdi-cash-refund:before{content:"\FA9B"}.mdi-cash-register:before{content:"\FCD0"}.mdi-cash-usd:before{content:"\F117"}.mdi-cassette:before{content:"\F9D3"}.mdi-cast:before{content:"\F118"}.mdi-cast-connected:before{content:"\F119"}.mdi-cast-education:before{content:"\FE6D"}.mdi-cast-off:before{content:"\F789"}.mdi-castle:before{content:"\F11A"}.mdi-cat:before{content:"\F11B"}.mdi-cctv:before{content:"\F7AD"}.mdi-ceiling-light:before{content:"\F768"}.mdi-cellphone:before{content:"\F11C"}.mdi-cellphone-android:before{content:"\F11D"}.mdi-cellphone-arrow-down:before{content:"\F9D4"}.mdi-cellphone-basic:before{content:"\F11E"}.mdi-cellphone-dock:before{content:"\F11F"}.mdi-cellphone-erase:before{content:"\F94C"}.mdi-cellphone-iphone:before{content:"\F120"}.mdi-cellphone-key:before{content:"\F94D"}.mdi-cellphone-link:before{content:"\F121"}.mdi-cellphone-link-off:before{content:"\F122"}.mdi-cellphone-lock:before{content:"\F94E"}.mdi-cellphone-message:before{content:"\F8D2"}.mdi-cellphone-off:before{content:"\F94F"}.mdi-cellphone-screenshot:before{content:"\FA34"}.mdi-cellphone-settings:before{content:"\F123"}.mdi-cellphone-settings-variant:before{content:"\F950"}.mdi-cellphone-sound:before{content:"\F951"}.mdi-cellphone-text:before{content:"\F8D1"}.mdi-cellphone-wireless:before{content:"\F814"}.mdi-celtic-cross:before{content:"\FCD1"}.mdi-certificate:before{content:"\F124"}.mdi-chair-school:before{content:"\F125"}.mdi-charity:before{content:"\FC2B"}.mdi-chart-arc:before{content:"\F126"}.mdi-chart-areaspline:before{content:"\F127"}.mdi-chart-bar:before{content:"\F128"}.mdi-chart-bar-stacked:before{content:"\F769"}.mdi-chart-bell-curve:before{content:"\FC2C"}.mdi-chart-bubble:before{content:"\F5E3"}.mdi-chart-donut:before{content:"\F7AE"}.mdi-chart-donut-variant:before{content:"\F7AF"}.mdi-chart-gantt:before{content:"\F66C"}.mdi-chart-histogram:before{content:"\F129"}.mdi-chart-line:before{content:"\F12A"}.mdi-chart-line-stacked:before{content:"\F76A"}.mdi-chart-line-variant:before{content:"\F7B0"}.mdi-chart-multiline:before{content:"\F8D3"}.mdi-chart-pie:before{content:"\F12B"}.mdi-chart-scatterplot-hexbin:before{content:"\F66D"}.mdi-chart-timeline:before{content:"\F66E"}.mdi-chat:before{content:"\FB55"}.mdi-chat-alert:before{content:"\FB56"}.mdi-chat-processing:before{content:"\FB57"}.mdi-check:before{content:"\F12C"}.mdi-check-all:before{content:"\F12D"}.mdi-check-bold:before{content:"\FE6E"}.mdi-check-box-multiple-outline:before{content:"\FC2D"}.mdi-check-box-outline:before{content:"\FC2E"}.mdi-check-circle:before{content:"\F5E0"}.mdi-check-circle-outline:before{content:"\F5E1"}.mdi-check-decagram:before{content:"\F790"}.mdi-check-network:before{content:"\FC2F"}.mdi-check-network-outline:before{content:"\FC30"}.mdi-check-outline:before{content:"\F854"}.mdi-check-underline:before{content:"\FE70"}.mdi-check-underline-circle:before{content:"\FE71"}.mdi-check-underline-circle-outline:before{content:"\FE72"}.mdi-checkbook:before{content:"\FA9C"}.mdi-checkbox-blank:before{content:"\F12E"}.mdi-checkbox-blank-circle:before{content:"\F12F"}.mdi-checkbox-blank-circle-outline:before{content:"\F130"}.mdi-checkbox-blank-outline:before{content:"\F131"}.mdi-checkbox-intermediate:before{content:"\F855"}.mdi-checkbox-marked:before{content:"\F132"}.mdi-checkbox-marked-circle:before{content:"\F133"}.mdi-checkbox-marked-circle-outline:before{content:"\F134"}.mdi-checkbox-marked-outline:before{content:"\F135"}.mdi-checkbox-multiple-blank:before{content:"\F136"}.mdi-checkbox-multiple-blank-circle:before{content:"\F63B"}.mdi-checkbox-multiple-blank-circle-outline:before{content:"\F63C"}.mdi-checkbox-multiple-blank-outline:before{content:"\F137"}.mdi-checkbox-multiple-marked:before{content:"\F138"}.mdi-checkbox-multiple-marked-circle:before{content:"\F63D"}.mdi-checkbox-multiple-marked-circle-outline:before{content:"\F63E"}.mdi-checkbox-multiple-marked-outline:before{content:"\F139"}.mdi-checkerboard:before{content:"\F13A"}.mdi-chef-hat:before{content:"\FB58"}.mdi-chemical-weapon:before{content:"\F13B"}.mdi-chess-bishop:before{content:"\F85B"}.mdi-chess-king:before{content:"\F856"}.mdi-chess-knight:before{content:"\F857"}.mdi-chess-pawn:before{content:"\F858"}.mdi-chess-queen:before{content:"\F859"}.mdi-chess-rook:before{content:"\F85A"}.mdi-chevron-double-down:before{content:"\F13C"}.mdi-chevron-double-left:before{content:"\F13D"}.mdi-chevron-double-right:before{content:"\F13E"}.mdi-chevron-double-up:before{content:"\F13F"}.mdi-chevron-down:before{content:"\F140"}.mdi-chevron-down-box:before{content:"\F9D5"}.mdi-chevron-down-box-outline:before{content:"\F9D6"}.mdi-chevron-down-circle:before{content:"\FB0B"}.mdi-chevron-down-circle-outline:before{content:"\FB0C"}.mdi-chevron-left:before{content:"\F141"}.mdi-chevron-left-box:before{content:"\F9D7"}.mdi-chevron-left-box-outline:before{content:"\F9D8"}.mdi-chevron-left-circle:before{content:"\FB0D"}.mdi-chevron-left-circle-outline:before{content:"\FB0E"}.mdi-chevron-right:before{content:"\F142"}.mdi-chevron-right-box:before{content:"\F9D9"}.mdi-chevron-right-box-outline:before{content:"\F9DA"}.mdi-chevron-right-circle:before{content:"\FB0F"}.mdi-chevron-right-circle-outline:before{content:"\FB10"}.mdi-chevron-triple-down:before{content:"\FD95"}.mdi-chevron-triple-left:before{content:"\FD96"}.mdi-chevron-triple-right:before{content:"\FD97"}.mdi-chevron-triple-up:before{content:"\FD98"}.mdi-chevron-up:before{content:"\F143"}.mdi-chevron-up-box:before{content:"\F9DB"}.mdi-chevron-up-box-outline:before{content:"\F9DC"}.mdi-chevron-up-circle:before{content:"\FB11"}.mdi-chevron-up-circle-outline:before{content:"\FB12"}.mdi-chili-hot:before{content:"\F7B1"}.mdi-chili-medium:before{content:"\F7B2"}.mdi-chili-mild:before{content:"\F7B3"}.mdi-chip:before{content:"\F61A"}.mdi-christianity:before{content:"\F952"}.mdi-christianity-outline:before{content:"\FCD2"}.mdi-church:before{content:"\F144"}.mdi-circle:before{content:"\F764"}.mdi-circle-edit-outline:before{content:"\F8D4"}.mdi-circle-medium:before{content:"\F9DD"}.mdi-circle-outline:before{content:"\F765"}.mdi-circle-slice-1:before{content:"\FA9D"}.mdi-circle-slice-2:before{content:"\FA9E"}.mdi-circle-slice-3:before{content:"\FA9F"}.mdi-circle-slice-4:before{content:"\FAA0"}.mdi-circle-slice-5:before{content:"\FAA1"}.mdi-circle-slice-6:before{content:"\FAA2"}.mdi-circle-slice-7:before{content:"\FAA3"}.mdi-circle-slice-8:before{content:"\FAA4"}.mdi-circle-small:before{content:"\F9DE"}.mdi-circular-saw:before{content:"\FE73"}.mdi-cisco-webex:before{content:"\F145"}.mdi-city:before{content:"\F146"}.mdi-city-variant:before{content:"\FA35"}.mdi-city-variant-outline:before{content:"\FA36"}.mdi-clipboard:before{content:"\F147"}.mdi-clipboard-account:before{content:"\F148"}.mdi-clipboard-account-outline:before{content:"\FC31"}.mdi-clipboard-alert:before{content:"\F149"}.mdi-clipboard-alert-outline:before{content:"\FCD3"}.mdi-clipboard-arrow-down:before{content:"\F14A"}.mdi-clipboard-arrow-down-outline:before{content:"\FC32"}.mdi-clipboard-arrow-left:before{content:"\F14B"}.mdi-clipboard-arrow-left-outline:before{content:"\FCD4"}.mdi-clipboard-arrow-right:before{content:"\FCD5"}.mdi-clipboard-arrow-right-outline:before{content:"\FCD6"}.mdi-clipboard-arrow-up:before{content:"\FC33"}.mdi-clipboard-arrow-up-outline:before{content:"\FC34"}.mdi-clipboard-check:before{content:"\F14C"}.mdi-clipboard-check-outline:before{content:"\F8A7"}.mdi-clipboard-flow:before{content:"\F6C7"}.mdi-clipboard-outline:before{content:"\F14D"}.mdi-clipboard-play:before{content:"\FC35"}.mdi-clipboard-play-outline:before{content:"\FC36"}.mdi-clipboard-plus:before{content:"\F750"}.mdi-clipboard-pulse:before{content:"\F85C"}.mdi-clipboard-pulse-outline:before{content:"\F85D"}.mdi-clipboard-text:before{content:"\F14E"}.mdi-clipboard-text-outline:before{content:"\FA37"}.mdi-clipboard-text-play:before{content:"\FC37"}.mdi-clipboard-text-play-outline:before{content:"\FC38"}.mdi-clippy:before{content:"\F14F"}.mdi-clock:before{content:"\F953"}.mdi-clock-alert:before{content:"\F954"}.mdi-clock-alert-outline:before{content:"\F5CE"}.mdi-clock-end:before{content:"\F151"}.mdi-clock-fast:before{content:"\F152"}.mdi-clock-in:before{content:"\F153"}.mdi-clock-out:before{content:"\F154"}.mdi-clock-outline:before{content:"\F150"}.mdi-clock-start:before{content:"\F155"}.mdi-close:before{content:"\F156"}.mdi-close-box:before{content:"\F157"}.mdi-close-box-multiple:before{content:"\FC39"}.mdi-close-box-multiple-outline:before{content:"\FC3A"}.mdi-close-box-outline:before{content:"\F158"}.mdi-close-circle:before{content:"\F159"}.mdi-close-circle-outline:before{content:"\F15A"}.mdi-close-network:before{content:"\F15B"}.mdi-close-network-outline:before{content:"\FC3B"}.mdi-close-octagon:before{content:"\F15C"}.mdi-close-octagon-outline:before{content:"\F15D"}.mdi-close-outline:before{content:"\F6C8"}.mdi-closed-caption:before{content:"\F15E"}.mdi-closed-caption-outline:before{content:"\FD99"}.mdi-cloud:before{content:"\F15F"}.mdi-cloud-alert:before{content:"\F9DF"}.mdi-cloud-braces:before{content:"\F7B4"}.mdi-cloud-check:before{content:"\F160"}.mdi-cloud-circle:before{content:"\F161"}.mdi-cloud-download:before{content:"\F162"}.mdi-cloud-download-outline:before{content:"\FB59"}.mdi-cloud-off-outline:before{content:"\F164"}.mdi-cloud-outline:before{content:"\F163"}.mdi-cloud-print:before{content:"\F165"}.mdi-cloud-print-outline:before{content:"\F166"}.mdi-cloud-question:before{content:"\FA38"}.mdi-cloud-search:before{content:"\F955"}.mdi-cloud-search-outline:before{content:"\F956"}.mdi-cloud-sync:before{content:"\F63F"}.mdi-cloud-tags:before{content:"\F7B5"}.mdi-cloud-upload:before{content:"\F167"}.mdi-cloud-upload-outline:before{content:"\FB5A"}.mdi-clover:before{content:"\F815"}.mdi-code-array:before{content:"\F168"}.mdi-code-braces:before{content:"\F169"}.mdi-code-brackets:before{content:"\F16A"}.mdi-code-equal:before{content:"\F16B"}.mdi-code-greater-than:before{content:"\F16C"}.mdi-code-greater-than-or-equal:before{content:"\F16D"}.mdi-code-less-than:before{content:"\F16E"}.mdi-code-less-than-or-equal:before{content:"\F16F"}.mdi-code-not-equal:before{content:"\F170"}.mdi-code-not-equal-variant:before{content:"\F171"}.mdi-code-parentheses:before{content:"\F172"}.mdi-code-string:before{content:"\F173"}.mdi-code-tags:before{content:"\F174"}.mdi-code-tags-check:before{content:"\F693"}.mdi-codepen:before{content:"\F175"}.mdi-coffee:before{content:"\F176"}.mdi-coffee-outline:before{content:"\F6C9"}.mdi-coffee-to-go:before{content:"\F177"}.mdi-coffin:before{content:"\FB5B"}.mdi-cogs:before{content:"\F8D5"}.mdi-coin:before{content:"\F178"}.mdi-coins:before{content:"\F694"}.mdi-collage:before{content:"\F640"}.mdi-collapse-all:before{content:"\FAA5"}.mdi-collapse-all-outline:before{content:"\FAA6"}.mdi-color-helper:before{content:"\F179"}.mdi-comma:before{content:"\FE74"}.mdi-comma-box:before{content:"\FE75"}.mdi-comma-box-outline:before{content:"\FE76"}.mdi-comma-circle:before{content:"\FE77"}.mdi-comma-circle-outline:before{content:"\FE78"}.mdi-comment:before{content:"\F17A"}.mdi-comment-account:before{content:"\F17B"}.mdi-comment-account-outline:before{content:"\F17C"}.mdi-comment-alert:before{content:"\F17D"}.mdi-comment-alert-outline:before{content:"\F17E"}.mdi-comment-arrow-left:before{content:"\F9E0"}.mdi-comment-arrow-left-outline:before{content:"\F9E1"}.mdi-comment-arrow-right:before{content:"\F9E2"}.mdi-comment-arrow-right-outline:before{content:"\F9E3"}.mdi-comment-check:before{content:"\F17F"}.mdi-comment-check-outline:before{content:"\F180"}.mdi-comment-eye:before{content:"\FA39"}.mdi-comment-eye-outline:before{content:"\FA3A"}.mdi-comment-multiple:before{content:"\F85E"}.mdi-comment-multiple-outline:before{content:"\F181"}.mdi-comment-outline:before{content:"\F182"}.mdi-comment-plus:before{content:"\F9E4"}.mdi-comment-plus-outline:before{content:"\F183"}.mdi-comment-processing:before{content:"\F184"}.mdi-comment-processing-outline:before{content:"\F185"}.mdi-comment-question:before{content:"\F816"}.mdi-comment-question-outline:before{content:"\F186"}.mdi-comment-remove:before{content:"\F5DE"}.mdi-comment-remove-outline:before{content:"\F187"}.mdi-comment-search:before{content:"\FA3B"}.mdi-comment-search-outline:before{content:"\FA3C"}.mdi-comment-text:before{content:"\F188"}.mdi-comment-text-multiple:before{content:"\F85F"}.mdi-comment-text-multiple-outline:before{content:"\F860"}.mdi-comment-text-outline:before{content:"\F189"}.mdi-compare:before{content:"\F18A"}.mdi-compass:before{content:"\F18B"}.mdi-compass-off:before{content:"\FB5C"}.mdi-compass-off-outline:before{content:"\FB5D"}.mdi-compass-outline:before{content:"\F18C"}.mdi-console:before{content:"\F18D"}.mdi-console-line:before{content:"\F7B6"}.mdi-console-network:before{content:"\F8A8"}.mdi-console-network-outline:before{content:"\FC3C"}.mdi-contact-mail:before{content:"\F18E"}.mdi-contactless-payment:before{content:"\FD46"}.mdi-contacts:before{content:"\F6CA"}.mdi-contain:before{content:"\FA3D"}.mdi-contain-end:before{content:"\FA3E"}.mdi-contain-start:before{content:"\FA3F"}.mdi-content-copy:before{content:"\F18F"}.mdi-content-cut:before{content:"\F190"}.mdi-content-duplicate:before{content:"\F191"}.mdi-content-paste:before{content:"\F192"}.mdi-content-save:before{content:"\F193"}.mdi-content-save-all:before{content:"\F194"}.mdi-content-save-edit:before{content:"\FCD7"}.mdi-content-save-edit-outline:before{content:"\FCD8"}.mdi-content-save-move:before{content:"\FE79"}.mdi-content-save-move-outline:before{content:"\FE7A"}.mdi-content-save-outline:before{content:"\F817"}.mdi-content-save-settings:before{content:"\F61B"}.mdi-content-save-settings-outline:before{content:"\FB13"}.mdi-contrast:before{content:"\F195"}.mdi-contrast-box:before{content:"\F196"}.mdi-contrast-circle:before{content:"\F197"}.mdi-controller-classic:before{content:"\FB5E"}.mdi-controller-classic-outline:before{content:"\FB5F"}.mdi-cookie:before{content:"\F198"}.mdi-copyright:before{content:"\F5E6"}.mdi-cordova:before{content:"\F957"}.mdi-corn:before{content:"\F7B7"}.mdi-counter:before{content:"\F199"}.mdi-cow:before{content:"\F19A"}.mdi-crane:before{content:"\F861"}.mdi-creation:before{content:"\F1C9"}.mdi-creative-commons:before{content:"\FD47"}.mdi-credit-card:before{content:"\F19B"}.mdi-credit-card-marker:before{content:"\FD9A"}.mdi-credit-card-multiple:before{content:"\F19C"}.mdi-credit-card-off:before{content:"\F5E4"}.mdi-credit-card-plus:before{content:"\F675"}.mdi-credit-card-refund:before{content:"\FAA7"}.mdi-credit-card-scan:before{content:"\F19D"}.mdi-credit-card-settings:before{content:"\F8D6"}.mdi-credit-card-wireless:before{content:"\FD48"}.mdi-cricket:before{content:"\FD49"}.mdi-crop:before{content:"\F19E"}.mdi-crop-free:before{content:"\F19F"}.mdi-crop-landscape:before{content:"\F1A0"}.mdi-crop-portrait:before{content:"\F1A1"}.mdi-crop-rotate:before{content:"\F695"}.mdi-crop-square:before{content:"\F1A2"}.mdi-crosshairs:before{content:"\F1A3"}.mdi-crosshairs-gps:before{content:"\F1A4"}.mdi-crown:before{content:"\F1A5"}.mdi-cryengine:before{content:"\F958"}.mdi-crystal-ball:before{content:"\FB14"}.mdi-cube:before{content:"\F1A6"}.mdi-cube-outline:before{content:"\F1A7"}.mdi-cube-scan:before{content:"\FB60"}.mdi-cube-send:before{content:"\F1A8"}.mdi-cube-unfolded:before{content:"\F1A9"}.mdi-cup:before{content:"\F1AA"}.mdi-cup-off:before{content:"\F5E5"}.mdi-cup-water:before{content:"\F1AB"}.mdi-cupcake:before{content:"\F959"}.mdi-curling:before{content:"\F862"}.mdi-currency-bdt:before{content:"\F863"}.mdi-currency-brl:before{content:"\FB61"}.mdi-currency-btc:before{content:"\F1AC"}.mdi-currency-chf:before{content:"\F7B8"}.mdi-currency-cny:before{content:"\F7B9"}.mdi-currency-eth:before{content:"\F7BA"}.mdi-currency-eur:before{content:"\F1AD"}.mdi-currency-gbp:before{content:"\F1AE"}.mdi-currency-ils:before{content:"\FC3D"}.mdi-currency-inr:before{content:"\F1AF"}.mdi-currency-jpy:before{content:"\F7BB"}.mdi-currency-krw:before{content:"\F7BC"}.mdi-currency-kzt:before{content:"\F864"}.mdi-currency-ngn:before{content:"\F1B0"}.mdi-currency-php:before{content:"\F9E5"}.mdi-currency-rub:before{content:"\F1B1"}.mdi-currency-sign:before{content:"\F7BD"}.mdi-currency-try:before{content:"\F1B2"}.mdi-currency-twd:before{content:"\F7BE"}.mdi-currency-usd:before{content:"\F1B3"}.mdi-currency-usd-off:before{content:"\F679"}.mdi-current-ac:before{content:"\F95A"}.mdi-current-dc:before{content:"\F95B"}.mdi-cursor-default:before{content:"\F1B4"}.mdi-cursor-default-click:before{content:"\FCD9"}.mdi-cursor-default-click-outline:before{content:"\FCDA"}.mdi-cursor-default-outline:before{content:"\F1B5"}.mdi-cursor-move:before{content:"\F1B6"}.mdi-cursor-pointer:before{content:"\F1B7"}.mdi-cursor-text:before{content:"\F5E7"}.mdi-database:before{content:"\F1B8"}.mdi-database-check:before{content:"\FAA8"}.mdi-database-edit:before{content:"\FB62"}.mdi-database-export:before{content:"\F95D"}.mdi-database-import:before{content:"\F95C"}.mdi-database-lock:before{content:"\FAA9"}.mdi-database-minus:before{content:"\F1B9"}.mdi-database-plus:before{content:"\F1BA"}.mdi-database-refresh:before{content:"\FCDB"}.mdi-database-remove:before{content:"\FCDC"}.mdi-database-search:before{content:"\F865"}.mdi-database-settings:before{content:"\FCDD"}.mdi-death-star:before{content:"\F8D7"}.mdi-death-star-variant:before{content:"\F8D8"}.mdi-deathly-hallows:before{content:"\FB63"}.mdi-debian:before{content:"\F8D9"}.mdi-debug-step-into:before{content:"\F1BB"}.mdi-debug-step-out:before{content:"\F1BC"}.mdi-debug-step-over:before{content:"\F1BD"}.mdi-decagram:before{content:"\F76B"}.mdi-decagram-outline:before{content:"\F76C"}.mdi-decimal-decrease:before{content:"\F1BE"}.mdi-decimal-increase:before{content:"\F1BF"}.mdi-delete:before{content:"\F1C0"}.mdi-delete-circle:before{content:"\F682"}.mdi-delete-circle-outline:before{content:"\FB64"}.mdi-delete-empty:before{content:"\F6CB"}.mdi-delete-forever:before{content:"\F5E8"}.mdi-delete-forever-outline:before{content:"\FB65"}.mdi-delete-outline:before{content:"\F9E6"}.mdi-delete-restore:before{content:"\F818"}.mdi-delete-sweep:before{content:"\F5E9"}.mdi-delete-sweep-outline:before{content:"\FC3E"}.mdi-delete-variant:before{content:"\F1C1"}.mdi-delta:before{content:"\F1C2"}.mdi-desk-lamp:before{content:"\F95E"}.mdi-deskphone:before{content:"\F1C3"}.mdi-desktop-classic:before{content:"\F7BF"}.mdi-desktop-mac:before{content:"\F1C4"}.mdi-desktop-mac-dashboard:before{content:"\F9E7"}.mdi-desktop-tower:before{content:"\F1C5"}.mdi-desktop-tower-monitor:before{content:"\FAAA"}.mdi-details:before{content:"\F1C6"}.mdi-dev-to:before{content:"\FD4A"}.mdi-developer-board:before{content:"\F696"}.mdi-deviantart:before{content:"\F1C7"}.mdi-dialpad:before{content:"\F61C"}.mdi-diameter:before{content:"\FC3F"}.mdi-diameter-outline:before{content:"\FC40"}.mdi-diameter-variant:before{content:"\FC41"}.mdi-diamond:before{content:"\FB66"}.mdi-diamond-outline:before{content:"\FB67"}.mdi-diamond-stone:before{content:"\F1C8"}.mdi-dice-1:before{content:"\F1CA"}.mdi-dice-2:before{content:"\F1CB"}.mdi-dice-3:before{content:"\F1CC"}.mdi-dice-4:before{content:"\F1CD"}.mdi-dice-5:before{content:"\F1CE"}.mdi-dice-6:before{content:"\F1CF"}.mdi-dice-d10:before{content:"\F76E"}.mdi-dice-d12:before{content:"\F866"}.mdi-dice-d20:before{content:"\F5EA"}.mdi-dice-d4:before{content:"\F5EB"}.mdi-dice-d6:before{content:"\F5EC"}.mdi-dice-d8:before{content:"\F5ED"}.mdi-dice-multiple:before{content:"\F76D"}.mdi-dictionary:before{content:"\F61D"}.mdi-dip-switch:before{content:"\F7C0"}.mdi-directions:before{content:"\F1D0"}.mdi-directions-fork:before{content:"\F641"}.mdi-disc:before{content:"\F5EE"}.mdi-disc-alert:before{content:"\F1D1"}.mdi-disc-player:before{content:"\F95F"}.mdi-discord:before{content:"\F66F"}.mdi-dishwasher:before{content:"\FAAB"}.mdi-disqus:before{content:"\F1D2"}.mdi-disqus-outline:before{content:"\F1D3"}.mdi-diving-flippers:before{content:"\FD9B"}.mdi-diving-helmet:before{content:"\FD9C"}.mdi-diving-scuba:before{content:"\FD9D"}.mdi-diving-scuba-flag:before{content:"\FD9E"}.mdi-diving-scuba-tank:before{content:"\FD9F"}.mdi-diving-scuba-tank-multiple:before{content:"\FDA0"}.mdi-diving-snorkel:before{content:"\FDA1"}.mdi-division:before{content:"\F1D4"}.mdi-division-box:before{content:"\F1D5"}.mdi-dlna:before{content:"\FA40"}.mdi-dna:before{content:"\F683"}.mdi-dns:before{content:"\F1D6"}.mdi-dns-outline:before{content:"\FB68"}.mdi-do-not-disturb:before{content:"\F697"}.mdi-do-not-disturb-off:before{content:"\F698"}.mdi-docker:before{content:"\F867"}.mdi-doctor:before{content:"\FA41"}.mdi-dog:before{content:"\FA42"}.mdi-dog-service:before{content:"\FAAC"}.mdi-dog-side:before{content:"\FA43"}.mdi-dolby:before{content:"\F6B2"}.mdi-domain:before{content:"\F1D7"}.mdi-domain-off:before{content:"\FD4B"}.mdi-donkey:before{content:"\F7C1"}.mdi-door:before{content:"\F819"}.mdi-door-closed:before{content:"\F81A"}.mdi-door-open:before{content:"\F81B"}.mdi-doorbell-video:before{content:"\F868"}.mdi-dot-net:before{content:"\FAAD"}.mdi-dots-horizontal:before{content:"\F1D8"}.mdi-dots-horizontal-circle:before{content:"\F7C2"}.mdi-dots-horizontal-circle-outline:before{content:"\FB69"}.mdi-dots-vertical:before{content:"\F1D9"}.mdi-dots-vertical-circle:before{content:"\F7C3"}.mdi-dots-vertical-circle-outline:before{content:"\FB6A"}.mdi-douban:before{content:"\F699"}.mdi-download:before{content:"\F1DA"}.mdi-download-multiple:before{content:"\F9E8"}.mdi-download-network:before{content:"\F6F3"}.mdi-download-network-outline:before{content:"\FC42"}.mdi-download-outline:before{content:"\FB6B"}.mdi-drag:before{content:"\F1DB"}.mdi-drag-horizontal:before{content:"\F1DC"}.mdi-drag-variant:before{content:"\FB6C"}.mdi-drag-vertical:before{content:"\F1DD"}.mdi-drama-masks:before{content:"\FCDE"}.mdi-drawing:before{content:"\F1DE"}.mdi-drawing-box:before{content:"\F1DF"}.mdi-dribbble:before{content:"\F1E0"}.mdi-dribbble-box:before{content:"\F1E1"}.mdi-drone:before{content:"\F1E2"}.mdi-dropbox:before{content:"\F1E3"}.mdi-drupal:before{content:"\F1E4"}.mdi-duck:before{content:"\F1E5"}.mdi-dumbbell:before{content:"\F1E6"}.mdi-dump-truck:before{content:"\FC43"}.mdi-ear-hearing:before{content:"\F7C4"}.mdi-ear-hearing-off:before{content:"\FA44"}.mdi-earth:before{content:"\F1E7"}.mdi-earth-box:before{content:"\F6CC"}.mdi-earth-box-off:before{content:"\F6CD"}.mdi-earth-off:before{content:"\F1E8"}.mdi-edge:before{content:"\F1E9"}.mdi-egg:before{content:"\FAAE"}.mdi-egg-easter:before{content:"\FAAF"}.mdi-eight-track:before{content:"\F9E9"}.mdi-eject:before{content:"\F1EA"}.mdi-eject-outline:before{content:"\FB6D"}.mdi-elephant:before{content:"\F7C5"}.mdi-elevation-decline:before{content:"\F1EB"}.mdi-elevation-rise:before{content:"\F1EC"}.mdi-elevator:before{content:"\F1ED"}.mdi-email:before{content:"\F1EE"}.mdi-email-alert:before{content:"\F6CE"}.mdi-email-box:before{content:"\FCDF"}.mdi-email-check:before{content:"\FAB0"}.mdi-email-check-outline:before{content:"\FAB1"}.mdi-email-lock:before{content:"\F1F1"}.mdi-email-mark-as-unread:before{content:"\FB6E"}.mdi-email-open:before{content:"\F1EF"}.mdi-email-open-outline:before{content:"\F5EF"}.mdi-email-outline:before{content:"\F1F0"}.mdi-email-plus:before{content:"\F9EA"}.mdi-email-plus-outline:before{content:"\F9EB"}.mdi-email-search:before{content:"\F960"}.mdi-email-search-outline:before{content:"\F961"}.mdi-email-variant:before{content:"\F5F0"}.mdi-ember:before{content:"\FB15"}.mdi-emby:before{content:"\F6B3"}.mdi-emoticon:before{content:"\FC44"}.mdi-emoticon-angry:before{content:"\FC45"}.mdi-emoticon-angry-outline:before{content:"\FC46"}.mdi-emoticon-cool:before{content:"\FC47"}.mdi-emoticon-cool-outline:before{content:"\F1F3"}.mdi-emoticon-cry:before{content:"\FC48"}.mdi-emoticon-cry-outline:before{content:"\FC49"}.mdi-emoticon-dead:before{content:"\FC4A"}.mdi-emoticon-dead-outline:before{content:"\F69A"}.mdi-emoticon-devil:before{content:"\FC4B"}.mdi-emoticon-devil-outline:before{content:"\F1F4"}.mdi-emoticon-excited:before{content:"\FC4C"}.mdi-emoticon-excited-outline:before{content:"\F69B"}.mdi-emoticon-happy:before{content:"\FC4D"}.mdi-emoticon-happy-outline:before{content:"\F1F5"}.mdi-emoticon-kiss:before{content:"\FC4E"}.mdi-emoticon-kiss-outline:before{content:"\FC4F"}.mdi-emoticon-neutral:before{content:"\FC50"}.mdi-emoticon-neutral-outline:before{content:"\F1F6"}.mdi-emoticon-outline:before{content:"\F1F2"}.mdi-emoticon-poop:before{content:"\F1F7"}.mdi-emoticon-poop-outline:before{content:"\FC51"}.mdi-emoticon-sad:before{content:"\FC52"}.mdi-emoticon-sad-outline:before{content:"\F1F8"}.mdi-emoticon-tongue:before{content:"\F1F9"}.mdi-emoticon-tongue-outline:before{content:"\FC53"}.mdi-emoticon-wink:before{content:"\FC54"}.mdi-emoticon-wink-outline:before{content:"\FC55"}.mdi-engine:before{content:"\F1FA"}.mdi-engine-off:before{content:"\FA45"}.mdi-engine-off-outline:before{content:"\FA46"}.mdi-engine-outline:before{content:"\F1FB"}.mdi-equal:before{content:"\F1FC"}.mdi-equal-box:before{content:"\F1FD"}.mdi-eraser:before{content:"\F1FE"}.mdi-eraser-variant:before{content:"\F642"}.mdi-escalator:before{content:"\F1FF"}.mdi-eslint:before{content:"\FC56"}.mdi-et:before{content:"\FAB2"}.mdi-ethereum:before{content:"\F869"}.mdi-ethernet:before{content:"\F200"}.mdi-ethernet-cable:before{content:"\F201"}.mdi-ethernet-cable-off:before{content:"\F202"}.mdi-etsy:before{content:"\F203"}.mdi-ev-station:before{content:"\F5F1"}.mdi-eventbrite:before{content:"\F7C6"}.mdi-evernote:before{content:"\F204"}.mdi-exclamation:before{content:"\F205"}.mdi-exit-run:before{content:"\FA47"}.mdi-exit-to-app:before{content:"\F206"}.mdi-expand-all:before{content:"\FAB3"}.mdi-expand-all-outline:before{content:"\FAB4"}.mdi-exponent:before{content:"\F962"}.mdi-exponent-box:before{content:"\F963"}.mdi-export:before{content:"\F207"}.mdi-export-variant:before{content:"\FB6F"}.mdi-eye:before{content:"\F208"}.mdi-eye-check:before{content:"\FCE0"}.mdi-eye-check-outline:before{content:"\FCE1"}.mdi-eye-circle:before{content:"\FB70"}.mdi-eye-circle-outline:before{content:"\FB71"}.mdi-eye-off:before{content:"\F209"}.mdi-eye-off-outline:before{content:"\F6D0"}.mdi-eye-outline:before{content:"\F6CF"}.mdi-eye-plus:before{content:"\F86A"}.mdi-eye-plus-outline:before{content:"\F86B"}.mdi-eye-settings:before{content:"\F86C"}.mdi-eye-settings-outline:before{content:"\F86D"}.mdi-eyedropper:before{content:"\F20A"}.mdi-eyedropper-variant:before{content:"\F20B"}.mdi-face:before{content:"\F643"}.mdi-face-agent:before{content:"\FD4C"}.mdi-face-outline:before{content:"\FB72"}.mdi-face-profile:before{content:"\F644"}.mdi-face-recognition:before{content:"\FC57"}.mdi-facebook:before{content:"\F20C"}.mdi-facebook-box:before{content:"\F20D"}.mdi-facebook-messenger:before{content:"\F20E"}.mdi-facebook-workplace:before{content:"\FB16"}.mdi-factory:before{content:"\F20F"}.mdi-fan:before{content:"\F210"}.mdi-fan-off:before{content:"\F81C"}.mdi-fast-forward:before{content:"\F211"}.mdi-fast-forward-10:before{content:"\FD4D"}.mdi-fast-forward-30:before{content:"\FCE2"}.mdi-fast-forward-outline:before{content:"\F6D1"}.mdi-fax:before{content:"\F212"}.mdi-feather:before{content:"\F6D2"}.mdi-feature-search:before{content:"\FA48"}.mdi-feature-search-outline:before{content:"\FA49"}.mdi-fedora:before{content:"\F8DA"}.mdi-ferry:before{content:"\F213"}.mdi-file:before{content:"\F214"}.mdi-file-account:before{content:"\F73A"}.mdi-file-alert:before{content:"\FA4A"}.mdi-file-alert-outline:before{content:"\FA4B"}.mdi-file-cabinet:before{content:"\FAB5"}.mdi-file-cancel:before{content:"\FDA2"}.mdi-file-cancel-outline:before{content:"\FDA3"}.mdi-file-chart:before{content:"\F215"}.mdi-file-check:before{content:"\F216"}.mdi-file-check-outline:before{content:"\FE7B"}.mdi-file-cloud:before{content:"\F217"}.mdi-file-compare:before{content:"\F8A9"}.mdi-file-delimited:before{content:"\F218"}.mdi-file-document:before{content:"\F219"}.mdi-file-document-box:before{content:"\F21A"}.mdi-file-document-box-multiple:before{content:"\FAB6"}.mdi-file-document-box-multiple-outline:before{content:"\FAB7"}.mdi-file-document-box-outline:before{content:"\F9EC"}.mdi-file-document-edit:before{content:"\FDA4"}.mdi-file-document-edit-outline:before{content:"\FDA5"}.mdi-file-document-outline:before{content:"\F9ED"}.mdi-file-download:before{content:"\F964"}.mdi-file-download-outline:before{content:"\F965"}.mdi-file-excel:before{content:"\F21B"}.mdi-file-excel-box:before{content:"\F21C"}.mdi-file-export:before{content:"\F21D"}.mdi-file-eye:before{content:"\FDA6"}.mdi-file-eye-outline:before{content:"\FDA7"}.mdi-file-find:before{content:"\F21E"}.mdi-file-find-outline:before{content:"\FB73"}.mdi-file-hidden:before{content:"\F613"}.mdi-file-image:before{content:"\F21F"}.mdi-file-import:before{content:"\F220"}.mdi-file-lock:before{content:"\F221"}.mdi-file-move:before{content:"\FAB8"}.mdi-file-multiple:before{content:"\F222"}.mdi-file-music:before{content:"\F223"}.mdi-file-music-outline:before{content:"\FE7C"}.mdi-file-outline:before{content:"\F224"}.mdi-file-pdf:before{content:"\F225"}.mdi-file-pdf-box:before{content:"\F226"}.mdi-file-pdf-outline:before{content:"\FE7D"}.mdi-file-percent:before{content:"\F81D"}.mdi-file-plus:before{content:"\F751"}.mdi-file-powerpoint:before{content:"\F227"}.mdi-file-powerpoint-box:before{content:"\F228"}.mdi-file-presentation-box:before{content:"\F229"}.mdi-file-question:before{content:"\F86E"}.mdi-file-remove:before{content:"\FB74"}.mdi-file-replace:before{content:"\FB17"}.mdi-file-replace-outline:before{content:"\FB18"}.mdi-file-restore:before{content:"\F670"}.mdi-file-search:before{content:"\FC58"}.mdi-file-search-outline:before{content:"\FC59"}.mdi-file-send:before{content:"\F22A"}.mdi-file-table:before{content:"\FC5A"}.mdi-file-table-outline:before{content:"\FC5B"}.mdi-file-tree:before{content:"\F645"}.mdi-file-undo:before{content:"\F8DB"}.mdi-file-upload:before{content:"\FA4C"}.mdi-file-upload-outline:before{content:"\FA4D"}.mdi-file-video:before{content:"\F22B"}.mdi-file-video-outline:before{content:"\FE10"}.mdi-file-word:before{content:"\F22C"}.mdi-file-word-box:before{content:"\F22D"}.mdi-file-xml:before{content:"\F22E"}.mdi-film:before{content:"\F22F"}.mdi-filmstrip:before{content:"\F230"}.mdi-filmstrip-off:before{content:"\F231"}.mdi-filter:before{content:"\F232"}.mdi-filter-outline:before{content:"\F233"}.mdi-filter-remove:before{content:"\F234"}.mdi-filter-remove-outline:before{content:"\F235"}.mdi-filter-variant:before{content:"\F236"}.mdi-finance:before{content:"\F81E"}.mdi-find-replace:before{content:"\F6D3"}.mdi-fingerprint:before{content:"\F237"}.mdi-fire:before{content:"\F238"}.mdi-fire-truck:before{content:"\F8AA"}.mdi-firebase:before{content:"\F966"}.mdi-firefox:before{content:"\F239"}.mdi-fireplace:before{content:"\FE11"}.mdi-fireplace-off:before{content:"\FE12"}.mdi-firework:before{content:"\FE13"}.mdi-fish:before{content:"\F23A"}.mdi-flag:before{content:"\F23B"}.mdi-flag-checkered:before{content:"\F23C"}.mdi-flag-minus:before{content:"\FB75"}.mdi-flag-outline:before{content:"\F23D"}.mdi-flag-plus:before{content:"\FB76"}.mdi-flag-remove:before{content:"\FB77"}.mdi-flag-triangle:before{content:"\F23F"}.mdi-flag-variant:before{content:"\F240"}.mdi-flag-variant-outline:before{content:"\F23E"}.mdi-flare:before{content:"\FD4E"}.mdi-flash:before{content:"\F241"}.mdi-flash-auto:before{content:"\F242"}.mdi-flash-circle:before{content:"\F81F"}.mdi-flash-off:before{content:"\F243"}.mdi-flash-outline:before{content:"\F6D4"}.mdi-flash-red-eye:before{content:"\F67A"}.mdi-flashlight:before{content:"\F244"}.mdi-flashlight-off:before{content:"\F245"}.mdi-flask:before{content:"\F093"}.mdi-flask-empty:before{content:"\F094"}.mdi-flask-empty-outline:before{content:"\F095"}.mdi-flask-outline:before{content:"\F096"}.mdi-flattr:before{content:"\F246"}.mdi-flickr:before{content:"\FCE3"}.mdi-flip-to-back:before{content:"\F247"}.mdi-flip-to-front:before{content:"\F248"}.mdi-floor-lamp:before{content:"\F8DC"}.mdi-floor-plan:before{content:"\F820"}.mdi-floppy:before{content:"\F249"}.mdi-floppy-variant:before{content:"\F9EE"}.mdi-flower:before{content:"\F24A"}.mdi-flower-outline:before{content:"\F9EF"}.mdi-flower-poppy:before{content:"\FCE4"}.mdi-flower-tulip:before{content:"\F9F0"}.mdi-flower-tulip-outline:before{content:"\F9F1"}.mdi-folder:before{content:"\F24B"}.mdi-folder-account:before{content:"\F24C"}.mdi-folder-account-outline:before{content:"\FB78"}.mdi-folder-alert:before{content:"\FDA8"}.mdi-folder-alert-outline:before{content:"\FDA9"}.mdi-folder-clock:before{content:"\FAB9"}.mdi-folder-clock-outline:before{content:"\FABA"}.mdi-folder-download:before{content:"\F24D"}.mdi-folder-edit:before{content:"\F8DD"}.mdi-folder-edit-outline:before{content:"\FDAA"}.mdi-folder-google-drive:before{content:"\F24E"}.mdi-folder-image:before{content:"\F24F"}.mdi-folder-key:before{content:"\F8AB"}.mdi-folder-key-network:before{content:"\F8AC"}.mdi-folder-key-network-outline:before{content:"\FC5C"}.mdi-folder-lock:before{content:"\F250"}.mdi-folder-lock-open:before{content:"\F251"}.mdi-folder-move:before{content:"\F252"}.mdi-folder-multiple:before{content:"\F253"}.mdi-folder-multiple-image:before{content:"\F254"}.mdi-folder-multiple-outline:before{content:"\F255"}.mdi-folder-network:before{content:"\F86F"}.mdi-folder-network-outline:before{content:"\FC5D"}.mdi-folder-open:before{content:"\F76F"}.mdi-folder-open-outline:before{content:"\FDAB"}.mdi-folder-outline:before{content:"\F256"}.mdi-folder-plus:before{content:"\F257"}.mdi-folder-plus-outline:before{content:"\FB79"}.mdi-folder-pound:before{content:"\FCE5"}.mdi-folder-pound-outline:before{content:"\FCE6"}.mdi-folder-remove:before{content:"\F258"}.mdi-folder-remove-outline:before{content:"\FB7A"}.mdi-folder-search:before{content:"\F967"}.mdi-folder-search-outline:before{content:"\F968"}.mdi-folder-star:before{content:"\F69C"}.mdi-folder-star-outline:before{content:"\FB7B"}.mdi-folder-sync:before{content:"\FCE7"}.mdi-folder-sync-outline:before{content:"\FCE8"}.mdi-folder-text:before{content:"\FC5E"}.mdi-folder-text-outline:before{content:"\FC5F"}.mdi-folder-upload:before{content:"\F259"}.mdi-font-awesome:before{content:"\F03A"}.mdi-food:before{content:"\F25A"}.mdi-food-apple:before{content:"\F25B"}.mdi-food-apple-outline:before{content:"\FC60"}.mdi-food-croissant:before{content:"\F7C7"}.mdi-food-fork-drink:before{content:"\F5F2"}.mdi-food-off:before{content:"\F5F3"}.mdi-food-variant:before{content:"\F25C"}.mdi-football:before{content:"\F25D"}.mdi-football-australian:before{content:"\F25E"}.mdi-football-helmet:before{content:"\F25F"}.mdi-forklift:before{content:"\F7C8"}.mdi-format-align-bottom:before{content:"\F752"}.mdi-format-align-center:before{content:"\F260"}.mdi-format-align-justify:before{content:"\F261"}.mdi-format-align-left:before{content:"\F262"}.mdi-format-align-middle:before{content:"\F753"}.mdi-format-align-right:before{content:"\F263"}.mdi-format-align-top:before{content:"\F754"}.mdi-format-annotation-minus:before{content:"\FABB"}.mdi-format-annotation-plus:before{content:"\F646"}.mdi-format-bold:before{content:"\F264"}.mdi-format-clear:before{content:"\F265"}.mdi-format-color-fill:before{content:"\F266"}.mdi-format-color-highlight:before{content:"\FE14"}.mdi-format-color-text:before{content:"\F69D"}.mdi-format-columns:before{content:"\F8DE"}.mdi-format-float-center:before{content:"\F267"}.mdi-format-float-left:before{content:"\F268"}.mdi-format-float-none:before{content:"\F269"}.mdi-format-float-right:before{content:"\F26A"}.mdi-format-font:before{content:"\F6D5"}.mdi-format-font-size-decrease:before{content:"\F9F2"}.mdi-format-font-size-increase:before{content:"\F9F3"}.mdi-format-header-1:before{content:"\F26B"}.mdi-format-header-2:before{content:"\F26C"}.mdi-format-header-3:before{content:"\F26D"}.mdi-format-header-4:before{content:"\F26E"}.mdi-format-header-5:before{content:"\F26F"}.mdi-format-header-6:before{content:"\F270"}.mdi-format-header-decrease:before{content:"\F271"}.mdi-format-header-equal:before{content:"\F272"}.mdi-format-header-increase:before{content:"\F273"}.mdi-format-header-pound:before{content:"\F274"}.mdi-format-horizontal-align-center:before{content:"\F61E"}.mdi-format-horizontal-align-left:before{content:"\F61F"}.mdi-format-horizontal-align-right:before{content:"\F620"}.mdi-format-indent-decrease:before{content:"\F275"}.mdi-format-indent-increase:before{content:"\F276"}.mdi-format-italic:before{content:"\F277"}.mdi-format-letter-case:before{content:"\FB19"}.mdi-format-letter-case-lower:before{content:"\FB1A"}.mdi-format-letter-case-upper:before{content:"\FB1B"}.mdi-format-line-spacing:before{content:"\F278"}.mdi-format-line-style:before{content:"\F5C8"}.mdi-format-line-weight:before{content:"\F5C9"}.mdi-format-list-bulleted:before{content:"\F279"}.mdi-format-list-bulleted-square:before{content:"\FDAC"}.mdi-format-list-bulleted-type:before{content:"\F27A"}.mdi-format-list-checkbox:before{content:"\F969"}.mdi-format-list-checks:before{content:"\F755"}.mdi-format-list-numbered:before{content:"\F27B"}.mdi-format-list-numbered-rtl:before{content:"\FCE9"}.mdi-format-page-break:before{content:"\F6D6"}.mdi-format-paint:before{content:"\F27C"}.mdi-format-paragraph:before{content:"\F27D"}.mdi-format-pilcrow:before{content:"\F6D7"}.mdi-format-quote-close:before{content:"\F27E"}.mdi-format-quote-open:before{content:"\F756"}.mdi-format-rotate-90:before{content:"\F6A9"}.mdi-format-section:before{content:"\F69E"}.mdi-format-size:before{content:"\F27F"}.mdi-format-strikethrough:before{content:"\F280"}.mdi-format-strikethrough-variant:before{content:"\F281"}.mdi-format-subscript:before{content:"\F282"}.mdi-format-superscript:before{content:"\F283"}.mdi-format-text:before{content:"\F284"}.mdi-format-text-rotation-down:before{content:"\FD4F"}.mdi-format-text-rotation-none:before{content:"\FD50"}.mdi-format-text-variant:before{content:"\FE15"}.mdi-format-text-wrapping-clip:before{content:"\FCEA"}.mdi-format-text-wrapping-overflow:before{content:"\FCEB"}.mdi-format-text-wrapping-wrap:before{content:"\FCEC"}.mdi-format-textbox:before{content:"\FCED"}.mdi-format-textdirection-l-to-r:before{content:"\F285"}.mdi-format-textdirection-r-to-l:before{content:"\F286"}.mdi-format-title:before{content:"\F5F4"}.mdi-format-underline:before{content:"\F287"}.mdi-format-vertical-align-bottom:before{content:"\F621"}.mdi-format-vertical-align-center:before{content:"\F622"}.mdi-format-vertical-align-top:before{content:"\F623"}.mdi-format-wrap-inline:before{content:"\F288"}.mdi-format-wrap-square:before{content:"\F289"}.mdi-format-wrap-tight:before{content:"\F28A"}.mdi-format-wrap-top-bottom:before{content:"\F28B"}.mdi-forum:before{content:"\F28C"}.mdi-forum-outline:before{content:"\F821"}.mdi-forward:before{content:"\F28D"}.mdi-forwardburger:before{content:"\FD51"}.mdi-fountain:before{content:"\F96A"}.mdi-fountain-pen:before{content:"\FCEE"}.mdi-fountain-pen-tip:before{content:"\FCEF"}.mdi-foursquare:before{content:"\F28E"}.mdi-freebsd:before{content:"\F8DF"}.mdi-fridge:before{content:"\F290"}.mdi-fridge-bottom:before{content:"\F292"}.mdi-fridge-outline:before{content:"\F28F"}.mdi-fridge-top:before{content:"\F291"}.mdi-fuel:before{content:"\F7C9"}.mdi-fullscreen:before{content:"\F293"}.mdi-fullscreen-exit:before{content:"\F294"}.mdi-function:before{content:"\F295"}.mdi-function-variant:before{content:"\F870"}.mdi-fuse:before{content:"\FC61"}.mdi-fuse-blade:before{content:"\FC62"}.mdi-gamepad:before{content:"\F296"}.mdi-gamepad-circle:before{content:"\FE16"}.mdi-gamepad-circle-down:before{content:"\FE17"}.mdi-gamepad-circle-left:before{content:"\FE18"}.mdi-gamepad-circle-outline:before{content:"\FE19"}.mdi-gamepad-circle-right:before{content:"\FE1A"}.mdi-gamepad-circle-up:before{content:"\FE1B"}.mdi-gamepad-down:before{content:"\FE1C"}.mdi-gamepad-left:before{content:"\FE1D"}.mdi-gamepad-right:before{content:"\FE1E"}.mdi-gamepad-round:before{content:"\FE1F"}.mdi-gamepad-round-down:before{content:"\FE20"}.mdi-gamepad-round-left:before{content:"\FE21"}.mdi-gamepad-round-outline:before{content:"\FE22"}.mdi-gamepad-round-right:before{content:"\FE23"}.mdi-gamepad-round-up:before{content:"\FE24"}.mdi-gamepad-up:before{content:"\FE25"}.mdi-gamepad-variant:before{content:"\F297"}.mdi-gantry-crane:before{content:"\FDAD"}.mdi-garage:before{content:"\F6D8"}.mdi-garage-alert:before{content:"\F871"}.mdi-garage-open:before{content:"\F6D9"}.mdi-gas-cylinder:before{content:"\F647"}.mdi-gas-station:before{content:"\F298"}.mdi-gate:before{content:"\F299"}.mdi-gate-and:before{content:"\F8E0"}.mdi-gate-nand:before{content:"\F8E1"}.mdi-gate-nor:before{content:"\F8E2"}.mdi-gate-not:before{content:"\F8E3"}.mdi-gate-or:before{content:"\F8E4"}.mdi-gate-xnor:before{content:"\F8E5"}.mdi-gate-xor:before{content:"\F8E6"}.mdi-gatsby:before{content:"\FE26"}.mdi-gauge:before{content:"\F29A"}.mdi-gauge-empty:before{content:"\F872"}.mdi-gauge-full:before{content:"\F873"}.mdi-gauge-low:before{content:"\F874"}.mdi-gavel:before{content:"\F29B"}.mdi-gender-female:before{content:"\F29C"}.mdi-gender-male:before{content:"\F29D"}.mdi-gender-male-female:before{content:"\F29E"}.mdi-gender-transgender:before{content:"\F29F"}.mdi-gentoo:before{content:"\F8E7"}.mdi-gesture:before{content:"\F7CA"}.mdi-gesture-double-tap:before{content:"\F73B"}.mdi-gesture-pinch:before{content:"\FABC"}.mdi-gesture-spread:before{content:"\FABD"}.mdi-gesture-swipe:before{content:"\FD52"}.mdi-gesture-swipe-down:before{content:"\F73C"}.mdi-gesture-swipe-horizontal:before{content:"\FABE"}.mdi-gesture-swipe-left:before{content:"\F73D"}.mdi-gesture-swipe-right:before{content:"\F73E"}.mdi-gesture-swipe-up:before{content:"\F73F"}.mdi-gesture-swipe-vertical:before{content:"\FABF"}.mdi-gesture-tap:before{content:"\F740"}.mdi-gesture-tap-hold:before{content:"\FD53"}.mdi-gesture-two-double-tap:before{content:"\F741"}.mdi-gesture-two-tap:before{content:"\F742"}.mdi-ghost:before{content:"\F2A0"}.mdi-ghost-off:before{content:"\F9F4"}.mdi-gif:before{content:"\FD54"}.mdi-gift:before{content:"\FE27"}.mdi-gift-outline:before{content:"\F2A1"}.mdi-git:before{content:"\F2A2"}.mdi-github-box:before{content:"\F2A3"}.mdi-github-circle:before{content:"\F2A4"}.mdi-github-face:before{content:"\F6DA"}.mdi-gitlab:before{content:"\FB7C"}.mdi-glass-cocktail:before{content:"\F356"}.mdi-glass-flute:before{content:"\F2A5"}.mdi-glass-mug:before{content:"\F2A6"}.mdi-glass-stange:before{content:"\F2A7"}.mdi-glass-tulip:before{content:"\F2A8"}.mdi-glass-wine:before{content:"\F875"}.mdi-glassdoor:before{content:"\F2A9"}.mdi-glasses:before{content:"\F2AA"}.mdi-globe-model:before{content:"\F8E8"}.mdi-gmail:before{content:"\F2AB"}.mdi-gnome:before{content:"\F2AC"}.mdi-go-kart:before{content:"\FD55"}.mdi-go-kart-track:before{content:"\FD56"}.mdi-gog:before{content:"\FB7D"}.mdi-golf:before{content:"\F822"}.mdi-gondola:before{content:"\F685"}.mdi-goodreads:before{content:"\FD57"}.mdi-google:before{content:"\F2AD"}.mdi-google-adwords:before{content:"\FC63"}.mdi-google-allo:before{content:"\F801"}.mdi-google-analytics:before{content:"\F7CB"}.mdi-google-assistant:before{content:"\F7CC"}.mdi-google-cardboard:before{content:"\F2AE"}.mdi-google-chrome:before{content:"\F2AF"}.mdi-google-circles:before{content:"\F2B0"}.mdi-google-circles-communities:before{content:"\F2B1"}.mdi-google-circles-extended:before{content:"\F2B2"}.mdi-google-circles-group:before{content:"\F2B3"}.mdi-google-classroom:before{content:"\F2C0"}.mdi-google-controller:before{content:"\F2B4"}.mdi-google-controller-off:before{content:"\F2B5"}.mdi-google-drive:before{content:"\F2B6"}.mdi-google-earth:before{content:"\F2B7"}.mdi-google-fit:before{content:"\F96B"}.mdi-google-glass:before{content:"\F2B8"}.mdi-google-hangouts:before{content:"\F2C9"}.mdi-google-home:before{content:"\F823"}.mdi-google-keep:before{content:"\F6DB"}.mdi-google-lens:before{content:"\F9F5"}.mdi-google-maps:before{content:"\F5F5"}.mdi-google-nearby:before{content:"\F2B9"}.mdi-google-pages:before{content:"\F2BA"}.mdi-google-photos:before{content:"\F6DC"}.mdi-google-physical-web:before{content:"\F2BB"}.mdi-google-play:before{content:"\F2BC"}.mdi-google-plus:before{content:"\F2BD"}.mdi-google-plus-box:before{content:"\F2BE"}.mdi-google-spreadsheet:before{content:"\F9F6"}.mdi-google-street-view:before{content:"\FC64"}.mdi-google-translate:before{content:"\F2BF"}.mdi-gpu:before{content:"\F8AD"}.mdi-gradient:before{content:"\F69F"}.mdi-grain:before{content:"\FD58"}.mdi-graphql:before{content:"\F876"}.mdi-grave-stone:before{content:"\FB7E"}.mdi-grease-pencil:before{content:"\F648"}.mdi-greater-than:before{content:"\F96C"}.mdi-greater-than-or-equal:before{content:"\F96D"}.mdi-grid:before{content:"\F2C1"}.mdi-grid-large:before{content:"\F757"}.mdi-grid-off:before{content:"\F2C2"}.mdi-grill:before{content:"\FE28"}.mdi-group:before{content:"\F2C3"}.mdi-guitar-acoustic:before{content:"\F770"}.mdi-guitar-electric:before{content:"\F2C4"}.mdi-guitar-pick:before{content:"\F2C5"}.mdi-guitar-pick-outline:before{content:"\F2C6"}.mdi-guy-fawkes-mask:before{content:"\F824"}.mdi-hackernews:before{content:"\F624"}.mdi-hail:before{content:"\FAC0"}.mdi-halloween:before{content:"\FB7F"}.mdi-hamburger:before{content:"\F684"}.mdi-hammer:before{content:"\F8E9"}.mdi-hand:before{content:"\FA4E"}.mdi-hand-left:before{content:"\FE29"}.mdi-hand-okay:before{content:"\FA4F"}.mdi-hand-peace:before{content:"\FA50"}.mdi-hand-peace-variant:before{content:"\FA51"}.mdi-hand-pointing-down:before{content:"\FA52"}.mdi-hand-pointing-left:before{content:"\FA53"}.mdi-hand-pointing-right:before{content:"\F2C7"}.mdi-hand-pointing-up:before{content:"\FA54"}.mdi-hand-right:before{content:"\FE2A"}.mdi-hand-saw:before{content:"\FE2B"}.mdi-hanger:before{content:"\F2C8"}.mdi-hard-hat:before{content:"\F96E"}.mdi-harddisk:before{content:"\F2CA"}.mdi-hat-fedora:before{content:"\FB80"}.mdi-hazard-lights:before{content:"\FC65"}.mdi-hdr:before{content:"\FD59"}.mdi-hdr-off:before{content:"\FD5A"}.mdi-headphones:before{content:"\F2CB"}.mdi-headphones-bluetooth:before{content:"\F96F"}.mdi-headphones-box:before{content:"\F2CC"}.mdi-headphones-off:before{content:"\F7CD"}.mdi-headphones-settings:before{content:"\F2CD"}.mdi-headset:before{content:"\F2CE"}.mdi-headset-dock:before{content:"\F2CF"}.mdi-headset-off:before{content:"\F2D0"}.mdi-heart:before{content:"\F2D1"}.mdi-heart-box:before{content:"\F2D2"}.mdi-heart-box-outline:before{content:"\F2D3"}.mdi-heart-broken:before{content:"\F2D4"}.mdi-heart-broken-outline:before{content:"\FCF0"}.mdi-heart-circle:before{content:"\F970"}.mdi-heart-circle-outline:before{content:"\F971"}.mdi-heart-half:before{content:"\F6DE"}.mdi-heart-half-full:before{content:"\F6DD"}.mdi-heart-half-outline:before{content:"\F6DF"}.mdi-heart-multiple:before{content:"\FA55"}.mdi-heart-multiple-outline:before{content:"\FA56"}.mdi-heart-off:before{content:"\F758"}.mdi-heart-outline:before{content:"\F2D5"}.mdi-heart-pulse:before{content:"\F5F6"}.mdi-helicopter:before{content:"\FAC1"}.mdi-help:before{content:"\F2D6"}.mdi-help-box:before{content:"\F78A"}.mdi-help-circle:before{content:"\F2D7"}.mdi-help-circle-outline:before{content:"\F625"}.mdi-help-network:before{content:"\F6F4"}.mdi-help-network-outline:before{content:"\FC66"}.mdi-help-rhombus:before{content:"\FB81"}.mdi-help-rhombus-outline:before{content:"\FB82"}.mdi-hexagon:before{content:"\F2D8"}.mdi-hexagon-multiple:before{content:"\F6E0"}.mdi-hexagon-outline:before{content:"\F2D9"}.mdi-hexagon-slice-1:before{content:"\FAC2"}.mdi-hexagon-slice-2:before{content:"\FAC3"}.mdi-hexagon-slice-3:before{content:"\FAC4"}.mdi-hexagon-slice-4:before{content:"\FAC5"}.mdi-hexagon-slice-5:before{content:"\FAC6"}.mdi-hexagon-slice-6:before{content:"\FAC7"}.mdi-hexagram:before{content:"\FAC8"}.mdi-hexagram-outline:before{content:"\FAC9"}.mdi-high-definition:before{content:"\F7CE"}.mdi-high-definition-box:before{content:"\F877"}.mdi-highway:before{content:"\F5F7"}.mdi-hiking:before{content:"\FD5B"}.mdi-hinduism:before{content:"\F972"}.mdi-history:before{content:"\F2DA"}.mdi-hockey-puck:before{content:"\F878"}.mdi-hockey-sticks:before{content:"\F879"}.mdi-hololens:before{content:"\F2DB"}.mdi-home:before{content:"\F2DC"}.mdi-home-account:before{content:"\F825"}.mdi-home-alert:before{content:"\F87A"}.mdi-home-assistant:before{content:"\F7CF"}.mdi-home-automation:before{content:"\F7D0"}.mdi-home-circle:before{content:"\F7D1"}.mdi-home-city:before{content:"\FCF1"}.mdi-home-city-outline:before{content:"\FCF2"}.mdi-home-currency-usd:before{content:"\F8AE"}.mdi-home-floor-0:before{content:"\FDAE"}.mdi-home-floor-1:before{content:"\FD5C"}.mdi-home-floor-2:before{content:"\FD5D"}.mdi-home-floor-3:before{content:"\FD5E"}.mdi-home-floor-a:before{content:"\FD5F"}.mdi-home-floor-b:before{content:"\FD60"}.mdi-home-floor-g:before{content:"\FD61"}.mdi-home-floor-l:before{content:"\FD62"}.mdi-home-floor-negative-1:before{content:"\FDAF"}.mdi-home-group:before{content:"\FDB0"}.mdi-home-heart:before{content:"\F826"}.mdi-home-lock:before{content:"\F8EA"}.mdi-home-lock-open:before{content:"\F8EB"}.mdi-home-map-marker:before{content:"\F5F8"}.mdi-home-minus:before{content:"\F973"}.mdi-home-modern:before{content:"\F2DD"}.mdi-home-outline:before{content:"\F6A0"}.mdi-home-plus:before{content:"\F974"}.mdi-home-variant:before{content:"\F2DE"}.mdi-home-variant-outline:before{content:"\FB83"}.mdi-hook:before{content:"\F6E1"}.mdi-hook-off:before{content:"\F6E2"}.mdi-hops:before{content:"\F2DF"}.mdi-horseshoe:before{content:"\FA57"}.mdi-hospital:before{content:"\F2E0"}.mdi-hospital-building:before{content:"\F2E1"}.mdi-hospital-marker:before{content:"\F2E2"}.mdi-hot-tub:before{content:"\F827"}.mdi-hotel:before{content:"\F2E3"}.mdi-houzz:before{content:"\F2E4"}.mdi-houzz-box:before{content:"\F2E5"}.mdi-hubspot:before{content:"\FCF3"}.mdi-hulu:before{content:"\F828"}.mdi-human:before{content:"\F2E6"}.mdi-human-child:before{content:"\F2E7"}.mdi-human-female:before{content:"\F649"}.mdi-human-female-boy:before{content:"\FA58"}.mdi-human-female-female:before{content:"\FA59"}.mdi-human-female-girl:before{content:"\FA5A"}.mdi-human-greeting:before{content:"\F64A"}.mdi-human-handsdown:before{content:"\F64B"}.mdi-human-handsup:before{content:"\F64C"}.mdi-human-male:before{content:"\F64D"}.mdi-human-male-boy:before{content:"\FA5B"}.mdi-human-male-female:before{content:"\F2E8"}.mdi-human-male-girl:before{content:"\FA5C"}.mdi-human-male-male:before{content:"\FA5D"}.mdi-human-pregnant:before{content:"\F5CF"}.mdi-humble-bundle:before{content:"\F743"}.mdi-ice-cream:before{content:"\F829"}.mdi-iframe:before{content:"\FC67"}.mdi-iframe-outline:before{content:"\FC68"}.mdi-image:before{content:"\F2E9"}.mdi-image-album:before{content:"\F2EA"}.mdi-image-area:before{content:"\F2EB"}.mdi-image-area-close:before{content:"\F2EC"}.mdi-image-broken:before{content:"\F2ED"}.mdi-image-broken-variant:before{content:"\F2EE"}.mdi-image-filter:before{content:"\F2EF"}.mdi-image-filter-black-white:before{content:"\F2F0"}.mdi-image-filter-center-focus:before{content:"\F2F1"}.mdi-image-filter-center-focus-weak:before{content:"\F2F2"}.mdi-image-filter-drama:before{content:"\F2F3"}.mdi-image-filter-frames:before{content:"\F2F4"}.mdi-image-filter-hdr:before{content:"\F2F5"}.mdi-image-filter-none:before{content:"\F2F6"}.mdi-image-filter-tilt-shift:before{content:"\F2F7"}.mdi-image-filter-vintage:before{content:"\F2F8"}.mdi-image-frame:before{content:"\FE2C"}.mdi-image-move:before{content:"\F9F7"}.mdi-image-multiple:before{content:"\F2F9"}.mdi-image-off:before{content:"\F82A"}.mdi-image-outline:before{content:"\F975"}.mdi-image-plus:before{content:"\F87B"}.mdi-image-search:before{content:"\F976"}.mdi-image-search-outline:before{content:"\F977"}.mdi-image-size-select-actual:before{content:"\FC69"}.mdi-image-size-select-large:before{content:"\FC6A"}.mdi-image-size-select-small:before{content:"\FC6B"}.mdi-import:before{content:"\F2FA"}.mdi-inbox:before{content:"\F686"}.mdi-inbox-arrow-down:before{content:"\F2FB"}.mdi-inbox-arrow-up:before{content:"\F3D1"}.mdi-inbox-multiple:before{content:"\F8AF"}.mdi-inbox-multiple-outline:before{content:"\FB84"}.mdi-incognito:before{content:"\F5F9"}.mdi-infinity:before{content:"\F6E3"}.mdi-information:before{content:"\F2FC"}.mdi-information-outline:before{content:"\F2FD"}.mdi-information-variant:before{content:"\F64E"}.mdi-instagram:before{content:"\F2FE"}.mdi-instapaper:before{content:"\F2FF"}.mdi-internet-explorer:before{content:"\F300"}.mdi-invert-colors:before{content:"\F301"}.mdi-invert-colors-off:before{content:"\FE2D"}.mdi-ip:before{content:"\FA5E"}.mdi-ip-network:before{content:"\FA5F"}.mdi-ip-network-outline:before{content:"\FC6C"}.mdi-ipod:before{content:"\FC6D"}.mdi-islam:before{content:"\F978"}.mdi-itunes:before{content:"\F676"}.mdi-jabber:before{content:"\FDB1"}.mdi-jeepney:before{content:"\F302"}.mdi-jira:before{content:"\F303"}.mdi-jquery:before{content:"\F87C"}.mdi-jsfiddle:before{content:"\F304"}.mdi-json:before{content:"\F626"}.mdi-judaism:before{content:"\F979"}.mdi-kabaddi:before{content:"\FD63"}.mdi-karate:before{content:"\F82B"}.mdi-keg:before{content:"\F305"}.mdi-kettle:before{content:"\F5FA"}.mdi-key:before{content:"\F306"}.mdi-key-change:before{content:"\F307"}.mdi-key-minus:before{content:"\F308"}.mdi-key-outline:before{content:"\FDB2"}.mdi-key-plus:before{content:"\F309"}.mdi-key-remove:before{content:"\F30A"}.mdi-key-variant:before{content:"\F30B"}.mdi-keyboard:before{content:"\F30C"}.mdi-keyboard-backspace:before{content:"\F30D"}.mdi-keyboard-caps:before{content:"\F30E"}.mdi-keyboard-close:before{content:"\F30F"}.mdi-keyboard-off:before{content:"\F310"}.mdi-keyboard-off-outline:before{content:"\FE2E"}.mdi-keyboard-outline:before{content:"\F97A"}.mdi-keyboard-return:before{content:"\F311"}.mdi-keyboard-settings:before{content:"\F9F8"}.mdi-keyboard-settings-outline:before{content:"\F9F9"}.mdi-keyboard-tab:before{content:"\F312"}.mdi-keyboard-variant:before{content:"\F313"}.mdi-kickstarter:before{content:"\F744"}.mdi-knife:before{content:"\F9FA"}.mdi-knife-military:before{content:"\F9FB"}.mdi-kodi:before{content:"\F314"}.mdi-label:before{content:"\F315"}.mdi-label-off:before{content:"\FACA"}.mdi-label-off-outline:before{content:"\FACB"}.mdi-label-outline:before{content:"\F316"}.mdi-label-variant:before{content:"\FACC"}.mdi-label-variant-outline:before{content:"\FACD"}.mdi-ladybug:before{content:"\F82C"}.mdi-lambda:before{content:"\F627"}.mdi-lamp:before{content:"\F6B4"}.mdi-lan:before{content:"\F317"}.mdi-lan-connect:before{content:"\F318"}.mdi-lan-disconnect:before{content:"\F319"}.mdi-lan-pending:before{content:"\F31A"}.mdi-language-c:before{content:"\F671"}.mdi-language-cpp:before{content:"\F672"}.mdi-language-csharp:before{content:"\F31B"}.mdi-language-css3:before{content:"\F31C"}.mdi-language-go:before{content:"\F7D2"}.mdi-language-haskell:before{content:"\FC6E"}.mdi-language-html5:before{content:"\F31D"}.mdi-language-java:before{content:"\FB1C"}.mdi-language-javascript:before{content:"\F31E"}.mdi-language-lua:before{content:"\F8B0"}.mdi-language-php:before{content:"\F31F"}.mdi-language-python:before{content:"\F320"}.mdi-language-python-text:before{content:"\F321"}.mdi-language-r:before{content:"\F7D3"}.mdi-language-ruby-on-rails:before{content:"\FACE"}.mdi-language-swift:before{content:"\F6E4"}.mdi-language-typescript:before{content:"\F6E5"}.mdi-laptop:before{content:"\F322"}.mdi-laptop-chromebook:before{content:"\F323"}.mdi-laptop-mac:before{content:"\F324"}.mdi-laptop-off:before{content:"\F6E6"}.mdi-laptop-windows:before{content:"\F325"}.mdi-laravel:before{content:"\FACF"}.mdi-lastfm:before{content:"\F326"}.mdi-lastpass:before{content:"\F446"}.mdi-launch:before{content:"\F327"}.mdi-lava-lamp:before{content:"\F7D4"}.mdi-layers:before{content:"\F328"}.mdi-layers-minus:before{content:"\FE2F"}.mdi-layers-off:before{content:"\F329"}.mdi-layers-off-outline:before{content:"\F9FC"}.mdi-layers-outline:before{content:"\F9FD"}.mdi-layers-plus:before{content:"\FE30"}.mdi-layers-remove:before{content:"\FE31"}.mdi-lead-pencil:before{content:"\F64F"}.mdi-leaf:before{content:"\F32A"}.mdi-leaf-maple:before{content:"\FC6F"}.mdi-leak:before{content:"\FDB3"}.mdi-leak-off:before{content:"\FDB4"}.mdi-led-off:before{content:"\F32B"}.mdi-led-on:before{content:"\F32C"}.mdi-led-outline:before{content:"\F32D"}.mdi-led-strip:before{content:"\F7D5"}.mdi-led-variant-off:before{content:"\F32E"}.mdi-led-variant-on:before{content:"\F32F"}.mdi-led-variant-outline:before{content:"\F330"}.mdi-less-than:before{content:"\F97B"}.mdi-less-than-or-equal:before{content:"\F97C"}.mdi-library:before{content:"\F331"}.mdi-library-books:before{content:"\F332"}.mdi-library-movie:before{content:"\FCF4"}.mdi-library-music:before{content:"\F333"}.mdi-library-plus:before{content:"\F334"}.mdi-library-shelves:before{content:"\FB85"}.mdi-library-video:before{content:"\FCF5"}.mdi-lifebuoy:before{content:"\F87D"}.mdi-light-switch:before{content:"\F97D"}.mdi-lightbulb:before{content:"\F335"}.mdi-lightbulb-off:before{content:"\FE32"}.mdi-lightbulb-off-outline:before{content:"\FE33"}.mdi-lightbulb-on:before{content:"\F6E7"}.mdi-lightbulb-on-outline:before{content:"\F6E8"}.mdi-lightbulb-outline:before{content:"\F336"}.mdi-lighthouse:before{content:"\F9FE"}.mdi-lighthouse-on:before{content:"\F9FF"}.mdi-link:before{content:"\F337"}.mdi-link-box:before{content:"\FCF6"}.mdi-link-box-outline:before{content:"\FCF7"}.mdi-link-box-variant:before{content:"\FCF8"}.mdi-link-box-variant-outline:before{content:"\FCF9"}.mdi-link-off:before{content:"\F338"}.mdi-link-plus:before{content:"\FC70"}.mdi-link-variant:before{content:"\F339"}.mdi-link-variant-off:before{content:"\F33A"}.mdi-linkedin:before{content:"\F33B"}.mdi-linkedin-box:before{content:"\F33C"}.mdi-linux:before{content:"\F33D"}.mdi-linux-mint:before{content:"\F8EC"}.mdi-litecoin:before{content:"\FA60"}.mdi-loading:before{content:"\F771"}.mdi-lock:before{content:"\F33E"}.mdi-lock-alert:before{content:"\F8ED"}.mdi-lock-clock:before{content:"\F97E"}.mdi-lock-open:before{content:"\F33F"}.mdi-lock-open-outline:before{content:"\F340"}.mdi-lock-outline:before{content:"\F341"}.mdi-lock-pattern:before{content:"\F6E9"}.mdi-lock-plus:before{content:"\F5FB"}.mdi-lock-question:before{content:"\F8EE"}.mdi-lock-reset:before{content:"\F772"}.mdi-lock-smart:before{content:"\F8B1"}.mdi-locker:before{content:"\F7D6"}.mdi-locker-multiple:before{content:"\F7D7"}.mdi-login:before{content:"\F342"}.mdi-login-variant:before{content:"\F5FC"}.mdi-logout:before{content:"\F343"}.mdi-logout-variant:before{content:"\F5FD"}.mdi-looks:before{content:"\F344"}.mdi-loop:before{content:"\F6EA"}.mdi-loupe:before{content:"\F345"}.mdi-lumx:before{content:"\F346"}.mdi-lyft:before{content:"\FB1D"}.mdi-magnet:before{content:"\F347"}.mdi-magnet-on:before{content:"\F348"}.mdi-magnify:before{content:"\F349"}.mdi-magnify-close:before{content:"\F97F"}.mdi-magnify-minus:before{content:"\F34A"}.mdi-magnify-minus-cursor:before{content:"\FA61"}.mdi-magnify-minus-outline:before{content:"\F6EB"}.mdi-magnify-plus:before{content:"\F34B"}.mdi-magnify-plus-cursor:before{content:"\FA62"}.mdi-magnify-plus-outline:before{content:"\F6EC"}.mdi-mail-ru:before{content:"\F34C"}.mdi-mailbox:before{content:"\F6ED"}.mdi-mailbox-open:before{content:"\FD64"}.mdi-mailbox-open-outline:before{content:"\FD65"}.mdi-mailbox-open-up:before{content:"\FD66"}.mdi-mailbox-open-up-outline:before{content:"\FD67"}.mdi-mailbox-outline:before{content:"\FD68"}.mdi-mailbox-up:before{content:"\FD69"}.mdi-mailbox-up-outline:before{content:"\FD6A"}.mdi-map:before{content:"\F34D"}.mdi-map-clock:before{content:"\FCFA"}.mdi-map-clock-outline:before{content:"\FCFB"}.mdi-map-legend:before{content:"\FA00"}.mdi-map-marker:before{content:"\F34E"}.mdi-map-marker-check:before{content:"\FC71"}.mdi-map-marker-circle:before{content:"\F34F"}.mdi-map-marker-distance:before{content:"\F8EF"}.mdi-map-marker-minus:before{content:"\F650"}.mdi-map-marker-multiple:before{content:"\F350"}.mdi-map-marker-off:before{content:"\F351"}.mdi-map-marker-outline:before{content:"\F7D8"}.mdi-map-marker-path:before{content:"\FCFC"}.mdi-map-marker-plus:before{content:"\F651"}.mdi-map-marker-radius:before{content:"\F352"}.mdi-map-minus:before{content:"\F980"}.mdi-map-outline:before{content:"\F981"}.mdi-map-plus:before{content:"\F982"}.mdi-map-search:before{content:"\F983"}.mdi-map-search-outline:before{content:"\F984"}.mdi-mapbox:before{content:"\FB86"}.mdi-margin:before{content:"\F353"}.mdi-markdown:before{content:"\F354"}.mdi-marker:before{content:"\F652"}.mdi-marker-cancel:before{content:"\FDB5"}.mdi-marker-check:before{content:"\F355"}.mdi-mastodon:before{content:"\FAD0"}.mdi-mastodon-variant:before{content:"\FAD1"}.mdi-material-design:before{content:"\F985"}.mdi-material-ui:before{content:"\F357"}.mdi-math-compass:before{content:"\F358"}.mdi-math-cos:before{content:"\FC72"}.mdi-math-sin:before{content:"\FC73"}.mdi-math-tan:before{content:"\FC74"}.mdi-matrix:before{content:"\F628"}.mdi-maxcdn:before{content:"\F359"}.mdi-medal:before{content:"\F986"}.mdi-medical-bag:before{content:"\F6EE"}.mdi-medium:before{content:"\F35A"}.mdi-meetup:before{content:"\FAD2"}.mdi-memory:before{content:"\F35B"}.mdi-menu:before{content:"\F35C"}.mdi-menu-down:before{content:"\F35D"}.mdi-menu-down-outline:before{content:"\F6B5"}.mdi-menu-left:before{content:"\F35E"}.mdi-menu-left-outline:before{content:"\FA01"}.mdi-menu-open:before{content:"\FB87"}.mdi-menu-right:before{content:"\F35F"}.mdi-menu-right-outline:before{content:"\FA02"}.mdi-menu-swap:before{content:"\FA63"}.mdi-menu-swap-outline:before{content:"\FA64"}.mdi-menu-up:before{content:"\F360"}.mdi-menu-up-outline:before{content:"\F6B6"}.mdi-message:before{content:"\F361"}.mdi-message-alert:before{content:"\F362"}.mdi-message-alert-outline:before{content:"\FA03"}.mdi-message-bulleted:before{content:"\F6A1"}.mdi-message-bulleted-off:before{content:"\F6A2"}.mdi-message-draw:before{content:"\F363"}.mdi-message-image:before{content:"\F364"}.mdi-message-outline:before{content:"\F365"}.mdi-message-plus:before{content:"\F653"}.mdi-message-processing:before{content:"\F366"}.mdi-message-reply:before{content:"\F367"}.mdi-message-reply-text:before{content:"\F368"}.mdi-message-settings:before{content:"\F6EF"}.mdi-message-settings-variant:before{content:"\F6F0"}.mdi-message-text:before{content:"\F369"}.mdi-message-text-outline:before{content:"\F36A"}.mdi-message-video:before{content:"\F36B"}.mdi-meteor:before{content:"\F629"}.mdi-metronome:before{content:"\F7D9"}.mdi-metronome-tick:before{content:"\F7DA"}.mdi-micro-sd:before{content:"\F7DB"}.mdi-microphone:before{content:"\F36C"}.mdi-microphone-minus:before{content:"\F8B2"}.mdi-microphone-off:before{content:"\F36D"}.mdi-microphone-outline:before{content:"\F36E"}.mdi-microphone-plus:before{content:"\F8B3"}.mdi-microphone-settings:before{content:"\F36F"}.mdi-microphone-variant:before{content:"\F370"}.mdi-microphone-variant-off:before{content:"\F371"}.mdi-microscope:before{content:"\F654"}.mdi-microsoft:before{content:"\F372"}.mdi-microsoft-dynamics:before{content:"\F987"}.mdi-microwave:before{content:"\FC75"}.mdi-midi:before{content:"\F8F0"}.mdi-midi-port:before{content:"\F8F1"}.mdi-mine:before{content:"\FDB6"}.mdi-minecraft:before{content:"\F373"}.mdi-mini-sd:before{content:"\FA04"}.mdi-minidisc:before{content:"\FA05"}.mdi-minus:before{content:"\F374"}.mdi-minus-box:before{content:"\F375"}.mdi-minus-box-outline:before{content:"\F6F1"}.mdi-minus-circle:before{content:"\F376"}.mdi-minus-circle-outline:before{content:"\F377"}.mdi-minus-network:before{content:"\F378"}.mdi-minus-network-outline:before{content:"\FC76"}.mdi-mixcloud:before{content:"\F62A"}.mdi-mixed-martial-arts:before{content:"\FD6B"}.mdi-mixed-reality:before{content:"\F87E"}.mdi-mixer:before{content:"\F7DC"}.mdi-molecule:before{content:"\FB88"}.mdi-monitor:before{content:"\F379"}.mdi-monitor-cellphone:before{content:"\F988"}.mdi-monitor-cellphone-star:before{content:"\F989"}.mdi-monitor-dashboard:before{content:"\FA06"}.mdi-monitor-lock:before{content:"\FDB7"}.mdi-monitor-multiple:before{content:"\F37A"}.mdi-monitor-off:before{content:"\FD6C"}.mdi-monitor-screenshot:before{content:"\FE34"}.mdi-monitor-star:before{content:"\FDB8"}.mdi-more:before{content:"\F37B"}.mdi-mother-nurse:before{content:"\FCFD"}.mdi-motion-sensor:before{content:"\FD6D"}.mdi-motorbike:before{content:"\F37C"}.mdi-mouse:before{content:"\F37D"}.mdi-mouse-bluetooth:before{content:"\F98A"}.mdi-mouse-off:before{content:"\F37E"}.mdi-mouse-variant:before{content:"\F37F"}.mdi-mouse-variant-off:before{content:"\F380"}.mdi-move-resize:before{content:"\F655"}.mdi-move-resize-variant:before{content:"\F656"}.mdi-movie:before{content:"\F381"}.mdi-movie-outline:before{content:"\FDB9"}.mdi-movie-roll:before{content:"\F7DD"}.mdi-muffin:before{content:"\F98B"}.mdi-multiplication:before{content:"\F382"}.mdi-multiplication-box:before{content:"\F383"}.mdi-mushroom:before{content:"\F7DE"}.mdi-mushroom-outline:before{content:"\F7DF"}.mdi-music:before{content:"\F759"}.mdi-music-box:before{content:"\F384"}.mdi-music-box-outline:before{content:"\F385"}.mdi-music-circle:before{content:"\F386"}.mdi-music-circle-outline:before{content:"\FAD3"}.mdi-music-note:before{content:"\F387"}.mdi-music-note-bluetooth:before{content:"\F5FE"}.mdi-music-note-bluetooth-off:before{content:"\F5FF"}.mdi-music-note-eighth:before{content:"\F388"}.mdi-music-note-half:before{content:"\F389"}.mdi-music-note-off:before{content:"\F38A"}.mdi-music-note-plus:before{content:"\FDBA"}.mdi-music-note-quarter:before{content:"\F38B"}.mdi-music-note-sixteenth:before{content:"\F38C"}.mdi-music-note-whole:before{content:"\F38D"}.mdi-music-off:before{content:"\F75A"}.mdi-nail:before{content:"\FDBB"}.mdi-nas:before{content:"\F8F2"}.mdi-nativescript:before{content:"\F87F"}.mdi-nature:before{content:"\F38E"}.mdi-nature-people:before{content:"\F38F"}.mdi-navigation:before{content:"\F390"}.mdi-near-me:before{content:"\F5CD"}.mdi-needle:before{content:"\F391"}.mdi-netflix:before{content:"\F745"}.mdi-network:before{content:"\F6F2"}.mdi-network-off:before{content:"\FC77"}.mdi-network-off-outline:before{content:"\FC78"}.mdi-network-outline:before{content:"\FC79"}.mdi-network-strength-1:before{content:"\F8F3"}.mdi-network-strength-1-alert:before{content:"\F8F4"}.mdi-network-strength-2:before{content:"\F8F5"}.mdi-network-strength-2-alert:before{content:"\F8F6"}.mdi-network-strength-3:before{content:"\F8F7"}.mdi-network-strength-3-alert:before{content:"\F8F8"}.mdi-network-strength-4:before{content:"\F8F9"}.mdi-network-strength-4-alert:before{content:"\F8FA"}.mdi-network-strength-off:before{content:"\F8FB"}.mdi-network-strength-off-outline:before{content:"\F8FC"}.mdi-network-strength-outline:before{content:"\F8FD"}.mdi-new-box:before{content:"\F394"}.mdi-newspaper:before{content:"\F395"}.mdi-nfc:before{content:"\F396"}.mdi-nfc-off:before{content:"\FE35"}.mdi-nfc-search-variant:before{content:"\FE36"}.mdi-nfc-tap:before{content:"\F397"}.mdi-nfc-variant:before{content:"\F398"}.mdi-nfc-variant-off:before{content:"\FE37"}.mdi-ninja:before{content:"\F773"}.mdi-nintendo-switch:before{content:"\F7E0"}.mdi-nodejs:before{content:"\F399"}.mdi-not-equal:before{content:"\F98C"}.mdi-not-equal-variant:before{content:"\F98D"}.mdi-note:before{content:"\F39A"}.mdi-note-multiple:before{content:"\F6B7"}.mdi-note-multiple-outline:before{content:"\F6B8"}.mdi-note-outline:before{content:"\F39B"}.mdi-note-plus:before{content:"\F39C"}.mdi-note-plus-outline:before{content:"\F39D"}.mdi-note-text:before{content:"\F39E"}.mdi-notebook:before{content:"\F82D"}.mdi-notebook-multiple:before{content:"\FE38"}.mdi-notification-clear-all:before{content:"\F39F"}.mdi-npm:before{content:"\F6F6"}.mdi-npm-variant:before{content:"\F98E"}.mdi-npm-variant-outline:before{content:"\F98F"}.mdi-nuke:before{content:"\F6A3"}.mdi-null:before{content:"\F7E1"}.mdi-numeric:before{content:"\F3A0"}.mdi-numeric-0:before{content:"\30"}.mdi-numeric-0-box:before{content:"\F3A1"}.mdi-numeric-0-box-multiple-outline:before{content:"\F3A2"}.mdi-numeric-0-box-outline:before{content:"\F3A3"}.mdi-numeric-0-circle:before{content:"\FC7A"}.mdi-numeric-0-circle-outline:before{content:"\FC7B"}.mdi-numeric-1:before{content:"\31"}.mdi-numeric-1-box:before{content:"\F3A4"}.mdi-numeric-1-box-multiple-outline:before{content:"\F3A5"}.mdi-numeric-1-box-outline:before{content:"\F3A6"}.mdi-numeric-1-circle:before{content:"\FC7C"}.mdi-numeric-1-circle-outline:before{content:"\FC7D"}.mdi-numeric-2:before{content:"\32"}.mdi-numeric-2-box:before{content:"\F3A7"}.mdi-numeric-2-box-multiple-outline:before{content:"\F3A8"}.mdi-numeric-2-box-outline:before{content:"\F3A9"}.mdi-numeric-2-circle:before{content:"\FC7E"}.mdi-numeric-2-circle-outline:before{content:"\FC7F"}.mdi-numeric-3:before{content:"\33"}.mdi-numeric-3-box:before{content:"\F3AA"}.mdi-numeric-3-box-multiple-outline:before{content:"\F3AB"}.mdi-numeric-3-box-outline:before{content:"\F3AC"}.mdi-numeric-3-circle:before{content:"\FC80"}.mdi-numeric-3-circle-outline:before{content:"\FC81"}.mdi-numeric-4:before{content:"\34"}.mdi-numeric-4-box:before{content:"\F3AD"}.mdi-numeric-4-box-multiple-outline:before{content:"\F3AE"}.mdi-numeric-4-box-outline:before{content:"\F3AF"}.mdi-numeric-4-circle:before{content:"\FC82"}.mdi-numeric-4-circle-outline:before{content:"\FC83"}.mdi-numeric-5:before{content:"\35"}.mdi-numeric-5-box:before{content:"\F3B0"}.mdi-numeric-5-box-multiple-outline:before{content:"\F3B1"}.mdi-numeric-5-box-outline:before{content:"\F3B2"}.mdi-numeric-5-circle:before{content:"\FC84"}.mdi-numeric-5-circle-outline:before{content:"\FC85"}.mdi-numeric-6:before{content:"\36"}.mdi-numeric-6-box:before{content:"\F3B3"}.mdi-numeric-6-box-multiple-outline:before{content:"\F3B4"}.mdi-numeric-6-box-outline:before{content:"\F3B5"}.mdi-numeric-6-circle:before{content:"\FC86"}.mdi-numeric-6-circle-outline:before{content:"\FC87"}.mdi-numeric-7:before{content:"\37"}.mdi-numeric-7-box:before{content:"\F3B6"}.mdi-numeric-7-box-multiple-outline:before{content:"\F3B7"}.mdi-numeric-7-box-outline:before{content:"\F3B8"}.mdi-numeric-7-circle:before{content:"\FC88"}.mdi-numeric-7-circle-outline:before{content:"\FC89"}.mdi-numeric-8:before{content:"\38"}.mdi-numeric-8-box:before{content:"\F3B9"}.mdi-numeric-8-box-multiple-outline:before{content:"\F3BA"}.mdi-numeric-8-box-outline:before{content:"\F3BB"}.mdi-numeric-8-circle:before{content:"\FC8A"}.mdi-numeric-8-circle-outline:before{content:"\FC8B"}.mdi-numeric-9:before{content:"\39"}.mdi-numeric-9-box:before{content:"\F3BC"}.mdi-numeric-9-box-multiple-outline:before{content:"\F3BD"}.mdi-numeric-9-box-outline:before{content:"\F3BE"}.mdi-numeric-9-circle:before{content:"\FC8C"}.mdi-numeric-9-circle-outline:before{content:"\FC8D"}.mdi-numeric-9-plus-box:before{content:"\F3BF"}.mdi-numeric-9-plus-box-multiple-outline:before{content:"\F3C0"}.mdi-numeric-9-plus-box-outline:before{content:"\F3C1"}.mdi-numeric-9-plus-circle:before{content:"\FC8E"}.mdi-numeric-9-plus-circle-outline:before{content:"\FC8F"}.mdi-nut:before{content:"\F6F7"}.mdi-nutrition:before{content:"\F3C2"}.mdi-oar:before{content:"\F67B"}.mdi-ocarina:before{content:"\FDBC"}.mdi-octagon:before{content:"\F3C3"}.mdi-octagon-outline:before{content:"\F3C4"}.mdi-octagram:before{content:"\F6F8"}.mdi-octagram-outline:before{content:"\F774"}.mdi-odnoklassniki:before{content:"\F3C5"}.mdi-office:before{content:"\F3C6"}.mdi-office-building:before{content:"\F990"}.mdi-oil:before{content:"\F3C7"}.mdi-oil-temperature:before{content:"\F3C8"}.mdi-omega:before{content:"\F3C9"}.mdi-one-up:before{content:"\FB89"}.mdi-onedrive:before{content:"\F3CA"}.mdi-onenote:before{content:"\F746"}.mdi-onepassword:before{content:"\F880"}.mdi-opacity:before{content:"\F5CC"}.mdi-open-in-app:before{content:"\F3CB"}.mdi-open-in-new:before{content:"\F3CC"}.mdi-open-source-initiative:before{content:"\FB8A"}.mdi-openid:before{content:"\F3CD"}.mdi-opera:before{content:"\F3CE"}.mdi-orbit:before{content:"\F018"}.mdi-origin:before{content:"\FB2B"}.mdi-ornament:before{content:"\F3CF"}.mdi-ornament-variant:before{content:"\F3D0"}.mdi-outlook:before{content:"\FCFE"}.mdi-owl:before{content:"\F3D2"}.mdi-pac-man:before{content:"\FB8B"}.mdi-package:before{content:"\F3D3"}.mdi-package-down:before{content:"\F3D4"}.mdi-package-up:before{content:"\F3D5"}.mdi-package-variant:before{content:"\F3D6"}.mdi-package-variant-closed:before{content:"\F3D7"}.mdi-page-first:before{content:"\F600"}.mdi-page-last:before{content:"\F601"}.mdi-page-layout-body:before{content:"\F6F9"}.mdi-page-layout-footer:before{content:"\F6FA"}.mdi-page-layout-header:before{content:"\F6FB"}.mdi-page-layout-sidebar-left:before{content:"\F6FC"}.mdi-page-layout-sidebar-right:before{content:"\F6FD"}.mdi-page-next:before{content:"\FB8C"}.mdi-page-next-outline:before{content:"\FB8D"}.mdi-page-previous:before{content:"\FB8E"}.mdi-page-previous-outline:before{content:"\FB8F"}.mdi-palette:before{content:"\F3D8"}.mdi-palette-advanced:before{content:"\F3D9"}.mdi-palette-outline:before{content:"\FE6C"}.mdi-palette-swatch:before{content:"\F8B4"}.mdi-pan:before{content:"\FB90"}.mdi-pan-bottom-left:before{content:"\FB91"}.mdi-pan-bottom-right:before{content:"\FB92"}.mdi-pan-down:before{content:"\FB93"}.mdi-pan-horizontal:before{content:"\FB94"}.mdi-pan-left:before{content:"\FB95"}.mdi-pan-right:before{content:"\FB96"}.mdi-pan-top-left:before{content:"\FB97"}.mdi-pan-top-right:before{content:"\FB98"}.mdi-pan-up:before{content:"\FB99"}.mdi-pan-vertical:before{content:"\FB9A"}.mdi-panda:before{content:"\F3DA"}.mdi-pandora:before{content:"\F3DB"}.mdi-panorama:before{content:"\F3DC"}.mdi-panorama-fisheye:before{content:"\F3DD"}.mdi-panorama-horizontal:before{content:"\F3DE"}.mdi-panorama-vertical:before{content:"\F3DF"}.mdi-panorama-wide-angle:before{content:"\F3E0"}.mdi-paper-cut-vertical:before{content:"\F3E1"}.mdi-paperclip:before{content:"\F3E2"}.mdi-parachute:before{content:"\FC90"}.mdi-parachute-outline:before{content:"\FC91"}.mdi-parking:before{content:"\F3E3"}.mdi-passport:before{content:"\F7E2"}.mdi-passport-biometric:before{content:"\FDBD"}.mdi-patreon:before{content:"\F881"}.mdi-pause:before{content:"\F3E4"}.mdi-pause-circle:before{content:"\F3E5"}.mdi-pause-circle-outline:before{content:"\F3E6"}.mdi-pause-octagon:before{content:"\F3E7"}.mdi-pause-octagon-outline:before{content:"\F3E8"}.mdi-paw:before{content:"\F3E9"}.mdi-paw-off:before{content:"\F657"}.mdi-paypal:before{content:"\F882"}.mdi-pdf-box:before{content:"\FE39"}.mdi-peace:before{content:"\F883"}.mdi-pen:before{content:"\F3EA"}.mdi-pen-lock:before{content:"\FDBE"}.mdi-pen-minus:before{content:"\FDBF"}.mdi-pen-off:before{content:"\FDC0"}.mdi-pen-plus:before{content:"\FDC1"}.mdi-pen-remove:before{content:"\FDC2"}.mdi-pencil:before{content:"\F3EB"}.mdi-pencil-box:before{content:"\F3EC"}.mdi-pencil-box-outline:before{content:"\F3ED"}.mdi-pencil-circle:before{content:"\F6FE"}.mdi-pencil-circle-outline:before{content:"\F775"}.mdi-pencil-lock:before{content:"\F3EE"}.mdi-pencil-lock-outline:before{content:"\FDC3"}.mdi-pencil-minus:before{content:"\FDC4"}.mdi-pencil-minus-outline:before{content:"\FDC5"}.mdi-pencil-off:before{content:"\F3EF"}.mdi-pencil-off-outline:before{content:"\FDC6"}.mdi-pencil-outline:before{content:"\FC92"}.mdi-pencil-plus:before{content:"\FDC7"}.mdi-pencil-plus-outline:before{content:"\FDC8"}.mdi-pencil-remove:before{content:"\FDC9"}.mdi-pencil-remove-outline:before{content:"\FDCA"}.mdi-pentagon:before{content:"\F6FF"}.mdi-pentagon-outline:before{content:"\F700"}.mdi-percent:before{content:"\F3F0"}.mdi-periodic-table:before{content:"\F8B5"}.mdi-periodic-table-co2:before{content:"\F7E3"}.mdi-periscope:before{content:"\F747"}.mdi-perspective-less:before{content:"\FCFF"}.mdi-perspective-more:before{content:"\FD00"}.mdi-pharmacy:before{content:"\F3F1"}.mdi-phone:before{content:"\F3F2"}.mdi-phone-bluetooth:before{content:"\F3F3"}.mdi-phone-classic:before{content:"\F602"}.mdi-phone-forward:before{content:"\F3F4"}.mdi-phone-hangup:before{content:"\F3F5"}.mdi-phone-in-talk:before{content:"\F3F6"}.mdi-phone-incoming:before{content:"\F3F7"}.mdi-phone-lock:before{content:"\F3F8"}.mdi-phone-log:before{content:"\F3F9"}.mdi-phone-minus:before{content:"\F658"}.mdi-phone-missed:before{content:"\F3FA"}.mdi-phone-off:before{content:"\FDCB"}.mdi-phone-outgoing:before{content:"\F3FB"}.mdi-phone-outline:before{content:"\FDCC"}.mdi-phone-paused:before{content:"\F3FC"}.mdi-phone-plus:before{content:"\F659"}.mdi-phone-return:before{content:"\F82E"}.mdi-phone-rotate-landscape:before{content:"\F884"}.mdi-phone-rotate-portrait:before{content:"\F885"}.mdi-phone-settings:before{content:"\F3FD"}.mdi-phone-voip:before{content:"\F3FE"}.mdi-pi:before{content:"\F3FF"}.mdi-pi-box:before{content:"\F400"}.mdi-pi-hole:before{content:"\FDCD"}.mdi-piano:before{content:"\F67C"}.mdi-pickaxe:before{content:"\F8B6"}.mdi-picture-in-picture-bottom-right:before{content:"\FE3A"}.mdi-picture-in-picture-bottom-right-outline:before{content:"\FE3B"}.mdi-picture-in-picture-top-right:before{content:"\FE3C"}.mdi-picture-in-picture-top-right-outline:before{content:"\FE3D"}.mdi-pier:before{content:"\F886"}.mdi-pier-crane:before{content:"\F887"}.mdi-pig:before{content:"\F401"}.mdi-pill:before{content:"\F402"}.mdi-pillar:before{content:"\F701"}.mdi-pin:before{content:"\F403"}.mdi-pin-off:before{content:"\F404"}.mdi-pin-off-outline:before{content:"\F92F"}.mdi-pin-outline:before{content:"\F930"}.mdi-pine-tree:before{content:"\F405"}.mdi-pine-tree-box:before{content:"\F406"}.mdi-pinterest:before{content:"\F407"}.mdi-pinterest-box:before{content:"\F408"}.mdi-pinwheel:before{content:"\FAD4"}.mdi-pinwheel-outline:before{content:"\FAD5"}.mdi-pipe:before{content:"\F7E4"}.mdi-pipe-disconnected:before{content:"\F7E5"}.mdi-pipe-leak:before{content:"\F888"}.mdi-pirate:before{content:"\FA07"}.mdi-pistol:before{content:"\F702"}.mdi-piston:before{content:"\F889"}.mdi-pizza:before{content:"\F409"}.mdi-play:before{content:"\F40A"}.mdi-play-box-outline:before{content:"\F40B"}.mdi-play-circle:before{content:"\F40C"}.mdi-play-circle-outline:before{content:"\F40D"}.mdi-play-network:before{content:"\F88A"}.mdi-play-network-outline:before{content:"\FC93"}.mdi-play-pause:before{content:"\F40E"}.mdi-play-protected-content:before{content:"\F40F"}.mdi-play-speed:before{content:"\F8FE"}.mdi-playlist-check:before{content:"\F5C7"}.mdi-playlist-edit:before{content:"\F8FF"}.mdi-playlist-minus:before{content:"\F410"}.mdi-playlist-music:before{content:"\FC94"}.mdi-playlist-music-outline:before{content:"\FC95"}.mdi-playlist-play:before{content:"\F411"}.mdi-playlist-plus:before{content:"\F412"}.mdi-playlist-remove:before{content:"\F413"}.mdi-playlist-star:before{content:"\FDCE"}.mdi-playstation:before{content:"\F414"}.mdi-plex:before{content:"\F6B9"}.mdi-plus:before{content:"\F415"}.mdi-plus-box:before{content:"\F416"}.mdi-plus-box-outline:before{content:"\F703"}.mdi-plus-circle:before{content:"\F417"}.mdi-plus-circle-multiple-outline:before{content:"\F418"}.mdi-plus-circle-outline:before{content:"\F419"}.mdi-plus-minus:before{content:"\F991"}.mdi-plus-minus-box:before{content:"\F992"}.mdi-plus-network:before{content:"\F41A"}.mdi-plus-network-outline:before{content:"\FC96"}.mdi-plus-one:before{content:"\F41B"}.mdi-plus-outline:before{content:"\F704"}.mdi-pocket:before{content:"\F41C"}.mdi-podcast:before{content:"\F993"}.mdi-podium:before{content:"\FD01"}.mdi-podium-bronze:before{content:"\FD02"}.mdi-podium-gold:before{content:"\FD03"}.mdi-podium-silver:before{content:"\FD04"}.mdi-point-of-sale:before{content:"\FD6E"}.mdi-pokeball:before{content:"\F41D"}.mdi-pokemon-go:before{content:"\FA08"}.mdi-poker-chip:before{content:"\F82F"}.mdi-polaroid:before{content:"\F41E"}.mdi-poll:before{content:"\F41F"}.mdi-poll-box:before{content:"\F420"}.mdi-polymer:before{content:"\F421"}.mdi-pool:before{content:"\F606"}.mdi-popcorn:before{content:"\F422"}.mdi-postage-stamp:before{content:"\FC97"}.mdi-pot:before{content:"\F65A"}.mdi-pot-mix:before{content:"\F65B"}.mdi-pound:before{content:"\F423"}.mdi-pound-box:before{content:"\F424"}.mdi-power:before{content:"\F425"}.mdi-power-cycle:before{content:"\F900"}.mdi-power-off:before{content:"\F901"}.mdi-power-on:before{content:"\F902"}.mdi-power-plug:before{content:"\F6A4"}.mdi-power-plug-off:before{content:"\F6A5"}.mdi-power-settings:before{content:"\F426"}.mdi-power-sleep:before{content:"\F903"}.mdi-power-socket:before{content:"\F427"}.mdi-power-socket-au:before{content:"\F904"}.mdi-power-socket-eu:before{content:"\F7E6"}.mdi-power-socket-uk:before{content:"\F7E7"}.mdi-power-socket-us:before{content:"\F7E8"}.mdi-power-standby:before{content:"\F905"}.mdi-powershell:before{content:"\FA09"}.mdi-prescription:before{content:"\F705"}.mdi-presentation:before{content:"\F428"}.mdi-presentation-play:before{content:"\F429"}.mdi-printer:before{content:"\F42A"}.mdi-printer-3d:before{content:"\F42B"}.mdi-printer-3d-nozzle:before{content:"\FE3E"}.mdi-printer-3d-nozzle-outline:before{content:"\FE3F"}.mdi-printer-alert:before{content:"\F42C"}.mdi-printer-off:before{content:"\FE40"}.mdi-printer-settings:before{content:"\F706"}.mdi-printer-wireless:before{content:"\FA0A"}.mdi-priority-high:before{content:"\F603"}.mdi-priority-low:before{content:"\F604"}.mdi-professional-hexagon:before{content:"\F42D"}.mdi-progress-alert:before{content:"\FC98"}.mdi-progress-check:before{content:"\F994"}.mdi-progress-clock:before{content:"\F995"}.mdi-progress-download:before{content:"\F996"}.mdi-progress-upload:before{content:"\F997"}.mdi-progress-wrench:before{content:"\FC99"}.mdi-projector:before{content:"\F42E"}.mdi-projector-screen:before{content:"\F42F"}.mdi-publish:before{content:"\F6A6"}.mdi-pulse:before{content:"\F430"}.mdi-pumpkin:before{content:"\FB9B"}.mdi-puzzle:before{content:"\F431"}.mdi-puzzle-outline:before{content:"\FA65"}.mdi-qi:before{content:"\F998"}.mdi-qqchat:before{content:"\F605"}.mdi-qrcode:before{content:"\F432"}.mdi-qrcode-edit:before{content:"\F8B7"}.mdi-qrcode-scan:before{content:"\F433"}.mdi-quadcopter:before{content:"\F434"}.mdi-quality-high:before{content:"\F435"}.mdi-quality-low:before{content:"\FA0B"}.mdi-quality-medium:before{content:"\FA0C"}.mdi-quicktime:before{content:"\F436"}.mdi-quora:before{content:"\FD05"}.mdi-rabbit:before{content:"\F906"}.mdi-racing-helmet:before{content:"\FD6F"}.mdi-racquetball:before{content:"\FD70"}.mdi-radar:before{content:"\F437"}.mdi-radiator:before{content:"\F438"}.mdi-radiator-disabled:before{content:"\FAD6"}.mdi-radiator-off:before{content:"\FAD7"}.mdi-radio:before{content:"\F439"}.mdi-radio-am:before{content:"\FC9A"}.mdi-radio-fm:before{content:"\FC9B"}.mdi-radio-handheld:before{content:"\F43A"}.mdi-radio-tower:before{content:"\F43B"}.mdi-radioactive:before{content:"\F43C"}.mdi-radiobox-blank:before{content:"\F43D"}.mdi-radiobox-marked:before{content:"\F43E"}.mdi-radius:before{content:"\FC9C"}.mdi-radius-outline:before{content:"\FC9D"}.mdi-raspberry-pi:before{content:"\F43F"}.mdi-ray-end:before{content:"\F440"}.mdi-ray-end-arrow:before{content:"\F441"}.mdi-ray-start:before{content:"\F442"}.mdi-ray-start-arrow:before{content:"\F443"}.mdi-ray-start-end:before{content:"\F444"}.mdi-ray-vertex:before{content:"\F445"}.mdi-react:before{content:"\F707"}.mdi-read:before{content:"\F447"}.mdi-receipt:before{content:"\F449"}.mdi-record:before{content:"\F44A"}.mdi-record-player:before{content:"\F999"}.mdi-record-rec:before{content:"\F44B"}.mdi-rectangle:before{content:"\FE41"}.mdi-rectangle-outline:before{content:"\FE42"}.mdi-recycle:before{content:"\F44C"}.mdi-reddit:before{content:"\F44D"}.mdi-redo:before{content:"\F44E"}.mdi-redo-variant:before{content:"\F44F"}.mdi-reflect-horizontal:before{content:"\FA0D"}.mdi-reflect-vertical:before{content:"\FA0E"}.mdi-refresh:before{content:"\F450"}.mdi-regex:before{content:"\F451"}.mdi-registered-trademark:before{content:"\FA66"}.mdi-relative-scale:before{content:"\F452"}.mdi-reload:before{content:"\F453"}.mdi-reminder:before{content:"\F88B"}.mdi-remote:before{content:"\F454"}.mdi-remote-desktop:before{content:"\F8B8"}.mdi-rename-box:before{content:"\F455"}.mdi-reorder-horizontal:before{content:"\F687"}.mdi-reorder-vertical:before{content:"\F688"}.mdi-repeat:before{content:"\F456"}.mdi-repeat-off:before{content:"\F457"}.mdi-repeat-once:before{content:"\F458"}.mdi-replay:before{content:"\F459"}.mdi-reply:before{content:"\F45A"}.mdi-reply-all:before{content:"\F45B"}.mdi-reproduction:before{content:"\F45C"}.mdi-resistor:before{content:"\FB1F"}.mdi-resistor-nodes:before{content:"\FB20"}.mdi-resize:before{content:"\FA67"}.mdi-resize-bottom-right:before{content:"\F45D"}.mdi-responsive:before{content:"\F45E"}.mdi-restart:before{content:"\F708"}.mdi-restart-off:before{content:"\FD71"}.mdi-restore:before{content:"\F99A"}.mdi-restore-clock:before{content:"\F6A7"}.mdi-rewind:before{content:"\F45F"}.mdi-rewind-10:before{content:"\FD06"}.mdi-rewind-30:before{content:"\FD72"}.mdi-rewind-outline:before{content:"\F709"}.mdi-rhombus:before{content:"\F70A"}.mdi-rhombus-medium:before{content:"\FA0F"}.mdi-rhombus-outline:before{content:"\F70B"}.mdi-rhombus-split:before{content:"\FA10"}.mdi-ribbon:before{content:"\F460"}.mdi-rice:before{content:"\F7E9"}.mdi-ring:before{content:"\F7EA"}.mdi-rivet:before{content:"\FE43"}.mdi-road:before{content:"\F461"}.mdi-road-variant:before{content:"\F462"}.mdi-robot:before{content:"\F6A8"}.mdi-robot-industrial:before{content:"\FB21"}.mdi-robot-vacuum:before{content:"\F70C"}.mdi-robot-vacuum-variant:before{content:"\F907"}.mdi-rocket:before{content:"\F463"}.mdi-roller-skate:before{content:"\FD07"}.mdi-rollerblade:before{content:"\FD08"}.mdi-rollupjs:before{content:"\FB9C"}.mdi-room-service:before{content:"\F88C"}.mdi-room-service-outline:before{content:"\FD73"}.mdi-rotate-3d:before{content:"\F464"}.mdi-rotate-left:before{content:"\F465"}.mdi-rotate-left-variant:before{content:"\F466"}.mdi-rotate-orbit:before{content:"\FD74"}.mdi-rotate-right:before{content:"\F467"}.mdi-rotate-right-variant:before{content:"\F468"}.mdi-rounded-corner:before{content:"\F607"}.mdi-router-wireless:before{content:"\F469"}.mdi-router-wireless-settings:before{content:"\FA68"}.mdi-routes:before{content:"\F46A"}.mdi-rowing:before{content:"\F608"}.mdi-rss:before{content:"\F46B"}.mdi-rss-box:before{content:"\F46C"}.mdi-ruby:before{content:"\FD09"}.mdi-rugby:before{content:"\FD75"}.mdi-ruler:before{content:"\F46D"}.mdi-ruler-square:before{content:"\FC9E"}.mdi-run:before{content:"\F70D"}.mdi-run-fast:before{content:"\F46E"}.mdi-sack:before{content:"\FD0A"}.mdi-sack-percent:before{content:"\FD0B"}.mdi-safe:before{content:"\FA69"}.mdi-safety-goggles:before{content:"\FD0C"}.mdi-sale:before{content:"\F46F"}.mdi-salesforce:before{content:"\F88D"}.mdi-sass:before{content:"\F7EB"}.mdi-satellite:before{content:"\F470"}.mdi-satellite-uplink:before{content:"\F908"}.mdi-satellite-variant:before{content:"\F471"}.mdi-sausage:before{content:"\F8B9"}.mdi-saw-blade:before{content:"\FE44"}.mdi-saxophone:before{content:"\F609"}.mdi-scale:before{content:"\F472"}.mdi-scale-balance:before{content:"\F5D1"}.mdi-scale-bathroom:before{content:"\F473"}.mdi-scanner:before{content:"\F6AA"}.mdi-scanner-off:before{content:"\F909"}.mdi-school:before{content:"\F474"}.mdi-scissors-cutting:before{content:"\FA6A"}.mdi-screen-rotation:before{content:"\F475"}.mdi-screen-rotation-lock:before{content:"\F476"}.mdi-screw-flat-top:before{content:"\FDCF"}.mdi-screw-lag:before{content:"\FE54"}.mdi-screw-machine-flat-top:before{content:"\FE55"}.mdi-screw-machine-round-top:before{content:"\FE56"}.mdi-screw-round-top:before{content:"\FE57"}.mdi-screwdriver:before{content:"\F477"}.mdi-script:before{content:"\FB9D"}.mdi-script-outline:before{content:"\F478"}.mdi-script-text:before{content:"\FB9E"}.mdi-script-text-outline:before{content:"\FB9F"}.mdi-sd:before{content:"\F479"}.mdi-seal:before{content:"\F47A"}.mdi-search-web:before{content:"\F70E"}.mdi-seat:before{content:"\FC9F"}.mdi-seat-flat:before{content:"\F47B"}.mdi-seat-flat-angled:before{content:"\F47C"}.mdi-seat-individual-suite:before{content:"\F47D"}.mdi-seat-legroom-extra:before{content:"\F47E"}.mdi-seat-legroom-normal:before{content:"\F47F"}.mdi-seat-legroom-reduced:before{content:"\F480"}.mdi-seat-outline:before{content:"\FCA0"}.mdi-seat-recline-extra:before{content:"\F481"}.mdi-seat-recline-normal:before{content:"\F482"}.mdi-seatbelt:before{content:"\FCA1"}.mdi-security:before{content:"\F483"}.mdi-security-network:before{content:"\F484"}.mdi-seed:before{content:"\FE45"}.mdi-seed-outline:before{content:"\FE46"}.mdi-select:before{content:"\F485"}.mdi-select-all:before{content:"\F486"}.mdi-select-color:before{content:"\FD0D"}.mdi-select-compare:before{content:"\FAD8"}.mdi-select-drag:before{content:"\FA6B"}.mdi-select-inverse:before{content:"\F487"}.mdi-select-off:before{content:"\F488"}.mdi-selection:before{content:"\F489"}.mdi-selection-drag:before{content:"\FA6C"}.mdi-selection-ellipse:before{content:"\FD0E"}.mdi-selection-off:before{content:"\F776"}.mdi-send:before{content:"\F48A"}.mdi-send-circle:before{content:"\FE58"}.mdi-send-circle-outline:before{content:"\FE59"}.mdi-send-lock:before{content:"\F7EC"}.mdi-serial-port:before{content:"\F65C"}.mdi-server:before{content:"\F48B"}.mdi-server-minus:before{content:"\F48C"}.mdi-server-network:before{content:"\F48D"}.mdi-server-network-off:before{content:"\F48E"}.mdi-server-off:before{content:"\F48F"}.mdi-server-plus:before{content:"\F490"}.mdi-server-remove:before{content:"\F491"}.mdi-server-security:before{content:"\F492"}.mdi-set-all:before{content:"\F777"}.mdi-set-center:before{content:"\F778"}.mdi-set-center-right:before{content:"\F779"}.mdi-set-left:before{content:"\F77A"}.mdi-set-left-center:before{content:"\F77B"}.mdi-set-left-right:before{content:"\F77C"}.mdi-set-none:before{content:"\F77D"}.mdi-set-right:before{content:"\F77E"}.mdi-set-top-box:before{content:"\F99E"}.mdi-settings:before{content:"\F493"}.mdi-settings-box:before{content:"\F494"}.mdi-settings-helper:before{content:"\FA6D"}.mdi-settings-outline:before{content:"\F8BA"}.mdi-shape:before{content:"\F830"}.mdi-shape-circle-plus:before{content:"\F65D"}.mdi-shape-outline:before{content:"\F831"}.mdi-shape-plus:before{content:"\F495"}.mdi-shape-polygon-plus:before{content:"\F65E"}.mdi-shape-rectangle-plus:before{content:"\F65F"}.mdi-shape-square-plus:before{content:"\F660"}.mdi-share:before{content:"\F496"}.mdi-share-outline:before{content:"\F931"}.mdi-share-variant:before{content:"\F497"}.mdi-sheep:before{content:"\FCA2"}.mdi-shield:before{content:"\F498"}.mdi-shield-account:before{content:"\F88E"}.mdi-shield-account-outline:before{content:"\FA11"}.mdi-shield-airplane:before{content:"\F6BA"}.mdi-shield-airplane-outline:before{content:"\FCA3"}.mdi-shield-check:before{content:"\F565"}.mdi-shield-check-outline:before{content:"\FCA4"}.mdi-shield-cross:before{content:"\FCA5"}.mdi-shield-cross-outline:before{content:"\FCA6"}.mdi-shield-half-full:before{content:"\F77F"}.mdi-shield-home:before{content:"\F689"}.mdi-shield-home-outline:before{content:"\FCA7"}.mdi-shield-key:before{content:"\FBA0"}.mdi-shield-key-outline:before{content:"\FBA1"}.mdi-shield-link-variant:before{content:"\FD0F"}.mdi-shield-link-variant-outline:before{content:"\FD10"}.mdi-shield-lock:before{content:"\F99C"}.mdi-shield-lock-outline:before{content:"\FCA8"}.mdi-shield-off:before{content:"\F99D"}.mdi-shield-off-outline:before{content:"\F99B"}.mdi-shield-outline:before{content:"\F499"}.mdi-shield-plus:before{content:"\FAD9"}.mdi-shield-plus-outline:before{content:"\FADA"}.mdi-shield-remove:before{content:"\FADB"}.mdi-shield-remove-outline:before{content:"\FADC"}.mdi-shield-search:before{content:"\FD76"}.mdi-ship-wheel:before{content:"\F832"}.mdi-shoe-formal:before{content:"\FB22"}.mdi-shoe-heel:before{content:"\FB23"}.mdi-shoe-print:before{content:"\FE5A"}.mdi-shopify:before{content:"\FADD"}.mdi-shopping:before{content:"\F49A"}.mdi-shopping-music:before{content:"\F49B"}.mdi-shovel:before{content:"\F70F"}.mdi-shovel-off:before{content:"\F710"}.mdi-shower:before{content:"\F99F"}.mdi-shower-head:before{content:"\F9A0"}.mdi-shredder:before{content:"\F49C"}.mdi-shuffle:before{content:"\F49D"}.mdi-shuffle-disabled:before{content:"\F49E"}.mdi-shuffle-variant:before{content:"\F49F"}.mdi-sigma:before{content:"\F4A0"}.mdi-sigma-lower:before{content:"\F62B"}.mdi-sign-caution:before{content:"\F4A1"}.mdi-sign-direction:before{content:"\F780"}.mdi-sign-text:before{content:"\F781"}.mdi-signal:before{content:"\F4A2"}.mdi-signal-2g:before{content:"\F711"}.mdi-signal-3g:before{content:"\F712"}.mdi-signal-4g:before{content:"\F713"}.mdi-signal-5g:before{content:"\FA6E"}.mdi-signal-cellular-1:before{content:"\F8BB"}.mdi-signal-cellular-2:before{content:"\F8BC"}.mdi-signal-cellular-3:before{content:"\F8BD"}.mdi-signal-cellular-outline:before{content:"\F8BE"}.mdi-signal-distance-variant:before{content:"\FE47"}.mdi-signal-hspa:before{content:"\F714"}.mdi-signal-hspa-plus:before{content:"\F715"}.mdi-signal-off:before{content:"\F782"}.mdi-signal-variant:before{content:"\F60A"}.mdi-signature:before{content:"\FE5B"}.mdi-signature-freehand:before{content:"\FE5C"}.mdi-signature-image:before{content:"\FE5D"}.mdi-signature-text:before{content:"\FE5E"}.mdi-silo:before{content:"\FB24"}.mdi-silverware:before{content:"\F4A3"}.mdi-silverware-fork:before{content:"\F4A4"}.mdi-silverware-fork-knife:before{content:"\FA6F"}.mdi-silverware-spoon:before{content:"\F4A5"}.mdi-silverware-variant:before{content:"\F4A6"}.mdi-sim:before{content:"\F4A7"}.mdi-sim-alert:before{content:"\F4A8"}.mdi-sim-off:before{content:"\F4A9"}.mdi-sina-weibo:before{content:"\FADE"}.mdi-sitemap:before{content:"\F4AA"}.mdi-skate:before{content:"\FD11"}.mdi-skew-less:before{content:"\FD12"}.mdi-skew-more:before{content:"\FD13"}.mdi-skip-backward:before{content:"\F4AB"}.mdi-skip-forward:before{content:"\F4AC"}.mdi-skip-next:before{content:"\F4AD"}.mdi-skip-next-circle:before{content:"\F661"}.mdi-skip-next-circle-outline:before{content:"\F662"}.mdi-skip-previous:before{content:"\F4AE"}.mdi-skip-previous-circle:before{content:"\F663"}.mdi-skip-previous-circle-outline:before{content:"\F664"}.mdi-skull:before{content:"\F68B"}.mdi-skull-crossbones:before{content:"\FBA2"}.mdi-skull-crossbones-outline:before{content:"\FBA3"}.mdi-skull-outline:before{content:"\FBA4"}.mdi-skype:before{content:"\F4AF"}.mdi-skype-business:before{content:"\F4B0"}.mdi-slack:before{content:"\F4B1"}.mdi-slackware:before{content:"\F90A"}.mdi-sleep:before{content:"\F4B2"}.mdi-sleep-off:before{content:"\F4B3"}.mdi-slope-downhill:before{content:"\FE5F"}.mdi-slope-uphill:before{content:"\FE60"}.mdi-smog:before{content:"\FA70"}.mdi-smoke-detector:before{content:"\F392"}.mdi-smoking:before{content:"\F4B4"}.mdi-smoking-off:before{content:"\F4B5"}.mdi-snapchat:before{content:"\F4B6"}.mdi-snowflake:before{content:"\F716"}.mdi-snowman:before{content:"\F4B7"}.mdi-soccer:before{content:"\F4B8"}.mdi-soccer-field:before{content:"\F833"}.mdi-sofa:before{content:"\F4B9"}.mdi-solar-panel:before{content:"\FD77"}.mdi-solar-panel-large:before{content:"\FD78"}.mdi-solar-power:before{content:"\FA71"}.mdi-solid:before{content:"\F68C"}.mdi-sort:before{content:"\F4BA"}.mdi-sort-alphabetical:before{content:"\F4BB"}.mdi-sort-ascending:before{content:"\F4BC"}.mdi-sort-descending:before{content:"\F4BD"}.mdi-sort-numeric:before{content:"\F4BE"}.mdi-sort-variant:before{content:"\F4BF"}.mdi-sort-variant-lock:before{content:"\FCA9"}.mdi-sort-variant-lock-open:before{content:"\FCAA"}.mdi-soundcloud:before{content:"\F4C0"}.mdi-source-branch:before{content:"\F62C"}.mdi-source-commit:before{content:"\F717"}.mdi-source-commit-end:before{content:"\F718"}.mdi-source-commit-end-local:before{content:"\F719"}.mdi-source-commit-local:before{content:"\F71A"}.mdi-source-commit-next-local:before{content:"\F71B"}.mdi-source-commit-start:before{content:"\F71C"}.mdi-source-commit-start-next-local:before{content:"\F71D"}.mdi-source-fork:before{content:"\F4C1"}.mdi-source-merge:before{content:"\F62D"}.mdi-source-pull:before{content:"\F4C2"}.mdi-source-repository:before{content:"\FCAB"}.mdi-source-repository-multiple:before{content:"\FCAC"}.mdi-soy-sauce:before{content:"\F7ED"}.mdi-spa:before{content:"\FCAD"}.mdi-spa-outline:before{content:"\FCAE"}.mdi-space-invaders:before{content:"\FBA5"}.mdi-spade:before{content:"\FE48"}.mdi-speaker:before{content:"\F4C3"}.mdi-speaker-bluetooth:before{content:"\F9A1"}.mdi-speaker-multiple:before{content:"\FD14"}.mdi-speaker-off:before{content:"\F4C4"}.mdi-speaker-wireless:before{content:"\F71E"}.mdi-speedometer:before{content:"\F4C5"}.mdi-spellcheck:before{content:"\F4C6"}.mdi-spider-web:before{content:"\FBA6"}.mdi-spotify:before{content:"\F4C7"}.mdi-spotlight:before{content:"\F4C8"}.mdi-spotlight-beam:before{content:"\F4C9"}.mdi-spray:before{content:"\F665"}.mdi-spray-bottle:before{content:"\FADF"}.mdi-sprout:before{content:"\FE49"}.mdi-sprout-outline:before{content:"\FE4A"}.mdi-square:before{content:"\F763"}.mdi-square-edit-outline:before{content:"\F90B"}.mdi-square-inc:before{content:"\F4CA"}.mdi-square-inc-cash:before{content:"\F4CB"}.mdi-square-medium:before{content:"\FA12"}.mdi-square-medium-outline:before{content:"\FA13"}.mdi-square-outline:before{content:"\F762"}.mdi-square-root:before{content:"\F783"}.mdi-square-root-box:before{content:"\F9A2"}.mdi-square-small:before{content:"\FA14"}.mdi-squeegee:before{content:"\FAE0"}.mdi-ssh:before{content:"\F8BF"}.mdi-stack-exchange:before{content:"\F60B"}.mdi-stack-overflow:before{content:"\F4CC"}.mdi-stadium:before{content:"\F71F"}.mdi-stairs:before{content:"\F4CD"}.mdi-stamper:before{content:"\FD15"}.mdi-standard-definition:before{content:"\F7EE"}.mdi-star:before{content:"\F4CE"}.mdi-star-box:before{content:"\FA72"}.mdi-star-box-outline:before{content:"\FA73"}.mdi-star-circle:before{content:"\F4CF"}.mdi-star-circle-outline:before{content:"\F9A3"}.mdi-star-face:before{content:"\F9A4"}.mdi-star-four-points:before{content:"\FAE1"}.mdi-star-four-points-outline:before{content:"\FAE2"}.mdi-star-half:before{content:"\F4D0"}.mdi-star-off:before{content:"\F4D1"}.mdi-star-outline:before{content:"\F4D2"}.mdi-star-three-points:before{content:"\FAE3"}.mdi-star-three-points-outline:before{content:"\FAE4"}.mdi-steam:before{content:"\F4D3"}.mdi-steam-box:before{content:"\F90C"}.mdi-steering:before{content:"\F4D4"}.mdi-steering-off:before{content:"\F90D"}.mdi-step-backward:before{content:"\F4D5"}.mdi-step-backward-2:before{content:"\F4D6"}.mdi-step-forward:before{content:"\F4D7"}.mdi-step-forward-2:before{content:"\F4D8"}.mdi-stethoscope:before{content:"\F4D9"}.mdi-sticker:before{content:"\F5D0"}.mdi-sticker-emoji:before{content:"\F784"}.mdi-stocking:before{content:"\F4DA"}.mdi-stop:before{content:"\F4DB"}.mdi-stop-circle:before{content:"\F666"}.mdi-stop-circle-outline:before{content:"\F667"}.mdi-store:before{content:"\F4DC"}.mdi-store-24-hour:before{content:"\F4DD"}.mdi-stove:before{content:"\F4DE"}.mdi-strava:before{content:"\FB25"}.mdi-subdirectory-arrow-left:before{content:"\F60C"}.mdi-subdirectory-arrow-right:before{content:"\F60D"}.mdi-subtitles:before{content:"\FA15"}.mdi-subtitles-outline:before{content:"\FA16"}.mdi-subway:before{content:"\F6AB"}.mdi-subway-alert-variant:before{content:"\FD79"}.mdi-subway-variant:before{content:"\F4DF"}.mdi-summit:before{content:"\F785"}.mdi-sunglasses:before{content:"\F4E0"}.mdi-surround-sound:before{content:"\F5C5"}.mdi-surround-sound-2-0:before{content:"\F7EF"}.mdi-surround-sound-3-1:before{content:"\F7F0"}.mdi-surround-sound-5-1:before{content:"\F7F1"}.mdi-surround-sound-7-1:before{content:"\F7F2"}.mdi-svg:before{content:"\F720"}.mdi-swap-horizontal:before{content:"\F4E1"}.mdi-swap-horizontal-bold:before{content:"\FBA9"}.mdi-swap-horizontal-variant:before{content:"\F8C0"}.mdi-swap-vertical:before{content:"\F4E2"}.mdi-swap-vertical-bold:before{content:"\FBAA"}.mdi-swap-vertical-variant:before{content:"\F8C1"}.mdi-swim:before{content:"\F4E3"}.mdi-switch:before{content:"\F4E4"}.mdi-sword:before{content:"\F4E5"}.mdi-sword-cross:before{content:"\F786"}.mdi-symfony:before{content:"\FAE5"}.mdi-sync:before{content:"\F4E6"}.mdi-sync-alert:before{content:"\F4E7"}.mdi-sync-off:before{content:"\F4E8"}.mdi-tab:before{content:"\F4E9"}.mdi-tab-minus:before{content:"\FB26"}.mdi-tab-plus:before{content:"\F75B"}.mdi-tab-remove:before{content:"\FB27"}.mdi-tab-unselected:before{content:"\F4EA"}.mdi-table:before{content:"\F4EB"}.mdi-table-border:before{content:"\FA17"}.mdi-table-column:before{content:"\F834"}.mdi-table-column-plus-after:before{content:"\F4EC"}.mdi-table-column-plus-before:before{content:"\F4ED"}.mdi-table-column-remove:before{content:"\F4EE"}.mdi-table-column-width:before{content:"\F4EF"}.mdi-table-edit:before{content:"\F4F0"}.mdi-table-large:before{content:"\F4F1"}.mdi-table-merge-cells:before{content:"\F9A5"}.mdi-table-of-contents:before{content:"\F835"}.mdi-table-plus:before{content:"\FA74"}.mdi-table-remove:before{content:"\FA75"}.mdi-table-row:before{content:"\F836"}.mdi-table-row-height:before{content:"\F4F2"}.mdi-table-row-plus-after:before{content:"\F4F3"}.mdi-table-row-plus-before:before{content:"\F4F4"}.mdi-table-row-remove:before{content:"\F4F5"}.mdi-table-search:before{content:"\F90E"}.mdi-table-settings:before{content:"\F837"}.mdi-table-tennis:before{content:"\FE4B"}.mdi-tablet:before{content:"\F4F6"}.mdi-tablet-android:before{content:"\F4F7"}.mdi-tablet-cellphone:before{content:"\F9A6"}.mdi-tablet-ipad:before{content:"\F4F8"}.mdi-taco:before{content:"\F761"}.mdi-tag:before{content:"\F4F9"}.mdi-tag-faces:before{content:"\F4FA"}.mdi-tag-heart:before{content:"\F68A"}.mdi-tag-heart-outline:before{content:"\FBAB"}.mdi-tag-minus:before{content:"\F90F"}.mdi-tag-multiple:before{content:"\F4FB"}.mdi-tag-outline:before{content:"\F4FC"}.mdi-tag-plus:before{content:"\F721"}.mdi-tag-remove:before{content:"\F722"}.mdi-tag-text-outline:before{content:"\F4FD"}.mdi-tank:before{content:"\FD16"}.mdi-tape-measure:before{content:"\FB28"}.mdi-target:before{content:"\F4FE"}.mdi-target-account:before{content:"\FBAC"}.mdi-target-variant:before{content:"\FA76"}.mdi-taxi:before{content:"\F4FF"}.mdi-tea:before{content:"\FD7A"}.mdi-tea-outline:before{content:"\FD7B"}.mdi-teach:before{content:"\F88F"}.mdi-teamviewer:before{content:"\F500"}.mdi-telegram:before{content:"\F501"}.mdi-telescope:before{content:"\FB29"}.mdi-television:before{content:"\F502"}.mdi-television-box:before{content:"\F838"}.mdi-television-classic:before{content:"\F7F3"}.mdi-television-classic-off:before{content:"\F839"}.mdi-television-guide:before{content:"\F503"}.mdi-television-off:before{content:"\F83A"}.mdi-temperature-celsius:before{content:"\F504"}.mdi-temperature-fahrenheit:before{content:"\F505"}.mdi-temperature-kelvin:before{content:"\F506"}.mdi-tennis:before{content:"\FD7C"}.mdi-tennis-ball:before{content:"\F507"}.mdi-tent:before{content:"\F508"}.mdi-terrain:before{content:"\F509"}.mdi-test-tube:before{content:"\F668"}.mdi-test-tube-empty:before{content:"\F910"}.mdi-test-tube-off:before{content:"\F911"}.mdi-text:before{content:"\F9A7"}.mdi-text-shadow:before{content:"\F669"}.mdi-text-short:before{content:"\F9A8"}.mdi-text-subject:before{content:"\F9A9"}.mdi-text-to-speech:before{content:"\F50A"}.mdi-text-to-speech-off:before{content:"\F50B"}.mdi-textbox:before{content:"\F60E"}.mdi-textbox-password:before{content:"\F7F4"}.mdi-texture:before{content:"\F50C"}.mdi-theater:before{content:"\F50D"}.mdi-theme-light-dark:before{content:"\F50E"}.mdi-thermometer:before{content:"\F50F"}.mdi-thermometer-alert:before{content:"\FE61"}.mdi-thermometer-chevron-down:before{content:"\FE62"}.mdi-thermometer-chevron-up:before{content:"\FE63"}.mdi-thermometer-lines:before{content:"\F510"}.mdi-thermometer-minus:before{content:"\FE64"}.mdi-thermometer-plus:before{content:"\FE65"}.mdi-thermostat:before{content:"\F393"}.mdi-thermostat-box:before{content:"\F890"}.mdi-thought-bubble:before{content:"\F7F5"}.mdi-thought-bubble-outline:before{content:"\F7F6"}.mdi-thumb-down:before{content:"\F511"}.mdi-thumb-down-outline:before{content:"\F512"}.mdi-thumb-up:before{content:"\F513"}.mdi-thumb-up-outline:before{content:"\F514"}.mdi-thumbs-up-down:before{content:"\F515"}.mdi-ticket:before{content:"\F516"}.mdi-ticket-account:before{content:"\F517"}.mdi-ticket-confirmation:before{content:"\F518"}.mdi-ticket-outline:before{content:"\F912"}.mdi-ticket-percent:before{content:"\F723"}.mdi-tie:before{content:"\F519"}.mdi-tilde:before{content:"\F724"}.mdi-timelapse:before{content:"\F51A"}.mdi-timeline:before{content:"\FBAD"}.mdi-timeline-outline:before{content:"\FBAE"}.mdi-timeline-text:before{content:"\FBAF"}.mdi-timeline-text-outline:before{content:"\FBB0"}.mdi-timer:before{content:"\F51B"}.mdi-timer-10:before{content:"\F51C"}.mdi-timer-3:before{content:"\F51D"}.mdi-timer-off:before{content:"\F51E"}.mdi-timer-sand:before{content:"\F51F"}.mdi-timer-sand-empty:before{content:"\F6AC"}.mdi-timer-sand-full:before{content:"\F78B"}.mdi-timetable:before{content:"\F520"}.mdi-toaster-oven:before{content:"\FCAF"}.mdi-toggle-switch:before{content:"\F521"}.mdi-toggle-switch-off:before{content:"\F522"}.mdi-toggle-switch-off-outline:before{content:"\FA18"}.mdi-toggle-switch-outline:before{content:"\FA19"}.mdi-toilet:before{content:"\F9AA"}.mdi-toolbox:before{content:"\F9AB"}.mdi-toolbox-outline:before{content:"\F9AC"}.mdi-tooltip:before{content:"\F523"}.mdi-tooltip-account:before{content:"\F00C"}.mdi-tooltip-edit:before{content:"\F524"}.mdi-tooltip-image:before{content:"\F525"}.mdi-tooltip-image-outline:before{content:"\FBB1"}.mdi-tooltip-outline:before{content:"\F526"}.mdi-tooltip-plus:before{content:"\FBB2"}.mdi-tooltip-plus-outline:before{content:"\F527"}.mdi-tooltip-text:before{content:"\F528"}.mdi-tooltip-text-outline:before{content:"\FBB3"}.mdi-tooth:before{content:"\F8C2"}.mdi-tooth-outline:before{content:"\F529"}.mdi-tor:before{content:"\F52A"}.mdi-tortoise:before{content:"\FD17"}.mdi-tournament:before{content:"\F9AD"}.mdi-tower-beach:before{content:"\F680"}.mdi-tower-fire:before{content:"\F681"}.mdi-towing:before{content:"\F83B"}.mdi-track-light:before{content:"\F913"}.mdi-trackpad:before{content:"\F7F7"}.mdi-trackpad-lock:before{content:"\F932"}.mdi-tractor:before{content:"\F891"}.mdi-trademark:before{content:"\FA77"}.mdi-traffic-light:before{content:"\F52B"}.mdi-train:before{content:"\F52C"}.mdi-train-car:before{content:"\FBB4"}.mdi-train-variant:before{content:"\F8C3"}.mdi-tram:before{content:"\F52D"}.mdi-transcribe:before{content:"\F52E"}.mdi-transcribe-close:before{content:"\F52F"}.mdi-transfer-down:before{content:"\FD7D"}.mdi-transfer-left:before{content:"\FD7E"}.mdi-transfer-right:before{content:"\F530"}.mdi-transfer-up:before{content:"\FD7F"}.mdi-transit-connection:before{content:"\FD18"}.mdi-transit-connection-variant:before{content:"\FD19"}.mdi-transit-transfer:before{content:"\F6AD"}.mdi-transition:before{content:"\F914"}.mdi-transition-masked:before{content:"\F915"}.mdi-translate:before{content:"\F5CA"}.mdi-translate-off:before{content:"\FE66"}.mdi-transmission-tower:before{content:"\FD1A"}.mdi-trash-can:before{content:"\FA78"}.mdi-trash-can-outline:before{content:"\FA79"}.mdi-treasure-chest:before{content:"\F725"}.mdi-tree:before{content:"\F531"}.mdi-tree-outline:before{content:"\FE4C"}.mdi-trello:before{content:"\F532"}.mdi-trending-down:before{content:"\F533"}.mdi-trending-neutral:before{content:"\F534"}.mdi-trending-up:before{content:"\F535"}.mdi-triangle:before{content:"\F536"}.mdi-triangle-outline:before{content:"\F537"}.mdi-triforce:before{content:"\FBB5"}.mdi-trophy:before{content:"\F538"}.mdi-trophy-award:before{content:"\F539"}.mdi-trophy-broken:before{content:"\FD80"}.mdi-trophy-outline:before{content:"\F53A"}.mdi-trophy-variant:before{content:"\F53B"}.mdi-trophy-variant-outline:before{content:"\F53C"}.mdi-truck:before{content:"\F53D"}.mdi-truck-check:before{content:"\FCB0"}.mdi-truck-delivery:before{content:"\F53E"}.mdi-truck-fast:before{content:"\F787"}.mdi-truck-trailer:before{content:"\F726"}.mdi-tshirt-crew:before{content:"\FA7A"}.mdi-tshirt-crew-outline:before{content:"\F53F"}.mdi-tshirt-v:before{content:"\FA7B"}.mdi-tshirt-v-outline:before{content:"\F540"}.mdi-tumble-dryer:before{content:"\F916"}.mdi-tumblr:before{content:"\F541"}.mdi-tumblr-box:before{content:"\F917"}.mdi-tumblr-reblog:before{content:"\F542"}.mdi-tune:before{content:"\F62E"}.mdi-tune-vertical:before{content:"\F66A"}.mdi-turnstile:before{content:"\FCB1"}.mdi-turnstile-outline:before{content:"\FCB2"}.mdi-turtle:before{content:"\FCB3"}.mdi-twitch:before{content:"\F543"}.mdi-twitter:before{content:"\F544"}.mdi-twitter-box:before{content:"\F545"}.mdi-twitter-circle:before{content:"\F546"}.mdi-twitter-retweet:before{content:"\F547"}.mdi-two-factor-authentication:before{content:"\F9AE"}.mdi-uber:before{content:"\F748"}.mdi-ubisoft:before{content:"\FBB6"}.mdi-ubuntu:before{content:"\F548"}.mdi-ultra-high-definition:before{content:"\F7F8"}.mdi-umbraco:before{content:"\F549"}.mdi-umbrella:before{content:"\F54A"}.mdi-umbrella-closed:before{content:"\F9AF"}.mdi-umbrella-outline:before{content:"\F54B"}.mdi-undo:before{content:"\F54C"}.mdi-undo-variant:before{content:"\F54D"}.mdi-unfold-less-horizontal:before{content:"\F54E"}.mdi-unfold-less-vertical:before{content:"\F75F"}.mdi-unfold-more-horizontal:before{content:"\F54F"}.mdi-unfold-more-vertical:before{content:"\F760"}.mdi-ungroup:before{content:"\F550"}.mdi-unity:before{content:"\F6AE"}.mdi-unreal:before{content:"\F9B0"}.mdi-untappd:before{content:"\F551"}.mdi-update:before{content:"\F6AF"}.mdi-upload:before{content:"\F552"}.mdi-upload-multiple:before{content:"\F83C"}.mdi-upload-network:before{content:"\F6F5"}.mdi-upload-network-outline:before{content:"\FCB4"}.mdi-upload-outline:before{content:"\FE67"}.mdi-usb:before{content:"\F553"}.mdi-van-passenger:before{content:"\F7F9"}.mdi-van-utility:before{content:"\F7FA"}.mdi-vanish:before{content:"\F7FB"}.mdi-variable:before{content:"\FAE6"}.mdi-vector-arrange-above:before{content:"\F554"}.mdi-vector-arrange-below:before{content:"\F555"}.mdi-vector-bezier:before{content:"\FAE7"}.mdi-vector-circle:before{content:"\F556"}.mdi-vector-circle-variant:before{content:"\F557"}.mdi-vector-combine:before{content:"\F558"}.mdi-vector-curve:before{content:"\F559"}.mdi-vector-difference:before{content:"\F55A"}.mdi-vector-difference-ab:before{content:"\F55B"}.mdi-vector-difference-ba:before{content:"\F55C"}.mdi-vector-ellipse:before{content:"\F892"}.mdi-vector-intersection:before{content:"\F55D"}.mdi-vector-line:before{content:"\F55E"}.mdi-vector-point:before{content:"\F55F"}.mdi-vector-polygon:before{content:"\F560"}.mdi-vector-polyline:before{content:"\F561"}.mdi-vector-radius:before{content:"\F749"}.mdi-vector-rectangle:before{content:"\F5C6"}.mdi-vector-selection:before{content:"\F562"}.mdi-vector-square:before{content:"\F001"}.mdi-vector-triangle:before{content:"\F563"}.mdi-vector-union:before{content:"\F564"}.mdi-venmo:before{content:"\F578"}.mdi-vhs:before{content:"\FA1A"}.mdi-vibrate:before{content:"\F566"}.mdi-vibrate-off:before{content:"\FCB5"}.mdi-video:before{content:"\F567"}.mdi-video-3d:before{content:"\F7FC"}.mdi-video-4k-box:before{content:"\F83D"}.mdi-video-account:before{content:"\F918"}.mdi-video-image:before{content:"\F919"}.mdi-video-input-antenna:before{content:"\F83E"}.mdi-video-input-component:before{content:"\F83F"}.mdi-video-input-hdmi:before{content:"\F840"}.mdi-video-input-svideo:before{content:"\F841"}.mdi-video-minus:before{content:"\F9B1"}.mdi-video-off:before{content:"\F568"}.mdi-video-off-outline:before{content:"\FBB7"}.mdi-video-outline:before{content:"\FBB8"}.mdi-video-plus:before{content:"\F9B2"}.mdi-video-stabilization:before{content:"\F91A"}.mdi-video-switch:before{content:"\F569"}.mdi-video-vintage:before{content:"\FA1B"}.mdi-view-agenda:before{content:"\F56A"}.mdi-view-array:before{content:"\F56B"}.mdi-view-carousel:before{content:"\F56C"}.mdi-view-column:before{content:"\F56D"}.mdi-view-comfy:before{content:"\FE4D"}.mdi-view-compact:before{content:"\FE4E"}.mdi-view-compact-outline:before{content:"\FE4F"}.mdi-view-dashboard:before{content:"\F56E"}.mdi-view-dashboard-outline:before{content:"\FA1C"}.mdi-view-dashboard-variant:before{content:"\F842"}.mdi-view-day:before{content:"\F56F"}.mdi-view-grid:before{content:"\F570"}.mdi-view-headline:before{content:"\F571"}.mdi-view-list:before{content:"\F572"}.mdi-view-module:before{content:"\F573"}.mdi-view-parallel:before{content:"\F727"}.mdi-view-quilt:before{content:"\F574"}.mdi-view-sequential:before{content:"\F728"}.mdi-view-split-horizontal:before{content:"\FBA7"}.mdi-view-split-vertical:before{content:"\FBA8"}.mdi-view-stream:before{content:"\F575"}.mdi-view-week:before{content:"\F576"}.mdi-vimeo:before{content:"\F577"}.mdi-violin:before{content:"\F60F"}.mdi-virtual-reality:before{content:"\F893"}.mdi-visual-studio:before{content:"\F610"}.mdi-visual-studio-code:before{content:"\FA1D"}.mdi-vk:before{content:"\F579"}.mdi-vk-box:before{content:"\F57A"}.mdi-vk-circle:before{content:"\F57B"}.mdi-vlc:before{content:"\F57C"}.mdi-voice:before{content:"\F5CB"}.mdi-voicemail:before{content:"\F57D"}.mdi-volleyball:before{content:"\F9B3"}.mdi-volume-high:before{content:"\F57E"}.mdi-volume-low:before{content:"\F57F"}.mdi-volume-medium:before{content:"\F580"}.mdi-volume-minus:before{content:"\F75D"}.mdi-volume-mute:before{content:"\F75E"}.mdi-volume-off:before{content:"\F581"}.mdi-volume-plus:before{content:"\F75C"}.mdi-volume-variant-off:before{content:"\FE68"}.mdi-vote:before{content:"\FA1E"}.mdi-vote-outline:before{content:"\FA1F"}.mdi-vpn:before{content:"\F582"}.mdi-vuejs:before{content:"\F843"}.mdi-vuetify:before{content:"\FE50"}.mdi-walk:before{content:"\F583"}.mdi-wall:before{content:"\F7FD"}.mdi-wall-sconce:before{content:"\F91B"}.mdi-wall-sconce-flat:before{content:"\F91C"}.mdi-wall-sconce-variant:before{content:"\F91D"}.mdi-wallet:before{content:"\F584"}.mdi-wallet-giftcard:before{content:"\F585"}.mdi-wallet-membership:before{content:"\F586"}.mdi-wallet-outline:before{content:"\FBB9"}.mdi-wallet-travel:before{content:"\F587"}.mdi-wallpaper:before{content:"\FE69"}.mdi-wan:before{content:"\F588"}.mdi-washing-machine:before{content:"\F729"}.mdi-watch:before{content:"\F589"}.mdi-watch-export:before{content:"\F58A"}.mdi-watch-export-variant:before{content:"\F894"}.mdi-watch-import:before{content:"\F58B"}.mdi-watch-import-variant:before{content:"\F895"}.mdi-watch-variant:before{content:"\F896"}.mdi-watch-vibrate:before{content:"\F6B0"}.mdi-watch-vibrate-off:before{content:"\FCB6"}.mdi-water:before{content:"\F58C"}.mdi-water-off:before{content:"\F58D"}.mdi-water-outline:before{content:"\FE6A"}.mdi-water-percent:before{content:"\F58E"}.mdi-water-pump:before{content:"\F58F"}.mdi-watermark:before{content:"\F612"}.mdi-waves:before{content:"\F78C"}.mdi-waze:before{content:"\FBBA"}.mdi-weather-cloudy:before{content:"\F590"}.mdi-weather-cloudy-arrow-right:before{content:"\FE51"}.mdi-weather-fog:before{content:"\F591"}.mdi-weather-hail:before{content:"\F592"}.mdi-weather-hurricane:before{content:"\F897"}.mdi-weather-lightning:before{content:"\F593"}.mdi-weather-lightning-rainy:before{content:"\F67D"}.mdi-weather-night:before{content:"\F594"}.mdi-weather-partlycloudy:before{content:"\F595"}.mdi-weather-pouring:before{content:"\F596"}.mdi-weather-rainy:before{content:"\F597"}.mdi-weather-snowy:before{content:"\F598"}.mdi-weather-snowy-rainy:before{content:"\F67E"}.mdi-weather-sunny:before{content:"\F599"}.mdi-weather-sunset:before{content:"\F59A"}.mdi-weather-sunset-down:before{content:"\F59B"}.mdi-weather-sunset-up:before{content:"\F59C"}.mdi-weather-windy:before{content:"\F59D"}.mdi-weather-windy-variant:before{content:"\F59E"}.mdi-web:before{content:"\F59F"}.mdi-webcam:before{content:"\F5A0"}.mdi-webhook:before{content:"\F62F"}.mdi-webpack:before{content:"\F72A"}.mdi-wechat:before{content:"\F611"}.mdi-weight:before{content:"\F5A1"}.mdi-weight-gram:before{content:"\FD1B"}.mdi-weight-kilogram:before{content:"\F5A2"}.mdi-weight-pound:before{content:"\F9B4"}.mdi-whatsapp:before{content:"\F5A3"}.mdi-wheelchair-accessibility:before{content:"\F5A4"}.mdi-whistle:before{content:"\F9B5"}.mdi-white-balance-auto:before{content:"\F5A5"}.mdi-white-balance-incandescent:before{content:"\F5A6"}.mdi-white-balance-iridescent:before{content:"\F5A7"}.mdi-white-balance-sunny:before{content:"\F5A8"}.mdi-widgets:before{content:"\F72B"}.mdi-wifi:before{content:"\F5A9"}.mdi-wifi-off:before{content:"\F5AA"}.mdi-wifi-star:before{content:"\FE6B"}.mdi-wifi-strength-1:before{content:"\F91E"}.mdi-wifi-strength-1-alert:before{content:"\F91F"}.mdi-wifi-strength-1-lock:before{content:"\F920"}.mdi-wifi-strength-2:before{content:"\F921"}.mdi-wifi-strength-2-alert:before{content:"\F922"}.mdi-wifi-strength-2-lock:before{content:"\F923"}.mdi-wifi-strength-3:before{content:"\F924"}.mdi-wifi-strength-3-alert:before{content:"\F925"}.mdi-wifi-strength-3-lock:before{content:"\F926"}.mdi-wifi-strength-4:before{content:"\F927"}.mdi-wifi-strength-4-alert:before{content:"\F928"}.mdi-wifi-strength-4-lock:before{content:"\F929"}.mdi-wifi-strength-alert-outline:before{content:"\F92A"}.mdi-wifi-strength-lock-outline:before{content:"\F92B"}.mdi-wifi-strength-off:before{content:"\F92C"}.mdi-wifi-strength-off-outline:before{content:"\F92D"}.mdi-wifi-strength-outline:before{content:"\F92E"}.mdi-wii:before{content:"\F5AB"}.mdi-wiiu:before{content:"\F72C"}.mdi-wikipedia:before{content:"\F5AC"}.mdi-wind-turbine:before{content:"\FD81"}.mdi-window-close:before{content:"\F5AD"}.mdi-window-closed:before{content:"\F5AE"}.mdi-window-maximize:before{content:"\F5AF"}.mdi-window-minimize:before{content:"\F5B0"}.mdi-window-open:before{content:"\F5B1"}.mdi-window-restore:before{content:"\F5B2"}.mdi-windows:before{content:"\F5B3"}.mdi-windows-classic:before{content:"\FA20"}.mdi-wiper:before{content:"\FAE8"}.mdi-wiper-wash:before{content:"\FD82"}.mdi-wordpress:before{content:"\F5B4"}.mdi-worker:before{content:"\F5B5"}.mdi-wrap:before{content:"\F5B6"}.mdi-wrap-disabled:before{content:"\FBBB"}.mdi-wrench:before{content:"\F5B7"}.mdi-wrench-outline:before{content:"\FBBC"}.mdi-wunderlist:before{content:"\F5B8"}.mdi-xamarin:before{content:"\F844"}.mdi-xamarin-outline:before{content:"\F845"}.mdi-xaml:before{content:"\F673"}.mdi-xbox:before{content:"\F5B9"}.mdi-xbox-controller:before{content:"\F5BA"}.mdi-xbox-controller-battery-alert:before{content:"\F74A"}.mdi-xbox-controller-battery-charging:before{content:"\FA21"}.mdi-xbox-controller-battery-empty:before{content:"\F74B"}.mdi-xbox-controller-battery-full:before{content:"\F74C"}.mdi-xbox-controller-battery-low:before{content:"\F74D"}.mdi-xbox-controller-battery-medium:before{content:"\F74E"}.mdi-xbox-controller-battery-unknown:before{content:"\F74F"}.mdi-xbox-controller-menu:before{content:"\FE52"}.mdi-xbox-controller-off:before{content:"\F5BB"}.mdi-xbox-controller-view:before{content:"\FE53"}.mdi-xda:before{content:"\F5BC"}.mdi-xing:before{content:"\F5BD"}.mdi-xing-box:before{content:"\F5BE"}.mdi-xing-circle:before{content:"\F5BF"}.mdi-xml:before{content:"\F5C0"}.mdi-xmpp:before{content:"\F7FE"}.mdi-yahoo:before{content:"\FB2A"}.mdi-yammer:before{content:"\F788"}.mdi-yeast:before{content:"\F5C1"}.mdi-yelp:before{content:"\F5C2"}.mdi-yin-yang:before{content:"\F67F"}.mdi-youtube:before{content:"\F5C3"}.mdi-youtube-creator-studio:before{content:"\F846"}.mdi-youtube-gaming:before{content:"\F847"}.mdi-youtube-subscription:before{content:"\FD1C"}.mdi-youtube-tv:before{content:"\F448"}.mdi-z-wave:before{content:"\FAE9"}.mdi-zend:before{content:"\FAEA"}.mdi-zigbee:before{content:"\FD1D"}.mdi-zip-box:before{content:"\F5C4"}.mdi-zip-disk:before{content:"\FA22"}.mdi-zodiac-aquarius:before{content:"\FA7C"}.mdi-zodiac-aries:before{content:"\FA7D"}.mdi-zodiac-cancer:before{content:"\FA7E"}.mdi-zodiac-capricorn:before{content:"\FA7F"}.mdi-zodiac-gemini:before{content:"\FA80"}.mdi-zodiac-leo:before{content:"\FA81"}.mdi-zodiac-libra:before{content:"\FA82"}.mdi-zodiac-pisces:before{content:"\FA83"}.mdi-zodiac-sagittarius:before{content:"\FA84"}.mdi-zodiac-scorpio:before{content:"\FA85"}.mdi-zodiac-taurus:before{content:"\FA86"}.mdi-zodiac-virgo:before{content:"\FA87"}.mdi-blank:before{content:"\F68C";visibility:hidden}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:rgba(0,0,0,.54)}.mdi-dark.mdi-inactive:before{color:rgba(0,0,0,.26)}.mdi-light:before{color:#fff}.mdi-light.mdi-inactive:before{color:rgba(255,255,255,.3)}.mdi-rotate-45:before{transform:rotate(45deg)}.mdi-rotate-90:before{transform:rotate(90deg)}.mdi-rotate-135:before{transform:rotate(135deg)}.mdi-rotate-180:before{transform:rotate(180deg)}.mdi-rotate-225:before{transform:rotate(225deg)}.mdi-rotate-270:before{transform:rotate(270deg)}.mdi-rotate-315:before{transform:rotate(315deg)}.mdi-flip-h:before{transform:scaleX(-1);filter:FlipH;-ms-filter:FlipH}.mdi-flip-v:before{transform:scaleY(-1);filter:FlipV;-ms-filter:FlipV}.mdi-spin:before{animation:mdi-spin 2s infinite linear}@keyframes mdi-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@font-face{font-family:feather;src:url(../fonts/feather.931c9e74.eot);src:url(../fonts/feather.931c9e74.eot#iefix) format("embedded-opentype"),url(../fonts/feather.3d2fa2e5.woff) format("woff"),url(../fonts/feather.6a750f01.ttf) format("truetype"),url(../img/feather.0e5daf6b.svg#feather) format("svg")}[class^=fe-]{font-family:feather!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fe-alert-octagon:before{content:"\e81b"}.fe-alert-circle:before{content:"\e81c"}.fe-activity:before{content:"\e81d"}.fe-alert-triangle:before{content:"\e81e"}.fe-align-center:before{content:"\e81f"}.fe-airplay:before{content:"\e820"}.fe-align-justify:before{content:"\e821"}.fe-align-left:before{content:"\e822"}.fe-align-right:before{content:"\e823"}.fe-arrow-down-left:before{content:"\e824"}.fe-arrow-down-right:before{content:"\e825"}.fe-anchor:before{content:"\e826"}.fe-aperture:before{content:"\e827"}.fe-arrow-left:before{content:"\e828"}.fe-arrow-right:before{content:"\e829"}.fe-arrow-down:before{content:"\e82a"}.fe-arrow-up-left:before{content:"\e82b"}.fe-arrow-up-right:before{content:"\e82c"}.fe-arrow-up:before{content:"\e82d"}.fe-award:before{content:"\e82e"}.fe-bar-chart:before{content:"\e82f"}.fe-at-sign:before{content:"\e830"}.fe-bar-chart-2:before{content:"\e831"}.fe-battery-charging:before{content:"\e832"}.fe-bell-off:before{content:"\e833"}.fe-battery:before{content:"\e834"}.fe-bluetooth:before{content:"\e835"}.fe-bell:before{content:"\e836"}.fe-book:before{content:"\e837"}.fe-briefcase:before{content:"\e838"}.fe-camera-off:before{content:"\e839"}.fe-calendar:before{content:"\e83a"}.fe-bookmark:before{content:"\e83b"}.fe-box:before{content:"\e83c"}.fe-camera:before{content:"\e83d"}.fe-check-circle:before{content:"\e83e"}.fe-check:before{content:"\e83f"}.fe-check-square:before{content:"\e840"}.fe-cast:before{content:"\e841"}.fe-chevron-down:before{content:"\e842"}.fe-chevron-left:before{content:"\e843"}.fe-chevron-right:before{content:"\e844"}.fe-chevron-up:before{content:"\e845"}.fe-chevrons-down:before{content:"\e846"}.fe-chevrons-right:before{content:"\e847"}.fe-chevrons-up:before{content:"\e848"}.fe-chevrons-left:before{content:"\e849"}.fe-circle:before{content:"\e84a"}.fe-clipboard:before{content:"\e84b"}.fe-chrome:before{content:"\e84c"}.fe-clock:before{content:"\e84d"}.fe-cloud-lightning:before{content:"\e84e"}.fe-cloud-drizzle:before{content:"\e84f"}.fe-cloud-rain:before{content:"\e850"}.fe-cloud-off:before{content:"\e851"}.fe-codepen:before{content:"\e852"}.fe-cloud-snow:before{content:"\e853"}.fe-compass:before{content:"\e854"}.fe-copy:before{content:"\e855"}.fe-corner-down-right:before{content:"\e856"}.fe-corner-down-left:before{content:"\e857"}.fe-corner-left-down:before{content:"\e858"}.fe-corner-left-up:before{content:"\e859"}.fe-corner-up-left:before{content:"\e85a"}.fe-corner-up-right:before{content:"\e85b"}.fe-corner-right-down:before{content:"\e85c"}.fe-corner-right-up:before{content:"\e85d"}.fe-cpu:before{content:"\e85e"}.fe-credit-card:before{content:"\e85f"}.fe-crosshair:before{content:"\e860"}.fe-disc:before{content:"\e861"}.fe-delete:before{content:"\e862"}.fe-download-cloud:before{content:"\e863"}.fe-download:before{content:"\e864"}.fe-droplet:before{content:"\e865"}.fe-edit-2:before{content:"\e866"}.fe-edit:before{content:"\e867"}.fe-edit-1:before{content:"\e868"}.fe-external-link:before{content:"\e869"}.fe-eye:before{content:"\e86a"}.fe-feather:before{content:"\e86b"}.fe-facebook:before{content:"\e86c"}.fe-file-minus:before{content:"\e86d"}.fe-eye-off:before{content:"\e86e"}.fe-fast-forward:before{content:"\e86f"}.fe-file-text:before{content:"\e870"}.fe-film:before{content:"\e871"}.fe-file:before{content:"\e872"}.fe-file-plus:before{content:"\e873"}.fe-folder:before{content:"\e874"}.fe-filter:before{content:"\e875"}.fe-flag:before{content:"\e876"}.fe-globe:before{content:"\e877"}.fe-grid:before{content:"\e878"}.fe-heart:before{content:"\e879"}.fe-home:before{content:"\e87a"}.fe-github:before{content:"\e87b"}.fe-image:before{content:"\e87c"}.fe-inbox:before{content:"\e87d"}.fe-layers:before{content:"\e87e"}.fe-info:before{content:"\e87f"}.fe-instagram:before{content:"\e880"}.fe-layout:before{content:"\e881"}.fe-link-2:before{content:"\e882"}.fe-life-buoy:before{content:"\e883"}.fe-link:before{content:"\e884"}.fe-log-in:before{content:"\e885"}.fe-list:before{content:"\e886"}.fe-lock:before{content:"\e887"}.fe-log-out:before{content:"\e888"}.fe-loader:before{content:"\e889"}.fe-mail:before{content:"\e88a"}.fe-maximize-2:before{content:"\e88b"}.fe-map:before{content:"\e88c"}.fe-map-pin:before{content:"\e88e"}.fe-menu:before{content:"\e88f"}.fe-message-circle:before{content:"\e890"}.fe-message-square:before{content:"\e891"}.fe-minimize-2:before{content:"\e892"}.fe-mic-off:before{content:"\e893"}.fe-minus-circle:before{content:"\e894"}.fe-mic:before{content:"\e895"}.fe-minus-square:before{content:"\e896"}.fe-minus:before{content:"\e897"}.fe-moon:before{content:"\e898"}.fe-monitor:before{content:"\e899"}.fe-more-vertical:before{content:"\e89a"}.fe-more-horizontal:before{content:"\e89b"}.fe-move:before{content:"\e89c"}.fe-music:before{content:"\e89d"}.fe-navigation-2:before{content:"\e89e"}.fe-navigation:before{content:"\e89f"}.fe-octagon:before{content:"\e8a0"}.fe-package:before{content:"\e8a1"}.fe-pause-circle:before{content:"\e8a2"}.fe-pause:before{content:"\e8a3"}.fe-percent:before{content:"\e8a4"}.fe-phone-call:before{content:"\e8a5"}.fe-phone-forwarded:before{content:"\e8a6"}.fe-phone-missed:before{content:"\e8a7"}.fe-phone-off:before{content:"\e8a8"}.fe-phone-incoming:before{content:"\e8a9"}.fe-phone:before{content:"\e8aa"}.fe-phone-outgoing:before{content:"\e8ab"}.fe-pie-chart:before{content:"\e8ac"}.fe-play-circle:before{content:"\e8ad"}.fe-play:before{content:"\e8ae"}.fe-plus-square:before{content:"\e8af"}.fe-plus-circle:before{content:"\e8b0"}.fe-plus:before{content:"\e8b1"}.fe-pocket:before{content:"\e8b2"}.fe-printer:before{content:"\e8b3"}.fe-power:before{content:"\e8b4"}.fe-radio:before{content:"\e8b5"}.fe-repeat:before{content:"\e8b6"}.fe-refresh-ccw:before{content:"\e8b7"}.fe-rewind:before{content:"\e8b8"}.fe-rotate-ccw:before{content:"\e8b9"}.fe-refresh-cw:before{content:"\e8ba"}.fe-rotate-cw:before{content:"\e8bb"}.fe-save:before{content:"\e8bc"}.fe-search:before{content:"\e8bd"}.fe-server:before{content:"\e8be"}.fe-scissors:before{content:"\e8bf"}.fe-share-2:before{content:"\e8c0"}.fe-share:before{content:"\e8c1"}.fe-shield:before{content:"\e8c2"}.fe-settings:before{content:"\e8c3"}.fe-skip-back:before{content:"\e8c4"}.fe-shuffle:before{content:"\e8c5"}.fe-sidebar:before{content:"\e8c6"}.fe-skip-forward:before{content:"\e8c7"}.fe-slack:before{content:"\e8c8"}.fe-slash:before{content:"\e8c9"}.fe-smartphone:before{content:"\e8ca"}.fe-square:before{content:"\e8cb"}.fe-speaker:before{content:"\e8cc"}.fe-star:before{content:"\e8cd"}.fe-stop-circle:before{content:"\e8ce"}.fe-sun:before{content:"\e8cf"}.fe-sunrise:before{content:"\e8d0"}.fe-tablet:before{content:"\e8d1"}.fe-tag:before{content:"\e8d2"}.fe-sunset:before{content:"\e8d3"}.fe-target:before{content:"\e8d4"}.fe-thermometer:before{content:"\e8d5"}.fe-thumbs-up:before{content:"\e8d6"}.fe-thumbs-down:before{content:"\e8d7"}.fe-toggle-left:before{content:"\e8d8"}.fe-toggle-right:before{content:"\e8d9"}.fe-trash-2:before{content:"\e8da"}.fe-trash:before{content:"\e8db"}.fe-trending-up:before{content:"\e8dc"}.fe-trending-down:before{content:"\e8dd"}.fe-triangle:before{content:"\e8de"}.fe-type:before{content:"\e8df"}.fe-twitter:before{content:"\e8e0"}.fe-upload:before{content:"\e8e1"}.fe-umbrella:before{content:"\e8e2"}.fe-upload-cloud:before{content:"\e8e3"}.fe-unlock:before{content:"\e8e4"}.fe-user-check:before{content:"\e8e5"}.fe-user-minus:before{content:"\e8e6"}.fe-user-plus:before{content:"\e8e7"}.fe-user-x:before{content:"\e8e8"}.fe-user:before{content:"\e8e9"}.fe-users:before{content:"\e8ea"}.fe-video-off:before{content:"\e8eb"}.fe-video:before{content:"\e8ec"}.fe-voicemail:before{content:"\e8ed"}.fe-volume-x:before{content:"\e8ee"}.fe-volume-2:before{content:"\e8ef"}.fe-volume-1:before{content:"\e8f0"}.fe-volume:before{content:"\e8f1"}.fe-watch:before{content:"\e8f2"}.fe-wifi:before{content:"\e8f3"}.fe-x-square:before{content:"\e8f4"}.fe-wind:before{content:"\e8f5"}.fe-x:before{content:"\e8f6"}.fe-x-circle:before{content:"\e8f7"}.fe-zap:before{content:"\e8f8"}.fe-zoom-in:before{content:"\e8f9"}.fe-zoom-out:before{content:"\e8fa"}.fe-command:before{content:"\e8fb"}.fe-cloud:before{content:"\e8fc"}.fe-hash:before{content:"\e8fd"}.fe-headphones:before{content:"\e8fe"}.fe-underline:before{content:"\e8ff"}.fe-italic:before{content:"\e900"}.fe-bold:before{content:"\e901"}.fe-crop:before{content:"\e902"}.fe-help-circle:before{content:"\e903"}.fe-paperclip:before{content:"\e904"}.fe-shopping-cart:before{content:"\e905"}.fe-tv:before{content:"\e906"}.fe-wifi-off:before{content:"\e907"}.fe-minimize:before{content:"\e88d"}.fe-maximize:before{content:"\e908"}.fe-gitlab:before{content:"\e909"}.fe-sliders:before{content:"\e90a"}.fe-star-on:before{content:"\e90b"}.fe-heart-on:before{content:"\e90c"}.fe-archive:before{content:"\e90d"}.fe-arrow-down-circle:before{content:"\e90e"}.fe-arrow-up-circle:before{content:"\e90f"}.fe-arrow-left-circle:before{content:"\e910"}.fe-arrow-right-circle:before{content:"\e911"}.fe-bar-chart-line-:before{content:"\e912"}.fe-bar-chart-line:before{content:"\e913"}.fe-book-open:before{content:"\e914"}.fe-code:before{content:"\e915"}.fe-database:before{content:"\e916"}.fe-dollar-sign:before{content:"\e917"}.fe-folder-plus:before{content:"\e918"}.fe-gift:before{content:"\e919"}.fe-folder-minus:before{content:"\e91a"}.fe-git-commit:before{content:"\e91b"}.fe-git-branch:before{content:"\e91c"}.fe-git-pull-request:before{content:"\e91d"}.fe-git-merge:before{content:"\e91e"}.fe-linkedin:before{content:"\e91f"}.fe-hard-drive:before{content:"\e920"}.fe-more-vertical-:before{content:"\e921"}.fe-more-horizontal-:before{content:"\e922"}.fe-rss:before{content:"\e923"}.fe-send:before{content:"\e924"}.fe-shield-off:before{content:"\e925"}.fe-shopping-bag:before{content:"\e926"}.fe-terminal:before{content:"\e927"}.fe-truck:before{content:"\e928"}.fe-zap-off:before{content:"\e929"}.fe-youtube:before{content:"\e92a"}@font-face{font-family:themify;src:url(../fonts/themify.2c454669.eot);src:url(../fonts/themify.2c454669.eot?#iefix-fvbane) format("embedded-opentype"),url(../fonts/themify.a1ecc3b8.woff) format("woff"),url(../fonts/themify.e23a7dca.ttf) format("truetype"),url(../img/themify.cba68f98.svg#themify) format("svg");font-weight:400;font-style:normal}[class*=" ti-"],[class^=ti-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-wand:before{content:"\e600"}.ti-volume:before{content:"\e601"}.ti-user:before{content:"\e602"}.ti-unlock:before{content:"\e603"}.ti-unlink:before{content:"\e604"}.ti-trash:before{content:"\e605"}.ti-thought:before{content:"\e606"}.ti-target:before{content:"\e607"}.ti-tag:before{content:"\e608"}.ti-tablet:before{content:"\e609"}.ti-star:before{content:"\e60a"}.ti-spray:before{content:"\e60b"}.ti-signal:before{content:"\e60c"}.ti-shopping-cart:before{content:"\e60d"}.ti-shopping-cart-full:before{content:"\e60e"}.ti-settings:before{content:"\e60f"}.ti-search:before{content:"\e610"}.ti-zoom-in:before{content:"\e611"}.ti-zoom-out:before{content:"\e612"}.ti-cut:before{content:"\e613"}.ti-ruler:before{content:"\e614"}.ti-ruler-pencil:before{content:"\e615"}.ti-ruler-alt:before{content:"\e616"}.ti-bookmark:before{content:"\e617"}.ti-bookmark-alt:before{content:"\e618"}.ti-reload:before{content:"\e619"}.ti-plus:before{content:"\e61a"}.ti-pin:before{content:"\e61b"}.ti-pencil:before{content:"\e61c"}.ti-pencil-alt:before{content:"\e61d"}.ti-paint-roller:before{content:"\e61e"}.ti-paint-bucket:before{content:"\e61f"}.ti-na:before{content:"\e620"}.ti-mobile:before{content:"\e621"}.ti-minus:before{content:"\e622"}.ti-medall:before{content:"\e623"}.ti-medall-alt:before{content:"\e624"}.ti-marker:before{content:"\e625"}.ti-marker-alt:before{content:"\e626"}.ti-arrow-up:before{content:"\e627"}.ti-arrow-right:before{content:"\e628"}.ti-arrow-left:before{content:"\e629"}.ti-arrow-down:before{content:"\e62a"}.ti-lock:before{content:"\e62b"}.ti-location-arrow:before{content:"\e62c"}.ti-link:before{content:"\e62d"}.ti-layout:before{content:"\e62e"}.ti-layers:before{content:"\e62f"}.ti-layers-alt:before{content:"\e630"}.ti-key:before{content:"\e631"}.ti-import:before{content:"\e632"}.ti-image:before{content:"\e633"}.ti-heart:before{content:"\e634"}.ti-heart-broken:before{content:"\e635"}.ti-hand-stop:before{content:"\e636"}.ti-hand-open:before{content:"\e637"}.ti-hand-drag:before{content:"\e638"}.ti-folder:before{content:"\e639"}.ti-flag:before{content:"\e63a"}.ti-flag-alt:before{content:"\e63b"}.ti-flag-alt-2:before{content:"\e63c"}.ti-eye:before{content:"\e63d"}.ti-export:before{content:"\e63e"}.ti-exchange-vertical:before{content:"\e63f"}.ti-desktop:before{content:"\e640"}.ti-cup:before{content:"\e641"}.ti-crown:before{content:"\e642"}.ti-comments:before{content:"\e643"}.ti-comment:before{content:"\e644"}.ti-comment-alt:before{content:"\e645"}.ti-close:before{content:"\e646"}.ti-clip:before{content:"\e647"}.ti-angle-up:before{content:"\e648"}.ti-angle-right:before{content:"\e649"}.ti-angle-left:before{content:"\e64a"}.ti-angle-down:before{content:"\e64b"}.ti-check:before{content:"\e64c"}.ti-check-box:before{content:"\e64d"}.ti-camera:before{content:"\e64e"}.ti-announcement:before{content:"\e64f"}.ti-brush:before{content:"\e650"}.ti-briefcase:before{content:"\e651"}.ti-bolt:before{content:"\e652"}.ti-bolt-alt:before{content:"\e653"}.ti-blackboard:before{content:"\e654"}.ti-bag:before{content:"\e655"}.ti-move:before{content:"\e656"}.ti-arrows-vertical:before{content:"\e657"}.ti-arrows-horizontal:before{content:"\e658"}.ti-fullscreen:before{content:"\e659"}.ti-arrow-top-right:before{content:"\e65a"}.ti-arrow-top-left:before{content:"\e65b"}.ti-arrow-circle-up:before{content:"\e65c"}.ti-arrow-circle-right:before{content:"\e65d"}.ti-arrow-circle-left:before{content:"\e65e"}.ti-arrow-circle-down:before{content:"\e65f"}.ti-angle-double-up:before{content:"\e660"}.ti-angle-double-right:before{content:"\e661"}.ti-angle-double-left:before{content:"\e662"}.ti-angle-double-down:before{content:"\e663"}.ti-zip:before{content:"\e664"}.ti-world:before{content:"\e665"}.ti-wheelchair:before{content:"\e666"}.ti-view-list:before{content:"\e667"}.ti-view-list-alt:before{content:"\e668"}.ti-view-grid:before{content:"\e669"}.ti-uppercase:before{content:"\e66a"}.ti-upload:before{content:"\e66b"}.ti-underline:before{content:"\e66c"}.ti-truck:before{content:"\e66d"}.ti-timer:before{content:"\e66e"}.ti-ticket:before{content:"\e66f"}.ti-thumb-up:before{content:"\e670"}.ti-thumb-down:before{content:"\e671"}.ti-text:before{content:"\e672"}.ti-stats-up:before{content:"\e673"}.ti-stats-down:before{content:"\e674"}.ti-split-v:before{content:"\e675"}.ti-split-h:before{content:"\e676"}.ti-smallcap:before{content:"\e677"}.ti-shine:before{content:"\e678"}.ti-shift-right:before{content:"\e679"}.ti-shift-left:before{content:"\e67a"}.ti-shield:before{content:"\e67b"}.ti-notepad:before{content:"\e67c"}.ti-server:before{content:"\e67d"}.ti-quote-right:before{content:"\e67e"}.ti-quote-left:before{content:"\e67f"}.ti-pulse:before{content:"\e680"}.ti-printer:before{content:"\e681"}.ti-power-off:before{content:"\e682"}.ti-plug:before{content:"\e683"}.ti-pie-chart:before{content:"\e684"}.ti-paragraph:before{content:"\e685"}.ti-panel:before{content:"\e686"}.ti-package:before{content:"\e687"}.ti-music:before{content:"\e688"}.ti-music-alt:before{content:"\e689"}.ti-mouse:before{content:"\e68a"}.ti-mouse-alt:before{content:"\e68b"}.ti-money:before{content:"\e68c"}.ti-microphone:before{content:"\e68d"}.ti-menu:before{content:"\e68e"}.ti-menu-alt:before{content:"\e68f"}.ti-map:before{content:"\e690"}.ti-map-alt:before{content:"\e691"}.ti-loop:before{content:"\e692"}.ti-location-pin:before{content:"\e693"}.ti-list:before{content:"\e694"}.ti-light-bulb:before{content:"\e695"}.ti-Italic:before{content:"\e696"}.ti-info:before{content:"\e697"}.ti-infinite:before{content:"\e698"}.ti-id-badge:before{content:"\e699"}.ti-hummer:before{content:"\e69a"}.ti-home:before{content:"\e69b"}.ti-help:before{content:"\e69c"}.ti-headphone:before{content:"\e69d"}.ti-harddrives:before{content:"\e69e"}.ti-harddrive:before{content:"\e69f"}.ti-gift:before{content:"\e6a0"}.ti-game:before{content:"\e6a1"}.ti-filter:before{content:"\e6a2"}.ti-files:before{content:"\e6a3"}.ti-file:before{content:"\e6a4"}.ti-eraser:before{content:"\e6a5"}.ti-envelope:before{content:"\e6a6"}.ti-download:before{content:"\e6a7"}.ti-direction:before{content:"\e6a8"}.ti-direction-alt:before{content:"\e6a9"}.ti-dashboard:before{content:"\e6aa"}.ti-control-stop:before{content:"\e6ab"}.ti-control-shuffle:before{content:"\e6ac"}.ti-control-play:before{content:"\e6ad"}.ti-control-pause:before{content:"\e6ae"}.ti-control-forward:before{content:"\e6af"}.ti-control-backward:before{content:"\e6b0"}.ti-cloud:before{content:"\e6b1"}.ti-cloud-up:before{content:"\e6b2"}.ti-cloud-down:before{content:"\e6b3"}.ti-clipboard:before{content:"\e6b4"}.ti-car:before{content:"\e6b5"}.ti-calendar:before{content:"\e6b6"}.ti-book:before{content:"\e6b7"}.ti-bell:before{content:"\e6b8"}.ti-basketball:before{content:"\e6b9"}.ti-bar-chart:before{content:"\e6ba"}.ti-bar-chart-alt:before{content:"\e6bb"}.ti-back-right:before{content:"\e6bc"}.ti-back-left:before{content:"\e6bd"}.ti-arrows-corner:before{content:"\e6be"}.ti-archive:before{content:"\e6bf"}.ti-anchor:before{content:"\e6c0"}.ti-align-right:before{content:"\e6c1"}.ti-align-left:before{content:"\e6c2"}.ti-align-justify:before{content:"\e6c3"}.ti-align-center:before{content:"\e6c4"}.ti-alert:before{content:"\e6c5"}.ti-alarm-clock:before{content:"\e6c6"}.ti-agenda:before{content:"\e6c7"}.ti-write:before{content:"\e6c8"}.ti-window:before{content:"\e6c9"}.ti-widgetized:before{content:"\e6ca"}.ti-widget:before{content:"\e6cb"}.ti-widget-alt:before{content:"\e6cc"}.ti-wallet:before{content:"\e6cd"}.ti-video-clapper:before{content:"\e6ce"}.ti-video-camera:before{content:"\e6cf"}.ti-vector:before{content:"\e6d0"}.ti-themify-logo:before{content:"\e6d1"}.ti-themify-favicon:before{content:"\e6d2"}.ti-themify-favicon-alt:before{content:"\e6d3"}.ti-support:before{content:"\e6d4"}.ti-stamp:before{content:"\e6d5"}.ti-split-v-alt:before{content:"\e6d6"}.ti-slice:before{content:"\e6d7"}.ti-shortcode:before{content:"\e6d8"}.ti-shift-right-alt:before{content:"\e6d9"}.ti-shift-left-alt:before{content:"\e6da"}.ti-ruler-alt-2:before{content:"\e6db"}.ti-receipt:before{content:"\e6dc"}.ti-pin2:before{content:"\e6dd"}.ti-pin-alt:before{content:"\e6de"}.ti-pencil-alt2:before{content:"\e6df"}.ti-palette:before{content:"\e6e0"}.ti-more:before{content:"\e6e1"}.ti-more-alt:before{content:"\e6e2"}.ti-microphone-alt:before{content:"\e6e3"}.ti-magnet:before{content:"\e6e4"}.ti-line-double:before{content:"\e6e5"}.ti-line-dotted:before{content:"\e6e6"}.ti-line-dashed:before{content:"\e6e7"}.ti-layout-width-full:before{content:"\e6e8"}.ti-layout-width-default:before{content:"\e6e9"}.ti-layout-width-default-alt:before{content:"\e6ea"}.ti-layout-tab:before{content:"\e6eb"}.ti-layout-tab-window:before{content:"\e6ec"}.ti-layout-tab-v:before{content:"\e6ed"}.ti-layout-tab-min:before{content:"\e6ee"}.ti-layout-slider:before{content:"\e6ef"}.ti-layout-slider-alt:before{content:"\e6f0"}.ti-layout-sidebar-right:before{content:"\e6f1"}.ti-layout-sidebar-none:before{content:"\e6f2"}.ti-layout-sidebar-left:before{content:"\e6f3"}.ti-layout-placeholder:before{content:"\e6f4"}.ti-layout-menu:before{content:"\e6f5"}.ti-layout-menu-v:before{content:"\e6f6"}.ti-layout-menu-separated:before{content:"\e6f7"}.ti-layout-menu-full:before{content:"\e6f8"}.ti-layout-media-right-alt:before{content:"\e6f9"}.ti-layout-media-right:before{content:"\e6fa"}.ti-layout-media-overlay:before{content:"\e6fb"}.ti-layout-media-overlay-alt:before{content:"\e6fc"}.ti-layout-media-overlay-alt-2:before{content:"\e6fd"}.ti-layout-media-left-alt:before{content:"\e6fe"}.ti-layout-media-left:before{content:"\e6ff"}.ti-layout-media-center-alt:before{content:"\e700"}.ti-layout-media-center:before{content:"\e701"}.ti-layout-list-thumb:before{content:"\e702"}.ti-layout-list-thumb-alt:before{content:"\e703"}.ti-layout-list-post:before{content:"\e704"}.ti-layout-list-large-image:before{content:"\e705"}.ti-layout-line-solid:before{content:"\e706"}.ti-layout-grid4:before{content:"\e707"}.ti-layout-grid3:before{content:"\e708"}.ti-layout-grid2:before{content:"\e709"}.ti-layout-grid2-thumb:before{content:"\e70a"}.ti-layout-cta-right:before{content:"\e70b"}.ti-layout-cta-left:before{content:"\e70c"}.ti-layout-cta-center:before{content:"\e70d"}.ti-layout-cta-btn-right:before{content:"\e70e"}.ti-layout-cta-btn-left:before{content:"\e70f"}.ti-layout-column4:before{content:"\e710"}.ti-layout-column3:before{content:"\e711"}.ti-layout-column2:before{content:"\e712"}.ti-layout-accordion-separated:before{content:"\e713"}.ti-layout-accordion-merged:before{content:"\e714"}.ti-layout-accordion-list:before{content:"\e715"}.ti-ink-pen:before{content:"\e716"}.ti-info-alt:before{content:"\e717"}.ti-help-alt:before{content:"\e718"}.ti-headphone-alt:before{content:"\e719"}.ti-hand-point-up:before{content:"\e71a"}.ti-hand-point-right:before{content:"\e71b"}.ti-hand-point-left:before{content:"\e71c"}.ti-hand-point-down:before{content:"\e71d"}.ti-gallery:before{content:"\e71e"}.ti-face-smile:before{content:"\e71f"}.ti-face-sad:before{content:"\e720"}.ti-credit-card:before{content:"\e721"}.ti-control-skip-forward:before{content:"\e722"}.ti-control-skip-backward:before{content:"\e723"}.ti-control-record:before{content:"\e724"}.ti-control-eject:before{content:"\e725"}.ti-comments-smiley:before{content:"\e726"}.ti-brush-alt:before{content:"\e727"}.ti-youtube:before{content:"\e728"}.ti-vimeo:before{content:"\e729"}.ti-twitter:before{content:"\e72a"}.ti-time:before{content:"\e72b"}.ti-tumblr:before{content:"\e72c"}.ti-skype:before{content:"\e72d"}.ti-share:before{content:"\e72e"}.ti-share-alt:before{content:"\e72f"}.ti-rocket:before{content:"\e730"}.ti-pinterest:before{content:"\e731"}.ti-new-window:before{content:"\e732"}.ti-microsoft:before{content:"\e733"}.ti-list-ol:before{content:"\e734"}.ti-linkedin:before{content:"\e735"}.ti-layout-sidebar-2:before{content:"\e736"}.ti-layout-grid4-alt:before{content:"\e737"}.ti-layout-grid3-alt:before{content:"\e738"}.ti-layout-grid2-alt:before{content:"\e739"}.ti-layout-column4-alt:before{content:"\e73a"}.ti-layout-column3-alt:before{content:"\e73b"}.ti-layout-column2-alt:before{content:"\e73c"}.ti-instagram:before{content:"\e73d"}.ti-google:before{content:"\e73e"}.ti-github:before{content:"\e73f"}.ti-flickr:before{content:"\e740"}.ti-facebook:before{content:"\e741"}.ti-dropbox:before{content:"\e742"}.ti-dribbble:before{content:"\e743"}.ti-apple:before{content:"\e744"}.ti-android:before{content:"\e745"}.ti-save:before{content:"\e746"}.ti-save-alt:before{content:"\e747"}.ti-yahoo:before{content:"\e748"}.ti-wordpress:before{content:"\e749"}.ti-vimeo-alt:before{content:"\e74a"}.ti-twitter-alt:before{content:"\e74b"}.ti-tumblr-alt:before{content:"\e74c"}.ti-trello:before{content:"\e74d"}.ti-stack-overflow:before{content:"\e74e"}.ti-soundcloud:before{content:"\e74f"}.ti-sharethis:before{content:"\e750"}.ti-sharethis-alt:before{content:"\e751"}.ti-reddit:before{content:"\e752"}.ti-pinterest-alt:before{content:"\e753"}.ti-microsoft-alt:before{content:"\e754"}.ti-linux:before{content:"\e755"}.ti-jsfiddle:before{content:"\e756"}.ti-joomla:before{content:"\e757"}.ti-html5:before{content:"\e758"}.ti-flickr-alt:before{content:"\e759"}.ti-email:before{content:"\e75a"}.ti-drupal:before{content:"\e75b"}.ti-dropbox-alt:before{content:"\e75c"}.ti-css3:before{content:"\e75d"}.ti-rss:before{content:"\e75e"}.ti-rss-alt:before{content:"\e75f"}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1,1)}.fa-flip-vertical{transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:auto;src:url(../fonts/fa-brands-400.e2ca6541.eot);src:url(../fonts/fa-brands-400.e2ca6541.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.f075c50f.woff2) format("woff2"),url(../fonts/fa-brands-400.ad527cc5.woff) format("woff"),url(../fonts/fa-brands-400.8300bd7f.ttf) format("truetype"),url(../img/fa-brands-400.bfd29c01.svg#fontawesome) format("svg")}.fab{font-family:'Font Awesome 5 Brands'}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url(../fonts/fa-regular-400.b01516c1.eot);src:url(../fonts/fa-regular-400.b01516c1.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-regular-400.4a74738e.woff2) format("woff2"),url(../fonts/fa-regular-400.3c6879c4.woff) format("woff"),url(../fonts/fa-regular-400.49f00693.ttf) format("truetype"),url(../img/fa-regular-400.51901908.svg#fontawesome) format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url(../fonts/fa-solid-900.8ac31674.eot);src:url(../fonts/fa-solid-900.8ac31674.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.8e1ed89b.woff2) format("woff2"),url(../fonts/fa-solid-900.4451e1d8.woff) format("woff"),url(../fonts/fa-solid-900.205f07b3.ttf) format("truetype"),url(../img/fa-solid-900.62528c56.svg#fontawesome) format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}@font-face{font-family:remixicon;src:url(../fonts/remixicon.dc0fb3e9.eot);src:url(../fonts/remixicon.dc0fb3e9.eot#iefix) format("embedded-opentype"),url(../fonts/remixicon.5ab3a2a4.woff2) format("woff2"),url(../fonts/remixicon.7eafaf2d.woff) format("woff"),url(../fonts/remixicon.37364e27.ttf) format("truetype"),url(../img/remixicon.d0d23961.svg#remixicon) format("svg")}[class*=" remixicon-"],[class^=remixicon-]{font-family:remixicon!important;font-size:inherit;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.remixicon-account-box-fill:before{content:"\ef35"}.remixicon-account-box-line:before{content:"\ef36"}.remixicon-account-circle-fill:before{content:"\ef37"}.remixicon-account-circle-line:before{content:"\ef38"}.remixicon-account-pin-box-fill:before{content:"\ef39"}.remixicon-account-pin-box-line:before{content:"\ef3a"}.remixicon-account-pin-circle-fill:before{content:"\ef3b"}.remixicon-account-pin-circle-line:before{content:"\ef3c"}.remixicon-add-box-fill:before{content:"\ef3d"}.remixicon-add-box-line:before{content:"\ef3e"}.remixicon-add-circle-fill:before{content:"\ef3f"}.remixicon-add-circle-line:before{content:"\ef40"}.remixicon-add-fill:before{content:"\ef41"}.remixicon-add-line:before{content:"\ef42"}.remixicon-admin-fill:before{content:"\ef43"}.remixicon-admin-line:before{content:"\ef44"}.remixicon-airplay-fill:before{content:"\ef45"}.remixicon-airplay-line:before{content:"\ef46"}.remixicon-alarm-fill:before{content:"\ef47"}.remixicon-alarm-line:before{content:"\ef48"}.remixicon-alarm-warning-fill:before{content:"\ef49"}.remixicon-alarm-warning-line:before{content:"\ef4a"}.remixicon-album-fill:before{content:"\ef4b"}.remixicon-album-line:before{content:"\ef4c"}.remixicon-align-bottom:before{content:"\ef4d"}.remixicon-align-center:before{content:"\ef4e"}.remixicon-align-justify:before{content:"\ef4f"}.remixicon-align-left:before{content:"\ef50"}.remixicon-align-right:before{content:"\ef51"}.remixicon-align-top:before{content:"\ef52"}.remixicon-align-vertically:before{content:"\ef53"}.remixicon-alipay-fill:before{content:"\ef54"}.remixicon-alipay-line:before{content:"\ef55"}.remixicon-amazon-fill:before{content:"\ef56"}.remixicon-amazon-line:before{content:"\ef57"}.remixicon-anchor-fill:before{content:"\ef58"}.remixicon-anchor-line:before{content:"\ef59"}.remixicon-android-fill:before{content:"\ef5a"}.remixicon-android-line:before{content:"\ef5b"}.remixicon-apple-fill:before{content:"\ef5c"}.remixicon-apple-line:before{content:"\ef5d"}.remixicon-apps-2-fill:before{content:"\ef5e"}.remixicon-apps-2-line:before{content:"\ef5f"}.remixicon-apps-fill:before{content:"\ef60"}.remixicon-apps-line:before{content:"\ef61"}.remixicon-archive-drawer-fill:before{content:"\ef62"}.remixicon-archive-drawer-line:before{content:"\ef63"}.remixicon-archive-fill:before{content:"\ef64"}.remixicon-archive-line:before{content:"\ef65"}.remixicon-arrow-down-circle-fill:before{content:"\ef66"}.remixicon-arrow-down-circle-line:before{content:"\ef67"}.remixicon-arrow-down-fill:before{content:"\ef68"}.remixicon-arrow-down-line:before{content:"\ef69"}.remixicon-arrow-down-s-fill:before{content:"\ef6a"}.remixicon-arrow-down-s-line:before{content:"\ef6b"}.remixicon-arrow-drop-down-fill:before{content:"\ef6c"}.remixicon-arrow-drop-down-line:before{content:"\ef6d"}.remixicon-arrow-drop-left-fill:before{content:"\ef6e"}.remixicon-arrow-drop-left-line:before{content:"\ef6f"}.remixicon-arrow-drop-right-fill:before{content:"\ef70"}.remixicon-arrow-drop-right-line:before{content:"\ef71"}.remixicon-arrow-drop-up-fill:before{content:"\ef72"}.remixicon-arrow-drop-up-line:before{content:"\ef73"}.remixicon-arrow-go-back-fill:before{content:"\ef74"}.remixicon-arrow-go-back-line:before{content:"\ef75"}.remixicon-arrow-go-forward-fill:before{content:"\ef76"}.remixicon-arrow-go-forward-line:before{content:"\ef77"}.remixicon-arrow-left-circle-fill:before{content:"\ef78"}.remixicon-arrow-left-circle-line:before{content:"\ef79"}.remixicon-arrow-left-down-fill:before{content:"\ef7a"}.remixicon-arrow-left-down-line:before{content:"\ef7b"}.remixicon-arrow-left-fill:before{content:"\ef7c"}.remixicon-arrow-left-line:before{content:"\ef7d"}.remixicon-arrow-left-s-fill:before{content:"\ef7e"}.remixicon-arrow-left-s-line:before{content:"\ef7f"}.remixicon-arrow-left-up-fill:before{content:"\ef80"}.remixicon-arrow-left-up-line:before{content:"\ef81"}.remixicon-arrow-right-circle-fill:before{content:"\ef82"}.remixicon-arrow-right-circle-line:before{content:"\ef83"}.remixicon-arrow-right-down-fill:before{content:"\ef84"}.remixicon-arrow-right-down-line:before{content:"\ef85"}.remixicon-arrow-right-fill:before{content:"\ef86"}.remixicon-arrow-right-line:before{content:"\ef87"}.remixicon-arrow-right-s-fill:before{content:"\ef88"}.remixicon-arrow-right-s-line:before{content:"\ef89"}.remixicon-arrow-right-up-fill:before{content:"\ef8a"}.remixicon-arrow-right-up-line:before{content:"\ef8b"}.remixicon-arrow-up-circle-fill:before{content:"\ef8c"}.remixicon-arrow-up-circle-line:before{content:"\ef8d"}.remixicon-arrow-up-fill:before{content:"\ef8e"}.remixicon-arrow-up-line:before{content:"\ef8f"}.remixicon-arrow-up-s-fill:before{content:"\ef90"}.remixicon-arrow-up-s-line:before{content:"\ef91"}.remixicon-artboard-2-fill:before{content:"\ef92"}.remixicon-artboard-2-line:before{content:"\ef93"}.remixicon-artboard-fill:before{content:"\ef94"}.remixicon-artboard-line:before{content:"\ef95"}.remixicon-article-fill:before{content:"\ef96"}.remixicon-article-line:before{content:"\ef97"}.remixicon-at-fill:before{content:"\ef98"}.remixicon-at-line:before{content:"\ef99"}.remixicon-attachment-fill:before{content:"\ef9a"}.remixicon-attachment-line:before{content:"\ef9b"}.remixicon-award-fill:before{content:"\ef9c"}.remixicon-award-line:before{content:"\ef9d"}.remixicon-baidu-fill:before{content:"\ef9e"}.remixicon-baidu-line:before{content:"\ef9f"}.remixicon-ball-pen-fill:before{content:"\efa0"}.remixicon-ball-pen-line:before{content:"\efa1"}.remixicon-bank-card-2-fill:before{content:"\efa2"}.remixicon-bank-card-2-line:before{content:"\efa3"}.remixicon-bank-card-fill:before{content:"\efa4"}.remixicon-bank-card-line:before{content:"\efa5"}.remixicon-bank-fill:before{content:"\efa6"}.remixicon-bank-line:before{content:"\efa7"}.remixicon-bar-chart-2-fill:before{content:"\efa8"}.remixicon-bar-chart-2-line:before{content:"\efa9"}.remixicon-bar-chart-box-fill:before{content:"\efaa"}.remixicon-bar-chart-box-line:before{content:"\efab"}.remixicon-bar-chart-fill:before{content:"\efac"}.remixicon-bar-chart-line:before{content:"\efad"}.remixicon-barcode-fill:before{content:"\efae"}.remixicon-barcode-line:before{content:"\efaf"}.remixicon-barricade-fill:before{content:"\efb0"}.remixicon-barricade-line:before{content:"\efb1"}.remixicon-base-station-fill:before{content:"\efb2"}.remixicon-base-station-line:before{content:"\efb3"}.remixicon-battery-2-charge-fill:before{content:"\efb4"}.remixicon-battery-2-charge-line:before{content:"\efb5"}.remixicon-battery-2-fill:before{content:"\efb6"}.remixicon-battery-2-line:before{content:"\efb7"}.remixicon-battery-charge-fill:before{content:"\efb8"}.remixicon-battery-charge-line:before{content:"\efb9"}.remixicon-battery-fill:before{content:"\efba"}.remixicon-battery-line:before{content:"\efbb"}.remixicon-battery-low-fill:before{content:"\efbc"}.remixicon-battery-low-line:before{content:"\efbd"}.remixicon-behance-fill:before{content:"\efbe"}.remixicon-behance-line:before{content:"\efbf"}.remixicon-bike-fill:before{content:"\efc0"}.remixicon-bike-line:before{content:"\efc1"}.remixicon-bill-fill:before{content:"\efc2"}.remixicon-bill-line:before{content:"\efc3"}.remixicon-bit-coin-fill:before{content:"\efc4"}.remixicon-bit-coin-line:before{content:"\efc5"}.remixicon-bluetooth-connect-fill:before{content:"\efc6"}.remixicon-bluetooth-connect-line:before{content:"\efc7"}.remixicon-bluetooth-fill:before{content:"\efc8"}.remixicon-bluetooth-line:before{content:"\efc9"}.remixicon-blur-off-fill:before{content:"\efca"}.remixicon-blur-off-line:before{content:"\efcb"}.remixicon-bold:before{content:"\efcc"}.remixicon-book-2-fill:before{content:"\efcd"}.remixicon-book-2-line:before{content:"\efce"}.remixicon-book-3-fill:before{content:"\efcf"}.remixicon-book-3-line:before{content:"\efd0"}.remixicon-book-fill:before{content:"\efd1"}.remixicon-book-line:before{content:"\efd2"}.remixicon-book-mark-fill:before{content:"\efd3"}.remixicon-book-mark-line:before{content:"\efd4"}.remixicon-book-open-fill:before{content:"\efd5"}.remixicon-book-open-line:before{content:"\efd6"}.remixicon-book-read-fill:before{content:"\efd7"}.remixicon-book-read-line:before{content:"\efd8"}.remixicon-bookmark-2-fill:before{content:"\efd9"}.remixicon-bookmark-2-line:before{content:"\efda"}.remixicon-bookmark-3-fill:before{content:"\efdb"}.remixicon-bookmark-3-line:before{content:"\efdc"}.remixicon-bookmark-fill:before{content:"\efdd"}.remixicon-bookmark-line:before{content:"\efde"}.remixicon-briefcase-2-fill:before{content:"\efdf"}.remixicon-briefcase-2-line:before{content:"\efe0"}.remixicon-briefcase-3-fill:before{content:"\efe1"}.remixicon-briefcase-3-line:before{content:"\efe2"}.remixicon-briefcase-4-fill:before{content:"\efe3"}.remixicon-briefcase-4-line:before{content:"\efe4"}.remixicon-briefcase-5-fill:before{content:"\efe5"}.remixicon-briefcase-5-line:before{content:"\efe6"}.remixicon-briefcase-fill:before{content:"\efe7"}.remixicon-briefcase-line:before{content:"\efe8"}.remixicon-broadcast-fill:before{content:"\efe9"}.remixicon-broadcast-line:before{content:"\efea"}.remixicon-brush-2-fill:before{content:"\efeb"}.remixicon-brush-2-line:before{content:"\efec"}.remixicon-brush-3-fill:before{content:"\efed"}.remixicon-brush-3-line:before{content:"\efee"}.remixicon-brush-4-fill:before{content:"\efef"}.remixicon-brush-4-line:before{content:"\eff0"}.remixicon-brush-fill:before{content:"\eff1"}.remixicon-brush-line:before{content:"\eff2"}.remixicon-bug-2-fill:before{content:"\eff3"}.remixicon-bug-2-line:before{content:"\eff4"}.remixicon-bug-fill:before{content:"\eff5"}.remixicon-bug-line:before{content:"\eff6"}.remixicon-building-2-fill:before{content:"\eff7"}.remixicon-building-2-line:before{content:"\eff8"}.remixicon-building-3-fill:before{content:"\eff9"}.remixicon-building-3-line:before{content:"\effa"}.remixicon-building-4-fill:before{content:"\effb"}.remixicon-building-4-line:before{content:"\effc"}.remixicon-building-fill:before{content:"\effd"}.remixicon-building-line:before{content:"\effe"}.remixicon-bus-2-fill:before{content:"\efff"}.remixicon-bus-2-line:before{content:"\f000"}.remixicon-bus-fill:before{content:"\f001"}.remixicon-bus-line:before{content:"\f002"}.remixicon-calculator-fill:before{content:"\f003"}.remixicon-calculator-line:before{content:"\f004"}.remixicon-calendar-2-fill:before{content:"\f005"}.remixicon-calendar-2-line:before{content:"\f006"}.remixicon-calendar-event-fill:before{content:"\f007"}.remixicon-calendar-event-line:before{content:"\f008"}.remixicon-calendar-fill:before{content:"\f009"}.remixicon-calendar-line:before{content:"\f00a"}.remixicon-calendar-todo-fill:before{content:"\f00b"}.remixicon-calendar-todo-line:before{content:"\f00c"}.remixicon-camera-2-fill:before{content:"\f00d"}.remixicon-camera-2-line:before{content:"\f00e"}.remixicon-camera-3-fill:before{content:"\f00f"}.remixicon-camera-3-line:before{content:"\f010"}.remixicon-camera-fill:before{content:"\f011"}.remixicon-camera-lens-fill:before{content:"\f012"}.remixicon-camera-lens-line:before{content:"\f013"}.remixicon-camera-line:before{content:"\f014"}.remixicon-camera-off-fill:before{content:"\f015"}.remixicon-camera-off-line:before{content:"\f016"}.remixicon-camera-switch-fill:before{content:"\f017"}.remixicon-camera-switch-line:before{content:"\f018"}.remixicon-car-fill:before{content:"\f019"}.remixicon-car-line:before{content:"\f01a"}.remixicon-car-washing-fill:before{content:"\f01b"}.remixicon-car-washing-line:before{content:"\f01c"}.remixicon-cast-fill:before{content:"\f01d"}.remixicon-cast-line:before{content:"\f01e"}.remixicon-cellphone-fill:before{content:"\f01f"}.remixicon-cellphone-line:before{content:"\f020"}.remixicon-charging-pile-fill:before{content:"\f021"}.remixicon-charging-pile-line:before{content:"\f022"}.remixicon-chat-1-fill:before{content:"\f023"}.remixicon-chat-1-line:before{content:"\f024"}.remixicon-chat-2-fill:before{content:"\f025"}.remixicon-chat-2-line:before{content:"\f026"}.remixicon-chat-3-fill:before{content:"\f027"}.remixicon-chat-3-line:before{content:"\f028"}.remixicon-chat-4-fill:before{content:"\f029"}.remixicon-chat-4-line:before{content:"\f02a"}.remixicon-chat-check-fill:before{content:"\f02b"}.remixicon-chat-check-line:before{content:"\f02c"}.remixicon-chat-delete-fill:before{content:"\f02d"}.remixicon-chat-delete-line:before{content:"\f02e"}.remixicon-chat-download-fill:before{content:"\f02f"}.remixicon-chat-download-line:before{content:"\f030"}.remixicon-chat-forward-fill:before{content:"\f031"}.remixicon-chat-forward-line:before{content:"\f032"}.remixicon-chat-new-fill:before{content:"\f033"}.remixicon-chat-new-line:before{content:"\f034"}.remixicon-chat-settings-fill:before{content:"\f035"}.remixicon-chat-settings-line:before{content:"\f036"}.remixicon-chat-smile-2-fill:before{content:"\f037"}.remixicon-chat-smile-2-line:before{content:"\f038"}.remixicon-chat-smile-3-fill:before{content:"\f039"}.remixicon-chat-smile-3-line:before{content:"\f03a"}.remixicon-chat-smile-fill:before{content:"\f03b"}.remixicon-chat-smile-line:before{content:"\f03c"}.remixicon-chat-upload-fill:before{content:"\f03d"}.remixicon-chat-upload-line:before{content:"\f03e"}.remixicon-check-fill:before{content:"\f03f"}.remixicon-check-line:before{content:"\f040"}.remixicon-checkbox-blank-circle-fill:before{content:"\f041"}.remixicon-checkbox-blank-circle-line:before{content:"\f042"}.remixicon-checkbox-blank-fill:before{content:"\f043"}.remixicon-checkbox-blank-line:before{content:"\f044"}.remixicon-checkbox-circle-fill:before{content:"\f045"}.remixicon-checkbox-circle-line:before{content:"\f046"}.remixicon-checkbox-fill:before{content:"\f047"}.remixicon-checkbox-indeterminate-fill:before{content:"\f048"}.remixicon-checkbox-indeterminate-line:before{content:"\f049"}.remixicon-checkbox-line:before{content:"\f04a"}.remixicon-china-railway-fill:before{content:"\f04b"}.remixicon-china-railway-line:before{content:"\f04c"}.remixicon-chrome-fill:before{content:"\f04d"}.remixicon-chrome-line:before{content:"\f04e"}.remixicon-clapperboard-fill:before{content:"\f04f"}.remixicon-clapperboard-line:before{content:"\f050"}.remixicon-clipboard-fill:before{content:"\f051"}.remixicon-clipboard-line:before{content:"\f052"}.remixicon-close-circle-fill:before{content:"\f053"}.remixicon-close-circle-line:before{content:"\f054"}.remixicon-close-fill:before{content:"\f055"}.remixicon-close-line:before{content:"\f056"}.remixicon-cloud-fill:before{content:"\f057"}.remixicon-cloud-line:before{content:"\f058"}.remixicon-code-fill:before{content:"\f059"}.remixicon-code-line:before{content:"\f05a"}.remixicon-code-view:before{content:"\f05b"}.remixicon-codepen-fill:before{content:"\f05c"}.remixicon-codepen-line:before{content:"\f05d"}.remixicon-compass-2-fill:before{content:"\f05e"}.remixicon-compass-2-line:before{content:"\f05f"}.remixicon-compass-3-fill:before{content:"\f060"}.remixicon-compass-3-line:before{content:"\f061"}.remixicon-compass-4-fill:before{content:"\f062"}.remixicon-compass-4-line:before{content:"\f063"}.remixicon-compass-discover-fill:before{content:"\f064"}.remixicon-compass-discover-line:before{content:"\f065"}.remixicon-compass-fill:before{content:"\f066"}.remixicon-compass-line:before{content:"\f067"}.remixicon-compasses-2-fill:before{content:"\f068"}.remixicon-compasses-2-line:before{content:"\f069"}.remixicon-compasses-fill:before{content:"\f06a"}.remixicon-compasses-line:before{content:"\f06b"}.remixicon-computer-fill:before{content:"\f06c"}.remixicon-computer-line:before{content:"\f06d"}.remixicon-contacts-book-2-fill:before{content:"\f06e"}.remixicon-contacts-book-2-line:before{content:"\f06f"}.remixicon-contacts-book-fill:before{content:"\f070"}.remixicon-contacts-book-line:before{content:"\f071"}.remixicon-contacts-fill:before{content:"\f072"}.remixicon-contacts-line:before{content:"\f073"}.remixicon-contrast-2-fill:before{content:"\f074"}.remixicon-contrast-2-line:before{content:"\f075"}.remixicon-contrast-drop-2-fill:before{content:"\f076"}.remixicon-contrast-drop-2-line:before{content:"\f077"}.remixicon-contrast-drop-fill:before{content:"\f078"}.remixicon-contrast-drop-line:before{content:"\f079"}.remixicon-contrast-fill:before{content:"\f07a"}.remixicon-contrast-line:before{content:"\f07b"}.remixicon-copper-coin-fill:before{content:"\f07c"}.remixicon-copper-coin-line:before{content:"\f07d"}.remixicon-copper-diamond-fill:before{content:"\f07e"}.remixicon-copper-diamond-line:before{content:"\f07f"}.remixicon-coupon-2-fill:before{content:"\f080"}.remixicon-coupon-2-line:before{content:"\f081"}.remixicon-coupon-3-fill:before{content:"\f082"}.remixicon-coupon-3-line:before{content:"\f083"}.remixicon-coupon-4-fill:before{content:"\f084"}.remixicon-coupon-4-line:before{content:"\f085"}.remixicon-coupon-5-fill:before{content:"\f086"}.remixicon-coupon-5-line:before{content:"\f087"}.remixicon-coupon-fill:before{content:"\f088"}.remixicon-coupon-line:before{content:"\f089"}.remixicon-cpu-fill:before{content:"\f08a"}.remixicon-cpu-line:before{content:"\f08b"}.remixicon-crop-2-fill:before{content:"\f08c"}.remixicon-crop-2-line:before{content:"\f08d"}.remixicon-crop-fill:before{content:"\f08e"}.remixicon-crop-line:before{content:"\f08f"}.remixicon-cup-fill:before{content:"\f090"}.remixicon-cup-line:before{content:"\f091"}.remixicon-customer-service-2-fill:before{content:"\f092"}.remixicon-customer-service-2-line:before{content:"\f093"}.remixicon-customer-service-fill:before{content:"\f094"}.remixicon-customer-service-line:before{content:"\f095"}.remixicon-dashboard-fill:before{content:"\f096"}.remixicon-dashboard-line:before{content:"\f097"}.remixicon-database-fill:before{content:"\f098"}.remixicon-database-line:before{content:"\f099"}.remixicon-delete-back-2-fill:before{content:"\f09a"}.remixicon-delete-back-2-line:before{content:"\f09b"}.remixicon-delete-back-fill:before{content:"\f09c"}.remixicon-delete-back-line:before{content:"\f09d"}.remixicon-delete-bin-2-fill:before{content:"\f09e"}.remixicon-delete-bin-2-line:before{content:"\f09f"}.remixicon-delete-bin-3-fill:before{content:"\f0a0"}.remixicon-delete-bin-3-line:before{content:"\f0a1"}.remixicon-delete-bin-4-fill:before{content:"\f0a2"}.remixicon-delete-bin-4-line:before{content:"\f0a3"}.remixicon-delete-bin-5-fill:before{content:"\f0a4"}.remixicon-delete-bin-5-line:before{content:"\f0a5"}.remixicon-delete-bin-6-fill:before{content:"\f0a6"}.remixicon-delete-bin-6-line:before{content:"\f0a7"}.remixicon-delete-bin-7-fill:before{content:"\f0a8"}.remixicon-delete-bin-7-line:before{content:"\f0a9"}.remixicon-delete-bin-fill:before{content:"\f0aa"}.remixicon-delete-bin-line:before{content:"\f0ab"}.remixicon-device-fill:before{content:"\f0ac"}.remixicon-device-line:before{content:"\f0ad"}.remixicon-dingding-fill:before{content:"\f0ae"}.remixicon-dingding-line:before{content:"\f0af"}.remixicon-direction-fill:before{content:"\f0b0"}.remixicon-direction-line:before{content:"\f0b1"}.remixicon-disc-fill:before{content:"\f0b2"}.remixicon-disc-line:before{content:"\f0b3"}.remixicon-discuss-fill:before{content:"\f0b4"}.remixicon-discuss-line:before{content:"\f0b5"}.remixicon-divide-fill:before{content:"\f0b6"}.remixicon-divide-line:before{content:"\f0b7"}.remixicon-download-2-fill:before{content:"\f0b8"}.remixicon-download-2-line:before{content:"\f0b9"}.remixicon-download-cloud-fill:before{content:"\f0ba"}.remixicon-download-cloud-line:before{content:"\f0bb"}.remixicon-download-fill:before{content:"\f0bc"}.remixicon-download-line:before{content:"\f0bd"}.remixicon-drag-move-2-fill:before{content:"\f0be"}.remixicon-drag-move-2-line:before{content:"\f0bf"}.remixicon-drag-move-fill:before{content:"\f0c0"}.remixicon-drag-move-line:before{content:"\f0c1"}.remixicon-dribbble-fill:before{content:"\f0c2"}.remixicon-dribbble-line:before{content:"\f0c3"}.remixicon-drive-fill:before{content:"\f0c4"}.remixicon-drive-line:before{content:"\f0c5"}.remixicon-drop-fill:before{content:"\f0c6"}.remixicon-drop-line:before{content:"\f0c7"}.remixicon-dropbox-fill:before{content:"\f0c8"}.remixicon-dropbox-line:before{content:"\f0c9"}.remixicon-dvd-fill:before{content:"\f0ca"}.remixicon-dvd-line:before{content:"\f0cb"}.remixicon-e-bike-2-fill:before{content:"\f0cc"}.remixicon-e-bike-2-line:before{content:"\f0cd"}.remixicon-e-bike-fill:before{content:"\f0ce"}.remixicon-e-bike-line:before{content:"\f0cf"}.remixicon-earth-fill:before{content:"\f0d0"}.remixicon-earth-line:before{content:"\f0d1"}.remixicon-edge-fill:before{content:"\f0d2"}.remixicon-edge-line:before{content:"\f0d3"}.remixicon-edit-2-fill:before{content:"\f0d4"}.remixicon-edit-2-line:before{content:"\f0d5"}.remixicon-edit-box-fill:before{content:"\f0d6"}.remixicon-edit-box-line:before{content:"\f0d7"}.remixicon-edit-circle-fill:before{content:"\f0d8"}.remixicon-edit-circle-line:before{content:"\f0d9"}.remixicon-edit-fill:before{content:"\f0da"}.remixicon-edit-line:before{content:"\f0db"}.remixicon-eject-fill:before{content:"\f0dc"}.remixicon-eject-line:before{content:"\f0dd"}.remixicon-emotion-2-fill:before{content:"\f0de"}.remixicon-emotion-2-line:before{content:"\f0df"}.remixicon-emotion-fill:before{content:"\f0e0"}.remixicon-emotion-happy-fill:before{content:"\f0e1"}.remixicon-emotion-happy-line:before{content:"\f0e2"}.remixicon-emotion-line:before{content:"\f0e3"}.remixicon-emotion-normal-fill:before{content:"\f0e4"}.remixicon-emotion-normal-line:before{content:"\f0e5"}.remixicon-emotion-unhappy-fill:before{content:"\f0e6"}.remixicon-emotion-unhappy-line:before{content:"\f0e7"}.remixicon-equalizer-fill:before{content:"\f0e8"}.remixicon-equalizer-line:before{content:"\f0e9"}.remixicon-eraser-fill:before{content:"\f0ea"}.remixicon-eraser-line:before{content:"\f0eb"}.remixicon-error-warning-fill:before{content:"\f0ec"}.remixicon-error-warning-line:before{content:"\f0ed"}.remixicon-evernote-fill:before{content:"\f0ee"}.remixicon-evernote-line:before{content:"\f0ef"}.remixicon-exchange-fill:before{content:"\f0f0"}.remixicon-exchange-line:before{content:"\f0f1"}.remixicon-eye-close-fill:before{content:"\f0f2"}.remixicon-eye-close-line:before{content:"\f0f3"}.remixicon-eye-fill:before{content:"\f0f4"}.remixicon-eye-line:before{content:"\f0f5"}.remixicon-eye-off-fill:before{content:"\f0f6"}.remixicon-eye-off-line:before{content:"\f0f7"}.remixicon-facebook-box-fill:before{content:"\f0f8"}.remixicon-facebook-box-line:before{content:"\f0f9"}.remixicon-facebook-fill:before{content:"\f0fa"}.remixicon-facebook-line:before{content:"\f0fb"}.remixicon-feedback-fill:before{content:"\f0fc"}.remixicon-feedback-line:before{content:"\f0fd"}.remixicon-file-2-fill:before{content:"\f0fe"}.remixicon-file-2-line:before{content:"\f0ff"}.remixicon-file-3-fill:before{content:"\f100"}.remixicon-file-3-line:before{content:"\f101"}.remixicon-file-4-fill:before{content:"\f102"}.remixicon-file-4-line:before{content:"\f103"}.remixicon-file-add-fill:before{content:"\f104"}.remixicon-file-add-line:before{content:"\f105"}.remixicon-file-chart-2-fill:before{content:"\f106"}.remixicon-file-chart-2-line:before{content:"\f107"}.remixicon-file-chart-fill:before{content:"\f108"}.remixicon-file-chart-line:before{content:"\f109"}.remixicon-file-code-fill:before{content:"\f10a"}.remixicon-file-code-line:before{content:"\f10b"}.remixicon-file-copy-2-fill:before{content:"\f10c"}.remixicon-file-copy-2-line:before{content:"\f10d"}.remixicon-file-copy-fill:before{content:"\f10e"}.remixicon-file-copy-line:before{content:"\f10f"}.remixicon-file-damage-fill:before{content:"\f110"}.remixicon-file-damage-line:before{content:"\f111"}.remixicon-file-download-fill:before{content:"\f112"}.remixicon-file-download-line:before{content:"\f113"}.remixicon-file-edit-fill:before{content:"\f114"}.remixicon-file-edit-line:before{content:"\f115"}.remixicon-file-excel-2-fill:before{content:"\f116"}.remixicon-file-excel-2-line:before{content:"\f117"}.remixicon-file-excel-fill:before{content:"\f118"}.remixicon-file-excel-line:before{content:"\f119"}.remixicon-file-fill:before{content:"\f11a"}.remixicon-file-forbid-fill:before{content:"\f11b"}.remixicon-file-forbid-line:before{content:"\f11c"}.remixicon-file-info-fill:before{content:"\f11d"}.remixicon-file-info-line:before{content:"\f11e"}.remixicon-file-line:before{content:"\f11f"}.remixicon-file-list-2-fill:before{content:"\f120"}.remixicon-file-list-2-line:before{content:"\f121"}.remixicon-file-list-3-fill:before{content:"\f122"}.remixicon-file-list-3-line:before{content:"\f123"}.remixicon-file-list-fill:before{content:"\f124"}.remixicon-file-list-line:before{content:"\f125"}.remixicon-file-lock-fill:before{content:"\f126"}.remixicon-file-lock-line:before{content:"\f127"}.remixicon-file-mark-fill:before{content:"\f128"}.remixicon-file-mark-line:before{content:"\f129"}.remixicon-file-music-fill:before{content:"\f12a"}.remixicon-file-music-line:before{content:"\f12b"}.remixicon-file-paper-fill:before{content:"\f12c"}.remixicon-file-paper-line:before{content:"\f12d"}.remixicon-file-pdf-fill:before{content:"\f12e"}.remixicon-file-pdf-line:before{content:"\f12f"}.remixicon-file-ppt-2-fill:before{content:"\f130"}.remixicon-file-ppt-2-line:before{content:"\f131"}.remixicon-file-ppt-fill:before{content:"\f132"}.remixicon-file-ppt-2-line:before{content:"\f133"}.remixicon-file-ppt-line:before{content:"\f134"}.remixicon-file-reduce-fill:before{content:"\f135"}.remixicon-file-reduce-line:before{content:"\f136"}.remixicon-file-search-fill:before{content:"\f137"}.remixicon-file-search-line:before{content:"\f138"}.remixicon-file-settings-fill:before{content:"\f139"}.remixicon-file-settings-line:before{content:"\f13a"}.remixicon-file-shred-fill:before{content:"\f13b"}.remixicon-file-shred-line:before{content:"\f13c"}.remixicon-file-text-fill:before{content:"\f13d"}.remixicon-file-text-line:before{content:"\f13e"}.remixicon-file-transfer-fill:before{content:"\f13f"}.remixicon-file-transfer-line:before{content:"\f140"}.remixicon-file-unknow-fill:before{content:"\f141"}.remixicon-file-unknow-line:before{content:"\f142"}.remixicon-file-upload-fill:before{content:"\f143"}.remixicon-file-upload-line:before{content:"\f144"}.remixicon-file-user-fill:before{content:"\f145"}.remixicon-file-user-line:before{content:"\f146"}.remixicon-file-warning-fill:before{content:"\f147"}.remixicon-file-warning-line:before{content:"\f148"}.remixicon-file-word-2-fill:before{content:"\f149"}.remixicon-file-word-2-line:before{content:"\f14a"}.remixicon-file-word-fill:before{content:"\f14b"}.remixicon-file-word-line:before{content:"\f14c"}.remixicon-file-zip-fill:before{content:"\f14d"}.remixicon-file-zip-line:before{content:"\f14e"}.remixicon-film-fill:before{content:"\f14f"}.remixicon-film-line:before{content:"\f150"}.remixicon-find-replace-fill:before{content:"\f151"}.remixicon-find-replace-line:before{content:"\f152"}.remixicon-firefox-fill:before{content:"\f153"}.remixicon-firefox-line:before{content:"\f154"}.remixicon-flag-2-fill:before{content:"\f155"}.remixicon-flag-2-line:before{content:"\f156"}.remixicon-flag-fill:before{content:"\f157"}.remixicon-flag-line:before{content:"\f158"}.remixicon-flight-land-fill:before{content:"\f159"}.remixicon-flight-land-line:before{content:"\f15a"}.remixicon-flight-takeoff-fill:before{content:"\f15b"}.remixicon-flight-takeoff-line:before{content:"\f15c"}.remixicon-focus-2-fill:before{content:"\f15d"}.remixicon-focus-2-line:before{content:"\f15e"}.remixicon-focus-fill:before{content:"\f15f"}.remixicon-focus-line:before{content:"\f160"}.remixicon-folder-2-fill:before{content:"\f161"}.remixicon-folder-2-line:before{content:"\f162"}.remixicon-folder-3-fill:before{content:"\f163"}.remixicon-folder-3-line:before{content:"\f164"}.remixicon-folder-4-fill:before{content:"\f165"}.remixicon-folder-4-line:before{content:"\f166"}.remixicon-folder-5-fill:before{content:"\f167"}.remixicon-folder-5-line:before{content:"\f168"}.remixicon-folder-add-fill:before{content:"\f169"}.remixicon-folder-add-line:before{content:"\f16a"}.remixicon-folder-chart-2-fill:before{content:"\f16b"}.remixicon-folder-chart-2-line:before{content:"\f16c"}.remixicon-folder-chart-fill:before{content:"\f16d"}.remixicon-folder-chart-line:before{content:"\f16e"}.remixicon-folder-download-fill:before{content:"\f16f"}.remixicon-folder-download-line:before{content:"\f170"}.remixicon-folder-fill:before{content:"\f171"}.remixicon-folder-forbid-fill:before{content:"\f172"}.remixicon-folder-forbid-line:before{content:"\f173"}.remixicon-folder-info-fill:before{content:"\f174"}.remixicon-folder-info-line:before{content:"\f175"}.remixicon-folder-line:before{content:"\f176"}.remixicon-folder-lock-fill:before{content:"\f177"}.remixicon-folder-lock-line:before{content:"\f178"}.remixicon-folder-music-fill:before{content:"\f179"}.remixicon-folder-music-line:before{content:"\f17a"}.remixicon-folder-reduce-fill:before{content:"\f17b"}.remixicon-folder-reduce-line:before{content:"\f17c"}.remixicon-folder-settings-fill:before{content:"\f17d"}.remixicon-folder-settings-line:before{content:"\f17e"}.remixicon-folder-transfer-fill:before{content:"\f17f"}.remixicon-folder-transfer-line:before{content:"\f180"}.remixicon-folder-unknow-fill:before{content:"\f181"}.remixicon-folder-unknow-line:before{content:"\f182"}.remixicon-folder-upload-fill:before{content:"\f183"}.remixicon-folder-upload-line:before{content:"\f184"}.remixicon-folder-user-fill:before{content:"\f185"}.remixicon-folder-user-line:before{content:"\f186"}.remixicon-folder-warning-fill:before{content:"\f187"}.remixicon-folder-warning-line:before{content:"\f188"}.remixicon-font-color:before{content:"\f189"}.remixicon-font-size-2:before{content:"\f18a"}.remixicon-font-size:before{content:"\f18b"}.remixicon-footprint-fill:before{content:"\f18c"}.remixicon-footprint-line:before{content:"\f18d"}.remixicon-forbid-2-fill:before{content:"\f18e"}.remixicon-forbid-2-line:before{content:"\f18f"}.remixicon-forbid-fill:before{content:"\f190"}.remixicon-forbid-line:before{content:"\f191"}.remixicon-fullscreen-exit-fill:before{content:"\f192"}.remixicon-fullscreen-exit-line:before{content:"\f193"}.remixicon-fullscreen-fill:before{content:"\f194"}.remixicon-fullscreen-line:before{content:"\f195"}.remixicon-function-fill:before{content:"\f196"}.remixicon-function-line:before{content:"\f197"}.remixicon-gallery-fill:before{content:"\f198"}.remixicon-gallery-line:before{content:"\f199"}.remixicon-gas-station-fill:before{content:"\f19a"}.remixicon-gas-station-line:before{content:"\f19b"}.remixicon-github-fill:before{content:"\f19c"}.remixicon-github-line:before{content:"\f19d"}.remixicon-gitlab-fill:before{content:"\f19e"}.remixicon-gitlab-line:before{content:"\f19f"}.remixicon-global-fill:before{content:"\f1a0"}.remixicon-global-line:before{content:"\f1a1"}.remixicon-globe-fill:before{content:"\f1a2"}.remixicon-globe-line:before{content:"\f1a3"}.remixicon-goblet-fill:before{content:"\f1a4"}.remixicon-goblet-line:before{content:"\f1a5"}.remixicon-google-fill:before{content:"\f1a6"}.remixicon-google-line:before{content:"\f1a7"}.remixicon-government-fill:before{content:"\f1a8"}.remixicon-government-line:before{content:"\f1a9"}.remixicon-gps-fill:before{content:"\f1aa"}.remixicon-gps-line:before{content:"\f1ab"}.remixicon-gradienter-fill:before{content:"\f1ac"}.remixicon-gradienter-line:before{content:"\f1ad"}.remixicon-grid-fill:before{content:"\f1ae"}.remixicon-grid-line:before{content:"\f1af"}.remixicon-group-fill:before{content:"\f1b0"}.remixicon-group-line:before{content:"\f1b1"}.remixicon-guide-fill:before{content:"\f1b2"}.remixicon-guide-line:before{content:"\f1b3"}.remixicon-hard-drive-2-fill:before{content:"\f1b4"}.remixicon-hard-drive-2-line:before{content:"\f1b5"}.remixicon-hard-drive-fill:before{content:"\f1b6"}.remixicon-hard-drive-line:before{content:"\f1b7"}.remixicon-headphone-fill:before{content:"\f1b8"}.remixicon-headphone-line:before{content:"\f1b9"}.remixicon-heart-2-fill:before{content:"\f1ba"}.remixicon-heart-2-line:before{content:"\f1bb"}.remixicon-heart-fill:before{content:"\f1bc"}.remixicon-heart-line:before{content:"\f1bd"}.remixicon-home-2-fill:before{content:"\f1be"}.remixicon-home-2-line:before{content:"\f1bf"}.remixicon-home-3-fill:before{content:"\f1c0"}.remixicon-home-3-line:before{content:"\f1c1"}.remixicon-home-4-fill:before{content:"\f1c2"}.remixicon-home-4-line:before{content:"\f1c3"}.remixicon-home-5-fill:before{content:"\f1c4"}.remixicon-home-5-line:before{content:"\f1c5"}.remixicon-home-6-fill:before{content:"\f1c6"}.remixicon-home-6-line:before{content:"\f1c7"}.remixicon-home-7-fill:before{content:"\f1c8"}.remixicon-home-7-line:before{content:"\f1c9"}.remixicon-home-8-fill:before{content:"\f1ca"}.remixicon-home-8-line:before{content:"\f1cb"}.remixicon-home-fill:before{content:"\f1cc"}.remixicon-home-gear-fill:before{content:"\f1cd"}.remixicon-home-gear-line:before{content:"\f1ce"}.remixicon-home-line:before{content:"\f1cf"}.remixicon-honour-fill:before{content:"\f1d0"}.remixicon-honour-line:before{content:"\f1d1"}.remixicon-hotel-bed-fill:before{content:"\f1d2"}.remixicon-hotel-bed-line:before{content:"\f1d3"}.remixicon-ie-fill:before{content:"\f1d4"}.remixicon-ie-line:before{content:"\f1d5"}.remixicon-image-2-fill:before{content:"\f1d6"}.remixicon-image-2-line:before{content:"\f1d7"}.remixicon-image-fill:before{content:"\f1d8"}.remixicon-image-line:before{content:"\f1d9"}.remixicon-inbox-archive-fill:before{content:"\f1da"}.remixicon-inbox-archive-line:before{content:"\f1db"}.remixicon-inbox-fill:before{content:"\f1dc"}.remixicon-inbox-line:before{content:"\f1dd"}.remixicon-increase-decrease-fill:before{content:"\f1de"}.remixicon-increase-decrease-line:before{content:"\f1df"}.remixicon-indent-decrease:before{content:"\f1e0"}.remixicon-indent-increase:before{content:"\f1e1"}.remixicon-indeterminate-circle-fill:before{content:"\f1e2"}.remixicon-indeterminate-circle-line:before{content:"\f1e3"}.remixicon-information-fill:before{content:"\f1e4"}.remixicon-information-line:before{content:"\f1e5"}.remixicon-input-method-fill:before{content:"\f1e6"}.remixicon-input-method-line:before{content:"\f1e7"}.remixicon-instagram-fill:before{content:"\f1e8"}.remixicon-instagram-line:before{content:"\f1e9"}.remixicon-invision-fill:before{content:"\f1ea"}.remixicon-invision-line:before{content:"\f1eb"}.remixicon-italic:before{content:"\f1ec"}.remixicon-keyboard-box-fill:before{content:"\f1ed"}.remixicon-keyboard-box-line:before{content:"\f1ee"}.remixicon-keyboard-fill:before{content:"\f1ef"}.remixicon-keyboard-line:before{content:"\f1f0"}.remixicon-keynote-fill:before{content:"\f1f1"}.remixicon-keynote-line:before{content:"\f1f2"}.remixicon-landscape-fill:before{content:"\f1f3"}.remixicon-landscape-line:before{content:"\f1f4"}.remixicon-layout-fill:before{content:"\f1f5"}.remixicon-layout-line:before{content:"\f1f6"}.remixicon-line-fill:before{content:"\f1f7"}.remixicon-line-height:before{content:"\f1f8"}.remixicon-line-line:before{content:"\f1f9"}.remixicon-link-unlink:before{content:"\f1fa"}.remixicon-link:before{content:"\f1fb"}.remixicon-linkedin-box-fill:before{content:"\f1fc"}.remixicon-linkedin-box-line:before{content:"\f1fd"}.remixicon-linkedin-fill:before{content:"\f1fe"}.remixicon-linkedin-line:before{content:"\f1ff"}.remixicon-links-fill:before{content:"\f200"}.remixicon-links-line:before{content:"\f201"}.remixicon-list-check:before{content:"\f202"}.remixicon-list-ordered:before{content:"\f203"}.remixicon-list-settings-fill:before{content:"\f204"}.remixicon-list-settings-line:before{content:"\f205"}.remixicon-list-unordered:before{content:"\f206"}.remixicon-lock-2-fill:before{content:"\f207"}.remixicon-lock-2-line:before{content:"\f208"}.remixicon-lock-fill:before{content:"\f209"}.remixicon-lock-line:before{content:"\f20a"}.remixicon-lock-password-fill:before{content:"\f20b"}.remixicon-lock-password-line:before{content:"\f20c"}.remixicon-lock-unlock-fill:before{content:"\f20d"}.remixicon-lock-unlock-line:before{content:"\f20e"}.remixicon-login-box-fill:before{content:"\f20f"}.remixicon-login-box-line:before{content:"\f210"}.remixicon-login-circle-fill:before{content:"\f211"}.remixicon-login-circle-line:before{content:"\f212"}.remixicon-logout-box-fill:before{content:"\f213"}.remixicon-logout-box-line:before{content:"\f214"}.remixicon-logout-circle-fill:before{content:"\f215"}.remixicon-logout-circle-line:before{content:"\f216"}.remixicon-mac-fill:before{content:"\f217"}.remixicon-mac-line:before{content:"\f218"}.remixicon-macbook-fill:before{content:"\f219"}.remixicon-macbook-line:before{content:"\f21a"}.remixicon-mail-fill:before{content:"\f21b"}.remixicon-mail-line:before{content:"\f21c"}.remixicon-mail-open-fill:before{content:"\f21d"}.remixicon-mail-open-line:before{content:"\f21e"}.remixicon-mail-send-fill:before{content:"\f21f"}.remixicon-mail-send-line:before{content:"\f220"}.remixicon-mail-unread-fill:before{content:"\f221"}.remixicon-mail-unread-line:before{content:"\f222"}.remixicon-map-2-fill:before{content:"\f223"}.remixicon-map-2-line:before{content:"\f224"}.remixicon-map-fill:before{content:"\f225"}.remixicon-map-line:before{content:"\f226"}.remixicon-map-pin-2-fill:before{content:"\f227"}.remixicon-map-pin-2-line:before{content:"\f228"}.remixicon-map-pin-3-fill:before{content:"\f229"}.remixicon-map-pin-3-line:before{content:"\f22a"}.remixicon-map-pin-4-fill:before{content:"\f22b"}.remixicon-map-pin-4-line:before{content:"\f22c"}.remixicon-map-pin-5-fill:before{content:"\f22d"}.remixicon-map-pin-5-line:before{content:"\f22e"}.remixicon-map-pin-add-fill:before{content:"\f22f"}.remixicon-map-pin-add-line:before{content:"\f230"}.remixicon-map-pin-fill:before{content:"\f231"}.remixicon-map-pin-line:before{content:"\f232"}.remixicon-map-pin-range-fill:before{content:"\f233"}.remixicon-map-pin-range-line:before{content:"\f234"}.remixicon-map-pin-time-fill:before{content:"\f235"}.remixicon-map-pin-time-line:before{content:"\f236"}.remixicon-map-pin-user-fill:before{content:"\f237"}.remixicon-map-pin-user-line:before{content:"\f238"}.remixicon-mark-pen-fill:before{content:"\f239"}.remixicon-mark-pen-line:before{content:"\f23a"}.remixicon-markdown-fill:before{content:"\f23b"}.remixicon-markdown-line:before{content:"\f23c"}.remixicon-medium-fill:before{content:"\f23d"}.remixicon-medium-line:before{content:"\f23e"}.remixicon-men-fill:before{content:"\f23f"}.remixicon-men-line:before{content:"\f240"}.remixicon-menu-2-fill:before{content:"\f241"}.remixicon-menu-2-line:before{content:"\f242"}.remixicon-menu-3-fill:before{content:"\f243"}.remixicon-menu-3-line:before{content:"\f244"}.remixicon-menu-fill:before{content:"\f245"}.remixicon-menu-line:before{content:"\f246"}.remixicon-message-2-fill:before{content:"\f247"}.remixicon-message-2-line:before{content:"\f248"}.remixicon-message-3-fill:before{content:"\f249"}.remixicon-message-3-line:before{content:"\f24a"}.remixicon-message-fill:before{content:"\f24b"}.remixicon-message-line:before{content:"\f24c"}.remixicon-messenger-fill:before{content:"\f24d"}.remixicon-messenger-line:before{content:"\f24e"}.remixicon-mic-2-fill:before{content:"\f24f"}.remixicon-mic-2-line:before{content:"\f250"}.remixicon-mic-fill:before{content:"\f251"}.remixicon-mic-line:before{content:"\f252"}.remixicon-mic-off-fill:before{content:"\f253"}.remixicon-mic-off-line:before{content:"\f254"}.remixicon-money-cny-box-fill:before{content:"\f255"}.remixicon-money-cny-box-line:before{content:"\f256"}.remixicon-money-cny-circle-fill:before{content:"\f257"}.remixicon-money-cny-circle-line:before{content:"\f258"}.remixicon-money-dollar-box-fill:before{content:"\f259"}.remixicon-money-dollar-box-line:before{content:"\f25a"}.remixicon-money-dollar-circle-fill:before{content:"\f25b"}.remixicon-money-dollar-circle-line:before{content:"\f25c"}.remixicon-money-euro-box-fill:before{content:"\f25d"}.remixicon-money-euro-box-line:before{content:"\f25e"}.remixicon-money-euro-circle-fill:before{content:"\f25f"}.remixicon-money-euro-circle-line:before{content:"\f260"}.remixicon-money-pound-box-fill:before{content:"\f261"}.remixicon-money-pound-box-line:before{content:"\f262"}.remixicon-money-pound-circle-fill:before{content:"\f263"}.remixicon-money-pound-circle-line:before{content:"\f264"}.remixicon-moon-fill:before{content:"\f265"}.remixicon-moon-line:before{content:"\f266"}.remixicon-more-2-fill:before{content:"\f267"}.remixicon-more-2-line:before{content:"\f268"}.remixicon-more-fill:before{content:"\f269"}.remixicon-more-line:before{content:"\f26a"}.remixicon-motorbike-fill:before{content:"\f26b"}.remixicon-motorbike-line:before{content:"\f26c"}.remixicon-mouse-fill:before{content:"\f26d"}.remixicon-mouse-line:before{content:"\f26e"}.remixicon-movie-2-fill:before{content:"\f26f"}.remixicon-movie-2-line:before{content:"\f270"}.remixicon-movie-fill:before{content:"\f271"}.remixicon-movie-line:before{content:"\f272"}.remixicon-music-2-fill:before{content:"\f273"}.remixicon-music-2-line:before{content:"\f274"}.remixicon-music-fill:before{content:"\f275"}.remixicon-music-line:before{content:"\f276"}.remixicon-mv-fill:before{content:"\f277"}.remixicon-mv-line:before{content:"\f278"}.remixicon-navigation-fill:before{content:"\f279"}.remixicon-navigation-line:before{content:"\f27a"}.remixicon-newspaper-fill:before{content:"\f27b"}.remixicon-newspaper-line:before{content:"\f27c"}.remixicon-notification-2-fill:before{content:"\f27d"}.remixicon-notification-2-line:before{content:"\f27e"}.remixicon-notification-3-fill:before{content:"\f27f"}.remixicon-notification-3-line:before{content:"\f280"}.remixicon-notification-4-fill:before{content:"\f281"}.remixicon-notification-4-line:before{content:"\f282"}.remixicon-notification-badge-fill:before{content:"\f283"}.remixicon-notification-badge-line:before{content:"\f284"}.remixicon-notification-fill:before{content:"\f285"}.remixicon-notification-line:before{content:"\f286"}.remixicon-notification-off-fill:before{content:"\f287"}.remixicon-notification-off-line:before{content:"\f288"}.remixicon-numbers-fill:before{content:"\f289"}.remixicon-numbers-line:before{content:"\f28a"}.remixicon-oil-fill:before{content:"\f28b"}.remixicon-oil-line:before{content:"\f28c"}.remixicon-open-arm-fill:before{content:"\f28d"}.remixicon-open-arm-line:before{content:"\f28e"}.remixicon-opera-fill:before{content:"\f28f"}.remixicon-opera-line:before{content:"\f290"}.remixicon-order-play-fill:before{content:"\f291"}.remixicon-order-play-line:before{content:"\f292"}.remixicon-pages-fill:before{content:"\f293"}.remixicon-pages-line:before{content:"\f294"}.remixicon-paint-brush-fill:before{content:"\f295"}.remixicon-paint-brush-line:before{content:"\f296"}.remixicon-paint-fill:before{content:"\f297"}.remixicon-paint-line:before{content:"\f298"}.remixicon-palette-fill:before{content:"\f299"}.remixicon-palette-line:before{content:"\f29a"}.remixicon-pantone-fill:before{content:"\f29b"}.remixicon-pantone-line:before{content:"\f29c"}.remixicon-parking-box-fill:before{content:"\f29d"}.remixicon-parking-box-line:before{content:"\f29e"}.remixicon-parking-fill:before{content:"\f29f"}.remixicon-parking-line:before{content:"\f2a0"}.remixicon-pause-circle-fill:before{content:"\f2a1"}.remixicon-pause-circle-line:before{content:"\f2a2"}.remixicon-pause-fill:before{content:"\f2a3"}.remixicon-pause-line:before{content:"\f2a4"}.remixicon-pause-mini-fill:before{content:"\f2a5"}.remixicon-pause-mini-line:before{content:"\f2a6"}.remixicon-paypal-fill:before{content:"\f2a7"}.remixicon-paypal-line:before{content:"\f2a8"}.remixicon-pen-nib-fill:before{content:"\f2a9"}.remixicon-pen-nib-line:before{content:"\f2aa"}.remixicon-pencil-fill:before{content:"\f2ab"}.remixicon-pencil-line:before{content:"\f2ac"}.remixicon-pencil-ruler-2-fill:before{content:"\f2ad"}.remixicon-pencil-ruler-2-line:before{content:"\f2ae"}.remixicon-pencil-ruler-fill:before{content:"\f2af"}.remixicon-pencil-ruler-line:before{content:"\f2b0"}.remixicon-percent-fill:before{content:"\f2b1"}.remixicon-percent-line:before{content:"\f2b2"}.remixicon-phone-camera-fill:before{content:"\f2b3"}.remixicon-phone-camera-line:before{content:"\f2b4"}.remixicon-phone-fill:before{content:"\f2b5"}.remixicon-phone-line:before{content:"\f2b6"}.remixicon-pie-chart-2-fill:before{content:"\f2b7"}.remixicon-pie-chart-2-line:before{content:"\f2b8"}.remixicon-pie-chart-box-fill:before{content:"\f2b9"}.remixicon-pie-chart-box-line:before{content:"\f2ba"}.remixicon-pie-chart-fill:before{content:"\f2bb"}.remixicon-pie-chart-line:before{content:"\f2bc"}.remixicon-pin-distance-fill:before{content:"\f2bd"}.remixicon-pin-distance-line:before{content:"\f2be"}.remixicon-pinterest-fill:before{content:"\f2bf"}.remixicon-pinterest-line:before{content:"\f2c0"}.remixicon-plane-fill:before{content:"\f2c1"}.remixicon-plane-line:before{content:"\f2c2"}.remixicon-play-circle-fill:before{content:"\f2c3"}.remixicon-play-circle-line:before{content:"\f2c4"}.remixicon-play-fill:before{content:"\f2c5"}.remixicon-play-line:before{content:"\f2c6"}.remixicon-play-list-add-fill:before{content:"\f2c7"}.remixicon-play-list-add-line:before{content:"\f2c8"}.remixicon-play-list-fill:before{content:"\f2c9"}.remixicon-play-list-line:before{content:"\f2ca"}.remixicon-play-mini-fill:before{content:"\f2cb"}.remixicon-play-mini-line:before{content:"\f2cc"}.remixicon-polaroid-2-fill:before{content:"\f2cd"}.remixicon-polaroid-2-line:before{content:"\f2ce"}.remixicon-polaroid-fill:before{content:"\f2cf"}.remixicon-polaroid-line:before{content:"\f2d0"}.remixicon-police-car-fill:before{content:"\f2d1"}.remixicon-police-car-line:before{content:"\f2d2"}.remixicon-price-tag-2-fill:before{content:"\f2d3"}.remixicon-price-tag-2-line:before{content:"\f2d4"}.remixicon-price-tag-3-fill:before{content:"\f2d5"}.remixicon-price-tag-3-line:before{content:"\f2d6"}.remixicon-price-tag-fill:before{content:"\f2d7"}.remixicon-price-tag-line:before{content:"\f2d8"}.remixicon-printer-fill:before{content:"\f2d9"}.remixicon-printer-line:before{content:"\f2da"}.remixicon-product-hunt-fill:before{content:"\f2db"}.remixicon-product-hunt-line:before{content:"\f2dc"}.remixicon-profile-fill:before{content:"\f2dd"}.remixicon-profile-line:before{content:"\f2de"}.remixicon-projector-2-fill:before{content:"\f2df"}.remixicon-projector-2-line:before{content:"\f2e0"}.remixicon-projector-fill:before{content:"\f2e1"}.remixicon-projector-line:before{content:"\f2e2"}.remixicon-qq-fill:before{content:"\f2e3"}.remixicon-qq-line:before{content:"\f2e4"}.remixicon-qr-code-fill:before{content:"\f2e5"}.remixicon-qr-code-line:before{content:"\f2e6"}.remixicon-qr-scan-2-fill:before{content:"\f2e7"}.remixicon-qr-scan-2-line:before{content:"\f2e8"}.remixicon-qr-scan-fill:before{content:"\f2e9"}.remixicon-qr-scan-line:before{content:"\f2ea"}.remixicon-question-answer-fill:before{content:"\f2eb"}.remixicon-question-answer-line:before{content:"\f2ec"}.remixicon-question-fill:before{content:"\f2ed"}.remixicon-question-line:before{content:"\f2ee"}.remixicon-questionnaire-fill:before{content:"\f2ef"}.remixicon-questionnaire-line:before{content:"\f2f0"}.remixicon-quill-pen-fill:before{content:"\f2f1"}.remixicon-quill-pen-line:before{content:"\f2f2"}.remixicon-radio-2-fill:before{content:"\f2f3"}.remixicon-radio-2-line:before{content:"\f2f4"}.remixicon-radio-button-fill:before{content:"\f2f5"}.remixicon-radio-button-line:before{content:"\f2f6"}.remixicon-radio-fill:before{content:"\f2f7"}.remixicon-radio-line:before{content:"\f2f8"}.remixicon-record-circle-fill:before{content:"\f2f9"}.remixicon-record-circle-line:before{content:"\f2fa"}.remixicon-record-mail-fill:before{content:"\f2fb"}.remixicon-record-mail-line:before{content:"\f2fc"}.remixicon-refresh-fill:before{content:"\f2fd"}.remixicon-refresh-line:before{content:"\f2fe"}.remixicon-repeat-2-fill:before{content:"\f2ff"}.remixicon-repeat-2-line:before{content:"\f300"}.remixicon-repeat-fill:before{content:"\f301"}.remixicon-repeat-line:before{content:"\f302"}.remixicon-repeat-one-fill:before{content:"\f303"}.remixicon-repeat-one-line:before{content:"\f304"}.remixicon-reply-fill:before{content:"\f305"}.remixicon-reply-line:before{content:"\f306"}.remixicon-restart-fill:before{content:"\f307"}.remixicon-restart-line:before{content:"\f308"}.remixicon-restaurant-2-fill:before{content:"\f309"}.remixicon-restaurant-2-line:before{content:"\f30a"}.remixicon-restaurant-fill:before{content:"\f30b"}.remixicon-restaurant-line:before{content:"\f30c"}.remixicon-rewind-fill:before{content:"\f30d"}.remixicon-rewind-line:before{content:"\f30e"}.remixicon-rewind-mini-fill:before{content:"\f30f"}.remixicon-rewind-mini-line:before{content:"\f310"}.remixicon-rhythm-fill:before{content:"\f311"}.remixicon-rhythm-line:before{content:"\f312"}.remixicon-riding-fill:before{content:"\f313"}.remixicon-riding-line:before{content:"\f314"}.remixicon-road-map-fill:before{content:"\f315"}.remixicon-road-map-line:before{content:"\f316"}.remixicon-roadster-fill:before{content:"\f317"}.remixicon-roadster-line:before{content:"\f318"}.remixicon-rocket-2-fill:before{content:"\f319"}.remixicon-rocket-2-line:before{content:"\f31a"}.remixicon-rocket-fill:before{content:"\f31b"}.remixicon-rocket-line:before{content:"\f31c"}.remixicon-route-fill:before{content:"\f31d"}.remixicon-route-line:before{content:"\f31e"}.remixicon-router-fill:before{content:"\f31f"}.remixicon-router-line:before{content:"\f320"}.remixicon-rss-fill:before{content:"\f321"}.remixicon-rss-line:before{content:"\f322"}.remixicon-ruler-2-fill:before{content:"\f323"}.remixicon-ruler-2-line:before{content:"\f324"}.remixicon-ruler-fill:before{content:"\f325"}.remixicon-ruler-line:before{content:"\f326"}.remixicon-run-fill:before{content:"\f327"}.remixicon-run-line:before{content:"\f328"}.remixicon-safari-fill:before{content:"\f329"}.remixicon-safari-line:before{content:"\f32a"}.remixicon-safe-2-fill:before{content:"\f32b"}.remixicon-safe-2-line:before{content:"\f32c"}.remixicon-safe-fill:before{content:"\f32d"}.remixicon-safe-line:before{content:"\f32e"}.remixicon-sailboat-fill:before{content:"\f32f"}.remixicon-sailboat-line:before{content:"\f330"}.remixicon-save-2-fill:before{content:"\f331"}.remixicon-save-2-line:before{content:"\f332"}.remixicon-save-3-fill:before{content:"\f333"}.remixicon-save-3-line:before{content:"\f334"}.remixicon-save-fill:before{content:"\f335"}.remixicon-save-line:before{content:"\f336"}.remixicon-scan-2-fill:before{content:"\f337"}.remixicon-scan-2-line:before{content:"\f338"}.remixicon-scan-fill:before{content:"\f339"}.remixicon-scan-line:before{content:"\f33a"}.remixicon-scissors-2-fill:before{content:"\f33b"}.remixicon-scissors-2-line:before{content:"\f33c"}.remixicon-scissors-cut-fill:before{content:"\f33d"}.remixicon-scissors-cut-line:before{content:"\f33e"}.remixicon-scissors-fill:before{content:"\f33f"}.remixicon-scissors-line:before{content:"\f340"}.remixicon-sd-card-fill:before{content:"\f341"}.remixicon-sd-card-line:before{content:"\f342"}.remixicon-sd-card-mini-fill:before{content:"\f343"}.remixicon-sd-card-mini-line:before{content:"\f344"}.remixicon-search-2-fill:before{content:"\f345"}.remixicon-search-2-line:before{content:"\f346"}.remixicon-search-eye-fill:before{content:"\f347"}.remixicon-search-eye-line:before{content:"\f348"}.remixicon-search-fill:before{content:"\f349"}.remixicon-search-line:before{content:"\f34a"}.remixicon-send-plane-2-fill:before{content:"\f34b"}.remixicon-send-plane-2-line:before{content:"\f34c"}.remixicon-send-plane-fill:before{content:"\f34d"}.remixicon-send-plane-line:before{content:"\f34e"}.remixicon-sensor-fill:before{content:"\f34f"}.remixicon-sensor-line:before{content:"\f350"}.remixicon-separator:before{content:"\f351"}.remixicon-server-fill:before{content:"\f352"}.remixicon-server-line:before{content:"\f353"}.remixicon-settings-2-fill:before{content:"\f354"}.remixicon-settings-2-line:before{content:"\f355"}.remixicon-settings-3-fill:before{content:"\f356"}.remixicon-settings-3-line:before{content:"\f357"}.remixicon-settings-4-fill:before{content:"\f358"}.remixicon-settings-4-line:before{content:"\f359"}.remixicon-settings-5-fill:before{content:"\f35a"}.remixicon-settings-5-line:before{content:"\f35b"}.remixicon-settings-6-fill:before{content:"\f35c"}.remixicon-settings-6-line:before{content:"\f35d"}.remixicon-settings-fill:before{content:"\f35e"}.remixicon-settings-line:before{content:"\f35f"}.remixicon-shape-2-fill:before{content:"\f360"}.remixicon-shape-2-line:before{content:"\f361"}.remixicon-shape-fill:before{content:"\f362"}.remixicon-shape-line:before{content:"\f363"}.remixicon-share-box-fill:before{content:"\f364"}.remixicon-share-box-line:before{content:"\f365"}.remixicon-share-circle-fill:before{content:"\f366"}.remixicon-share-circle-line:before{content:"\f367"}.remixicon-share-fill:before{content:"\f368"}.remixicon-share-forward-2-fill:before{content:"\f369"}.remixicon-share-forward-2-line:before{content:"\f36a"}.remixicon-share-forward-box-fill:before{content:"\f36b"}.remixicon-share-forward-box-line:before{content:"\f36c"}.remixicon-share-forward-fill:before{content:"\f36d"}.remixicon-share-forward-line:before{content:"\f36e"}.remixicon-share-line:before{content:"\f36f"}.remixicon-shield-cross-fill:before{content:"\f370"}.remixicon-shield-cross-line:before{content:"\f371"}.remixicon-shield-fill:before{content:"\f372"}.remixicon-shield-flash-fill:before{content:"\f373"}.remixicon-shield-flash-line:before{content:"\f374"}.remixicon-shield-line:before{content:"\f375"}.remixicon-ship-2-fill:before{content:"\f376"}.remixicon-ship-2-line:before{content:"\f377"}.remixicon-ship-fill:before{content:"\f378"}.remixicon-ship-line:before{content:"\f379"}.remixicon-shopping-bag-2-fill:before{content:"\f37a"}.remixicon-shopping-bag-2-line:before{content:"\f37b"}.remixicon-shopping-bag-3-fill:before{content:"\f37c"}.remixicon-shopping-bag-3-line:before{content:"\f37d"}.remixicon-shopping-bag-fill:before{content:"\f37e"}.remixicon-shopping-bag-line:before{content:"\f37f"}.remixicon-shopping-cart-2-fill:before{content:"\f380"}.remixicon-shopping-cart-2-line:before{content:"\f381"}.remixicon-shopping-cart-fill:before{content:"\f382"}.remixicon-shopping-cart-line:before{content:"\f383"}.remixicon-shuffle-fill:before{content:"\f384"}.remixicon-shuffle-line:before{content:"\f385"}.remixicon-shut-down-fill:before{content:"\f386"}.remixicon-shut-down-line:before{content:"\f387"}.remixicon-side-bar-fill:before{content:"\f388"}.remixicon-side-bar-line:before{content:"\f389"}.remixicon-signal-tower-fill:before{content:"\f38a"}.remixicon-signal-tower-line:before{content:"\f38b"}.remixicon-sim-card-2-fill:before{content:"\f38c"}.remixicon-sim-card-2-line:before{content:"\f38d"}.remixicon-sim-card-fill:before{content:"\f38e"}.remixicon-sim-card-line:before{content:"\f38f"}.remixicon-sip-fill:before{content:"\f390"}.remixicon-sip-line:before{content:"\f391"}.remixicon-skip-back-fill:before{content:"\f392"}.remixicon-skip-back-line:before{content:"\f393"}.remixicon-skip-back-mini-fill:before{content:"\f394"}.remixicon-skip-back-mini-line:before{content:"\f395"}.remixicon-skip-forward-fill:before{content:"\f396"}.remixicon-skip-forward-line:before{content:"\f397"}.remixicon-skip-forward-mini-fill:before{content:"\f398"}.remixicon-skip-forward-mini-line:before{content:"\f399"}.remixicon-skype-fill:before{content:"\f39a"}.remixicon-skype-line:before{content:"\f39b"}.remixicon-slack-fill:before{content:"\f39c"}.remixicon-slack-line:before{content:"\f39d"}.remixicon-slideshow-2-fill:before{content:"\f39e"}.remixicon-slideshow-2-line:before{content:"\f39f"}.remixicon-slideshow-3-fill:before{content:"\f3a0"}.remixicon-slideshow-3-line:before{content:"\f3a1"}.remixicon-slideshow-4-fill:before{content:"\f3a2"}.remixicon-slideshow-4-line:before{content:"\f3a3"}.remixicon-slideshow-fill:before{content:"\f3a4"}.remixicon-slideshow-line:before{content:"\f3a5"}.remixicon-smartphone-fill:before{content:"\f3a6"}.remixicon-smartphone-line:before{content:"\f3a7"}.remixicon-snapchat-fill:before{content:"\f3a8"}.remixicon-snapchat-line:before{content:"\f3a9"}.remixicon-sound-module-fill:before{content:"\f3aa"}.remixicon-sound-module-line:before{content:"\f3ab"}.remixicon-space-ship-fill:before{content:"\f3ac"}.remixicon-space-ship-line:before{content:"\f3ad"}.remixicon-space:before{content:"\f3ae"}.remixicon-speaker-2-fill:before{content:"\f3af"}.remixicon-speaker-2-line:before{content:"\f3b0"}.remixicon-speaker-3-fill:before{content:"\f3b1"}.remixicon-speaker-3-line:before{content:"\f3b2"}.remixicon-speaker-fill:before{content:"\f3b3"}.remixicon-speaker-line:before{content:"\f3b4"}.remixicon-speed-fill:before{content:"\f3b5"}.remixicon-speed-line:before{content:"\f3b6"}.remixicon-speed-mini-fill:before{content:"\f3b7"}.remixicon-speed-mini-line:before{content:"\f3b8"}.remixicon-stack-fill:before{content:"\f3b9"}.remixicon-stack-line:before{content:"\f3ba"}.remixicon-stack-overflow-fill:before{content:"\f3bb"}.remixicon-stack-overflow-line:before{content:"\f3bc"}.remixicon-star-fill:before{content:"\f3bd"}.remixicon-star-line:before{content:"\f3be"}.remixicon-star-s-fill:before{content:"\f3bf"}.remixicon-star-s-line:before{content:"\f3c0"}.remixicon-stop-circle-fill:before{content:"\f3c1"}.remixicon-stop-circle-line:before{content:"\f3c2"}.remixicon-stop-fill:before{content:"\f3c3"}.remixicon-stop-line:before{content:"\f3c4"}.remixicon-stop-mini-fill:before{content:"\f3c5"}.remixicon-stop-mini-line:before{content:"\f3c6"}.remixicon-store-2-fill:before{content:"\f3c7"}.remixicon-store-2-line:before{content:"\f3c8"}.remixicon-store-3-fill:before{content:"\f3c9"}.remixicon-store-3-line:before{content:"\f3ca"}.remixicon-store-fill:before{content:"\f3cb"}.remixicon-store-line:before{content:"\f3cc"}.remixicon-subtract-fill:before{content:"\f3cd"}.remixicon-subtract-line:before{content:"\f3ce"}.remixicon-subway-fill:before{content:"\f3cf"}.remixicon-subway-line:before{content:"\f3d0"}.remixicon-swap-fill:before{content:"\f3d1"}.remixicon-swap-line:before{content:"\f3d2"}.remixicon-t-box-fill:before{content:"\f3d3"}.remixicon-t-box-line:before{content:"\f3d4"}.remixicon-table-fill:before{content:"\f3d5"}.remixicon-table-line:before{content:"\f3d6"}.remixicon-tablet-fill:before{content:"\f3d7"}.remixicon-tablet-line:before{content:"\f3d8"}.remixicon-taobao-fill:before{content:"\f3d9"}.remixicon-taobao-line:before{content:"\f3da"}.remixicon-tape-fill:before{content:"\f3db"}.remixicon-tape-line:before{content:"\f3dc"}.remixicon-task-fill:before{content:"\f3dd"}.remixicon-task-line:before{content:"\f3de"}.remixicon-taxi-fill:before{content:"\f3df"}.remixicon-taxi-line:before{content:"\f3e0"}.remixicon-telegram-fill:before{content:"\f3e1"}.remixicon-telegram-line:before{content:"\f3e2"}.remixicon-terminal-box-fill:before{content:"\f3e3"}.remixicon-terminal-box-line:before{content:"\f3e4"}.remixicon-terminal-fill:before{content:"\f3e5"}.remixicon-terminal-line:before{content:"\f3e6"}.remixicon-text:before{content:"\f3e7"}.remixicon-thumb-down-fill:before{content:"\f3e8"}.remixicon-thumb-down-line:before{content:"\f3e9"}.remixicon-thumb-up-fill:before{content:"\f3ea"}.remixicon-thumb-up-line:before{content:"\f3eb"}.remixicon-time-fill:before{content:"\f3ec"}.remixicon-time-line:before{content:"\f3ed"}.remixicon-timer-2-fill:before{content:"\f3ee"}.remixicon-timer-2-line:before{content:"\f3ef"}.remixicon-timer-fill:before{content:"\f3f0"}.remixicon-timer-line:before{content:"\f3f1"}.remixicon-todo-fill:before{content:"\f3f2"}.remixicon-todo-line:before{content:"\f3f3"}.remixicon-traffic-light-fill:before{content:"\f3f4"}.remixicon-traffic-light-line:before{content:"\f3f5"}.remixicon-train-fill:before{content:"\f3f6"}.remixicon-train-line:before{content:"\f3f7"}.remixicon-treasure-map-fill:before{content:"\f3f8"}.remixicon-treasure-map-line:before{content:"\f3f9"}.remixicon-trello-fill:before{content:"\f3fa"}.remixicon-trello-line:before{content:"\f3fb"}.remixicon-trophy-fill:before{content:"\f3fc"}.remixicon-trophy-line:before{content:"\f3fd"}.remixicon-truck-fill:before{content:"\f3fe"}.remixicon-truck-line:before{content:"\f3ff"}.remixicon-tumblr-fill:before{content:"\f400"}.remixicon-tumblr-line:before{content:"\f401"}.remixicon-tv-2-fill:before{content:"\f402"}.remixicon-tv-2-line:before{content:"\f403"}.remixicon-tv-fill:before{content:"\f404"}.remixicon-tv-line:before{content:"\f405"}.remixicon-twitter-fill:before{content:"\f406"}.remixicon-twitter-line:before{content:"\f407"}.remixicon-u-disk-fill:before{content:"\f408"}.remixicon-u-disk-line:before{content:"\f409"}.remixicon-underline:before{content:"\f40a"}.remixicon-upload-2-fill:before{content:"\f40b"}.remixicon-upload-2-line:before{content:"\f40c"}.remixicon-upload-cloud-fill:before{content:"\f40d"}.remixicon-upload-cloud-line:before{content:"\f40e"}.remixicon-upload-fill:before{content:"\f40f"}.remixicon-upload-line:before{content:"\f410"}.remixicon-user-2-fill:before{content:"\f411"}.remixicon-user-2-line:before{content:"\f412"}.remixicon-user-3-fill:before{content:"\f413"}.remixicon-user-3-line:before{content:"\f414"}.remixicon-user-4-fill:before{content:"\f415"}.remixicon-user-4-line:before{content:"\f416"}.remixicon-user-5-fill:before{content:"\f417"}.remixicon-user-5-line:before{content:"\f418"}.remixicon-user-add-fill:before{content:"\f419"}.remixicon-user-add-line:before{content:"\f41a"}.remixicon-user-fill:before{content:"\f41b"}.remixicon-user-follow-fill:before{content:"\f41c"}.remixicon-user-follow-line:before{content:"\f41d"}.remixicon-user-line:before{content:"\f41e"}.remixicon-user-location-fill:before{content:"\f41f"}.remixicon-user-location-line:before{content:"\f420"}.remixicon-user-search-fill:before{content:"\f421"}.remixicon-user-search-line:before{content:"\f422"}.remixicon-user-settings-fill:before{content:"\f423"}.remixicon-user-settings-line:before{content:"\f424"}.remixicon-user-smile-fill:before{content:"\f425"}.remixicon-user-smile-line:before{content:"\f426"}.remixicon-user-star-fill:before{content:"\f427"}.remixicon-user-star-line:before{content:"\f428"}.remixicon-user-unfollow-fill:before{content:"\f429"}.remixicon-user-unfollow-line:before{content:"\f42a"}.remixicon-user-voice-fill:before{content:"\f42b"}.remixicon-user-voice-line:before{content:"\f42c"}.remixicon-video-fill:before{content:"\f42d"}.remixicon-video-line:before{content:"\f42e"}.remixicon-vidicon-2-fill:before{content:"\f42f"}.remixicon-vidicon-2-line:before{content:"\f430"}.remixicon-vidicon-fill:before{content:"\f431"}.remixicon-vidicon-line:before{content:"\f432"}.remixicon-vip-crown-2-fill:before{content:"\f433"}.remixicon-vip-crown-2-line:before{content:"\f434"}.remixicon-vip-crown-fill:before{content:"\f435"}.remixicon-vip-crown-line:before{content:"\f436"}.remixicon-vip-diamond-fill:before{content:"\f437"}.remixicon-vip-diamond-line:before{content:"\f438"}.remixicon-vip-fill:before{content:"\f439"}.remixicon-vip-line:before{content:"\f43a"}.remixicon-volume-down-fill:before{content:"\f43b"}.remixicon-volume-down-line:before{content:"\f43c"}.remixicon-volume-mute-fill:before{content:"\f43d"}.remixicon-volume-mute-line:before{content:"\f43e"}.remixicon-volume-up-fill:before{content:"\f43f"}.remixicon-volume-up-line:before{content:"\f440"}.remixicon-walk-fill:before{content:"\f441"}.remixicon-walk-line:before{content:"\f442"}.remixicon-wallet-2-fill:before{content:"\f443"}.remixicon-wallet-2-line:before{content:"\f444"}.remixicon-wallet-3-fill:before{content:"\f445"}.remixicon-wallet-3-line:before{content:"\f446"}.remixicon-wallet-fill:before{content:"\f447"}.remixicon-wallet-line:before{content:"\f448"}.remixicon-webcam-fill:before{content:"\f449"}.remixicon-webcam-line:before{content:"\f44a"}.remixicon-wechat-2-fill:before{content:"\f44b"}.remixicon-wechat-2-line:before{content:"\f44c"}.remixicon-wechat-fill:before{content:"\f44d"}.remixicon-wechat-line:before{content:"\f44e"}.remixicon-wechat-pay-fill:before{content:"\f44f"}.remixicon-wechat-pay-line:before{content:"\f450"}.remixicon-weibo-fill:before{content:"\f451"}.remixicon-weibo-line:before{content:"\f452"}.remixicon-whatsapp-fill:before{content:"\f453"}.remixicon-whatsapp-line:before{content:"\f454"}.remixicon-wifi-fill:before{content:"\f455"}.remixicon-wifi-line:before{content:"\f456"}.remixicon-window-2-fill:before{content:"\f457"}.remixicon-window-2-line:before{content:"\f458"}.remixicon-window-fill:before{content:"\f459"}.remixicon-window-line:before{content:"\f45a"}.remixicon-windows-fill:before{content:"\f45b"}.remixicon-windows-line:before{content:"\f45c"}.remixicon-women-fill:before{content:"\f45d"}.remixicon-women-line:before{content:"\f45e"}.remixicon-youtube-fill:before{content:"\f45f"}.remixicon-youtube-line:before{content:"\f460"}.remixicon-zcool-fill:before{content:"\f461"}.remixicon-zcool-line:before{content:"\f462"}.remixicon-zhihu-fill:before{content:"\f463"}.remixicon-zhihu-line:before{content:"\f464"}.remixicon-zoom-in-fill:before{content:"\f465"}.remixicon-zoom-in-line:before{content:"\f466"}.remixicon-zoom-out-fill:before{content:"\f467"}.remixicon-zoom-out-line:before{content:"\f468"}/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, LESS and SCSS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */@font-face{font-family:weathericons;src:url(../fonts/weathericons-regular-webfont.4b658767.eot);src:url(../fonts/weathericons-regular-webfont.4b658767.eot?#iefix) format("embedded-opentype"),url(../fonts/weathericons-regular-webfont.1cd48d78.woff2) format("woff2"),url(../fonts/weathericons-regular-webfont.8cac70eb.woff) format("woff"),url(../fonts/weathericons-regular-webfont.4618f0de.ttf) format("truetype"),url(../img/weathericons-regular-webfont.ed0943f2.svg#weather_iconsregular) format("svg");font-weight:400;font-style:normal}.wi{display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wi-fw{width:1.4em;text-align:center}.wi-rotate-90{transform:rotate(90deg)}.wi-rotate-180{transform:rotate(180deg)}.wi-rotate-270{transform:rotate(270deg)}.wi-flip-horizontal{transform:scale(-1,1)}.wi-flip-vertical{transform:scale(1,-1)}.wi-day-sunny:before{content:""}.wi-day-cloudy:before{content:""}.wi-day-cloudy-gusts:before{content:""}.wi-day-cloudy-windy:before{content:""}.wi-day-fog:before{content:""}.wi-day-hail:before{content:""}.wi-day-haze:before{content:""}.wi-day-lightning:before{content:""}.wi-day-rain:before{content:""}.wi-day-rain-mix:before{content:""}.wi-day-rain-wind:before{content:""}.wi-day-showers:before{content:""}.wi-day-sleet:before{content:""}.wi-day-sleet-storm:before{content:""}.wi-day-snow:before{content:""}.wi-day-snow-thunderstorm:before{content:""}.wi-day-snow-wind:before{content:""}.wi-day-sprinkle:before{content:""}.wi-day-storm-showers:before{content:""}.wi-day-sunny-overcast:before{content:""}.wi-day-thunderstorm:before{content:""}.wi-day-windy:before{content:""}.wi-solar-eclipse:before{content:""}.wi-hot:before{content:""}.wi-day-cloudy-high:before{content:""}.wi-day-light-wind:before{content:""}.wi-night-clear:before{content:""}.wi-night-alt-cloudy:before{content:""}.wi-night-alt-cloudy-gusts:before{content:""}.wi-night-alt-cloudy-windy:before{content:""}.wi-night-alt-hail:before{content:""}.wi-night-alt-lightning:before{content:""}.wi-night-alt-rain:before{content:""}.wi-night-alt-rain-mix:before{content:""}.wi-night-alt-rain-wind:before{content:""}.wi-night-alt-showers:before{content:""}.wi-night-alt-sleet:before{content:""}.wi-night-alt-sleet-storm:before{content:""}.wi-night-alt-snow:before{content:""}.wi-night-alt-snow-thunderstorm:before{content:""}.wi-night-alt-snow-wind:before{content:""}.wi-night-alt-sprinkle:before{content:""}.wi-night-alt-storm-showers:before{content:""}.wi-night-alt-thunderstorm:before{content:""}.wi-night-cloudy:before{content:""}.wi-night-cloudy-gusts:before{content:""}.wi-night-cloudy-windy:before{content:""}.wi-night-fog:before{content:""}.wi-night-hail:before{content:""}.wi-night-lightning:before{content:""}.wi-night-partly-cloudy:before{content:""}.wi-night-rain:before{content:""}.wi-night-rain-mix:before{content:""}.wi-night-rain-wind:before{content:""}.wi-night-showers:before{content:""}.wi-night-sleet:before{content:""}.wi-night-sleet-storm:before{content:""}.wi-night-snow:before{content:""}.wi-night-snow-thunderstorm:before{content:""}.wi-night-snow-wind:before{content:""}.wi-night-sprinkle:before{content:""}.wi-night-storm-showers:before{content:""}.wi-night-thunderstorm:before{content:""}.wi-lunar-eclipse:before{content:""}.wi-stars:before{content:""}.wi-storm-showers:before{content:""}.wi-thunderstorm:before{content:""}.wi-night-alt-cloudy-high:before{content:""}.wi-night-cloudy-high:before{content:""}.wi-night-alt-partly-cloudy:before{content:""}.wi-cloud:before{content:""}.wi-cloudy:before{content:""}.wi-cloudy-gusts:before{content:""}.wi-cloudy-windy:before{content:""}.wi-fog:before{content:""}.wi-hail:before{content:""}.wi-rain:before{content:""}.wi-rain-mix:before{content:""}.wi-rain-wind:before{content:""}.wi-showers:before{content:""}.wi-sleet:before{content:""}.wi-snow:before{content:""}.wi-sprinkle:before{content:""}.wi-storm-showers:before{content:""}.wi-thunderstorm:before{content:""}.wi-snow-wind:before{content:""}.wi-snow:before{content:""}.wi-smog:before{content:""}.wi-smoke:before{content:""}.wi-lightning:before{content:""}.wi-raindrops:before{content:""}.wi-raindrop:before{content:""}.wi-dust:before{content:""}.wi-snowflake-cold:before{content:""}.wi-windy:before{content:""}.wi-strong-wind:before{content:""}.wi-sandstorm:before{content:""}.wi-earthquake:before{content:""}.wi-fire:before{content:""}.wi-flood:before{content:""}.wi-meteor:before{content:""}.wi-tsunami:before{content:""}.wi-volcano:before{content:""}.wi-hurricane:before{content:""}.wi-tornado:before{content:""}.wi-small-craft-advisory:before{content:""}.wi-gale-warning:before{content:""}.wi-storm-warning:before{content:""}.wi-hurricane-warning:before{content:""}.wi-wind-direction:before{content:""}.wi-alien:before{content:""}.wi-celsius:before{content:""}.wi-fahrenheit:before{content:""}.wi-degrees:before{content:""}.wi-thermometer:before{content:""}.wi-thermometer-exterior:before{content:""}.wi-thermometer-internal:before{content:""}.wi-cloud-down:before{content:""}.wi-cloud-up:before{content:""}.wi-cloud-refresh:before{content:""}.wi-horizon:before{content:""}.wi-horizon-alt:before{content:""}.wi-sunrise:before{content:""}.wi-sunset:before{content:""}.wi-moonrise:before{content:""}.wi-moonset:before{content:""}.wi-refresh:before{content:""}.wi-refresh-alt:before{content:""}.wi-umbrella:before{content:""}.wi-barometer:before{content:""}.wi-humidity:before{content:""}.wi-na:before{content:""}.wi-train:before{content:""}.wi-moon-new:before{content:""}.wi-moon-waxing-cresent-1:before{content:""}.wi-moon-waxing-cresent-2:before{content:""}.wi-moon-waxing-cresent-3:before{content:""}.wi-moon-waxing-cresent-4:before{content:""}.wi-moon-waxing-cresent-5:before{content:""}.wi-moon-waxing-cresent-6:before{content:""}.wi-moon-first-quarter:before{content:""}.wi-moon-waxing-gibbous-1:before{content:""}.wi-moon-waxing-gibbous-2:before{content:""}.wi-moon-waxing-gibbous-3:before{content:""}.wi-moon-waxing-gibbous-4:before{content:""}.wi-moon-waxing-gibbous-5:before{content:""}.wi-moon-waxing-gibbous-6:before{content:""}.wi-moon-full:before{content:""}.wi-moon-waning-gibbous-1:before{content:""}.wi-moon-waning-gibbous-2:before{content:""}.wi-moon-waning-gibbous-3:before{content:""}.wi-moon-waning-gibbous-4:before{content:""}.wi-moon-waning-gibbous-5:before{content:""}.wi-moon-waning-gibbous-6:before{content:""}.wi-moon-third-quarter:before{content:""}.wi-moon-waning-crescent-1:before{content:""}.wi-moon-waning-crescent-2:before{content:""}.wi-moon-waning-crescent-3:before{content:""}.wi-moon-waning-crescent-4:before{content:""}.wi-moon-waning-crescent-5:before{content:""}.wi-moon-waning-crescent-6:before{content:""}.wi-moon-alt-new:before{content:""}.wi-moon-alt-waxing-cresent-1:before{content:""}.wi-moon-alt-waxing-cresent-2:before{content:""}.wi-moon-alt-waxing-cresent-3:before{content:""}.wi-moon-alt-waxing-cresent-4:before{content:""}.wi-moon-alt-waxing-cresent-5:before{content:""}.wi-moon-alt-waxing-cresent-6:before{content:""}.wi-moon-alt-first-quarter:before{content:""}.wi-moon-alt-waxing-gibbous-1:before{content:""}.wi-moon-alt-waxing-gibbous-2:before{content:""}.wi-moon-alt-waxing-gibbous-3:before{content:""}.wi-moon-alt-waxing-gibbous-4:before{content:""}.wi-moon-alt-waxing-gibbous-5:before{content:""}.wi-moon-alt-waxing-gibbous-6:before{content:""}.wi-moon-alt-full:before{content:""}.wi-moon-alt-waning-gibbous-1:before{content:""}.wi-moon-alt-waning-gibbous-2:before{content:""}.wi-moon-alt-waning-gibbous-3:before{content:""}.wi-moon-alt-waning-gibbous-4:before{content:""}.wi-moon-alt-waning-gibbous-5:before{content:""}.wi-moon-alt-waning-gibbous-6:before{content:""}.wi-moon-alt-third-quarter:before{content:""}.wi-moon-alt-waning-crescent-1:before{content:""}.wi-moon-alt-waning-crescent-2:before{content:""}.wi-moon-alt-waning-crescent-3:before{content:""}.wi-moon-alt-waning-crescent-4:before{content:""}.wi-moon-alt-waning-crescent-5:before{content:""}.wi-moon-alt-waning-crescent-6:before{content:""}.wi-moon-0:before{content:""}.wi-moon-1:before{content:""}.wi-moon-2:before{content:""}.wi-moon-3:before{content:""}.wi-moon-4:before{content:""}.wi-moon-5:before{content:""}.wi-moon-6:before{content:""}.wi-moon-7:before{content:""}.wi-moon-8:before{content:""}.wi-moon-9:before{content:""}.wi-moon-10:before{content:""}.wi-moon-11:before{content:""}.wi-moon-12:before{content:""}.wi-moon-13:before{content:""}.wi-moon-14:before{content:""}.wi-moon-15:before{content:""}.wi-moon-16:before{content:""}.wi-moon-17:before{content:""}.wi-moon-18:before{content:""}.wi-moon-19:before{content:""}.wi-moon-20:before{content:""}.wi-moon-21:before{content:""}.wi-moon-22:before{content:""}.wi-moon-23:before{content:""}.wi-moon-24:before{content:""}.wi-moon-25:before{content:""}.wi-moon-26:before{content:""}.wi-moon-27:before{content:""}.wi-time-1:before{content:""}.wi-time-2:before{content:""}.wi-time-3:before{content:""}.wi-time-4:before{content:""}.wi-time-5:before{content:""}.wi-time-6:before{content:""}.wi-time-7:before{content:""}.wi-time-8:before{content:""}.wi-time-9:before{content:""}.wi-time-10:before{content:""}.wi-time-11:before{content:""}.wi-time-12:before{content:""}.wi-direction-up:before{content:""}.wi-direction-up-right:before{content:""}.wi-direction-right:before{content:""}.wi-direction-down-right:before{content:""}.wi-direction-down:before{content:""}.wi-direction-down-left:before{content:""}.wi-direction-left:before{content:""}.wi-direction-up-left:before{content:""}.wi-wind-beaufort-0:before{content:""}.wi-wind-beaufort-1:before{content:""}.wi-wind-beaufort-2:before{content:""}.wi-wind-beaufort-3:before{content:""}.wi-wind-beaufort-4:before{content:""}.wi-wind-beaufort-5:before{content:""}.wi-wind-beaufort-6:before{content:""}.wi-wind-beaufort-7:before{content:""}.wi-wind-beaufort-8:before{content:""}.wi-wind-beaufort-9:before{content:""}.wi-wind-beaufort-10:before{content:""}.wi-wind-beaufort-11:before{content:""}.wi-wind-beaufort-12:before{content:""}.wi-yahoo-0:before{content:""}.wi-yahoo-1:before{content:""}.wi-yahoo-2:before{content:""}.wi-yahoo-3:before{content:""}.wi-yahoo-4:before{content:""}.wi-yahoo-5:before{content:""}.wi-yahoo-6:before{content:""}.wi-yahoo-7:before{content:""}.wi-yahoo-8:before{content:""}.wi-yahoo-9:before{content:""}.wi-yahoo-10:before{content:""}.wi-yahoo-11:before{content:""}.wi-yahoo-12:before{content:""}.wi-yahoo-13:before{content:""}.wi-yahoo-14:before{content:""}.wi-yahoo-15:before{content:""}.wi-yahoo-16:before{content:""}.wi-yahoo-17:before{content:""}.wi-yahoo-18:before{content:""}.wi-yahoo-19:before{content:""}.wi-yahoo-20:before{content:""}.wi-yahoo-21:before{content:""}.wi-yahoo-22:before{content:""}.wi-yahoo-23:before{content:""}.wi-yahoo-24:before{content:""}.wi-yahoo-25:before{content:""}.wi-yahoo-26:before{content:""}.wi-yahoo-27:before{content:""}.wi-yahoo-28:before{content:""}.wi-yahoo-29:before{content:""}.wi-yahoo-30:before{content:""}.wi-yahoo-31:before{content:""}.wi-yahoo-32:before{content:""}.wi-yahoo-33:before{content:""}.wi-yahoo-34:before{content:""}.wi-yahoo-35:before{content:""}.wi-yahoo-36:before{content:""}.wi-yahoo-37:before{content:""}.wi-yahoo-38:before{content:""}.wi-yahoo-39:before{content:""}.wi-yahoo-40:before{content:""}.wi-yahoo-41:before{content:""}.wi-yahoo-42:before{content:""}.wi-yahoo-43:before{content:""}.wi-yahoo-44:before{content:""}.wi-yahoo-45:before{content:""}.wi-yahoo-46:before{content:""}.wi-yahoo-47:before{content:""}.wi-yahoo-3200:before{content:""}.wi-forecast-io-clear-day:before{content:""}.wi-forecast-io-clear-night:before{content:""}.wi-forecast-io-rain:before{content:""}.wi-forecast-io-snow:before{content:""}.wi-forecast-io-sleet:before{content:""}.wi-forecast-io-wind:before{content:""}.wi-forecast-io-fog:before{content:""}.wi-forecast-io-cloudy:before{content:""}.wi-forecast-io-partly-cloudy-day:before{content:""}.wi-forecast-io-partly-cloudy-night:before{content:""}.wi-forecast-io-hail:before{content:""}.wi-forecast-io-thunderstorm:before{content:""}.wi-forecast-io-tornado:before{content:""}.wi-wmo4680-00:before,.wi-wmo4680-0:before{content:""}.wi-wmo4680-01:before,.wi-wmo4680-1:before{content:""}.wi-wmo4680-02:before,.wi-wmo4680-2:before{content:""}.wi-wmo4680-03:before,.wi-wmo4680-3:before{content:""}.wi-wmo4680-04:before,.wi-wmo4680-4:before{content:""}.wi-wmo4680-05:before,.wi-wmo4680-5:before{content:""}.wi-wmo4680-10:before{content:""}.wi-wmo4680-11:before{content:""}.wi-wmo4680-12:before{content:""}.wi-wmo4680-18:before{content:""}.wi-wmo4680-20:before{content:""}.wi-wmo4680-21:before{content:""}.wi-wmo4680-22:before{content:""}.wi-wmo4680-23:before{content:""}.wi-wmo4680-24:before{content:""}.wi-wmo4680-25:before{content:""}.wi-wmo4680-26:before{content:""}.wi-wmo4680-27:before{content:""}.wi-wmo4680-28:before{content:""}.wi-wmo4680-29:before{content:""}.wi-wmo4680-30:before{content:""}.wi-wmo4680-31:before{content:""}.wi-wmo4680-32:before{content:""}.wi-wmo4680-33:before{content:""}.wi-wmo4680-34:before{content:""}.wi-wmo4680-35:before{content:""}.wi-wmo4680-40:before{content:""}.wi-wmo4680-41:before{content:""}.wi-wmo4680-42:before{content:""}.wi-wmo4680-43:before{content:""}.wi-wmo4680-44:before{content:""}.wi-wmo4680-45:before{content:""}.wi-wmo4680-46:before{content:""}.wi-wmo4680-47:before{content:""}.wi-wmo4680-48:before{content:""}.wi-wmo4680-50:before{content:""}.wi-wmo4680-51:before{content:""}.wi-wmo4680-52:before{content:""}.wi-wmo4680-53:before{content:""}.wi-wmo4680-54:before{content:""}.wi-wmo4680-55:before{content:""}.wi-wmo4680-56:before{content:""}.wi-wmo4680-57:before{content:""}.wi-wmo4680-58:before{content:""}.wi-wmo4680-60:before{content:""}.wi-wmo4680-61:before{content:""}.wi-wmo4680-62:before{content:""}.wi-wmo4680-63:before{content:""}.wi-wmo4680-64:before{content:""}.wi-wmo4680-65:before{content:""}.wi-wmo4680-66:before{content:""}.wi-wmo4680-67:before{content:""}.wi-wmo4680-68:before{content:""}.wi-wmo4680-70:before{content:""}.wi-wmo4680-71:before{content:""}.wi-wmo4680-72:before{content:""}.wi-wmo4680-73:before{content:""}.wi-wmo4680-74:before{content:""}.wi-wmo4680-75:before{content:""}.wi-wmo4680-76:before{content:""}.wi-wmo4680-77:before{content:""}.wi-wmo4680-78:before{content:""}.wi-wmo4680-80:before{content:""}.wi-wmo4680-81:before{content:""}.wi-wmo4680-82:before{content:""}.wi-wmo4680-83:before{content:""}.wi-wmo4680-84:before{content:""}.wi-wmo4680-85:before{content:""}.wi-wmo4680-86:before{content:""}.wi-wmo4680-87:before{content:""}.wi-wmo4680-89:before{content:""}.wi-wmo4680-90:before{content:""}.wi-wmo4680-91:before{content:""}.wi-wmo4680-92:before{content:""}.wi-wmo4680-93:before{content:""}.wi-wmo4680-94:before{content:""}.wi-wmo4680-95:before{content:""}.wi-wmo4680-96:before{content:""}.wi-wmo4680-99:before{content:""}.wi-owm-200:before{content:""}.wi-owm-201:before{content:""}.wi-owm-202:before{content:""}.wi-owm-210:before{content:""}.wi-owm-211:before{content:""}.wi-owm-212:before{content:""}.wi-owm-221:before{content:""}.wi-owm-230:before{content:""}.wi-owm-231:before{content:""}.wi-owm-232:before{content:""}.wi-owm-300:before{content:""}.wi-owm-301:before{content:""}.wi-owm-302:before{content:""}.wi-owm-310:before{content:""}.wi-owm-311:before{content:""}.wi-owm-312:before{content:""}.wi-owm-313:before{content:""}.wi-owm-314:before{content:""}.wi-owm-321:before{content:""}.wi-owm-500:before{content:""}.wi-owm-501:before{content:""}.wi-owm-502:before{content:""}.wi-owm-503:before{content:""}.wi-owm-504:before{content:""}.wi-owm-511:before{content:""}.wi-owm-520:before{content:""}.wi-owm-521:before{content:""}.wi-owm-522:before{content:""}.wi-owm-531:before{content:""}.wi-owm-600:before{content:""}.wi-owm-601:before{content:""}.wi-owm-602:before{content:""}.wi-owm-611:before{content:""}.wi-owm-612:before{content:""}.wi-owm-615:before{content:""}.wi-owm-616:before{content:""}.wi-owm-620:before{content:""}.wi-owm-621:before{content:""}.wi-owm-622:before{content:""}.wi-owm-701:before{content:""}.wi-owm-711:before{content:""}.wi-owm-721:before{content:""}.wi-owm-731:before{content:""}.wi-owm-741:before{content:""}.wi-owm-761:before{content:""}.wi-owm-762:before{content:""}.wi-owm-771:before{content:""}.wi-owm-781:before{content:""}.wi-owm-800:before{content:""}.wi-owm-801:before{content:""}.wi-owm-802:before{content:""}.wi-owm-803:before{content:""}.wi-owm-803:before{content:""}.wi-owm-804:before{content:""}.wi-owm-900:before{content:""}.wi-owm-901:before{content:""}.wi-owm-902:before{content:""}.wi-owm-903:before{content:""}.wi-owm-904:before{content:""}.wi-owm-905:before{content:""}.wi-owm-906:before{content:""}.wi-owm-957:before{content:""}.wi-owm-day-200:before{content:""}.wi-owm-day-201:before{content:""}.wi-owm-day-202:before{content:""}.wi-owm-day-210:before{content:""}.wi-owm-day-211:before{content:""}.wi-owm-day-212:before{content:""}.wi-owm-day-221:before{content:""}.wi-owm-day-230:before{content:""}.wi-owm-day-231:before{content:""}.wi-owm-day-232:before{content:""}.wi-owm-day-300:before{content:""}.wi-owm-day-301:before{content:""}.wi-owm-day-302:before{content:""}.wi-owm-day-310:before{content:""}.wi-owm-day-311:before{content:""}.wi-owm-day-312:before{content:""}.wi-owm-day-313:before{content:""}.wi-owm-day-314:before{content:""}.wi-owm-day-321:before{content:""}.wi-owm-day-500:before{content:""}.wi-owm-day-501:before{content:""}.wi-owm-day-502:before{content:""}.wi-owm-day-503:before{content:""}.wi-owm-day-504:before{content:""}.wi-owm-day-511:before{content:""}.wi-owm-day-520:before{content:""}.wi-owm-day-521:before{content:""}.wi-owm-day-522:before{content:""}.wi-owm-day-531:before{content:""}.wi-owm-day-600:before{content:""}.wi-owm-day-601:before{content:""}.wi-owm-day-602:before{content:""}.wi-owm-day-611:before{content:""}.wi-owm-day-612:before{content:""}.wi-owm-day-615:before{content:""}.wi-owm-day-616:before{content:""}.wi-owm-day-620:before{content:""}.wi-owm-day-621:before{content:""}.wi-owm-day-622:before{content:""}.wi-owm-day-701:before{content:""}.wi-owm-day-711:before{content:""}.wi-owm-day-721:before{content:""}.wi-owm-day-731:before{content:""}.wi-owm-day-741:before{content:""}.wi-owm-day-761:before{content:""}.wi-owm-day-762:before{content:""}.wi-owm-day-781:before{content:""}.wi-owm-day-800:before{content:""}.wi-owm-day-801:before{content:""}.wi-owm-day-802:before{content:""}.wi-owm-day-803:before{content:""}.wi-owm-day-804:before{content:""}.wi-owm-day-900:before{content:""}.wi-owm-day-902:before{content:""}.wi-owm-day-903:before{content:""}.wi-owm-day-904:before{content:""}.wi-owm-day-906:before{content:""}.wi-owm-day-957:before{content:""}.wi-owm-night-200:before{content:""}.wi-owm-night-201:before{content:""}.wi-owm-night-202:before{content:""}.wi-owm-night-210:before{content:""}.wi-owm-night-211:before{content:""}.wi-owm-night-212:before{content:""}.wi-owm-night-221:before{content:""}.wi-owm-night-230:before{content:""}.wi-owm-night-231:before{content:""}.wi-owm-night-232:before{content:""}.wi-owm-night-300:before{content:""}.wi-owm-night-301:before{content:""}.wi-owm-night-302:before{content:""}.wi-owm-night-310:before{content:""}.wi-owm-night-311:before{content:""}.wi-owm-night-312:before{content:""}.wi-owm-night-313:before{content:""}.wi-owm-night-314:before{content:""}.wi-owm-night-321:before{content:""}.wi-owm-night-500:before{content:""}.wi-owm-night-501:before{content:""}.wi-owm-night-502:before{content:""}.wi-owm-night-503:before{content:""}.wi-owm-night-504:before{content:""}.wi-owm-night-511:before{content:""}.wi-owm-night-520:before{content:""}.wi-owm-night-521:before{content:""}.wi-owm-night-522:before{content:""}.wi-owm-night-531:before{content:""}.wi-owm-night-600:before{content:""}.wi-owm-night-601:before{content:""}.wi-owm-night-602:before{content:""}.wi-owm-night-611:before{content:""}.wi-owm-night-612:before{content:""}.wi-owm-night-615:before{content:""}.wi-owm-night-616:before{content:""}.wi-owm-night-620:before{content:""}.wi-owm-night-621:before{content:""}.wi-owm-night-622:before{content:""}.wi-owm-night-701:before{content:""}.wi-owm-night-711:before{content:""}.wi-owm-night-721:before{content:""}.wi-owm-night-731:before{content:""}.wi-owm-night-741:before{content:""}.wi-owm-night-761:before{content:""}.wi-owm-night-762:before{content:""}.wi-owm-night-781:before{content:""}.wi-owm-night-800:before{content:""}.wi-owm-night-801:before{content:""}.wi-owm-night-802:before{content:""}.wi-owm-night-803:before{content:""}.wi-owm-night-804:before{content:""}.wi-owm-night-900:before{content:""}.wi-owm-night-902:before{content:""}.wi-owm-night-903:before{content:""}.wi-owm-night-904:before{content:""}.wi-owm-night-906:before{content:""}.wi-owm-night-957:before{content:""}

@charset "UTF-8";
/*
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Version: 4.0.0
Website: https://coderthemes.com/
Contact: support@coderthemes.com
File: Icons Css File
*/
/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url(../fonts/materialdesignicons-webfont.be7691c1.eot);
  src: url(../fonts/materialdesignicons-webfont.be7691c1.eot?#iefix&v=3.6.95) format("embedded-opentype"), url(../fonts/materialdesignicons-webfont.84c6fe1e.woff2) format("woff2"), url(../fonts/materialdesignicons-webfont.1a95531b.woff) format("woff"), url(../fonts/materialdesignicons-webfont.6acc7d6c.ttf) format("truetype"), url(../img/materialdesignicons-webfont.51b68d06.svg#materialdesigniconsregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mdi-access-point:before {
  content: "\f002";
}

.mdi-access-point-network:before {
  content: "\f003";
}

.mdi-access-point-network-off:before {
  content: "﮽";
}

.mdi-account:before {
  content: "\f004";
}

.mdi-account-alert:before {
  content: "\f005";
}

.mdi-account-alert-outline:before {
  content: "שּׁ";
}

.mdi-account-arrow-left:before {
  content: "שּׂ";
}

.mdi-account-arrow-left-outline:before {
  content: "אַ";
}

.mdi-account-arrow-right:before {
  content: "אָ";
}

.mdi-account-arrow-right-outline:before {
  content: "אּ";
}

.mdi-account-badge:before {
  content: "ﶃ";
}

.mdi-account-badge-alert:before {
  content: "ﶄ";
}

.mdi-account-badge-alert-outline:before {
  content: "ﶅ";
}

.mdi-account-badge-horizontal:before {
  content: "ﷰ";
}

.mdi-account-badge-horizontal-outline:before {
  content: "ﷱ";
}

.mdi-account-badge-outline:before {
  content: "ﶆ";
}

.mdi-account-box:before {
  content: "\f006";
}

.mdi-account-box-multiple:before {
  content: "盧";
}

.mdi-account-box-outline:before {
  content: "\f007";
}

.mdi-account-card-details:before {
  content: "\f5d2";
}

.mdi-account-card-details-outline:before {
  content: "ﶇ";
}

.mdi-account-check:before {
  content: "\f008";
}

.mdi-account-check-outline:before {
  content: "﮾";
}

.mdi-account-child:before {
  content: "愈";
}

.mdi-account-child-circle:before {
  content: "憎";
}

.mdi-account-circle:before {
  content: "\f009";
}

.mdi-account-circle-outline:before {
  content: "בּ";
}

.mdi-account-clock:before {
  content: "גּ";
}

.mdi-account-clock-outline:before {
  content: "דּ";
}

.mdi-account-convert:before {
  content: "\f00a";
}

.mdi-account-details:before {
  content: "\f631";
}

.mdi-account-edit:before {
  content: "\f6bb";
}

.mdi-account-group:before {
  content: "\f848";
}

.mdi-account-group-outline:before {
  content: "הּ";
}

.mdi-account-heart:before {
  content: "\f898";
}

.mdi-account-heart-outline:before {
  content: "﮿";
}

.mdi-account-key:before {
  content: "\f00b";
}

.mdi-account-key-outline:before {
  content: "﯀";
}

.mdi-account-minus:before {
  content: "\f00d";
}

.mdi-account-minus-outline:before {
  content: "﫫";
}

.mdi-account-multiple:before {
  content: "\f00e";
}

.mdi-account-multiple-check:before {
  content: "\f8c4";
}

.mdi-account-multiple-minus:before {
  content: "\f5d3";
}

.mdi-account-multiple-minus-outline:before {
  content: "﯁";
}

.mdi-account-multiple-outline:before {
  content: "\f00f";
}

.mdi-account-multiple-plus:before {
  content: "\f010";
}

.mdi-account-multiple-plus-outline:before {
  content: "\f7ff";
}

.mdi-account-network:before {
  content: "\f011";
}

.mdi-account-network-outline:before {
  content: "﯂";
}

.mdi-account-off:before {
  content: "\f012";
}

.mdi-account-off-outline:before {
  content: "﯃";
}

.mdi-account-outline:before {
  content: "\f013";
}

.mdi-account-plus:before {
  content: "\f014";
}

.mdi-account-plus-outline:before {
  content: "\f800";
}

.mdi-account-question:before {
  content: "וּ";
}

.mdi-account-question-outline:before {
  content: "זּ";
}

.mdi-account-remove:before {
  content: "\f015";
}

.mdi-account-remove-outline:before {
  content: "﫬";
}

.mdi-account-search:before {
  content: "\f016";
}

.mdi-account-search-outline:before {
  content: "老";
}

.mdi-account-settings:before {
  content: "\f630";
}

.mdi-account-star:before {
  content: "\f017";
}

.mdi-account-star-outline:before {
  content: "﯄";
}

.mdi-account-supervisor:before {
  content: "慠";
}

.mdi-account-supervisor-circle:before {
  content: "懲";
}

.mdi-account-switch:before {
  content: "\f019";
}

.mdi-account-tie:before {
  content: "ﲿ";
}

.mdi-accusoft:before {
  content: "\f849";
}

.mdi-adchoices:before {
  content: "ﴞ";
}

.mdi-adjust:before {
  content: "\f01a";
}

.mdi-adobe:before {
  content: "蘆";
}

.mdi-air-conditioner:before {
  content: "\f01b";
}

.mdi-air-filter:before {
  content: "ﴟ";
}

.mdi-air-horn:before {
  content: "ﶈ";
}

.mdi-air-purifier:before {
  content: "ﴠ";
}

.mdi-airbag:before {
  content: "﯅";
}

.mdi-airballoon:before {
  content: "\f01c";
}

.mdi-airplane:before {
  content: "\f01d";
}

.mdi-airplane-landing:before {
  content: "\f5d4";
}

.mdi-airplane-off:before {
  content: "\f01e";
}

.mdi-airplane-takeoff:before {
  content: "\f5d5";
}

.mdi-airplay:before {
  content: "\f01f";
}

.mdi-airport:before {
  content: "\f84a";
}

.mdi-alarm:before {
  content: "\f020";
}

.mdi-alarm-bell:before {
  content: "\f78d";
}

.mdi-alarm-check:before {
  content: "\f021";
}

.mdi-alarm-light:before {
  content: "\f78e";
}

.mdi-alarm-light-outline:before {
  content: "﯆";
}

.mdi-alarm-multiple:before {
  content: "\f022";
}

.mdi-alarm-off:before {
  content: "\f023";
}

.mdi-alarm-plus:before {
  content: "\f024";
}

.mdi-alarm-snooze:before {
  content: "\f68d";
}

.mdi-album:before {
  content: "\f025";
}

.mdi-alert:before {
  content: "\f026";
}

.mdi-alert-box:before {
  content: "\f027";
}

.mdi-alert-box-outline:before {
  content: "ﳀ";
}

.mdi-alert-circle:before {
  content: "\f028";
}

.mdi-alert-circle-outline:before {
  content: "\f5d6";
}

.mdi-alert-decagram:before {
  content: "\f6bc";
}

.mdi-alert-decagram-outline:before {
  content: "ﳁ";
}

.mdi-alert-octagon:before {
  content: "\f029";
}

.mdi-alert-octagon-outline:before {
  content: "ﳂ";
}

.mdi-alert-octagram:before {
  content: "\f766";
}

.mdi-alert-octagram-outline:before {
  content: "ﳃ";
}

.mdi-alert-outline:before {
  content: "\f02a";
}

.mdi-alien:before {
  content: "\f899";
}

.mdi-all-inclusive:before {
  content: "\f6bd";
}

.mdi-alpha:before {
  content: "\f02b";
}

.mdi-alpha-a:before {
  content: "A";
}

.mdi-alpha-a-box:before {
  content: "﫭";
}

.mdi-alpha-a-box-outline:before {
  content: "﯇";
}

.mdi-alpha-a-circle:before {
  content: "﯈";
}

.mdi-alpha-a-circle-outline:before {
  content: "﯉";
}

.mdi-alpha-b:before {
  content: "B";
}

.mdi-alpha-b-box:before {
  content: "﫮";
}

.mdi-alpha-b-box-outline:before {
  content: "﯊";
}

.mdi-alpha-b-circle:before {
  content: "﯋";
}

.mdi-alpha-b-circle-outline:before {
  content: "﯌";
}

.mdi-alpha-c:before {
  content: "C";
}

.mdi-alpha-c-box:before {
  content: "﫯";
}

.mdi-alpha-c-box-outline:before {
  content: "﯍";
}

.mdi-alpha-c-circle:before {
  content: "﯎";
}

.mdi-alpha-c-circle-outline:before {
  content: "﯏";
}

.mdi-alpha-d:before {
  content: "D";
}

.mdi-alpha-d-box:before {
  content: "﫰";
}

.mdi-alpha-d-box-outline:before {
  content: "﯐";
}

.mdi-alpha-d-circle:before {
  content: "﯑";
}

.mdi-alpha-d-circle-outline:before {
  content: "﯒";
}

.mdi-alpha-e:before {
  content: "E";
}

.mdi-alpha-e-box:before {
  content: "﫱";
}

.mdi-alpha-e-box-outline:before {
  content: "ﯓ";
}

.mdi-alpha-e-circle:before {
  content: "ﯔ";
}

.mdi-alpha-e-circle-outline:before {
  content: "ﯕ";
}

.mdi-alpha-f:before {
  content: "F";
}

.mdi-alpha-f-box:before {
  content: "﫲";
}

.mdi-alpha-f-box-outline:before {
  content: "ﯖ";
}

.mdi-alpha-f-circle:before {
  content: "ﯗ";
}

.mdi-alpha-f-circle-outline:before {
  content: "ﯘ";
}

.mdi-alpha-g:before {
  content: "G";
}

.mdi-alpha-g-box:before {
  content: "﫳";
}

.mdi-alpha-g-box-outline:before {
  content: "ﯙ";
}

.mdi-alpha-g-circle:before {
  content: "ﯚ";
}

.mdi-alpha-g-circle-outline:before {
  content: "ﯛ";
}

.mdi-alpha-h:before {
  content: "H";
}

.mdi-alpha-h-box:before {
  content: "﫴";
}

.mdi-alpha-h-box-outline:before {
  content: "ﯜ";
}

.mdi-alpha-h-circle:before {
  content: "ﯝ";
}

.mdi-alpha-h-circle-outline:before {
  content: "ﯞ";
}

.mdi-alpha-i:before {
  content: "I";
}

.mdi-alpha-i-box:before {
  content: "﫵";
}

.mdi-alpha-i-box-outline:before {
  content: "ﯟ";
}

.mdi-alpha-i-circle:before {
  content: "ﯠ";
}

.mdi-alpha-i-circle-outline:before {
  content: "ﯡ";
}

.mdi-alpha-j:before {
  content: "J";
}

.mdi-alpha-j-box:before {
  content: "﫶";
}

.mdi-alpha-j-box-outline:before {
  content: "ﯢ";
}

.mdi-alpha-j-circle:before {
  content: "ﯣ";
}

.mdi-alpha-j-circle-outline:before {
  content: "ﯤ";
}

.mdi-alpha-k:before {
  content: "K";
}

.mdi-alpha-k-box:before {
  content: "﫷";
}

.mdi-alpha-k-box-outline:before {
  content: "ﯥ";
}

.mdi-alpha-k-circle:before {
  content: "ﯦ";
}

.mdi-alpha-k-circle-outline:before {
  content: "ﯧ";
}

.mdi-alpha-l:before {
  content: "L";
}

.mdi-alpha-l-box:before {
  content: "﫸";
}

.mdi-alpha-l-box-outline:before {
  content: "ﯨ";
}

.mdi-alpha-l-circle:before {
  content: "ﯩ";
}

.mdi-alpha-l-circle-outline:before {
  content: "ﯪ";
}

.mdi-alpha-m:before {
  content: "M";
}

.mdi-alpha-m-box:before {
  content: "﫹";
}

.mdi-alpha-m-box-outline:before {
  content: "ﯫ";
}

.mdi-alpha-m-circle:before {
  content: "ﯬ";
}

.mdi-alpha-m-circle-outline:before {
  content: "ﯭ";
}

.mdi-alpha-n:before {
  content: "N";
}

.mdi-alpha-n-box:before {
  content: "﫺";
}

.mdi-alpha-n-box-outline:before {
  content: "ﯮ";
}

.mdi-alpha-n-circle:before {
  content: "ﯯ";
}

.mdi-alpha-n-circle-outline:before {
  content: "ﯰ";
}

.mdi-alpha-o:before {
  content: "O";
}

.mdi-alpha-o-box:before {
  content: "﫻";
}

.mdi-alpha-o-box-outline:before {
  content: "ﯱ";
}

.mdi-alpha-o-circle:before {
  content: "ﯲ";
}

.mdi-alpha-o-circle-outline:before {
  content: "ﯳ";
}

.mdi-alpha-p:before {
  content: "P";
}

.mdi-alpha-p-box:before {
  content: "﫼";
}

.mdi-alpha-p-box-outline:before {
  content: "ﯴ";
}

.mdi-alpha-p-circle:before {
  content: "ﯵ";
}

.mdi-alpha-p-circle-outline:before {
  content: "ﯶ";
}

.mdi-alpha-q:before {
  content: "Q";
}

.mdi-alpha-q-box:before {
  content: "﫽";
}

.mdi-alpha-q-box-outline:before {
  content: "ﯷ";
}

.mdi-alpha-q-circle:before {
  content: "ﯸ";
}

.mdi-alpha-q-circle-outline:before {
  content: "ﯹ";
}

.mdi-alpha-r:before {
  content: "R";
}

.mdi-alpha-r-box:before {
  content: "﫾";
}

.mdi-alpha-r-box-outline:before {
  content: "ﯺ";
}

.mdi-alpha-r-circle:before {
  content: "ﯻ";
}

.mdi-alpha-r-circle-outline:before {
  content: "ﯼ";
}

.mdi-alpha-s:before {
  content: "S";
}

.mdi-alpha-s-box:before {
  content: "﫿";
}

.mdi-alpha-s-box-outline:before {
  content: "ﯽ";
}

.mdi-alpha-s-circle:before {
  content: "ﯾ";
}

.mdi-alpha-s-circle-outline:before {
  content: "ﯿ";
}

.mdi-alpha-t:before {
  content: "T";
}

.mdi-alpha-t-box:before {
  content: "ﬀ";
}

.mdi-alpha-t-box-outline:before {
  content: "ﰀ";
}

.mdi-alpha-t-circle:before {
  content: "ﰁ";
}

.mdi-alpha-t-circle-outline:before {
  content: "ﰂ";
}

.mdi-alpha-u:before {
  content: "U";
}

.mdi-alpha-u-box:before {
  content: "ﬁ";
}

.mdi-alpha-u-box-outline:before {
  content: "ﰃ";
}

.mdi-alpha-u-circle:before {
  content: "ﰄ";
}

.mdi-alpha-u-circle-outline:before {
  content: "ﰅ";
}

.mdi-alpha-v:before {
  content: "V";
}

.mdi-alpha-v-box:before {
  content: "ﬂ";
}

.mdi-alpha-v-box-outline:before {
  content: "ﰆ";
}

.mdi-alpha-v-circle:before {
  content: "ﰇ";
}

.mdi-alpha-v-circle-outline:before {
  content: "ﰈ";
}

.mdi-alpha-w:before {
  content: "W";
}

.mdi-alpha-w-box:before {
  content: "ﬃ";
}

.mdi-alpha-w-box-outline:before {
  content: "ﰉ";
}

.mdi-alpha-w-circle:before {
  content: "ﰊ";
}

.mdi-alpha-w-circle-outline:before {
  content: "ﰋ";
}

.mdi-alpha-x:before {
  content: "X";
}

.mdi-alpha-x-box:before {
  content: "ﬄ";
}

.mdi-alpha-x-box-outline:before {
  content: "ﰌ";
}

.mdi-alpha-x-circle:before {
  content: "ﰍ";
}

.mdi-alpha-x-circle-outline:before {
  content: "ﰎ";
}

.mdi-alpha-y:before {
  content: "Y";
}

.mdi-alpha-y-box:before {
  content: "ﬅ";
}

.mdi-alpha-y-box-outline:before {
  content: "ﰏ";
}

.mdi-alpha-y-circle:before {
  content: "ﰐ";
}

.mdi-alpha-y-circle-outline:before {
  content: "ﰑ";
}

.mdi-alpha-z:before {
  content: "Z";
}

.mdi-alpha-z-box:before {
  content: "ﬆ";
}

.mdi-alpha-z-box-outline:before {
  content: "ﰒ";
}

.mdi-alpha-z-circle:before {
  content: "ﰓ";
}

.mdi-alpha-z-circle-outline:before {
  content: "ﰔ";
}

.mdi-alphabetical:before {
  content: "\f02c";
}

.mdi-altimeter:before {
  content: "\f5d7";
}

.mdi-amazon:before {
  content: "\f02d";
}

.mdi-amazon-alexa:before {
  content: "\f8c5";
}

.mdi-amazon-drive:before {
  content: "\f02e";
}

.mdi-ambulance:before {
  content: "\f02f";
}

.mdi-ammunition:before {
  content: "ﳄ";
}

.mdi-ampersand:before {
  content: "戴";
}

.mdi-amplifier:before {
  content: "\f030";
}

.mdi-anchor:before {
  content: "\f031";
}

.mdi-android:before {
  content: "\f032";
}

.mdi-android-auto:before {
  content: "揄";
}

.mdi-android-debug-bridge:before {
  content: "\f033";
}

.mdi-android-head:before {
  content: "\f78f";
}

.mdi-android-messages:before {
  content: "ﴡ";
}

.mdi-android-studio:before {
  content: "\f034";
}

.mdi-angle-acute:before {
  content: "虜";
}

.mdi-angle-obtuse:before {
  content: "路";
}

.mdi-angle-right:before {
  content: "露";
}

.mdi-angular:before {
  content: "\f6b1";
}

.mdi-angularjs:before {
  content: "\f6be";
}

.mdi-animation:before {
  content: "\f5d8";
}

.mdi-animation-outline:before {
  content: "搜";
}

.mdi-animation-play:before {
  content: "魯";
}

.mdi-animation-play-outline:before {
  content: "摒";
}

.mdi-anvil:before {
  content: "\f89a";
}

.mdi-apple:before {
  content: "\f035";
}

.mdi-apple-finder:before {
  content: "\f036";
}

.mdi-apple-icloud:before {
  content: "\f038";
}

.mdi-apple-ios:before {
  content: "\f037";
}

.mdi-apple-keyboard-caps:before {
  content: "\f632";
}

.mdi-apple-keyboard-command:before {
  content: "\f633";
}

.mdi-apple-keyboard-control:before {
  content: "\f634";
}

.mdi-apple-keyboard-option:before {
  content: "\f635";
}

.mdi-apple-keyboard-shift:before {
  content: "\f636";
}

.mdi-apple-safari:before {
  content: "\f039";
}

.mdi-application:before {
  content: "\f614";
}

.mdi-application-export:before {
  content: "ﶉ";
}

.mdi-application-import:before {
  content: "ﶊ";
}

.mdi-apps:before {
  content: "\f03b";
}

.mdi-apps-box:before {
  content: "ﴢ";
}

.mdi-arch:before {
  content: "\f8c6";
}

.mdi-archive:before {
  content: "\f03c";
}

.mdi-arrange-bring-forward:before {
  content: "\f03d";
}

.mdi-arrange-bring-to-front:before {
  content: "\f03e";
}

.mdi-arrange-send-backward:before {
  content: "\f03f";
}

.mdi-arrange-send-to-back:before {
  content: "\f040";
}

.mdi-arrow-all:before {
  content: "\f041";
}

.mdi-arrow-bottom-left:before {
  content: "\f042";
}

.mdi-arrow-bottom-left-bold-outline:before {
  content: "禮";
}

.mdi-arrow-bottom-left-thick:before {
  content: "醴";
}

.mdi-arrow-bottom-right:before {
  content: "\f043";
}

.mdi-arrow-bottom-right-bold-outline:before {
  content: "隸";
}

.mdi-arrow-bottom-right-thick:before {
  content: "惡";
}

.mdi-arrow-collapse:before {
  content: "\f615";
}

.mdi-arrow-collapse-all:before {
  content: "\f044";
}

.mdi-arrow-collapse-down:before {
  content: "\f791";
}

.mdi-arrow-collapse-horizontal:before {
  content: "\f84b";
}

.mdi-arrow-collapse-left:before {
  content: "\f792";
}

.mdi-arrow-collapse-right:before {
  content: "\f793";
}

.mdi-arrow-collapse-up:before {
  content: "\f794";
}

.mdi-arrow-collapse-vertical:before {
  content: "\f84c";
}

.mdi-arrow-decision:before {
  content: "了";
}

.mdi-arrow-decision-auto:before {
  content: "僚";
}

.mdi-arrow-decision-auto-outline:before {
  content: "寮";
}

.mdi-arrow-decision-outline:before {
  content: "尿";
}

.mdi-arrow-down:before {
  content: "\f045";
}

.mdi-arrow-down-bold:before {
  content: "\f72d";
}

.mdi-arrow-down-bold-box:before {
  content: "\f72e";
}

.mdi-arrow-down-bold-box-outline:before {
  content: "\f72f";
}

.mdi-arrow-down-bold-circle:before {
  content: "\f047";
}

.mdi-arrow-down-bold-circle-outline:before {
  content: "\f048";
}

.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\f049";
}

.mdi-arrow-down-bold-outline:before {
  content: "料";
}

.mdi-arrow-down-box:before {
  content: "\f6bf";
}

.mdi-arrow-down-circle:before {
  content: "ﲷ";
}

.mdi-arrow-down-circle-outline:before {
  content: "ﲸ";
}

.mdi-arrow-down-drop-circle:before {
  content: "\f04a";
}

.mdi-arrow-down-drop-circle-outline:before {
  content: "\f04b";
}

.mdi-arrow-down-thick:before {
  content: "\f046";
}

.mdi-arrow-expand:before {
  content: "\f616";
}

.mdi-arrow-expand-all:before {
  content: "\f04c";
}

.mdi-arrow-expand-down:before {
  content: "\f795";
}

.mdi-arrow-expand-horizontal:before {
  content: "\f84d";
}

.mdi-arrow-expand-left:before {
  content: "\f796";
}

.mdi-arrow-expand-right:before {
  content: "\f797";
}

.mdi-arrow-expand-up:before {
  content: "\f798";
}

.mdi-arrow-expand-vertical:before {
  content: "\f84e";
}

.mdi-arrow-left:before {
  content: "\f04d";
}

.mdi-arrow-left-bold:before {
  content: "\f730";
}

.mdi-arrow-left-bold-box:before {
  content: "\f731";
}

.mdi-arrow-left-bold-box-outline:before {
  content: "\f732";
}

.mdi-arrow-left-bold-circle:before {
  content: "\f04f";
}

.mdi-arrow-left-bold-circle-outline:before {
  content: "\f050";
}

.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\f051";
}

.mdi-arrow-left-bold-outline:before {
  content: "樂";
}

.mdi-arrow-left-box:before {
  content: "\f6c0";
}

.mdi-arrow-left-circle:before {
  content: "ﲹ";
}

.mdi-arrow-left-circle-outline:before {
  content: "ﲺ";
}

.mdi-arrow-left-drop-circle:before {
  content: "\f052";
}

.mdi-arrow-left-drop-circle-outline:before {
  content: "\f053";
}

.mdi-arrow-left-right-bold-outline:before {
  content: "燎";
}

.mdi-arrow-left-thick:before {
  content: "\f04e";
}

.mdi-arrow-right:before {
  content: "\f054";
}

.mdi-arrow-right-bold:before {
  content: "\f733";
}

.mdi-arrow-right-bold-box:before {
  content: "\f734";
}

.mdi-arrow-right-bold-box-outline:before {
  content: "\f735";
}

.mdi-arrow-right-bold-circle:before {
  content: "\f056";
}

.mdi-arrow-right-bold-circle-outline:before {
  content: "\f057";
}

.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\f058";
}

.mdi-arrow-right-bold-outline:before {
  content: "療";
}

.mdi-arrow-right-box:before {
  content: "\f6c1";
}

.mdi-arrow-right-circle:before {
  content: "ﲻ";
}

.mdi-arrow-right-circle-outline:before {
  content: "ﲼ";
}

.mdi-arrow-right-drop-circle:before {
  content: "\f059";
}

.mdi-arrow-right-drop-circle-outline:before {
  content: "\f05a";
}

.mdi-arrow-right-thick:before {
  content: "\f055";
}

.mdi-arrow-split-horizontal:before {
  content: "鷺";
}

.mdi-arrow-split-vertical:before {
  content: "碌";
}

.mdi-arrow-top-left:before {
  content: "\f05b";
}

.mdi-arrow-top-left-bold-outline:before {
  content: "蓼";
}

.mdi-arrow-top-left-thick:before {
  content: "遼";
}

.mdi-arrow-top-right:before {
  content: "\f05c";
}

.mdi-arrow-top-right-bold-outline:before {
  content: "龍";
}

.mdi-arrow-top-right-thick:before {
  content: "暈";
}

.mdi-arrow-up:before {
  content: "\f05d";
}

.mdi-arrow-up-bold:before {
  content: "\f736";
}

.mdi-arrow-up-bold-box:before {
  content: "\f737";
}

.mdi-arrow-up-bold-box-outline:before {
  content: "\f738";
}

.mdi-arrow-up-bold-circle:before {
  content: "\f05f";
}

.mdi-arrow-up-bold-circle-outline:before {
  content: "\f060";
}

.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\f061";
}

.mdi-arrow-up-bold-outline:before {
  content: "阮";
}

.mdi-arrow-up-box:before {
  content: "\f6c2";
}

.mdi-arrow-up-circle:before {
  content: "ﲽ";
}

.mdi-arrow-up-circle-outline:before {
  content: "ﲾ";
}

.mdi-arrow-up-down-bold-outline:before {
  content: "劉";
}

.mdi-arrow-up-drop-circle:before {
  content: "\f062";
}

.mdi-arrow-up-drop-circle-outline:before {
  content: "\f063";
}

.mdi-arrow-up-thick:before {
  content: "\f05e";
}

.mdi-artist:before {
  content: "\f802";
}

.mdi-artist-outline:before {
  content: "ﳅ";
}

.mdi-artstation:before {
  content: "﬷";
}

.mdi-aspect-ratio:before {
  content: "﨣";
}

.mdi-assistant:before {
  content: "\f064";
}

.mdi-asterisk:before {
  content: "\f6c3";
}

.mdi-at:before {
  content: "\f065";
}

.mdi-atlassian:before {
  content: "\f803";
}

.mdi-atm:before {
  content: "ﴣ";
}

.mdi-atom:before {
  content: "\f767";
}

.mdi-attachment:before {
  content: "\f066";
}

.mdi-audio-video:before {
  content: "祿";
}

.mdi-audiobook:before {
  content: "\f067";
}

.mdi-augmented-reality:before {
  content: "\f84f";
}

.mdi-auto-fix:before {
  content: "\f068";
}

.mdi-auto-upload:before {
  content: "\f069";
}

.mdi-autorenew:before {
  content: "\f06a";
}

.mdi-av-timer:before {
  content: "\f06b";
}

.mdi-aws:before {
  content: "ﷲ";
}

.mdi-axe:before {
  content: "\f8c7";
}

.mdi-axis:before {
  content: "ﴤ";
}

.mdi-axis-arrow:before {
  content: "ﴥ";
}

.mdi-axis-arrow-lock:before {
  content: "ﴦ";
}

.mdi-axis-lock:before {
  content: "ﴧ";
}

.mdi-axis-x-arrow:before {
  content: "ﴨ";
}

.mdi-axis-x-arrow-lock:before {
  content: "ﴩ";
}

.mdi-axis-x-rotate-clockwise:before {
  content: "ﴪ";
}

.mdi-axis-x-rotate-counterclockwise:before {
  content: "ﴫ";
}

.mdi-axis-x-y-arrow-lock:before {
  content: "ﴬ";
}

.mdi-axis-y-arrow:before {
  content: "ﴭ";
}

.mdi-axis-y-arrow-lock:before {
  content: "ﴮ";
}

.mdi-axis-y-rotate-clockwise:before {
  content: "ﴯ";
}

.mdi-axis-y-rotate-counterclockwise:before {
  content: "ﴰ";
}

.mdi-axis-z-arrow:before {
  content: "ﴱ";
}

.mdi-axis-z-arrow-lock:before {
  content: "ﴲ";
}

.mdi-axis-z-rotate-clockwise:before {
  content: "ﴳ";
}

.mdi-axis-z-rotate-counterclockwise:before {
  content: "ﴴ";
}

.mdi-azure:before {
  content: "\f804";
}

.mdi-babel:before {
  content: "﨤";
}

.mdi-baby:before {
  content: "\f06c";
}

.mdi-baby-buggy:before {
  content: "\f68e";
}

.mdi-backburger:before {
  content: "\f06d";
}

.mdi-backspace:before {
  content: "\f06e";
}

.mdi-backspace-outline:before {
  content: "טּ";
}

.mdi-backup-restore:before {
  content: "\f06f";
}

.mdi-badminton:before {
  content: "\f850";
}

.mdi-bag-personal:before {
  content: "ﷳ";
}

.mdi-bag-personal-off:before {
  content: "ﷴ";
}

.mdi-bag-personal-off-outline:before {
  content: "ﷵ";
}

.mdi-bag-personal-outline:before {
  content: "ﷶ";
}

.mdi-balloon:before {
  content: "逸";
}

.mdi-ballot:before {
  content: "杻";
}

.mdi-ballot-outline:before {
  content: "柳";
}

.mdi-ballot-recount:before {
  content: "ﰕ";
}

.mdi-ballot-recount-outline:before {
  content: "ﰖ";
}

.mdi-bandage:before {
  content: "ﶋ";
}

.mdi-bandcamp:before {
  content: "\f674";
}

.mdi-bank:before {
  content: "\f070";
}

.mdi-bank-minus:before {
  content: "ﶌ";
}

.mdi-bank-plus:before {
  content: "ﶍ";
}

.mdi-bank-remove:before {
  content: "ﶎ";
}

.mdi-bank-transfer:before {
  content: "都";
}

.mdi-bank-transfer-in:before {
  content: "﨧";
}

.mdi-bank-transfer-out:before {
  content: "﨨";
}

.mdi-barcode:before {
  content: "\f071";
}

.mdi-barcode-scan:before {
  content: "\f072";
}

.mdi-barley:before {
  content: "\f073";
}

.mdi-barley-off:before {
  content: "יּ";
}

.mdi-barn:before {
  content: "ךּ";
}

.mdi-barrel:before {
  content: "\f074";
}

.mdi-baseball:before {
  content: "\f851";
}

.mdi-baseball-bat:before {
  content: "\f852";
}

.mdi-basecamp:before {
  content: "\f075";
}

.mdi-basket:before {
  content: "\f076";
}

.mdi-basket-fill:before {
  content: "\f077";
}

.mdi-basket-unfill:before {
  content: "\f078";
}

.mdi-basketball:before {
  content: "\f805";
}

.mdi-basketball-hoop:before {
  content: "ﰗ";
}

.mdi-basketball-hoop-outline:before {
  content: "ﰘ";
}

.mdi-bat:before {
  content: "כּ";
}

.mdi-battery:before {
  content: "\f079";
}

.mdi-battery-10:before {
  content: "\f07a";
}

.mdi-battery-10-bluetooth:before {
  content: "綠";
}

.mdi-battery-20:before {
  content: "\f07b";
}

.mdi-battery-20-bluetooth:before {
  content: "菉";
}

.mdi-battery-30:before {
  content: "\f07c";
}

.mdi-battery-30-bluetooth:before {
  content: "錄";
}

.mdi-battery-40:before {
  content: "\f07d";
}

.mdi-battery-40-bluetooth:before {
  content: "鹿";
}

.mdi-battery-50:before {
  content: "\f07e";
}

.mdi-battery-50-bluetooth:before {
  content: "論";
}

.mdi-battery-60:before {
  content: "\f07f";
}

.mdi-battery-60-bluetooth:before {
  content: "壟";
}

.mdi-battery-70:before {
  content: "\f080";
}

.mdi-battery-70-bluetooth:before {
  content: "弄";
}

.mdi-battery-80:before {
  content: "\f081";
}

.mdi-battery-80-bluetooth:before {
  content: "籠";
}

.mdi-battery-90:before {
  content: "\f082";
}

.mdi-battery-90-bluetooth:before {
  content: "聾";
}

.mdi-battery-alert:before {
  content: "\f083";
}

.mdi-battery-alert-bluetooth:before {
  content: "牢";
}

.mdi-battery-bluetooth:before {
  content: "磊";
}

.mdi-battery-bluetooth-variant:before {
  content: "賂";
}

.mdi-battery-charging:before {
  content: "\f084";
}

.mdi-battery-charging-10:before {
  content: "\f89b";
}

.mdi-battery-charging-100:before {
  content: "\f085";
}

.mdi-battery-charging-20:before {
  content: "\f086";
}

.mdi-battery-charging-30:before {
  content: "\f087";
}

.mdi-battery-charging-40:before {
  content: "\f088";
}

.mdi-battery-charging-50:before {
  content: "\f89c";
}

.mdi-battery-charging-60:before {
  content: "\f089";
}

.mdi-battery-charging-70:before {
  content: "\f89d";
}

.mdi-battery-charging-80:before {
  content: "\f08a";
}

.mdi-battery-charging-90:before {
  content: "\f08b";
}

.mdi-battery-charging-outline:before {
  content: "\f89e";
}

.mdi-battery-charging-wireless:before {
  content: "\f806";
}

.mdi-battery-charging-wireless-10:before {
  content: "\f807";
}

.mdi-battery-charging-wireless-20:before {
  content: "\f808";
}

.mdi-battery-charging-wireless-30:before {
  content: "\f809";
}

.mdi-battery-charging-wireless-40:before {
  content: "\f80a";
}

.mdi-battery-charging-wireless-50:before {
  content: "\f80b";
}

.mdi-battery-charging-wireless-60:before {
  content: "\f80c";
}

.mdi-battery-charging-wireless-70:before {
  content: "\f80d";
}

.mdi-battery-charging-wireless-80:before {
  content: "\f80e";
}

.mdi-battery-charging-wireless-90:before {
  content: "\f80f";
}

.mdi-battery-charging-wireless-alert:before {
  content: "\f810";
}

.mdi-battery-charging-wireless-outline:before {
  content: "\f811";
}

.mdi-battery-minus:before {
  content: "\f08c";
}

.mdi-battery-negative:before {
  content: "\f08d";
}

.mdi-battery-outline:before {
  content: "\f08e";
}

.mdi-battery-plus:before {
  content: "\f08f";
}

.mdi-battery-positive:before {
  content: "\f090";
}

.mdi-battery-unknown:before {
  content: "\f091";
}

.mdi-battery-unknown-bluetooth:before {
  content: "雷";
}

.mdi-battlenet:before {
  content: "לּ";
}

.mdi-beach:before {
  content: "\f092";
}

.mdi-beaker:before {
  content: "ﳆ";
}

.mdi-beaker-outline:before {
  content: "\f68f";
}

.mdi-beats:before {
  content: "\f097";
}

.mdi-bed-empty:before {
  content: "\f89f";
}

.mdi-beer:before {
  content: "\f098";
}

.mdi-behance:before {
  content: "\f099";
}

.mdi-bell:before {
  content: "\f09a";
}

.mdi-bell-alert:before {
  content: "ﴵ";
}

.mdi-bell-circle:before {
  content: "ﴶ";
}

.mdi-bell-circle-outline:before {
  content: "ﴷ";
}

.mdi-bell-off:before {
  content: "\f09b";
}

.mdi-bell-off-outline:before {
  content: "敖";
}

.mdi-bell-outline:before {
  content: "\f09c";
}

.mdi-bell-plus:before {
  content: "\f09d";
}

.mdi-bell-plus-outline:before {
  content: "晴";
}

.mdi-bell-ring:before {
  content: "\f09e";
}

.mdi-bell-ring-outline:before {
  content: "\f09f";
}

.mdi-bell-sleep:before {
  content: "\f0a0";
}

.mdi-bell-sleep-outline:before {
  content: "朗";
}

.mdi-beta:before {
  content: "\f0a1";
}

.mdi-betamax:before {
  content: "流";
}

.mdi-biathlon:before {
  content: "ﷷ";
}

.mdi-bible:before {
  content: "\f0a2";
}

.mdi-bike:before {
  content: "\f0a3";
}

.mdi-billiards:before {
  content: "﬽";
}

.mdi-billiards-rack:before {
  content: "מּ";
}

.mdi-bing:before {
  content: "\f0a4";
}

.mdi-binoculars:before {
  content: "\f0a5";
}

.mdi-bio:before {
  content: "\f0a6";
}

.mdi-biohazard:before {
  content: "\f0a7";
}

.mdi-bitbucket:before {
  content: "\f0a8";
}

.mdi-bitcoin:before {
  content: "\f812";
}

.mdi-black-mesa:before {
  content: "\f0a9";
}

.mdi-blackberry:before {
  content: "\f0aa";
}

.mdi-blender:before {
  content: "ﳇ";
}

.mdi-blender-software:before {
  content: "\f0ab";
}

.mdi-blinds:before {
  content: "\f0ac";
}

.mdi-block-helper:before {
  content: "\f0ad";
}

.mdi-blogger:before {
  content: "\f0ae";
}

.mdi-blood-bag:before {
  content: "ﳈ";
}

.mdi-bluetooth:before {
  content: "\f0af";
}

.mdi-bluetooth-audio:before {
  content: "\f0b0";
}

.mdi-bluetooth-connect:before {
  content: "\f0b1";
}

.mdi-bluetooth-off:before {
  content: "\f0b2";
}

.mdi-bluetooth-settings:before {
  content: "\f0b3";
}

.mdi-bluetooth-transfer:before {
  content: "\f0b4";
}

.mdi-blur:before {
  content: "\f0b5";
}

.mdi-blur-linear:before {
  content: "\f0b6";
}

.mdi-blur-off:before {
  content: "\f0b7";
}

.mdi-blur-radial:before {
  content: "\f0b8";
}

.mdi-bolnisi-cross:before {
  content: "ﳉ";
}

.mdi-bolt:before {
  content: "ﶏ";
}

.mdi-bomb:before {
  content: "\f690";
}

.mdi-bomb-off:before {
  content: "\f6c4";
}

.mdi-bone:before {
  content: "\f0b9";
}

.mdi-book:before {
  content: "\f0ba";
}

.mdi-book-lock:before {
  content: "\f799";
}

.mdi-book-lock-open:before {
  content: "\f79a";
}

.mdi-book-minus:before {
  content: "\f5d9";
}

.mdi-book-multiple:before {
  content: "\f0bb";
}

.mdi-book-multiple-minus:before {
  content: "望";
}

.mdi-book-multiple-plus:before {
  content: "杖";
}

.mdi-book-multiple-remove:before {
  content: "歹";
}

.mdi-book-multiple-variant:before {
  content: "\f0bc";
}

.mdi-book-open:before {
  content: "\f0bd";
}

.mdi-book-open-outline:before {
  content: "﬿";
}

.mdi-book-open-page-variant:before {
  content: "\f5da";
}

.mdi-book-open-variant:before {
  content: "\f0be";
}

.mdi-book-outline:before {
  content: "נּ";
}

.mdi-book-plus:before {
  content: "\f5db";
}

.mdi-book-remove:before {
  content: "殺";
}

.mdi-book-variant:before {
  content: "\f0bf";
}

.mdi-bookmark:before {
  content: "\f0c0";
}

.mdi-bookmark-check:before {
  content: "\f0c1";
}

.mdi-bookmark-minus:before {
  content: "溜";
}

.mdi-bookmark-minus-outline:before {
  content: "琉";
}

.mdi-bookmark-multiple:before {
  content: "ﷸ";
}

.mdi-bookmark-multiple-outline:before {
  content: "ﷹ";
}

.mdi-bookmark-music:before {
  content: "\f0c2";
}

.mdi-bookmark-off:before {
  content: "留";
}

.mdi-bookmark-off-outline:before {
  content: "硫";
}

.mdi-bookmark-outline:before {
  content: "\f0c3";
}

.mdi-bookmark-plus:before {
  content: "\f0c5";
}

.mdi-bookmark-plus-outline:before {
  content: "\f0c4";
}

.mdi-bookmark-remove:before {
  content: "\f0c6";
}

.mdi-boombox:before {
  content: "\f5dc";
}

.mdi-bootstrap:before {
  content: "\f6c5";
}

.mdi-border-all:before {
  content: "\f0c7";
}

.mdi-border-all-variant:before {
  content: "\f8a0";
}

.mdi-border-bottom:before {
  content: "\f0c8";
}

.mdi-border-bottom-variant:before {
  content: "\f8a1";
}

.mdi-border-color:before {
  content: "\f0c9";
}

.mdi-border-horizontal:before {
  content: "\f0ca";
}

.mdi-border-inside:before {
  content: "\f0cb";
}

.mdi-border-left:before {
  content: "\f0cc";
}

.mdi-border-left-variant:before {
  content: "\f8a2";
}

.mdi-border-none:before {
  content: "\f0cd";
}

.mdi-border-none-variant:before {
  content: "\f8a3";
}

.mdi-border-outside:before {
  content: "\f0ce";
}

.mdi-border-right:before {
  content: "\f0cf";
}

.mdi-border-right-variant:before {
  content: "\f8a4";
}

.mdi-border-style:before {
  content: "\f0d0";
}

.mdi-border-top:before {
  content: "\f0d1";
}

.mdi-border-top-variant:before {
  content: "\f8a5";
}

.mdi-border-vertical:before {
  content: "\f0d2";
}

.mdi-bottle-wine:before {
  content: "\f853";
}

.mdi-bow-tie:before {
  content: "\f677";
}

.mdi-bowl:before {
  content: "\f617";
}

.mdi-bowling:before {
  content: "\f0d3";
}

.mdi-box:before {
  content: "\f0d4";
}

.mdi-box-cutter:before {
  content: "\f0d5";
}

.mdi-box-shadow:before {
  content: "\f637";
}

.mdi-boxing-glove:before {
  content: "סּ";
}

.mdi-braille:before {
  content: "紐";
}

.mdi-brain:before {
  content: "類";
}

.mdi-bread-slice:before {
  content: "ﳊ";
}

.mdi-bread-slice-outline:before {
  content: "ﳋ";
}

.mdi-bridge:before {
  content: "\f618";
}

.mdi-briefcase:before {
  content: "\f0d6";
}

.mdi-briefcase-account:before {
  content: "ﳌ";
}

.mdi-briefcase-account-outline:before {
  content: "ﳍ";
}

.mdi-briefcase-check:before {
  content: "\f0d7";
}

.mdi-briefcase-download:before {
  content: "\f0d8";
}

.mdi-briefcase-download-outline:before {
  content: "ﰙ";
}

.mdi-briefcase-edit:before {
  content: "流";
}

.mdi-briefcase-edit-outline:before {
  content: "ﰚ";
}

.mdi-briefcase-minus:before {
  content: "﨩";
}

.mdi-briefcase-minus-outline:before {
  content: "ﰛ";
}

.mdi-briefcase-outline:before {
  content: "\f813";
}

.mdi-briefcase-plus:before {
  content: "飯";
}

.mdi-briefcase-plus-outline:before {
  content: "ﰜ";
}

.mdi-briefcase-remove:before {
  content: "飼";
}

.mdi-briefcase-remove-outline:before {
  content: "ﰝ";
}

.mdi-briefcase-search:before {
  content: "館";
}

.mdi-briefcase-search-outline:before {
  content: "ﰞ";
}

.mdi-briefcase-upload:before {
  content: "\f0d9";
}

.mdi-briefcase-upload-outline:before {
  content: "ﰟ";
}

.mdi-brightness-1:before {
  content: "\f0da";
}

.mdi-brightness-2:before {
  content: "\f0db";
}

.mdi-brightness-3:before {
  content: "\f0dc";
}

.mdi-brightness-4:before {
  content: "\f0dd";
}

.mdi-brightness-5:before {
  content: "\f0de";
}

.mdi-brightness-6:before {
  content: "\f0df";
}

.mdi-brightness-7:before {
  content: "\f0e0";
}

.mdi-brightness-auto:before {
  content: "\f0e1";
}

.mdi-brightness-percent:before {
  content: "ﳎ";
}

.mdi-broom:before {
  content: "\f0e2";
}

.mdi-brush:before {
  content: "\f0e3";
}

.mdi-buddhism:before {
  content: "壘";
}

.mdi-buffer:before {
  content: "\f619";
}

.mdi-bug:before {
  content: "\f0e4";
}

.mdi-bug-check:before {
  content: "鶴";
}

.mdi-bug-check-outline:before {
  content: "郞";
}

.mdi-bug-outline:before {
  content: "隷";
}

.mdi-bugle:before {
  content: "﶐";
}

.mdi-bulldozer:before {
  content: "﬇";
}

.mdi-bullet:before {
  content: "ﳏ";
}

.mdi-bulletin-board:before {
  content: "\f0e5";
}

.mdi-bullhorn:before {
  content: "\f0e6";
}

.mdi-bullhorn-outline:before {
  content: "﬈";
}

.mdi-bullseye:before {
  content: "\f5dd";
}

.mdi-bullseye-arrow:before {
  content: "\f8c8";
}

.mdi-bus:before {
  content: "\f0e7";
}

.mdi-bus-alert:before {
  content: "滛";
}

.mdi-bus-articulated-end:before {
  content: "\f79b";
}

.mdi-bus-articulated-front:before {
  content: "\f79c";
}

.mdi-bus-clock:before {
  content: "\f8c9";
}

.mdi-bus-double-decker:before {
  content: "\f79d";
}

.mdi-bus-school:before {
  content: "\f79e";
}

.mdi-bus-side:before {
  content: "\f79f";
}

.mdi-cached:before {
  content: "\f0e8";
}

.mdi-cactus:before {
  content: "﶑";
}

.mdi-cake:before {
  content: "\f0e9";
}

.mdi-cake-layered:before {
  content: "\f0ea";
}

.mdi-cake-variant:before {
  content: "\f0eb";
}

.mdi-calculator:before {
  content: "\f0ec";
}

.mdi-calculator-variant:before {
  content: "滋";
}

.mdi-calendar:before {
  content: "\f0ed";
}

.mdi-calendar-alert:before {
  content: "侮";
}

.mdi-calendar-blank:before {
  content: "\f0ee";
}

.mdi-calendar-blank-outline:before {
  content: "﭂";
}

.mdi-calendar-check:before {
  content: "\f0ef";
}

.mdi-calendar-check-outline:before {
  content: "ﰠ";
}

.mdi-calendar-clock:before {
  content: "\f0f0";
}

.mdi-calendar-edit:before {
  content: "\f8a6";
}

.mdi-calendar-export:before {
  content: "﬉";
}

.mdi-calendar-heart:before {
  content: "六";
}

.mdi-calendar-import:before {
  content: "﬊";
}

.mdi-calendar-minus:before {
  content: "ﴸ";
}

.mdi-calendar-month:before {
  content: "ﷺ";
}

.mdi-calendar-month-outline:before {
  content: "ﷻ";
}

.mdi-calendar-multiple:before {
  content: "\f0f1";
}

.mdi-calendar-multiple-check:before {
  content: "\f0f2";
}

.mdi-calendar-multiselect:before {
  content: "僧";
}

.mdi-calendar-outline:before {
  content: "ףּ";
}

.mdi-calendar-plus:before {
  content: "\f0f3";
}

.mdi-calendar-question:before {
  content: "\f691";
}

.mdi-calendar-range:before {
  content: "\f678";
}

.mdi-calendar-range-outline:before {
  content: "פּ";
}

.mdi-calendar-remove:before {
  content: "\f0f4";
}

.mdi-calendar-remove-outline:before {
  content: "ﰡ";
}

.mdi-calendar-search:before {
  content: "屢";
}

.mdi-calendar-star:before {
  content: "戮";
}

.mdi-calendar-text:before {
  content: "\f0f5";
}

.mdi-calendar-text-outline:before {
  content: "ﰢ";
}

.mdi-calendar-today:before {
  content: "\f0f6";
}

.mdi-calendar-week:before {
  content: "免";
}

.mdi-calendar-week-begin:before {
  content: "勉";
}

.mdi-call-made:before {
  content: "\f0f7";
}

.mdi-call-merge:before {
  content: "\f0f8";
}

.mdi-call-missed:before {
  content: "\f0f9";
}

.mdi-call-received:before {
  content: "\f0fa";
}

.mdi-call-split:before {
  content: "\f0fb";
}

.mdi-camcorder:before {
  content: "\f0fc";
}

.mdi-camcorder-box:before {
  content: "\f0fd";
}

.mdi-camcorder-box-off:before {
  content: "\f0fe";
}

.mdi-camcorder-off:before {
  content: "\f0ff";
}

.mdi-camera:before {
  content: "\f100";
}

.mdi-camera-account:before {
  content: "\f8ca";
}

.mdi-camera-burst:before {
  content: "\f692";
}

.mdi-camera-control:before {
  content: "﭅";
}

.mdi-camera-enhance:before {
  content: "\f101";
}

.mdi-camera-enhance-outline:before {
  content: "צּ";
}

.mdi-camera-front:before {
  content: "\f102";
}

.mdi-camera-front-variant:before {
  content: "\f103";
}

.mdi-camera-gopro:before {
  content: "\f7a0";
}

.mdi-camera-image:before {
  content: "\f8cb";
}

.mdi-camera-iris:before {
  content: "\f104";
}

.mdi-camera-metering-center:before {
  content: "\f7a1";
}

.mdi-camera-metering-matrix:before {
  content: "\f7a2";
}

.mdi-camera-metering-partial:before {
  content: "\f7a3";
}

.mdi-camera-metering-spot:before {
  content: "\f7a4";
}

.mdi-camera-off:before {
  content: "\f5df";
}

.mdi-camera-outline:before {
  content: "ﴹ";
}

.mdi-camera-party-mode:before {
  content: "\f105";
}

.mdi-camera-rear:before {
  content: "\f106";
}

.mdi-camera-rear-variant:before {
  content: "\f107";
}

.mdi-camera-retake:before {
  content: "﷼";
}

.mdi-camera-retake-outline:before {
  content: "﷽";
}

.mdi-camera-switch:before {
  content: "\f108";
}

.mdi-camera-timer:before {
  content: "\f109";
}

.mdi-camera-wireless:before {
  content: "ﶒ";
}

.mdi-camera-wireless-outline:before {
  content: "ﶓ";
}

.mdi-cancel:before {
  content: "\f739";
}

.mdi-candle:before {
  content: "\f5e2";
}

.mdi-candycane:before {
  content: "\f10a";
}

.mdi-cannabis:before {
  content: "\f7a5";
}

.mdi-caps-lock:before {
  content: "漢";
}

.mdi-car:before {
  content: "\f10b";
}

.mdi-car-back:before {
  content: "﷾";
}

.mdi-car-battery:before {
  content: "\f10c";
}

.mdi-car-brake-abs:before {
  content: "ﰣ";
}

.mdi-car-brake-alert:before {
  content: "ﰤ";
}

.mdi-car-brake-hold:before {
  content: "ﴺ";
}

.mdi-car-brake-parking:before {
  content: "ﴻ";
}

.mdi-car-connected:before {
  content: "\f10d";
}

.mdi-car-convertible:before {
  content: "\f7a6";
}

.mdi-car-cruise-control:before {
  content: "ﴼ";
}

.mdi-car-defrost-front:before {
  content: "ﴽ";
}

.mdi-car-defrost-rear:before {
  content: "﴾";
}

.mdi-car-door:before {
  content: "קּ";
}

.mdi-car-electric:before {
  content: "רּ";
}

.mdi-car-esp:before {
  content: "ﰥ";
}

.mdi-car-estate:before {
  content: "\f7a7";
}

.mdi-car-hatchback:before {
  content: "\f7a8";
}

.mdi-car-key:before {
  content: "שּ";
}

.mdi-car-light-dimmed:before {
  content: "ﰦ";
}

.mdi-car-light-fog:before {
  content: "ﰧ";
}

.mdi-car-light-high:before {
  content: "ﰨ";
}

.mdi-car-limousine:before {
  content: "\f8cc";
}

.mdi-car-multiple:before {
  content: "תּ";
}

.mdi-car-off:before {
  content: "﷿";
}

.mdi-car-parking-lights:before {
  content: "﴿";
}

.mdi-car-pickup:before {
  content: "\f7a9";
}

.mdi-car-side:before {
  content: "\f7aa";
}

.mdi-car-sports:before {
  content: "\f7ab";
}

.mdi-car-tire-alert:before {
  content: "ﰩ";
}

.mdi-car-traction-control:before {
  content: "﵀";
}

.mdi-car-wash:before {
  content: "\f10e";
}

.mdi-caravan:before {
  content: "\f7ac";
}

.mdi-card:before {
  content: "וֹ";
}

.mdi-card-bulleted:before {
  content: "בֿ";
}

.mdi-card-bulleted-off:before {
  content: "כֿ";
}

.mdi-card-bulleted-off-outline:before {
  content: "פֿ";
}

.mdi-card-bulleted-outline:before {
  content: "ﭏ";
}

.mdi-card-bulleted-settings:before {
  content: "ﭐ";
}

.mdi-card-bulleted-settings-outline:before {
  content: "ﭑ";
}

.mdi-card-outline:before {
  content: "ﭒ";
}

.mdi-card-text:before {
  content: "ﭓ";
}

.mdi-card-text-outline:before {
  content: "ﭔ";
}

.mdi-cards:before {
  content: "\f638";
}

.mdi-cards-club:before {
  content: "\f8cd";
}

.mdi-cards-diamond:before {
  content: "\f8ce";
}

.mdi-cards-heart:before {
  content: "\f8cf";
}

.mdi-cards-outline:before {
  content: "\f639";
}

.mdi-cards-playing-outline:before {
  content: "\f63a";
}

.mdi-cards-spade:before {
  content: "\f8d0";
}

.mdi-cards-variant:before {
  content: "\f6c6";
}

.mdi-carrot:before {
  content: "\f10f";
}

.mdi-carry-on-bag-check:before {
  content: "﵁";
}

.mdi-cart:before {
  content: "\f110";
}

.mdi-cart-arrow-down:before {
  content: "﵂";
}

.mdi-cart-arrow-right:before {
  content: "ﰪ";
}

.mdi-cart-arrow-up:before {
  content: "﵃";
}

.mdi-cart-minus:before {
  content: "﵄";
}

.mdi-cart-off:before {
  content: "\f66b";
}

.mdi-cart-outline:before {
  content: "\f111";
}

.mdi-cart-plus:before {
  content: "\f112";
}

.mdi-cart-remove:before {
  content: "﵅";
}

.mdi-case-sensitive-alt:before {
  content: "\f113";
}

.mdi-cash:before {
  content: "\f114";
}

.mdi-cash-100:before {
  content: "\f115";
}

.mdi-cash-marker:before {
  content: "ﶔ";
}

.mdi-cash-multiple:before {
  content: "\f116";
}

.mdi-cash-refund:before {
  content: "瀞";
}

.mdi-cash-register:before {
  content: "ﳐ";
}

.mdi-cash-usd:before {
  content: "\f117";
}

.mdi-cassette:before {
  content: "陸";
}

.mdi-cast:before {
  content: "\f118";
}

.mdi-cast-connected:before {
  content: "\f119";
}

.mdi-cast-education:before {
  content: "﹭";
}

.mdi-cast-off:before {
  content: "\f789";
}

.mdi-castle:before {
  content: "\f11a";
}

.mdi-cat:before {
  content: "\f11b";
}

.mdi-cctv:before {
  content: "\f7ad";
}

.mdi-ceiling-light:before {
  content: "\f768";
}

.mdi-cellphone:before {
  content: "\f11c";
}

.mdi-cellphone-android:before {
  content: "\f11d";
}

.mdi-cellphone-arrow-down:before {
  content: "倫";
}

.mdi-cellphone-basic:before {
  content: "\f11e";
}

.mdi-cellphone-dock:before {
  content: "\f11f";
}

.mdi-cellphone-erase:before {
  content: "樓";
}

.mdi-cellphone-iphone:before {
  content: "\f120";
}

.mdi-cellphone-key:before {
  content: "淚";
}

.mdi-cellphone-link:before {
  content: "\f121";
}

.mdi-cellphone-link-off:before {
  content: "\f122";
}

.mdi-cellphone-lock:before {
  content: "漏";
}

.mdi-cellphone-message:before {
  content: "\f8d2";
}

.mdi-cellphone-off:before {
  content: "累";
}

.mdi-cellphone-screenshot:before {
  content: "勤";
}

.mdi-cellphone-settings:before {
  content: "\f123";
}

.mdi-cellphone-settings-variant:before {
  content: "縷";
}

.mdi-cellphone-sound:before {
  content: "陋";
}

.mdi-cellphone-text:before {
  content: "\f8d1";
}

.mdi-cellphone-wireless:before {
  content: "\f814";
}

.mdi-celtic-cross:before {
  content: "ﳑ";
}

.mdi-certificate:before {
  content: "\f124";
}

.mdi-chair-school:before {
  content: "\f125";
}

.mdi-charity:before {
  content: "ﰫ";
}

.mdi-chart-arc:before {
  content: "\f126";
}

.mdi-chart-areaspline:before {
  content: "\f127";
}

.mdi-chart-bar:before {
  content: "\f128";
}

.mdi-chart-bar-stacked:before {
  content: "\f769";
}

.mdi-chart-bell-curve:before {
  content: "ﰬ";
}

.mdi-chart-bubble:before {
  content: "\f5e3";
}

.mdi-chart-donut:before {
  content: "\f7ae";
}

.mdi-chart-donut-variant:before {
  content: "\f7af";
}

.mdi-chart-gantt:before {
  content: "\f66c";
}

.mdi-chart-histogram:before {
  content: "\f129";
}

.mdi-chart-line:before {
  content: "\f12a";
}

.mdi-chart-line-stacked:before {
  content: "\f76a";
}

.mdi-chart-line-variant:before {
  content: "\f7b0";
}

.mdi-chart-multiline:before {
  content: "\f8d3";
}

.mdi-chart-pie:before {
  content: "\f12b";
}

.mdi-chart-scatterplot-hexbin:before {
  content: "\f66d";
}

.mdi-chart-timeline:before {
  content: "\f66e";
}

.mdi-chat:before {
  content: "ﭕ";
}

.mdi-chat-alert:before {
  content: "ﭖ";
}

.mdi-chat-processing:before {
  content: "ﭗ";
}

.mdi-check:before {
  content: "\f12c";
}

.mdi-check-all:before {
  content: "\f12d";
}

.mdi-check-bold:before {
  content: "﹮";
}

.mdi-check-box-multiple-outline:before {
  content: "ﰭ";
}

.mdi-check-box-outline:before {
  content: "ﰮ";
}

.mdi-check-circle:before {
  content: "\f5e0";
}

.mdi-check-circle-outline:before {
  content: "\f5e1";
}

.mdi-check-decagram:before {
  content: "\f790";
}

.mdi-check-network:before {
  content: "ﰯ";
}

.mdi-check-network-outline:before {
  content: "ﰰ";
}

.mdi-check-outline:before {
  content: "\f854";
}

.mdi-check-underline:before {
  content: "ﹰ";
}

.mdi-check-underline-circle:before {
  content: "ﹱ";
}

.mdi-check-underline-circle-outline:before {
  content: "ﹲ";
}

.mdi-checkbook:before {
  content: "煮";
}

.mdi-checkbox-blank:before {
  content: "\f12e";
}

.mdi-checkbox-blank-circle:before {
  content: "\f12f";
}

.mdi-checkbox-blank-circle-outline:before {
  content: "\f130";
}

.mdi-checkbox-blank-outline:before {
  content: "\f131";
}

.mdi-checkbox-intermediate:before {
  content: "\f855";
}

.mdi-checkbox-marked:before {
  content: "\f132";
}

.mdi-checkbox-marked-circle:before {
  content: "\f133";
}

.mdi-checkbox-marked-circle-outline:before {
  content: "\f134";
}

.mdi-checkbox-marked-outline:before {
  content: "\f135";
}

.mdi-checkbox-multiple-blank:before {
  content: "\f136";
}

.mdi-checkbox-multiple-blank-circle:before {
  content: "\f63b";
}

.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "\f63c";
}

.mdi-checkbox-multiple-blank-outline:before {
  content: "\f137";
}

.mdi-checkbox-multiple-marked:before {
  content: "\f138";
}

.mdi-checkbox-multiple-marked-circle:before {
  content: "\f63d";
}

.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "\f63e";
}

.mdi-checkbox-multiple-marked-outline:before {
  content: "\f139";
}

.mdi-checkerboard:before {
  content: "\f13a";
}

.mdi-chef-hat:before {
  content: "ﭘ";
}

.mdi-chemical-weapon:before {
  content: "\f13b";
}

.mdi-chess-bishop:before {
  content: "\f85b";
}

.mdi-chess-king:before {
  content: "\f856";
}

.mdi-chess-knight:before {
  content: "\f857";
}

.mdi-chess-pawn:before {
  content: "\f858";
}

.mdi-chess-queen:before {
  content: "\f859";
}

.mdi-chess-rook:before {
  content: "\f85a";
}

.mdi-chevron-double-down:before {
  content: "\f13c";
}

.mdi-chevron-double-left:before {
  content: "\f13d";
}

.mdi-chevron-double-right:before {
  content: "\f13e";
}

.mdi-chevron-double-up:before {
  content: "\f13f";
}

.mdi-chevron-down:before {
  content: "\f140";
}

.mdi-chevron-down-box:before {
  content: "崙";
}

.mdi-chevron-down-box-outline:before {
  content: "淪";
}

.mdi-chevron-down-circle:before {
  content: "﬋";
}

.mdi-chevron-down-circle-outline:before {
  content: "﬌";
}

.mdi-chevron-left:before {
  content: "\f141";
}

.mdi-chevron-left-box:before {
  content: "輪";
}

.mdi-chevron-left-box-outline:before {
  content: "律";
}

.mdi-chevron-left-circle:before {
  content: "﬍";
}

.mdi-chevron-left-circle-outline:before {
  content: "﬎";
}

.mdi-chevron-right:before {
  content: "\f142";
}

.mdi-chevron-right-box:before {
  content: "慄";
}

.mdi-chevron-right-box-outline:before {
  content: "栗";
}

.mdi-chevron-right-circle:before {
  content: "﬏";
}

.mdi-chevron-right-circle-outline:before {
  content: "﬐";
}

.mdi-chevron-triple-down:before {
  content: "ﶕ";
}

.mdi-chevron-triple-left:before {
  content: "ﶖ";
}

.mdi-chevron-triple-right:before {
  content: "ﶗ";
}

.mdi-chevron-triple-up:before {
  content: "ﶘ";
}

.mdi-chevron-up:before {
  content: "\f143";
}

.mdi-chevron-up-box:before {
  content: "率";
}

.mdi-chevron-up-box-outline:before {
  content: "隆";
}

.mdi-chevron-up-circle:before {
  content: "﬑";
}

.mdi-chevron-up-circle-outline:before {
  content: "﬒";
}

.mdi-chili-hot:before {
  content: "\f7b1";
}

.mdi-chili-medium:before {
  content: "\f7b2";
}

.mdi-chili-mild:before {
  content: "\f7b3";
}

.mdi-chip:before {
  content: "\f61a";
}

.mdi-christianity:before {
  content: "勒";
}

.mdi-christianity-outline:before {
  content: "ﳒ";
}

.mdi-church:before {
  content: "\f144";
}

.mdi-circle:before {
  content: "\f764";
}

.mdi-circle-edit-outline:before {
  content: "\f8d4";
}

.mdi-circle-medium:before {
  content: "利";
}

.mdi-circle-outline:before {
  content: "\f765";
}

.mdi-circle-slice-1:before {
  content: "瞧";
}

.mdi-circle-slice-2:before {
  content: "爵";
}

.mdi-circle-slice-3:before {
  content: "犯";
}

.mdi-circle-slice-4:before {
  content: "猪";
}

.mdi-circle-slice-5:before {
  content: "瑱";
}

.mdi-circle-slice-6:before {
  content: "甆";
}

.mdi-circle-slice-7:before {
  content: "画";
}

.mdi-circle-slice-8:before {
  content: "瘝";
}

.mdi-circle-small:before {
  content: "吏";
}

.mdi-circular-saw:before {
  content: "ﹳ";
}

.mdi-cisco-webex:before {
  content: "\f145";
}

.mdi-city:before {
  content: "\f146";
}

.mdi-city-variant:before {
  content: "卑";
}

.mdi-city-variant-outline:before {
  content: "喝";
}

.mdi-clipboard:before {
  content: "\f147";
}

.mdi-clipboard-account:before {
  content: "\f148";
}

.mdi-clipboard-account-outline:before {
  content: "ﰱ";
}

.mdi-clipboard-alert:before {
  content: "\f149";
}

.mdi-clipboard-alert-outline:before {
  content: "ﳓ";
}

.mdi-clipboard-arrow-down:before {
  content: "\f14a";
}

.mdi-clipboard-arrow-down-outline:before {
  content: "ﰲ";
}

.mdi-clipboard-arrow-left:before {
  content: "\f14b";
}

.mdi-clipboard-arrow-left-outline:before {
  content: "ﳔ";
}

.mdi-clipboard-arrow-right:before {
  content: "ﳕ";
}

.mdi-clipboard-arrow-right-outline:before {
  content: "ﳖ";
}

.mdi-clipboard-arrow-up:before {
  content: "ﰳ";
}

.mdi-clipboard-arrow-up-outline:before {
  content: "ﰴ";
}

.mdi-clipboard-check:before {
  content: "\f14c";
}

.mdi-clipboard-check-outline:before {
  content: "\f8a7";
}

.mdi-clipboard-flow:before {
  content: "\f6c7";
}

.mdi-clipboard-outline:before {
  content: "\f14d";
}

.mdi-clipboard-play:before {
  content: "ﰵ";
}

.mdi-clipboard-play-outline:before {
  content: "ﰶ";
}

.mdi-clipboard-plus:before {
  content: "\f750";
}

.mdi-clipboard-pulse:before {
  content: "\f85c";
}

.mdi-clipboard-pulse-outline:before {
  content: "\f85d";
}

.mdi-clipboard-text:before {
  content: "\f14e";
}

.mdi-clipboard-text-outline:before {
  content: "嘆";
}

.mdi-clipboard-text-play:before {
  content: "ﰷ";
}

.mdi-clipboard-text-play-outline:before {
  content: "ﰸ";
}

.mdi-clippy:before {
  content: "\f14f";
}

.mdi-clock:before {
  content: "肋";
}

.mdi-clock-alert:before {
  content: "凜";
}

.mdi-clock-alert-outline:before {
  content: "\f5ce";
}

.mdi-clock-end:before {
  content: "\f151";
}

.mdi-clock-fast:before {
  content: "\f152";
}

.mdi-clock-in:before {
  content: "\f153";
}

.mdi-clock-out:before {
  content: "\f154";
}

.mdi-clock-outline:before {
  content: "\f150";
}

.mdi-clock-start:before {
  content: "\f155";
}

.mdi-close:before {
  content: "\f156";
}

.mdi-close-box:before {
  content: "\f157";
}

.mdi-close-box-multiple:before {
  content: "ﰹ";
}

.mdi-close-box-multiple-outline:before {
  content: "ﰺ";
}

.mdi-close-box-outline:before {
  content: "\f158";
}

.mdi-close-circle:before {
  content: "\f159";
}

.mdi-close-circle-outline:before {
  content: "\f15a";
}

.mdi-close-network:before {
  content: "\f15b";
}

.mdi-close-network-outline:before {
  content: "ﰻ";
}

.mdi-close-octagon:before {
  content: "\f15c";
}

.mdi-close-octagon-outline:before {
  content: "\f15d";
}

.mdi-close-outline:before {
  content: "\f6c8";
}

.mdi-closed-caption:before {
  content: "\f15e";
}

.mdi-closed-caption-outline:before {
  content: "ﶙ";
}

.mdi-cloud:before {
  content: "\f15f";
}

.mdi-cloud-alert:before {
  content: "履";
}

.mdi-cloud-braces:before {
  content: "\f7b4";
}

.mdi-cloud-check:before {
  content: "\f160";
}

.mdi-cloud-circle:before {
  content: "\f161";
}

.mdi-cloud-download:before {
  content: "\f162";
}

.mdi-cloud-download-outline:before {
  content: "ﭙ";
}

.mdi-cloud-off-outline:before {
  content: "\f164";
}

.mdi-cloud-outline:before {
  content: "\f163";
}

.mdi-cloud-print:before {
  content: "\f165";
}

.mdi-cloud-print-outline:before {
  content: "\f166";
}

.mdi-cloud-question:before {
  content: "器";
}

.mdi-cloud-search:before {
  content: "凌";
}

.mdi-cloud-search-outline:before {
  content: "稜";
}

.mdi-cloud-sync:before {
  content: "\f63f";
}

.mdi-cloud-tags:before {
  content: "\f7b5";
}

.mdi-cloud-upload:before {
  content: "\f167";
}

.mdi-cloud-upload-outline:before {
  content: "ﭚ";
}

.mdi-clover:before {
  content: "\f815";
}

.mdi-code-array:before {
  content: "\f168";
}

.mdi-code-braces:before {
  content: "\f169";
}

.mdi-code-brackets:before {
  content: "\f16a";
}

.mdi-code-equal:before {
  content: "\f16b";
}

.mdi-code-greater-than:before {
  content: "\f16c";
}

.mdi-code-greater-than-or-equal:before {
  content: "\f16d";
}

.mdi-code-less-than:before {
  content: "\f16e";
}

.mdi-code-less-than-or-equal:before {
  content: "\f16f";
}

.mdi-code-not-equal:before {
  content: "\f170";
}

.mdi-code-not-equal-variant:before {
  content: "\f171";
}

.mdi-code-parentheses:before {
  content: "\f172";
}

.mdi-code-string:before {
  content: "\f173";
}

.mdi-code-tags:before {
  content: "\f174";
}

.mdi-code-tags-check:before {
  content: "\f693";
}

.mdi-codepen:before {
  content: "\f175";
}

.mdi-coffee:before {
  content: "\f176";
}

.mdi-coffee-outline:before {
  content: "\f6c9";
}

.mdi-coffee-to-go:before {
  content: "\f177";
}

.mdi-coffin:before {
  content: "ﭛ";
}

.mdi-cogs:before {
  content: "\f8d5";
}

.mdi-coin:before {
  content: "\f178";
}

.mdi-coins:before {
  content: "\f694";
}

.mdi-collage:before {
  content: "\f640";
}

.mdi-collapse-all:before {
  content: "瘟";
}

.mdi-collapse-all-outline:before {
  content: "益";
}

.mdi-color-helper:before {
  content: "\f179";
}

.mdi-comma:before {
  content: "ﹴ";
}

.mdi-comma-box:before {
  content: "﹵";
}

.mdi-comma-box-outline:before {
  content: "ﹶ";
}

.mdi-comma-circle:before {
  content: "ﹷ";
}

.mdi-comma-circle-outline:before {
  content: "ﹸ";
}

.mdi-comment:before {
  content: "\f17a";
}

.mdi-comment-account:before {
  content: "\f17b";
}

.mdi-comment-account-outline:before {
  content: "\f17c";
}

.mdi-comment-alert:before {
  content: "\f17d";
}

.mdi-comment-alert-outline:before {
  content: "\f17e";
}

.mdi-comment-arrow-left:before {
  content: "易";
}

.mdi-comment-arrow-left-outline:before {
  content: "李";
}

.mdi-comment-arrow-right:before {
  content: "梨";
}

.mdi-comment-arrow-right-outline:before {
  content: "泥";
}

.mdi-comment-check:before {
  content: "\f17f";
}

.mdi-comment-check-outline:before {
  content: "\f180";
}

.mdi-comment-eye:before {
  content: "塀";
}

.mdi-comment-eye-outline:before {
  content: "墨";
}

.mdi-comment-multiple:before {
  content: "\f85e";
}

.mdi-comment-multiple-outline:before {
  content: "\f181";
}

.mdi-comment-outline:before {
  content: "\f182";
}

.mdi-comment-plus:before {
  content: "理";
}

.mdi-comment-plus-outline:before {
  content: "\f183";
}

.mdi-comment-processing:before {
  content: "\f184";
}

.mdi-comment-processing-outline:before {
  content: "\f185";
}

.mdi-comment-question:before {
  content: "\f816";
}

.mdi-comment-question-outline:before {
  content: "\f186";
}

.mdi-comment-remove:before {
  content: "\f5de";
}

.mdi-comment-remove-outline:before {
  content: "\f187";
}

.mdi-comment-search:before {
  content: "層";
}

.mdi-comment-search-outline:before {
  content: "屮";
}

.mdi-comment-text:before {
  content: "\f188";
}

.mdi-comment-text-multiple:before {
  content: "\f85f";
}

.mdi-comment-text-multiple-outline:before {
  content: "\f860";
}

.mdi-comment-text-outline:before {
  content: "\f189";
}

.mdi-compare:before {
  content: "\f18a";
}

.mdi-compass:before {
  content: "\f18b";
}

.mdi-compass-off:before {
  content: "ﭜ";
}

.mdi-compass-off-outline:before {
  content: "ﭝ";
}

.mdi-compass-outline:before {
  content: "\f18c";
}

.mdi-console:before {
  content: "\f18d";
}

.mdi-console-line:before {
  content: "\f7b6";
}

.mdi-console-network:before {
  content: "\f8a8";
}

.mdi-console-network-outline:before {
  content: "ﰼ";
}

.mdi-contact-mail:before {
  content: "\f18e";
}

.mdi-contactless-payment:before {
  content: "﵆";
}

.mdi-contacts:before {
  content: "\f6ca";
}

.mdi-contain:before {
  content: "悔";
}

.mdi-contain-end:before {
  content: "慨";
}

.mdi-contain-start:before {
  content: "憎";
}

.mdi-content-copy:before {
  content: "\f18f";
}

.mdi-content-cut:before {
  content: "\f190";
}

.mdi-content-duplicate:before {
  content: "\f191";
}

.mdi-content-paste:before {
  content: "\f192";
}

.mdi-content-save:before {
  content: "\f193";
}

.mdi-content-save-all:before {
  content: "\f194";
}

.mdi-content-save-edit:before {
  content: "ﳗ";
}

.mdi-content-save-edit-outline:before {
  content: "ﳘ";
}

.mdi-content-save-move:before {
  content: "ﹹ";
}

.mdi-content-save-move-outline:before {
  content: "ﹺ";
}

.mdi-content-save-outline:before {
  content: "\f817";
}

.mdi-content-save-settings:before {
  content: "\f61b";
}

.mdi-content-save-settings-outline:before {
  content: "ﬓ";
}

.mdi-contrast:before {
  content: "\f195";
}

.mdi-contrast-box:before {
  content: "\f196";
}

.mdi-contrast-circle:before {
  content: "\f197";
}

.mdi-controller-classic:before {
  content: "ﭞ";
}

.mdi-controller-classic-outline:before {
  content: "ﭟ";
}

.mdi-cookie:before {
  content: "\f198";
}

.mdi-copyright:before {
  content: "\f5e6";
}

.mdi-cordova:before {
  content: "綾";
}

.mdi-corn:before {
  content: "\f7b7";
}

.mdi-counter:before {
  content: "\f199";
}

.mdi-cow:before {
  content: "\f19a";
}

.mdi-crane:before {
  content: "\f861";
}

.mdi-creation:before {
  content: "\f1c9";
}

.mdi-creative-commons:before {
  content: "﵇";
}

.mdi-credit-card:before {
  content: "\f19b";
}

.mdi-credit-card-marker:before {
  content: "ﶚ";
}

.mdi-credit-card-multiple:before {
  content: "\f19c";
}

.mdi-credit-card-off:before {
  content: "\f5e4";
}

.mdi-credit-card-plus:before {
  content: "\f675";
}

.mdi-credit-card-refund:before {
  content: "盛";
}

.mdi-credit-card-scan:before {
  content: "\f19d";
}

.mdi-credit-card-settings:before {
  content: "\f8d6";
}

.mdi-credit-card-wireless:before {
  content: "﵈";
}

.mdi-cricket:before {
  content: "﵉";
}

.mdi-crop:before {
  content: "\f19e";
}

.mdi-crop-free:before {
  content: "\f19f";
}

.mdi-crop-landscape:before {
  content: "\f1a0";
}

.mdi-crop-portrait:before {
  content: "\f1a1";
}

.mdi-crop-rotate:before {
  content: "\f695";
}

.mdi-crop-square:before {
  content: "\f1a2";
}

.mdi-crosshairs:before {
  content: "\f1a3";
}

.mdi-crosshairs-gps:before {
  content: "\f1a4";
}

.mdi-crown:before {
  content: "\f1a5";
}

.mdi-cryengine:before {
  content: "菱";
}

.mdi-crystal-ball:before {
  content: "ﬔ";
}

.mdi-cube:before {
  content: "\f1a6";
}

.mdi-cube-outline:before {
  content: "\f1a7";
}

.mdi-cube-scan:before {
  content: "ﭠ";
}

.mdi-cube-send:before {
  content: "\f1a8";
}

.mdi-cube-unfolded:before {
  content: "\f1a9";
}

.mdi-cup:before {
  content: "\f1aa";
}

.mdi-cup-off:before {
  content: "\f5e5";
}

.mdi-cup-water:before {
  content: "\f1ab";
}

.mdi-cupcake:before {
  content: "陵";
}

.mdi-curling:before {
  content: "\f862";
}

.mdi-currency-bdt:before {
  content: "\f863";
}

.mdi-currency-brl:before {
  content: "ﭡ";
}

.mdi-currency-btc:before {
  content: "\f1ac";
}

.mdi-currency-chf:before {
  content: "\f7b8";
}

.mdi-currency-cny:before {
  content: "\f7b9";
}

.mdi-currency-eth:before {
  content: "\f7ba";
}

.mdi-currency-eur:before {
  content: "\f1ad";
}

.mdi-currency-gbp:before {
  content: "\f1ae";
}

.mdi-currency-ils:before {
  content: "ﰽ";
}

.mdi-currency-inr:before {
  content: "\f1af";
}

.mdi-currency-jpy:before {
  content: "\f7bb";
}

.mdi-currency-krw:before {
  content: "\f7bc";
}

.mdi-currency-kzt:before {
  content: "\f864";
}

.mdi-currency-ngn:before {
  content: "\f1b0";
}

.mdi-currency-php:before {
  content: "痢";
}

.mdi-currency-rub:before {
  content: "\f1b1";
}

.mdi-currency-sign:before {
  content: "\f7bd";
}

.mdi-currency-try:before {
  content: "\f1b2";
}

.mdi-currency-twd:before {
  content: "\f7be";
}

.mdi-currency-usd:before {
  content: "\f1b3";
}

.mdi-currency-usd-off:before {
  content: "\f679";
}

.mdi-current-ac:before {
  content: "讀";
}

.mdi-current-dc:before {
  content: "拏";
}

.mdi-cursor-default:before {
  content: "\f1b4";
}

.mdi-cursor-default-click:before {
  content: "ﳙ";
}

.mdi-cursor-default-click-outline:before {
  content: "ﳚ";
}

.mdi-cursor-default-outline:before {
  content: "\f1b5";
}

.mdi-cursor-move:before {
  content: "\f1b6";
}

.mdi-cursor-pointer:before {
  content: "\f1b7";
}

.mdi-cursor-text:before {
  content: "\f5e7";
}

.mdi-database:before {
  content: "\f1b8";
}

.mdi-database-check:before {
  content: "直";
}

.mdi-database-edit:before {
  content: "ﭢ";
}

.mdi-database-export:before {
  content: "諾";
}

.mdi-database-import:before {
  content: "樂";
}

.mdi-database-lock:before {
  content: "睊";
}

.mdi-database-minus:before {
  content: "\f1b9";
}

.mdi-database-plus:before {
  content: "\f1ba";
}

.mdi-database-refresh:before {
  content: "ﳛ";
}

.mdi-database-remove:before {
  content: "ﳜ";
}

.mdi-database-search:before {
  content: "\f865";
}

.mdi-database-settings:before {
  content: "ﳝ";
}

.mdi-death-star:before {
  content: "\f8d7";
}

.mdi-death-star-variant:before {
  content: "\f8d8";
}

.mdi-deathly-hallows:before {
  content: "ﭣ";
}

.mdi-debian:before {
  content: "\f8d9";
}

.mdi-debug-step-into:before {
  content: "\f1bb";
}

.mdi-debug-step-out:before {
  content: "\f1bc";
}

.mdi-debug-step-over:before {
  content: "\f1bd";
}

.mdi-decagram:before {
  content: "\f76b";
}

.mdi-decagram-outline:before {
  content: "\f76c";
}

.mdi-decimal-decrease:before {
  content: "\f1be";
}

.mdi-decimal-increase:before {
  content: "\f1bf";
}

.mdi-delete:before {
  content: "\f1c0";
}

.mdi-delete-circle:before {
  content: "\f682";
}

.mdi-delete-circle-outline:before {
  content: "ﭤ";
}

.mdi-delete-empty:before {
  content: "\f6cb";
}

.mdi-delete-forever:before {
  content: "\f5e8";
}

.mdi-delete-forever-outline:before {
  content: "ﭥ";
}

.mdi-delete-outline:before {
  content: "罹";
}

.mdi-delete-restore:before {
  content: "\f818";
}

.mdi-delete-sweep:before {
  content: "\f5e9";
}

.mdi-delete-sweep-outline:before {
  content: "ﰾ";
}

.mdi-delete-variant:before {
  content: "\f1c1";
}

.mdi-delta:before {
  content: "\f1c2";
}

.mdi-desk-lamp:before {
  content: "丹";
}

.mdi-deskphone:before {
  content: "\f1c3";
}

.mdi-desktop-classic:before {
  content: "\f7bf";
}

.mdi-desktop-mac:before {
  content: "\f1c4";
}

.mdi-desktop-mac-dashboard:before {
  content: "裏";
}

.mdi-desktop-tower:before {
  content: "\f1c5";
}

.mdi-desktop-tower-monitor:before {
  content: "着";
}

.mdi-details:before {
  content: "\f1c6";
}

.mdi-dev-to:before {
  content: "﵊";
}

.mdi-developer-board:before {
  content: "\f696";
}

.mdi-deviantart:before {
  content: "\f1c7";
}

.mdi-dialpad:before {
  content: "\f61c";
}

.mdi-diameter:before {
  content: "ﰿ";
}

.mdi-diameter-outline:before {
  content: "ﱀ";
}

.mdi-diameter-variant:before {
  content: "ﱁ";
}

.mdi-diamond:before {
  content: "ﭦ";
}

.mdi-diamond-outline:before {
  content: "ﭧ";
}

.mdi-diamond-stone:before {
  content: "\f1c8";
}

.mdi-dice-1:before {
  content: "\f1ca";
}

.mdi-dice-2:before {
  content: "\f1cb";
}

.mdi-dice-3:before {
  content: "\f1cc";
}

.mdi-dice-4:before {
  content: "\f1cd";
}

.mdi-dice-5:before {
  content: "\f1ce";
}

.mdi-dice-6:before {
  content: "\f1cf";
}

.mdi-dice-d10:before {
  content: "\f76e";
}

.mdi-dice-d12:before {
  content: "\f866";
}

.mdi-dice-d20:before {
  content: "\f5ea";
}

.mdi-dice-d4:before {
  content: "\f5eb";
}

.mdi-dice-d6:before {
  content: "\f5ec";
}

.mdi-dice-d8:before {
  content: "\f5ed";
}

.mdi-dice-multiple:before {
  content: "\f76d";
}

.mdi-dictionary:before {
  content: "\f61d";
}

.mdi-dip-switch:before {
  content: "\f7c0";
}

.mdi-directions:before {
  content: "\f1d0";
}

.mdi-directions-fork:before {
  content: "\f641";
}

.mdi-disc:before {
  content: "\f5ee";
}

.mdi-disc-alert:before {
  content: "\f1d1";
}

.mdi-disc-player:before {
  content: "寧";
}

.mdi-discord:before {
  content: "\f66f";
}

.mdi-dishwasher:before {
  content: "磌";
}

.mdi-disqus:before {
  content: "\f1d2";
}

.mdi-disqus-outline:before {
  content: "\f1d3";
}

.mdi-diving-flippers:before {
  content: "ﶛ";
}

.mdi-diving-helmet:before {
  content: "ﶜ";
}

.mdi-diving-scuba:before {
  content: "ﶝ";
}

.mdi-diving-scuba-flag:before {
  content: "ﶞ";
}

.mdi-diving-scuba-tank:before {
  content: "ﶟ";
}

.mdi-diving-scuba-tank-multiple:before {
  content: "ﶠ";
}

.mdi-diving-snorkel:before {
  content: "ﶡ";
}

.mdi-division:before {
  content: "\f1d4";
}

.mdi-division-box:before {
  content: "\f1d5";
}

.mdi-dlna:before {
  content: "懲";
}

.mdi-dna:before {
  content: "\f683";
}

.mdi-dns:before {
  content: "\f1d6";
}

.mdi-dns-outline:before {
  content: "ﭨ";
}

.mdi-do-not-disturb:before {
  content: "\f697";
}

.mdi-do-not-disturb-off:before {
  content: "\f698";
}

.mdi-docker:before {
  content: "\f867";
}

.mdi-doctor:before {
  content: "敏";
}

.mdi-dog:before {
  content: "既";
}

.mdi-dog-service:before {
  content: "窱";
}

.mdi-dog-side:before {
  content: "暑";
}

.mdi-dolby:before {
  content: "\f6b2";
}

.mdi-domain:before {
  content: "\f1d7";
}

.mdi-domain-off:before {
  content: "﵋";
}

.mdi-donkey:before {
  content: "\f7c1";
}

.mdi-door:before {
  content: "\f819";
}

.mdi-door-closed:before {
  content: "\f81a";
}

.mdi-door-open:before {
  content: "\f81b";
}

.mdi-doorbell-video:before {
  content: "\f868";
}

.mdi-dot-net:before {
  content: "節";
}

.mdi-dots-horizontal:before {
  content: "\f1d8";
}

.mdi-dots-horizontal-circle:before {
  content: "\f7c2";
}

.mdi-dots-horizontal-circle-outline:before {
  content: "ﭩ";
}

.mdi-dots-vertical:before {
  content: "\f1d9";
}

.mdi-dots-vertical-circle:before {
  content: "\f7c3";
}

.mdi-dots-vertical-circle-outline:before {
  content: "ﭪ";
}

.mdi-douban:before {
  content: "\f699";
}

.mdi-download:before {
  content: "\f1da";
}

.mdi-download-multiple:before {
  content: "裡";
}

.mdi-download-network:before {
  content: "\f6f3";
}

.mdi-download-network-outline:before {
  content: "ﱂ";
}

.mdi-download-outline:before {
  content: "ﭫ";
}

.mdi-drag:before {
  content: "\f1db";
}

.mdi-drag-horizontal:before {
  content: "\f1dc";
}

.mdi-drag-variant:before {
  content: "ﭬ";
}

.mdi-drag-vertical:before {
  content: "\f1dd";
}

.mdi-drama-masks:before {
  content: "ﳞ";
}

.mdi-drawing:before {
  content: "\f1de";
}

.mdi-drawing-box:before {
  content: "\f1df";
}

.mdi-dribbble:before {
  content: "\f1e0";
}

.mdi-dribbble-box:before {
  content: "\f1e1";
}

.mdi-drone:before {
  content: "\f1e2";
}

.mdi-dropbox:before {
  content: "\f1e3";
}

.mdi-drupal:before {
  content: "\f1e4";
}

.mdi-duck:before {
  content: "\f1e5";
}

.mdi-dumbbell:before {
  content: "\f1e6";
}

.mdi-dump-truck:before {
  content: "ﱃ";
}

.mdi-ear-hearing:before {
  content: "\f7c4";
}

.mdi-ear-hearing-off:before {
  content: "梅";
}

.mdi-earth:before {
  content: "\f1e7";
}

.mdi-earth-box:before {
  content: "\f6cc";
}

.mdi-earth-box-off:before {
  content: "\f6cd";
}

.mdi-earth-off:before {
  content: "\f1e8";
}

.mdi-edge:before {
  content: "\f1e9";
}

.mdi-egg:before {
  content: "类";
}

.mdi-egg-easter:before {
  content: "絛";
}

.mdi-eight-track:before {
  content: "里";
}

.mdi-eject:before {
  content: "\f1ea";
}

.mdi-eject-outline:before {
  content: "ﭭ";
}

.mdi-elephant:before {
  content: "\f7c5";
}

.mdi-elevation-decline:before {
  content: "\f1eb";
}

.mdi-elevation-rise:before {
  content: "\f1ec";
}

.mdi-elevator:before {
  content: "\f1ed";
}

.mdi-email:before {
  content: "\f1ee";
}

.mdi-email-alert:before {
  content: "\f6ce";
}

.mdi-email-box:before {
  content: "ﳟ";
}

.mdi-email-check:before {
  content: "練";
}

.mdi-email-check-outline:before {
  content: "缾";
}

.mdi-email-lock:before {
  content: "\f1f1";
}

.mdi-email-mark-as-unread:before {
  content: "ﭮ";
}

.mdi-email-open:before {
  content: "\f1ef";
}

.mdi-email-open-outline:before {
  content: "\f5ef";
}

.mdi-email-outline:before {
  content: "\f1f0";
}

.mdi-email-plus:before {
  content: "離";
}

.mdi-email-plus-outline:before {
  content: "匿";
}

.mdi-email-search:before {
  content: "怒";
}

.mdi-email-search-outline:before {
  content: "率";
}

.mdi-email-variant:before {
  content: "\f5f0";
}

.mdi-ember:before {
  content: "ﬕ";
}

.mdi-emby:before {
  content: "\f6b3";
}

.mdi-emoticon:before {
  content: "ﱄ";
}

.mdi-emoticon-angry:before {
  content: "ﱅ";
}

.mdi-emoticon-angry-outline:before {
  content: "ﱆ";
}

.mdi-emoticon-cool:before {
  content: "ﱇ";
}

.mdi-emoticon-cool-outline:before {
  content: "\f1f3";
}

.mdi-emoticon-cry:before {
  content: "ﱈ";
}

.mdi-emoticon-cry-outline:before {
  content: "ﱉ";
}

.mdi-emoticon-dead:before {
  content: "ﱊ";
}

.mdi-emoticon-dead-outline:before {
  content: "\f69a";
}

.mdi-emoticon-devil:before {
  content: "ﱋ";
}

.mdi-emoticon-devil-outline:before {
  content: "\f1f4";
}

.mdi-emoticon-excited:before {
  content: "ﱌ";
}

.mdi-emoticon-excited-outline:before {
  content: "\f69b";
}

.mdi-emoticon-happy:before {
  content: "ﱍ";
}

.mdi-emoticon-happy-outline:before {
  content: "\f1f5";
}

.mdi-emoticon-kiss:before {
  content: "ﱎ";
}

.mdi-emoticon-kiss-outline:before {
  content: "ﱏ";
}

.mdi-emoticon-neutral:before {
  content: "ﱐ";
}

.mdi-emoticon-neutral-outline:before {
  content: "\f1f6";
}

.mdi-emoticon-outline:before {
  content: "\f1f2";
}

.mdi-emoticon-poop:before {
  content: "\f1f7";
}

.mdi-emoticon-poop-outline:before {
  content: "ﱑ";
}

.mdi-emoticon-sad:before {
  content: "ﱒ";
}

.mdi-emoticon-sad-outline:before {
  content: "\f1f8";
}

.mdi-emoticon-tongue:before {
  content: "\f1f9";
}

.mdi-emoticon-tongue-outline:before {
  content: "ﱓ";
}

.mdi-emoticon-wink:before {
  content: "ﱔ";
}

.mdi-emoticon-wink-outline:before {
  content: "ﱕ";
}

.mdi-engine:before {
  content: "\f1fa";
}

.mdi-engine-off:before {
  content: "海";
}

.mdi-engine-off-outline:before {
  content: "渚";
}

.mdi-engine-outline:before {
  content: "\f1fb";
}

.mdi-equal:before {
  content: "\f1fc";
}

.mdi-equal-box:before {
  content: "\f1fd";
}

.mdi-eraser:before {
  content: "\f1fe";
}

.mdi-eraser-variant:before {
  content: "\f642";
}

.mdi-escalator:before {
  content: "\f1ff";
}

.mdi-eslint:before {
  content: "ﱖ";
}

.mdi-et:before {
  content: "者";
}

.mdi-ethereum:before {
  content: "\f869";
}

.mdi-ethernet:before {
  content: "\f200";
}

.mdi-ethernet-cable:before {
  content: "\f201";
}

.mdi-ethernet-cable-off:before {
  content: "\f202";
}

.mdi-etsy:before {
  content: "\f203";
}

.mdi-ev-station:before {
  content: "\f5f1";
}

.mdi-eventbrite:before {
  content: "\f7c6";
}

.mdi-evernote:before {
  content: "\f204";
}

.mdi-exclamation:before {
  content: "\f205";
}

.mdi-exit-run:before {
  content: "漢";
}

.mdi-exit-to-app:before {
  content: "\f206";
}

.mdi-expand-all:before {
  content: "荒";
}

.mdi-expand-all-outline:before {
  content: "華";
}

.mdi-exponent:before {
  content: "異";
}

.mdi-exponent-box:before {
  content: "北";
}

.mdi-export:before {
  content: "\f207";
}

.mdi-export-variant:before {
  content: "ﭯ";
}

.mdi-eye:before {
  content: "\f208";
}

.mdi-eye-check:before {
  content: "ﳠ";
}

.mdi-eye-check-outline:before {
  content: "ﳡ";
}

.mdi-eye-circle:before {
  content: "ﭰ";
}

.mdi-eye-circle-outline:before {
  content: "ﭱ";
}

.mdi-eye-off:before {
  content: "\f209";
}

.mdi-eye-off-outline:before {
  content: "\f6d0";
}

.mdi-eye-outline:before {
  content: "\f6cf";
}

.mdi-eye-plus:before {
  content: "\f86a";
}

.mdi-eye-plus-outline:before {
  content: "\f86b";
}

.mdi-eye-settings:before {
  content: "\f86c";
}

.mdi-eye-settings-outline:before {
  content: "\f86d";
}

.mdi-eyedropper:before {
  content: "\f20a";
}

.mdi-eyedropper-variant:before {
  content: "\f20b";
}

.mdi-face:before {
  content: "\f643";
}

.mdi-face-agent:before {
  content: "﵌";
}

.mdi-face-outline:before {
  content: "ﭲ";
}

.mdi-face-profile:before {
  content: "\f644";
}

.mdi-face-recognition:before {
  content: "ﱗ";
}

.mdi-facebook:before {
  content: "\f20c";
}

.mdi-facebook-box:before {
  content: "\f20d";
}

.mdi-facebook-messenger:before {
  content: "\f20e";
}

.mdi-facebook-workplace:before {
  content: "ﬖ";
}

.mdi-factory:before {
  content: "\f20f";
}

.mdi-fan:before {
  content: "\f210";
}

.mdi-fan-off:before {
  content: "\f81c";
}

.mdi-fast-forward:before {
  content: "\f211";
}

.mdi-fast-forward-10:before {
  content: "﵍";
}

.mdi-fast-forward-30:before {
  content: "ﳢ";
}

.mdi-fast-forward-outline:before {
  content: "\f6d1";
}

.mdi-fax:before {
  content: "\f212";
}

.mdi-feather:before {
  content: "\f6d2";
}

.mdi-feature-search:before {
  content: "煮";
}

.mdi-feature-search-outline:before {
  content: "爫";
}

.mdi-fedora:before {
  content: "\f8da";
}

.mdi-ferry:before {
  content: "\f213";
}

.mdi-file:before {
  content: "\f214";
}

.mdi-file-account:before {
  content: "\f73a";
}

.mdi-file-alert:before {
  content: "琢";
}

.mdi-file-alert-outline:before {
  content: "碑";
}

.mdi-file-cabinet:before {
  content: "蝹";
}

.mdi-file-cancel:before {
  content: "ﶢ";
}

.mdi-file-cancel-outline:before {
  content: "ﶣ";
}

.mdi-file-chart:before {
  content: "\f215";
}

.mdi-file-check:before {
  content: "\f216";
}

.mdi-file-check-outline:before {
  content: "ﹻ";
}

.mdi-file-cloud:before {
  content: "\f217";
}

.mdi-file-compare:before {
  content: "\f8a9";
}

.mdi-file-delimited:before {
  content: "\f218";
}

.mdi-file-document:before {
  content: "\f219";
}

.mdi-file-document-box:before {
  content: "\f21a";
}

.mdi-file-document-box-multiple:before {
  content: "襁";
}

.mdi-file-document-box-multiple-outline:before {
  content: "覆";
}

.mdi-file-document-box-outline:before {
  content: "溺";
}

.mdi-file-document-edit:before {
  content: "ﶤ";
}

.mdi-file-document-edit-outline:before {
  content: "ﶥ";
}

.mdi-file-document-outline:before {
  content: "吝";
}

.mdi-file-download:before {
  content: "磻";
}

.mdi-file-download-outline:before {
  content: "便";
}

.mdi-file-excel:before {
  content: "\f21b";
}

.mdi-file-excel-box:before {
  content: "\f21c";
}

.mdi-file-export:before {
  content: "\f21d";
}

.mdi-file-eye:before {
  content: "ﶦ";
}

.mdi-file-eye-outline:before {
  content: "ﶧ";
}

.mdi-file-find:before {
  content: "\f21e";
}

.mdi-file-find-outline:before {
  content: "ﭳ";
}

.mdi-file-hidden:before {
  content: "\f613";
}

.mdi-file-image:before {
  content: "\f21f";
}

.mdi-file-import:before {
  content: "\f220";
}

.mdi-file-lock:before {
  content: "\f221";
}

.mdi-file-move:before {
  content: "視";
}

.mdi-file-multiple:before {
  content: "\f222";
}

.mdi-file-music:before {
  content: "\f223";
}

.mdi-file-music-outline:before {
  content: "ﹼ";
}

.mdi-file-outline:before {
  content: "\f224";
}

.mdi-file-pdf:before {
  content: "\f225";
}

.mdi-file-pdf-box:before {
  content: "\f226";
}

.mdi-file-pdf-outline:before {
  content: "ﹽ";
}

.mdi-file-percent:before {
  content: "\f81d";
}

.mdi-file-plus:before {
  content: "\f751";
}

.mdi-file-powerpoint:before {
  content: "\f227";
}

.mdi-file-powerpoint-box:before {
  content: "\f228";
}

.mdi-file-presentation-box:before {
  content: "\f229";
}

.mdi-file-question:before {
  content: "\f86e";
}

.mdi-file-remove:before {
  content: "ﭴ";
}

.mdi-file-replace:before {
  content: "ﬗ";
}

.mdi-file-replace-outline:before {
  content: "﬘";
}

.mdi-file-restore:before {
  content: "\f670";
}

.mdi-file-search:before {
  content: "ﱘ";
}

.mdi-file-search-outline:before {
  content: "ﱙ";
}

.mdi-file-send:before {
  content: "\f22a";
}

.mdi-file-table:before {
  content: "ﱚ";
}

.mdi-file-table-outline:before {
  content: "ﱛ";
}

.mdi-file-tree:before {
  content: "\f645";
}

.mdi-file-undo:before {
  content: "\f8db";
}

.mdi-file-upload:before {
  content: "社";
}

.mdi-file-upload-outline:before {
  content: "祉";
}

.mdi-file-video:before {
  content: "\f22b";
}

.mdi-file-video-outline:before {
  content: "︐";
}

.mdi-file-word:before {
  content: "\f22c";
}

.mdi-file-word-box:before {
  content: "\f22d";
}

.mdi-file-xml:before {
  content: "\f22e";
}

.mdi-film:before {
  content: "\f22f";
}

.mdi-filmstrip:before {
  content: "\f230";
}

.mdi-filmstrip-off:before {
  content: "\f231";
}

.mdi-filter:before {
  content: "\f232";
}

.mdi-filter-outline:before {
  content: "\f233";
}

.mdi-filter-remove:before {
  content: "\f234";
}

.mdi-filter-remove-outline:before {
  content: "\f235";
}

.mdi-filter-variant:before {
  content: "\f236";
}

.mdi-finance:before {
  content: "\f81e";
}

.mdi-find-replace:before {
  content: "\f6d3";
}

.mdi-fingerprint:before {
  content: "\f237";
}

.mdi-fire:before {
  content: "\f238";
}

.mdi-fire-truck:before {
  content: "\f8aa";
}

.mdi-firebase:before {
  content: "復";
}

.mdi-firefox:before {
  content: "\f239";
}

.mdi-fireplace:before {
  content: "︑";
}

.mdi-fireplace-off:before {
  content: "︒";
}

.mdi-firework:before {
  content: "︓";
}

.mdi-fish:before {
  content: "\f23a";
}

.mdi-flag:before {
  content: "\f23b";
}

.mdi-flag-checkered:before {
  content: "\f23c";
}

.mdi-flag-minus:before {
  content: "ﭵ";
}

.mdi-flag-outline:before {
  content: "\f23d";
}

.mdi-flag-plus:before {
  content: "ﭶ";
}

.mdi-flag-remove:before {
  content: "ﭷ";
}

.mdi-flag-triangle:before {
  content: "\f23f";
}

.mdi-flag-variant:before {
  content: "\f240";
}

.mdi-flag-variant-outline:before {
  content: "\f23e";
}

.mdi-flare:before {
  content: "﵎";
}

.mdi-flash:before {
  content: "\f241";
}

.mdi-flash-auto:before {
  content: "\f242";
}

.mdi-flash-circle:before {
  content: "\f81f";
}

.mdi-flash-off:before {
  content: "\f243";
}

.mdi-flash-outline:before {
  content: "\f6d4";
}

.mdi-flash-red-eye:before {
  content: "\f67a";
}

.mdi-flashlight:before {
  content: "\f244";
}

.mdi-flashlight-off:before {
  content: "\f245";
}

.mdi-flask:before {
  content: "\f093";
}

.mdi-flask-empty:before {
  content: "\f094";
}

.mdi-flask-empty-outline:before {
  content: "\f095";
}

.mdi-flask-outline:before {
  content: "\f096";
}

.mdi-flattr:before {
  content: "\f246";
}

.mdi-flickr:before {
  content: "ﳣ";
}

.mdi-flip-to-back:before {
  content: "\f247";
}

.mdi-flip-to-front:before {
  content: "\f248";
}

.mdi-floor-lamp:before {
  content: "\f8dc";
}

.mdi-floor-plan:before {
  content: "\f820";
}

.mdi-floppy:before {
  content: "\f249";
}

.mdi-floppy-variant:before {
  content: "燐";
}

.mdi-flower:before {
  content: "\f24a";
}

.mdi-flower-outline:before {
  content: "璘";
}

.mdi-flower-poppy:before {
  content: "ﳤ";
}

.mdi-flower-tulip:before {
  content: "藺";
}

.mdi-flower-tulip-outline:before {
  content: "隣";
}

.mdi-folder:before {
  content: "\f24b";
}

.mdi-folder-account:before {
  content: "\f24c";
}

.mdi-folder-account-outline:before {
  content: "ﭸ";
}

.mdi-folder-alert:before {
  content: "ﶨ";
}

.mdi-folder-alert-outline:before {
  content: "ﶩ";
}

.mdi-folder-clock:before {
  content: "調";
}

.mdi-folder-clock-outline:before {
  content: "諸";
}

.mdi-folder-download:before {
  content: "\f24d";
}

.mdi-folder-edit:before {
  content: "\f8dd";
}

.mdi-folder-edit-outline:before {
  content: "ﶪ";
}

.mdi-folder-google-drive:before {
  content: "\f24e";
}

.mdi-folder-image:before {
  content: "\f24f";
}

.mdi-folder-key:before {
  content: "\f8ab";
}

.mdi-folder-key-network:before {
  content: "\f8ac";
}

.mdi-folder-key-network-outline:before {
  content: "ﱜ";
}

.mdi-folder-lock:before {
  content: "\f250";
}

.mdi-folder-lock-open:before {
  content: "\f251";
}

.mdi-folder-move:before {
  content: "\f252";
}

.mdi-folder-multiple:before {
  content: "\f253";
}

.mdi-folder-multiple-image:before {
  content: "\f254";
}

.mdi-folder-multiple-outline:before {
  content: "\f255";
}

.mdi-folder-network:before {
  content: "\f86f";
}

.mdi-folder-network-outline:before {
  content: "ﱝ";
}

.mdi-folder-open:before {
  content: "\f76f";
}

.mdi-folder-open-outline:before {
  content: "ﶫ";
}

.mdi-folder-outline:before {
  content: "\f256";
}

.mdi-folder-plus:before {
  content: "\f257";
}

.mdi-folder-plus-outline:before {
  content: "ﭹ";
}

.mdi-folder-pound:before {
  content: "ﳥ";
}

.mdi-folder-pound-outline:before {
  content: "ﳦ";
}

.mdi-folder-remove:before {
  content: "\f258";
}

.mdi-folder-remove-outline:before {
  content: "ﭺ";
}

.mdi-folder-search:before {
  content: "不";
}

.mdi-folder-search-outline:before {
  content: "泌";
}

.mdi-folder-star:before {
  content: "\f69c";
}

.mdi-folder-star-outline:before {
  content: "ﭻ";
}

.mdi-folder-sync:before {
  content: "ﳧ";
}

.mdi-folder-sync-outline:before {
  content: "ﳨ";
}

.mdi-folder-text:before {
  content: "ﱞ";
}

.mdi-folder-text-outline:before {
  content: "ﱟ";
}

.mdi-folder-upload:before {
  content: "\f259";
}

.mdi-font-awesome:before {
  content: "\f03a";
}

.mdi-food:before {
  content: "\f25a";
}

.mdi-food-apple:before {
  content: "\f25b";
}

.mdi-food-apple-outline:before {
  content: "ﱠ";
}

.mdi-food-croissant:before {
  content: "\f7c7";
}

.mdi-food-fork-drink:before {
  content: "\f5f2";
}

.mdi-food-off:before {
  content: "\f5f3";
}

.mdi-food-variant:before {
  content: "\f25c";
}

.mdi-football:before {
  content: "\f25d";
}

.mdi-football-australian:before {
  content: "\f25e";
}

.mdi-football-helmet:before {
  content: "\f25f";
}

.mdi-forklift:before {
  content: "\f7c8";
}

.mdi-format-align-bottom:before {
  content: "\f752";
}

.mdi-format-align-center:before {
  content: "\f260";
}

.mdi-format-align-justify:before {
  content: "\f261";
}

.mdi-format-align-left:before {
  content: "\f262";
}

.mdi-format-align-middle:before {
  content: "\f753";
}

.mdi-format-align-right:before {
  content: "\f263";
}

.mdi-format-align-top:before {
  content: "\f754";
}

.mdi-format-annotation-minus:before {
  content: "請";
}

.mdi-format-annotation-plus:before {
  content: "\f646";
}

.mdi-format-bold:before {
  content: "\f264";
}

.mdi-format-clear:before {
  content: "\f265";
}

.mdi-format-color-fill:before {
  content: "\f266";
}

.mdi-format-color-highlight:before {
  content: "︔";
}

.mdi-format-color-text:before {
  content: "\f69d";
}

.mdi-format-columns:before {
  content: "\f8de";
}

.mdi-format-float-center:before {
  content: "\f267";
}

.mdi-format-float-left:before {
  content: "\f268";
}

.mdi-format-float-none:before {
  content: "\f269";
}

.mdi-format-float-right:before {
  content: "\f26a";
}

.mdi-format-font:before {
  content: "\f6d5";
}

.mdi-format-font-size-decrease:before {
  content: "鱗";
}

.mdi-format-font-size-increase:before {
  content: "麟";
}

.mdi-format-header-1:before {
  content: "\f26b";
}

.mdi-format-header-2:before {
  content: "\f26c";
}

.mdi-format-header-3:before {
  content: "\f26d";
}

.mdi-format-header-4:before {
  content: "\f26e";
}

.mdi-format-header-5:before {
  content: "\f26f";
}

.mdi-format-header-6:before {
  content: "\f270";
}

.mdi-format-header-decrease:before {
  content: "\f271";
}

.mdi-format-header-equal:before {
  content: "\f272";
}

.mdi-format-header-increase:before {
  content: "\f273";
}

.mdi-format-header-pound:before {
  content: "\f274";
}

.mdi-format-horizontal-align-center:before {
  content: "\f61e";
}

.mdi-format-horizontal-align-left:before {
  content: "\f61f";
}

.mdi-format-horizontal-align-right:before {
  content: "\f620";
}

.mdi-format-indent-decrease:before {
  content: "\f275";
}

.mdi-format-indent-increase:before {
  content: "\f276";
}

.mdi-format-italic:before {
  content: "\f277";
}

.mdi-format-letter-case:before {
  content: "﬙";
}

.mdi-format-letter-case-lower:before {
  content: "﬚";
}

.mdi-format-letter-case-upper:before {
  content: "﬛";
}

.mdi-format-line-spacing:before {
  content: "\f278";
}

.mdi-format-line-style:before {
  content: "\f5c8";
}

.mdi-format-line-weight:before {
  content: "\f5c9";
}

.mdi-format-list-bulleted:before {
  content: "\f279";
}

.mdi-format-list-bulleted-square:before {
  content: "ﶬ";
}

.mdi-format-list-bulleted-type:before {
  content: "\f27a";
}

.mdi-format-list-checkbox:before {
  content: "數";
}

.mdi-format-list-checks:before {
  content: "\f755";
}

.mdi-format-list-numbered:before {
  content: "\f27b";
}

.mdi-format-list-numbered-rtl:before {
  content: "ﳩ";
}

.mdi-format-page-break:before {
  content: "\f6d6";
}

.mdi-format-paint:before {
  content: "\f27c";
}

.mdi-format-paragraph:before {
  content: "\f27d";
}

.mdi-format-pilcrow:before {
  content: "\f6d7";
}

.mdi-format-quote-close:before {
  content: "\f27e";
}

.mdi-format-quote-open:before {
  content: "\f756";
}

.mdi-format-rotate-90:before {
  content: "\f6a9";
}

.mdi-format-section:before {
  content: "\f69e";
}

.mdi-format-size:before {
  content: "\f27f";
}

.mdi-format-strikethrough:before {
  content: "\f280";
}

.mdi-format-strikethrough-variant:before {
  content: "\f281";
}

.mdi-format-subscript:before {
  content: "\f282";
}

.mdi-format-superscript:before {
  content: "\f283";
}

.mdi-format-text:before {
  content: "\f284";
}

.mdi-format-text-rotation-down:before {
  content: "﵏";
}

.mdi-format-text-rotation-none:before {
  content: "ﵐ";
}

.mdi-format-text-variant:before {
  content: "︕";
}

.mdi-format-text-wrapping-clip:before {
  content: "ﳪ";
}

.mdi-format-text-wrapping-overflow:before {
  content: "ﳫ";
}

.mdi-format-text-wrapping-wrap:before {
  content: "ﳬ";
}

.mdi-format-textbox:before {
  content: "ﳭ";
}

.mdi-format-textdirection-l-to-r:before {
  content: "\f285";
}

.mdi-format-textdirection-r-to-l:before {
  content: "\f286";
}

.mdi-format-title:before {
  content: "\f5f4";
}

.mdi-format-underline:before {
  content: "\f287";
}

.mdi-format-vertical-align-bottom:before {
  content: "\f621";
}

.mdi-format-vertical-align-center:before {
  content: "\f622";
}

.mdi-format-vertical-align-top:before {
  content: "\f623";
}

.mdi-format-wrap-inline:before {
  content: "\f288";
}

.mdi-format-wrap-square:before {
  content: "\f289";
}

.mdi-format-wrap-tight:before {
  content: "\f28a";
}

.mdi-format-wrap-top-bottom:before {
  content: "\f28b";
}

.mdi-forum:before {
  content: "\f28c";
}

.mdi-forum-outline:before {
  content: "\f821";
}

.mdi-forward:before {
  content: "\f28d";
}

.mdi-forwardburger:before {
  content: "ﵑ";
}

.mdi-fountain:before {
  content: "索";
}

.mdi-fountain-pen:before {
  content: "ﳮ";
}

.mdi-fountain-pen-tip:before {
  content: "ﳯ";
}

.mdi-foursquare:before {
  content: "\f28e";
}

.mdi-freebsd:before {
  content: "\f8df";
}

.mdi-fridge:before {
  content: "\f290";
}

.mdi-fridge-bottom:before {
  content: "\f292";
}

.mdi-fridge-outline:before {
  content: "\f28f";
}

.mdi-fridge-top:before {
  content: "\f291";
}

.mdi-fuel:before {
  content: "\f7c9";
}

.mdi-fullscreen:before {
  content: "\f293";
}

.mdi-fullscreen-exit:before {
  content: "\f294";
}

.mdi-function:before {
  content: "\f295";
}

.mdi-function-variant:before {
  content: "\f870";
}

.mdi-fuse:before {
  content: "ﱡ";
}

.mdi-fuse-blade:before {
  content: "ﱢ";
}

.mdi-gamepad:before {
  content: "\f296";
}

.mdi-gamepad-circle:before {
  content: "︖";
}

.mdi-gamepad-circle-down:before {
  content: "︗";
}

.mdi-gamepad-circle-left:before {
  content: "︘";
}

.mdi-gamepad-circle-outline:before {
  content: "︙";
}

.mdi-gamepad-circle-right:before {
  content: "︚";
}

.mdi-gamepad-circle-up:before {
  content: "︛";
}

.mdi-gamepad-down:before {
  content: "︜";
}

.mdi-gamepad-left:before {
  content: "︝";
}

.mdi-gamepad-right:before {
  content: "︞";
}

.mdi-gamepad-round:before {
  content: "︟";
}

.mdi-gamepad-round-down:before {
  content: "︠";
}

.mdi-gamepad-round-left:before {
  content: "︡";
}

.mdi-gamepad-round-outline:before {
  content: "︢";
}

.mdi-gamepad-round-right:before {
  content: "︣";
}

.mdi-gamepad-round-up:before {
  content: "︤";
}

.mdi-gamepad-up:before {
  content: "︥";
}

.mdi-gamepad-variant:before {
  content: "\f297";
}

.mdi-gantry-crane:before {
  content: "ﶭ";
}

.mdi-garage:before {
  content: "\f6d8";
}

.mdi-garage-alert:before {
  content: "\f871";
}

.mdi-garage-open:before {
  content: "\f6d9";
}

.mdi-gas-cylinder:before {
  content: "\f647";
}

.mdi-gas-station:before {
  content: "\f298";
}

.mdi-gate:before {
  content: "\f299";
}

.mdi-gate-and:before {
  content: "\f8e0";
}

.mdi-gate-nand:before {
  content: "\f8e1";
}

.mdi-gate-nor:before {
  content: "\f8e2";
}

.mdi-gate-not:before {
  content: "\f8e3";
}

.mdi-gate-or:before {
  content: "\f8e4";
}

.mdi-gate-xnor:before {
  content: "\f8e5";
}

.mdi-gate-xor:before {
  content: "\f8e6";
}

.mdi-gatsby:before {
  content: "︦";
}

.mdi-gauge:before {
  content: "\f29a";
}

.mdi-gauge-empty:before {
  content: "\f872";
}

.mdi-gauge-full:before {
  content: "\f873";
}

.mdi-gauge-low:before {
  content: "\f874";
}

.mdi-gavel:before {
  content: "\f29b";
}

.mdi-gender-female:before {
  content: "\f29c";
}

.mdi-gender-male:before {
  content: "\f29d";
}

.mdi-gender-male-female:before {
  content: "\f29e";
}

.mdi-gender-transgender:before {
  content: "\f29f";
}

.mdi-gentoo:before {
  content: "\f8e7";
}

.mdi-gesture:before {
  content: "\f7ca";
}

.mdi-gesture-double-tap:before {
  content: "\f73b";
}

.mdi-gesture-pinch:before {
  content: "謁";
}

.mdi-gesture-spread:before {
  content: "諾";
}

.mdi-gesture-swipe:before {
  content: "ﵒ";
}

.mdi-gesture-swipe-down:before {
  content: "\f73c";
}

.mdi-gesture-swipe-horizontal:before {
  content: "諭";
}

.mdi-gesture-swipe-left:before {
  content: "\f73d";
}

.mdi-gesture-swipe-right:before {
  content: "\f73e";
}

.mdi-gesture-swipe-up:before {
  content: "\f73f";
}

.mdi-gesture-swipe-vertical:before {
  content: "謹";
}

.mdi-gesture-tap:before {
  content: "\f740";
}

.mdi-gesture-tap-hold:before {
  content: "ﵓ";
}

.mdi-gesture-two-double-tap:before {
  content: "\f741";
}

.mdi-gesture-two-tap:before {
  content: "\f742";
}

.mdi-ghost:before {
  content: "\f2a0";
}

.mdi-ghost-off:before {
  content: "林";
}

.mdi-gif:before {
  content: "ﵔ";
}

.mdi-gift:before {
  content: "︧";
}

.mdi-gift-outline:before {
  content: "\f2a1";
}

.mdi-git:before {
  content: "\f2a2";
}

.mdi-github-box:before {
  content: "\f2a3";
}

.mdi-github-circle:before {
  content: "\f2a4";
}

.mdi-github-face:before {
  content: "\f6da";
}

.mdi-gitlab:before {
  content: "ﭼ";
}

.mdi-glass-cocktail:before {
  content: "\f356";
}

.mdi-glass-flute:before {
  content: "\f2a5";
}

.mdi-glass-mug:before {
  content: "\f2a6";
}

.mdi-glass-stange:before {
  content: "\f2a7";
}

.mdi-glass-tulip:before {
  content: "\f2a8";
}

.mdi-glass-wine:before {
  content: "\f875";
}

.mdi-glassdoor:before {
  content: "\f2a9";
}

.mdi-glasses:before {
  content: "\f2aa";
}

.mdi-globe-model:before {
  content: "\f8e8";
}

.mdi-gmail:before {
  content: "\f2ab";
}

.mdi-gnome:before {
  content: "\f2ac";
}

.mdi-go-kart:before {
  content: "ﵕ";
}

.mdi-go-kart-track:before {
  content: "ﵖ";
}

.mdi-gog:before {
  content: "ﭽ";
}

.mdi-golf:before {
  content: "\f822";
}

.mdi-gondola:before {
  content: "\f685";
}

.mdi-goodreads:before {
  content: "ﵗ";
}

.mdi-google:before {
  content: "\f2ad";
}

.mdi-google-adwords:before {
  content: "ﱣ";
}

.mdi-google-allo:before {
  content: "\f801";
}

.mdi-google-analytics:before {
  content: "\f7cb";
}

.mdi-google-assistant:before {
  content: "\f7cc";
}

.mdi-google-cardboard:before {
  content: "\f2ae";
}

.mdi-google-chrome:before {
  content: "\f2af";
}

.mdi-google-circles:before {
  content: "\f2b0";
}

.mdi-google-circles-communities:before {
  content: "\f2b1";
}

.mdi-google-circles-extended:before {
  content: "\f2b2";
}

.mdi-google-circles-group:before {
  content: "\f2b3";
}

.mdi-google-classroom:before {
  content: "\f2c0";
}

.mdi-google-controller:before {
  content: "\f2b4";
}

.mdi-google-controller-off:before {
  content: "\f2b5";
}

.mdi-google-drive:before {
  content: "\f2b6";
}

.mdi-google-earth:before {
  content: "\f2b7";
}

.mdi-google-fit:before {
  content: "參";
}

.mdi-google-glass:before {
  content: "\f2b8";
}

.mdi-google-hangouts:before {
  content: "\f2c9";
}

.mdi-google-home:before {
  content: "\f823";
}

.mdi-google-keep:before {
  content: "\f6db";
}

.mdi-google-lens:before {
  content: "淋";
}

.mdi-google-maps:before {
  content: "\f5f5";
}

.mdi-google-nearby:before {
  content: "\f2b9";
}

.mdi-google-pages:before {
  content: "\f2ba";
}

.mdi-google-photos:before {
  content: "\f6dc";
}

.mdi-google-physical-web:before {
  content: "\f2bb";
}

.mdi-google-play:before {
  content: "\f2bc";
}

.mdi-google-plus:before {
  content: "\f2bd";
}

.mdi-google-plus-box:before {
  content: "\f2be";
}

.mdi-google-spreadsheet:before {
  content: "臨";
}

.mdi-google-street-view:before {
  content: "ﱤ";
}

.mdi-google-translate:before {
  content: "\f2bf";
}

.mdi-gpu:before {
  content: "\f8ad";
}

.mdi-gradient:before {
  content: "\f69f";
}

.mdi-grain:before {
  content: "ﵘ";
}

.mdi-graphql:before {
  content: "\f876";
}

.mdi-grave-stone:before {
  content: "ﭾ";
}

.mdi-grease-pencil:before {
  content: "\f648";
}

.mdi-greater-than:before {
  content: "塞";
}

.mdi-greater-than-or-equal:before {
  content: "省";
}

.mdi-grid:before {
  content: "\f2c1";
}

.mdi-grid-large:before {
  content: "\f757";
}

.mdi-grid-off:before {
  content: "\f2c2";
}

.mdi-grill:before {
  content: "︨";
}

.mdi-group:before {
  content: "\f2c3";
}

.mdi-guitar-acoustic:before {
  content: "\f770";
}

.mdi-guitar-electric:before {
  content: "\f2c4";
}

.mdi-guitar-pick:before {
  content: "\f2c5";
}

.mdi-guitar-pick-outline:before {
  content: "\f2c6";
}

.mdi-guy-fawkes-mask:before {
  content: "\f824";
}

.mdi-hackernews:before {
  content: "\f624";
}

.mdi-hail:before {
  content: "變";
}

.mdi-halloween:before {
  content: "ﭿ";
}

.mdi-hamburger:before {
  content: "\f684";
}

.mdi-hammer:before {
  content: "\f8e9";
}

.mdi-hand:before {
  content: "祈";
}

.mdi-hand-left:before {
  content: "︩";
}

.mdi-hand-okay:before {
  content: "祐";
}

.mdi-hand-peace:before {
  content: "祖";
}

.mdi-hand-peace-variant:before {
  content: "祝";
}

.mdi-hand-pointing-down:before {
  content: "禍";
}

.mdi-hand-pointing-left:before {
  content: "禎";
}

.mdi-hand-pointing-right:before {
  content: "\f2c7";
}

.mdi-hand-pointing-up:before {
  content: "穀";
}

.mdi-hand-right:before {
  content: "︪";
}

.mdi-hand-saw:before {
  content: "︫";
}

.mdi-hanger:before {
  content: "\f2c8";
}

.mdi-hard-hat:before {
  content: "葉";
}

.mdi-harddisk:before {
  content: "\f2ca";
}

.mdi-hat-fedora:before {
  content: "ﮀ";
}

.mdi-hazard-lights:before {
  content: "ﱥ";
}

.mdi-hdr:before {
  content: "ﵙ";
}

.mdi-hdr-off:before {
  content: "ﵚ";
}

.mdi-headphones:before {
  content: "\f2cb";
}

.mdi-headphones-bluetooth:before {
  content: "說";
}

.mdi-headphones-box:before {
  content: "\f2cc";
}

.mdi-headphones-off:before {
  content: "\f7cd";
}

.mdi-headphones-settings:before {
  content: "\f2cd";
}

.mdi-headset:before {
  content: "\f2ce";
}

.mdi-headset-dock:before {
  content: "\f2cf";
}

.mdi-headset-off:before {
  content: "\f2d0";
}

.mdi-heart:before {
  content: "\f2d1";
}

.mdi-heart-box:before {
  content: "\f2d2";
}

.mdi-heart-box-outline:before {
  content: "\f2d3";
}

.mdi-heart-broken:before {
  content: "\f2d4";
}

.mdi-heart-broken-outline:before {
  content: "ﳰ";
}

.mdi-heart-circle:before {
  content: "殺";
}

.mdi-heart-circle-outline:before {
  content: "辰";
}

.mdi-heart-half:before {
  content: "\f6de";
}

.mdi-heart-half-full:before {
  content: "\f6dd";
}

.mdi-heart-half-outline:before {
  content: "\f6df";
}

.mdi-heart-multiple:before {
  content: "突";
}

.mdi-heart-multiple-outline:before {
  content: "節";
}

.mdi-heart-off:before {
  content: "\f758";
}

.mdi-heart-outline:before {
  content: "\f2d5";
}

.mdi-heart-pulse:before {
  content: "\f5f6";
}

.mdi-helicopter:before {
  content: "贈";
}

.mdi-help:before {
  content: "\f2d6";
}

.mdi-help-box:before {
  content: "\f78a";
}

.mdi-help-circle:before {
  content: "\f2d7";
}

.mdi-help-circle-outline:before {
  content: "\f625";
}

.mdi-help-network:before {
  content: "\f6f4";
}

.mdi-help-network-outline:before {
  content: "ﱦ";
}

.mdi-help-rhombus:before {
  content: "ﮁ";
}

.mdi-help-rhombus-outline:before {
  content: "ﮂ";
}

.mdi-hexagon:before {
  content: "\f2d8";
}

.mdi-hexagon-multiple:before {
  content: "\f6e0";
}

.mdi-hexagon-outline:before {
  content: "\f2d9";
}

.mdi-hexagon-slice-1:before {
  content: "輸";
}

.mdi-hexagon-slice-2:before {
  content: "遲";
}

.mdi-hexagon-slice-3:before {
  content: "醙";
}

.mdi-hexagon-slice-4:before {
  content: "鉶";
}

.mdi-hexagon-slice-5:before {
  content: "陼";
}

.mdi-hexagon-slice-6:before {
  content: "難";
}

.mdi-hexagram:before {
  content: "靖";
}

.mdi-hexagram-outline:before {
  content: "韛";
}

.mdi-high-definition:before {
  content: "\f7ce";
}

.mdi-high-definition-box:before {
  content: "\f877";
}

.mdi-highway:before {
  content: "\f5f7";
}

.mdi-hiking:before {
  content: "ﵛ";
}

.mdi-hinduism:before {
  content: "沈";
}

.mdi-history:before {
  content: "\f2da";
}

.mdi-hockey-puck:before {
  content: "\f878";
}

.mdi-hockey-sticks:before {
  content: "\f879";
}

.mdi-hololens:before {
  content: "\f2db";
}

.mdi-home:before {
  content: "\f2dc";
}

.mdi-home-account:before {
  content: "\f825";
}

.mdi-home-alert:before {
  content: "\f87a";
}

.mdi-home-assistant:before {
  content: "\f7cf";
}

.mdi-home-automation:before {
  content: "\f7d0";
}

.mdi-home-circle:before {
  content: "\f7d1";
}

.mdi-home-city:before {
  content: "ﳱ";
}

.mdi-home-city-outline:before {
  content: "ﳲ";
}

.mdi-home-currency-usd:before {
  content: "\f8ae";
}

.mdi-home-floor-0:before {
  content: "ﶮ";
}

.mdi-home-floor-1:before {
  content: "ﵜ";
}

.mdi-home-floor-2:before {
  content: "ﵝ";
}

.mdi-home-floor-3:before {
  content: "ﵞ";
}

.mdi-home-floor-a:before {
  content: "ﵟ";
}

.mdi-home-floor-b:before {
  content: "ﵠ";
}

.mdi-home-floor-g:before {
  content: "ﵡ";
}

.mdi-home-floor-l:before {
  content: "ﵢ";
}

.mdi-home-floor-negative-1:before {
  content: "ﶯ";
}

.mdi-home-group:before {
  content: "ﶰ";
}

.mdi-home-heart:before {
  content: "\f826";
}

.mdi-home-lock:before {
  content: "\f8ea";
}

.mdi-home-lock-open:before {
  content: "\f8eb";
}

.mdi-home-map-marker:before {
  content: "\f5f8";
}

.mdi-home-minus:before {
  content: "拾";
}

.mdi-home-modern:before {
  content: "\f2dd";
}

.mdi-home-outline:before {
  content: "\f6a0";
}

.mdi-home-plus:before {
  content: "若";
}

.mdi-home-variant:before {
  content: "\f2de";
}

.mdi-home-variant-outline:before {
  content: "ﮃ";
}

.mdi-hook:before {
  content: "\f6e1";
}

.mdi-hook-off:before {
  content: "\f6e2";
}

.mdi-hops:before {
  content: "\f2df";
}

.mdi-horseshoe:before {
  content: "練";
}

.mdi-hospital:before {
  content: "\f2e0";
}

.mdi-hospital-building:before {
  content: "\f2e1";
}

.mdi-hospital-marker:before {
  content: "\f2e2";
}

.mdi-hot-tub:before {
  content: "\f827";
}

.mdi-hotel:before {
  content: "\f2e3";
}

.mdi-houzz:before {
  content: "\f2e4";
}

.mdi-houzz-box:before {
  content: "\f2e5";
}

.mdi-hubspot:before {
  content: "ﳳ";
}

.mdi-hulu:before {
  content: "\f828";
}

.mdi-human:before {
  content: "\f2e6";
}

.mdi-human-child:before {
  content: "\f2e7";
}

.mdi-human-female:before {
  content: "\f649";
}

.mdi-human-female-boy:before {
  content: "縉";
}

.mdi-human-female-female:before {
  content: "繁";
}

.mdi-human-female-girl:before {
  content: "署";
}

.mdi-human-greeting:before {
  content: "\f64a";
}

.mdi-human-handsdown:before {
  content: "\f64b";
}

.mdi-human-handsup:before {
  content: "\f64c";
}

.mdi-human-male:before {
  content: "\f64d";
}

.mdi-human-male-boy:before {
  content: "者";
}

.mdi-human-male-female:before {
  content: "\f2e8";
}

.mdi-human-male-girl:before {
  content: "臭";
}

.mdi-human-male-male:before {
  content: "艹";
}

.mdi-human-pregnant:before {
  content: "\f5cf";
}

.mdi-humble-bundle:before {
  content: "\f743";
}

.mdi-ice-cream:before {
  content: "\f829";
}

.mdi-iframe:before {
  content: "ﱧ";
}

.mdi-iframe-outline:before {
  content: "ﱨ";
}

.mdi-image:before {
  content: "\f2e9";
}

.mdi-image-album:before {
  content: "\f2ea";
}

.mdi-image-area:before {
  content: "\f2eb";
}

.mdi-image-area-close:before {
  content: "\f2ec";
}

.mdi-image-broken:before {
  content: "\f2ed";
}

.mdi-image-broken-variant:before {
  content: "\f2ee";
}

.mdi-image-filter:before {
  content: "\f2ef";
}

.mdi-image-filter-black-white:before {
  content: "\f2f0";
}

.mdi-image-filter-center-focus:before {
  content: "\f2f1";
}

.mdi-image-filter-center-focus-weak:before {
  content: "\f2f2";
}

.mdi-image-filter-drama:before {
  content: "\f2f3";
}

.mdi-image-filter-frames:before {
  content: "\f2f4";
}

.mdi-image-filter-hdr:before {
  content: "\f2f5";
}

.mdi-image-filter-none:before {
  content: "\f2f6";
}

.mdi-image-filter-tilt-shift:before {
  content: "\f2f7";
}

.mdi-image-filter-vintage:before {
  content: "\f2f8";
}

.mdi-image-frame:before {
  content: "︬";
}

.mdi-image-move:before {
  content: "立";
}

.mdi-image-multiple:before {
  content: "\f2f9";
}

.mdi-image-off:before {
  content: "\f82a";
}

.mdi-image-outline:before {
  content: "掠";
}

.mdi-image-plus:before {
  content: "\f87b";
}

.mdi-image-search:before {
  content: "略";
}

.mdi-image-search-outline:before {
  content: "亮";
}

.mdi-image-size-select-actual:before {
  content: "ﱩ";
}

.mdi-image-size-select-large:before {
  content: "ﱪ";
}

.mdi-image-size-select-small:before {
  content: "ﱫ";
}

.mdi-import:before {
  content: "\f2fa";
}

.mdi-inbox:before {
  content: "\f686";
}

.mdi-inbox-arrow-down:before {
  content: "\f2fb";
}

.mdi-inbox-arrow-up:before {
  content: "\f3d1";
}

.mdi-inbox-multiple:before {
  content: "\f8af";
}

.mdi-inbox-multiple-outline:before {
  content: "ﮄ";
}

.mdi-incognito:before {
  content: "\f5f9";
}

.mdi-infinity:before {
  content: "\f6e3";
}

.mdi-information:before {
  content: "\f2fc";
}

.mdi-information-outline:before {
  content: "\f2fd";
}

.mdi-information-variant:before {
  content: "\f64e";
}

.mdi-instagram:before {
  content: "\f2fe";
}

.mdi-instapaper:before {
  content: "\f2ff";
}

.mdi-internet-explorer:before {
  content: "\f300";
}

.mdi-invert-colors:before {
  content: "\f301";
}

.mdi-invert-colors-off:before {
  content: "︭";
}

.mdi-ip:before {
  content: "艹";
}

.mdi-ip-network:before {
  content: "著";
}

.mdi-ip-network-outline:before {
  content: "ﱬ";
}

.mdi-ipod:before {
  content: "ﱭ";
}

.mdi-islam:before {
  content: "兩";
}

.mdi-itunes:before {
  content: "\f676";
}

.mdi-jabber:before {
  content: "ﶱ";
}

.mdi-jeepney:before {
  content: "\f302";
}

.mdi-jira:before {
  content: "\f303";
}

.mdi-jquery:before {
  content: "\f87c";
}

.mdi-jsfiddle:before {
  content: "\f304";
}

.mdi-json:before {
  content: "\f626";
}

.mdi-judaism:before {
  content: "凉";
}

.mdi-kabaddi:before {
  content: "ﵣ";
}

.mdi-karate:before {
  content: "\f82b";
}

.mdi-keg:before {
  content: "\f305";
}

.mdi-kettle:before {
  content: "\f5fa";
}

.mdi-key:before {
  content: "\f306";
}

.mdi-key-change:before {
  content: "\f307";
}

.mdi-key-minus:before {
  content: "\f308";
}

.mdi-key-outline:before {
  content: "ﶲ";
}

.mdi-key-plus:before {
  content: "\f309";
}

.mdi-key-remove:before {
  content: "\f30a";
}

.mdi-key-variant:before {
  content: "\f30b";
}

.mdi-keyboard:before {
  content: "\f30c";
}

.mdi-keyboard-backspace:before {
  content: "\f30d";
}

.mdi-keyboard-caps:before {
  content: "\f30e";
}

.mdi-keyboard-close:before {
  content: "\f30f";
}

.mdi-keyboard-off:before {
  content: "\f310";
}

.mdi-keyboard-off-outline:before {
  content: "︮";
}

.mdi-keyboard-outline:before {
  content: "梁";
}

.mdi-keyboard-return:before {
  content: "\f311";
}

.mdi-keyboard-settings:before {
  content: "笠";
}

.mdi-keyboard-settings-outline:before {
  content: "粒";
}

.mdi-keyboard-tab:before {
  content: "\f312";
}

.mdi-keyboard-variant:before {
  content: "\f313";
}

.mdi-kickstarter:before {
  content: "\f744";
}

.mdi-knife:before {
  content: "狀";
}

.mdi-knife-military:before {
  content: "炙";
}

.mdi-kodi:before {
  content: "\f314";
}

.mdi-label:before {
  content: "\f315";
}

.mdi-label-off:before {
  content: "響";
}

.mdi-label-off-outline:before {
  content: "頋";
}

.mdi-label-outline:before {
  content: "\f316";
}

.mdi-label-variant:before {
  content: "頻";
}

.mdi-label-variant-outline:before {
  content: "鬒";
}

.mdi-ladybug:before {
  content: "\f82c";
}

.mdi-lambda:before {
  content: "\f627";
}

.mdi-lamp:before {
  content: "\f6b4";
}

.mdi-lan:before {
  content: "\f317";
}

.mdi-lan-connect:before {
  content: "\f318";
}

.mdi-lan-disconnect:before {
  content: "\f319";
}

.mdi-lan-pending:before {
  content: "\f31a";
}

.mdi-language-c:before {
  content: "\f671";
}

.mdi-language-cpp:before {
  content: "\f672";
}

.mdi-language-csharp:before {
  content: "\f31b";
}

.mdi-language-css3:before {
  content: "\f31c";
}

.mdi-language-go:before {
  content: "\f7d2";
}

.mdi-language-haskell:before {
  content: "ﱮ";
}

.mdi-language-html5:before {
  content: "\f31d";
}

.mdi-language-java:before {
  content: "﬜";
}

.mdi-language-javascript:before {
  content: "\f31e";
}

.mdi-language-lua:before {
  content: "\f8b0";
}

.mdi-language-php:before {
  content: "\f31f";
}

.mdi-language-python:before {
  content: "\f320";
}

.mdi-language-python-text:before {
  content: "\f321";
}

.mdi-language-r:before {
  content: "\f7d3";
}

.mdi-language-ruby-on-rails:before {
  content: "龜";
}

.mdi-language-swift:before {
  content: "\f6e4";
}

.mdi-language-typescript:before {
  content: "\f6e5";
}

.mdi-laptop:before {
  content: "\f322";
}

.mdi-laptop-chromebook:before {
  content: "\f323";
}

.mdi-laptop-mac:before {
  content: "\f324";
}

.mdi-laptop-off:before {
  content: "\f6e6";
}

.mdi-laptop-windows:before {
  content: "\f325";
}

.mdi-laravel:before {
  content: "𢡊";
}

.mdi-lastfm:before {
  content: "\f326";
}

.mdi-lastpass:before {
  content: "\f446";
}

.mdi-launch:before {
  content: "\f327";
}

.mdi-lava-lamp:before {
  content: "\f7d4";
}

.mdi-layers:before {
  content: "\f328";
}

.mdi-layers-minus:before {
  content: "︯";
}

.mdi-layers-off:before {
  content: "\f329";
}

.mdi-layers-off-outline:before {
  content: "識";
}

.mdi-layers-outline:before {
  content: "什";
}

.mdi-layers-plus:before {
  content: "︰";
}

.mdi-layers-remove:before {
  content: "︱";
}

.mdi-lead-pencil:before {
  content: "\f64f";
}

.mdi-leaf:before {
  content: "\f32a";
}

.mdi-leaf-maple:before {
  content: "ﱯ";
}

.mdi-leak:before {
  content: "ﶳ";
}

.mdi-leak-off:before {
  content: "ﶴ";
}

.mdi-led-off:before {
  content: "\f32b";
}

.mdi-led-on:before {
  content: "\f32c";
}

.mdi-led-outline:before {
  content: "\f32d";
}

.mdi-led-strip:before {
  content: "\f7d5";
}

.mdi-led-variant-off:before {
  content: "\f32e";
}

.mdi-led-variant-on:before {
  content: "\f32f";
}

.mdi-led-variant-outline:before {
  content: "\f330";
}

.mdi-less-than:before {
  content: "糧";
}

.mdi-less-than-or-equal:before {
  content: "良";
}

.mdi-library:before {
  content: "\f331";
}

.mdi-library-books:before {
  content: "\f332";
}

.mdi-library-movie:before {
  content: "ﳴ";
}

.mdi-library-music:before {
  content: "\f333";
}

.mdi-library-plus:before {
  content: "\f334";
}

.mdi-library-shelves:before {
  content: "ﮅ";
}

.mdi-library-video:before {
  content: "ﳵ";
}

.mdi-lifebuoy:before {
  content: "\f87d";
}

.mdi-light-switch:before {
  content: "諒";
}

.mdi-lightbulb:before {
  content: "\f335";
}

.mdi-lightbulb-off:before {
  content: "︲";
}

.mdi-lightbulb-off-outline:before {
  content: "︳";
}

.mdi-lightbulb-on:before {
  content: "\f6e7";
}

.mdi-lightbulb-on-outline:before {
  content: "\f6e8";
}

.mdi-lightbulb-outline:before {
  content: "\f336";
}

.mdi-lighthouse:before {
  content: "茶";
}

.mdi-lighthouse-on:before {
  content: "刺";
}

.mdi-link:before {
  content: "\f337";
}

.mdi-link-box:before {
  content: "ﳶ";
}

.mdi-link-box-outline:before {
  content: "ﳷ";
}

.mdi-link-box-variant:before {
  content: "ﳸ";
}

.mdi-link-box-variant-outline:before {
  content: "ﳹ";
}

.mdi-link-off:before {
  content: "\f338";
}

.mdi-link-plus:before {
  content: "ﱰ";
}

.mdi-link-variant:before {
  content: "\f339";
}

.mdi-link-variant-off:before {
  content: "\f33a";
}

.mdi-linkedin:before {
  content: "\f33b";
}

.mdi-linkedin-box:before {
  content: "\f33c";
}

.mdi-linux:before {
  content: "\f33d";
}

.mdi-linux-mint:before {
  content: "\f8ec";
}

.mdi-litecoin:before {
  content: "褐";
}

.mdi-loading:before {
  content: "\f771";
}

.mdi-lock:before {
  content: "\f33e";
}

.mdi-lock-alert:before {
  content: "\f8ed";
}

.mdi-lock-clock:before {
  content: "量";
}

.mdi-lock-open:before {
  content: "\f33f";
}

.mdi-lock-open-outline:before {
  content: "\f340";
}

.mdi-lock-outline:before {
  content: "\f341";
}

.mdi-lock-pattern:before {
  content: "\f6e9";
}

.mdi-lock-plus:before {
  content: "\f5fb";
}

.mdi-lock-question:before {
  content: "\f8ee";
}

.mdi-lock-reset:before {
  content: "\f772";
}

.mdi-lock-smart:before {
  content: "\f8b1";
}

.mdi-locker:before {
  content: "\f7d6";
}

.mdi-locker-multiple:before {
  content: "\f7d7";
}

.mdi-login:before {
  content: "\f342";
}

.mdi-login-variant:before {
  content: "\f5fc";
}

.mdi-logout:before {
  content: "\f343";
}

.mdi-logout-variant:before {
  content: "\f5fd";
}

.mdi-looks:before {
  content: "\f344";
}

.mdi-loop:before {
  content: "\f6ea";
}

.mdi-loupe:before {
  content: "\f345";
}

.mdi-lumx:before {
  content: "\f346";
}

.mdi-lyft:before {
  content: "יִ";
}

.mdi-magnet:before {
  content: "\f347";
}

.mdi-magnet-on:before {
  content: "\f348";
}

.mdi-magnify:before {
  content: "\f349";
}

.mdi-magnify-close:before {
  content: "勵";
}

.mdi-magnify-minus:before {
  content: "\f34a";
}

.mdi-magnify-minus-cursor:before {
  content: "視";
}

.mdi-magnify-minus-outline:before {
  content: "\f6eb";
}

.mdi-magnify-plus:before {
  content: "\f34b";
}

.mdi-magnify-plus-cursor:before {
  content: "謁";
}

.mdi-magnify-plus-outline:before {
  content: "\f6ec";
}

.mdi-mail-ru:before {
  content: "\f34c";
}

.mdi-mailbox:before {
  content: "\f6ed";
}

.mdi-mailbox-open:before {
  content: "ﵤ";
}

.mdi-mailbox-open-outline:before {
  content: "ﵥ";
}

.mdi-mailbox-open-up:before {
  content: "ﵦ";
}

.mdi-mailbox-open-up-outline:before {
  content: "ﵧ";
}

.mdi-mailbox-outline:before {
  content: "ﵨ";
}

.mdi-mailbox-up:before {
  content: "ﵩ";
}

.mdi-mailbox-up-outline:before {
  content: "ﵪ";
}

.mdi-map:before {
  content: "\f34d";
}

.mdi-map-clock:before {
  content: "ﳺ";
}

.mdi-map-clock-outline:before {
  content: "ﳻ";
}

.mdi-map-legend:before {
  content: "切";
}

.mdi-map-marker:before {
  content: "\f34e";
}

.mdi-map-marker-check:before {
  content: "ﱱ";
}

.mdi-map-marker-circle:before {
  content: "\f34f";
}

.mdi-map-marker-distance:before {
  content: "\f8ef";
}

.mdi-map-marker-minus:before {
  content: "\f650";
}

.mdi-map-marker-multiple:before {
  content: "\f350";
}

.mdi-map-marker-off:before {
  content: "\f351";
}

.mdi-map-marker-outline:before {
  content: "\f7d8";
}

.mdi-map-marker-path:before {
  content: "ﳼ";
}

.mdi-map-marker-plus:before {
  content: "\f651";
}

.mdi-map-marker-radius:before {
  content: "\f352";
}

.mdi-map-minus:before {
  content: "呂";
}

.mdi-map-outline:before {
  content: "女";
}

.mdi-map-plus:before {
  content: "廬";
}

.mdi-map-search:before {
  content: "旅";
}

.mdi-map-search-outline:before {
  content: "濾";
}

.mdi-mapbox:before {
  content: "ﮆ";
}

.mdi-margin:before {
  content: "\f353";
}

.mdi-markdown:before {
  content: "\f354";
}

.mdi-marker:before {
  content: "\f652";
}

.mdi-marker-cancel:before {
  content: "ﶵ";
}

.mdi-marker-check:before {
  content: "\f355";
}

.mdi-mastodon:before {
  content: "𢡄";
}

.mdi-mastodon-variant:before {
  content: "𣏕";
}

.mdi-material-design:before {
  content: "礪";
}

.mdi-material-ui:before {
  content: "\f357";
}

.mdi-math-compass:before {
  content: "\f358";
}

.mdi-math-cos:before {
  content: "ﱲ";
}

.mdi-math-sin:before {
  content: "ﱳ";
}

.mdi-math-tan:before {
  content: "ﱴ";
}

.mdi-matrix:before {
  content: "\f628";
}

.mdi-maxcdn:before {
  content: "\f359";
}

.mdi-medal:before {
  content: "閭";
}

.mdi-medical-bag:before {
  content: "\f6ee";
}

.mdi-medium:before {
  content: "\f35a";
}

.mdi-meetup:before {
  content: "㮝";
}

.mdi-memory:before {
  content: "\f35b";
}

.mdi-menu:before {
  content: "\f35c";
}

.mdi-menu-down:before {
  content: "\f35d";
}

.mdi-menu-down-outline:before {
  content: "\f6b5";
}

.mdi-menu-left:before {
  content: "\f35e";
}

.mdi-menu-left-outline:before {
  content: "度";
}

.mdi-menu-open:before {
  content: "ﮇ";
}

.mdi-menu-right:before {
  content: "\f35f";
}

.mdi-menu-right-outline:before {
  content: "拓";
}

.mdi-menu-swap:before {
  content: "謹";
}

.mdi-menu-swap-outline:before {
  content: "賓";
}

.mdi-menu-up:before {
  content: "\f360";
}

.mdi-menu-up-outline:before {
  content: "\f6b6";
}

.mdi-message:before {
  content: "\f361";
}

.mdi-message-alert:before {
  content: "\f362";
}

.mdi-message-alert-outline:before {
  content: "糖";
}

.mdi-message-bulleted:before {
  content: "\f6a1";
}

.mdi-message-bulleted-off:before {
  content: "\f6a2";
}

.mdi-message-draw:before {
  content: "\f363";
}

.mdi-message-image:before {
  content: "\f364";
}

.mdi-message-outline:before {
  content: "\f365";
}

.mdi-message-plus:before {
  content: "\f653";
}

.mdi-message-processing:before {
  content: "\f366";
}

.mdi-message-reply:before {
  content: "\f367";
}

.mdi-message-reply-text:before {
  content: "\f368";
}

.mdi-message-settings:before {
  content: "\f6ef";
}

.mdi-message-settings-variant:before {
  content: "\f6f0";
}

.mdi-message-text:before {
  content: "\f369";
}

.mdi-message-text-outline:before {
  content: "\f36a";
}

.mdi-message-video:before {
  content: "\f36b";
}

.mdi-meteor:before {
  content: "\f629";
}

.mdi-metronome:before {
  content: "\f7d9";
}

.mdi-metronome-tick:before {
  content: "\f7da";
}

.mdi-micro-sd:before {
  content: "\f7db";
}

.mdi-microphone:before {
  content: "\f36c";
}

.mdi-microphone-minus:before {
  content: "\f8b2";
}

.mdi-microphone-off:before {
  content: "\f36d";
}

.mdi-microphone-outline:before {
  content: "\f36e";
}

.mdi-microphone-plus:before {
  content: "\f8b3";
}

.mdi-microphone-settings:before {
  content: "\f36f";
}

.mdi-microphone-variant:before {
  content: "\f370";
}

.mdi-microphone-variant-off:before {
  content: "\f371";
}

.mdi-microscope:before {
  content: "\f654";
}

.mdi-microsoft:before {
  content: "\f372";
}

.mdi-microsoft-dynamics:before {
  content: "驪";
}

.mdi-microwave:before {
  content: "ﱵ";
}

.mdi-midi:before {
  content: "\f8f0";
}

.mdi-midi-port:before {
  content: "\f8f1";
}

.mdi-mine:before {
  content: "ﶶ";
}

.mdi-minecraft:before {
  content: "\f373";
}

.mdi-mini-sd:before {
  content: "宅";
}

.mdi-minidisc:before {
  content: "洞";
}

.mdi-minus:before {
  content: "\f374";
}

.mdi-minus-box:before {
  content: "\f375";
}

.mdi-minus-box-outline:before {
  content: "\f6f1";
}

.mdi-minus-circle:before {
  content: "\f376";
}

.mdi-minus-circle-outline:before {
  content: "\f377";
}

.mdi-minus-network:before {
  content: "\f378";
}

.mdi-minus-network-outline:before {
  content: "ﱶ";
}

.mdi-mixcloud:before {
  content: "\f62a";
}

.mdi-mixed-martial-arts:before {
  content: "ﵫ";
}

.mdi-mixed-reality:before {
  content: "\f87e";
}

.mdi-mixer:before {
  content: "\f7dc";
}

.mdi-molecule:before {
  content: "ﮈ";
}

.mdi-monitor:before {
  content: "\f379";
}

.mdi-monitor-cellphone:before {
  content: "麗";
}

.mdi-monitor-cellphone-star:before {
  content: "黎";
}

.mdi-monitor-dashboard:before {
  content: "暴";
}

.mdi-monitor-lock:before {
  content: "ﶷ";
}

.mdi-monitor-multiple:before {
  content: "\f37a";
}

.mdi-monitor-off:before {
  content: "ﵬ";
}

.mdi-monitor-screenshot:before {
  content: "︴";
}

.mdi-monitor-star:before {
  content: "ﶸ";
}

.mdi-more:before {
  content: "\f37b";
}

.mdi-mother-nurse:before {
  content: "ﳽ";
}

.mdi-motion-sensor:before {
  content: "ﵭ";
}

.mdi-motorbike:before {
  content: "\f37c";
}

.mdi-mouse:before {
  content: "\f37d";
}

.mdi-mouse-bluetooth:before {
  content: "力";
}

.mdi-mouse-off:before {
  content: "\f37e";
}

.mdi-mouse-variant:before {
  content: "\f37f";
}

.mdi-mouse-variant-off:before {
  content: "\f380";
}

.mdi-move-resize:before {
  content: "\f655";
}

.mdi-move-resize-variant:before {
  content: "\f656";
}

.mdi-movie:before {
  content: "\f381";
}

.mdi-movie-outline:before {
  content: "ﶹ";
}

.mdi-movie-roll:before {
  content: "\f7dd";
}

.mdi-muffin:before {
  content: "曆";
}

.mdi-multiplication:before {
  content: "\f382";
}

.mdi-multiplication-box:before {
  content: "\f383";
}

.mdi-mushroom:before {
  content: "\f7de";
}

.mdi-mushroom-outline:before {
  content: "\f7df";
}

.mdi-music:before {
  content: "\f759";
}

.mdi-music-box:before {
  content: "\f384";
}

.mdi-music-box-outline:before {
  content: "\f385";
}

.mdi-music-circle:before {
  content: "\f386";
}

.mdi-music-circle-outline:before {
  content: "䀘";
}

.mdi-music-note:before {
  content: "\f387";
}

.mdi-music-note-bluetooth:before {
  content: "\f5fe";
}

.mdi-music-note-bluetooth-off:before {
  content: "\f5ff";
}

.mdi-music-note-eighth:before {
  content: "\f388";
}

.mdi-music-note-half:before {
  content: "\f389";
}

.mdi-music-note-off:before {
  content: "\f38a";
}

.mdi-music-note-plus:before {
  content: "ﶺ";
}

.mdi-music-note-quarter:before {
  content: "\f38b";
}

.mdi-music-note-sixteenth:before {
  content: "\f38c";
}

.mdi-music-note-whole:before {
  content: "\f38d";
}

.mdi-music-off:before {
  content: "\f75a";
}

.mdi-nail:before {
  content: "ﶻ";
}

.mdi-nas:before {
  content: "\f8f2";
}

.mdi-nativescript:before {
  content: "\f87f";
}

.mdi-nature:before {
  content: "\f38e";
}

.mdi-nature-people:before {
  content: "\f38f";
}

.mdi-navigation:before {
  content: "\f390";
}

.mdi-near-me:before {
  content: "\f5cd";
}

.mdi-needle:before {
  content: "\f391";
}

.mdi-netflix:before {
  content: "\f745";
}

.mdi-network:before {
  content: "\f6f2";
}

.mdi-network-off:before {
  content: "ﱷ";
}

.mdi-network-off-outline:before {
  content: "ﱸ";
}

.mdi-network-outline:before {
  content: "ﱹ";
}

.mdi-network-strength-1:before {
  content: "\f8f3";
}

.mdi-network-strength-1-alert:before {
  content: "\f8f4";
}

.mdi-network-strength-2:before {
  content: "\f8f5";
}

.mdi-network-strength-2-alert:before {
  content: "\f8f6";
}

.mdi-network-strength-3:before {
  content: "\f8f7";
}

.mdi-network-strength-3-alert:before {
  content: "\f8f8";
}

.mdi-network-strength-4:before {
  content: "\f8f9";
}

.mdi-network-strength-4-alert:before {
  content: "\f8fa";
}

.mdi-network-strength-off:before {
  content: "\f8fb";
}

.mdi-network-strength-off-outline:before {
  content: "\f8fc";
}

.mdi-network-strength-outline:before {
  content: "\f8fd";
}

.mdi-new-box:before {
  content: "\f394";
}

.mdi-newspaper:before {
  content: "\f395";
}

.mdi-nfc:before {
  content: "\f396";
}

.mdi-nfc-off:before {
  content: "︵";
}

.mdi-nfc-search-variant:before {
  content: "︶";
}

.mdi-nfc-tap:before {
  content: "\f397";
}

.mdi-nfc-variant:before {
  content: "\f398";
}

.mdi-nfc-variant-off:before {
  content: "︷";
}

.mdi-ninja:before {
  content: "\f773";
}

.mdi-nintendo-switch:before {
  content: "\f7e0";
}

.mdi-nodejs:before {
  content: "\f399";
}

.mdi-not-equal:before {
  content: "歷";
}

.mdi-not-equal-variant:before {
  content: "轢";
}

.mdi-note:before {
  content: "\f39a";
}

.mdi-note-multiple:before {
  content: "\f6b7";
}

.mdi-note-multiple-outline:before {
  content: "\f6b8";
}

.mdi-note-outline:before {
  content: "\f39b";
}

.mdi-note-plus:before {
  content: "\f39c";
}

.mdi-note-plus-outline:before {
  content: "\f39d";
}

.mdi-note-text:before {
  content: "\f39e";
}

.mdi-notebook:before {
  content: "\f82d";
}

.mdi-notebook-multiple:before {
  content: "︸";
}

.mdi-notification-clear-all:before {
  content: "\f39f";
}

.mdi-npm:before {
  content: "\f6f6";
}

.mdi-npm-variant:before {
  content: "年";
}

.mdi-npm-variant-outline:before {
  content: "憐";
}

.mdi-nuke:before {
  content: "\f6a3";
}

.mdi-null:before {
  content: "\f7e1";
}

.mdi-numeric:before {
  content: "\f3a0";
}

.mdi-numeric-0:before {
  content: "0";
}

.mdi-numeric-0-box:before {
  content: "\f3a1";
}

.mdi-numeric-0-box-multiple-outline:before {
  content: "\f3a2";
}

.mdi-numeric-0-box-outline:before {
  content: "\f3a3";
}

.mdi-numeric-0-circle:before {
  content: "ﱺ";
}

.mdi-numeric-0-circle-outline:before {
  content: "ﱻ";
}

.mdi-numeric-1:before {
  content: "1";
}

.mdi-numeric-1-box:before {
  content: "\f3a4";
}

.mdi-numeric-1-box-multiple-outline:before {
  content: "\f3a5";
}

.mdi-numeric-1-box-outline:before {
  content: "\f3a6";
}

.mdi-numeric-1-circle:before {
  content: "ﱼ";
}

.mdi-numeric-1-circle-outline:before {
  content: "ﱽ";
}

.mdi-numeric-2:before {
  content: "2";
}

.mdi-numeric-2-box:before {
  content: "\f3a7";
}

.mdi-numeric-2-box-multiple-outline:before {
  content: "\f3a8";
}

.mdi-numeric-2-box-outline:before {
  content: "\f3a9";
}

.mdi-numeric-2-circle:before {
  content: "ﱾ";
}

.mdi-numeric-2-circle-outline:before {
  content: "ﱿ";
}

.mdi-numeric-3:before {
  content: "3";
}

.mdi-numeric-3-box:before {
  content: "\f3aa";
}

.mdi-numeric-3-box-multiple-outline:before {
  content: "\f3ab";
}

.mdi-numeric-3-box-outline:before {
  content: "\f3ac";
}

.mdi-numeric-3-circle:before {
  content: "ﲀ";
}

.mdi-numeric-3-circle-outline:before {
  content: "ﲁ";
}

.mdi-numeric-4:before {
  content: "4";
}

.mdi-numeric-4-box:before {
  content: "\f3ad";
}

.mdi-numeric-4-box-multiple-outline:before {
  content: "\f3ae";
}

.mdi-numeric-4-box-outline:before {
  content: "\f3af";
}

.mdi-numeric-4-circle:before {
  content: "ﲂ";
}

.mdi-numeric-4-circle-outline:before {
  content: "ﲃ";
}

.mdi-numeric-5:before {
  content: "5";
}

.mdi-numeric-5-box:before {
  content: "\f3b0";
}

.mdi-numeric-5-box-multiple-outline:before {
  content: "\f3b1";
}

.mdi-numeric-5-box-outline:before {
  content: "\f3b2";
}

.mdi-numeric-5-circle:before {
  content: "ﲄ";
}

.mdi-numeric-5-circle-outline:before {
  content: "ﲅ";
}

.mdi-numeric-6:before {
  content: "6";
}

.mdi-numeric-6-box:before {
  content: "\f3b3";
}

.mdi-numeric-6-box-multiple-outline:before {
  content: "\f3b4";
}

.mdi-numeric-6-box-outline:before {
  content: "\f3b5";
}

.mdi-numeric-6-circle:before {
  content: "ﲆ";
}

.mdi-numeric-6-circle-outline:before {
  content: "ﲇ";
}

.mdi-numeric-7:before {
  content: "7";
}

.mdi-numeric-7-box:before {
  content: "\f3b6";
}

.mdi-numeric-7-box-multiple-outline:before {
  content: "\f3b7";
}

.mdi-numeric-7-box-outline:before {
  content: "\f3b8";
}

.mdi-numeric-7-circle:before {
  content: "ﲈ";
}

.mdi-numeric-7-circle-outline:before {
  content: "ﲉ";
}

.mdi-numeric-8:before {
  content: "8";
}

.mdi-numeric-8-box:before {
  content: "\f3b9";
}

.mdi-numeric-8-box-multiple-outline:before {
  content: "\f3ba";
}

.mdi-numeric-8-box-outline:before {
  content: "\f3bb";
}

.mdi-numeric-8-circle:before {
  content: "ﲊ";
}

.mdi-numeric-8-circle-outline:before {
  content: "ﲋ";
}

.mdi-numeric-9:before {
  content: "9";
}

.mdi-numeric-9-box:before {
  content: "\f3bc";
}

.mdi-numeric-9-box-multiple-outline:before {
  content: "\f3bd";
}

.mdi-numeric-9-box-outline:before {
  content: "\f3be";
}

.mdi-numeric-9-circle:before {
  content: "ﲌ";
}

.mdi-numeric-9-circle-outline:before {
  content: "ﲍ";
}

.mdi-numeric-9-plus-box:before {
  content: "\f3bf";
}

.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\f3c0";
}

.mdi-numeric-9-plus-box-outline:before {
  content: "\f3c1";
}

.mdi-numeric-9-plus-circle:before {
  content: "ﲎ";
}

.mdi-numeric-9-plus-circle-outline:before {
  content: "ﲏ";
}

.mdi-nut:before {
  content: "\f6f7";
}

.mdi-nutrition:before {
  content: "\f3c2";
}

.mdi-oar:before {
  content: "\f67b";
}

.mdi-ocarina:before {
  content: "ﶼ";
}

.mdi-octagon:before {
  content: "\f3c3";
}

.mdi-octagon-outline:before {
  content: "\f3c4";
}

.mdi-octagram:before {
  content: "\f6f8";
}

.mdi-octagram-outline:before {
  content: "\f774";
}

.mdi-odnoklassniki:before {
  content: "\f3c5";
}

.mdi-office:before {
  content: "\f3c6";
}

.mdi-office-building:before {
  content: "戀";
}

.mdi-oil:before {
  content: "\f3c7";
}

.mdi-oil-temperature:before {
  content: "\f3c8";
}

.mdi-omega:before {
  content: "\f3c9";
}

.mdi-one-up:before {
  content: "ﮉ";
}

.mdi-onedrive:before {
  content: "\f3ca";
}

.mdi-onenote:before {
  content: "\f746";
}

.mdi-onepassword:before {
  content: "\f880";
}

.mdi-opacity:before {
  content: "\f5cc";
}

.mdi-open-in-app:before {
  content: "\f3cb";
}

.mdi-open-in-new:before {
  content: "\f3cc";
}

.mdi-open-source-initiative:before {
  content: "ﮊ";
}

.mdi-openid:before {
  content: "\f3cd";
}

.mdi-opera:before {
  content: "\f3ce";
}

.mdi-orbit:before {
  content: "\f018";
}

.mdi-origin:before {
  content: "שׂ";
}

.mdi-ornament:before {
  content: "\f3cf";
}

.mdi-ornament-variant:before {
  content: "\f3d0";
}

.mdi-outlook:before {
  content: "ﳾ";
}

.mdi-owl:before {
  content: "\f3d2";
}

.mdi-pac-man:before {
  content: "ﮋ";
}

.mdi-package:before {
  content: "\f3d3";
}

.mdi-package-down:before {
  content: "\f3d4";
}

.mdi-package-up:before {
  content: "\f3d5";
}

.mdi-package-variant:before {
  content: "\f3d6";
}

.mdi-package-variant-closed:before {
  content: "\f3d7";
}

.mdi-page-first:before {
  content: "\f600";
}

.mdi-page-last:before {
  content: "\f601";
}

.mdi-page-layout-body:before {
  content: "\f6f9";
}

.mdi-page-layout-footer:before {
  content: "\f6fa";
}

.mdi-page-layout-header:before {
  content: "\f6fb";
}

.mdi-page-layout-sidebar-left:before {
  content: "\f6fc";
}

.mdi-page-layout-sidebar-right:before {
  content: "\f6fd";
}

.mdi-page-next:before {
  content: "ﮌ";
}

.mdi-page-next-outline:before {
  content: "ﮍ";
}

.mdi-page-previous:before {
  content: "ﮎ";
}

.mdi-page-previous-outline:before {
  content: "ﮏ";
}

.mdi-palette:before {
  content: "\f3d8";
}

.mdi-palette-advanced:before {
  content: "\f3d9";
}

.mdi-palette-outline:before {
  content: "﹬";
}

.mdi-palette-swatch:before {
  content: "\f8b4";
}

.mdi-pan:before {
  content: "ﮐ";
}

.mdi-pan-bottom-left:before {
  content: "ﮑ";
}

.mdi-pan-bottom-right:before {
  content: "ﮒ";
}

.mdi-pan-down:before {
  content: "ﮓ";
}

.mdi-pan-horizontal:before {
  content: "ﮔ";
}

.mdi-pan-left:before {
  content: "ﮕ";
}

.mdi-pan-right:before {
  content: "ﮖ";
}

.mdi-pan-top-left:before {
  content: "ﮗ";
}

.mdi-pan-top-right:before {
  content: "ﮘ";
}

.mdi-pan-up:before {
  content: "ﮙ";
}

.mdi-pan-vertical:before {
  content: "ﮚ";
}

.mdi-panda:before {
  content: "\f3da";
}

.mdi-pandora:before {
  content: "\f3db";
}

.mdi-panorama:before {
  content: "\f3dc";
}

.mdi-panorama-fisheye:before {
  content: "\f3dd";
}

.mdi-panorama-horizontal:before {
  content: "\f3de";
}

.mdi-panorama-vertical:before {
  content: "\f3df";
}

.mdi-panorama-wide-angle:before {
  content: "\f3e0";
}

.mdi-paper-cut-vertical:before {
  content: "\f3e1";
}

.mdi-paperclip:before {
  content: "\f3e2";
}

.mdi-parachute:before {
  content: "ﲐ";
}

.mdi-parachute-outline:before {
  content: "ﲑ";
}

.mdi-parking:before {
  content: "\f3e3";
}

.mdi-passport:before {
  content: "\f7e2";
}

.mdi-passport-biometric:before {
  content: "ﶽ";
}

.mdi-patreon:before {
  content: "\f881";
}

.mdi-pause:before {
  content: "\f3e4";
}

.mdi-pause-circle:before {
  content: "\f3e5";
}

.mdi-pause-circle-outline:before {
  content: "\f3e6";
}

.mdi-pause-octagon:before {
  content: "\f3e7";
}

.mdi-pause-octagon-outline:before {
  content: "\f3e8";
}

.mdi-paw:before {
  content: "\f3e9";
}

.mdi-paw-off:before {
  content: "\f657";
}

.mdi-paypal:before {
  content: "\f882";
}

.mdi-pdf-box:before {
  content: "︹";
}

.mdi-peace:before {
  content: "\f883";
}

.mdi-pen:before {
  content: "\f3ea";
}

.mdi-pen-lock:before {
  content: "ﶾ";
}

.mdi-pen-minus:before {
  content: "ﶿ";
}

.mdi-pen-off:before {
  content: "ﷀ";
}

.mdi-pen-plus:before {
  content: "ﷁ";
}

.mdi-pen-remove:before {
  content: "ﷂ";
}

.mdi-pencil:before {
  content: "\f3eb";
}

.mdi-pencil-box:before {
  content: "\f3ec";
}

.mdi-pencil-box-outline:before {
  content: "\f3ed";
}

.mdi-pencil-circle:before {
  content: "\f6fe";
}

.mdi-pencil-circle-outline:before {
  content: "\f775";
}

.mdi-pencil-lock:before {
  content: "\f3ee";
}

.mdi-pencil-lock-outline:before {
  content: "ﷃ";
}

.mdi-pencil-minus:before {
  content: "ﷄ";
}

.mdi-pencil-minus-outline:before {
  content: "ﷅ";
}

.mdi-pencil-off:before {
  content: "\f3ef";
}

.mdi-pencil-off-outline:before {
  content: "ﷆ";
}

.mdi-pencil-outline:before {
  content: "ﲒ";
}

.mdi-pencil-plus:before {
  content: "ﷇ";
}

.mdi-pencil-plus-outline:before {
  content: "﷈";
}

.mdi-pencil-remove:before {
  content: "﷉";
}

.mdi-pencil-remove-outline:before {
  content: "﷊";
}

.mdi-pentagon:before {
  content: "\f6ff";
}

.mdi-pentagon-outline:before {
  content: "\f700";
}

.mdi-percent:before {
  content: "\f3f0";
}

.mdi-periodic-table:before {
  content: "\f8b5";
}

.mdi-periodic-table-co2:before {
  content: "\f7e3";
}

.mdi-periscope:before {
  content: "\f747";
}

.mdi-perspective-less:before {
  content: "ﳿ";
}

.mdi-perspective-more:before {
  content: "ﴀ";
}

.mdi-pharmacy:before {
  content: "\f3f1";
}

.mdi-phone:before {
  content: "\f3f2";
}

.mdi-phone-bluetooth:before {
  content: "\f3f3";
}

.mdi-phone-classic:before {
  content: "\f602";
}

.mdi-phone-forward:before {
  content: "\f3f4";
}

.mdi-phone-hangup:before {
  content: "\f3f5";
}

.mdi-phone-in-talk:before {
  content: "\f3f6";
}

.mdi-phone-incoming:before {
  content: "\f3f7";
}

.mdi-phone-lock:before {
  content: "\f3f8";
}

.mdi-phone-log:before {
  content: "\f3f9";
}

.mdi-phone-minus:before {
  content: "\f658";
}

.mdi-phone-missed:before {
  content: "\f3fa";
}

.mdi-phone-off:before {
  content: "﷋";
}

.mdi-phone-outgoing:before {
  content: "\f3fb";
}

.mdi-phone-outline:before {
  content: "﷌";
}

.mdi-phone-paused:before {
  content: "\f3fc";
}

.mdi-phone-plus:before {
  content: "\f659";
}

.mdi-phone-return:before {
  content: "\f82e";
}

.mdi-phone-rotate-landscape:before {
  content: "\f884";
}

.mdi-phone-rotate-portrait:before {
  content: "\f885";
}

.mdi-phone-settings:before {
  content: "\f3fd";
}

.mdi-phone-voip:before {
  content: "\f3fe";
}

.mdi-pi:before {
  content: "\f3ff";
}

.mdi-pi-box:before {
  content: "\f400";
}

.mdi-pi-hole:before {
  content: "﷍";
}

.mdi-piano:before {
  content: "\f67c";
}

.mdi-pickaxe:before {
  content: "\f8b6";
}

.mdi-picture-in-picture-bottom-right:before {
  content: "︺";
}

.mdi-picture-in-picture-bottom-right-outline:before {
  content: "︻";
}

.mdi-picture-in-picture-top-right:before {
  content: "︼";
}

.mdi-picture-in-picture-top-right-outline:before {
  content: "︽";
}

.mdi-pier:before {
  content: "\f886";
}

.mdi-pier-crane:before {
  content: "\f887";
}

.mdi-pig:before {
  content: "\f401";
}

.mdi-pill:before {
  content: "\f402";
}

.mdi-pillar:before {
  content: "\f701";
}

.mdi-pin:before {
  content: "\f403";
}

.mdi-pin-off:before {
  content: "\f404";
}

.mdi-pin-off-outline:before {
  content: "勞";
}

.mdi-pin-outline:before {
  content: "擄";
}

.mdi-pine-tree:before {
  content: "\f405";
}

.mdi-pine-tree-box:before {
  content: "\f406";
}

.mdi-pinterest:before {
  content: "\f407";
}

.mdi-pinterest-box:before {
  content: "\f408";
}

.mdi-pinwheel:before {
  content: "䀹";
}

.mdi-pinwheel-outline:before {
  content: "𥉉";
}

.mdi-pipe:before {
  content: "\f7e4";
}

.mdi-pipe-disconnected:before {
  content: "\f7e5";
}

.mdi-pipe-leak:before {
  content: "\f888";
}

.mdi-pirate:before {
  content: "輻";
}

.mdi-pistol:before {
  content: "\f702";
}

.mdi-piston:before {
  content: "\f889";
}

.mdi-pizza:before {
  content: "\f409";
}

.mdi-play:before {
  content: "\f40a";
}

.mdi-play-box-outline:before {
  content: "\f40b";
}

.mdi-play-circle:before {
  content: "\f40c";
}

.mdi-play-circle-outline:before {
  content: "\f40d";
}

.mdi-play-network:before {
  content: "\f88a";
}

.mdi-play-network-outline:before {
  content: "ﲓ";
}

.mdi-play-pause:before {
  content: "\f40e";
}

.mdi-play-protected-content:before {
  content: "\f40f";
}

.mdi-play-speed:before {
  content: "\f8fe";
}

.mdi-playlist-check:before {
  content: "\f5c7";
}

.mdi-playlist-edit:before {
  content: "\f8ff";
}

.mdi-playlist-minus:before {
  content: "\f410";
}

.mdi-playlist-music:before {
  content: "ﲔ";
}

.mdi-playlist-music-outline:before {
  content: "ﲕ";
}

.mdi-playlist-play:before {
  content: "\f411";
}

.mdi-playlist-plus:before {
  content: "\f412";
}

.mdi-playlist-remove:before {
  content: "\f413";
}

.mdi-playlist-star:before {
  content: "﷎";
}

.mdi-playstation:before {
  content: "\f414";
}

.mdi-plex:before {
  content: "\f6b9";
}

.mdi-plus:before {
  content: "\f415";
}

.mdi-plus-box:before {
  content: "\f416";
}

.mdi-plus-box-outline:before {
  content: "\f703";
}

.mdi-plus-circle:before {
  content: "\f417";
}

.mdi-plus-circle-multiple-outline:before {
  content: "\f418";
}

.mdi-plus-circle-outline:before {
  content: "\f419";
}

.mdi-plus-minus:before {
  content: "撚";
}

.mdi-plus-minus-box:before {
  content: "漣";
}

.mdi-plus-network:before {
  content: "\f41a";
}

.mdi-plus-network-outline:before {
  content: "ﲖ";
}

.mdi-plus-one:before {
  content: "\f41b";
}

.mdi-plus-outline:before {
  content: "\f704";
}

.mdi-pocket:before {
  content: "\f41c";
}

.mdi-podcast:before {
  content: "煉";
}

.mdi-podium:before {
  content: "ﴁ";
}

.mdi-podium-bronze:before {
  content: "ﴂ";
}

.mdi-podium-gold:before {
  content: "ﴃ";
}

.mdi-podium-silver:before {
  content: "ﴄ";
}

.mdi-point-of-sale:before {
  content: "ﵮ";
}

.mdi-pokeball:before {
  content: "\f41d";
}

.mdi-pokemon-go:before {
  content: "行";
}

.mdi-poker-chip:before {
  content: "\f82f";
}

.mdi-polaroid:before {
  content: "\f41e";
}

.mdi-poll:before {
  content: "\f41f";
}

.mdi-poll-box:before {
  content: "\f420";
}

.mdi-polymer:before {
  content: "\f421";
}

.mdi-pool:before {
  content: "\f606";
}

.mdi-popcorn:before {
  content: "\f422";
}

.mdi-postage-stamp:before {
  content: "ﲗ";
}

.mdi-pot:before {
  content: "\f65a";
}

.mdi-pot-mix:before {
  content: "\f65b";
}

.mdi-pound:before {
  content: "\f423";
}

.mdi-pound-box:before {
  content: "\f424";
}

.mdi-power:before {
  content: "\f425";
}

.mdi-power-cycle:before {
  content: "豈";
}

.mdi-power-off:before {
  content: "更";
}

.mdi-power-on:before {
  content: "車";
}

.mdi-power-plug:before {
  content: "\f6a4";
}

.mdi-power-plug-off:before {
  content: "\f6a5";
}

.mdi-power-settings:before {
  content: "\f426";
}

.mdi-power-sleep:before {
  content: "賈";
}

.mdi-power-socket:before {
  content: "\f427";
}

.mdi-power-socket-au:before {
  content: "滑";
}

.mdi-power-socket-eu:before {
  content: "\f7e6";
}

.mdi-power-socket-uk:before {
  content: "\f7e7";
}

.mdi-power-socket-us:before {
  content: "\f7e8";
}

.mdi-power-standby:before {
  content: "串";
}

.mdi-powershell:before {
  content: "降";
}

.mdi-prescription:before {
  content: "\f705";
}

.mdi-presentation:before {
  content: "\f428";
}

.mdi-presentation-play:before {
  content: "\f429";
}

.mdi-printer:before {
  content: "\f42a";
}

.mdi-printer-3d:before {
  content: "\f42b";
}

.mdi-printer-3d-nozzle:before {
  content: "︾";
}

.mdi-printer-3d-nozzle-outline:before {
  content: "︿";
}

.mdi-printer-alert:before {
  content: "\f42c";
}

.mdi-printer-off:before {
  content: "﹀";
}

.mdi-printer-settings:before {
  content: "\f706";
}

.mdi-printer-wireless:before {
  content: "見";
}

.mdi-priority-high:before {
  content: "\f603";
}

.mdi-priority-low:before {
  content: "\f604";
}

.mdi-professional-hexagon:before {
  content: "\f42d";
}

.mdi-progress-alert:before {
  content: "ﲘ";
}

.mdi-progress-check:before {
  content: "璉";
}

.mdi-progress-clock:before {
  content: "秊";
}

.mdi-progress-download:before {
  content: "練";
}

.mdi-progress-upload:before {
  content: "聯";
}

.mdi-progress-wrench:before {
  content: "ﲙ";
}

.mdi-projector:before {
  content: "\f42e";
}

.mdi-projector-screen:before {
  content: "\f42f";
}

.mdi-publish:before {
  content: "\f6a6";
}

.mdi-pulse:before {
  content: "\f430";
}

.mdi-pumpkin:before {
  content: "ﮛ";
}

.mdi-puzzle:before {
  content: "\f431";
}

.mdi-puzzle-outline:before {
  content: "贈";
}

.mdi-qi:before {
  content: "輦";
}

.mdi-qqchat:before {
  content: "\f605";
}

.mdi-qrcode:before {
  content: "\f432";
}

.mdi-qrcode-edit:before {
  content: "\f8b7";
}

.mdi-qrcode-scan:before {
  content: "\f433";
}

.mdi-quadcopter:before {
  content: "\f434";
}

.mdi-quality-high:before {
  content: "\f435";
}

.mdi-quality-low:before {
  content: "廓";
}

.mdi-quality-medium:before {
  content: "兀";
}

.mdi-quicktime:before {
  content: "\f436";
}

.mdi-quora:before {
  content: "ﴅ";
}

.mdi-rabbit:before {
  content: "句";
}

.mdi-racing-helmet:before {
  content: "ﵯ";
}

.mdi-racquetball:before {
  content: "ﵰ";
}

.mdi-radar:before {
  content: "\f437";
}

.mdi-radiator:before {
  content: "\f438";
}

.mdi-radiator-disabled:before {
  content: "𥳐";
}

.mdi-radiator-off:before {
  content: "𧻓";
}

.mdi-radio:before {
  content: "\f439";
}

.mdi-radio-am:before {
  content: "ﲚ";
}

.mdi-radio-fm:before {
  content: "ﲛ";
}

.mdi-radio-handheld:before {
  content: "\f43a";
}

.mdi-radio-tower:before {
  content: "\f43b";
}

.mdi-radioactive:before {
  content: "\f43c";
}

.mdi-radiobox-blank:before {
  content: "\f43d";
}

.mdi-radiobox-marked:before {
  content: "\f43e";
}

.mdi-radius:before {
  content: "ﲜ";
}

.mdi-radius-outline:before {
  content: "ﲝ";
}

.mdi-raspberry-pi:before {
  content: "\f43f";
}

.mdi-ray-end:before {
  content: "\f440";
}

.mdi-ray-end-arrow:before {
  content: "\f441";
}

.mdi-ray-start:before {
  content: "\f442";
}

.mdi-ray-start-arrow:before {
  content: "\f443";
}

.mdi-ray-start-end:before {
  content: "\f444";
}

.mdi-ray-vertex:before {
  content: "\f445";
}

.mdi-react:before {
  content: "\f707";
}

.mdi-read:before {
  content: "\f447";
}

.mdi-receipt:before {
  content: "\f449";
}

.mdi-record:before {
  content: "\f44a";
}

.mdi-record-player:before {
  content: "蓮";
}

.mdi-record-rec:before {
  content: "\f44b";
}

.mdi-rectangle:before {
  content: "﹁";
}

.mdi-rectangle-outline:before {
  content: "﹂";
}

.mdi-recycle:before {
  content: "\f44c";
}

.mdi-reddit:before {
  content: "\f44d";
}

.mdi-redo:before {
  content: "\f44e";
}

.mdi-redo-variant:before {
  content: "\f44f";
}

.mdi-reflect-horizontal:before {
  content: "嗀";
}

.mdi-reflect-vertical:before {
  content: "﨎";
}

.mdi-refresh:before {
  content: "\f450";
}

.mdi-regex:before {
  content: "\f451";
}

.mdi-registered-trademark:before {
  content: "辶";
}

.mdi-relative-scale:before {
  content: "\f452";
}

.mdi-reload:before {
  content: "\f453";
}

.mdi-reminder:before {
  content: "\f88b";
}

.mdi-remote:before {
  content: "\f454";
}

.mdi-remote-desktop:before {
  content: "\f8b8";
}

.mdi-rename-box:before {
  content: "\f455";
}

.mdi-reorder-horizontal:before {
  content: "\f687";
}

.mdi-reorder-vertical:before {
  content: "\f688";
}

.mdi-repeat:before {
  content: "\f456";
}

.mdi-repeat-off:before {
  content: "\f457";
}

.mdi-repeat-once:before {
  content: "\f458";
}

.mdi-replay:before {
  content: "\f459";
}

.mdi-reply:before {
  content: "\f45a";
}

.mdi-reply-all:before {
  content: "\f45b";
}

.mdi-reproduction:before {
  content: "\f45c";
}

.mdi-resistor:before {
  content: "ײַ";
}

.mdi-resistor-nodes:before {
  content: "ﬠ";
}

.mdi-resize:before {
  content: "逸";
}

.mdi-resize-bottom-right:before {
  content: "\f45d";
}

.mdi-responsive:before {
  content: "\f45e";
}

.mdi-restart:before {
  content: "\f708";
}

.mdi-restart-off:before {
  content: "ﵱ";
}

.mdi-restore:before {
  content: "連";
}

.mdi-restore-clock:before {
  content: "\f6a7";
}

.mdi-rewind:before {
  content: "\f45f";
}

.mdi-rewind-10:before {
  content: "ﴆ";
}

.mdi-rewind-30:before {
  content: "ﵲ";
}

.mdi-rewind-outline:before {
  content: "\f709";
}

.mdi-rhombus:before {
  content: "\f70a";
}

.mdi-rhombus-medium:before {
  content: "﨏";
}

.mdi-rhombus-outline:before {
  content: "\f70b";
}

.mdi-rhombus-split:before {
  content: "塚";
}

.mdi-ribbon:before {
  content: "\f460";
}

.mdi-rice:before {
  content: "\f7e9";
}

.mdi-ring:before {
  content: "\f7ea";
}

.mdi-rivet:before {
  content: "﹃";
}

.mdi-road:before {
  content: "\f461";
}

.mdi-road-variant:before {
  content: "\f462";
}

.mdi-robot:before {
  content: "\f6a8";
}

.mdi-robot-industrial:before {
  content: "ﬡ";
}

.mdi-robot-vacuum:before {
  content: "\f70c";
}

.mdi-robot-vacuum-variant:before {
  content: "龜";
}

.mdi-rocket:before {
  content: "\f463";
}

.mdi-roller-skate:before {
  content: "ﴇ";
}

.mdi-rollerblade:before {
  content: "ﴈ";
}

.mdi-rollupjs:before {
  content: "ﮜ";
}

.mdi-room-service:before {
  content: "\f88c";
}

.mdi-room-service-outline:before {
  content: "ﵳ";
}

.mdi-rotate-3d:before {
  content: "\f464";
}

.mdi-rotate-left:before {
  content: "\f465";
}

.mdi-rotate-left-variant:before {
  content: "\f466";
}

.mdi-rotate-orbit:before {
  content: "ﵴ";
}

.mdi-rotate-right:before {
  content: "\f467";
}

.mdi-rotate-right-variant:before {
  content: "\f468";
}

.mdi-rounded-corner:before {
  content: "\f607";
}

.mdi-router-wireless:before {
  content: "\f469";
}

.mdi-router-wireless-settings:before {
  content: "難";
}

.mdi-routes:before {
  content: "\f46a";
}

.mdi-rowing:before {
  content: "\f608";
}

.mdi-rss:before {
  content: "\f46b";
}

.mdi-rss-box:before {
  content: "\f46c";
}

.mdi-ruby:before {
  content: "ﴉ";
}

.mdi-rugby:before {
  content: "ﵵ";
}

.mdi-ruler:before {
  content: "\f46d";
}

.mdi-ruler-square:before {
  content: "ﲞ";
}

.mdi-run:before {
  content: "\f70d";
}

.mdi-run-fast:before {
  content: "\f46e";
}

.mdi-sack:before {
  content: "ﴊ";
}

.mdi-sack-percent:before {
  content: "ﴋ";
}

.mdi-safe:before {
  content: "響";
}

.mdi-safety-goggles:before {
  content: "ﴌ";
}

.mdi-sale:before {
  content: "\f46f";
}

.mdi-salesforce:before {
  content: "\f88d";
}

.mdi-sass:before {
  content: "\f7eb";
}

.mdi-satellite:before {
  content: "\f470";
}

.mdi-satellite-uplink:before {
  content: "龜";
}

.mdi-satellite-variant:before {
  content: "\f471";
}

.mdi-sausage:before {
  content: "\f8b9";
}

.mdi-saw-blade:before {
  content: "﹄";
}

.mdi-saxophone:before {
  content: "\f609";
}

.mdi-scale:before {
  content: "\f472";
}

.mdi-scale-balance:before {
  content: "\f5d1";
}

.mdi-scale-bathroom:before {
  content: "\f473";
}

.mdi-scanner:before {
  content: "\f6aa";
}

.mdi-scanner-off:before {
  content: "契";
}

.mdi-school:before {
  content: "\f474";
}

.mdi-scissors-cutting:before {
  content: "頻";
}

.mdi-screen-rotation:before {
  content: "\f475";
}

.mdi-screen-rotation-lock:before {
  content: "\f476";
}

.mdi-screw-flat-top:before {
  content: "﷏";
}

.mdi-screw-lag:before {
  content: "﹔";
}

.mdi-screw-machine-flat-top:before {
  content: "﹕";
}

.mdi-screw-machine-round-top:before {
  content: "﹖";
}

.mdi-screw-round-top:before {
  content: "﹗";
}

.mdi-screwdriver:before {
  content: "\f477";
}

.mdi-script:before {
  content: "ﮝ";
}

.mdi-script-outline:before {
  content: "\f478";
}

.mdi-script-text:before {
  content: "ﮞ";
}

.mdi-script-text-outline:before {
  content: "ﮟ";
}

.mdi-sd:before {
  content: "\f479";
}

.mdi-seal:before {
  content: "\f47a";
}

.mdi-search-web:before {
  content: "\f70e";
}

.mdi-seat:before {
  content: "ﲟ";
}

.mdi-seat-flat:before {
  content: "\f47b";
}

.mdi-seat-flat-angled:before {
  content: "\f47c";
}

.mdi-seat-individual-suite:before {
  content: "\f47d";
}

.mdi-seat-legroom-extra:before {
  content: "\f47e";
}

.mdi-seat-legroom-normal:before {
  content: "\f47f";
}

.mdi-seat-legroom-reduced:before {
  content: "\f480";
}

.mdi-seat-outline:before {
  content: "ﲠ";
}

.mdi-seat-recline-extra:before {
  content: "\f481";
}

.mdi-seat-recline-normal:before {
  content: "\f482";
}

.mdi-seatbelt:before {
  content: "ﲡ";
}

.mdi-security:before {
  content: "\f483";
}

.mdi-security-network:before {
  content: "\f484";
}

.mdi-seed:before {
  content: "﹅";
}

.mdi-seed-outline:before {
  content: "﹆";
}

.mdi-select:before {
  content: "\f485";
}

.mdi-select-all:before {
  content: "\f486";
}

.mdi-select-color:before {
  content: "ﴍ";
}

.mdi-select-compare:before {
  content: "齃";
}

.mdi-select-drag:before {
  content: "恵";
}

.mdi-select-inverse:before {
  content: "\f487";
}

.mdi-select-off:before {
  content: "\f488";
}

.mdi-selection:before {
  content: "\f489";
}

.mdi-selection-drag:before {
  content: "𤋮";
}

.mdi-selection-ellipse:before {
  content: "ﴎ";
}

.mdi-selection-off:before {
  content: "\f776";
}

.mdi-send:before {
  content: "\f48a";
}

.mdi-send-circle:before {
  content: "﹘";
}

.mdi-send-circle-outline:before {
  content: "﹙";
}

.mdi-send-lock:before {
  content: "\f7ec";
}

.mdi-serial-port:before {
  content: "\f65c";
}

.mdi-server:before {
  content: "\f48b";
}

.mdi-server-minus:before {
  content: "\f48c";
}

.mdi-server-network:before {
  content: "\f48d";
}

.mdi-server-network-off:before {
  content: "\f48e";
}

.mdi-server-off:before {
  content: "\f48f";
}

.mdi-server-plus:before {
  content: "\f490";
}

.mdi-server-remove:before {
  content: "\f491";
}

.mdi-server-security:before {
  content: "\f492";
}

.mdi-set-all:before {
  content: "\f777";
}

.mdi-set-center:before {
  content: "\f778";
}

.mdi-set-center-right:before {
  content: "\f779";
}

.mdi-set-left:before {
  content: "\f77a";
}

.mdi-set-left-center:before {
  content: "\f77b";
}

.mdi-set-left-right:before {
  content: "\f77c";
}

.mdi-set-none:before {
  content: "\f77d";
}

.mdi-set-right:before {
  content: "\f77e";
}

.mdi-set-top-box:before {
  content: "咽";
}

.mdi-settings:before {
  content: "\f493";
}

.mdi-settings-box:before {
  content: "\f494";
}

.mdi-settings-helper:before {
  content: "舘";
}

.mdi-settings-outline:before {
  content: "\f8ba";
}

.mdi-shape:before {
  content: "\f830";
}

.mdi-shape-circle-plus:before {
  content: "\f65d";
}

.mdi-shape-outline:before {
  content: "\f831";
}

.mdi-shape-plus:before {
  content: "\f495";
}

.mdi-shape-polygon-plus:before {
  content: "\f65e";
}

.mdi-shape-rectangle-plus:before {
  content: "\f65f";
}

.mdi-shape-square-plus:before {
  content: "\f660";
}

.mdi-share:before {
  content: "\f496";
}

.mdi-share-outline:before {
  content: "櫓";
}

.mdi-share-variant:before {
  content: "\f497";
}

.mdi-sheep:before {
  content: "ﲢ";
}

.mdi-shield:before {
  content: "\f498";
}

.mdi-shield-account:before {
  content: "\f88e";
}

.mdi-shield-account-outline:before {
  content: "﨑";
}

.mdi-shield-airplane:before {
  content: "\f6ba";
}

.mdi-shield-airplane-outline:before {
  content: "ﲣ";
}

.mdi-shield-check:before {
  content: "\f565";
}

.mdi-shield-check-outline:before {
  content: "ﲤ";
}

.mdi-shield-cross:before {
  content: "ﲥ";
}

.mdi-shield-cross-outline:before {
  content: "ﲦ";
}

.mdi-shield-half-full:before {
  content: "\f77f";
}

.mdi-shield-home:before {
  content: "\f689";
}

.mdi-shield-home-outline:before {
  content: "ﲧ";
}

.mdi-shield-key:before {
  content: "ﮠ";
}

.mdi-shield-key-outline:before {
  content: "ﮡ";
}

.mdi-shield-link-variant:before {
  content: "ﴏ";
}

.mdi-shield-link-variant-outline:before {
  content: "ﴐ";
}

.mdi-shield-lock:before {
  content: "列";
}

.mdi-shield-lock-outline:before {
  content: "ﲨ";
}

.mdi-shield-off:before {
  content: "劣";
}

.mdi-shield-off-outline:before {
  content: "鍊";
}

.mdi-shield-outline:before {
  content: "\f499";
}

.mdi-shield-plus:before {
  content: "龎";
}

.mdi-shield-plus-outline:before {
  content: "﫚";
}

.mdi-shield-remove:before {
  content: "﫛";
}

.mdi-shield-remove-outline:before {
  content: "﫜";
}

.mdi-shield-search:before {
  content: "ﵶ";
}

.mdi-ship-wheel:before {
  content: "\f832";
}

.mdi-shoe-formal:before {
  content: "ﬢ";
}

.mdi-shoe-heel:before {
  content: "ﬣ";
}

.mdi-shoe-print:before {
  content: "﹚";
}

.mdi-shopify:before {
  content: "﫝";
}

.mdi-shopping:before {
  content: "\f49a";
}

.mdi-shopping-music:before {
  content: "\f49b";
}

.mdi-shovel:before {
  content: "\f70f";
}

.mdi-shovel-off:before {
  content: "\f710";
}

.mdi-shower:before {
  content: "烈";
}

.mdi-shower-head:before {
  content: "裂";
}

.mdi-shredder:before {
  content: "\f49c";
}

.mdi-shuffle:before {
  content: "\f49d";
}

.mdi-shuffle-disabled:before {
  content: "\f49e";
}

.mdi-shuffle-variant:before {
  content: "\f49f";
}

.mdi-sigma:before {
  content: "\f4a0";
}

.mdi-sigma-lower:before {
  content: "\f62b";
}

.mdi-sign-caution:before {
  content: "\f4a1";
}

.mdi-sign-direction:before {
  content: "\f780";
}

.mdi-sign-text:before {
  content: "\f781";
}

.mdi-signal:before {
  content: "\f4a2";
}

.mdi-signal-2g:before {
  content: "\f711";
}

.mdi-signal-3g:before {
  content: "\f712";
}

.mdi-signal-4g:before {
  content: "\f713";
}

.mdi-signal-5g:before {
  content: "﩮";
}

.mdi-signal-cellular-1:before {
  content: "\f8bb";
}

.mdi-signal-cellular-2:before {
  content: "\f8bc";
}

.mdi-signal-cellular-3:before {
  content: "\f8bd";
}

.mdi-signal-cellular-outline:before {
  content: "\f8be";
}

.mdi-signal-distance-variant:before {
  content: "﹇";
}

.mdi-signal-hspa:before {
  content: "\f714";
}

.mdi-signal-hspa-plus:before {
  content: "\f715";
}

.mdi-signal-off:before {
  content: "\f782";
}

.mdi-signal-variant:before {
  content: "\f60a";
}

.mdi-signature:before {
  content: "﹛";
}

.mdi-signature-freehand:before {
  content: "﹜";
}

.mdi-signature-image:before {
  content: "﹝";
}

.mdi-signature-text:before {
  content: "﹞";
}

.mdi-silo:before {
  content: "ﬤ";
}

.mdi-silverware:before {
  content: "\f4a3";
}

.mdi-silverware-fork:before {
  content: "\f4a4";
}

.mdi-silverware-fork-knife:before {
  content: "﩯";
}

.mdi-silverware-spoon:before {
  content: "\f4a5";
}

.mdi-silverware-variant:before {
  content: "\f4a6";
}

.mdi-sim:before {
  content: "\f4a7";
}

.mdi-sim-alert:before {
  content: "\f4a8";
}

.mdi-sim-off:before {
  content: "\f4a9";
}

.mdi-sina-weibo:before {
  content: "﫞";
}

.mdi-sitemap:before {
  content: "\f4aa";
}

.mdi-skate:before {
  content: "ﴑ";
}

.mdi-skew-less:before {
  content: "ﴒ";
}

.mdi-skew-more:before {
  content: "ﴓ";
}

.mdi-skip-backward:before {
  content: "\f4ab";
}

.mdi-skip-forward:before {
  content: "\f4ac";
}

.mdi-skip-next:before {
  content: "\f4ad";
}

.mdi-skip-next-circle:before {
  content: "\f661";
}

.mdi-skip-next-circle-outline:before {
  content: "\f662";
}

.mdi-skip-previous:before {
  content: "\f4ae";
}

.mdi-skip-previous-circle:before {
  content: "\f663";
}

.mdi-skip-previous-circle-outline:before {
  content: "\f664";
}

.mdi-skull:before {
  content: "\f68b";
}

.mdi-skull-crossbones:before {
  content: "ﮢ";
}

.mdi-skull-crossbones-outline:before {
  content: "ﮣ";
}

.mdi-skull-outline:before {
  content: "ﮤ";
}

.mdi-skype:before {
  content: "\f4af";
}

.mdi-skype-business:before {
  content: "\f4b0";
}

.mdi-slack:before {
  content: "\f4b1";
}

.mdi-slackware:before {
  content: "金";
}

.mdi-sleep:before {
  content: "\f4b2";
}

.mdi-sleep-off:before {
  content: "\f4b3";
}

.mdi-slope-downhill:before {
  content: "﹟";
}

.mdi-slope-uphill:before {
  content: "﹠";
}

.mdi-smog:before {
  content: "並";
}

.mdi-smoke-detector:before {
  content: "\f392";
}

.mdi-smoking:before {
  content: "\f4b4";
}

.mdi-smoking-off:before {
  content: "\f4b5";
}

.mdi-snapchat:before {
  content: "\f4b6";
}

.mdi-snowflake:before {
  content: "\f716";
}

.mdi-snowman:before {
  content: "\f4b7";
}

.mdi-soccer:before {
  content: "\f4b8";
}

.mdi-soccer-field:before {
  content: "\f833";
}

.mdi-sofa:before {
  content: "\f4b9";
}

.mdi-solar-panel:before {
  content: "ﵷ";
}

.mdi-solar-panel-large:before {
  content: "ﵸ";
}

.mdi-solar-power:before {
  content: "况";
}

.mdi-solid:before {
  content: "\f68c";
}

.mdi-sort:before {
  content: "\f4ba";
}

.mdi-sort-alphabetical:before {
  content: "\f4bb";
}

.mdi-sort-ascending:before {
  content: "\f4bc";
}

.mdi-sort-descending:before {
  content: "\f4bd";
}

.mdi-sort-numeric:before {
  content: "\f4be";
}

.mdi-sort-variant:before {
  content: "\f4bf";
}

.mdi-sort-variant-lock:before {
  content: "ﲩ";
}

.mdi-sort-variant-lock-open:before {
  content: "ﲪ";
}

.mdi-soundcloud:before {
  content: "\f4c0";
}

.mdi-source-branch:before {
  content: "\f62c";
}

.mdi-source-commit:before {
  content: "\f717";
}

.mdi-source-commit-end:before {
  content: "\f718";
}

.mdi-source-commit-end-local:before {
  content: "\f719";
}

.mdi-source-commit-local:before {
  content: "\f71a";
}

.mdi-source-commit-next-local:before {
  content: "\f71b";
}

.mdi-source-commit-start:before {
  content: "\f71c";
}

.mdi-source-commit-start-next-local:before {
  content: "\f71d";
}

.mdi-source-fork:before {
  content: "\f4c1";
}

.mdi-source-merge:before {
  content: "\f62d";
}

.mdi-source-pull:before {
  content: "\f4c2";
}

.mdi-source-repository:before {
  content: "ﲫ";
}

.mdi-source-repository-multiple:before {
  content: "ﲬ";
}

.mdi-soy-sauce:before {
  content: "\f7ed";
}

.mdi-spa:before {
  content: "ﲭ";
}

.mdi-spa-outline:before {
  content: "ﲮ";
}

.mdi-space-invaders:before {
  content: "ﮥ";
}

.mdi-spade:before {
  content: "﹈";
}

.mdi-speaker:before {
  content: "\f4c3";
}

.mdi-speaker-bluetooth:before {
  content: "說";
}

.mdi-speaker-multiple:before {
  content: "ﴔ";
}

.mdi-speaker-off:before {
  content: "\f4c4";
}

.mdi-speaker-wireless:before {
  content: "\f71e";
}

.mdi-speedometer:before {
  content: "\f4c5";
}

.mdi-spellcheck:before {
  content: "\f4c6";
}

.mdi-spider-web:before {
  content: "ﮦ";
}

.mdi-spotify:before {
  content: "\f4c7";
}

.mdi-spotlight:before {
  content: "\f4c8";
}

.mdi-spotlight-beam:before {
  content: "\f4c9";
}

.mdi-spray:before {
  content: "\f665";
}

.mdi-spray-bottle:before {
  content: "﫟";
}

.mdi-sprout:before {
  content: "﹉";
}

.mdi-sprout-outline:before {
  content: "﹊";
}

.mdi-square:before {
  content: "\f763";
}

.mdi-square-edit-outline:before {
  content: "喇";
}

.mdi-square-inc:before {
  content: "\f4ca";
}

.mdi-square-inc-cash:before {
  content: "\f4cb";
}

.mdi-square-medium:before {
  content: "晴";
}

.mdi-square-medium-outline:before {
  content: "﨓";
}

.mdi-square-outline:before {
  content: "\f762";
}

.mdi-square-root:before {
  content: "\f783";
}

.mdi-square-root-box:before {
  content: "廉";
}

.mdi-square-small:before {
  content: "﨔";
}

.mdi-squeegee:before {
  content: "﫠";
}

.mdi-ssh:before {
  content: "\f8bf";
}

.mdi-stack-exchange:before {
  content: "\f60b";
}

.mdi-stack-overflow:before {
  content: "\f4cc";
}

.mdi-stadium:before {
  content: "\f71f";
}

.mdi-stairs:before {
  content: "\f4cd";
}

.mdi-stamper:before {
  content: "ﴕ";
}

.mdi-standard-definition:before {
  content: "\f7ee";
}

.mdi-star:before {
  content: "\f4ce";
}

.mdi-star-box:before {
  content: "全";
}

.mdi-star-box-outline:before {
  content: "侀";
}

.mdi-star-circle:before {
  content: "\f4cf";
}

.mdi-star-circle-outline:before {
  content: "念";
}

.mdi-star-face:before {
  content: "捻";
}

.mdi-star-four-points:before {
  content: "﫡";
}

.mdi-star-four-points-outline:before {
  content: "﫢";
}

.mdi-star-half:before {
  content: "\f4d0";
}

.mdi-star-off:before {
  content: "\f4d1";
}

.mdi-star-outline:before {
  content: "\f4d2";
}

.mdi-star-three-points:before {
  content: "﫣";
}

.mdi-star-three-points-outline:before {
  content: "﫤";
}

.mdi-steam:before {
  content: "\f4d3";
}

.mdi-steam-box:before {
  content: "奈";
}

.mdi-steering:before {
  content: "\f4d4";
}

.mdi-steering-off:before {
  content: "懶";
}

.mdi-step-backward:before {
  content: "\f4d5";
}

.mdi-step-backward-2:before {
  content: "\f4d6";
}

.mdi-step-forward:before {
  content: "\f4d7";
}

.mdi-step-forward-2:before {
  content: "\f4d8";
}

.mdi-stethoscope:before {
  content: "\f4d9";
}

.mdi-sticker:before {
  content: "\f5d0";
}

.mdi-sticker-emoji:before {
  content: "\f784";
}

.mdi-stocking:before {
  content: "\f4da";
}

.mdi-stop:before {
  content: "\f4db";
}

.mdi-stop-circle:before {
  content: "\f666";
}

.mdi-stop-circle-outline:before {
  content: "\f667";
}

.mdi-store:before {
  content: "\f4dc";
}

.mdi-store-24-hour:before {
  content: "\f4dd";
}

.mdi-stove:before {
  content: "\f4de";
}

.mdi-strava:before {
  content: "ﬥ";
}

.mdi-subdirectory-arrow-left:before {
  content: "\f60c";
}

.mdi-subdirectory-arrow-right:before {
  content: "\f60d";
}

.mdi-subtitles:before {
  content: "凞";
}

.mdi-subtitles-outline:before {
  content: "猪";
}

.mdi-subway:before {
  content: "\f6ab";
}

.mdi-subway-alert-variant:before {
  content: "ﵹ";
}

.mdi-subway-variant:before {
  content: "\f4df";
}

.mdi-summit:before {
  content: "\f785";
}

.mdi-sunglasses:before {
  content: "\f4e0";
}

.mdi-surround-sound:before {
  content: "\f5c5";
}

.mdi-surround-sound-2-0:before {
  content: "\f7ef";
}

.mdi-surround-sound-3-1:before {
  content: "\f7f0";
}

.mdi-surround-sound-5-1:before {
  content: "\f7f1";
}

.mdi-surround-sound-7-1:before {
  content: "\f7f2";
}

.mdi-svg:before {
  content: "\f720";
}

.mdi-swap-horizontal:before {
  content: "\f4e1";
}

.mdi-swap-horizontal-bold:before {
  content: "ﮩ";
}

.mdi-swap-horizontal-variant:before {
  content: "\f8c0";
}

.mdi-swap-vertical:before {
  content: "\f4e2";
}

.mdi-swap-vertical-bold:before {
  content: "ﮪ";
}

.mdi-swap-vertical-variant:before {
  content: "\f8c1";
}

.mdi-swim:before {
  content: "\f4e3";
}

.mdi-switch:before {
  content: "\f4e4";
}

.mdi-sword:before {
  content: "\f4e5";
}

.mdi-sword-cross:before {
  content: "\f786";
}

.mdi-symfony:before {
  content: "﫥";
}

.mdi-sync:before {
  content: "\f4e6";
}

.mdi-sync-alert:before {
  content: "\f4e7";
}

.mdi-sync-off:before {
  content: "\f4e8";
}

.mdi-tab:before {
  content: "\f4e9";
}

.mdi-tab-minus:before {
  content: "ﬦ";
}

.mdi-tab-plus:before {
  content: "\f75b";
}

.mdi-tab-remove:before {
  content: "ﬧ";
}

.mdi-tab-unselected:before {
  content: "\f4ea";
}

.mdi-table:before {
  content: "\f4eb";
}

.mdi-table-border:before {
  content: "益";
}

.mdi-table-column:before {
  content: "\f834";
}

.mdi-table-column-plus-after:before {
  content: "\f4ec";
}

.mdi-table-column-plus-before:before {
  content: "\f4ed";
}

.mdi-table-column-remove:before {
  content: "\f4ee";
}

.mdi-table-column-width:before {
  content: "\f4ef";
}

.mdi-table-edit:before {
  content: "\f4f0";
}

.mdi-table-large:before {
  content: "\f4f1";
}

.mdi-table-merge-cells:before {
  content: "殮";
}

.mdi-table-of-contents:before {
  content: "\f835";
}

.mdi-table-plus:before {
  content: "充";
}

.mdi-table-remove:before {
  content: "冀";
}

.mdi-table-row:before {
  content: "\f836";
}

.mdi-table-row-height:before {
  content: "\f4f2";
}

.mdi-table-row-plus-after:before {
  content: "\f4f3";
}

.mdi-table-row-plus-before:before {
  content: "\f4f4";
}

.mdi-table-row-remove:before {
  content: "\f4f5";
}

.mdi-table-search:before {
  content: "癩";
}

.mdi-table-settings:before {
  content: "\f837";
}

.mdi-table-tennis:before {
  content: "﹋";
}

.mdi-tablet:before {
  content: "\f4f6";
}

.mdi-tablet-android:before {
  content: "\f4f7";
}

.mdi-tablet-cellphone:before {
  content: "簾";
}

.mdi-tablet-ipad:before {
  content: "\f4f8";
}

.mdi-taco:before {
  content: "\f761";
}

.mdi-tag:before {
  content: "\f4f9";
}

.mdi-tag-faces:before {
  content: "\f4fa";
}

.mdi-tag-heart:before {
  content: "\f68a";
}

.mdi-tag-heart-outline:before {
  content: "ﮫ";
}

.mdi-tag-minus:before {
  content: "羅";
}

.mdi-tag-multiple:before {
  content: "\f4fb";
}

.mdi-tag-outline:before {
  content: "\f4fc";
}

.mdi-tag-plus:before {
  content: "\f721";
}

.mdi-tag-remove:before {
  content: "\f722";
}

.mdi-tag-text-outline:before {
  content: "\f4fd";
}

.mdi-tank:before {
  content: "ﴖ";
}

.mdi-tape-measure:before {
  content: "ﬨ";
}

.mdi-target:before {
  content: "\f4fe";
}

.mdi-target-account:before {
  content: "ﮬ";
}

.mdi-target-variant:before {
  content: "勇";
}

.mdi-taxi:before {
  content: "\f4ff";
}

.mdi-tea:before {
  content: "ﵺ";
}

.mdi-tea-outline:before {
  content: "ﵻ";
}

.mdi-teach:before {
  content: "\f88f";
}

.mdi-teamviewer:before {
  content: "\f500";
}

.mdi-telegram:before {
  content: "\f501";
}

.mdi-telescope:before {
  content: "﬩";
}

.mdi-television:before {
  content: "\f502";
}

.mdi-television-box:before {
  content: "\f838";
}

.mdi-television-classic:before {
  content: "\f7f3";
}

.mdi-television-classic-off:before {
  content: "\f839";
}

.mdi-television-guide:before {
  content: "\f503";
}

.mdi-television-off:before {
  content: "\f83a";
}

.mdi-temperature-celsius:before {
  content: "\f504";
}

.mdi-temperature-fahrenheit:before {
  content: "\f505";
}

.mdi-temperature-kelvin:before {
  content: "\f506";
}

.mdi-tennis:before {
  content: "ﵼ";
}

.mdi-tennis-ball:before {
  content: "\f507";
}

.mdi-tent:before {
  content: "\f508";
}

.mdi-terrain:before {
  content: "\f509";
}

.mdi-test-tube:before {
  content: "\f668";
}

.mdi-test-tube-empty:before {
  content: "蘿";
}

.mdi-test-tube-off:before {
  content: "螺";
}

.mdi-text:before {
  content: "獵";
}

.mdi-text-shadow:before {
  content: "\f669";
}

.mdi-text-short:before {
  content: "令";
}

.mdi-text-subject:before {
  content: "囹";
}

.mdi-text-to-speech:before {
  content: "\f50a";
}

.mdi-text-to-speech-off:before {
  content: "\f50b";
}

.mdi-textbox:before {
  content: "\f60e";
}

.mdi-textbox-password:before {
  content: "\f7f4";
}

.mdi-texture:before {
  content: "\f50c";
}

.mdi-theater:before {
  content: "\f50d";
}

.mdi-theme-light-dark:before {
  content: "\f50e";
}

.mdi-thermometer:before {
  content: "\f50f";
}

.mdi-thermometer-alert:before {
  content: "﹡";
}

.mdi-thermometer-chevron-down:before {
  content: "﹢";
}

.mdi-thermometer-chevron-up:before {
  content: "﹣";
}

.mdi-thermometer-lines:before {
  content: "\f510";
}

.mdi-thermometer-minus:before {
  content: "﹤";
}

.mdi-thermometer-plus:before {
  content: "﹥";
}

.mdi-thermostat:before {
  content: "\f393";
}

.mdi-thermostat-box:before {
  content: "\f890";
}

.mdi-thought-bubble:before {
  content: "\f7f5";
}

.mdi-thought-bubble-outline:before {
  content: "\f7f6";
}

.mdi-thumb-down:before {
  content: "\f511";
}

.mdi-thumb-down-outline:before {
  content: "\f512";
}

.mdi-thumb-up:before {
  content: "\f513";
}

.mdi-thumb-up-outline:before {
  content: "\f514";
}

.mdi-thumbs-up-down:before {
  content: "\f515";
}

.mdi-ticket:before {
  content: "\f516";
}

.mdi-ticket-account:before {
  content: "\f517";
}

.mdi-ticket-confirmation:before {
  content: "\f518";
}

.mdi-ticket-outline:before {
  content: "裸";
}

.mdi-ticket-percent:before {
  content: "\f723";
}

.mdi-tie:before {
  content: "\f519";
}

.mdi-tilde:before {
  content: "\f724";
}

.mdi-timelapse:before {
  content: "\f51a";
}

.mdi-timeline:before {
  content: "ﮭ";
}

.mdi-timeline-outline:before {
  content: "ﮮ";
}

.mdi-timeline-text:before {
  content: "ﮯ";
}

.mdi-timeline-text-outline:before {
  content: "ﮰ";
}

.mdi-timer:before {
  content: "\f51b";
}

.mdi-timer-10:before {
  content: "\f51c";
}

.mdi-timer-3:before {
  content: "\f51d";
}

.mdi-timer-off:before {
  content: "\f51e";
}

.mdi-timer-sand:before {
  content: "\f51f";
}

.mdi-timer-sand-empty:before {
  content: "\f6ac";
}

.mdi-timer-sand-full:before {
  content: "\f78b";
}

.mdi-timetable:before {
  content: "\f520";
}

.mdi-toaster-oven:before {
  content: "ﲯ";
}

.mdi-toggle-switch:before {
  content: "\f521";
}

.mdi-toggle-switch-off:before {
  content: "\f522";
}

.mdi-toggle-switch-off-outline:before {
  content: "礼";
}

.mdi-toggle-switch-outline:before {
  content: "神";
}

.mdi-toilet:before {
  content: "寧";
}

.mdi-toolbox:before {
  content: "嶺";
}

.mdi-toolbox-outline:before {
  content: "怜";
}

.mdi-tooltip:before {
  content: "\f523";
}

.mdi-tooltip-account:before {
  content: "\f00c";
}

.mdi-tooltip-edit:before {
  content: "\f524";
}

.mdi-tooltip-image:before {
  content: "\f525";
}

.mdi-tooltip-image-outline:before {
  content: "ﮱ";
}

.mdi-tooltip-outline:before {
  content: "\f526";
}

.mdi-tooltip-plus:before {
  content: "﮲";
}

.mdi-tooltip-plus-outline:before {
  content: "\f527";
}

.mdi-tooltip-text:before {
  content: "\f528";
}

.mdi-tooltip-text-outline:before {
  content: "﮳";
}

.mdi-tooth:before {
  content: "\f8c2";
}

.mdi-tooth-outline:before {
  content: "\f529";
}

.mdi-tor:before {
  content: "\f52a";
}

.mdi-tortoise:before {
  content: "ﴗ";
}

.mdi-tournament:before {
  content: "玲";
}

.mdi-tower-beach:before {
  content: "\f680";
}

.mdi-tower-fire:before {
  content: "\f681";
}

.mdi-towing:before {
  content: "\f83b";
}

.mdi-track-light:before {
  content: "邏";
}

.mdi-trackpad:before {
  content: "\f7f7";
}

.mdi-trackpad-lock:before {
  content: "爐";
}

.mdi-tractor:before {
  content: "\f891";
}

.mdi-trademark:before {
  content: "勺";
}

.mdi-traffic-light:before {
  content: "\f52b";
}

.mdi-train:before {
  content: "\f52c";
}

.mdi-train-car:before {
  content: "﮴";
}

.mdi-train-variant:before {
  content: "\f8c3";
}

.mdi-tram:before {
  content: "\f52d";
}

.mdi-transcribe:before {
  content: "\f52e";
}

.mdi-transcribe-close:before {
  content: "\f52f";
}

.mdi-transfer-down:before {
  content: "ﵽ";
}

.mdi-transfer-left:before {
  content: "ﵾ";
}

.mdi-transfer-right:before {
  content: "\f530";
}

.mdi-transfer-up:before {
  content: "ﵿ";
}

.mdi-transit-connection:before {
  content: "ﴘ";
}

.mdi-transit-connection-variant:before {
  content: "ﴙ";
}

.mdi-transit-transfer:before {
  content: "\f6ad";
}

.mdi-transition:before {
  content: "樂";
}

.mdi-transition-masked:before {
  content: "洛";
}

.mdi-translate:before {
  content: "\f5ca";
}

.mdi-translate-off:before {
  content: "﹦";
}

.mdi-transmission-tower:before {
  content: "ﴚ";
}

.mdi-trash-can:before {
  content: "喝";
}

.mdi-trash-can-outline:before {
  content: "啕";
}

.mdi-treasure-chest:before {
  content: "\f725";
}

.mdi-tree:before {
  content: "\f531";
}

.mdi-tree-outline:before {
  content: "﹌";
}

.mdi-trello:before {
  content: "\f532";
}

.mdi-trending-down:before {
  content: "\f533";
}

.mdi-trending-neutral:before {
  content: "\f534";
}

.mdi-trending-up:before {
  content: "\f535";
}

.mdi-triangle:before {
  content: "\f536";
}

.mdi-triangle-outline:before {
  content: "\f537";
}

.mdi-triforce:before {
  content: "﮵";
}

.mdi-trophy:before {
  content: "\f538";
}

.mdi-trophy-award:before {
  content: "\f539";
}

.mdi-trophy-broken:before {
  content: "ﶀ";
}

.mdi-trophy-outline:before {
  content: "\f53a";
}

.mdi-trophy-variant:before {
  content: "\f53b";
}

.mdi-trophy-variant-outline:before {
  content: "\f53c";
}

.mdi-truck:before {
  content: "\f53d";
}

.mdi-truck-check:before {
  content: "ﲰ";
}

.mdi-truck-delivery:before {
  content: "\f53e";
}

.mdi-truck-fast:before {
  content: "\f787";
}

.mdi-truck-trailer:before {
  content: "\f726";
}

.mdi-tshirt-crew:before {
  content: "喙";
}

.mdi-tshirt-crew-outline:before {
  content: "\f53f";
}

.mdi-tshirt-v:before {
  content: "嗢";
}

.mdi-tshirt-v-outline:before {
  content: "\f540";
}

.mdi-tumble-dryer:before {
  content: "烙";
}

.mdi-tumblr:before {
  content: "\f541";
}

.mdi-tumblr-box:before {
  content: "珞";
}

.mdi-tumblr-reblog:before {
  content: "\f542";
}

.mdi-tune:before {
  content: "\f62e";
}

.mdi-tune-vertical:before {
  content: "\f66a";
}

.mdi-turnstile:before {
  content: "ﲱ";
}

.mdi-turnstile-outline:before {
  content: "ﲲ";
}

.mdi-turtle:before {
  content: "ﲳ";
}

.mdi-twitch:before {
  content: "\f543";
}

.mdi-twitter:before {
  content: "\f544";
}

.mdi-twitter-box:before {
  content: "\f545";
}

.mdi-twitter-circle:before {
  content: "\f546";
}

.mdi-twitter-retweet:before {
  content: "\f547";
}

.mdi-two-factor-authentication:before {
  content: "瑩";
}

.mdi-uber:before {
  content: "\f748";
}

.mdi-ubisoft:before {
  content: "﮶";
}

.mdi-ubuntu:before {
  content: "\f548";
}

.mdi-ultra-high-definition:before {
  content: "\f7f8";
}

.mdi-umbraco:before {
  content: "\f549";
}

.mdi-umbrella:before {
  content: "\f54a";
}

.mdi-umbrella-closed:before {
  content: "羚";
}

.mdi-umbrella-outline:before {
  content: "\f54b";
}

.mdi-undo:before {
  content: "\f54c";
}

.mdi-undo-variant:before {
  content: "\f54d";
}

.mdi-unfold-less-horizontal:before {
  content: "\f54e";
}

.mdi-unfold-less-vertical:before {
  content: "\f75f";
}

.mdi-unfold-more-horizontal:before {
  content: "\f54f";
}

.mdi-unfold-more-vertical:before {
  content: "\f760";
}

.mdi-ungroup:before {
  content: "\f550";
}

.mdi-unity:before {
  content: "\f6ae";
}

.mdi-unreal:before {
  content: "聆";
}

.mdi-untappd:before {
  content: "\f551";
}

.mdi-update:before {
  content: "\f6af";
}

.mdi-upload:before {
  content: "\f552";
}

.mdi-upload-multiple:before {
  content: "\f83c";
}

.mdi-upload-network:before {
  content: "\f6f5";
}

.mdi-upload-network-outline:before {
  content: "ﲴ";
}

.mdi-upload-outline:before {
  content: "﹧";
}

.mdi-usb:before {
  content: "\f553";
}

.mdi-van-passenger:before {
  content: "\f7f9";
}

.mdi-van-utility:before {
  content: "\f7fa";
}

.mdi-vanish:before {
  content: "\f7fb";
}

.mdi-variable:before {
  content: "﫦";
}

.mdi-vector-arrange-above:before {
  content: "\f554";
}

.mdi-vector-arrange-below:before {
  content: "\f555";
}

.mdi-vector-bezier:before {
  content: "﫧";
}

.mdi-vector-circle:before {
  content: "\f556";
}

.mdi-vector-circle-variant:before {
  content: "\f557";
}

.mdi-vector-combine:before {
  content: "\f558";
}

.mdi-vector-curve:before {
  content: "\f559";
}

.mdi-vector-difference:before {
  content: "\f55a";
}

.mdi-vector-difference-ab:before {
  content: "\f55b";
}

.mdi-vector-difference-ba:before {
  content: "\f55c";
}

.mdi-vector-ellipse:before {
  content: "\f892";
}

.mdi-vector-intersection:before {
  content: "\f55d";
}

.mdi-vector-line:before {
  content: "\f55e";
}

.mdi-vector-point:before {
  content: "\f55f";
}

.mdi-vector-polygon:before {
  content: "\f560";
}

.mdi-vector-polyline:before {
  content: "\f561";
}

.mdi-vector-radius:before {
  content: "\f749";
}

.mdi-vector-rectangle:before {
  content: "\f5c6";
}

.mdi-vector-selection:before {
  content: "\f562";
}

.mdi-vector-square:before {
  content: "\f001";
}

.mdi-vector-triangle:before {
  content: "\f563";
}

.mdi-vector-union:before {
  content: "\f564";
}

.mdi-venmo:before {
  content: "\f578";
}

.mdi-vhs:before {
  content: "祥";
}

.mdi-vibrate:before {
  content: "\f566";
}

.mdi-vibrate-off:before {
  content: "ﲵ";
}

.mdi-video:before {
  content: "\f567";
}

.mdi-video-3d:before {
  content: "\f7fc";
}

.mdi-video-4k-box:before {
  content: "\f83d";
}

.mdi-video-account:before {
  content: "落";
}

.mdi-video-image:before {
  content: "酪";
}

.mdi-video-input-antenna:before {
  content: "\f83e";
}

.mdi-video-input-component:before {
  content: "\f83f";
}

.mdi-video-input-hdmi:before {
  content: "\f840";
}

.mdi-video-input-svideo:before {
  content: "\f841";
}

.mdi-video-minus:before {
  content: "鈴";
}

.mdi-video-off:before {
  content: "\f568";
}

.mdi-video-off-outline:before {
  content: "﮷";
}

.mdi-video-outline:before {
  content: "﮸";
}

.mdi-video-plus:before {
  content: "零";
}

.mdi-video-stabilization:before {
  content: "駱";
}

.mdi-video-switch:before {
  content: "\f569";
}

.mdi-video-vintage:before {
  content: "福";
}

.mdi-view-agenda:before {
  content: "\f56a";
}

.mdi-view-array:before {
  content: "\f56b";
}

.mdi-view-carousel:before {
  content: "\f56c";
}

.mdi-view-column:before {
  content: "\f56d";
}

.mdi-view-comfy:before {
  content: "﹍";
}

.mdi-view-compact:before {
  content: "﹎";
}

.mdi-view-compact-outline:before {
  content: "﹏";
}

.mdi-view-dashboard:before {
  content: "\f56e";
}

.mdi-view-dashboard-outline:before {
  content: "靖";
}

.mdi-view-dashboard-variant:before {
  content: "\f842";
}

.mdi-view-day:before {
  content: "\f56f";
}

.mdi-view-grid:before {
  content: "\f570";
}

.mdi-view-headline:before {
  content: "\f571";
}

.mdi-view-list:before {
  content: "\f572";
}

.mdi-view-module:before {
  content: "\f573";
}

.mdi-view-parallel:before {
  content: "\f727";
}

.mdi-view-quilt:before {
  content: "\f574";
}

.mdi-view-sequential:before {
  content: "\f728";
}

.mdi-view-split-horizontal:before {
  content: "ﮧ";
}

.mdi-view-split-vertical:before {
  content: "ﮨ";
}

.mdi-view-stream:before {
  content: "\f575";
}

.mdi-view-week:before {
  content: "\f576";
}

.mdi-vimeo:before {
  content: "\f577";
}

.mdi-violin:before {
  content: "\f60f";
}

.mdi-virtual-reality:before {
  content: "\f893";
}

.mdi-visual-studio:before {
  content: "\f610";
}

.mdi-visual-studio-code:before {
  content: "精";
}

.mdi-vk:before {
  content: "\f579";
}

.mdi-vk-box:before {
  content: "\f57a";
}

.mdi-vk-circle:before {
  content: "\f57b";
}

.mdi-vlc:before {
  content: "\f57c";
}

.mdi-voice:before {
  content: "\f5cb";
}

.mdi-voicemail:before {
  content: "\f57d";
}

.mdi-volleyball:before {
  content: "靈";
}

.mdi-volume-high:before {
  content: "\f57e";
}

.mdi-volume-low:before {
  content: "\f57f";
}

.mdi-volume-medium:before {
  content: "\f580";
}

.mdi-volume-minus:before {
  content: "\f75d";
}

.mdi-volume-mute:before {
  content: "\f75e";
}

.mdi-volume-off:before {
  content: "\f581";
}

.mdi-volume-plus:before {
  content: "\f75c";
}

.mdi-volume-variant-off:before {
  content: "﹨";
}

.mdi-vote:before {
  content: "羽";
}

.mdi-vote-outline:before {
  content: "﨟";
}

.mdi-vpn:before {
  content: "\f582";
}

.mdi-vuejs:before {
  content: "\f843";
}

.mdi-vuetify:before {
  content: "﹐";
}

.mdi-walk:before {
  content: "\f583";
}

.mdi-wall:before {
  content: "\f7fd";
}

.mdi-wall-sconce:before {
  content: "亂";
}

.mdi-wall-sconce-flat:before {
  content: "卵";
}

.mdi-wall-sconce-variant:before {
  content: "欄";
}

.mdi-wallet:before {
  content: "\f584";
}

.mdi-wallet-giftcard:before {
  content: "\f585";
}

.mdi-wallet-membership:before {
  content: "\f586";
}

.mdi-wallet-outline:before {
  content: "﮹";
}

.mdi-wallet-travel:before {
  content: "\f587";
}

.mdi-wallpaper:before {
  content: "﹩";
}

.mdi-wan:before {
  content: "\f588";
}

.mdi-washing-machine:before {
  content: "\f729";
}

.mdi-watch:before {
  content: "\f589";
}

.mdi-watch-export:before {
  content: "\f58a";
}

.mdi-watch-export-variant:before {
  content: "\f894";
}

.mdi-watch-import:before {
  content: "\f58b";
}

.mdi-watch-import-variant:before {
  content: "\f895";
}

.mdi-watch-variant:before {
  content: "\f896";
}

.mdi-watch-vibrate:before {
  content: "\f6b0";
}

.mdi-watch-vibrate-off:before {
  content: "ﲶ";
}

.mdi-water:before {
  content: "\f58c";
}

.mdi-water-off:before {
  content: "\f58d";
}

.mdi-water-outline:before {
  content: "﹪";
}

.mdi-water-percent:before {
  content: "\f58e";
}

.mdi-water-pump:before {
  content: "\f58f";
}

.mdi-watermark:before {
  content: "\f612";
}

.mdi-waves:before {
  content: "\f78c";
}

.mdi-waze:before {
  content: "﮺";
}

.mdi-weather-cloudy:before {
  content: "\f590";
}

.mdi-weather-cloudy-arrow-right:before {
  content: "﹑";
}

.mdi-weather-fog:before {
  content: "\f591";
}

.mdi-weather-hail:before {
  content: "\f592";
}

.mdi-weather-hurricane:before {
  content: "\f897";
}

.mdi-weather-lightning:before {
  content: "\f593";
}

.mdi-weather-lightning-rainy:before {
  content: "\f67d";
}

.mdi-weather-night:before {
  content: "\f594";
}

.mdi-weather-partlycloudy:before {
  content: "\f595";
}

.mdi-weather-pouring:before {
  content: "\f596";
}

.mdi-weather-rainy:before {
  content: "\f597";
}

.mdi-weather-snowy:before {
  content: "\f598";
}

.mdi-weather-snowy-rainy:before {
  content: "\f67e";
}

.mdi-weather-sunny:before {
  content: "\f599";
}

.mdi-weather-sunset:before {
  content: "\f59a";
}

.mdi-weather-sunset-down:before {
  content: "\f59b";
}

.mdi-weather-sunset-up:before {
  content: "\f59c";
}

.mdi-weather-windy:before {
  content: "\f59d";
}

.mdi-weather-windy-variant:before {
  content: "\f59e";
}

.mdi-web:before {
  content: "\f59f";
}

.mdi-webcam:before {
  content: "\f5a0";
}

.mdi-webhook:before {
  content: "\f62f";
}

.mdi-webpack:before {
  content: "\f72a";
}

.mdi-wechat:before {
  content: "\f611";
}

.mdi-weight:before {
  content: "\f5a1";
}

.mdi-weight-gram:before {
  content: "ﴛ";
}

.mdi-weight-kilogram:before {
  content: "\f5a2";
}

.mdi-weight-pound:before {
  content: "領";
}

.mdi-whatsapp:before {
  content: "\f5a3";
}

.mdi-wheelchair-accessibility:before {
  content: "\f5a4";
}

.mdi-whistle:before {
  content: "例";
}

.mdi-white-balance-auto:before {
  content: "\f5a5";
}

.mdi-white-balance-incandescent:before {
  content: "\f5a6";
}

.mdi-white-balance-iridescent:before {
  content: "\f5a7";
}

.mdi-white-balance-sunny:before {
  content: "\f5a8";
}

.mdi-widgets:before {
  content: "\f72b";
}

.mdi-wifi:before {
  content: "\f5a9";
}

.mdi-wifi-off:before {
  content: "\f5aa";
}

.mdi-wifi-star:before {
  content: "﹫";
}

.mdi-wifi-strength-1:before {
  content: "爛";
}

.mdi-wifi-strength-1-alert:before {
  content: "蘭";
}

.mdi-wifi-strength-1-lock:before {
  content: "鸞";
}

.mdi-wifi-strength-2:before {
  content: "嵐";
}

.mdi-wifi-strength-2-alert:before {
  content: "濫";
}

.mdi-wifi-strength-2-lock:before {
  content: "藍";
}

.mdi-wifi-strength-3:before {
  content: "襤";
}

.mdi-wifi-strength-3-alert:before {
  content: "拉";
}

.mdi-wifi-strength-3-lock:before {
  content: "臘";
}

.mdi-wifi-strength-4:before {
  content: "蠟";
}

.mdi-wifi-strength-4-alert:before {
  content: "廊";
}

.mdi-wifi-strength-4-lock:before {
  content: "朗";
}

.mdi-wifi-strength-alert-outline:before {
  content: "浪";
}

.mdi-wifi-strength-lock-outline:before {
  content: "狼";
}

.mdi-wifi-strength-off:before {
  content: "郎";
}

.mdi-wifi-strength-off-outline:before {
  content: "來";
}

.mdi-wifi-strength-outline:before {
  content: "冷";
}

.mdi-wii:before {
  content: "\f5ab";
}

.mdi-wiiu:before {
  content: "\f72c";
}

.mdi-wikipedia:before {
  content: "\f5ac";
}

.mdi-wind-turbine:before {
  content: "ﶁ";
}

.mdi-window-close:before {
  content: "\f5ad";
}

.mdi-window-closed:before {
  content: "\f5ae";
}

.mdi-window-maximize:before {
  content: "\f5af";
}

.mdi-window-minimize:before {
  content: "\f5b0";
}

.mdi-window-open:before {
  content: "\f5b1";
}

.mdi-window-restore:before {
  content: "\f5b2";
}

.mdi-windows:before {
  content: "\f5b3";
}

.mdi-windows-classic:before {
  content: "蘒";
}

.mdi-wiper:before {
  content: "﫨";
}

.mdi-wiper-wash:before {
  content: "ﶂ";
}

.mdi-wordpress:before {
  content: "\f5b4";
}

.mdi-worker:before {
  content: "\f5b5";
}

.mdi-wrap:before {
  content: "\f5b6";
}

.mdi-wrap-disabled:before {
  content: "﮻";
}

.mdi-wrench:before {
  content: "\f5b7";
}

.mdi-wrench-outline:before {
  content: "﮼";
}

.mdi-wunderlist:before {
  content: "\f5b8";
}

.mdi-xamarin:before {
  content: "\f844";
}

.mdi-xamarin-outline:before {
  content: "\f845";
}

.mdi-xaml:before {
  content: "\f673";
}

.mdi-xbox:before {
  content: "\f5b9";
}

.mdi-xbox-controller:before {
  content: "\f5ba";
}

.mdi-xbox-controller-battery-alert:before {
  content: "\f74a";
}

.mdi-xbox-controller-battery-charging:before {
  content: "﨡";
}

.mdi-xbox-controller-battery-empty:before {
  content: "\f74b";
}

.mdi-xbox-controller-battery-full:before {
  content: "\f74c";
}

.mdi-xbox-controller-battery-low:before {
  content: "\f74d";
}

.mdi-xbox-controller-battery-medium:before {
  content: "\f74e";
}

.mdi-xbox-controller-battery-unknown:before {
  content: "\f74f";
}

.mdi-xbox-controller-menu:before {
  content: "﹒";
}

.mdi-xbox-controller-off:before {
  content: "\f5bb";
}

.mdi-xbox-controller-view:before {
  content: "﹓";
}

.mdi-xda:before {
  content: "\f5bc";
}

.mdi-xing:before {
  content: "\f5bd";
}

.mdi-xing-box:before {
  content: "\f5be";
}

.mdi-xing-circle:before {
  content: "\f5bf";
}

.mdi-xml:before {
  content: "\f5c0";
}

.mdi-xmpp:before {
  content: "\f7fe";
}

.mdi-yahoo:before {
  content: "שׁ";
}

.mdi-yammer:before {
  content: "\f788";
}

.mdi-yeast:before {
  content: "\f5c1";
}

.mdi-yelp:before {
  content: "\f5c2";
}

.mdi-yin-yang:before {
  content: "\f67f";
}

.mdi-youtube:before {
  content: "\f5c3";
}

.mdi-youtube-creator-studio:before {
  content: "\f846";
}

.mdi-youtube-gaming:before {
  content: "\f847";
}

.mdi-youtube-subscription:before {
  content: "ﴜ";
}

.mdi-youtube-tv:before {
  content: "\f448";
}

.mdi-z-wave:before {
  content: "﫩";
}

.mdi-zend:before {
  content: "﫪";
}

.mdi-zigbee:before {
  content: "ﴝ";
}

.mdi-zip-box:before {
  content: "\f5c4";
}

.mdi-zip-disk:before {
  content: "諸";
}

.mdi-zodiac-aquarius:before {
  content: "塚";
}

.mdi-zodiac-aries:before {
  content: "墳";
}

.mdi-zodiac-cancer:before {
  content: "奄";
}

.mdi-zodiac-capricorn:before {
  content: "奔";
}

.mdi-zodiac-gemini:before {
  content: "婢";
}

.mdi-zodiac-leo:before {
  content: "嬨";
}

.mdi-zodiac-libra:before {
  content: "廒";
}

.mdi-zodiac-pisces:before {
  content: "廙";
}

.mdi-zodiac-sagittarius:before {
  content: "彩";
}

.mdi-zodiac-scorpio:before {
  content: "徭";
}

.mdi-zodiac-taurus:before {
  content: "惘";
}

.mdi-zodiac-virgo:before {
  content: "慎";
}

.mdi-blank:before {
  content: "\f68c";
  visibility: hidden;
}

.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  font-size: 18px;
}

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
  font-size: 24px;
}

.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  font-size: 36px;
}

.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  font-size: 48px;
}

.mdi-dark:before {
  color: rgba(0, 0, 0, 0.54);
}

.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26);
}

.mdi-light:before {
  color: white;
}

.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3);
}

.mdi-rotate-45 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(45deg);
      transform: scaleX(-1) rotate(45deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: scaleY(-1) rotate(45deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}

.mdi-rotate-45:before {
  transform: rotate(45deg);
}

.mdi-rotate-90 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(90deg);
      transform: scaleX(-1) rotate(90deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: scaleY(-1) rotate(90deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}

.mdi-rotate-90:before {
  transform: rotate(90deg);
}

.mdi-rotate-135 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(135deg);
      transform: scaleX(-1) rotate(135deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: scaleY(-1) rotate(135deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}

.mdi-rotate-135:before {
  transform: rotate(135deg);
}

.mdi-rotate-180 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(180deg);
      transform: scaleX(-1) rotate(180deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: scaleY(-1) rotate(180deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}

.mdi-rotate-180:before {
  transform: rotate(180deg);
}

.mdi-rotate-225 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(225deg);
      transform: scaleX(-1) rotate(225deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: scaleY(-1) rotate(225deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}

.mdi-rotate-225:before {
  transform: rotate(225deg);
}

.mdi-rotate-270 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(270deg);
      transform: scaleX(-1) rotate(270deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: scaleY(-1) rotate(270deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}

.mdi-rotate-270:before {
  transform: rotate(270deg);
}

.mdi-rotate-315 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(315deg);
      transform: scaleX(-1) rotate(315deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(315deg);
      -ms-transform: rotate(315deg);
      transform: scaleY(-1) rotate(315deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}

.mdi-rotate-315:before {
  transform: rotate(315deg);
}

.mdi-flip-h:before {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.mdi-flip-v:before {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.mdi-spin:before {
  animation: mdi-spin 2s infinite linear;
}
@keyframes mdi-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: "feather";
  src: url(../fonts/feather.931c9e74.eot);
  /* IE9*/
  src: url(../fonts/feather.931c9e74.eot#iefix) format("embedded-opentype"), url(../fonts/feather.3d2fa2e5.woff) format("woff"), url(../fonts/feather.6a750f01.ttf) format("truetype"), url(../img/feather.0e5daf6b.svg#feather) format("svg");
  /* iOS 4.1- */
}
[class^=fe-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fe-alert-octagon:before {
  content: "\e81b";
}

.fe-alert-circle:before {
  content: "\e81c";
}

.fe-activity:before {
  content: "\e81d";
}

.fe-alert-triangle:before {
  content: "\e81e";
}

.fe-align-center:before {
  content: "\e81f";
}

.fe-airplay:before {
  content: "\e820";
}

.fe-align-justify:before {
  content: "\e821";
}

.fe-align-left:before {
  content: "\e822";
}

.fe-align-right:before {
  content: "\e823";
}

.fe-arrow-down-left:before {
  content: "\e824";
}

.fe-arrow-down-right:before {
  content: "\e825";
}

.fe-anchor:before {
  content: "\e826";
}

.fe-aperture:before {
  content: "\e827";
}

.fe-arrow-left:before {
  content: "\e828";
}

.fe-arrow-right:before {
  content: "\e829";
}

.fe-arrow-down:before {
  content: "\e82a";
}

.fe-arrow-up-left:before {
  content: "\e82b";
}

.fe-arrow-up-right:before {
  content: "\e82c";
}

.fe-arrow-up:before {
  content: "\e82d";
}

.fe-award:before {
  content: "\e82e";
}

.fe-bar-chart:before {
  content: "\e82f";
}

.fe-at-sign:before {
  content: "\e830";
}

.fe-bar-chart-2:before {
  content: "\e831";
}

.fe-battery-charging:before {
  content: "\e832";
}

.fe-bell-off:before {
  content: "\e833";
}

.fe-battery:before {
  content: "\e834";
}

.fe-bluetooth:before {
  content: "\e835";
}

.fe-bell:before {
  content: "\e836";
}

.fe-book:before {
  content: "\e837";
}

.fe-briefcase:before {
  content: "\e838";
}

.fe-camera-off:before {
  content: "\e839";
}

.fe-calendar:before {
  content: "\e83a";
}

.fe-bookmark:before {
  content: "\e83b";
}

.fe-box:before {
  content: "\e83c";
}

.fe-camera:before {
  content: "\e83d";
}

.fe-check-circle:before {
  content: "\e83e";
}

.fe-check:before {
  content: "\e83f";
}

.fe-check-square:before {
  content: "\e840";
}

.fe-cast:before {
  content: "\e841";
}

.fe-chevron-down:before {
  content: "\e842";
}

.fe-chevron-left:before {
  content: "\e843";
}

.fe-chevron-right:before {
  content: "\e844";
}

.fe-chevron-up:before {
  content: "\e845";
}

.fe-chevrons-down:before {
  content: "\e846";
}

.fe-chevrons-right:before {
  content: "\e847";
}

.fe-chevrons-up:before {
  content: "\e848";
}

.fe-chevrons-left:before {
  content: "\e849";
}

.fe-circle:before {
  content: "\e84a";
}

.fe-clipboard:before {
  content: "\e84b";
}

.fe-chrome:before {
  content: "\e84c";
}

.fe-clock:before {
  content: "\e84d";
}

.fe-cloud-lightning:before {
  content: "\e84e";
}

.fe-cloud-drizzle:before {
  content: "\e84f";
}

.fe-cloud-rain:before {
  content: "\e850";
}

.fe-cloud-off:before {
  content: "\e851";
}

.fe-codepen:before {
  content: "\e852";
}

.fe-cloud-snow:before {
  content: "\e853";
}

.fe-compass:before {
  content: "\e854";
}

.fe-copy:before {
  content: "\e855";
}

.fe-corner-down-right:before {
  content: "\e856";
}

.fe-corner-down-left:before {
  content: "\e857";
}

.fe-corner-left-down:before {
  content: "\e858";
}

.fe-corner-left-up:before {
  content: "\e859";
}

.fe-corner-up-left:before {
  content: "\e85a";
}

.fe-corner-up-right:before {
  content: "\e85b";
}

.fe-corner-right-down:before {
  content: "\e85c";
}

.fe-corner-right-up:before {
  content: "\e85d";
}

.fe-cpu:before {
  content: "\e85e";
}

.fe-credit-card:before {
  content: "\e85f";
}

.fe-crosshair:before {
  content: "\e860";
}

.fe-disc:before {
  content: "\e861";
}

.fe-delete:before {
  content: "\e862";
}

.fe-download-cloud:before {
  content: "\e863";
}

.fe-download:before {
  content: "\e864";
}

.fe-droplet:before {
  content: "\e865";
}

.fe-edit-2:before {
  content: "\e866";
}

.fe-edit:before {
  content: "\e867";
}

.fe-edit-1:before {
  content: "\e868";
}

.fe-external-link:before {
  content: "\e869";
}

.fe-eye:before {
  content: "\e86a";
}

.fe-feather:before {
  content: "\e86b";
}

.fe-facebook:before {
  content: "\e86c";
}

.fe-file-minus:before {
  content: "\e86d";
}

.fe-eye-off:before {
  content: "\e86e";
}

.fe-fast-forward:before {
  content: "\e86f";
}

.fe-file-text:before {
  content: "\e870";
}

.fe-film:before {
  content: "\e871";
}

.fe-file:before {
  content: "\e872";
}

.fe-file-plus:before {
  content: "\e873";
}

.fe-folder:before {
  content: "\e874";
}

.fe-filter:before {
  content: "\e875";
}

.fe-flag:before {
  content: "\e876";
}

.fe-globe:before {
  content: "\e877";
}

.fe-grid:before {
  content: "\e878";
}

.fe-heart:before {
  content: "\e879";
}

.fe-home:before {
  content: "\e87a";
}

.fe-github:before {
  content: "\e87b";
}

.fe-image:before {
  content: "\e87c";
}

.fe-inbox:before {
  content: "\e87d";
}

.fe-layers:before {
  content: "\e87e";
}

.fe-info:before {
  content: "\e87f";
}

.fe-instagram:before {
  content: "\e880";
}

.fe-layout:before {
  content: "\e881";
}

.fe-link-2:before {
  content: "\e882";
}

.fe-life-buoy:before {
  content: "\e883";
}

.fe-link:before {
  content: "\e884";
}

.fe-log-in:before {
  content: "\e885";
}

.fe-list:before {
  content: "\e886";
}

.fe-lock:before {
  content: "\e887";
}

.fe-log-out:before {
  content: "\e888";
}

.fe-loader:before {
  content: "\e889";
}

.fe-mail:before {
  content: "\e88a";
}

.fe-maximize-2:before {
  content: "\e88b";
}

.fe-map:before {
  content: "\e88c";
}

.fe-map-pin:before {
  content: "\e88e";
}

.fe-menu:before {
  content: "\e88f";
}

.fe-message-circle:before {
  content: "\e890";
}

.fe-message-square:before {
  content: "\e891";
}

.fe-minimize-2:before {
  content: "\e892";
}

.fe-mic-off:before {
  content: "\e893";
}

.fe-minus-circle:before {
  content: "\e894";
}

.fe-mic:before {
  content: "\e895";
}

.fe-minus-square:before {
  content: "\e896";
}

.fe-minus:before {
  content: "\e897";
}

.fe-moon:before {
  content: "\e898";
}

.fe-monitor:before {
  content: "\e899";
}

.fe-more-vertical:before {
  content: "\e89a";
}

.fe-more-horizontal:before {
  content: "\e89b";
}

.fe-move:before {
  content: "\e89c";
}

.fe-music:before {
  content: "\e89d";
}

.fe-navigation-2:before {
  content: "\e89e";
}

.fe-navigation:before {
  content: "\e89f";
}

.fe-octagon:before {
  content: "\e8a0";
}

.fe-package:before {
  content: "\e8a1";
}

.fe-pause-circle:before {
  content: "\e8a2";
}

.fe-pause:before {
  content: "\e8a3";
}

.fe-percent:before {
  content: "\e8a4";
}

.fe-phone-call:before {
  content: "\e8a5";
}

.fe-phone-forwarded:before {
  content: "\e8a6";
}

.fe-phone-missed:before {
  content: "\e8a7";
}

.fe-phone-off:before {
  content: "\e8a8";
}

.fe-phone-incoming:before {
  content: "\e8a9";
}

.fe-phone:before {
  content: "\e8aa";
}

.fe-phone-outgoing:before {
  content: "\e8ab";
}

.fe-pie-chart:before {
  content: "\e8ac";
}

.fe-play-circle:before {
  content: "\e8ad";
}

.fe-play:before {
  content: "\e8ae";
}

.fe-plus-square:before {
  content: "\e8af";
}

.fe-plus-circle:before {
  content: "\e8b0";
}

.fe-plus:before {
  content: "\e8b1";
}

.fe-pocket:before {
  content: "\e8b2";
}

.fe-printer:before {
  content: "\e8b3";
}

.fe-power:before {
  content: "\e8b4";
}

.fe-radio:before {
  content: "\e8b5";
}

.fe-repeat:before {
  content: "\e8b6";
}

.fe-refresh-ccw:before {
  content: "\e8b7";
}

.fe-rewind:before {
  content: "\e8b8";
}

.fe-rotate-ccw:before {
  content: "\e8b9";
}

.fe-refresh-cw:before {
  content: "\e8ba";
}

.fe-rotate-cw:before {
  content: "\e8bb";
}

.fe-save:before {
  content: "\e8bc";
}

.fe-search:before {
  content: "\e8bd";
}

.fe-server:before {
  content: "\e8be";
}

.fe-scissors:before {
  content: "\e8bf";
}

.fe-share-2:before {
  content: "\e8c0";
}

.fe-share:before {
  content: "\e8c1";
}

.fe-shield:before {
  content: "\e8c2";
}

.fe-settings:before {
  content: "\e8c3";
}

.fe-skip-back:before {
  content: "\e8c4";
}

.fe-shuffle:before {
  content: "\e8c5";
}

.fe-sidebar:before {
  content: "\e8c6";
}

.fe-skip-forward:before {
  content: "\e8c7";
}

.fe-slack:before {
  content: "\e8c8";
}

.fe-slash:before {
  content: "\e8c9";
}

.fe-smartphone:before {
  content: "\e8ca";
}

.fe-square:before {
  content: "\e8cb";
}

.fe-speaker:before {
  content: "\e8cc";
}

.fe-star:before {
  content: "\e8cd";
}

.fe-stop-circle:before {
  content: "\e8ce";
}

.fe-sun:before {
  content: "\e8cf";
}

.fe-sunrise:before {
  content: "\e8d0";
}

.fe-tablet:before {
  content: "\e8d1";
}

.fe-tag:before {
  content: "\e8d2";
}

.fe-sunset:before {
  content: "\e8d3";
}

.fe-target:before {
  content: "\e8d4";
}

.fe-thermometer:before {
  content: "\e8d5";
}

.fe-thumbs-up:before {
  content: "\e8d6";
}

.fe-thumbs-down:before {
  content: "\e8d7";
}

.fe-toggle-left:before {
  content: "\e8d8";
}

.fe-toggle-right:before {
  content: "\e8d9";
}

.fe-trash-2:before {
  content: "\e8da";
}

.fe-trash:before {
  content: "\e8db";
}

.fe-trending-up:before {
  content: "\e8dc";
}

.fe-trending-down:before {
  content: "\e8dd";
}

.fe-triangle:before {
  content: "\e8de";
}

.fe-type:before {
  content: "\e8df";
}

.fe-twitter:before {
  content: "\e8e0";
}

.fe-upload:before {
  content: "\e8e1";
}

.fe-umbrella:before {
  content: "\e8e2";
}

.fe-upload-cloud:before {
  content: "\e8e3";
}

.fe-unlock:before {
  content: "\e8e4";
}

.fe-user-check:before {
  content: "\e8e5";
}

.fe-user-minus:before {
  content: "\e8e6";
}

.fe-user-plus:before {
  content: "\e8e7";
}

.fe-user-x:before {
  content: "\e8e8";
}

.fe-user:before {
  content: "\e8e9";
}

.fe-users:before {
  content: "\e8ea";
}

.fe-video-off:before {
  content: "\e8eb";
}

.fe-video:before {
  content: "\e8ec";
}

.fe-voicemail:before {
  content: "\e8ed";
}

.fe-volume-x:before {
  content: "\e8ee";
}

.fe-volume-2:before {
  content: "\e8ef";
}

.fe-volume-1:before {
  content: "\e8f0";
}

.fe-volume:before {
  content: "\e8f1";
}

.fe-watch:before {
  content: "\e8f2";
}

.fe-wifi:before {
  content: "\e8f3";
}

.fe-x-square:before {
  content: "\e8f4";
}

.fe-wind:before {
  content: "\e8f5";
}

.fe-x:before {
  content: "\e8f6";
}

.fe-x-circle:before {
  content: "\e8f7";
}

.fe-zap:before {
  content: "\e8f8";
}

.fe-zoom-in:before {
  content: "\e8f9";
}

.fe-zoom-out:before {
  content: "\e8fa";
}

.fe-command:before {
  content: "\e8fb";
}

.fe-cloud:before {
  content: "\e8fc";
}

.fe-hash:before {
  content: "\e8fd";
}

.fe-headphones:before {
  content: "\e8fe";
}

.fe-underline:before {
  content: "\e8ff";
}

.fe-italic:before {
  content: "\e900";
}

.fe-bold:before {
  content: "\e901";
}

.fe-crop:before {
  content: "\e902";
}

.fe-help-circle:before {
  content: "\e903";
}

.fe-paperclip:before {
  content: "\e904";
}

.fe-shopping-cart:before {
  content: "\e905";
}

.fe-tv:before {
  content: "\e906";
}

.fe-wifi-off:before {
  content: "\e907";
}

.fe-minimize:before {
  content: "\e88d";
}

.fe-maximize:before {
  content: "\e908";
}

.fe-gitlab:before {
  content: "\e909";
}

.fe-sliders:before {
  content: "\e90a";
}

.fe-star-on:before {
  content: "\e90b";
}

.fe-heart-on:before {
  content: "\e90c";
}

.fe-archive:before {
  content: "\e90d";
}

.fe-arrow-down-circle:before {
  content: "\e90e";
}

.fe-arrow-up-circle:before {
  content: "\e90f";
}

.fe-arrow-left-circle:before {
  content: "\e910";
}

.fe-arrow-right-circle:before {
  content: "\e911";
}

.fe-bar-chart-line-:before {
  content: "\e912";
}

.fe-bar-chart-line:before {
  content: "\e913";
}

.fe-book-open:before {
  content: "\e914";
}

.fe-code:before {
  content: "\e915";
}

.fe-database:before {
  content: "\e916";
}

.fe-dollar-sign:before {
  content: "\e917";
}

.fe-folder-plus:before {
  content: "\e918";
}

.fe-gift:before {
  content: "\e919";
}

.fe-folder-minus:before {
  content: "\e91a";
}

.fe-git-commit:before {
  content: "\e91b";
}

.fe-git-branch:before {
  content: "\e91c";
}

.fe-git-pull-request:before {
  content: "\e91d";
}

.fe-git-merge:before {
  content: "\e91e";
}

.fe-linkedin:before {
  content: "\e91f";
}

.fe-hard-drive:before {
  content: "\e920";
}

.fe-more-vertical-:before {
  content: "\e921";
}

.fe-more-horizontal-:before {
  content: "\e922";
}

.fe-rss:before {
  content: "\e923";
}

.fe-send:before {
  content: "\e924";
}

.fe-shield-off:before {
  content: "\e925";
}

.fe-shopping-bag:before {
  content: "\e926";
}

.fe-terminal:before {
  content: "\e927";
}

.fe-truck:before {
  content: "\e928";
}

.fe-zap-off:before {
  content: "\e929";
}

.fe-youtube:before {
  content: "\e92a";
}

@font-face {
  font-family: "themify";
  src: url(../fonts/themify.2c454669.eot);
  src: url(../fonts/themify.2c454669.eot?#iefix-fvbane) format("embedded-opentype"), url(../fonts/themify.a1ecc3b8.woff) format("woff"), url(../fonts/themify.e23a7dca.ttf) format("truetype"), url(../img/themify.cba68f98.svg#themify) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ti-], [class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

/*!
* Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-brands-400.e2ca6541.eot);
  src: url(../fonts/fa-brands-400.e2ca6541.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.f075c50f.woff2) format("woff2"), url(../fonts/fa-brands-400.ad527cc5.woff) format("woff"), url(../fonts/fa-brands-400.8300bd7f.ttf) format("truetype"), url(../img/fa-brands-400.bfd29c01.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-regular-400.b01516c1.eot);
  src: url(../fonts/fa-regular-400.b01516c1.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.4a74738e.woff2) format("woff2"), url(../fonts/fa-regular-400.3c6879c4.woff) format("woff"), url(../fonts/fa-regular-400.49f00693.ttf) format("truetype"), url(../img/fa-regular-400.51901908.svg#fontawesome) format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fa-solid-900.8ac31674.eot);
  src: url(../fonts/fa-solid-900.8ac31674.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.8e1ed89b.woff2) format("woff2"), url(../fonts/fa-solid-900.4451e1d8.woff) format("woff"), url(../fonts/fa-solid-900.205f07b3.ttf) format("truetype"), url(../img/fa-solid-900.62528c56.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(../fonts/fa-brands-400.e2ca6541.eot);
  src: url(../fonts/fa-brands-400.e2ca6541.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.f075c50f.woff2) format("woff2"), url(../fonts/fa-brands-400.ad527cc5.woff) format("woff"), url(../fonts/fa-brands-400.8300bd7f.ttf) format("truetype"), url(../img/fa-brands-400.bfd29c01.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/fa-regular-400.b01516c1.eot);
  src: url(../fonts/fa-regular-400.b01516c1.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.4a74738e.woff2) format("woff2"), url(../fonts/fa-regular-400.3c6879c4.woff) format("woff"), url(../fonts/fa-regular-400.49f00693.ttf) format("truetype"), url(../img/fa-regular-400.51901908.svg#fontawesome) format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../fonts/fa-solid-900.8ac31674.eot);
  src: url(../fonts/fa-solid-900.8ac31674.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.8e1ed89b.woff2) format("woff2"), url(../fonts/fa-solid-900.4451e1d8.woff) format("woff"), url(../fonts/fa-solid-900.205f07b3.ttf) format("truetype"), url(../img/fa-solid-900.62528c56.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*
* Remix Icon v2.4.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-04-20
*/
@font-face {
  font-family: "remixicon";
  src: url(../fonts/remixicon.dc0fb3e9.eot);
  /* IE9*/
  src: url(../fonts/remixicon.dc0fb3e9.eot#iefix) format("embedded-opentype"), url(../fonts/remixicon.5ab3a2a4.woff2) format("woff2"), url(../fonts/remixicon.7eafaf2d.woff) format("woff"), url(../fonts/remixicon.37364e27.ttf) format("truetype"), url(../img/remixicon.d0d23961.svg#remixicon) format("svg");
  /* iOS 4.1- */
  font-display: swap;
}
[class^=ri-], [class*=" ri-"] {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -0.075em;
}

.ri-xxs {
  font-size: 0.5em;
}

.ri-xs {
  font-size: 0.75em;
}

.ri-sm {
  font-size: 0.875em;
}

.ri-1x {
  font-size: 1em;
}

.ri-2x {
  font-size: 2em;
}

.ri-3x {
  font-size: 3em;
}

.ri-4x {
  font-size: 4em;
}

.ri-5x {
  font-size: 5em;
}

.ri-6x {
  font-size: 6em;
}

.ri-7x {
  font-size: 7em;
}

.ri-8x {
  font-size: 8em;
}

.ri-9x {
  font-size: 9em;
}

.ri-10x {
  font-size: 10em;
}

.ri-fw {
  text-align: center;
  width: 1.25em;
}

.ri-4k-fill:before {
  content: "\ea01";
}

.ri-4k-line:before {
  content: "\ea02";
}

.ri-a-b:before {
  content: "\ea03";
}

.ri-account-box-fill:before {
  content: "\ea04";
}

.ri-account-box-line:before {
  content: "\ea05";
}

.ri-account-circle-fill:before {
  content: "\ea06";
}

.ri-account-circle-line:before {
  content: "\ea07";
}

.ri-account-pin-box-fill:before {
  content: "\ea08";
}

.ri-account-pin-box-line:before {
  content: "\ea09";
}

.ri-account-pin-circle-fill:before {
  content: "\ea0a";
}

.ri-account-pin-circle-line:before {
  content: "\ea0b";
}

.ri-add-box-fill:before {
  content: "\ea0c";
}

.ri-add-box-line:before {
  content: "\ea0d";
}

.ri-add-circle-fill:before {
  content: "\ea0e";
}

.ri-add-circle-line:before {
  content: "\ea0f";
}

.ri-add-fill:before {
  content: "\ea10";
}

.ri-add-line:before {
  content: "\ea11";
}

.ri-admin-fill:before {
  content: "\ea12";
}

.ri-admin-line:before {
  content: "\ea13";
}

.ri-advertisement-fill:before {
  content: "\ea14";
}

.ri-advertisement-line:before {
  content: "\ea15";
}

.ri-airplay-fill:before {
  content: "\ea16";
}

.ri-airplay-line:before {
  content: "\ea17";
}

.ri-alarm-fill:before {
  content: "\ea18";
}

.ri-alarm-line:before {
  content: "\ea19";
}

.ri-alarm-warning-fill:before {
  content: "\ea1a";
}

.ri-alarm-warning-line:before {
  content: "\ea1b";
}

.ri-album-fill:before {
  content: "\ea1c";
}

.ri-album-line:before {
  content: "\ea1d";
}

.ri-alert-fill:before {
  content: "\ea1e";
}

.ri-alert-line:before {
  content: "\ea1f";
}

.ri-aliens-fill:before {
  content: "\ea20";
}

.ri-aliens-line:before {
  content: "\ea21";
}

.ri-align-bottom:before {
  content: "\ea22";
}

.ri-align-center:before {
  content: "\ea23";
}

.ri-align-justify:before {
  content: "\ea24";
}

.ri-align-left:before {
  content: "\ea25";
}

.ri-align-right:before {
  content: "\ea26";
}

.ri-align-top:before {
  content: "\ea27";
}

.ri-align-vertically:before {
  content: "\ea28";
}

.ri-alipay-fill:before {
  content: "\ea29";
}

.ri-alipay-line:before {
  content: "\ea2a";
}

.ri-amazon-fill:before {
  content: "\ea2b";
}

.ri-amazon-line:before {
  content: "\ea2c";
}

.ri-anchor-fill:before {
  content: "\ea2d";
}

.ri-anchor-line:before {
  content: "\ea2e";
}

.ri-ancient-gate-fill:before {
  content: "\ea2f";
}

.ri-ancient-gate-line:before {
  content: "\ea30";
}

.ri-ancient-pavilion-fill:before {
  content: "\ea31";
}

.ri-ancient-pavilion-line:before {
  content: "\ea32";
}

.ri-android-fill:before {
  content: "\ea33";
}

.ri-android-line:before {
  content: "\ea34";
}

.ri-angularjs-fill:before {
  content: "\ea35";
}

.ri-angularjs-line:before {
  content: "\ea36";
}

.ri-anticlockwise-2-fill:before {
  content: "\ea37";
}

.ri-anticlockwise-2-line:before {
  content: "\ea38";
}

.ri-anticlockwise-fill:before {
  content: "\ea39";
}

.ri-anticlockwise-line:before {
  content: "\ea3a";
}

.ri-app-store-fill:before {
  content: "\ea3b";
}

.ri-app-store-line:before {
  content: "\ea3c";
}

.ri-apple-fill:before {
  content: "\ea3d";
}

.ri-apple-line:before {
  content: "\ea3e";
}

.ri-apps-2-fill:before {
  content: "\ea3f";
}

.ri-apps-2-line:before {
  content: "\ea40";
}

.ri-apps-fill:before {
  content: "\ea41";
}

.ri-apps-line:before {
  content: "\ea42";
}

.ri-archive-drawer-fill:before {
  content: "\ea43";
}

.ri-archive-drawer-line:before {
  content: "\ea44";
}

.ri-archive-fill:before {
  content: "\ea45";
}

.ri-archive-line:before {
  content: "\ea46";
}

.ri-arrow-down-circle-fill:before {
  content: "\ea47";
}

.ri-arrow-down-circle-line:before {
  content: "\ea48";
}

.ri-arrow-down-fill:before {
  content: "\ea49";
}

.ri-arrow-down-line:before {
  content: "\ea4a";
}

.ri-arrow-down-s-fill:before {
  content: "\ea4b";
}

.ri-arrow-down-s-line:before {
  content: "\ea4c";
}

.ri-arrow-drop-down-fill:before {
  content: "\ea4d";
}

.ri-arrow-drop-down-line:before {
  content: "\ea4e";
}

.ri-arrow-drop-left-fill:before {
  content: "\ea4f";
}

.ri-arrow-drop-left-line:before {
  content: "\ea50";
}

.ri-arrow-drop-right-fill:before {
  content: "\ea51";
}

.ri-arrow-drop-right-line:before {
  content: "\ea52";
}

.ri-arrow-drop-up-fill:before {
  content: "\ea53";
}

.ri-arrow-drop-up-line:before {
  content: "\ea54";
}

.ri-arrow-go-back-fill:before {
  content: "\ea55";
}

.ri-arrow-go-back-line:before {
  content: "\ea56";
}

.ri-arrow-go-forward-fill:before {
  content: "\ea57";
}

.ri-arrow-go-forward-line:before {
  content: "\ea58";
}

.ri-arrow-left-circle-fill:before {
  content: "\ea59";
}

.ri-arrow-left-circle-line:before {
  content: "\ea5a";
}

.ri-arrow-left-down-fill:before {
  content: "\ea5b";
}

.ri-arrow-left-down-line:before {
  content: "\ea5c";
}

.ri-arrow-left-fill:before {
  content: "\ea5d";
}

.ri-arrow-left-line:before {
  content: "\ea5e";
}

.ri-arrow-left-right-fill:before {
  content: "\ea5f";
}

.ri-arrow-left-right-line:before {
  content: "\ea60";
}

.ri-arrow-left-s-fill:before {
  content: "\ea61";
}

.ri-arrow-left-s-line:before {
  content: "\ea62";
}

.ri-arrow-left-up-fill:before {
  content: "\ea63";
}

.ri-arrow-left-up-line:before {
  content: "\ea64";
}

.ri-arrow-right-circle-fill:before {
  content: "\ea65";
}

.ri-arrow-right-circle-line:before {
  content: "\ea66";
}

.ri-arrow-right-down-fill:before {
  content: "\ea67";
}

.ri-arrow-right-down-line:before {
  content: "\ea68";
}

.ri-arrow-right-fill:before {
  content: "\ea69";
}

.ri-arrow-right-line:before {
  content: "\ea6a";
}

.ri-arrow-right-s-fill:before {
  content: "\ea6b";
}

.ri-arrow-right-s-line:before {
  content: "\ea6c";
}

.ri-arrow-right-up-fill:before {
  content: "\ea6d";
}

.ri-arrow-right-up-line:before {
  content: "\ea6e";
}

.ri-arrow-up-circle-fill:before {
  content: "\ea6f";
}

.ri-arrow-up-circle-line:before {
  content: "\ea70";
}

.ri-arrow-up-down-fill:before {
  content: "\ea71";
}

.ri-arrow-up-down-line:before {
  content: "\ea72";
}

.ri-arrow-up-fill:before {
  content: "\ea73";
}

.ri-arrow-up-line:before {
  content: "\ea74";
}

.ri-arrow-up-s-fill:before {
  content: "\ea75";
}

.ri-arrow-up-s-line:before {
  content: "\ea76";
}

.ri-artboard-2-fill:before {
  content: "\ea77";
}

.ri-artboard-2-line:before {
  content: "\ea78";
}

.ri-artboard-fill:before {
  content: "\ea79";
}

.ri-artboard-line:before {
  content: "\ea7a";
}

.ri-article-fill:before {
  content: "\ea7b";
}

.ri-article-line:before {
  content: "\ea7c";
}

.ri-aspect-ratio-fill:before {
  content: "\ea7d";
}

.ri-aspect-ratio-line:before {
  content: "\ea7e";
}

.ri-asterisk:before {
  content: "\ea7f";
}

.ri-at-fill:before {
  content: "\ea80";
}

.ri-at-line:before {
  content: "\ea81";
}

.ri-attachment-2:before {
  content: "\ea82";
}

.ri-attachment-fill:before {
  content: "\ea83";
}

.ri-attachment-line:before {
  content: "\ea84";
}

.ri-auction-fill:before {
  content: "\ea85";
}

.ri-auction-line:before {
  content: "\ea86";
}

.ri-award-fill:before {
  content: "\ea87";
}

.ri-award-line:before {
  content: "\ea88";
}

.ri-baidu-fill:before {
  content: "\ea89";
}

.ri-baidu-line:before {
  content: "\ea8a";
}

.ri-ball-pen-fill:before {
  content: "\ea8b";
}

.ri-ball-pen-line:before {
  content: "\ea8c";
}

.ri-bank-card-2-fill:before {
  content: "\ea8d";
}

.ri-bank-card-2-line:before {
  content: "\ea8e";
}

.ri-bank-card-fill:before {
  content: "\ea8f";
}

.ri-bank-card-line:before {
  content: "\ea90";
}

.ri-bank-fill:before {
  content: "\ea91";
}

.ri-bank-line:before {
  content: "\ea92";
}

.ri-bar-chart-2-fill:before {
  content: "\ea93";
}

.ri-bar-chart-2-line:before {
  content: "\ea94";
}

.ri-bar-chart-box-fill:before {
  content: "\ea95";
}

.ri-bar-chart-box-line:before {
  content: "\ea96";
}

.ri-bar-chart-fill:before {
  content: "\ea97";
}

.ri-bar-chart-grouped-fill:before {
  content: "\ea98";
}

.ri-bar-chart-grouped-line:before {
  content: "\ea99";
}

.ri-bar-chart-horizontal-fill:before {
  content: "\ea9a";
}

.ri-bar-chart-horizontal-line:before {
  content: "\ea9b";
}

.ri-bar-chart-line:before {
  content: "\ea9c";
}

.ri-barcode-box-fill:before {
  content: "\ea9d";
}

.ri-barcode-box-line:before {
  content: "\ea9e";
}

.ri-barcode-fill:before {
  content: "\ea9f";
}

.ri-barcode-line:before {
  content: "\eaa0";
}

.ri-barricade-fill:before {
  content: "\eaa1";
}

.ri-barricade-line:before {
  content: "\eaa2";
}

.ri-base-station-fill:before {
  content: "\eaa3";
}

.ri-base-station-line:before {
  content: "\eaa4";
}

.ri-basketball-fill:before {
  content: "\eaa5";
}

.ri-basketball-line:before {
  content: "\eaa6";
}

.ri-battery-2-charge-fill:before {
  content: "\eaa7";
}

.ri-battery-2-charge-line:before {
  content: "\eaa8";
}

.ri-battery-2-fill:before {
  content: "\eaa9";
}

.ri-battery-2-line:before {
  content: "\eaaa";
}

.ri-battery-charge-fill:before {
  content: "\eaab";
}

.ri-battery-charge-line:before {
  content: "\eaac";
}

.ri-battery-fill:before {
  content: "\eaad";
}

.ri-battery-line:before {
  content: "\eaae";
}

.ri-battery-low-fill:before {
  content: "\eaaf";
}

.ri-battery-low-line:before {
  content: "\eab0";
}

.ri-battery-saver-fill:before {
  content: "\eab1";
}

.ri-battery-saver-line:before {
  content: "\eab2";
}

.ri-battery-share-fill:before {
  content: "\eab3";
}

.ri-battery-share-line:before {
  content: "\eab4";
}

.ri-bear-smile-fill:before {
  content: "\eab5";
}

.ri-bear-smile-line:before {
  content: "\eab6";
}

.ri-behance-fill:before {
  content: "\eab7";
}

.ri-behance-line:before {
  content: "\eab8";
}

.ri-bell-fill:before {
  content: "\eab9";
}

.ri-bell-line:before {
  content: "\eaba";
}

.ri-bike-fill:before {
  content: "\eabb";
}

.ri-bike-line:before {
  content: "\eabc";
}

.ri-bilibili-fill:before {
  content: "\eabd";
}

.ri-bilibili-line:before {
  content: "\eabe";
}

.ri-bill-fill:before {
  content: "\eabf";
}

.ri-bill-line:before {
  content: "\eac0";
}

.ri-billiards-fill:before {
  content: "\eac1";
}

.ri-billiards-line:before {
  content: "\eac2";
}

.ri-bit-coin-fill:before {
  content: "\eac3";
}

.ri-bit-coin-line:before {
  content: "\eac4";
}

.ri-blaze-fill:before {
  content: "\eac5";
}

.ri-blaze-line:before {
  content: "\eac6";
}

.ri-bluetooth-connect-fill:before {
  content: "\eac7";
}

.ri-bluetooth-connect-line:before {
  content: "\eac8";
}

.ri-bluetooth-fill:before {
  content: "\eac9";
}

.ri-bluetooth-line:before {
  content: "\eaca";
}

.ri-blur-off-fill:before {
  content: "\eacb";
}

.ri-blur-off-line:before {
  content: "\eacc";
}

.ri-body-scan-fill:before {
  content: "\eacd";
}

.ri-body-scan-line:before {
  content: "\eace";
}

.ri-bold:before {
  content: "\eacf";
}

.ri-book-2-fill:before {
  content: "\ead0";
}

.ri-book-2-line:before {
  content: "\ead1";
}

.ri-book-3-fill:before {
  content: "\ead2";
}

.ri-book-3-line:before {
  content: "\ead3";
}

.ri-book-fill:before {
  content: "\ead4";
}

.ri-book-line:before {
  content: "\ead5";
}

.ri-book-mark-fill:before {
  content: "\ead6";
}

.ri-book-mark-line:before {
  content: "\ead7";
}

.ri-book-open-fill:before {
  content: "\ead8";
}

.ri-book-open-line:before {
  content: "\ead9";
}

.ri-book-read-fill:before {
  content: "\eada";
}

.ri-book-read-line:before {
  content: "\eadb";
}

.ri-booklet-fill:before {
  content: "\eadc";
}

.ri-booklet-line:before {
  content: "\eadd";
}

.ri-bookmark-2-fill:before {
  content: "\eade";
}

.ri-bookmark-2-line:before {
  content: "\eadf";
}

.ri-bookmark-3-fill:before {
  content: "\eae0";
}

.ri-bookmark-3-line:before {
  content: "\eae1";
}

.ri-bookmark-fill:before {
  content: "\eae2";
}

.ri-bookmark-line:before {
  content: "\eae3";
}

.ri-boxing-fill:before {
  content: "\eae4";
}

.ri-boxing-line:before {
  content: "\eae5";
}

.ri-braces-fill:before {
  content: "\eae6";
}

.ri-braces-line:before {
  content: "\eae7";
}

.ri-brackets-fill:before {
  content: "\eae8";
}

.ri-brackets-line:before {
  content: "\eae9";
}

.ri-briefcase-2-fill:before {
  content: "\eaea";
}

.ri-briefcase-2-line:before {
  content: "\eaeb";
}

.ri-briefcase-3-fill:before {
  content: "\eaec";
}

.ri-briefcase-3-line:before {
  content: "\eaed";
}

.ri-briefcase-4-fill:before {
  content: "\eaee";
}

.ri-briefcase-4-line:before {
  content: "\eaef";
}

.ri-briefcase-5-fill:before {
  content: "\eaf0";
}

.ri-briefcase-5-line:before {
  content: "\eaf1";
}

.ri-briefcase-fill:before {
  content: "\eaf2";
}

.ri-briefcase-line:before {
  content: "\eaf3";
}

.ri-bring-forward:before {
  content: "\eaf4";
}

.ri-bring-to-front:before {
  content: "\eaf5";
}

.ri-broadcast-fill:before {
  content: "\eaf6";
}

.ri-broadcast-line:before {
  content: "\eaf7";
}

.ri-brush-2-fill:before {
  content: "\eaf8";
}

.ri-brush-2-line:before {
  content: "\eaf9";
}

.ri-brush-3-fill:before {
  content: "\eafa";
}

.ri-brush-3-line:before {
  content: "\eafb";
}

.ri-brush-4-fill:before {
  content: "\eafc";
}

.ri-brush-4-line:before {
  content: "\eafd";
}

.ri-brush-fill:before {
  content: "\eafe";
}

.ri-brush-line:before {
  content: "\eaff";
}

.ri-bubble-chart-fill:before {
  content: "\eb00";
}

.ri-bubble-chart-line:before {
  content: "\eb01";
}

.ri-bug-2-fill:before {
  content: "\eb02";
}

.ri-bug-2-line:before {
  content: "\eb03";
}

.ri-bug-fill:before {
  content: "\eb04";
}

.ri-bug-line:before {
  content: "\eb05";
}

.ri-building-2-fill:before {
  content: "\eb06";
}

.ri-building-2-line:before {
  content: "\eb07";
}

.ri-building-3-fill:before {
  content: "\eb08";
}

.ri-building-3-line:before {
  content: "\eb09";
}

.ri-building-4-fill:before {
  content: "\eb0a";
}

.ri-building-4-line:before {
  content: "\eb0b";
}

.ri-building-fill:before {
  content: "\eb0c";
}

.ri-building-line:before {
  content: "\eb0d";
}

.ri-bus-2-fill:before {
  content: "\eb0e";
}

.ri-bus-2-line:before {
  content: "\eb0f";
}

.ri-bus-fill:before {
  content: "\eb10";
}

.ri-bus-line:before {
  content: "\eb11";
}

.ri-bus-wifi-fill:before {
  content: "\eb12";
}

.ri-bus-wifi-line:before {
  content: "\eb13";
}

.ri-cake-2-fill:before {
  content: "\eb14";
}

.ri-cake-2-line:before {
  content: "\eb15";
}

.ri-cake-3-fill:before {
  content: "\eb16";
}

.ri-cake-3-line:before {
  content: "\eb17";
}

.ri-cake-fill:before {
  content: "\eb18";
}

.ri-cake-line:before {
  content: "\eb19";
}

.ri-calculator-fill:before {
  content: "\eb1a";
}

.ri-calculator-line:before {
  content: "\eb1b";
}

.ri-calendar-2-fill:before {
  content: "\eb1c";
}

.ri-calendar-2-line:before {
  content: "\eb1d";
}

.ri-calendar-check-fill:before {
  content: "\eb1e";
}

.ri-calendar-check-line:before {
  content: "\eb1f";
}

.ri-calendar-event-fill:before {
  content: "\eb20";
}

.ri-calendar-event-line:before {
  content: "\eb21";
}

.ri-calendar-fill:before {
  content: "\eb22";
}

.ri-calendar-line:before {
  content: "\eb23";
}

.ri-calendar-todo-fill:before {
  content: "\eb24";
}

.ri-calendar-todo-line:before {
  content: "\eb25";
}

.ri-camera-2-fill:before {
  content: "\eb26";
}

.ri-camera-2-line:before {
  content: "\eb27";
}

.ri-camera-3-fill:before {
  content: "\eb28";
}

.ri-camera-3-line:before {
  content: "\eb29";
}

.ri-camera-fill:before {
  content: "\eb2a";
}

.ri-camera-lens-fill:before {
  content: "\eb2b";
}

.ri-camera-lens-line:before {
  content: "\eb2c";
}

.ri-camera-line:before {
  content: "\eb2d";
}

.ri-camera-off-fill:before {
  content: "\eb2e";
}

.ri-camera-off-line:before {
  content: "\eb2f";
}

.ri-camera-switch-fill:before {
  content: "\eb30";
}

.ri-camera-switch-line:before {
  content: "\eb31";
}

.ri-car-fill:before {
  content: "\eb32";
}

.ri-car-line:before {
  content: "\eb33";
}

.ri-car-washing-fill:before {
  content: "\eb34";
}

.ri-car-washing-line:before {
  content: "\eb35";
}

.ri-caravan-fill:before {
  content: "\eb36";
}

.ri-caravan-line:before {
  content: "\eb37";
}

.ri-cast-fill:before {
  content: "\eb38";
}

.ri-cast-line:before {
  content: "\eb39";
}

.ri-cellphone-fill:before {
  content: "\eb3a";
}

.ri-cellphone-line:before {
  content: "\eb3b";
}

.ri-celsius-fill:before {
  content: "\eb3c";
}

.ri-celsius-line:before {
  content: "\eb3d";
}

.ri-centos-fill:before {
  content: "\eb3e";
}

.ri-centos-line:before {
  content: "\eb3f";
}

.ri-character-recognition-fill:before {
  content: "\eb40";
}

.ri-character-recognition-line:before {
  content: "\eb41";
}

.ri-charging-pile-2-fill:before {
  content: "\eb42";
}

.ri-charging-pile-2-line:before {
  content: "\eb43";
}

.ri-charging-pile-fill:before {
  content: "\eb44";
}

.ri-charging-pile-line:before {
  content: "\eb45";
}

.ri-chat-1-fill:before {
  content: "\eb46";
}

.ri-chat-1-line:before {
  content: "\eb47";
}

.ri-chat-2-fill:before {
  content: "\eb48";
}

.ri-chat-2-line:before {
  content: "\eb49";
}

.ri-chat-3-fill:before {
  content: "\eb4a";
}

.ri-chat-3-line:before {
  content: "\eb4b";
}

.ri-chat-4-fill:before {
  content: "\eb4c";
}

.ri-chat-4-line:before {
  content: "\eb4d";
}

.ri-chat-check-fill:before {
  content: "\eb4e";
}

.ri-chat-check-line:before {
  content: "\eb4f";
}

.ri-chat-delete-fill:before {
  content: "\eb50";
}

.ri-chat-delete-line:before {
  content: "\eb51";
}

.ri-chat-download-fill:before {
  content: "\eb52";
}

.ri-chat-download-line:before {
  content: "\eb53";
}

.ri-chat-follow-up-fill:before {
  content: "\eb54";
}

.ri-chat-follow-up-line:before {
  content: "\eb55";
}

.ri-chat-forward-fill:before {
  content: "\eb56";
}

.ri-chat-forward-line:before {
  content: "\eb57";
}

.ri-chat-heart-fill:before {
  content: "\eb58";
}

.ri-chat-heart-line:before {
  content: "\eb59";
}

.ri-chat-history-fill:before {
  content: "\eb5a";
}

.ri-chat-history-line:before {
  content: "\eb5b";
}

.ri-chat-new-fill:before {
  content: "\eb5c";
}

.ri-chat-new-line:before {
  content: "\eb5d";
}

.ri-chat-off-fill:before {
  content: "\eb5e";
}

.ri-chat-off-line:before {
  content: "\eb5f";
}

.ri-chat-poll-fill:before {
  content: "\eb60";
}

.ri-chat-poll-line:before {
  content: "\eb61";
}

.ri-chat-private-fill:before {
  content: "\eb62";
}

.ri-chat-private-line:before {
  content: "\eb63";
}

.ri-chat-quote-fill:before {
  content: "\eb64";
}

.ri-chat-quote-line:before {
  content: "\eb65";
}

.ri-chat-settings-fill:before {
  content: "\eb66";
}

.ri-chat-settings-line:before {
  content: "\eb67";
}

.ri-chat-smile-2-fill:before {
  content: "\eb68";
}

.ri-chat-smile-2-line:before {
  content: "\eb69";
}

.ri-chat-smile-3-fill:before {
  content: "\eb6a";
}

.ri-chat-smile-3-line:before {
  content: "\eb6b";
}

.ri-chat-smile-fill:before {
  content: "\eb6c";
}

.ri-chat-smile-line:before {
  content: "\eb6d";
}

.ri-chat-upload-fill:before {
  content: "\eb6e";
}

.ri-chat-upload-line:before {
  content: "\eb6f";
}

.ri-chat-voice-fill:before {
  content: "\eb70";
}

.ri-chat-voice-line:before {
  content: "\eb71";
}

.ri-check-double-fill:before {
  content: "\eb72";
}

.ri-check-double-line:before {
  content: "\eb73";
}

.ri-check-fill:before {
  content: "\eb74";
}

.ri-check-line:before {
  content: "\eb75";
}

.ri-checkbox-blank-circle-fill:before {
  content: "\eb76";
}

.ri-checkbox-blank-circle-line:before {
  content: "\eb77";
}

.ri-checkbox-blank-fill:before {
  content: "\eb78";
}

.ri-checkbox-blank-line:before {
  content: "\eb79";
}

.ri-checkbox-circle-fill:before {
  content: "\eb7a";
}

.ri-checkbox-circle-line:before {
  content: "\eb7b";
}

.ri-checkbox-fill:before {
  content: "\eb7c";
}

.ri-checkbox-indeterminate-fill:before {
  content: "\eb7d";
}

.ri-checkbox-indeterminate-line:before {
  content: "\eb7e";
}

.ri-checkbox-line:before {
  content: "\eb7f";
}

.ri-checkbox-multiple-blank-fill:before {
  content: "\eb80";
}

.ri-checkbox-multiple-blank-line:before {
  content: "\eb81";
}

.ri-checkbox-multiple-fill:before {
  content: "\eb82";
}

.ri-checkbox-multiple-line:before {
  content: "\eb83";
}

.ri-china-railway-fill:before {
  content: "\eb84";
}

.ri-china-railway-line:before {
  content: "\eb85";
}

.ri-chrome-fill:before {
  content: "\eb86";
}

.ri-chrome-line:before {
  content: "\eb87";
}

.ri-clapperboard-fill:before {
  content: "\eb88";
}

.ri-clapperboard-line:before {
  content: "\eb89";
}

.ri-clipboard-fill:before {
  content: "\eb8a";
}

.ri-clipboard-line:before {
  content: "\eb8b";
}

.ri-clockwise-2-fill:before {
  content: "\eb8c";
}

.ri-clockwise-2-line:before {
  content: "\eb8d";
}

.ri-clockwise-fill:before {
  content: "\eb8e";
}

.ri-clockwise-line:before {
  content: "\eb8f";
}

.ri-close-circle-fill:before {
  content: "\eb90";
}

.ri-close-circle-line:before {
  content: "\eb91";
}

.ri-close-fill:before {
  content: "\eb92";
}

.ri-close-line:before {
  content: "\eb93";
}

.ri-cloud-fill:before {
  content: "\eb94";
}

.ri-cloud-line:before {
  content: "\eb95";
}

.ri-cloud-off-fill:before {
  content: "\eb96";
}

.ri-cloud-off-line:before {
  content: "\eb97";
}

.ri-cloud-windy-fill:before {
  content: "\eb98";
}

.ri-cloud-windy-line:before {
  content: "\eb99";
}

.ri-cloudy-2-fill:before {
  content: "\eb9a";
}

.ri-cloudy-2-line:before {
  content: "\eb9b";
}

.ri-cloudy-fill:before {
  content: "\eb9c";
}

.ri-cloudy-line:before {
  content: "\eb9d";
}

.ri-code-box-fill:before {
  content: "\eb9e";
}

.ri-code-box-line:before {
  content: "\eb9f";
}

.ri-code-fill:before {
  content: "\eba0";
}

.ri-code-line:before {
  content: "\eba1";
}

.ri-code-s-fill:before {
  content: "\eba2";
}

.ri-code-s-line:before {
  content: "\eba3";
}

.ri-code-s-slash-fill:before {
  content: "\eba4";
}

.ri-code-s-slash-line:before {
  content: "\eba5";
}

.ri-code-view:before {
  content: "\eba6";
}

.ri-codepen-fill:before {
  content: "\eba7";
}

.ri-codepen-line:before {
  content: "\eba8";
}

.ri-coin-fill:before {
  content: "\eba9";
}

.ri-coin-line:before {
  content: "\ebaa";
}

.ri-coins-fill:before {
  content: "\ebab";
}

.ri-coins-line:before {
  content: "\ebac";
}

.ri-command-fill:before {
  content: "\ebad";
}

.ri-command-line:before {
  content: "\ebae";
}

.ri-community-fill:before {
  content: "\ebaf";
}

.ri-community-line:before {
  content: "\ebb0";
}

.ri-compass-2-fill:before {
  content: "\ebb1";
}

.ri-compass-2-line:before {
  content: "\ebb2";
}

.ri-compass-3-fill:before {
  content: "\ebb3";
}

.ri-compass-3-line:before {
  content: "\ebb4";
}

.ri-compass-4-fill:before {
  content: "\ebb5";
}

.ri-compass-4-line:before {
  content: "\ebb6";
}

.ri-compass-discover-fill:before {
  content: "\ebb7";
}

.ri-compass-discover-line:before {
  content: "\ebb8";
}

.ri-compass-fill:before {
  content: "\ebb9";
}

.ri-compass-line:before {
  content: "\ebba";
}

.ri-compasses-2-fill:before {
  content: "\ebbb";
}

.ri-compasses-2-line:before {
  content: "\ebbc";
}

.ri-compasses-fill:before {
  content: "\ebbd";
}

.ri-compasses-line:before {
  content: "\ebbe";
}

.ri-computer-fill:before {
  content: "\ebbf";
}

.ri-computer-line:before {
  content: "\ebc0";
}

.ri-contacts-book-2-fill:before {
  content: "\ebc1";
}

.ri-contacts-book-2-line:before {
  content: "\ebc2";
}

.ri-contacts-book-fill:before {
  content: "\ebc3";
}

.ri-contacts-book-line:before {
  content: "\ebc4";
}

.ri-contacts-book-upload-fill:before {
  content: "\ebc5";
}

.ri-contacts-book-upload-line:before {
  content: "\ebc6";
}

.ri-contacts-fill:before {
  content: "\ebc7";
}

.ri-contacts-line:before {
  content: "\ebc8";
}

.ri-contrast-2-fill:before {
  content: "\ebc9";
}

.ri-contrast-2-line:before {
  content: "\ebca";
}

.ri-contrast-drop-2-fill:before {
  content: "\ebcb";
}

.ri-contrast-drop-2-line:before {
  content: "\ebcc";
}

.ri-contrast-drop-fill:before {
  content: "\ebcd";
}

.ri-contrast-drop-line:before {
  content: "\ebce";
}

.ri-contrast-fill:before {
  content: "\ebcf";
}

.ri-contrast-line:before {
  content: "\ebd0";
}

.ri-copper-coin-fill:before {
  content: "\ebd1";
}

.ri-copper-coin-line:before {
  content: "\ebd2";
}

.ri-copper-diamond-fill:before {
  content: "\ebd3";
}

.ri-copper-diamond-line:before {
  content: "\ebd4";
}

.ri-copyright-fill:before {
  content: "\ebd5";
}

.ri-copyright-line:before {
  content: "\ebd6";
}

.ri-coreos-fill:before {
  content: "\ebd7";
}

.ri-coreos-line:before {
  content: "\ebd8";
}

.ri-coupon-2-fill:before {
  content: "\ebd9";
}

.ri-coupon-2-line:before {
  content: "\ebda";
}

.ri-coupon-3-fill:before {
  content: "\ebdb";
}

.ri-coupon-3-line:before {
  content: "\ebdc";
}

.ri-coupon-4-fill:before {
  content: "\ebdd";
}

.ri-coupon-4-line:before {
  content: "\ebde";
}

.ri-coupon-5-fill:before {
  content: "\ebdf";
}

.ri-coupon-5-line:before {
  content: "\ebe0";
}

.ri-coupon-fill:before {
  content: "\ebe1";
}

.ri-coupon-line:before {
  content: "\ebe2";
}

.ri-cpu-fill:before {
  content: "\ebe3";
}

.ri-cpu-line:before {
  content: "\ebe4";
}

.ri-creative-commons-by-fill:before {
  content: "\ebe5";
}

.ri-creative-commons-by-line:before {
  content: "\ebe6";
}

.ri-creative-commons-fill:before {
  content: "\ebe7";
}

.ri-creative-commons-line:before {
  content: "\ebe8";
}

.ri-creative-commons-nc-fill:before {
  content: "\ebe9";
}

.ri-creative-commons-nc-line:before {
  content: "\ebea";
}

.ri-creative-commons-nd-fill:before {
  content: "\ebeb";
}

.ri-creative-commons-nd-line:before {
  content: "\ebec";
}

.ri-creative-commons-sa-fill:before {
  content: "\ebed";
}

.ri-creative-commons-sa-line:before {
  content: "\ebee";
}

.ri-creative-commons-zero-fill:before {
  content: "\ebef";
}

.ri-creative-commons-zero-line:before {
  content: "\ebf0";
}

.ri-criminal-fill:before {
  content: "\ebf1";
}

.ri-criminal-line:before {
  content: "\ebf2";
}

.ri-crop-2-fill:before {
  content: "\ebf3";
}

.ri-crop-2-line:before {
  content: "\ebf4";
}

.ri-crop-fill:before {
  content: "\ebf5";
}

.ri-crop-line:before {
  content: "\ebf6";
}

.ri-css3-fill:before {
  content: "\ebf7";
}

.ri-css3-line:before {
  content: "\ebf8";
}

.ri-cup-fill:before {
  content: "\ebf9";
}

.ri-cup-line:before {
  content: "\ebfa";
}

.ri-currency-fill:before {
  content: "\ebfb";
}

.ri-currency-line:before {
  content: "\ebfc";
}

.ri-cursor-fill:before {
  content: "\ebfd";
}

.ri-cursor-line:before {
  content: "\ebfe";
}

.ri-customer-service-2-fill:before {
  content: "\ebff";
}

.ri-customer-service-2-line:before {
  content: "\ec00";
}

.ri-customer-service-fill:before {
  content: "\ec01";
}

.ri-customer-service-line:before {
  content: "\ec02";
}

.ri-dashboard-fill:before {
  content: "\ec03";
}

.ri-dashboard-line:before {
  content: "\ec04";
}

.ri-database-2-fill:before {
  content: "\ec05";
}

.ri-database-2-line:before {
  content: "\ec06";
}

.ri-database-fill:before {
  content: "\ec07";
}

.ri-database-line:before {
  content: "\ec08";
}

.ri-delete-back-2-fill:before {
  content: "\ec09";
}

.ri-delete-back-2-line:before {
  content: "\ec0a";
}

.ri-delete-back-fill:before {
  content: "\ec0b";
}

.ri-delete-back-line:before {
  content: "\ec0c";
}

.ri-delete-bin-2-fill:before {
  content: "\ec0d";
}

.ri-delete-bin-2-line:before {
  content: "\ec0e";
}

.ri-delete-bin-3-fill:before {
  content: "\ec0f";
}

.ri-delete-bin-3-line:before {
  content: "\ec10";
}

.ri-delete-bin-4-fill:before {
  content: "\ec11";
}

.ri-delete-bin-4-line:before {
  content: "\ec12";
}

.ri-delete-bin-5-fill:before {
  content: "\ec13";
}

.ri-delete-bin-5-line:before {
  content: "\ec14";
}

.ri-delete-bin-6-fill:before {
  content: "\ec15";
}

.ri-delete-bin-6-line:before {
  content: "\ec16";
}

.ri-delete-bin-7-fill:before {
  content: "\ec17";
}

.ri-delete-bin-7-line:before {
  content: "\ec18";
}

.ri-delete-bin-fill:before {
  content: "\ec19";
}

.ri-delete-bin-line:before {
  content: "\ec1a";
}

.ri-device-fill:before {
  content: "\ec1b";
}

.ri-device-line:before {
  content: "\ec1c";
}

.ri-device-recover-fill:before {
  content: "\ec1d";
}

.ri-device-recover-line:before {
  content: "\ec1e";
}

.ri-dingding-fill:before {
  content: "\ec1f";
}

.ri-dingding-line:before {
  content: "\ec20";
}

.ri-direction-fill:before {
  content: "\ec21";
}

.ri-direction-line:before {
  content: "\ec22";
}

.ri-disc-fill:before {
  content: "\ec23";
}

.ri-disc-line:before {
  content: "\ec24";
}

.ri-discord-fill:before {
  content: "\ec25";
}

.ri-discord-line:before {
  content: "\ec26";
}

.ri-discuss-fill:before {
  content: "\ec27";
}

.ri-discuss-line:before {
  content: "\ec28";
}

.ri-disqus-fill:before {
  content: "\ec29";
}

.ri-disqus-line:before {
  content: "\ec2a";
}

.ri-divide-fill:before {
  content: "\ec2b";
}

.ri-divide-line:before {
  content: "\ec2c";
}

.ri-donut-chart-fill:before {
  content: "\ec2d";
}

.ri-donut-chart-line:before {
  content: "\ec2e";
}

.ri-door-lock-box-fill:before {
  content: "\ec2f";
}

.ri-door-lock-box-line:before {
  content: "\ec30";
}

.ri-door-lock-fill:before {
  content: "\ec31";
}

.ri-door-lock-line:before {
  content: "\ec32";
}

.ri-douban-fill:before {
  content: "\ec33";
}

.ri-douban-line:before {
  content: "\ec34";
}

.ri-double-quotes-l:before {
  content: "\ec35";
}

.ri-double-quotes-r:before {
  content: "\ec36";
}

.ri-download-2-fill:before {
  content: "\ec37";
}

.ri-download-2-line:before {
  content: "\ec38";
}

.ri-download-cloud-2-fill:before {
  content: "\ec39";
}

.ri-download-cloud-2-line:before {
  content: "\ec3a";
}

.ri-download-cloud-fill:before {
  content: "\ec3b";
}

.ri-download-cloud-line:before {
  content: "\ec3c";
}

.ri-download-fill:before {
  content: "\ec3d";
}

.ri-download-line:before {
  content: "\ec3e";
}

.ri-drag-drop-fill:before {
  content: "\ec3f";
}

.ri-drag-drop-line:before {
  content: "\ec40";
}

.ri-drag-move-2-fill:before {
  content: "\ec41";
}

.ri-drag-move-2-line:before {
  content: "\ec42";
}

.ri-drag-move-fill:before {
  content: "\ec43";
}

.ri-drag-move-line:before {
  content: "\ec44";
}

.ri-dribbble-fill:before {
  content: "\ec45";
}

.ri-dribbble-line:before {
  content: "\ec46";
}

.ri-drive-fill:before {
  content: "\ec47";
}

.ri-drive-line:before {
  content: "\ec48";
}

.ri-drizzle-fill:before {
  content: "\ec49";
}

.ri-drizzle-line:before {
  content: "\ec4a";
}

.ri-drop-fill:before {
  content: "\ec4b";
}

.ri-drop-line:before {
  content: "\ec4c";
}

.ri-dropbox-fill:before {
  content: "\ec4d";
}

.ri-dropbox-line:before {
  content: "\ec4e";
}

.ri-dual-sim-1-fill:before {
  content: "\ec4f";
}

.ri-dual-sim-1-line:before {
  content: "\ec50";
}

.ri-dual-sim-2-fill:before {
  content: "\ec51";
}

.ri-dual-sim-2-line:before {
  content: "\ec52";
}

.ri-dv-fill:before {
  content: "\ec53";
}

.ri-dv-line:before {
  content: "\ec54";
}

.ri-dvd-fill:before {
  content: "\ec55";
}

.ri-dvd-line:before {
  content: "\ec56";
}

.ri-e-bike-2-fill:before {
  content: "\ec57";
}

.ri-e-bike-2-line:before {
  content: "\ec58";
}

.ri-e-bike-fill:before {
  content: "\ec59";
}

.ri-e-bike-line:before {
  content: "\ec5a";
}

.ri-earth-fill:before {
  content: "\ec5b";
}

.ri-earth-line:before {
  content: "\ec5c";
}

.ri-earthquake-fill:before {
  content: "\ec5d";
}

.ri-earthquake-line:before {
  content: "\ec5e";
}

.ri-edge-fill:before {
  content: "\ec5f";
}

.ri-edge-line:before {
  content: "\ec60";
}

.ri-edit-2-fill:before {
  content: "\ec61";
}

.ri-edit-2-line:before {
  content: "\ec62";
}

.ri-edit-box-fill:before {
  content: "\ec63";
}

.ri-edit-box-line:before {
  content: "\ec64";
}

.ri-edit-circle-fill:before {
  content: "\ec65";
}

.ri-edit-circle-line:before {
  content: "\ec66";
}

.ri-edit-fill:before {
  content: "\ec67";
}

.ri-edit-line:before {
  content: "\ec68";
}

.ri-eject-fill:before {
  content: "\ec69";
}

.ri-eject-line:before {
  content: "\ec6a";
}

.ri-emotion-2-fill:before {
  content: "\ec6b";
}

.ri-emotion-2-line:before {
  content: "\ec6c";
}

.ri-emotion-fill:before {
  content: "\ec6d";
}

.ri-emotion-happy-fill:before {
  content: "\ec6e";
}

.ri-emotion-happy-line:before {
  content: "\ec6f";
}

.ri-emotion-laugh-fill:before {
  content: "\ec70";
}

.ri-emotion-laugh-line:before {
  content: "\ec71";
}

.ri-emotion-line:before {
  content: "\ec72";
}

.ri-emotion-normal-fill:before {
  content: "\ec73";
}

.ri-emotion-normal-line:before {
  content: "\ec74";
}

.ri-emotion-sad-fill:before {
  content: "\ec75";
}

.ri-emotion-sad-line:before {
  content: "\ec76";
}

.ri-emotion-unhappy-fill:before {
  content: "\ec77";
}

.ri-emotion-unhappy-line:before {
  content: "\ec78";
}

.ri-emphasis-cn:before {
  content: "\ec79";
}

.ri-emphasis:before {
  content: "\ec7a";
}

.ri-english-input:before {
  content: "\ec7b";
}

.ri-equalizer-fill:before {
  content: "\ec7c";
}

.ri-equalizer-line:before {
  content: "\ec7d";
}

.ri-eraser-fill:before {
  content: "\ec7e";
}

.ri-eraser-line:before {
  content: "\ec7f";
}

.ri-error-warning-fill:before {
  content: "\ec80";
}

.ri-error-warning-line:before {
  content: "\ec81";
}

.ri-evernote-fill:before {
  content: "\ec82";
}

.ri-evernote-line:before {
  content: "\ec83";
}

.ri-exchange-box-fill:before {
  content: "\ec84";
}

.ri-exchange-box-line:before {
  content: "\ec85";
}

.ri-exchange-cny-fill:before {
  content: "\ec86";
}

.ri-exchange-cny-line:before {
  content: "\ec87";
}

.ri-exchange-dollar-fill:before {
  content: "\ec88";
}

.ri-exchange-dollar-line:before {
  content: "\ec89";
}

.ri-exchange-fill:before {
  content: "\ec8a";
}

.ri-exchange-funds-fill:before {
  content: "\ec8b";
}

.ri-exchange-funds-line:before {
  content: "\ec8c";
}

.ri-exchange-line:before {
  content: "\ec8d";
}

.ri-external-link-fill:before {
  content: "\ec8e";
}

.ri-external-link-line:before {
  content: "\ec8f";
}

.ri-eye-2-fill:before {
  content: "\ec90";
}

.ri-eye-2-line:before {
  content: "\ec91";
}

.ri-eye-close-fill:before {
  content: "\ec92";
}

.ri-eye-close-line:before {
  content: "\ec93";
}

.ri-eye-fill:before {
  content: "\ec94";
}

.ri-eye-line:before {
  content: "\ec95";
}

.ri-eye-off-fill:before {
  content: "\ec96";
}

.ri-eye-off-line:before {
  content: "\ec97";
}

.ri-facebook-box-fill:before {
  content: "\ec98";
}

.ri-facebook-box-line:before {
  content: "\ec99";
}

.ri-facebook-circle-fill:before {
  content: "\ec9a";
}

.ri-facebook-circle-line:before {
  content: "\ec9b";
}

.ri-facebook-fill:before {
  content: "\ec9c";
}

.ri-facebook-line:before {
  content: "\ec9d";
}

.ri-fahrenheit-fill:before {
  content: "\ec9e";
}

.ri-fahrenheit-line:before {
  content: "\ec9f";
}

.ri-feedback-fill:before {
  content: "\eca0";
}

.ri-feedback-line:before {
  content: "\eca1";
}

.ri-file-2-fill:before {
  content: "\eca2";
}

.ri-file-2-line:before {
  content: "\eca3";
}

.ri-file-3-fill:before {
  content: "\eca4";
}

.ri-file-3-line:before {
  content: "\eca5";
}

.ri-file-4-fill:before {
  content: "\eca6";
}

.ri-file-4-line:before {
  content: "\eca7";
}

.ri-file-add-fill:before {
  content: "\eca8";
}

.ri-file-add-line:before {
  content: "\eca9";
}

.ri-file-chart-2-fill:before {
  content: "\ecaa";
}

.ri-file-chart-2-line:before {
  content: "\ecab";
}

.ri-file-chart-fill:before {
  content: "\ecac";
}

.ri-file-chart-line:before {
  content: "\ecad";
}

.ri-file-cloud-fill:before {
  content: "\ecae";
}

.ri-file-cloud-line:before {
  content: "\ecaf";
}

.ri-file-code-fill:before {
  content: "\ecb0";
}

.ri-file-code-line:before {
  content: "\ecb1";
}

.ri-file-copy-2-fill:before {
  content: "\ecb2";
}

.ri-file-copy-2-line:before {
  content: "\ecb3";
}

.ri-file-copy-fill:before {
  content: "\ecb4";
}

.ri-file-copy-line:before {
  content: "\ecb5";
}

.ri-file-damage-fill:before {
  content: "\ecb6";
}

.ri-file-damage-line:before {
  content: "\ecb7";
}

.ri-file-download-fill:before {
  content: "\ecb8";
}

.ri-file-download-line:before {
  content: "\ecb9";
}

.ri-file-edit-fill:before {
  content: "\ecba";
}

.ri-file-edit-line:before {
  content: "\ecbb";
}

.ri-file-excel-2-fill:before {
  content: "\ecbc";
}

.ri-file-excel-2-line:before {
  content: "\ecbd";
}

.ri-file-excel-fill:before {
  content: "\ecbe";
}

.ri-file-excel-line:before {
  content: "\ecbf";
}

.ri-file-fill:before {
  content: "\ecc0";
}

.ri-file-forbid-fill:before {
  content: "\ecc1";
}

.ri-file-forbid-line:before {
  content: "\ecc2";
}

.ri-file-gif-fill:before {
  content: "\ecc3";
}

.ri-file-gif-line:before {
  content: "\ecc4";
}

.ri-file-history-fill:before {
  content: "\ecc5";
}

.ri-file-history-line:before {
  content: "\ecc6";
}

.ri-file-hwp-fill:before {
  content: "\ecc7";
}

.ri-file-hwp-line:before {
  content: "\ecc8";
}

.ri-file-info-fill:before {
  content: "\ecc9";
}

.ri-file-info-line:before {
  content: "\ecca";
}

.ri-file-line:before {
  content: "\eccb";
}

.ri-file-list-2-fill:before {
  content: "\eccc";
}

.ri-file-list-2-line:before {
  content: "\eccd";
}

.ri-file-list-3-fill:before {
  content: "\ecce";
}

.ri-file-list-3-line:before {
  content: "\eccf";
}

.ri-file-list-fill:before {
  content: "\ecd0";
}

.ri-file-list-line:before {
  content: "\ecd1";
}

.ri-file-lock-fill:before {
  content: "\ecd2";
}

.ri-file-lock-line:before {
  content: "\ecd3";
}

.ri-file-mark-fill:before {
  content: "\ecd4";
}

.ri-file-mark-line:before {
  content: "\ecd5";
}

.ri-file-music-fill:before {
  content: "\ecd6";
}

.ri-file-music-line:before {
  content: "\ecd7";
}

.ri-file-paper-2-fill:before {
  content: "\ecd8";
}

.ri-file-paper-2-line:before {
  content: "\ecd9";
}

.ri-file-paper-fill:before {
  content: "\ecda";
}

.ri-file-paper-line:before {
  content: "\ecdb";
}

.ri-file-pdf-fill:before {
  content: "\ecdc";
}

.ri-file-pdf-line:before {
  content: "\ecdd";
}

.ri-file-ppt-2-fill:before {
  content: "\ecde";
}

.ri-file-ppt-2-line:before {
  content: "\ecdf";
}

.ri-file-ppt-fill:before {
  content: "\ece0";
}

.ri-file-ppt-line:before {
  content: "\ece1";
}

.ri-file-reduce-fill:before {
  content: "\ece2";
}

.ri-file-reduce-line:before {
  content: "\ece3";
}

.ri-file-search-fill:before {
  content: "\ece4";
}

.ri-file-search-line:before {
  content: "\ece5";
}

.ri-file-settings-fill:before {
  content: "\ece6";
}

.ri-file-settings-line:before {
  content: "\ece7";
}

.ri-file-shield-2-fill:before {
  content: "\ece8";
}

.ri-file-shield-2-line:before {
  content: "\ece9";
}

.ri-file-shield-fill:before {
  content: "\ecea";
}

.ri-file-shield-line:before {
  content: "\eceb";
}

.ri-file-shred-fill:before {
  content: "\ecec";
}

.ri-file-shred-line:before {
  content: "\eced";
}

.ri-file-text-fill:before {
  content: "\ecee";
}

.ri-file-text-line:before {
  content: "\ecef";
}

.ri-file-transfer-fill:before {
  content: "\ecf0";
}

.ri-file-transfer-line:before {
  content: "\ecf1";
}

.ri-file-unknow-fill:before {
  content: "\ecf2";
}

.ri-file-unknow-line:before {
  content: "\ecf3";
}

.ri-file-upload-fill:before {
  content: "\ecf4";
}

.ri-file-upload-line:before {
  content: "\ecf5";
}

.ri-file-user-fill:before {
  content: "\ecf6";
}

.ri-file-user-line:before {
  content: "\ecf7";
}

.ri-file-warning-fill:before {
  content: "\ecf8";
}

.ri-file-warning-line:before {
  content: "\ecf9";
}

.ri-file-word-2-fill:before {
  content: "\ecfa";
}

.ri-file-word-2-line:before {
  content: "\ecfb";
}

.ri-file-word-fill:before {
  content: "\ecfc";
}

.ri-file-word-line:before {
  content: "\ecfd";
}

.ri-file-zip-fill:before {
  content: "\ecfe";
}

.ri-file-zip-line:before {
  content: "\ecff";
}

.ri-film-fill:before {
  content: "\ed00";
}

.ri-film-line:before {
  content: "\ed01";
}

.ri-filter-2-fill:before {
  content: "\ed02";
}

.ri-filter-2-line:before {
  content: "\ed03";
}

.ri-filter-3-fill:before {
  content: "\ed04";
}

.ri-filter-3-line:before {
  content: "\ed05";
}

.ri-filter-fill:before {
  content: "\ed06";
}

.ri-filter-line:before {
  content: "\ed07";
}

.ri-find-replace-fill:before {
  content: "\ed08";
}

.ri-find-replace-line:before {
  content: "\ed09";
}

.ri-fingerprint-2-fill:before {
  content: "\ed0a";
}

.ri-fingerprint-2-line:before {
  content: "\ed0b";
}

.ri-fingerprint-fill:before {
  content: "\ed0c";
}

.ri-fingerprint-line:before {
  content: "\ed0d";
}

.ri-fire-fill:before {
  content: "\ed0e";
}

.ri-fire-line:before {
  content: "\ed0f";
}

.ri-firefox-fill:before {
  content: "\ed10";
}

.ri-firefox-line:before {
  content: "\ed11";
}

.ri-flag-2-fill:before {
  content: "\ed12";
}

.ri-flag-2-line:before {
  content: "\ed13";
}

.ri-flag-fill:before {
  content: "\ed14";
}

.ri-flag-line:before {
  content: "\ed15";
}

.ri-flashlight-fill:before {
  content: "\ed16";
}

.ri-flashlight-line:before {
  content: "\ed17";
}

.ri-flask-fill:before {
  content: "\ed18";
}

.ri-flask-line:before {
  content: "\ed19";
}

.ri-flight-land-fill:before {
  content: "\ed1a";
}

.ri-flight-land-line:before {
  content: "\ed1b";
}

.ri-flight-takeoff-fill:before {
  content: "\ed1c";
}

.ri-flight-takeoff-line:before {
  content: "\ed1d";
}

.ri-flood-fill:before {
  content: "\ed1e";
}

.ri-flood-line:before {
  content: "\ed1f";
}

.ri-flutter-fill:before {
  content: "\ed20";
}

.ri-flutter-line:before {
  content: "\ed21";
}

.ri-focus-2-fill:before {
  content: "\ed22";
}

.ri-focus-2-line:before {
  content: "\ed23";
}

.ri-focus-3-fill:before {
  content: "\ed24";
}

.ri-focus-3-line:before {
  content: "\ed25";
}

.ri-focus-fill:before {
  content: "\ed26";
}

.ri-focus-line:before {
  content: "\ed27";
}

.ri-foggy-fill:before {
  content: "\ed28";
}

.ri-foggy-line:before {
  content: "\ed29";
}

.ri-folder-2-fill:before {
  content: "\ed2a";
}

.ri-folder-2-line:before {
  content: "\ed2b";
}

.ri-folder-3-fill:before {
  content: "\ed2c";
}

.ri-folder-3-line:before {
  content: "\ed2d";
}

.ri-folder-4-fill:before {
  content: "\ed2e";
}

.ri-folder-4-line:before {
  content: "\ed2f";
}

.ri-folder-5-fill:before {
  content: "\ed30";
}

.ri-folder-5-line:before {
  content: "\ed31";
}

.ri-folder-add-fill:before {
  content: "\ed32";
}

.ri-folder-add-line:before {
  content: "\ed33";
}

.ri-folder-chart-2-fill:before {
  content: "\ed34";
}

.ri-folder-chart-2-line:before {
  content: "\ed35";
}

.ri-folder-chart-fill:before {
  content: "\ed36";
}

.ri-folder-chart-line:before {
  content: "\ed37";
}

.ri-folder-download-fill:before {
  content: "\ed38";
}

.ri-folder-download-line:before {
  content: "\ed39";
}

.ri-folder-fill:before {
  content: "\ed3a";
}

.ri-folder-forbid-fill:before {
  content: "\ed3b";
}

.ri-folder-forbid-line:before {
  content: "\ed3c";
}

.ri-folder-history-fill:before {
  content: "\ed3d";
}

.ri-folder-history-line:before {
  content: "\ed3e";
}

.ri-folder-info-fill:before {
  content: "\ed3f";
}

.ri-folder-info-line:before {
  content: "\ed40";
}

.ri-folder-keyhole-fill:before {
  content: "\ed41";
}

.ri-folder-keyhole-line:before {
  content: "\ed42";
}

.ri-folder-line:before {
  content: "\ed43";
}

.ri-folder-lock-fill:before {
  content: "\ed44";
}

.ri-folder-lock-line:before {
  content: "\ed45";
}

.ri-folder-music-fill:before {
  content: "\ed46";
}

.ri-folder-music-line:before {
  content: "\ed47";
}

.ri-folder-open-fill:before {
  content: "\ed48";
}

.ri-folder-open-line:before {
  content: "\ed49";
}

.ri-folder-received-fill:before {
  content: "\ed4a";
}

.ri-folder-received-line:before {
  content: "\ed4b";
}

.ri-folder-reduce-fill:before {
  content: "\ed4c";
}

.ri-folder-reduce-line:before {
  content: "\ed4d";
}

.ri-folder-settings-fill:before {
  content: "\ed4e";
}

.ri-folder-settings-line:before {
  content: "\ed4f";
}

.ri-folder-shared-fill:before {
  content: "\ed50";
}

.ri-folder-shared-line:before {
  content: "\ed51";
}

.ri-folder-shield-2-fill:before {
  content: "\ed52";
}

.ri-folder-shield-2-line:before {
  content: "\ed53";
}

.ri-folder-shield-fill:before {
  content: "\ed54";
}

.ri-folder-shield-line:before {
  content: "\ed55";
}

.ri-folder-transfer-fill:before {
  content: "\ed56";
}

.ri-folder-transfer-line:before {
  content: "\ed57";
}

.ri-folder-unknow-fill:before {
  content: "\ed58";
}

.ri-folder-unknow-line:before {
  content: "\ed59";
}

.ri-folder-upload-fill:before {
  content: "\ed5a";
}

.ri-folder-upload-line:before {
  content: "\ed5b";
}

.ri-folder-user-fill:before {
  content: "\ed5c";
}

.ri-folder-user-line:before {
  content: "\ed5d";
}

.ri-folder-warning-fill:before {
  content: "\ed5e";
}

.ri-folder-warning-line:before {
  content: "\ed5f";
}

.ri-folder-zip-fill:before {
  content: "\ed60";
}

.ri-folder-zip-line:before {
  content: "\ed61";
}

.ri-folders-fill:before {
  content: "\ed62";
}

.ri-folders-line:before {
  content: "\ed63";
}

.ri-font-color:before {
  content: "\ed64";
}

.ri-font-size-2:before {
  content: "\ed65";
}

.ri-font-size:before {
  content: "\ed66";
}

.ri-football-fill:before {
  content: "\ed67";
}

.ri-football-line:before {
  content: "\ed68";
}

.ri-footprint-fill:before {
  content: "\ed69";
}

.ri-footprint-line:before {
  content: "\ed6a";
}

.ri-forbid-2-fill:before {
  content: "\ed6b";
}

.ri-forbid-2-line:before {
  content: "\ed6c";
}

.ri-forbid-fill:before {
  content: "\ed6d";
}

.ri-forbid-line:before {
  content: "\ed6e";
}

.ri-format-clear:before {
  content: "\ed6f";
}

.ri-fridge-fill:before {
  content: "\ed70";
}

.ri-fridge-line:before {
  content: "\ed71";
}

.ri-fullscreen-exit-fill:before {
  content: "\ed72";
}

.ri-fullscreen-exit-line:before {
  content: "\ed73";
}

.ri-fullscreen-fill:before {
  content: "\ed74";
}

.ri-fullscreen-line:before {
  content: "\ed75";
}

.ri-function-fill:before {
  content: "\ed76";
}

.ri-function-line:before {
  content: "\ed77";
}

.ri-functions:before {
  content: "\ed78";
}

.ri-funds-box-fill:before {
  content: "\ed79";
}

.ri-funds-box-line:before {
  content: "\ed7a";
}

.ri-funds-fill:before {
  content: "\ed7b";
}

.ri-funds-line:before {
  content: "\ed7c";
}

.ri-gallery-fill:before {
  content: "\ed7d";
}

.ri-gallery-line:before {
  content: "\ed7e";
}

.ri-gallery-upload-fill:before {
  content: "\ed7f";
}

.ri-gallery-upload-line:before {
  content: "\ed80";
}

.ri-game-fill:before {
  content: "\ed81";
}

.ri-game-line:before {
  content: "\ed82";
}

.ri-gamepad-fill:before {
  content: "\ed83";
}

.ri-gamepad-line:before {
  content: "\ed84";
}

.ri-gas-station-fill:before {
  content: "\ed85";
}

.ri-gas-station-line:before {
  content: "\ed86";
}

.ri-gatsby-fill:before {
  content: "\ed87";
}

.ri-gatsby-line:before {
  content: "\ed88";
}

.ri-genderless-fill:before {
  content: "\ed89";
}

.ri-genderless-line:before {
  content: "\ed8a";
}

.ri-ghost-2-fill:before {
  content: "\ed8b";
}

.ri-ghost-2-line:before {
  content: "\ed8c";
}

.ri-ghost-fill:before {
  content: "\ed8d";
}

.ri-ghost-line:before {
  content: "\ed8e";
}

.ri-ghost-smile-fill:before {
  content: "\ed8f";
}

.ri-ghost-smile-line:before {
  content: "\ed90";
}

.ri-gift-2-fill:before {
  content: "\ed91";
}

.ri-gift-2-line:before {
  content: "\ed92";
}

.ri-gift-fill:before {
  content: "\ed93";
}

.ri-gift-line:before {
  content: "\ed94";
}

.ri-git-branch-fill:before {
  content: "\ed95";
}

.ri-git-branch-line:before {
  content: "\ed96";
}

.ri-git-commit-fill:before {
  content: "\ed97";
}

.ri-git-commit-line:before {
  content: "\ed98";
}

.ri-git-merge-fill:before {
  content: "\ed99";
}

.ri-git-merge-line:before {
  content: "\ed9a";
}

.ri-git-pull-request-fill:before {
  content: "\ed9b";
}

.ri-git-pull-request-line:before {
  content: "\ed9c";
}

.ri-git-repository-commits-fill:before {
  content: "\ed9d";
}

.ri-git-repository-commits-line:before {
  content: "\ed9e";
}

.ri-git-repository-fill:before {
  content: "\ed9f";
}

.ri-git-repository-line:before {
  content: "\eda0";
}

.ri-git-repository-private-fill:before {
  content: "\eda1";
}

.ri-git-repository-private-line:before {
  content: "\eda2";
}

.ri-github-fill:before {
  content: "\eda3";
}

.ri-github-line:before {
  content: "\eda4";
}

.ri-gitlab-fill:before {
  content: "\eda5";
}

.ri-gitlab-line:before {
  content: "\eda6";
}

.ri-global-fill:before {
  content: "\eda7";
}

.ri-global-line:before {
  content: "\eda8";
}

.ri-globe-fill:before {
  content: "\eda9";
}

.ri-globe-line:before {
  content: "\edaa";
}

.ri-goblet-fill:before {
  content: "\edab";
}

.ri-goblet-line:before {
  content: "\edac";
}

.ri-google-fill:before {
  content: "\edad";
}

.ri-google-line:before {
  content: "\edae";
}

.ri-google-play-fill:before {
  content: "\edaf";
}

.ri-google-play-line:before {
  content: "\edb0";
}

.ri-government-fill:before {
  content: "\edb1";
}

.ri-government-line:before {
  content: "\edb2";
}

.ri-gps-fill:before {
  content: "\edb3";
}

.ri-gps-line:before {
  content: "\edb4";
}

.ri-gradienter-fill:before {
  content: "\edb5";
}

.ri-gradienter-line:before {
  content: "\edb6";
}

.ri-grid-fill:before {
  content: "\edb7";
}

.ri-grid-line:before {
  content: "\edb8";
}

.ri-group-2-fill:before {
  content: "\edb9";
}

.ri-group-2-line:before {
  content: "\edba";
}

.ri-group-fill:before {
  content: "\edbb";
}

.ri-group-line:before {
  content: "\edbc";
}

.ri-guide-fill:before {
  content: "\edbd";
}

.ri-guide-line:before {
  content: "\edbe";
}

.ri-hail-fill:before {
  content: "\edbf";
}

.ri-hail-line:before {
  content: "\edc0";
}

.ri-hammer-fill:before {
  content: "\edc1";
}

.ri-hammer-line:before {
  content: "\edc2";
}

.ri-hand-coin-fill:before {
  content: "\edc3";
}

.ri-hand-coin-line:before {
  content: "\edc4";
}

.ri-hand-heart-fill:before {
  content: "\edc5";
}

.ri-hand-heart-line:before {
  content: "\edc6";
}

.ri-handbag-fill:before {
  content: "\edc7";
}

.ri-handbag-line:before {
  content: "\edc8";
}

.ri-hard-drive-2-fill:before {
  content: "\edc9";
}

.ri-hard-drive-2-line:before {
  content: "\edca";
}

.ri-hard-drive-fill:before {
  content: "\edcb";
}

.ri-hard-drive-line:before {
  content: "\edcc";
}

.ri-hashtag:before {
  content: "\edcd";
}

.ri-haze-2-fill:before {
  content: "\edce";
}

.ri-haze-2-line:before {
  content: "\edcf";
}

.ri-haze-fill:before {
  content: "\edd0";
}

.ri-haze-line:before {
  content: "\edd1";
}

.ri-hd-fill:before {
  content: "\edd2";
}

.ri-hd-line:before {
  content: "\edd3";
}

.ri-heading:before {
  content: "\edd4";
}

.ri-headphone-fill:before {
  content: "\edd5";
}

.ri-headphone-line:before {
  content: "\edd6";
}

.ri-heart-2-fill:before {
  content: "\edd7";
}

.ri-heart-2-line:before {
  content: "\edd8";
}

.ri-heart-add-fill:before {
  content: "\edd9";
}

.ri-heart-add-line:before {
  content: "\edda";
}

.ri-heart-fill:before {
  content: "\eddb";
}

.ri-heart-line:before {
  content: "\eddc";
}

.ri-hearts-fill:before {
  content: "\eddd";
}

.ri-hearts-line:before {
  content: "\edde";
}

.ri-heavy-showers-fill:before {
  content: "\eddf";
}

.ri-heavy-showers-line:before {
  content: "\ede0";
}

.ri-history-fill:before {
  content: "\ede1";
}

.ri-history-line:before {
  content: "\ede2";
}

.ri-home-2-fill:before {
  content: "\ede3";
}

.ri-home-2-line:before {
  content: "\ede4";
}

.ri-home-3-fill:before {
  content: "\ede5";
}

.ri-home-3-line:before {
  content: "\ede6";
}

.ri-home-4-fill:before {
  content: "\ede7";
}

.ri-home-4-line:before {
  content: "\ede8";
}

.ri-home-5-fill:before {
  content: "\ede9";
}

.ri-home-5-line:before {
  content: "\edea";
}

.ri-home-6-fill:before {
  content: "\edeb";
}

.ri-home-6-line:before {
  content: "\edec";
}

.ri-home-7-fill:before {
  content: "\eded";
}

.ri-home-7-line:before {
  content: "\edee";
}

.ri-home-8-fill:before {
  content: "\edef";
}

.ri-home-8-line:before {
  content: "\edf0";
}

.ri-home-fill:before {
  content: "\edf1";
}

.ri-home-gear-fill:before {
  content: "\edf2";
}

.ri-home-gear-line:before {
  content: "\edf3";
}

.ri-home-heart-fill:before {
  content: "\edf4";
}

.ri-home-heart-line:before {
  content: "\edf5";
}

.ri-home-line:before {
  content: "\edf6";
}

.ri-home-smile-2-fill:before {
  content: "\edf7";
}

.ri-home-smile-2-line:before {
  content: "\edf8";
}

.ri-home-smile-fill:before {
  content: "\edf9";
}

.ri-home-smile-line:before {
  content: "\edfa";
}

.ri-home-wifi-fill:before {
  content: "\edfb";
}

.ri-home-wifi-line:before {
  content: "\edfc";
}

.ri-honor-of-kings-fill:before {
  content: "\edfd";
}

.ri-honor-of-kings-line:before {
  content: "\edfe";
}

.ri-honour-fill:before {
  content: "\edff";
}

.ri-honour-line:before {
  content: "\ee00";
}

.ri-hospital-fill:before {
  content: "\ee01";
}

.ri-hospital-line:before {
  content: "\ee02";
}

.ri-hotel-bed-fill:before {
  content: "\ee03";
}

.ri-hotel-bed-line:before {
  content: "\ee04";
}

.ri-hotel-fill:before {
  content: "\ee05";
}

.ri-hotel-line:before {
  content: "\ee06";
}

.ri-hotspot-fill:before {
  content: "\ee07";
}

.ri-hotspot-line:before {
  content: "\ee08";
}

.ri-hq-fill:before {
  content: "\ee09";
}

.ri-hq-line:before {
  content: "\ee0a";
}

.ri-html5-fill:before {
  content: "\ee0b";
}

.ri-html5-line:before {
  content: "\ee0c";
}

.ri-ie-fill:before {
  content: "\ee0d";
}

.ri-ie-line:before {
  content: "\ee0e";
}

.ri-image-2-fill:before {
  content: "\ee0f";
}

.ri-image-2-line:before {
  content: "\ee10";
}

.ri-image-add-fill:before {
  content: "\ee11";
}

.ri-image-add-line:before {
  content: "\ee12";
}

.ri-image-fill:before {
  content: "\ee13";
}

.ri-image-line:before {
  content: "\ee14";
}

.ri-inbox-archive-fill:before {
  content: "\ee15";
}

.ri-inbox-archive-line:before {
  content: "\ee16";
}

.ri-inbox-fill:before {
  content: "\ee17";
}

.ri-inbox-line:before {
  content: "\ee18";
}

.ri-inbox-unarchive-fill:before {
  content: "\ee19";
}

.ri-inbox-unarchive-line:before {
  content: "\ee1a";
}

.ri-increase-decrease-fill:before {
  content: "\ee1b";
}

.ri-increase-decrease-line:before {
  content: "\ee1c";
}

.ri-indent-decrease:before {
  content: "\ee1d";
}

.ri-indent-increase:before {
  content: "\ee1e";
}

.ri-indeterminate-circle-fill:before {
  content: "\ee1f";
}

.ri-indeterminate-circle-line:before {
  content: "\ee20";
}

.ri-information-fill:before {
  content: "\ee21";
}

.ri-information-line:before {
  content: "\ee22";
}

.ri-input-cursor-move:before {
  content: "\ee23";
}

.ri-input-method-fill:before {
  content: "\ee24";
}

.ri-input-method-line:before {
  content: "\ee25";
}

.ri-instagram-fill:before {
  content: "\ee26";
}

.ri-instagram-line:before {
  content: "\ee27";
}

.ri-install-fill:before {
  content: "\ee28";
}

.ri-install-line:before {
  content: "\ee29";
}

.ri-invision-fill:before {
  content: "\ee2a";
}

.ri-invision-line:before {
  content: "\ee2b";
}

.ri-italic:before {
  content: "\ee2c";
}

.ri-kakao-talk-fill:before {
  content: "\ee2d";
}

.ri-kakao-talk-line:before {
  content: "\ee2e";
}

.ri-key-2-fill:before {
  content: "\ee2f";
}

.ri-key-2-line:before {
  content: "\ee30";
}

.ri-key-fill:before {
  content: "\ee31";
}

.ri-key-line:before {
  content: "\ee32";
}

.ri-keyboard-box-fill:before {
  content: "\ee33";
}

.ri-keyboard-box-line:before {
  content: "\ee34";
}

.ri-keyboard-fill:before {
  content: "\ee35";
}

.ri-keyboard-line:before {
  content: "\ee36";
}

.ri-keynote-fill:before {
  content: "\ee37";
}

.ri-keynote-line:before {
  content: "\ee38";
}

.ri-knife-blood-fill:before {
  content: "\ee39";
}

.ri-knife-blood-line:before {
  content: "\ee3a";
}

.ri-knife-fill:before {
  content: "\ee3b";
}

.ri-knife-line:before {
  content: "\ee3c";
}

.ri-landscape-fill:before {
  content: "\ee3d";
}

.ri-landscape-line:before {
  content: "\ee3e";
}

.ri-layout-2-fill:before {
  content: "\ee3f";
}

.ri-layout-2-line:before {
  content: "\ee40";
}

.ri-layout-3-fill:before {
  content: "\ee41";
}

.ri-layout-3-line:before {
  content: "\ee42";
}

.ri-layout-4-fill:before {
  content: "\ee43";
}

.ri-layout-4-line:before {
  content: "\ee44";
}

.ri-layout-5-fill:before {
  content: "\ee45";
}

.ri-layout-5-line:before {
  content: "\ee46";
}

.ri-layout-6-fill:before {
  content: "\ee47";
}

.ri-layout-6-line:before {
  content: "\ee48";
}

.ri-layout-bottom-2-fill:before {
  content: "\ee49";
}

.ri-layout-bottom-2-line:before {
  content: "\ee4a";
}

.ri-layout-bottom-fill:before {
  content: "\ee4b";
}

.ri-layout-bottom-line:before {
  content: "\ee4c";
}

.ri-layout-column-fill:before {
  content: "\ee4d";
}

.ri-layout-column-line:before {
  content: "\ee4e";
}

.ri-layout-fill:before {
  content: "\ee4f";
}

.ri-layout-grid-fill:before {
  content: "\ee50";
}

.ri-layout-grid-line:before {
  content: "\ee51";
}

.ri-layout-left-2-fill:before {
  content: "\ee52";
}

.ri-layout-left-2-line:before {
  content: "\ee53";
}

.ri-layout-left-fill:before {
  content: "\ee54";
}

.ri-layout-left-line:before {
  content: "\ee55";
}

.ri-layout-line:before {
  content: "\ee56";
}

.ri-layout-masonry-fill:before {
  content: "\ee57";
}

.ri-layout-masonry-line:before {
  content: "\ee58";
}

.ri-layout-right-2-fill:before {
  content: "\ee59";
}

.ri-layout-right-2-line:before {
  content: "\ee5a";
}

.ri-layout-right-fill:before {
  content: "\ee5b";
}

.ri-layout-right-line:before {
  content: "\ee5c";
}

.ri-layout-row-fill:before {
  content: "\ee5d";
}

.ri-layout-row-line:before {
  content: "\ee5e";
}

.ri-layout-top-2-fill:before {
  content: "\ee5f";
}

.ri-layout-top-2-line:before {
  content: "\ee60";
}

.ri-layout-top-fill:before {
  content: "\ee61";
}

.ri-layout-top-line:before {
  content: "\ee62";
}

.ri-leaf-fill:before {
  content: "\ee63";
}

.ri-leaf-line:before {
  content: "\ee64";
}

.ri-lifebuoy-fill:before {
  content: "\ee65";
}

.ri-lifebuoy-line:before {
  content: "\ee66";
}

.ri-lightbulb-fill:before {
  content: "\ee67";
}

.ri-lightbulb-flash-fill:before {
  content: "\ee68";
}

.ri-lightbulb-flash-line:before {
  content: "\ee69";
}

.ri-lightbulb-line:before {
  content: "\ee6a";
}

.ri-line-chart-fill:before {
  content: "\ee6b";
}

.ri-line-chart-line:before {
  content: "\ee6c";
}

.ri-line-fill:before {
  content: "\ee6d";
}

.ri-line-height:before {
  content: "\ee6e";
}

.ri-line-line:before {
  content: "\ee6f";
}

.ri-link-m:before {
  content: "\ee70";
}

.ri-link-unlink-m:before {
  content: "\ee71";
}

.ri-link-unlink:before {
  content: "\ee72";
}

.ri-link:before {
  content: "\ee73";
}

.ri-linkedin-box-fill:before {
  content: "\ee74";
}

.ri-linkedin-box-line:before {
  content: "\ee75";
}

.ri-linkedin-fill:before {
  content: "\ee76";
}

.ri-linkedin-line:before {
  content: "\ee77";
}

.ri-links-fill:before {
  content: "\ee78";
}

.ri-links-line:before {
  content: "\ee79";
}

.ri-list-check-2:before {
  content: "\ee7a";
}

.ri-list-check:before {
  content: "\ee7b";
}

.ri-list-ordered:before {
  content: "\ee7c";
}

.ri-list-settings-fill:before {
  content: "\ee7d";
}

.ri-list-settings-line:before {
  content: "\ee7e";
}

.ri-list-unordered:before {
  content: "\ee7f";
}

.ri-live-fill:before {
  content: "\ee80";
}

.ri-live-line:before {
  content: "\ee81";
}

.ri-loader-2-fill:before {
  content: "\ee82";
}

.ri-loader-2-line:before {
  content: "\ee83";
}

.ri-loader-3-fill:before {
  content: "\ee84";
}

.ri-loader-3-line:before {
  content: "\ee85";
}

.ri-loader-4-fill:before {
  content: "\ee86";
}

.ri-loader-4-line:before {
  content: "\ee87";
}

.ri-loader-5-fill:before {
  content: "\ee88";
}

.ri-loader-5-line:before {
  content: "\ee89";
}

.ri-loader-fill:before {
  content: "\ee8a";
}

.ri-loader-line:before {
  content: "\ee8b";
}

.ri-lock-2-fill:before {
  content: "\ee8c";
}

.ri-lock-2-line:before {
  content: "\ee8d";
}

.ri-lock-fill:before {
  content: "\ee8e";
}

.ri-lock-line:before {
  content: "\ee8f";
}

.ri-lock-password-fill:before {
  content: "\ee90";
}

.ri-lock-password-line:before {
  content: "\ee91";
}

.ri-lock-unlock-fill:before {
  content: "\ee92";
}

.ri-lock-unlock-line:before {
  content: "\ee93";
}

.ri-login-box-fill:before {
  content: "\ee94";
}

.ri-login-box-line:before {
  content: "\ee95";
}

.ri-login-circle-fill:before {
  content: "\ee96";
}

.ri-login-circle-line:before {
  content: "\ee97";
}

.ri-logout-box-fill:before {
  content: "\ee98";
}

.ri-logout-box-line:before {
  content: "\ee99";
}

.ri-logout-box-r-fill:before {
  content: "\ee9a";
}

.ri-logout-box-r-line:before {
  content: "\ee9b";
}

.ri-logout-circle-fill:before {
  content: "\ee9c";
}

.ri-logout-circle-line:before {
  content: "\ee9d";
}

.ri-logout-circle-r-fill:before {
  content: "\ee9e";
}

.ri-logout-circle-r-line:before {
  content: "\ee9f";
}

.ri-luggage-cart-fill:before {
  content: "\eea0";
}

.ri-luggage-cart-line:before {
  content: "\eea1";
}

.ri-luggage-deposit-fill:before {
  content: "\eea2";
}

.ri-luggage-deposit-line:before {
  content: "\eea3";
}

.ri-mac-fill:before {
  content: "\eea4";
}

.ri-mac-line:before {
  content: "\eea5";
}

.ri-macbook-fill:before {
  content: "\eea6";
}

.ri-macbook-line:before {
  content: "\eea7";
}

.ri-magic-fill:before {
  content: "\eea8";
}

.ri-magic-line:before {
  content: "\eea9";
}

.ri-mail-add-fill:before {
  content: "\eeaa";
}

.ri-mail-add-line:before {
  content: "\eeab";
}

.ri-mail-check-fill:before {
  content: "\eeac";
}

.ri-mail-check-line:before {
  content: "\eead";
}

.ri-mail-close-fill:before {
  content: "\eeae";
}

.ri-mail-close-line:before {
  content: "\eeaf";
}

.ri-mail-download-fill:before {
  content: "\eeb0";
}

.ri-mail-download-line:before {
  content: "\eeb1";
}

.ri-mail-fill:before {
  content: "\eeb2";
}

.ri-mail-forbid-fill:before {
  content: "\eeb3";
}

.ri-mail-forbid-line:before {
  content: "\eeb4";
}

.ri-mail-line:before {
  content: "\eeb5";
}

.ri-mail-lock-fill:before {
  content: "\eeb6";
}

.ri-mail-lock-line:before {
  content: "\eeb7";
}

.ri-mail-open-fill:before {
  content: "\eeb8";
}

.ri-mail-open-line:before {
  content: "\eeb9";
}

.ri-mail-send-fill:before {
  content: "\eeba";
}

.ri-mail-send-line:before {
  content: "\eebb";
}

.ri-mail-settings-fill:before {
  content: "\eebc";
}

.ri-mail-settings-line:before {
  content: "\eebd";
}

.ri-mail-star-fill:before {
  content: "\eebe";
}

.ri-mail-star-line:before {
  content: "\eebf";
}

.ri-mail-unread-fill:before {
  content: "\eec0";
}

.ri-mail-unread-line:before {
  content: "\eec1";
}

.ri-mail-volume-fill:before {
  content: "\eec2";
}

.ri-mail-volume-line:before {
  content: "\eec3";
}

.ri-map-2-fill:before {
  content: "\eec4";
}

.ri-map-2-line:before {
  content: "\eec5";
}

.ri-map-fill:before {
  content: "\eec6";
}

.ri-map-line:before {
  content: "\eec7";
}

.ri-map-pin-2-fill:before {
  content: "\eec8";
}

.ri-map-pin-2-line:before {
  content: "\eec9";
}

.ri-map-pin-3-fill:before {
  content: "\eeca";
}

.ri-map-pin-3-line:before {
  content: "\eecb";
}

.ri-map-pin-4-fill:before {
  content: "\eecc";
}

.ri-map-pin-4-line:before {
  content: "\eecd";
}

.ri-map-pin-5-fill:before {
  content: "\eece";
}

.ri-map-pin-5-line:before {
  content: "\eecf";
}

.ri-map-pin-add-fill:before {
  content: "\eed0";
}

.ri-map-pin-add-line:before {
  content: "\eed1";
}

.ri-map-pin-fill:before {
  content: "\eed2";
}

.ri-map-pin-line:before {
  content: "\eed3";
}

.ri-map-pin-range-fill:before {
  content: "\eed4";
}

.ri-map-pin-range-line:before {
  content: "\eed5";
}

.ri-map-pin-time-fill:before {
  content: "\eed6";
}

.ri-map-pin-time-line:before {
  content: "\eed7";
}

.ri-map-pin-user-fill:before {
  content: "\eed8";
}

.ri-map-pin-user-line:before {
  content: "\eed9";
}

.ri-mark-pen-fill:before {
  content: "\eeda";
}

.ri-mark-pen-line:before {
  content: "\eedb";
}

.ri-markdown-fill:before {
  content: "\eedc";
}

.ri-markdown-line:before {
  content: "\eedd";
}

.ri-markup-fill:before {
  content: "\eede";
}

.ri-markup-line:before {
  content: "\eedf";
}

.ri-mastercard-fill:before {
  content: "\eee0";
}

.ri-mastercard-line:before {
  content: "\eee1";
}

.ri-mastodon-fill:before {
  content: "\eee2";
}

.ri-mastodon-line:before {
  content: "\eee3";
}

.ri-medal-2-fill:before {
  content: "\eee4";
}

.ri-medal-2-line:before {
  content: "\eee5";
}

.ri-medal-fill:before {
  content: "\eee6";
}

.ri-medal-line:before {
  content: "\eee7";
}

.ri-medium-fill:before {
  content: "\eee8";
}

.ri-medium-line:before {
  content: "\eee9";
}

.ri-men-fill:before {
  content: "\eeea";
}

.ri-men-line:before {
  content: "\eeeb";
}

.ri-menu-2-fill:before {
  content: "\eeec";
}

.ri-menu-2-line:before {
  content: "\eeed";
}

.ri-menu-3-fill:before {
  content: "\eeee";
}

.ri-menu-3-line:before {
  content: "\eeef";
}

.ri-menu-4-fill:before {
  content: "\eef0";
}

.ri-menu-4-line:before {
  content: "\eef1";
}

.ri-menu-5-fill:before {
  content: "\eef2";
}

.ri-menu-5-line:before {
  content: "\eef3";
}

.ri-menu-add-fill:before {
  content: "\eef4";
}

.ri-menu-add-line:before {
  content: "\eef5";
}

.ri-menu-fill:before {
  content: "\eef6";
}

.ri-menu-line:before {
  content: "\eef7";
}

.ri-message-2-fill:before {
  content: "\eef8";
}

.ri-message-2-line:before {
  content: "\eef9";
}

.ri-message-3-fill:before {
  content: "\eefa";
}

.ri-message-3-line:before {
  content: "\eefb";
}

.ri-message-fill:before {
  content: "\eefc";
}

.ri-message-line:before {
  content: "\eefd";
}

.ri-messenger-fill:before {
  content: "\eefe";
}

.ri-messenger-line:before {
  content: "\eeff";
}

.ri-meteor-fill:before {
  content: "\ef00";
}

.ri-meteor-line:before {
  content: "\ef01";
}

.ri-mic-2-fill:before {
  content: "\ef02";
}

.ri-mic-2-line:before {
  content: "\ef03";
}

.ri-mic-fill:before {
  content: "\ef04";
}

.ri-mic-line:before {
  content: "\ef05";
}

.ri-mic-off-fill:before {
  content: "\ef06";
}

.ri-mic-off-line:before {
  content: "\ef07";
}

.ri-mickey-fill:before {
  content: "\ef08";
}

.ri-mickey-line:before {
  content: "\ef09";
}

.ri-mini-program-fill:before {
  content: "\ef0a";
}

.ri-mini-program-line:before {
  content: "\ef0b";
}

.ri-mist-fill:before {
  content: "\ef0c";
}

.ri-mist-line:before {
  content: "\ef0d";
}

.ri-money-cny-box-fill:before {
  content: "\ef0e";
}

.ri-money-cny-box-line:before {
  content: "\ef0f";
}

.ri-money-cny-circle-fill:before {
  content: "\ef10";
}

.ri-money-cny-circle-line:before {
  content: "\ef11";
}

.ri-money-dollar-box-fill:before {
  content: "\ef12";
}

.ri-money-dollar-box-line:before {
  content: "\ef13";
}

.ri-money-dollar-circle-fill:before {
  content: "\ef14";
}

.ri-money-dollar-circle-line:before {
  content: "\ef15";
}

.ri-money-euro-box-fill:before {
  content: "\ef16";
}

.ri-money-euro-box-line:before {
  content: "\ef17";
}

.ri-money-euro-circle-fill:before {
  content: "\ef18";
}

.ri-money-euro-circle-line:before {
  content: "\ef19";
}

.ri-money-pound-box-fill:before {
  content: "\ef1a";
}

.ri-money-pound-box-line:before {
  content: "\ef1b";
}

.ri-money-pound-circle-fill:before {
  content: "\ef1c";
}

.ri-money-pound-circle-line:before {
  content: "\ef1d";
}

.ri-moon-clear-fill:before {
  content: "\ef1e";
}

.ri-moon-clear-line:before {
  content: "\ef1f";
}

.ri-moon-cloudy-fill:before {
  content: "\ef20";
}

.ri-moon-cloudy-line:before {
  content: "\ef21";
}

.ri-moon-fill:before {
  content: "\ef22";
}

.ri-moon-foggy-fill:before {
  content: "\ef23";
}

.ri-moon-foggy-line:before {
  content: "\ef24";
}

.ri-moon-line:before {
  content: "\ef25";
}

.ri-more-2-fill:before {
  content: "\ef26";
}

.ri-more-2-line:before {
  content: "\ef27";
}

.ri-more-fill:before {
  content: "\ef28";
}

.ri-more-line:before {
  content: "\ef29";
}

.ri-motorbike-fill:before {
  content: "\ef2a";
}

.ri-motorbike-line:before {
  content: "\ef2b";
}

.ri-mouse-fill:before {
  content: "\ef2c";
}

.ri-mouse-line:before {
  content: "\ef2d";
}

.ri-movie-2-fill:before {
  content: "\ef2e";
}

.ri-movie-2-line:before {
  content: "\ef2f";
}

.ri-movie-fill:before {
  content: "\ef30";
}

.ri-movie-line:before {
  content: "\ef31";
}

.ri-music-2-fill:before {
  content: "\ef32";
}

.ri-music-2-line:before {
  content: "\ef33";
}

.ri-music-fill:before {
  content: "\ef34";
}

.ri-music-line:before {
  content: "\ef35";
}

.ri-mv-fill:before {
  content: "\ef36";
}

.ri-mv-line:before {
  content: "\ef37";
}

.ri-navigation-fill:before {
  content: "\ef38";
}

.ri-navigation-line:before {
  content: "\ef39";
}

.ri-netease-cloud-music-fill:before {
  content: "\ef3a";
}

.ri-netease-cloud-music-line:before {
  content: "\ef3b";
}

.ri-netflix-fill:before {
  content: "\ef3c";
}

.ri-netflix-line:before {
  content: "\ef3d";
}

.ri-newspaper-fill:before {
  content: "\ef3e";
}

.ri-newspaper-line:before {
  content: "\ef3f";
}

.ri-notification-2-fill:before {
  content: "\ef40";
}

.ri-notification-2-line:before {
  content: "\ef41";
}

.ri-notification-3-fill:before {
  content: "\ef42";
}

.ri-notification-3-line:before {
  content: "\ef43";
}

.ri-notification-4-fill:before {
  content: "\ef44";
}

.ri-notification-4-line:before {
  content: "\ef45";
}

.ri-notification-badge-fill:before {
  content: "\ef46";
}

.ri-notification-badge-line:before {
  content: "\ef47";
}

.ri-notification-fill:before {
  content: "\ef48";
}

.ri-notification-line:before {
  content: "\ef49";
}

.ri-notification-off-fill:before {
  content: "\ef4a";
}

.ri-notification-off-line:before {
  content: "\ef4b";
}

.ri-npmjs-fill:before {
  content: "\ef4c";
}

.ri-npmjs-line:before {
  content: "\ef4d";
}

.ri-number-0:before {
  content: "\ef4e";
}

.ri-number-1:before {
  content: "\ef4f";
}

.ri-number-2:before {
  content: "\ef50";
}

.ri-number-3:before {
  content: "\ef51";
}

.ri-number-4:before {
  content: "\ef52";
}

.ri-number-5:before {
  content: "\ef53";
}

.ri-number-6:before {
  content: "\ef54";
}

.ri-number-7:before {
  content: "\ef55";
}

.ri-number-8:before {
  content: "\ef56";
}

.ri-number-9:before {
  content: "\ef57";
}

.ri-numbers-fill:before {
  content: "\ef58";
}

.ri-numbers-line:before {
  content: "\ef59";
}

.ri-oil-fill:before {
  content: "\ef5a";
}

.ri-oil-line:before {
  content: "\ef5b";
}

.ri-omega:before {
  content: "\ef5c";
}

.ri-open-arm-fill:before {
  content: "\ef5d";
}

.ri-open-arm-line:before {
  content: "\ef5e";
}

.ri-open-source-fill:before {
  content: "\ef5f";
}

.ri-open-source-line:before {
  content: "\ef60";
}

.ri-opera-fill:before {
  content: "\ef61";
}

.ri-opera-line:before {
  content: "\ef62";
}

.ri-order-play-fill:before {
  content: "\ef63";
}

.ri-order-play-line:before {
  content: "\ef64";
}

.ri-outlet-2-fill:before {
  content: "\ef65";
}

.ri-outlet-2-line:before {
  content: "\ef66";
}

.ri-outlet-fill:before {
  content: "\ef67";
}

.ri-outlet-line:before {
  content: "\ef68";
}

.ri-page-separator:before {
  content: "\ef69";
}

.ri-pages-fill:before {
  content: "\ef6a";
}

.ri-pages-line:before {
  content: "\ef6b";
}

.ri-paint-brush-fill:before {
  content: "\ef6c";
}

.ri-paint-brush-line:before {
  content: "\ef6d";
}

.ri-paint-fill:before {
  content: "\ef6e";
}

.ri-paint-line:before {
  content: "\ef6f";
}

.ri-palette-fill:before {
  content: "\ef70";
}

.ri-palette-line:before {
  content: "\ef71";
}

.ri-pantone-fill:before {
  content: "\ef72";
}

.ri-pantone-line:before {
  content: "\ef73";
}

.ri-paragraph:before {
  content: "\ef74";
}

.ri-parent-fill:before {
  content: "\ef75";
}

.ri-parent-line:before {
  content: "\ef76";
}

.ri-parentheses-fill:before {
  content: "\ef77";
}

.ri-parentheses-line:before {
  content: "\ef78";
}

.ri-parking-box-fill:before {
  content: "\ef79";
}

.ri-parking-box-line:before {
  content: "\ef7a";
}

.ri-parking-fill:before {
  content: "\ef7b";
}

.ri-parking-line:before {
  content: "\ef7c";
}

.ri-passport-fill:before {
  content: "\ef7d";
}

.ri-passport-line:before {
  content: "\ef7e";
}

.ri-patreon-fill:before {
  content: "\ef7f";
}

.ri-patreon-line:before {
  content: "\ef80";
}

.ri-pause-circle-fill:before {
  content: "\ef81";
}

.ri-pause-circle-line:before {
  content: "\ef82";
}

.ri-pause-fill:before {
  content: "\ef83";
}

.ri-pause-line:before {
  content: "\ef84";
}

.ri-pause-mini-fill:before {
  content: "\ef85";
}

.ri-pause-mini-line:before {
  content: "\ef86";
}

.ri-paypal-fill:before {
  content: "\ef87";
}

.ri-paypal-line:before {
  content: "\ef88";
}

.ri-pen-nib-fill:before {
  content: "\ef89";
}

.ri-pen-nib-line:before {
  content: "\ef8a";
}

.ri-pencil-fill:before {
  content: "\ef8b";
}

.ri-pencil-line:before {
  content: "\ef8c";
}

.ri-pencil-ruler-2-fill:before {
  content: "\ef8d";
}

.ri-pencil-ruler-2-line:before {
  content: "\ef8e";
}

.ri-pencil-ruler-fill:before {
  content: "\ef8f";
}

.ri-pencil-ruler-line:before {
  content: "\ef90";
}

.ri-percent-fill:before {
  content: "\ef91";
}

.ri-percent-line:before {
  content: "\ef92";
}

.ri-phone-camera-fill:before {
  content: "\ef93";
}

.ri-phone-camera-line:before {
  content: "\ef94";
}

.ri-phone-fill:before {
  content: "\ef95";
}

.ri-phone-find-fill:before {
  content: "\ef96";
}

.ri-phone-find-line:before {
  content: "\ef97";
}

.ri-phone-line:before {
  content: "\ef98";
}

.ri-phone-lock-fill:before {
  content: "\ef99";
}

.ri-phone-lock-line:before {
  content: "\ef9a";
}

.ri-picture-in-picture-2-fill:before {
  content: "\ef9b";
}

.ri-picture-in-picture-2-line:before {
  content: "\ef9c";
}

.ri-picture-in-picture-exit-fill:before {
  content: "\ef9d";
}

.ri-picture-in-picture-exit-line:before {
  content: "\ef9e";
}

.ri-picture-in-picture-fill:before {
  content: "\ef9f";
}

.ri-picture-in-picture-line:before {
  content: "\efa0";
}

.ri-pie-chart-2-fill:before {
  content: "\efa1";
}

.ri-pie-chart-2-line:before {
  content: "\efa2";
}

.ri-pie-chart-box-fill:before {
  content: "\efa3";
}

.ri-pie-chart-box-line:before {
  content: "\efa4";
}

.ri-pie-chart-fill:before {
  content: "\efa5";
}

.ri-pie-chart-line:before {
  content: "\efa6";
}

.ri-pin-distance-fill:before {
  content: "\efa7";
}

.ri-pin-distance-line:before {
  content: "\efa8";
}

.ri-ping-pong-fill:before {
  content: "\efa9";
}

.ri-ping-pong-line:before {
  content: "\efaa";
}

.ri-pinterest-fill:before {
  content: "\efab";
}

.ri-pinterest-line:before {
  content: "\efac";
}

.ri-pinyin-input:before {
  content: "\efad";
}

.ri-pixelfed-fill:before {
  content: "\efae";
}

.ri-pixelfed-line:before {
  content: "\efaf";
}

.ri-plane-fill:before {
  content: "\efb0";
}

.ri-plane-line:before {
  content: "\efb1";
}

.ri-plant-fill:before {
  content: "\efb2";
}

.ri-plant-line:before {
  content: "\efb3";
}

.ri-play-circle-fill:before {
  content: "\efb4";
}

.ri-play-circle-line:before {
  content: "\efb5";
}

.ri-play-fill:before {
  content: "\efb6";
}

.ri-play-line:before {
  content: "\efb7";
}

.ri-play-list-add-fill:before {
  content: "\efb8";
}

.ri-play-list-add-line:before {
  content: "\efb9";
}

.ri-play-list-fill:before {
  content: "\efba";
}

.ri-play-list-line:before {
  content: "\efbb";
}

.ri-play-mini-fill:before {
  content: "\efbc";
}

.ri-play-mini-line:before {
  content: "\efbd";
}

.ri-playstation-fill:before {
  content: "\efbe";
}

.ri-playstation-line:before {
  content: "\efbf";
}

.ri-plug-2-fill:before {
  content: "\efc0";
}

.ri-plug-2-line:before {
  content: "\efc1";
}

.ri-plug-fill:before {
  content: "\efc2";
}

.ri-plug-line:before {
  content: "\efc3";
}

.ri-polaroid-2-fill:before {
  content: "\efc4";
}

.ri-polaroid-2-line:before {
  content: "\efc5";
}

.ri-polaroid-fill:before {
  content: "\efc6";
}

.ri-polaroid-line:before {
  content: "\efc7";
}

.ri-police-car-fill:before {
  content: "\efc8";
}

.ri-police-car-line:before {
  content: "\efc9";
}

.ri-price-tag-2-fill:before {
  content: "\efca";
}

.ri-price-tag-2-line:before {
  content: "\efcb";
}

.ri-price-tag-3-fill:before {
  content: "\efcc";
}

.ri-price-tag-3-line:before {
  content: "\efcd";
}

.ri-price-tag-fill:before {
  content: "\efce";
}

.ri-price-tag-line:before {
  content: "\efcf";
}

.ri-printer-cloud-fill:before {
  content: "\efd0";
}

.ri-printer-cloud-line:before {
  content: "\efd1";
}

.ri-printer-fill:before {
  content: "\efd2";
}

.ri-printer-line:before {
  content: "\efd3";
}

.ri-product-hunt-fill:before {
  content: "\efd4";
}

.ri-product-hunt-line:before {
  content: "\efd5";
}

.ri-profile-fill:before {
  content: "\efd6";
}

.ri-profile-line:before {
  content: "\efd7";
}

.ri-projector-2-fill:before {
  content: "\efd8";
}

.ri-projector-2-line:before {
  content: "\efd9";
}

.ri-projector-fill:before {
  content: "\efda";
}

.ri-projector-line:before {
  content: "\efdb";
}

.ri-pushpin-2-fill:before {
  content: "\efdc";
}

.ri-pushpin-2-line:before {
  content: "\efdd";
}

.ri-pushpin-fill:before {
  content: "\efde";
}

.ri-pushpin-line:before {
  content: "\efdf";
}

.ri-qq-fill:before {
  content: "\efe0";
}

.ri-qq-line:before {
  content: "\efe1";
}

.ri-qr-code-fill:before {
  content: "\efe2";
}

.ri-qr-code-line:before {
  content: "\efe3";
}

.ri-qr-scan-2-fill:before {
  content: "\efe4";
}

.ri-qr-scan-2-line:before {
  content: "\efe5";
}

.ri-qr-scan-fill:before {
  content: "\efe6";
}

.ri-qr-scan-line:before {
  content: "\efe7";
}

.ri-question-answer-fill:before {
  content: "\efe8";
}

.ri-question-answer-line:before {
  content: "\efe9";
}

.ri-question-fill:before {
  content: "\efea";
}

.ri-question-line:before {
  content: "\efeb";
}

.ri-questionnaire-fill:before {
  content: "\efec";
}

.ri-questionnaire-line:before {
  content: "\efed";
}

.ri-quill-pen-fill:before {
  content: "\efee";
}

.ri-quill-pen-line:before {
  content: "\efef";
}

.ri-radar-fill:before {
  content: "\eff0";
}

.ri-radar-line:before {
  content: "\eff1";
}

.ri-radio-2-fill:before {
  content: "\eff2";
}

.ri-radio-2-line:before {
  content: "\eff3";
}

.ri-radio-button-fill:before {
  content: "\eff4";
}

.ri-radio-button-line:before {
  content: "\eff5";
}

.ri-radio-fill:before {
  content: "\eff6";
}

.ri-radio-line:before {
  content: "\eff7";
}

.ri-rainbow-fill:before {
  content: "\eff8";
}

.ri-rainbow-line:before {
  content: "\eff9";
}

.ri-rainy-fill:before {
  content: "\effa";
}

.ri-rainy-line:before {
  content: "\effb";
}

.ri-reactjs-fill:before {
  content: "\effc";
}

.ri-reactjs-line:before {
  content: "\effd";
}

.ri-record-circle-fill:before {
  content: "\effe";
}

.ri-record-circle-line:before {
  content: "\efff";
}

.ri-record-mail-fill:before {
  content: "\f000";
}

.ri-record-mail-line:before {
  content: "\f001";
}

.ri-recycle-fill:before {
  content: "\f002";
}

.ri-recycle-line:before {
  content: "\f003";
}

.ri-red-packet-fill:before {
  content: "\f004";
}

.ri-red-packet-line:before {
  content: "\f005";
}

.ri-reddit-fill:before {
  content: "\f006";
}

.ri-reddit-line:before {
  content: "\f007";
}

.ri-refresh-fill:before {
  content: "\f008";
}

.ri-refresh-line:before {
  content: "\f009";
}

.ri-refund-2-fill:before {
  content: "\f00a";
}

.ri-refund-2-line:before {
  content: "\f00b";
}

.ri-refund-fill:before {
  content: "\f00c";
}

.ri-refund-line:before {
  content: "\f00d";
}

.ri-registered-fill:before {
  content: "\f00e";
}

.ri-registered-line:before {
  content: "\f00f";
}

.ri-remixicon-fill:before {
  content: "\f010";
}

.ri-remixicon-line:before {
  content: "\f011";
}

.ri-remote-control-2-fill:before {
  content: "\f012";
}

.ri-remote-control-2-line:before {
  content: "\f013";
}

.ri-remote-control-fill:before {
  content: "\f014";
}

.ri-remote-control-line:before {
  content: "\f015";
}

.ri-repeat-2-fill:before {
  content: "\f016";
}

.ri-repeat-2-line:before {
  content: "\f017";
}

.ri-repeat-fill:before {
  content: "\f018";
}

.ri-repeat-line:before {
  content: "\f019";
}

.ri-repeat-one-fill:before {
  content: "\f01a";
}

.ri-repeat-one-line:before {
  content: "\f01b";
}

.ri-reply-fill:before {
  content: "\f01c";
}

.ri-reply-line:before {
  content: "\f01d";
}

.ri-reserved-fill:before {
  content: "\f01e";
}

.ri-reserved-line:before {
  content: "\f01f";
}

.ri-restart-fill:before {
  content: "\f020";
}

.ri-restart-line:before {
  content: "\f021";
}

.ri-restaurant-2-fill:before {
  content: "\f022";
}

.ri-restaurant-2-line:before {
  content: "\f023";
}

.ri-restaurant-fill:before {
  content: "\f024";
}

.ri-restaurant-line:before {
  content: "\f025";
}

.ri-rewind-fill:before {
  content: "\f026";
}

.ri-rewind-line:before {
  content: "\f027";
}

.ri-rewind-mini-fill:before {
  content: "\f028";
}

.ri-rewind-mini-line:before {
  content: "\f029";
}

.ri-rhythm-fill:before {
  content: "\f02a";
}

.ri-rhythm-line:before {
  content: "\f02b";
}

.ri-riding-fill:before {
  content: "\f02c";
}

.ri-riding-line:before {
  content: "\f02d";
}

.ri-road-map-fill:before {
  content: "\f02e";
}

.ri-road-map-line:before {
  content: "\f02f";
}

.ri-roadster-fill:before {
  content: "\f030";
}

.ri-roadster-line:before {
  content: "\f031";
}

.ri-robot-fill:before {
  content: "\f032";
}

.ri-robot-line:before {
  content: "\f033";
}

.ri-rocket-2-fill:before {
  content: "\f034";
}

.ri-rocket-2-line:before {
  content: "\f035";
}

.ri-rocket-fill:before {
  content: "\f036";
}

.ri-rocket-line:before {
  content: "\f037";
}

.ri-rotate-lock-fill:before {
  content: "\f038";
}

.ri-rotate-lock-line:before {
  content: "\f039";
}

.ri-route-fill:before {
  content: "\f03a";
}

.ri-route-line:before {
  content: "\f03b";
}

.ri-router-fill:before {
  content: "\f03c";
}

.ri-router-line:before {
  content: "\f03d";
}

.ri-rss-fill:before {
  content: "\f03e";
}

.ri-rss-line:before {
  content: "\f03f";
}

.ri-ruler-2-fill:before {
  content: "\f040";
}

.ri-ruler-2-line:before {
  content: "\f041";
}

.ri-ruler-fill:before {
  content: "\f042";
}

.ri-ruler-line:before {
  content: "\f043";
}

.ri-run-fill:before {
  content: "\f044";
}

.ri-run-line:before {
  content: "\f045";
}

.ri-safari-fill:before {
  content: "\f046";
}

.ri-safari-line:before {
  content: "\f047";
}

.ri-safe-2-fill:before {
  content: "\f048";
}

.ri-safe-2-line:before {
  content: "\f049";
}

.ri-safe-fill:before {
  content: "\f04a";
}

.ri-safe-line:before {
  content: "\f04b";
}

.ri-sailboat-fill:before {
  content: "\f04c";
}

.ri-sailboat-line:before {
  content: "\f04d";
}

.ri-save-2-fill:before {
  content: "\f04e";
}

.ri-save-2-line:before {
  content: "\f04f";
}

.ri-save-3-fill:before {
  content: "\f050";
}

.ri-save-3-line:before {
  content: "\f051";
}

.ri-save-fill:before {
  content: "\f052";
}

.ri-save-line:before {
  content: "\f053";
}

.ri-scales-2-fill:before {
  content: "\f054";
}

.ri-scales-2-line:before {
  content: "\f055";
}

.ri-scales-fill:before {
  content: "\f056";
}

.ri-scales-line:before {
  content: "\f057";
}

.ri-scan-2-fill:before {
  content: "\f058";
}

.ri-scan-2-line:before {
  content: "\f059";
}

.ri-scan-fill:before {
  content: "\f05a";
}

.ri-scan-line:before {
  content: "\f05b";
}

.ri-scissors-2-fill:before {
  content: "\f05c";
}

.ri-scissors-2-line:before {
  content: "\f05d";
}

.ri-scissors-cut-fill:before {
  content: "\f05e";
}

.ri-scissors-cut-line:before {
  content: "\f05f";
}

.ri-scissors-fill:before {
  content: "\f060";
}

.ri-scissors-line:before {
  content: "\f061";
}

.ri-screenshot-2-fill:before {
  content: "\f062";
}

.ri-screenshot-2-line:before {
  content: "\f063";
}

.ri-screenshot-fill:before {
  content: "\f064";
}

.ri-screenshot-line:before {
  content: "\f065";
}

.ri-sd-card-fill:before {
  content: "\f066";
}

.ri-sd-card-line:before {
  content: "\f067";
}

.ri-sd-card-mini-fill:before {
  content: "\f068";
}

.ri-sd-card-mini-line:before {
  content: "\f069";
}

.ri-search-2-fill:before {
  content: "\f06a";
}

.ri-search-2-line:before {
  content: "\f06b";
}

.ri-search-eye-fill:before {
  content: "\f06c";
}

.ri-search-eye-line:before {
  content: "\f06d";
}

.ri-search-fill:before {
  content: "\f06e";
}

.ri-search-line:before {
  content: "\f06f";
}

.ri-secure-payment-fill:before {
  content: "\f070";
}

.ri-secure-payment-line:before {
  content: "\f071";
}

.ri-send-backward:before {
  content: "\f072";
}

.ri-send-plane-2-fill:before {
  content: "\f073";
}

.ri-send-plane-2-line:before {
  content: "\f074";
}

.ri-send-plane-fill:before {
  content: "\f075";
}

.ri-send-plane-line:before {
  content: "\f076";
}

.ri-send-to-back:before {
  content: "\f077";
}

.ri-sensor-fill:before {
  content: "\f078";
}

.ri-sensor-line:before {
  content: "\f079";
}

.ri-separator:before {
  content: "\f07a";
}

.ri-server-fill:before {
  content: "\f07b";
}

.ri-server-line:before {
  content: "\f07c";
}

.ri-service-fill:before {
  content: "\f07d";
}

.ri-service-line:before {
  content: "\f07e";
}

.ri-settings-2-fill:before {
  content: "\f07f";
}

.ri-settings-2-line:before {
  content: "\f080";
}

.ri-settings-3-fill:before {
  content: "\f081";
}

.ri-settings-3-line:before {
  content: "\f082";
}

.ri-settings-4-fill:before {
  content: "\f083";
}

.ri-settings-4-line:before {
  content: "\f084";
}

.ri-settings-5-fill:before {
  content: "\f085";
}

.ri-settings-5-line:before {
  content: "\f086";
}

.ri-settings-6-fill:before {
  content: "\f087";
}

.ri-settings-6-line:before {
  content: "\f088";
}

.ri-settings-fill:before {
  content: "\f089";
}

.ri-settings-line:before {
  content: "\f08a";
}

.ri-shape-2-fill:before {
  content: "\f08b";
}

.ri-shape-2-line:before {
  content: "\f08c";
}

.ri-shape-fill:before {
  content: "\f08d";
}

.ri-shape-line:before {
  content: "\f08e";
}

.ri-share-box-fill:before {
  content: "\f08f";
}

.ri-share-box-line:before {
  content: "\f090";
}

.ri-share-circle-fill:before {
  content: "\f091";
}

.ri-share-circle-line:before {
  content: "\f092";
}

.ri-share-fill:before {
  content: "\f093";
}

.ri-share-forward-2-fill:before {
  content: "\f094";
}

.ri-share-forward-2-line:before {
  content: "\f095";
}

.ri-share-forward-box-fill:before {
  content: "\f096";
}

.ri-share-forward-box-line:before {
  content: "\f097";
}

.ri-share-forward-fill:before {
  content: "\f098";
}

.ri-share-forward-line:before {
  content: "\f099";
}

.ri-share-line:before {
  content: "\f09a";
}

.ri-shield-cross-fill:before {
  content: "\f09b";
}

.ri-shield-cross-line:before {
  content: "\f09c";
}

.ri-shield-fill:before {
  content: "\f09d";
}

.ri-shield-flash-fill:before {
  content: "\f09e";
}

.ri-shield-flash-line:before {
  content: "\f09f";
}

.ri-shield-keyhole-fill:before {
  content: "\f0a0";
}

.ri-shield-keyhole-line:before {
  content: "\f0a1";
}

.ri-shield-line:before {
  content: "\f0a2";
}

.ri-shield-star-fill:before {
  content: "\f0a3";
}

.ri-shield-star-line:before {
  content: "\f0a4";
}

.ri-shield-user-fill:before {
  content: "\f0a5";
}

.ri-shield-user-line:before {
  content: "\f0a6";
}

.ri-ship-2-fill:before {
  content: "\f0a7";
}

.ri-ship-2-line:before {
  content: "\f0a8";
}

.ri-ship-fill:before {
  content: "\f0a9";
}

.ri-ship-line:before {
  content: "\f0aa";
}

.ri-shirt-fill:before {
  content: "\f0ab";
}

.ri-shirt-line:before {
  content: "\f0ac";
}

.ri-shopping-bag-2-fill:before {
  content: "\f0ad";
}

.ri-shopping-bag-2-line:before {
  content: "\f0ae";
}

.ri-shopping-bag-3-fill:before {
  content: "\f0af";
}

.ri-shopping-bag-3-line:before {
  content: "\f0b0";
}

.ri-shopping-bag-fill:before {
  content: "\f0b1";
}

.ri-shopping-bag-line:before {
  content: "\f0b2";
}

.ri-shopping-basket-2-fill:before {
  content: "\f0b3";
}

.ri-shopping-basket-2-line:before {
  content: "\f0b4";
}

.ri-shopping-basket-fill:before {
  content: "\f0b5";
}

.ri-shopping-basket-line:before {
  content: "\f0b6";
}

.ri-shopping-cart-2-fill:before {
  content: "\f0b7";
}

.ri-shopping-cart-2-line:before {
  content: "\f0b8";
}

.ri-shopping-cart-fill:before {
  content: "\f0b9";
}

.ri-shopping-cart-line:before {
  content: "\f0ba";
}

.ri-showers-fill:before {
  content: "\f0bb";
}

.ri-showers-line:before {
  content: "\f0bc";
}

.ri-shuffle-fill:before {
  content: "\f0bd";
}

.ri-shuffle-line:before {
  content: "\f0be";
}

.ri-shut-down-fill:before {
  content: "\f0bf";
}

.ri-shut-down-line:before {
  content: "\f0c0";
}

.ri-side-bar-fill:before {
  content: "\f0c1";
}

.ri-side-bar-line:before {
  content: "\f0c2";
}

.ri-signal-tower-fill:before {
  content: "\f0c3";
}

.ri-signal-tower-line:before {
  content: "\f0c4";
}

.ri-signal-wifi-1-fill:before {
  content: "\f0c5";
}

.ri-signal-wifi-1-line:before {
  content: "\f0c6";
}

.ri-signal-wifi-2-fill:before {
  content: "\f0c7";
}

.ri-signal-wifi-2-line:before {
  content: "\f0c8";
}

.ri-signal-wifi-3-fill:before {
  content: "\f0c9";
}

.ri-signal-wifi-3-line:before {
  content: "\f0ca";
}

.ri-signal-wifi-error-fill:before {
  content: "\f0cb";
}

.ri-signal-wifi-error-line:before {
  content: "\f0cc";
}

.ri-signal-wifi-fill:before {
  content: "\f0cd";
}

.ri-signal-wifi-line:before {
  content: "\f0ce";
}

.ri-signal-wifi-off-fill:before {
  content: "\f0cf";
}

.ri-signal-wifi-off-line:before {
  content: "\f0d0";
}

.ri-sim-card-2-fill:before {
  content: "\f0d1";
}

.ri-sim-card-2-line:before {
  content: "\f0d2";
}

.ri-sim-card-fill:before {
  content: "\f0d3";
}

.ri-sim-card-line:before {
  content: "\f0d4";
}

.ri-single-quotes-l:before {
  content: "\f0d5";
}

.ri-single-quotes-r:before {
  content: "\f0d6";
}

.ri-sip-fill:before {
  content: "\f0d7";
}

.ri-sip-line:before {
  content: "\f0d8";
}

.ri-skip-back-fill:before {
  content: "\f0d9";
}

.ri-skip-back-line:before {
  content: "\f0da";
}

.ri-skip-back-mini-fill:before {
  content: "\f0db";
}

.ri-skip-back-mini-line:before {
  content: "\f0dc";
}

.ri-skip-forward-fill:before {
  content: "\f0dd";
}

.ri-skip-forward-line:before {
  content: "\f0de";
}

.ri-skip-forward-mini-fill:before {
  content: "\f0df";
}

.ri-skip-forward-mini-line:before {
  content: "\f0e0";
}

.ri-skull-2-fill:before {
  content: "\f0e1";
}

.ri-skull-2-line:before {
  content: "\f0e2";
}

.ri-skull-fill:before {
  content: "\f0e3";
}

.ri-skull-line:before {
  content: "\f0e4";
}

.ri-skype-fill:before {
  content: "\f0e5";
}

.ri-skype-line:before {
  content: "\f0e6";
}

.ri-slack-fill:before {
  content: "\f0e7";
}

.ri-slack-line:before {
  content: "\f0e8";
}

.ri-slice-fill:before {
  content: "\f0e9";
}

.ri-slice-line:before {
  content: "\f0ea";
}

.ri-slideshow-2-fill:before {
  content: "\f0eb";
}

.ri-slideshow-2-line:before {
  content: "\f0ec";
}

.ri-slideshow-3-fill:before {
  content: "\f0ed";
}

.ri-slideshow-3-line:before {
  content: "\f0ee";
}

.ri-slideshow-4-fill:before {
  content: "\f0ef";
}

.ri-slideshow-4-line:before {
  content: "\f0f0";
}

.ri-slideshow-fill:before {
  content: "\f0f1";
}

.ri-slideshow-line:before {
  content: "\f0f2";
}

.ri-smartphone-fill:before {
  content: "\f0f3";
}

.ri-smartphone-line:before {
  content: "\f0f4";
}

.ri-snapchat-fill:before {
  content: "\f0f5";
}

.ri-snapchat-line:before {
  content: "\f0f6";
}

.ri-snowy-fill:before {
  content: "\f0f7";
}

.ri-snowy-line:before {
  content: "\f0f8";
}

.ri-sort-asc:before {
  content: "\f0f9";
}

.ri-sort-desc:before {
  content: "\f0fa";
}

.ri-sound-module-fill:before {
  content: "\f0fb";
}

.ri-sound-module-line:before {
  content: "\f0fc";
}

.ri-soundcloud-fill:before {
  content: "\f0fd";
}

.ri-soundcloud-line:before {
  content: "\f0fe";
}

.ri-space-ship-fill:before {
  content: "\f0ff";
}

.ri-space-ship-line:before {
  content: "\f100";
}

.ri-space:before {
  content: "\f101";
}

.ri-spam-2-fill:before {
  content: "\f102";
}

.ri-spam-2-line:before {
  content: "\f103";
}

.ri-spam-3-fill:before {
  content: "\f104";
}

.ri-spam-3-line:before {
  content: "\f105";
}

.ri-spam-fill:before {
  content: "\f106";
}

.ri-spam-line:before {
  content: "\f107";
}

.ri-speaker-2-fill:before {
  content: "\f108";
}

.ri-speaker-2-line:before {
  content: "\f109";
}

.ri-speaker-3-fill:before {
  content: "\f10a";
}

.ri-speaker-3-line:before {
  content: "\f10b";
}

.ri-speaker-fill:before {
  content: "\f10c";
}

.ri-speaker-line:before {
  content: "\f10d";
}

.ri-spectrum-fill:before {
  content: "\f10e";
}

.ri-spectrum-line:before {
  content: "\f10f";
}

.ri-speed-fill:before {
  content: "\f110";
}

.ri-speed-line:before {
  content: "\f111";
}

.ri-speed-mini-fill:before {
  content: "\f112";
}

.ri-speed-mini-line:before {
  content: "\f113";
}

.ri-spotify-fill:before {
  content: "\f114";
}

.ri-spotify-line:before {
  content: "\f115";
}

.ri-spy-fill:before {
  content: "\f116";
}

.ri-spy-line:before {
  content: "\f117";
}

.ri-stack-fill:before {
  content: "\f118";
}

.ri-stack-line:before {
  content: "\f119";
}

.ri-stack-overflow-fill:before {
  content: "\f11a";
}

.ri-stack-overflow-line:before {
  content: "\f11b";
}

.ri-stackshare-fill:before {
  content: "\f11c";
}

.ri-stackshare-line:before {
  content: "\f11d";
}

.ri-star-fill:before {
  content: "\f11e";
}

.ri-star-half-fill:before {
  content: "\f11f";
}

.ri-star-half-line:before {
  content: "\f120";
}

.ri-star-half-s-fill:before {
  content: "\f121";
}

.ri-star-half-s-line:before {
  content: "\f122";
}

.ri-star-line:before {
  content: "\f123";
}

.ri-star-s-fill:before {
  content: "\f124";
}

.ri-star-s-line:before {
  content: "\f125";
}

.ri-star-smile-fill:before {
  content: "\f126";
}

.ri-star-smile-line:before {
  content: "\f127";
}

.ri-steam-fill:before {
  content: "\f128";
}

.ri-steam-line:before {
  content: "\f129";
}

.ri-steering-2-fill:before {
  content: "\f12a";
}

.ri-steering-2-line:before {
  content: "\f12b";
}

.ri-steering-fill:before {
  content: "\f12c";
}

.ri-steering-line:before {
  content: "\f12d";
}

.ri-sticky-note-2-fill:before {
  content: "\f12e";
}

.ri-sticky-note-2-line:before {
  content: "\f12f";
}

.ri-sticky-note-fill:before {
  content: "\f130";
}

.ri-sticky-note-line:before {
  content: "\f131";
}

.ri-stock-fill:before {
  content: "\f132";
}

.ri-stock-line:before {
  content: "\f133";
}

.ri-stop-circle-fill:before {
  content: "\f134";
}

.ri-stop-circle-line:before {
  content: "\f135";
}

.ri-stop-fill:before {
  content: "\f136";
}

.ri-stop-line:before {
  content: "\f137";
}

.ri-stop-mini-fill:before {
  content: "\f138";
}

.ri-stop-mini-line:before {
  content: "\f139";
}

.ri-store-2-fill:before {
  content: "\f13a";
}

.ri-store-2-line:before {
  content: "\f13b";
}

.ri-store-3-fill:before {
  content: "\f13c";
}

.ri-store-3-line:before {
  content: "\f13d";
}

.ri-store-fill:before {
  content: "\f13e";
}

.ri-store-line:before {
  content: "\f13f";
}

.ri-strikethrough-2:before {
  content: "\f140";
}

.ri-strikethrough:before {
  content: "\f141";
}

.ri-subscript-2:before {
  content: "\f142";
}

.ri-subscript:before {
  content: "\f143";
}

.ri-subtract-fill:before {
  content: "\f144";
}

.ri-subtract-line:before {
  content: "\f145";
}

.ri-subway-fill:before {
  content: "\f146";
}

.ri-subway-line:before {
  content: "\f147";
}

.ri-subway-wifi-fill:before {
  content: "\f148";
}

.ri-subway-wifi-line:before {
  content: "\f149";
}

.ri-suitcase-2-fill:before {
  content: "\f14a";
}

.ri-suitcase-2-line:before {
  content: "\f14b";
}

.ri-suitcase-3-fill:before {
  content: "\f14c";
}

.ri-suitcase-3-line:before {
  content: "\f14d";
}

.ri-suitcase-fill:before {
  content: "\f14e";
}

.ri-suitcase-line:before {
  content: "\f14f";
}

.ri-sun-cloudy-fill:before {
  content: "\f150";
}

.ri-sun-cloudy-line:before {
  content: "\f151";
}

.ri-sun-fill:before {
  content: "\f152";
}

.ri-sun-foggy-fill:before {
  content: "\f153";
}

.ri-sun-foggy-line:before {
  content: "\f154";
}

.ri-sun-line:before {
  content: "\f155";
}

.ri-superscript-2:before {
  content: "\f156";
}

.ri-superscript:before {
  content: "\f157";
}

.ri-surround-sound-fill:before {
  content: "\f158";
}

.ri-surround-sound-line:before {
  content: "\f159";
}

.ri-survey-fill:before {
  content: "\f15a";
}

.ri-survey-line:before {
  content: "\f15b";
}

.ri-swap-box-fill:before {
  content: "\f15c";
}

.ri-swap-box-line:before {
  content: "\f15d";
}

.ri-swap-fill:before {
  content: "\f15e";
}

.ri-swap-line:before {
  content: "\f15f";
}

.ri-switch-fill:before {
  content: "\f160";
}

.ri-switch-line:before {
  content: "\f161";
}

.ri-sword-fill:before {
  content: "\f162";
}

.ri-sword-line:before {
  content: "\f163";
}

.ri-t-box-fill:before {
  content: "\f164";
}

.ri-t-box-line:before {
  content: "\f165";
}

.ri-t-shirt-2-fill:before {
  content: "\f166";
}

.ri-t-shirt-2-line:before {
  content: "\f167";
}

.ri-t-shirt-air-fill:before {
  content: "\f168";
}

.ri-t-shirt-air-line:before {
  content: "\f169";
}

.ri-t-shirt-fill:before {
  content: "\f16a";
}

.ri-t-shirt-line:before {
  content: "\f16b";
}

.ri-table-2:before {
  content: "\f16c";
}

.ri-table-alt-fill:before {
  content: "\f16d";
}

.ri-table-alt-line:before {
  content: "\f16e";
}

.ri-table-fill:before {
  content: "\f16f";
}

.ri-table-line:before {
  content: "\f170";
}

.ri-tablet-fill:before {
  content: "\f171";
}

.ri-tablet-line:before {
  content: "\f172";
}

.ri-takeaway-fill:before {
  content: "\f173";
}

.ri-takeaway-line:before {
  content: "\f174";
}

.ri-taobao-fill:before {
  content: "\f175";
}

.ri-taobao-line:before {
  content: "\f176";
}

.ri-tape-fill:before {
  content: "\f177";
}

.ri-tape-line:before {
  content: "\f178";
}

.ri-task-fill:before {
  content: "\f179";
}

.ri-task-line:before {
  content: "\f17a";
}

.ri-taxi-fill:before {
  content: "\f17b";
}

.ri-taxi-line:before {
  content: "\f17c";
}

.ri-taxi-wifi-fill:before {
  content: "\f17d";
}

.ri-taxi-wifi-line:before {
  content: "\f17e";
}

.ri-team-fill:before {
  content: "\f17f";
}

.ri-team-line:before {
  content: "\f180";
}

.ri-telegram-fill:before {
  content: "\f181";
}

.ri-telegram-line:before {
  content: "\f182";
}

.ri-temp-cold-fill:before {
  content: "\f183";
}

.ri-temp-cold-line:before {
  content: "\f184";
}

.ri-temp-hot-fill:before {
  content: "\f185";
}

.ri-temp-hot-line:before {
  content: "\f186";
}

.ri-terminal-box-fill:before {
  content: "\f187";
}

.ri-terminal-box-line:before {
  content: "\f188";
}

.ri-terminal-fill:before {
  content: "\f189";
}

.ri-terminal-line:before {
  content: "\f18a";
}

.ri-terminal-window-fill:before {
  content: "\f18b";
}

.ri-terminal-window-line:before {
  content: "\f18c";
}

.ri-text-direction-l:before {
  content: "\f18d";
}

.ri-text-direction-r:before {
  content: "\f18e";
}

.ri-text-spacing:before {
  content: "\f18f";
}

.ri-text-wrap:before {
  content: "\f190";
}

.ri-text:before {
  content: "\f191";
}

.ri-thumb-down-fill:before {
  content: "\f192";
}

.ri-thumb-down-line:before {
  content: "\f193";
}

.ri-thumb-up-fill:before {
  content: "\f194";
}

.ri-thumb-up-line:before {
  content: "\f195";
}

.ri-thunderstorms-fill:before {
  content: "\f196";
}

.ri-thunderstorms-line:before {
  content: "\f197";
}

.ri-ticket-2-fill:before {
  content: "\f198";
}

.ri-ticket-2-line:before {
  content: "\f199";
}

.ri-ticket-fill:before {
  content: "\f19a";
}

.ri-ticket-line:before {
  content: "\f19b";
}

.ri-time-fill:before {
  content: "\f19c";
}

.ri-time-line:before {
  content: "\f19d";
}

.ri-timer-2-fill:before {
  content: "\f19e";
}

.ri-timer-2-line:before {
  content: "\f19f";
}

.ri-timer-fill:before {
  content: "\f1a0";
}

.ri-timer-flash-fill:before {
  content: "\f1a1";
}

.ri-timer-flash-line:before {
  content: "\f1a2";
}

.ri-timer-line:before {
  content: "\f1a3";
}

.ri-todo-fill:before {
  content: "\f1a4";
}

.ri-todo-line:before {
  content: "\f1a5";
}

.ri-toggle-fill:before {
  content: "\f1a6";
}

.ri-toggle-line:before {
  content: "\f1a7";
}

.ri-tools-fill:before {
  content: "\f1a8";
}

.ri-tools-line:before {
  content: "\f1a9";
}

.ri-tornado-fill:before {
  content: "\f1aa";
}

.ri-tornado-line:before {
  content: "\f1ab";
}

.ri-trademark-fill:before {
  content: "\f1ac";
}

.ri-trademark-line:before {
  content: "\f1ad";
}

.ri-traffic-light-fill:before {
  content: "\f1ae";
}

.ri-traffic-light-line:before {
  content: "\f1af";
}

.ri-train-fill:before {
  content: "\f1b0";
}

.ri-train-line:before {
  content: "\f1b1";
}

.ri-train-wifi-fill:before {
  content: "\f1b2";
}

.ri-train-wifi-line:before {
  content: "\f1b3";
}

.ri-translate-2:before {
  content: "\f1b4";
}

.ri-translate:before {
  content: "\f1b5";
}

.ri-travesti-fill:before {
  content: "\f1b6";
}

.ri-travesti-line:before {
  content: "\f1b7";
}

.ri-treasure-map-fill:before {
  content: "\f1b8";
}

.ri-treasure-map-line:before {
  content: "\f1b9";
}

.ri-trello-fill:before {
  content: "\f1ba";
}

.ri-trello-line:before {
  content: "\f1bb";
}

.ri-trophy-fill:before {
  content: "\f1bc";
}

.ri-trophy-line:before {
  content: "\f1bd";
}

.ri-truck-fill:before {
  content: "\f1be";
}

.ri-truck-line:before {
  content: "\f1bf";
}

.ri-tumblr-fill:before {
  content: "\f1c0";
}

.ri-tumblr-line:before {
  content: "\f1c1";
}

.ri-tv-2-fill:before {
  content: "\f1c2";
}

.ri-tv-2-line:before {
  content: "\f1c3";
}

.ri-tv-fill:before {
  content: "\f1c4";
}

.ri-tv-line:before {
  content: "\f1c5";
}

.ri-twitch-fill:before {
  content: "\f1c6";
}

.ri-twitch-line:before {
  content: "\f1c7";
}

.ri-twitter-fill:before {
  content: "\f1c8";
}

.ri-twitter-line:before {
  content: "\f1c9";
}

.ri-typhoon-fill:before {
  content: "\f1ca";
}

.ri-typhoon-line:before {
  content: "\f1cb";
}

.ri-u-disk-fill:before {
  content: "\f1cc";
}

.ri-u-disk-line:before {
  content: "\f1cd";
}

.ri-ubuntu-fill:before {
  content: "\f1ce";
}

.ri-ubuntu-line:before {
  content: "\f1cf";
}

.ri-umbrella-fill:before {
  content: "\f1d0";
}

.ri-umbrella-line:before {
  content: "\f1d1";
}

.ri-underline:before {
  content: "\f1d2";
}

.ri-uninstall-fill:before {
  content: "\f1d3";
}

.ri-uninstall-line:before {
  content: "\f1d4";
}

.ri-unsplash-fill:before {
  content: "\f1d5";
}

.ri-unsplash-line:before {
  content: "\f1d6";
}

.ri-upload-2-fill:before {
  content: "\f1d7";
}

.ri-upload-2-line:before {
  content: "\f1d8";
}

.ri-upload-cloud-2-fill:before {
  content: "\f1d9";
}

.ri-upload-cloud-2-line:before {
  content: "\f1da";
}

.ri-upload-cloud-fill:before {
  content: "\f1db";
}

.ri-upload-cloud-line:before {
  content: "\f1dc";
}

.ri-upload-fill:before {
  content: "\f1dd";
}

.ri-upload-line:before {
  content: "\f1de";
}

.ri-user-2-fill:before {
  content: "\f1df";
}

.ri-user-2-line:before {
  content: "\f1e0";
}

.ri-user-3-fill:before {
  content: "\f1e1";
}

.ri-user-3-line:before {
  content: "\f1e2";
}

.ri-user-4-fill:before {
  content: "\f1e3";
}

.ri-user-4-line:before {
  content: "\f1e4";
}

.ri-user-5-fill:before {
  content: "\f1e5";
}

.ri-user-5-line:before {
  content: "\f1e6";
}

.ri-user-6-fill:before {
  content: "\f1e7";
}

.ri-user-6-line:before {
  content: "\f1e8";
}

.ri-user-add-fill:before {
  content: "\f1e9";
}

.ri-user-add-line:before {
  content: "\f1ea";
}

.ri-user-fill:before {
  content: "\f1eb";
}

.ri-user-follow-fill:before {
  content: "\f1ec";
}

.ri-user-follow-line:before {
  content: "\f1ed";
}

.ri-user-heart-fill:before {
  content: "\f1ee";
}

.ri-user-heart-line:before {
  content: "\f1ef";
}

.ri-user-line:before {
  content: "\f1f0";
}

.ri-user-location-fill:before {
  content: "\f1f1";
}

.ri-user-location-line:before {
  content: "\f1f2";
}

.ri-user-received-2-fill:before {
  content: "\f1f3";
}

.ri-user-received-2-line:before {
  content: "\f1f4";
}

.ri-user-received-fill:before {
  content: "\f1f5";
}

.ri-user-received-line:before {
  content: "\f1f6";
}

.ri-user-search-fill:before {
  content: "\f1f7";
}

.ri-user-search-line:before {
  content: "\f1f8";
}

.ri-user-settings-fill:before {
  content: "\f1f9";
}

.ri-user-settings-line:before {
  content: "\f1fa";
}

.ri-user-shared-2-fill:before {
  content: "\f1fb";
}

.ri-user-shared-2-line:before {
  content: "\f1fc";
}

.ri-user-shared-fill:before {
  content: "\f1fd";
}

.ri-user-shared-line:before {
  content: "\f1fe";
}

.ri-user-smile-fill:before {
  content: "\f1ff";
}

.ri-user-smile-line:before {
  content: "\f200";
}

.ri-user-star-fill:before {
  content: "\f201";
}

.ri-user-star-line:before {
  content: "\f202";
}

.ri-user-unfollow-fill:before {
  content: "\f203";
}

.ri-user-unfollow-line:before {
  content: "\f204";
}

.ri-user-voice-fill:before {
  content: "\f205";
}

.ri-user-voice-line:before {
  content: "\f206";
}

.ri-video-add-fill:before {
  content: "\f207";
}

.ri-video-add-line:before {
  content: "\f208";
}

.ri-video-chat-fill:before {
  content: "\f209";
}

.ri-video-chat-line:before {
  content: "\f20a";
}

.ri-video-download-fill:before {
  content: "\f20b";
}

.ri-video-download-line:before {
  content: "\f20c";
}

.ri-video-fill:before {
  content: "\f20d";
}

.ri-video-line:before {
  content: "\f20e";
}

.ri-video-upload-fill:before {
  content: "\f20f";
}

.ri-video-upload-line:before {
  content: "\f210";
}

.ri-vidicon-2-fill:before {
  content: "\f211";
}

.ri-vidicon-2-line:before {
  content: "\f212";
}

.ri-vidicon-fill:before {
  content: "\f213";
}

.ri-vidicon-line:before {
  content: "\f214";
}

.ri-vip-crown-2-fill:before {
  content: "\f215";
}

.ri-vip-crown-2-line:before {
  content: "\f216";
}

.ri-vip-crown-fill:before {
  content: "\f217";
}

.ri-vip-crown-line:before {
  content: "\f218";
}

.ri-vip-diamond-fill:before {
  content: "\f219";
}

.ri-vip-diamond-line:before {
  content: "\f21a";
}

.ri-vip-fill:before {
  content: "\f21b";
}

.ri-vip-line:before {
  content: "\f21c";
}

.ri-visa-fill:before {
  content: "\f21d";
}

.ri-visa-line:before {
  content: "\f21e";
}

.ri-voice-recognition-fill:before {
  content: "\f21f";
}

.ri-voice-recognition-line:before {
  content: "\f220";
}

.ri-voiceprint-fill:before {
  content: "\f221";
}

.ri-voiceprint-line:before {
  content: "\f222";
}

.ri-volume-down-fill:before {
  content: "\f223";
}

.ri-volume-down-line:before {
  content: "\f224";
}

.ri-volume-mute-fill:before {
  content: "\f225";
}

.ri-volume-mute-line:before {
  content: "\f226";
}

.ri-volume-off-vibrate-fill:before {
  content: "\f227";
}

.ri-volume-off-vibrate-line:before {
  content: "\f228";
}

.ri-volume-up-fill:before {
  content: "\f229";
}

.ri-volume-up-line:before {
  content: "\f22a";
}

.ri-volume-vibrate-fill:before {
  content: "\f22b";
}

.ri-volume-vibrate-line:before {
  content: "\f22c";
}

.ri-vuejs-fill:before {
  content: "\f22d";
}

.ri-vuejs-line:before {
  content: "\f22e";
}

.ri-walk-fill:before {
  content: "\f22f";
}

.ri-walk-line:before {
  content: "\f230";
}

.ri-wallet-2-fill:before {
  content: "\f231";
}

.ri-wallet-2-line:before {
  content: "\f232";
}

.ri-wallet-3-fill:before {
  content: "\f233";
}

.ri-wallet-3-line:before {
  content: "\f234";
}

.ri-wallet-fill:before {
  content: "\f235";
}

.ri-wallet-line:before {
  content: "\f236";
}

.ri-water-flash-fill:before {
  content: "\f237";
}

.ri-water-flash-line:before {
  content: "\f238";
}

.ri-webcam-fill:before {
  content: "\f239";
}

.ri-webcam-line:before {
  content: "\f23a";
}

.ri-wechat-2-fill:before {
  content: "\f23b";
}

.ri-wechat-2-line:before {
  content: "\f23c";
}

.ri-wechat-fill:before {
  content: "\f23d";
}

.ri-wechat-line:before {
  content: "\f23e";
}

.ri-wechat-pay-fill:before {
  content: "\f23f";
}

.ri-wechat-pay-line:before {
  content: "\f240";
}

.ri-weibo-fill:before {
  content: "\f241";
}

.ri-weibo-line:before {
  content: "\f242";
}

.ri-whatsapp-fill:before {
  content: "\f243";
}

.ri-whatsapp-line:before {
  content: "\f244";
}

.ri-wheelchair-fill:before {
  content: "\f245";
}

.ri-wheelchair-line:before {
  content: "\f246";
}

.ri-wifi-fill:before {
  content: "\f247";
}

.ri-wifi-line:before {
  content: "\f248";
}

.ri-wifi-off-fill:before {
  content: "\f249";
}

.ri-wifi-off-line:before {
  content: "\f24a";
}

.ri-window-2-fill:before {
  content: "\f24b";
}

.ri-window-2-line:before {
  content: "\f24c";
}

.ri-window-fill:before {
  content: "\f24d";
}

.ri-window-line:before {
  content: "\f24e";
}

.ri-windows-fill:before {
  content: "\f24f";
}

.ri-windows-line:before {
  content: "\f250";
}

.ri-windy-fill:before {
  content: "\f251";
}

.ri-windy-line:before {
  content: "\f252";
}

.ri-wireless-charging-fill:before {
  content: "\f253";
}

.ri-wireless-charging-line:before {
  content: "\f254";
}

.ri-women-fill:before {
  content: "\f255";
}

.ri-women-line:before {
  content: "\f256";
}

.ri-wubi-input:before {
  content: "\f257";
}

.ri-xbox-fill:before {
  content: "\f258";
}

.ri-xbox-line:before {
  content: "\f259";
}

.ri-xing-fill:before {
  content: "\f25a";
}

.ri-xing-line:before {
  content: "\f25b";
}

.ri-youtube-fill:before {
  content: "\f25c";
}

.ri-youtube-line:before {
  content: "\f25d";
}

.ri-zcool-fill:before {
  content: "\f25e";
}

.ri-zcool-line:before {
  content: "\f25f";
}

.ri-zhihu-fill:before {
  content: "\f260";
}

.ri-zhihu-line:before {
  content: "\f261";
}

.ri-zoom-in-fill:before {
  content: "\f262";
}

.ri-zoom-in-line:before {
  content: "\f263";
}

.ri-zoom-out-fill:before {
  content: "\f264";
}

.ri-zoom-out-line:before {
  content: "\f265";
}

/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, LESS and SCSS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: "weathericons";
  src: url(../fonts/weathericons-regular-webfont.4b658767.eot);
  src: url(../fonts/weathericons-regular-webfont.4b658767.eot?#iefix) format("embedded-opentype"), url(../fonts/weathericons-regular-webfont.1cd48d78.woff2) format("woff2"), url(../fonts/weathericons-regular-webfont.8cac70eb.woff) format("woff"), url(../fonts/weathericons-regular-webfont.4618f0de.ttf) format("truetype"), url(../img/weathericons-regular-webfont.ed0943f2.svg#weather_iconsregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.wi {
  display: inline-block;
  font-family: "weathericons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wi-fw {
  width: 1.4em;
  text-align: center;
}

.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}

.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}

.wi-day-sunny:before {
  content: "\f00d";
}

.wi-day-cloudy:before {
  content: "\f002";
}

.wi-day-cloudy-gusts:before {
  content: "\f000";
}

.wi-day-cloudy-windy:before {
  content: "\f001";
}

.wi-day-fog:before {
  content: "\f003";
}

.wi-day-hail:before {
  content: "\f004";
}

.wi-day-haze:before {
  content: "\f0b6";
}

.wi-day-lightning:before {
  content: "\f005";
}

.wi-day-rain:before {
  content: "\f008";
}

.wi-day-rain-mix:before {
  content: "\f006";
}

.wi-day-rain-wind:before {
  content: "\f007";
}

.wi-day-showers:before {
  content: "\f009";
}

.wi-day-sleet:before {
  content: "\f0b2";
}

.wi-day-sleet-storm:before {
  content: "\f068";
}

.wi-day-snow:before {
  content: "\f00a";
}

.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}

.wi-day-snow-wind:before {
  content: "\f065";
}

.wi-day-sprinkle:before {
  content: "\f00b";
}

.wi-day-storm-showers:before {
  content: "\f00e";
}

.wi-day-sunny-overcast:before {
  content: "\f00c";
}

.wi-day-thunderstorm:before {
  content: "\f010";
}

.wi-day-windy:before {
  content: "\f085";
}

.wi-solar-eclipse:before {
  content: "\f06e";
}

.wi-hot:before {
  content: "\f072";
}

.wi-day-cloudy-high:before {
  content: "\f07d";
}

.wi-day-light-wind:before {
  content: "\f0c4";
}

.wi-night-clear:before {
  content: "\f02e";
}

.wi-night-alt-cloudy:before {
  content: "\f086";
}

.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}

.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}

.wi-night-alt-hail:before {
  content: "\f024";
}

.wi-night-alt-lightning:before {
  content: "\f025";
}

.wi-night-alt-rain:before {
  content: "\f028";
}

.wi-night-alt-rain-mix:before {
  content: "\f026";
}

.wi-night-alt-rain-wind:before {
  content: "\f027";
}

.wi-night-alt-showers:before {
  content: "\f029";
}

.wi-night-alt-sleet:before {
  content: "\f0b4";
}

.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}

.wi-night-alt-snow:before {
  content: "\f02a";
}

.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}

.wi-night-alt-snow-wind:before {
  content: "\f067";
}

.wi-night-alt-sprinkle:before {
  content: "\f02b";
}

.wi-night-alt-storm-showers:before {
  content: "\f02c";
}

.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}

.wi-night-cloudy:before {
  content: "\f031";
}

.wi-night-cloudy-gusts:before {
  content: "\f02f";
}

.wi-night-cloudy-windy:before {
  content: "\f030";
}

.wi-night-fog:before {
  content: "\f04a";
}

.wi-night-hail:before {
  content: "\f032";
}

.wi-night-lightning:before {
  content: "\f033";
}

.wi-night-partly-cloudy:before {
  content: "\f083";
}

.wi-night-rain:before {
  content: "\f036";
}

.wi-night-rain-mix:before {
  content: "\f034";
}

.wi-night-rain-wind:before {
  content: "\f035";
}

.wi-night-showers:before {
  content: "\f037";
}

.wi-night-sleet:before {
  content: "\f0b3";
}

.wi-night-sleet-storm:before {
  content: "\f069";
}

.wi-night-snow:before {
  content: "\f038";
}

.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}

.wi-night-snow-wind:before {
  content: "\f066";
}

.wi-night-sprinkle:before {
  content: "\f039";
}

.wi-night-storm-showers:before {
  content: "\f03a";
}

.wi-night-thunderstorm:before {
  content: "\f03b";
}

.wi-lunar-eclipse:before {
  content: "\f070";
}

.wi-stars:before {
  content: "\f077";
}

.wi-storm-showers:before {
  content: "\f01d";
}

.wi-thunderstorm:before {
  content: "\f01e";
}

.wi-night-alt-cloudy-high:before {
  content: "\f07e";
}

.wi-night-cloudy-high:before {
  content: "\f080";
}

.wi-night-alt-partly-cloudy:before {
  content: "\f081";
}

.wi-cloud:before {
  content: "\f041";
}

.wi-cloudy:before {
  content: "\f013";
}

.wi-cloudy-gusts:before {
  content: "\f011";
}

.wi-cloudy-windy:before {
  content: "\f012";
}

.wi-fog:before {
  content: "\f014";
}

.wi-hail:before {
  content: "\f015";
}

.wi-rain:before {
  content: "\f019";
}

.wi-rain-mix:before {
  content: "\f017";
}

.wi-rain-wind:before {
  content: "\f018";
}

.wi-showers:before {
  content: "\f01a";
}

.wi-sleet:before {
  content: "\f0b5";
}

.wi-snow:before {
  content: "\f01b";
}

.wi-sprinkle:before {
  content: "\f01c";
}

.wi-storm-showers:before {
  content: "\f01d";
}

.wi-thunderstorm:before {
  content: "\f01e";
}

.wi-snow-wind:before {
  content: "\f064";
}

.wi-snow:before {
  content: "\f01b";
}

.wi-smog:before {
  content: "\f074";
}

.wi-smoke:before {
  content: "\f062";
}

.wi-lightning:before {
  content: "\f016";
}

.wi-raindrops:before {
  content: "\f04e";
}

.wi-raindrop:before {
  content: "\f078";
}

.wi-dust:before {
  content: "\f063";
}

.wi-snowflake-cold:before {
  content: "\f076";
}

.wi-windy:before {
  content: "\f021";
}

.wi-strong-wind:before {
  content: "\f050";
}

.wi-sandstorm:before {
  content: "\f082";
}

.wi-earthquake:before {
  content: "\f0c6";
}

.wi-fire:before {
  content: "\f0c7";
}

.wi-flood:before {
  content: "\f07c";
}

.wi-meteor:before {
  content: "\f071";
}

.wi-tsunami:before {
  content: "\f0c5";
}

.wi-volcano:before {
  content: "\f0c8";
}

.wi-hurricane:before {
  content: "\f073";
}

.wi-tornado:before {
  content: "\f056";
}

.wi-small-craft-advisory:before {
  content: "\f0cc";
}

.wi-gale-warning:before {
  content: "\f0cd";
}

.wi-storm-warning:before {
  content: "\f0ce";
}

.wi-hurricane-warning:before {
  content: "\f0cf";
}

.wi-wind-direction:before {
  content: "\f0b1";
}

.wi-alien:before {
  content: "\f075";
}

.wi-celsius:before {
  content: "\f03c";
}

.wi-fahrenheit:before {
  content: "\f045";
}

.wi-degrees:before {
  content: "\f042";
}

.wi-thermometer:before {
  content: "\f055";
}

.wi-thermometer-exterior:before {
  content: "\f053";
}

.wi-thermometer-internal:before {
  content: "\f054";
}

.wi-cloud-down:before {
  content: "\f03d";
}

.wi-cloud-up:before {
  content: "\f040";
}

.wi-cloud-refresh:before {
  content: "\f03e";
}

.wi-horizon:before {
  content: "\f047";
}

.wi-horizon-alt:before {
  content: "\f046";
}

.wi-sunrise:before {
  content: "\f051";
}

.wi-sunset:before {
  content: "\f052";
}

.wi-moonrise:before {
  content: "\f0c9";
}

.wi-moonset:before {
  content: "\f0ca";
}

.wi-refresh:before {
  content: "\f04c";
}

.wi-refresh-alt:before {
  content: "\f04b";
}

.wi-umbrella:before {
  content: "\f084";
}

.wi-barometer:before {
  content: "\f079";
}

.wi-humidity:before {
  content: "\f07a";
}

.wi-na:before {
  content: "\f07b";
}

.wi-train:before {
  content: "\f0cb";
}

.wi-moon-new:before {
  content: "\f095";
}

.wi-moon-waxing-cresent-1:before {
  content: "\f096";
}

.wi-moon-waxing-cresent-2:before {
  content: "\f097";
}

.wi-moon-waxing-cresent-3:before {
  content: "\f098";
}

.wi-moon-waxing-cresent-4:before {
  content: "\f099";
}

.wi-moon-waxing-cresent-5:before {
  content: "\f09a";
}

.wi-moon-waxing-cresent-6:before {
  content: "\f09b";
}

.wi-moon-first-quarter:before {
  content: "\f09c";
}

.wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}

.wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}

.wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}

.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}

.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}

.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}

.wi-moon-full:before {
  content: "\f0a3";
}

.wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}

.wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}

.wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}

.wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}

.wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}

.wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}

.wi-moon-third-quarter:before {
  content: "\f0aa";
}

.wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}

.wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}

.wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}

.wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}

.wi-moon-waning-crescent-5:before {
  content: "\f0af";
}

.wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}

.wi-moon-alt-new:before {
  content: "\f0eb";
}

.wi-moon-alt-waxing-cresent-1:before {
  content: "\f0d0";
}

.wi-moon-alt-waxing-cresent-2:before {
  content: "\f0d1";
}

.wi-moon-alt-waxing-cresent-3:before {
  content: "\f0d2";
}

.wi-moon-alt-waxing-cresent-4:before {
  content: "\f0d3";
}

.wi-moon-alt-waxing-cresent-5:before {
  content: "\f0d4";
}

.wi-moon-alt-waxing-cresent-6:before {
  content: "\f0d5";
}

.wi-moon-alt-first-quarter:before {
  content: "\f0d6";
}

.wi-moon-alt-waxing-gibbous-1:before {
  content: "\f0d7";
}

.wi-moon-alt-waxing-gibbous-2:before {
  content: "\f0d8";
}

.wi-moon-alt-waxing-gibbous-3:before {
  content: "\f0d9";
}

.wi-moon-alt-waxing-gibbous-4:before {
  content: "\f0da";
}

.wi-moon-alt-waxing-gibbous-5:before {
  content: "\f0db";
}

.wi-moon-alt-waxing-gibbous-6:before {
  content: "\f0dc";
}

.wi-moon-alt-full:before {
  content: "\f0dd";
}

.wi-moon-alt-waning-gibbous-1:before {
  content: "\f0de";
}

.wi-moon-alt-waning-gibbous-2:before {
  content: "\f0df";
}

.wi-moon-alt-waning-gibbous-3:before {
  content: "\f0e0";
}

.wi-moon-alt-waning-gibbous-4:before {
  content: "\f0e1";
}

.wi-moon-alt-waning-gibbous-5:before {
  content: "\f0e2";
}

.wi-moon-alt-waning-gibbous-6:before {
  content: "\f0e3";
}

.wi-moon-alt-third-quarter:before {
  content: "\f0e4";
}

.wi-moon-alt-waning-crescent-1:before {
  content: "\f0e5";
}

.wi-moon-alt-waning-crescent-2:before {
  content: "\f0e6";
}

.wi-moon-alt-waning-crescent-3:before {
  content: "\f0e7";
}

.wi-moon-alt-waning-crescent-4:before {
  content: "\f0e8";
}

.wi-moon-alt-waning-crescent-5:before {
  content: "\f0e9";
}

.wi-moon-alt-waning-crescent-6:before {
  content: "\f0ea";
}

.wi-moon-0:before {
  content: "\f095";
}

.wi-moon-1:before {
  content: "\f096";
}

.wi-moon-2:before {
  content: "\f097";
}

.wi-moon-3:before {
  content: "\f098";
}

.wi-moon-4:before {
  content: "\f099";
}

.wi-moon-5:before {
  content: "\f09a";
}

.wi-moon-6:before {
  content: "\f09b";
}

.wi-moon-7:before {
  content: "\f09c";
}

.wi-moon-8:before {
  content: "\f09d";
}

.wi-moon-9:before {
  content: "\f09e";
}

.wi-moon-10:before {
  content: "\f09f";
}

.wi-moon-11:before {
  content: "\f0a0";
}

.wi-moon-12:before {
  content: "\f0a1";
}

.wi-moon-13:before {
  content: "\f0a2";
}

.wi-moon-14:before {
  content: "\f0a3";
}

.wi-moon-15:before {
  content: "\f0a4";
}

.wi-moon-16:before {
  content: "\f0a5";
}

.wi-moon-17:before {
  content: "\f0a6";
}

.wi-moon-18:before {
  content: "\f0a7";
}

.wi-moon-19:before {
  content: "\f0a8";
}

.wi-moon-20:before {
  content: "\f0a9";
}

.wi-moon-21:before {
  content: "\f0aa";
}

.wi-moon-22:before {
  content: "\f0ab";
}

.wi-moon-23:before {
  content: "\f0ac";
}

.wi-moon-24:before {
  content: "\f0ad";
}

.wi-moon-25:before {
  content: "\f0ae";
}

.wi-moon-26:before {
  content: "\f0af";
}

.wi-moon-27:before {
  content: "\f0b0";
}

.wi-time-1:before {
  content: "\f08a";
}

.wi-time-2:before {
  content: "\f08b";
}

.wi-time-3:before {
  content: "\f08c";
}

.wi-time-4:before {
  content: "\f08d";
}

.wi-time-5:before {
  content: "\f08e";
}

.wi-time-6:before {
  content: "\f08f";
}

.wi-time-7:before {
  content: "\f090";
}

.wi-time-8:before {
  content: "\f091";
}

.wi-time-9:before {
  content: "\f092";
}

.wi-time-10:before {
  content: "\f093";
}

.wi-time-11:before {
  content: "\f094";
}

.wi-time-12:before {
  content: "\f089";
}

.wi-direction-up:before {
  content: "\f058";
}

.wi-direction-up-right:before {
  content: "\f057";
}

.wi-direction-right:before {
  content: "\f04d";
}

.wi-direction-down-right:before {
  content: "\f088";
}

.wi-direction-down:before {
  content: "\f044";
}

.wi-direction-down-left:before {
  content: "\f043";
}

.wi-direction-left:before {
  content: "\f048";
}

.wi-direction-up-left:before {
  content: "\f087";
}

.wi-wind-beaufort-0:before {
  content: "\f0b7";
}

.wi-wind-beaufort-1:before {
  content: "\f0b8";
}

.wi-wind-beaufort-2:before {
  content: "\f0b9";
}

.wi-wind-beaufort-3:before {
  content: "\f0ba";
}

.wi-wind-beaufort-4:before {
  content: "\f0bb";
}

.wi-wind-beaufort-5:before {
  content: "\f0bc";
}

.wi-wind-beaufort-6:before {
  content: "\f0bd";
}

.wi-wind-beaufort-7:before {
  content: "\f0be";
}

.wi-wind-beaufort-8:before {
  content: "\f0bf";
}

.wi-wind-beaufort-9:before {
  content: "\f0c0";
}

.wi-wind-beaufort-10:before {
  content: "\f0c1";
}

.wi-wind-beaufort-11:before {
  content: "\f0c2";
}

.wi-wind-beaufort-12:before {
  content: "\f0c3";
}

.wi-yahoo-0:before {
  content: "\f056";
}

.wi-yahoo-1:before {
  content: "\f00e";
}

.wi-yahoo-2:before {
  content: "\f073";
}

.wi-yahoo-3:before {
  content: "\f01e";
}

.wi-yahoo-4:before {
  content: "\f01e";
}

.wi-yahoo-5:before {
  content: "\f017";
}

.wi-yahoo-6:before {
  content: "\f017";
}

.wi-yahoo-7:before {
  content: "\f017";
}

.wi-yahoo-8:before {
  content: "\f015";
}

.wi-yahoo-9:before {
  content: "\f01a";
}

.wi-yahoo-10:before {
  content: "\f015";
}

.wi-yahoo-11:before {
  content: "\f01a";
}

.wi-yahoo-12:before {
  content: "\f01a";
}

.wi-yahoo-13:before {
  content: "\f01b";
}

.wi-yahoo-14:before {
  content: "\f00a";
}

.wi-yahoo-15:before {
  content: "\f064";
}

.wi-yahoo-16:before {
  content: "\f01b";
}

.wi-yahoo-17:before {
  content: "\f015";
}

.wi-yahoo-18:before {
  content: "\f017";
}

.wi-yahoo-19:before {
  content: "\f063";
}

.wi-yahoo-20:before {
  content: "\f014";
}

.wi-yahoo-21:before {
  content: "\f021";
}

.wi-yahoo-22:before {
  content: "\f062";
}

.wi-yahoo-23:before {
  content: "\f050";
}

.wi-yahoo-24:before {
  content: "\f050";
}

.wi-yahoo-25:before {
  content: "\f076";
}

.wi-yahoo-26:before {
  content: "\f013";
}

.wi-yahoo-27:before {
  content: "\f031";
}

.wi-yahoo-28:before {
  content: "\f002";
}

.wi-yahoo-29:before {
  content: "\f031";
}

.wi-yahoo-30:before {
  content: "\f002";
}

.wi-yahoo-31:before {
  content: "\f02e";
}

.wi-yahoo-32:before {
  content: "\f00d";
}

.wi-yahoo-33:before {
  content: "\f083";
}

.wi-yahoo-34:before {
  content: "\f00c";
}

.wi-yahoo-35:before {
  content: "\f017";
}

.wi-yahoo-36:before {
  content: "\f072";
}

.wi-yahoo-37:before {
  content: "\f00e";
}

.wi-yahoo-38:before {
  content: "\f00e";
}

.wi-yahoo-39:before {
  content: "\f00e";
}

.wi-yahoo-40:before {
  content: "\f01a";
}

.wi-yahoo-41:before {
  content: "\f064";
}

.wi-yahoo-42:before {
  content: "\f01b";
}

.wi-yahoo-43:before {
  content: "\f064";
}

.wi-yahoo-44:before {
  content: "\f00c";
}

.wi-yahoo-45:before {
  content: "\f00e";
}

.wi-yahoo-46:before {
  content: "\f01b";
}

.wi-yahoo-47:before {
  content: "\f00e";
}

.wi-yahoo-3200:before {
  content: "\f077";
}

.wi-forecast-io-clear-day:before {
  content: "\f00d";
}

.wi-forecast-io-clear-night:before {
  content: "\f02e";
}

.wi-forecast-io-rain:before {
  content: "\f019";
}

.wi-forecast-io-snow:before {
  content: "\f01b";
}

.wi-forecast-io-sleet:before {
  content: "\f0b5";
}

.wi-forecast-io-wind:before {
  content: "\f050";
}

.wi-forecast-io-fog:before {
  content: "\f014";
}

.wi-forecast-io-cloudy:before {
  content: "\f013";
}

.wi-forecast-io-partly-cloudy-day:before {
  content: "\f002";
}

.wi-forecast-io-partly-cloudy-night:before {
  content: "\f031";
}

.wi-forecast-io-hail:before {
  content: "\f015";
}

.wi-forecast-io-thunderstorm:before {
  content: "\f01e";
}

.wi-forecast-io-tornado:before {
  content: "\f056";
}

.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: "\f055";
}

.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: "\f013";
}

.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: "\f055";
}

.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: "\f013";
}

.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: "\f014";
}

.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: "\f014";
}

.wi-wmo4680-10:before {
  content: "\f014";
}

.wi-wmo4680-11:before {
  content: "\f014";
}

.wi-wmo4680-12:before {
  content: "\f016";
}

.wi-wmo4680-18:before {
  content: "\f050";
}

.wi-wmo4680-20:before {
  content: "\f014";
}

.wi-wmo4680-21:before {
  content: "\f017";
}

.wi-wmo4680-22:before {
  content: "\f017";
}

.wi-wmo4680-23:before {
  content: "\f019";
}

.wi-wmo4680-24:before {
  content: "\f01b";
}

.wi-wmo4680-25:before {
  content: "\f015";
}

.wi-wmo4680-26:before {
  content: "\f01e";
}

.wi-wmo4680-27:before {
  content: "\f063";
}

.wi-wmo4680-28:before {
  content: "\f063";
}

.wi-wmo4680-29:before {
  content: "\f063";
}

.wi-wmo4680-30:before {
  content: "\f014";
}

.wi-wmo4680-31:before {
  content: "\f014";
}

.wi-wmo4680-32:before {
  content: "\f014";
}

.wi-wmo4680-33:before {
  content: "\f014";
}

.wi-wmo4680-34:before {
  content: "\f014";
}

.wi-wmo4680-35:before {
  content: "\f014";
}

.wi-wmo4680-40:before {
  content: "\f017";
}

.wi-wmo4680-41:before {
  content: "\f01c";
}

.wi-wmo4680-42:before {
  content: "\f019";
}

.wi-wmo4680-43:before {
  content: "\f01c";
}

.wi-wmo4680-44:before {
  content: "\f019";
}

.wi-wmo4680-45:before {
  content: "\f015";
}

.wi-wmo4680-46:before {
  content: "\f015";
}

.wi-wmo4680-47:before {
  content: "\f01b";
}

.wi-wmo4680-48:before {
  content: "\f01b";
}

.wi-wmo4680-50:before {
  content: "\f01c";
}

.wi-wmo4680-51:before {
  content: "\f01c";
}

.wi-wmo4680-52:before {
  content: "\f019";
}

.wi-wmo4680-53:before {
  content: "\f019";
}

.wi-wmo4680-54:before {
  content: "\f076";
}

.wi-wmo4680-55:before {
  content: "\f076";
}

.wi-wmo4680-56:before {
  content: "\f076";
}

.wi-wmo4680-57:before {
  content: "\f01c";
}

.wi-wmo4680-58:before {
  content: "\f019";
}

.wi-wmo4680-60:before {
  content: "\f01c";
}

.wi-wmo4680-61:before {
  content: "\f01c";
}

.wi-wmo4680-62:before {
  content: "\f019";
}

.wi-wmo4680-63:before {
  content: "\f019";
}

.wi-wmo4680-64:before {
  content: "\f015";
}

.wi-wmo4680-65:before {
  content: "\f015";
}

.wi-wmo4680-66:before {
  content: "\f015";
}

.wi-wmo4680-67:before {
  content: "\f017";
}

.wi-wmo4680-68:before {
  content: "\f017";
}

.wi-wmo4680-70:before {
  content: "\f01b";
}

.wi-wmo4680-71:before {
  content: "\f01b";
}

.wi-wmo4680-72:before {
  content: "\f01b";
}

.wi-wmo4680-73:before {
  content: "\f01b";
}

.wi-wmo4680-74:before {
  content: "\f076";
}

.wi-wmo4680-75:before {
  content: "\f076";
}

.wi-wmo4680-76:before {
  content: "\f076";
}

.wi-wmo4680-77:before {
  content: "\f01b";
}

.wi-wmo4680-78:before {
  content: "\f076";
}

.wi-wmo4680-80:before {
  content: "\f019";
}

.wi-wmo4680-81:before {
  content: "\f01c";
}

.wi-wmo4680-82:before {
  content: "\f019";
}

.wi-wmo4680-83:before {
  content: "\f019";
}

.wi-wmo4680-84:before {
  content: "\f01d";
}

.wi-wmo4680-85:before {
  content: "\f017";
}

.wi-wmo4680-86:before {
  content: "\f017";
}

.wi-wmo4680-87:before {
  content: "\f017";
}

.wi-wmo4680-89:before {
  content: "\f015";
}

.wi-wmo4680-90:before {
  content: "\f016";
}

.wi-wmo4680-91:before {
  content: "\f01d";
}

.wi-wmo4680-92:before {
  content: "\f01e";
}

.wi-wmo4680-93:before {
  content: "\f01e";
}

.wi-wmo4680-94:before {
  content: "\f016";
}

.wi-wmo4680-95:before {
  content: "\f01e";
}

.wi-wmo4680-96:before {
  content: "\f01e";
}

.wi-wmo4680-99:before {
  content: "\f056";
}

.wi-owm-200:before {
  content: "\f01e";
}

.wi-owm-201:before {
  content: "\f01e";
}

.wi-owm-202:before {
  content: "\f01e";
}

.wi-owm-210:before {
  content: "\f016";
}

.wi-owm-211:before {
  content: "\f016";
}

.wi-owm-212:before {
  content: "\f016";
}

.wi-owm-221:before {
  content: "\f016";
}

.wi-owm-230:before {
  content: "\f01e";
}

.wi-owm-231:before {
  content: "\f01e";
}

.wi-owm-232:before {
  content: "\f01e";
}

.wi-owm-300:before {
  content: "\f01c";
}

.wi-owm-301:before {
  content: "\f01c";
}

.wi-owm-302:before {
  content: "\f019";
}

.wi-owm-310:before {
  content: "\f017";
}

.wi-owm-311:before {
  content: "\f019";
}

.wi-owm-312:before {
  content: "\f019";
}

.wi-owm-313:before {
  content: "\f01a";
}

.wi-owm-314:before {
  content: "\f019";
}

.wi-owm-321:before {
  content: "\f01c";
}

.wi-owm-500:before {
  content: "\f01c";
}

.wi-owm-501:before {
  content: "\f019";
}

.wi-owm-502:before {
  content: "\f019";
}

.wi-owm-503:before {
  content: "\f019";
}

.wi-owm-504:before {
  content: "\f019";
}

.wi-owm-511:before {
  content: "\f017";
}

.wi-owm-520:before {
  content: "\f01a";
}

.wi-owm-521:before {
  content: "\f01a";
}

.wi-owm-522:before {
  content: "\f01a";
}

.wi-owm-531:before {
  content: "\f01d";
}

.wi-owm-600:before {
  content: "\f01b";
}

.wi-owm-601:before {
  content: "\f01b";
}

.wi-owm-602:before {
  content: "\f0b5";
}

.wi-owm-611:before {
  content: "\f017";
}

.wi-owm-612:before {
  content: "\f017";
}

.wi-owm-615:before {
  content: "\f017";
}

.wi-owm-616:before {
  content: "\f017";
}

.wi-owm-620:before {
  content: "\f017";
}

.wi-owm-621:before {
  content: "\f01b";
}

.wi-owm-622:before {
  content: "\f01b";
}

.wi-owm-701:before {
  content: "\f01a";
}

.wi-owm-711:before {
  content: "\f062";
}

.wi-owm-721:before {
  content: "\f0b6";
}

.wi-owm-731:before {
  content: "\f063";
}

.wi-owm-741:before {
  content: "\f014";
}

.wi-owm-761:before {
  content: "\f063";
}

.wi-owm-762:before {
  content: "\f063";
}

.wi-owm-771:before {
  content: "\f011";
}

.wi-owm-781:before {
  content: "\f056";
}

.wi-owm-800:before {
  content: "\f00d";
}

.wi-owm-801:before {
  content: "\f011";
}

.wi-owm-802:before {
  content: "\f011";
}

.wi-owm-803:before {
  content: "\f011";
}

.wi-owm-803:before {
  content: "\f012";
}

.wi-owm-804:before {
  content: "\f013";
}

.wi-owm-900:before {
  content: "\f056";
}

.wi-owm-901:before {
  content: "\f01d";
}

.wi-owm-902:before {
  content: "\f073";
}

.wi-owm-903:before {
  content: "\f076";
}

.wi-owm-904:before {
  content: "\f072";
}

.wi-owm-905:before {
  content: "\f021";
}

.wi-owm-906:before {
  content: "\f015";
}

.wi-owm-957:before {
  content: "\f050";
}

.wi-owm-day-200:before {
  content: "\f010";
}

.wi-owm-day-201:before {
  content: "\f010";
}

.wi-owm-day-202:before {
  content: "\f010";
}

.wi-owm-day-210:before {
  content: "\f005";
}

.wi-owm-day-211:before {
  content: "\f005";
}

.wi-owm-day-212:before {
  content: "\f005";
}

.wi-owm-day-221:before {
  content: "\f005";
}

.wi-owm-day-230:before {
  content: "\f010";
}

.wi-owm-day-231:before {
  content: "\f010";
}

.wi-owm-day-232:before {
  content: "\f010";
}

.wi-owm-day-300:before {
  content: "\f00b";
}

.wi-owm-day-301:before {
  content: "\f00b";
}

.wi-owm-day-302:before {
  content: "\f008";
}

.wi-owm-day-310:before {
  content: "\f008";
}

.wi-owm-day-311:before {
  content: "\f008";
}

.wi-owm-day-312:before {
  content: "\f008";
}

.wi-owm-day-313:before {
  content: "\f008";
}

.wi-owm-day-314:before {
  content: "\f008";
}

.wi-owm-day-321:before {
  content: "\f00b";
}

.wi-owm-day-500:before {
  content: "\f00b";
}

.wi-owm-day-501:before {
  content: "\f008";
}

.wi-owm-day-502:before {
  content: "\f008";
}

.wi-owm-day-503:before {
  content: "\f008";
}

.wi-owm-day-504:before {
  content: "\f008";
}

.wi-owm-day-511:before {
  content: "\f006";
}

.wi-owm-day-520:before {
  content: "\f009";
}

.wi-owm-day-521:before {
  content: "\f009";
}

.wi-owm-day-522:before {
  content: "\f009";
}

.wi-owm-day-531:before {
  content: "\f00e";
}

.wi-owm-day-600:before {
  content: "\f00a";
}

.wi-owm-day-601:before {
  content: "\f0b2";
}

.wi-owm-day-602:before {
  content: "\f00a";
}

.wi-owm-day-611:before {
  content: "\f006";
}

.wi-owm-day-612:before {
  content: "\f006";
}

.wi-owm-day-615:before {
  content: "\f006";
}

.wi-owm-day-616:before {
  content: "\f006";
}

.wi-owm-day-620:before {
  content: "\f006";
}

.wi-owm-day-621:before {
  content: "\f00a";
}

.wi-owm-day-622:before {
  content: "\f00a";
}

.wi-owm-day-701:before {
  content: "\f009";
}

.wi-owm-day-711:before {
  content: "\f062";
}

.wi-owm-day-721:before {
  content: "\f0b6";
}

.wi-owm-day-731:before {
  content: "\f063";
}

.wi-owm-day-741:before {
  content: "\f003";
}

.wi-owm-day-761:before {
  content: "\f063";
}

.wi-owm-day-762:before {
  content: "\f063";
}

.wi-owm-day-781:before {
  content: "\f056";
}

.wi-owm-day-800:before {
  content: "\f00d";
}

.wi-owm-day-801:before {
  content: "\f000";
}

.wi-owm-day-802:before {
  content: "\f000";
}

.wi-owm-day-803:before {
  content: "\f000";
}

.wi-owm-day-804:before {
  content: "\f00c";
}

.wi-owm-day-900:before {
  content: "\f056";
}

.wi-owm-day-902:before {
  content: "\f073";
}

.wi-owm-day-903:before {
  content: "\f076";
}

.wi-owm-day-904:before {
  content: "\f072";
}

.wi-owm-day-906:before {
  content: "\f004";
}

.wi-owm-day-957:before {
  content: "\f050";
}

.wi-owm-night-200:before {
  content: "\f02d";
}

.wi-owm-night-201:before {
  content: "\f02d";
}

.wi-owm-night-202:before {
  content: "\f02d";
}

.wi-owm-night-210:before {
  content: "\f025";
}

.wi-owm-night-211:before {
  content: "\f025";
}

.wi-owm-night-212:before {
  content: "\f025";
}

.wi-owm-night-221:before {
  content: "\f025";
}

.wi-owm-night-230:before {
  content: "\f02d";
}

.wi-owm-night-231:before {
  content: "\f02d";
}

.wi-owm-night-232:before {
  content: "\f02d";
}

.wi-owm-night-300:before {
  content: "\f02b";
}

.wi-owm-night-301:before {
  content: "\f02b";
}

.wi-owm-night-302:before {
  content: "\f028";
}

.wi-owm-night-310:before {
  content: "\f028";
}

.wi-owm-night-311:before {
  content: "\f028";
}

.wi-owm-night-312:before {
  content: "\f028";
}

.wi-owm-night-313:before {
  content: "\f028";
}

.wi-owm-night-314:before {
  content: "\f028";
}

.wi-owm-night-321:before {
  content: "\f02b";
}

.wi-owm-night-500:before {
  content: "\f02b";
}

.wi-owm-night-501:before {
  content: "\f028";
}

.wi-owm-night-502:before {
  content: "\f028";
}

.wi-owm-night-503:before {
  content: "\f028";
}

.wi-owm-night-504:before {
  content: "\f028";
}

.wi-owm-night-511:before {
  content: "\f026";
}

.wi-owm-night-520:before {
  content: "\f029";
}

.wi-owm-night-521:before {
  content: "\f029";
}

.wi-owm-night-522:before {
  content: "\f029";
}

.wi-owm-night-531:before {
  content: "\f02c";
}

.wi-owm-night-600:before {
  content: "\f02a";
}

.wi-owm-night-601:before {
  content: "\f0b4";
}

.wi-owm-night-602:before {
  content: "\f02a";
}

.wi-owm-night-611:before {
  content: "\f026";
}

.wi-owm-night-612:before {
  content: "\f026";
}

.wi-owm-night-615:before {
  content: "\f026";
}

.wi-owm-night-616:before {
  content: "\f026";
}

.wi-owm-night-620:before {
  content: "\f026";
}

.wi-owm-night-621:before {
  content: "\f02a";
}

.wi-owm-night-622:before {
  content: "\f02a";
}

.wi-owm-night-701:before {
  content: "\f029";
}

.wi-owm-night-711:before {
  content: "\f062";
}

.wi-owm-night-721:before {
  content: "\f0b6";
}

.wi-owm-night-731:before {
  content: "\f063";
}

.wi-owm-night-741:before {
  content: "\f04a";
}

.wi-owm-night-761:before {
  content: "\f063";
}

.wi-owm-night-762:before {
  content: "\f063";
}

.wi-owm-night-781:before {
  content: "\f056";
}

.wi-owm-night-800:before {
  content: "\f02e";
}

.wi-owm-night-801:before {
  content: "\f022";
}

.wi-owm-night-802:before {
  content: "\f022";
}

.wi-owm-night-803:before {
  content: "\f022";
}

.wi-owm-night-804:before {
  content: "\f086";
}

.wi-owm-night-900:before {
  content: "\f056";
}

.wi-owm-night-902:before {
  content: "\f073";
}

.wi-owm-night-903:before {
  content: "\f076";
}

.wi-owm-night-904:before {
  content: "\f072";
}

.wi-owm-night-906:before {
  content: "\f024";
}

.wi-owm-night-957:before {
  content: "\f050";
}
@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/boxicons.afbad0fa.eot);
  src: url(../fonts/boxicons.afbad0fa.eot) format("embedded-opentype"), url(../fonts/boxicons.1ec26ee1.woff2) format("woff2"), url(../fonts/boxicons.deea39cb.woff) format("woff"), url(../fonts/boxicons.f46ca69e.ttf) format("truetype"), url(../img/boxicons.d80a0465.svg?#boxicons) format("svg");
}
.bx {
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}

.bx-ul > li {
  position: relative;
}

.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes burst {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.bx-spin {
  animation: spin 2s linear infinite;
}

.bx-spin-hover:hover {
  animation: spin 2s linear infinite;
}

.bx-tada {
  animation: tada 1.5s ease infinite;
}

.bx-tada-hover:hover {
  animation: tada 1.5s ease infinite;
}

.bx-flashing {
  animation: flashing 1.5s infinite linear;
}

.bx-flashing-hover:hover {
  animation: flashing 1.5s infinite linear;
}

.bx-burst {
  animation: burst 1.5s infinite linear;
}

.bx-burst-hover:hover {
  animation: burst 1.5s infinite linear;
}

.bx-fade-up {
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-up-hover:hover {
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-down {
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-down-hover:hover {
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-left {
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-left-hover:hover {
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-right {
  animation: fade-right 1.5s infinite linear;
}

.bx-fade-right-hover:hover {
  animation: fade-right 1.5s infinite linear;
}

.bx-xs {
  font-size: 1rem !important;
}

.bx-sm {
  font-size: 1.55rem !important;
}

.bx-md {
  font-size: 2.25rem !important;
}

.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}

.bx-lg {
  font-size: 3rem !important;
}

.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}

.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}

.bx-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}

.bx-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}

.bx-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}

.bx-flip-horizontal {
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}

.bx-flip-vertical {
  transform: scaleY(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}

.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.bxl-adobe:before {
  content: "\e900";
}

.bxl-algolia:before {
  content: "\e901";
}

.bxl-audible:before {
  content: "\e902";
}

.bxl-figma:before {
  content: "\e903";
}

.bxl-redbubble:before {
  content: "\e904";
}

.bxl-etsy:before {
  content: "\e905";
}

.bxl-gitlab:before {
  content: "\e906";
}

.bxl-patreon:before {
  content: "\e907";
}

.bxl-facebook-circle:before {
  content: "\e908";
}

.bxl-imdb:before {
  content: "\e909";
}

.bxl-jquery:before {
  content: "\e90a";
}

.bxl-pinterest-alt:before {
  content: "\e90b";
}

.bxl-500px:before {
  content: "\e90c";
}

.bxl-airbnb:before {
  content: "\e90d";
}

.bxl-amazon:before {
  content: "\e90e";
}

.bxl-android:before {
  content: "\e90f";
}

.bxl-angular:before {
  content: "\e910";
}

.bxl-apple:before {
  content: "\e911";
}

.bxl-baidu:before {
  content: "\e912";
}

.bxl-behance:before {
  content: "\e913";
}

.bxl-bing:before {
  content: "\e914";
}

.bxl-bitcoin:before {
  content: "\e915";
}

.bxl-blogger:before {
  content: "\e916";
}

.bxl-bootstrap:before {
  content: "\e917";
}

.bxl-chrome:before {
  content: "\e918";
}

.bxl-codepen:before {
  content: "\e919";
}

.bxl-creative-commons:before {
  content: "\e91a";
}

.bxl-css3:before {
  content: "\e91b";
}

.bxl-dailymotion:before {
  content: "\e91c";
}

.bxl-deviantart:before {
  content: "\e91d";
}

.bxl-digg:before {
  content: "\e91e";
}

.bxl-digitalocean:before {
  content: "\e91f";
}

.bxl-discord:before {
  content: "\e920";
}

.bxl-discourse:before {
  content: "\e921";
}

.bxl-dribbble:before {
  content: "\e922";
}

.bxl-dropbox:before {
  content: "\e923";
}

.bxl-drupal:before {
  content: "\e924";
}

.bxl-ebay:before {
  content: "\e925";
}

.bxl-edge:before {
  content: "\e926";
}

.bxl-facebook:before {
  content: "\e927";
}

.bxl-facebook-square:before {
  content: "\e928";
}

.bxl-firefox:before {
  content: "\e929";
}

.bxl-flickr:before {
  content: "\e92a";
}

.bxl-flickr-square:before {
  content: "\e92b";
}

.bxl-foursquare:before {
  content: "\e92c";
}

.bxl-git:before {
  content: "\e92d";
}

.bxl-github:before {
  content: "\e92e";
}

.bxl-google:before {
  content: "\e92f";
}

.bxl-google-plus:before {
  content: "\e930";
}

.bxl-google-plus-circle:before {
  content: "\e931";
}

.bxl-html5:before {
  content: "\e932";
}

.bxl-instagram:before {
  content: "\e933";
}

.bxl-instagram-alt:before {
  content: "\e934";
}

.bxl-internet-explorer:before {
  content: "\e935";
}

.bxl-invision:before {
  content: "\e936";
}

.bxl-javascript:before {
  content: "\e937";
}

.bxl-joomla:before {
  content: "\e938";
}

.bxl-jsfiddle:before {
  content: "\e939";
}

.bxl-kickstarter:before {
  content: "\e93a";
}

.bxl-less:before {
  content: "\e93b";
}

.bxl-linkedin:before {
  content: "\e93c";
}

.bxl-linkedin-square:before {
  content: "\e93d";
}

.bxl-magento:before {
  content: "\e93e";
}

.bxl-mailchimp:before {
  content: "\e93f";
}

.bxl-mastercard:before {
  content: "\e940";
}

.bxl-medium:before {
  content: "\e941";
}

.bxl-medium-old:before {
  content: "\e942";
}

.bxl-medium-square:before {
  content: "\e943";
}

.bxl-messenger:before {
  content: "\e944";
}

.bxl-microsoft:before {
  content: "\e945";
}

.bxl-nodejs:before {
  content: "\e946";
}

.bxl-opera:before {
  content: "\e947";
}

.bxl-paypal:before {
  content: "\e948";
}

.bxl-periscope:before {
  content: "\e949";
}

.bxl-pinterest:before {
  content: "\e94a";
}

.bxl-play-store:before {
  content: "\e94b";
}

.bxl-pocket:before {
  content: "\e94c";
}

.bxl-product-hunt:before {
  content: "\e94d";
}

.bxl-quora:before {
  content: "\e94e";
}

.bxl-react:before {
  content: "\e94f";
}

.bxl-reddit:before {
  content: "\e950";
}

.bxl-redux:before {
  content: "\e951";
}

.bxl-sass:before {
  content: "\e952";
}

.bxl-shopify:before {
  content: "\e953";
}

.bxl-skype:before {
  content: "\e954";
}

.bxl-slack:before {
  content: "\e955";
}

.bxl-slack-old:before {
  content: "\e956";
}

.bxl-snapchat:before {
  content: "\e957";
}

.bxl-soundcloud:before {
  content: "\e958";
}

.bxl-spotify:before {
  content: "\e959";
}

.bxl-squarespace:before {
  content: "\e95a";
}

.bxl-stack-overflow:before {
  content: "\e95b";
}

.bxl-stripe:before {
  content: "\e95c";
}

.bxl-telegram:before {
  content: "\e95d";
}

.bxl-trello:before {
  content: "\e95e";
}

.bxl-tumblr:before {
  content: "\e95f";
}

.bxl-twitch:before {
  content: "\e960";
}

.bxl-twitter:before {
  content: "\e961";
}

.bxl-unsplash:before {
  content: "\e962";
}

.bxl-vimeo:before {
  content: "\e963";
}

.bxl-visa:before {
  content: "\e964";
}

.bxl-vk:before {
  content: "\e965";
}

.bxl-vuejs:before {
  content: "\e966";
}

.bxl-whatsapp:before {
  content: "\e967";
}

.bxl-whatsapp-square:before {
  content: "\e968";
}

.bxl-wikipedia:before {
  content: "\e969";
}

.bxl-windows:before {
  content: "\e96a";
}

.bxl-wix:before {
  content: "\e96b";
}

.bxl-wordpress:before {
  content: "\e96c";
}

.bxl-yahoo:before {
  content: "\e96d";
}

.bxl-yelp:before {
  content: "\e96e";
}

.bxl-youtube:before {
  content: "\e96f";
}

.bx-accessibility:before {
  content: "\e970";
}

.bx-add-to-queue:before {
  content: "\e971";
}

.bx-adjust:before {
  content: "\e972";
}

.bx-alarm:before {
  content: "\e973";
}

.bx-alarm-add:before {
  content: "\e974";
}

.bx-alarm-off:before {
  content: "\e975";
}

.bx-album:before {
  content: "\e976";
}

.bx-align-justify:before {
  content: "\e977";
}

.bx-align-left:before {
  content: "\e978";
}

.bx-align-middle:before {
  content: "\e979";
}

.bx-align-right:before {
  content: "\e97a";
}

.bx-analyse:before {
  content: "\e97b";
}

.bx-anchor:before {
  content: "\e97c";
}

.bx-angry:before {
  content: "\e97d";
}

.bx-aperture:before {
  content: "\e97e";
}

.bx-archive:before {
  content: "\e97f";
}

.bx-archive-in:before {
  content: "\e980";
}

.bx-archive-out:before {
  content: "\e981";
}

.bx-area:before {
  content: "\e982";
}

.bx-arrow-back:before {
  content: "\e983";
}

.bx-at:before {
  content: "\e984";
}

.bx-award:before {
  content: "\e985";
}

.bx-badge:before {
  content: "\e986";
}

.bx-badge-check:before {
  content: "\e987";
}

.bx-ball:before {
  content: "\e988";
}

.bx-band-aid:before {
  content: "\e989";
}

.bx-bar-chart:before {
  content: "\e98a";
}

.bx-bar-chart-alt:before {
  content: "\e98b";
}

.bx-bar-chart-alt-2:before {
  content: "\e98c";
}

.bx-bar-chart-square:before {
  content: "\e98d";
}

.bx-barcode:before {
  content: "\e98e";
}

.bx-basket:before {
  content: "\e98f";
}

.bx-basketball:before {
  content: "\e990";
}

.bx-bath:before {
  content: "\e991";
}

.bx-battery:before {
  content: "\e992";
}

.bx-bed:before {
  content: "\e993";
}

.bx-bell:before {
  content: "\e994";
}

.bx-bell-minus:before {
  content: "\e995";
}

.bx-bell-off:before {
  content: "\e996";
}

.bx-bell-plus:before {
  content: "\e997";
}

.bx-bitcoin:before {
  content: "\e998";
}

.bx-block:before {
  content: "\e999";
}

.bx-bluetooth:before {
  content: "\e99a";
}

.bx-body:before {
  content: "\e99b";
}

.bx-bold:before {
  content: "\e99c";
}

.bx-bolt-circle:before {
  content: "\e99d";
}

.bx-book:before {
  content: "\e99e";
}

.bx-book-bookmark:before {
  content: "\e99f";
}

.bx-book-content:before {
  content: "\e9a0";
}

.bx-bookmark:before {
  content: "\e9a1";
}

.bx-bookmark-minus:before {
  content: "\e9a2";
}

.bx-bookmark-plus:before {
  content: "\e9a3";
}

.bx-bookmarks:before {
  content: "\e9a4";
}

.bx-book-open:before {
  content: "\e9a5";
}

.bx-border-all:before {
  content: "\e9a6";
}

.bx-border-bottom:before {
  content: "\e9a7";
}

.bx-border-left:before {
  content: "\e9a8";
}

.bx-border-radius:before {
  content: "\e9a9";
}

.bx-border-right:before {
  content: "\e9aa";
}

.bx-border-top:before {
  content: "\e9ab";
}

.bx-bot:before {
  content: "\e9ac";
}

.bx-bowling-ball:before {
  content: "\e9ad";
}

.bx-box:before {
  content: "\e9ae";
}

.bx-briefcase:before {
  content: "\e9af";
}

.bx-briefcase-alt:before {
  content: "\e9b0";
}

.bx-briefcase-alt-2:before {
  content: "\e9b1";
}

.bx-brightness:before {
  content: "\e9b2";
}

.bx-brightness-half:before {
  content: "\e9b3";
}

.bx-broadcast:before {
  content: "\e9b4";
}

.bx-brush:before {
  content: "\e9b5";
}

.bx-brush-alt:before {
  content: "\e9b6";
}

.bx-bug:before {
  content: "\e9b7";
}

.bx-bug-alt:before {
  content: "\e9b8";
}

.bx-building:before {
  content: "\e9b9";
}

.bx-building-house:before {
  content: "\e9ba";
}

.bx-buildings:before {
  content: "\e9bb";
}

.bx-bulb:before {
  content: "\e9bc";
}

.bx-bullseye:before {
  content: "\e9bd";
}

.bx-buoy:before {
  content: "\e9be";
}

.bx-bus:before {
  content: "\e9bf";
}

.bx-cake:before {
  content: "\e9c0";
}

.bx-calculator:before {
  content: "\e9c1";
}

.bx-calendar:before {
  content: "\e9c2";
}

.bx-calendar-alt:before {
  content: "\e9c3";
}

.bx-calendar-check:before {
  content: "\e9c4";
}

.bx-calendar-event:before {
  content: "\e9c5";
}

.bx-calendar-minus:before {
  content: "\e9c6";
}

.bx-calendar-plus:before {
  content: "\e9c7";
}

.bx-calendar-x:before {
  content: "\e9c8";
}

.bx-camera:before {
  content: "\e9c9";
}

.bx-camera-off:before {
  content: "\e9ca";
}

.bx-captions:before {
  content: "\e9cb";
}

.bx-car:before {
  content: "\e9cc";
}

.bx-card:before {
  content: "\e9cd";
}

.bx-caret-down:before {
  content: "\e9ce";
}

.bx-caret-left:before {
  content: "\e9cf";
}

.bx-caret-right:before {
  content: "\e9d0";
}

.bx-caret-up:before {
  content: "\e9d1";
}

.bx-carousel:before {
  content: "\e9d2";
}

.bx-cart:before {
  content: "\e9d3";
}

.bx-cart-alt:before {
  content: "\e9d4";
}

.bx-cast:before {
  content: "\e9d5";
}

.bx-certification:before {
  content: "\e9d6";
}

.bx-chalkboard:before {
  content: "\e9d7";
}

.bx-chart:before {
  content: "\e9d8";
}

.bx-chat:before {
  content: "\e9d9";
}

.bx-check:before {
  content: "\e9da";
}

.bx-checkbox:before {
  content: "\e9db";
}

.bx-checkbox-checked:before {
  content: "\e9dc";
}

.bx-checkbox-square:before {
  content: "\e9dd";
}

.bx-check-circle:before {
  content: "\e9de";
}

.bx-check-double:before {
  content: "\e9df";
}

.bx-check-shield:before {
  content: "\e9e0";
}

.bx-check-square:before {
  content: "\e9e1";
}

.bx-chevron-down:before {
  content: "\e9e2";
}

.bx-chevron-left:before {
  content: "\e9e3";
}

.bx-chevron-right:before {
  content: "\e9e4";
}

.bx-chevrons-down:before {
  content: "\e9e5";
}

.bx-chevrons-left:before {
  content: "\e9e6";
}

.bx-chevrons-right:before {
  content: "\e9e7";
}

.bx-chevrons-up:before {
  content: "\e9e8";
}

.bx-chevron-up:before {
  content: "\e9e9";
}

.bx-chip:before {
  content: "\e9ea";
}

.bx-circle:before {
  content: "\e9eb";
}

.bx-clinic:before {
  content: "\e9ec";
}

.bx-clipboard:before {
  content: "\e9ed";
}

.bx-closet:before {
  content: "\e9ee";
}

.bx-cloud:before {
  content: "\e9ef";
}

.bx-cloud-download:before {
  content: "\e9f0";
}

.bx-cloud-drizzle:before {
  content: "\e9f1";
}

.bx-cloud-lightning:before {
  content: "\e9f2";
}

.bx-cloud-light-rain:before {
  content: "\e9f3";
}

.bx-cloud-rain:before {
  content: "\e9f4";
}

.bx-cloud-snow:before {
  content: "\e9f5";
}

.bx-cloud-upload:before {
  content: "\e9f6";
}

.bx-code:before {
  content: "\e9f7";
}

.bx-code-alt:before {
  content: "\e9f8";
}

.bx-code-block:before {
  content: "\e9f9";
}

.bx-code-curly:before {
  content: "\e9fa";
}

.bx-coffee:before {
  content: "\e9fb";
}

.bx-cog:before {
  content: "\e9fc";
}

.bx-collapse:before {
  content: "\e9fd";
}

.bx-collection:before {
  content: "\e9fe";
}

.bx-columns:before {
  content: "\e9ff";
}

.bx-command:before {
  content: "\ea00";
}

.bx-comment:before {
  content: "\ea01";
}

.bx-comment-dots:before {
  content: "\ea02";
}

.bx-compass:before {
  content: "\ea03";
}

.bx-confused:before {
  content: "\ea04";
}

.bx-conversation:before {
  content: "\ea05";
}

.bx-cool:before {
  content: "\ea06";
}

.bx-copy:before {
  content: "\ea07";
}

.bx-copy-alt:before {
  content: "\ea08";
}

.bx-copyright:before {
  content: "\ea09";
}

.bx-credit-card:before {
  content: "\ea0a";
}

.bx-credit-card-alt:before {
  content: "\ea0b";
}

.bx-crop:before {
  content: "\ea0c";
}

.bx-crosshair:before {
  content: "\ea0d";
}

.bx-crown:before {
  content: "\ea0e";
}

.bx-cube:before {
  content: "\ea0f";
}

.bx-cube-alt:before {
  content: "\ea10";
}

.bx-cuboid:before {
  content: "\ea11";
}

.bx-customize:before {
  content: "\ea12";
}

.bx-cut:before {
  content: "\ea13";
}

.bx-cycling:before {
  content: "\ea14";
}

.bx-cylinder:before {
  content: "\ea15";
}

.bx-data:before {
  content: "\ea16";
}

.bx-desktop:before {
  content: "\ea17";
}

.bx-detail:before {
  content: "\ea18";
}

.bx-devices:before {
  content: "\ea19";
}

.bx-dialpad:before {
  content: "\ea1a";
}

.bx-dialpad-alt:before {
  content: "\ea1b";
}

.bx-diamond:before {
  content: "\ea1c";
}

.bx-directions:before {
  content: "\ea1d";
}

.bx-disc:before {
  content: "\ea1e";
}

.bx-dish:before {
  content: "\ea1f";
}

.bx-dislike:before {
  content: "\ea20";
}

.bx-dizzy:before {
  content: "\ea21";
}

.bx-dna:before {
  content: "\ea22";
}

.bx-dock-bottom:before {
  content: "\ea23";
}

.bx-dock-left:before {
  content: "\ea24";
}

.bx-dock-right:before {
  content: "\ea25";
}

.bx-dock-top:before {
  content: "\ea26";
}

.bx-dollar:before {
  content: "\ea27";
}

.bx-dollar-circle:before {
  content: "\ea28";
}

.bx-dots-horizontal:before {
  content: "\ea29";
}

.bx-dots-horizontal-rounded:before {
  content: "\ea2a";
}

.bx-dots-vertical:before {
  content: "\ea2b";
}

.bx-dots-vertical-rounded:before {
  content: "\ea2c";
}

.bx-doughnut-chart:before {
  content: "\ea2d";
}

.bx-down-arrow:before {
  content: "\ea2e";
}

.bx-down-arrow-alt:before {
  content: "\ea2f";
}

.bx-down-arrow-circle:before {
  content: "\ea30";
}

.bx-download:before {
  content: "\ea31";
}

.bx-downvote:before {
  content: "\ea32";
}

.bx-droplet:before {
  content: "\ea33";
}

.bx-dumbbell:before {
  content: "\ea34";
}

.bx-duplicate:before {
  content: "\ea35";
}

.bx-edit:before {
  content: "\ea36";
}

.bx-edit-alt:before {
  content: "\ea37";
}

.bx-envelope:before {
  content: "\ea38";
}

.bx-equalizer:before {
  content: "\ea39";
}

.bx-error:before {
  content: "\ea3a";
}

.bx-error-alt:before {
  content: "\ea3b";
}

.bx-error-circle:before {
  content: "\ea3c";
}

.bx-euro:before {
  content: "\ea3d";
}

.bx-exit:before {
  content: "\ea3e";
}

.bx-exit-fullscreen:before {
  content: "\ea3f";
}

.bx-expand:before {
  content: "\ea40";
}

.bx-export:before {
  content: "\ea41";
}

.bx-extension:before {
  content: "\ea42";
}

.bx-face:before {
  content: "\ea43";
}

.bx-fast-forward:before {
  content: "\ea44";
}

.bx-fast-forward-circle:before {
  content: "\ea45";
}

.bx-female:before {
  content: "\ea46";
}

.bx-female-sign:before {
  content: "\ea47";
}

.bx-file:before {
  content: "\ea48";
}

.bx-file-blank:before {
  content: "\ea49";
}

.bx-file-find:before {
  content: "\ea4a";
}

.bx-film:before {
  content: "\ea4b";
}

.bx-filter:before {
  content: "\ea4c";
}

.bx-filter-alt:before {
  content: "\ea4d";
}

.bx-fingerprint:before {
  content: "\ea4e";
}

.bx-first-aid:before {
  content: "\ea4f";
}

.bx-first-page:before {
  content: "\ea50";
}

.bx-flag:before {
  content: "\ea51";
}

.bx-folder:before {
  content: "\ea52";
}

.bx-folder-minus:before {
  content: "\ea53";
}

.bx-folder-open:before {
  content: "\ea54";
}

.bx-folder-plus:before {
  content: "\ea55";
}

.bx-font:before {
  content: "\ea56";
}

.bx-font-color:before {
  content: "\ea57";
}

.bx-font-family:before {
  content: "\ea58";
}

.bx-font-size:before {
  content: "\ea59";
}

.bx-food-menu:before {
  content: "\ea5a";
}

.bx-food-tag:before {
  content: "\ea5b";
}

.bx-football:before {
  content: "\ea5c";
}

.bx-fridge:before {
  content: "\ea5d";
}

.bx-fullscreen:before {
  content: "\ea5e";
}

.bx-gas-pump:before {
  content: "\ea5f";
}

.bx-ghost:before {
  content: "\ea60";
}

.bx-gift:before {
  content: "\ea61";
}

.bx-git-branch:before {
  content: "\ea62";
}

.bx-git-commit:before {
  content: "\ea63";
}

.bx-git-compare:before {
  content: "\ea64";
}

.bx-git-merge:before {
  content: "\ea65";
}

.bx-git-pull-request:before {
  content: "\ea66";
}

.bx-git-repo-forked:before {
  content: "\ea67";
}

.bx-globe:before {
  content: "\ea68";
}

.bx-globe-alt:before {
  content: "\ea69";
}

.bx-grid:before {
  content: "\ea6a";
}

.bx-grid-alt:before {
  content: "\ea6b";
}

.bx-grid-horizontal:before {
  content: "\ea6c";
}

.bx-grid-small:before {
  content: "\ea6d";
}

.bx-grid-vertical:before {
  content: "\ea6e";
}

.bx-group:before {
  content: "\ea6f";
}

.bx-handicap:before {
  content: "\ea70";
}

.bx-happy:before {
  content: "\ea71";
}

.bx-happy-alt:before {
  content: "\ea72";
}

.bx-happy-beaming:before {
  content: "\ea73";
}

.bx-happy-heart-eyes:before {
  content: "\ea74";
}

.bx-hash:before {
  content: "\ea75";
}

.bx-hdd:before {
  content: "\ea76";
}

.bx-heading:before {
  content: "\ea77";
}

.bx-headphone:before {
  content: "\ea78";
}

.bx-health:before {
  content: "\ea79";
}

.bx-heart:before {
  content: "\ea7a";
}

.bx-help-circle:before {
  content: "\ea7b";
}

.bx-hide:before {
  content: "\ea7c";
}

.bx-highlight:before {
  content: "\ea7d";
}

.bx-history:before {
  content: "\ea7e";
}

.bx-hive:before {
  content: "\ea7f";
}

.bx-home:before {
  content: "\ea80";
}

.bx-home-alt:before {
  content: "\ea81";
}

.bx-home-circle:before {
  content: "\ea82";
}

.bx-horizontal-center:before {
  content: "\ea83";
}

.bx-hotel:before {
  content: "\ea84";
}

.bx-hourglass:before {
  content: "\ea85";
}

.bx-id-card:before {
  content: "\ea86";
}

.bx-image:before {
  content: "\ea87";
}

.bx-image-add:before {
  content: "\ea88";
}

.bx-image-alt:before {
  content: "\ea89";
}

.bx-images:before {
  content: "\ea8a";
}

.bx-import:before {
  content: "\ea8b";
}

.bx-infinite:before {
  content: "\ea8c";
}

.bx-info-circle:before {
  content: "\ea8d";
}

.bx-italic:before {
  content: "\ea8e";
}

.bx-joystick:before {
  content: "\ea8f";
}

.bx-joystick-alt:before {
  content: "\ea90";
}

.bx-joystick-button:before {
  content: "\ea91";
}

.bx-key:before {
  content: "\ea92";
}

.bx-label:before {
  content: "\ea93";
}

.bx-landscape:before {
  content: "\ea94";
}

.bx-laptop:before {
  content: "\ea95";
}

.bx-last-page:before {
  content: "\ea96";
}

.bx-laugh:before {
  content: "\ea97";
}

.bx-layer:before {
  content: "\ea98";
}

.bx-layout:before {
  content: "\ea99";
}

.bx-left-arrow:before {
  content: "\ea9a";
}

.bx-left-arrow-alt:before {
  content: "\ea9b";
}

.bx-left-arrow-circle:before {
  content: "\ea9c";
}

.bx-left-down-arrow-circle:before {
  content: "\ea9d";
}

.bx-left-indent:before {
  content: "\ea9e";
}

.bx-left-top-arrow-circle:before {
  content: "\ea9f";
}

.bx-like:before {
  content: "\eaa0";
}

.bx-line-chart:before {
  content: "\eaa1";
}

.bx-link:before {
  content: "\eaa2";
}

.bx-link-alt:before {
  content: "\eaa3";
}

.bx-link-external:before {
  content: "\eaa4";
}

.bx-lira:before {
  content: "\eaa5";
}

.bx-list-check:before {
  content: "\eaa6";
}

.bx-list-minus:before {
  content: "\eaa7";
}

.bx-list-ol:before {
  content: "\eaa8";
}

.bx-list-plus:before {
  content: "\eaa9";
}

.bx-list-ul:before {
  content: "\eaaa";
}

.bx-loader:before {
  content: "\eaab";
}

.bx-loader-alt:before {
  content: "\eaac";
}

.bx-loader-circle:before {
  content: "\eaad";
}

.bx-lock:before {
  content: "\eaae";
}

.bx-lock-alt:before {
  content: "\eaaf";
}

.bx-lock-open:before {
  content: "\eab0";
}

.bx-lock-open-alt:before {
  content: "\eab1";
}

.bx-log-in:before {
  content: "\eab2";
}

.bx-log-in-circle:before {
  content: "\eab3";
}

.bx-log-out:before {
  content: "\eab4";
}

.bx-log-out-circle:before {
  content: "\eab5";
}

.bx-magnet:before {
  content: "\eab6";
}

.bx-mail-send:before {
  content: "\eab7";
}

.bx-male:before {
  content: "\eab8";
}

.bx-male-sign:before {
  content: "\eab9";
}

.bx-map:before {
  content: "\eaba";
}

.bx-map-alt:before {
  content: "\eabb";
}

.bx-map-pin:before {
  content: "\eabc";
}

.bx-meh:before {
  content: "\eabd";
}

.bx-meh-alt:before {
  content: "\eabe";
}

.bx-meh-blank:before {
  content: "\eabf";
}

.bx-memory-card:before {
  content: "\eac0";
}

.bx-menu:before {
  content: "\eac1";
}

.bx-menu-alt-left:before {
  content: "\eac2";
}

.bx-menu-alt-right:before {
  content: "\eac3";
}

.bx-message:before {
  content: "\eac4";
}

.bx-message-alt:before {
  content: "\eac5";
}

.bx-message-alt-dots:before {
  content: "\eac6";
}

.bx-message-dots:before {
  content: "\eac7";
}

.bx-message-rounded:before {
  content: "\eac8";
}

.bx-message-rounded-dots:before {
  content: "\eac9";
}

.bx-message-square:before {
  content: "\eaca";
}

.bx-message-square-dots:before {
  content: "\eacb";
}

.bx-microphone:before {
  content: "\eacc";
}

.bx-microphone-off:before {
  content: "\eacd";
}

.bx-minus:before {
  content: "\eace";
}

.bx-minus-circle:before {
  content: "\eacf";
}

.bx-mobile:before {
  content: "\ead0";
}

.bx-mobile-alt:before {
  content: "\ead1";
}

.bx-mobile-landscape:before {
  content: "\ead2";
}

.bx-mobile-vibration:before {
  content: "\ead3";
}

.bx-money:before {
  content: "\ead4";
}

.bx-moon:before {
  content: "\ead5";
}

.bx-mouse:before {
  content: "\ead6";
}

.bx-mouse-alt:before {
  content: "\ead7";
}

.bx-move:before {
  content: "\ead8";
}

.bx-move-horizontal:before {
  content: "\ead9";
}

.bx-move-vertical:before {
  content: "\eada";
}

.bx-movie:before {
  content: "\eadb";
}

.bx-music:before {
  content: "\eadc";
}

.bx-navigation:before {
  content: "\eadd";
}

.bx-news:before {
  content: "\eade";
}

.bx-no-entry:before {
  content: "\eadf";
}

.bx-note:before {
  content: "\eae0";
}

.bx-notepad:before {
  content: "\eae1";
}

.bx-notification:before {
  content: "\eae2";
}

.bx-notification-off:before {
  content: "\eae3";
}

.bx-package:before {
  content: "\eae4";
}

.bx-paint:before {
  content: "\eae5";
}

.bx-paint-roll:before {
  content: "\eae6";
}

.bx-palette:before {
  content: "\eae7";
}

.bx-paperclip:before {
  content: "\eae8";
}

.bx-paper-plane:before {
  content: "\eae9";
}

.bx-paragraph:before {
  content: "\eaea";
}

.bx-paste:before {
  content: "\eaeb";
}

.bx-pause:before {
  content: "\eaec";
}

.bx-pause-circle:before {
  content: "\eaed";
}

.bx-pen:before {
  content: "\eaee";
}

.bx-pencil:before {
  content: "\eaef";
}

.bx-phone:before {
  content: "\eaf0";
}

.bx-phone-call:before {
  content: "\eaf1";
}

.bx-phone-incoming:before {
  content: "\eaf2";
}

.bx-phone-outgoing:before {
  content: "\eaf3";
}

.bx-photo-album:before {
  content: "\eaf4";
}

.bx-pie-chart:before {
  content: "\eaf5";
}

.bx-pie-chart-alt:before {
  content: "\eaf6";
}

.bx-pie-chart-alt-2:before {
  content: "\eaf7";
}

.bx-pin:before {
  content: "\eaf8";
}

.bx-planet:before {
  content: "\eaf9";
}

.bx-play:before {
  content: "\eafa";
}

.bx-play-circle:before {
  content: "\eafb";
}

.bx-plug:before {
  content: "\eafc";
}

.bx-plus:before {
  content: "\eafd";
}

.bx-plus-circle:before {
  content: "\eafe";
}

.bx-plus-medical:before {
  content: "\eaff";
}

.bx-poll:before {
  content: "\eb00";
}

.bx-polygon:before {
  content: "\eb01";
}

.bx-pound:before {
  content: "\eb02";
}

.bx-power-off:before {
  content: "\eb03";
}

.bx-printer:before {
  content: "\eb04";
}

.bx-pulse:before {
  content: "\eb05";
}

.bx-purchase-tag:before {
  content: "\eb06";
}

.bx-purchase-tag-alt:before {
  content: "\eb07";
}

.bx-pyramid:before {
  content: "\eb08";
}

.bx-question-mark:before {
  content: "\eb09";
}

.bx-radar:before {
  content: "\eb0a";
}

.bx-radio:before {
  content: "\eb0b";
}

.bx-radio-circle:before {
  content: "\eb0c";
}

.bx-radio-circle-marked:before {
  content: "\eb0d";
}

.bx-receipt:before {
  content: "\eb0e";
}

.bx-rectangle:before {
  content: "\eb0f";
}

.bx-redo:before {
  content: "\eb10";
}

.bx-rename:before {
  content: "\eb11";
}

.bx-repeat:before {
  content: "\eb12";
}

.bx-reply:before {
  content: "\eb13";
}

.bx-reply-all:before {
  content: "\eb14";
}

.bx-repost:before {
  content: "\eb15";
}

.bx-reset:before {
  content: "\eb16";
}

.bx-restaurant:before {
  content: "\eb17";
}

.bx-revision:before {
  content: "\eb18";
}

.bx-rewind:before {
  content: "\eb19";
}

.bx-rewind-circle:before {
  content: "\eb1a";
}

.bx-right-arrow:before {
  content: "\eb1b";
}

.bx-right-arrow-alt:before {
  content: "\eb1c";
}

.bx-right-arrow-circle:before {
  content: "\eb1d";
}

.bx-right-down-arrow-circle:before {
  content: "\eb1e";
}

.bx-right-indent:before {
  content: "\eb1f";
}

.bx-right-top-arrow-circle:before {
  content: "\eb20";
}

.bx-rocket:before {
  content: "\eb21";
}

.bx-rotate-left:before {
  content: "\eb22";
}

.bx-rotate-right:before {
  content: "\eb23";
}

.bx-rss:before {
  content: "\eb24";
}

.bx-ruble:before {
  content: "\eb25";
}

.bx-ruler:before {
  content: "\eb26";
}

.bx-run:before {
  content: "\eb27";
}

.bx-rupee:before {
  content: "\eb28";
}

.bx-sad:before {
  content: "\eb29";
}

.bx-save:before {
  content: "\eb2a";
}

.bx-screenshot:before {
  content: "\eb2b";
}

.bx-search:before {
  content: "\eb2c";
}

.bx-search-alt:before {
  content: "\eb2d";
}

.bx-search-alt-2:before {
  content: "\eb2e";
}

.bx-selection:before {
  content: "\eb2f";
}

.bx-select-multiple:before {
  content: "\eb30";
}

.bx-send:before {
  content: "\eb31";
}

.bx-server:before {
  content: "\eb32";
}

.bx-shape-circle:before {
  content: "\eb33";
}

.bx-shape-square:before {
  content: "\eb34";
}

.bx-shape-triangle:before {
  content: "\eb35";
}

.bx-share:before {
  content: "\eb36";
}

.bx-share-alt:before {
  content: "\eb37";
}

.bx-shekel:before {
  content: "\eb38";
}

.bx-shield:before {
  content: "\eb39";
}

.bx-shield-alt:before {
  content: "\eb3a";
}

.bx-shield-alt-2:before {
  content: "\eb3b";
}

.bx-shield-quarter:before {
  content: "\eb3c";
}

.bx-shocked:before {
  content: "\eb3d";
}

.bx-shopping-bag:before {
  content: "\eb3e";
}

.bx-show:before {
  content: "\eb3f";
}

.bx-show-alt:before {
  content: "\eb40";
}

.bx-shuffle:before {
  content: "\eb41";
}

.bx-sidebar:before {
  content: "\eb42";
}

.bx-sitemap:before {
  content: "\eb43";
}

.bx-skip-next:before {
  content: "\eb44";
}

.bx-skip-next-circle:before {
  content: "\eb45";
}

.bx-skip-previous:before {
  content: "\eb46";
}

.bx-skip-previous-circle:before {
  content: "\eb47";
}

.bx-sleepy:before {
  content: "\eb48";
}

.bx-slider:before {
  content: "\eb49";
}

.bx-slider-alt:before {
  content: "\eb4a";
}

.bx-slideshow:before {
  content: "\eb4b";
}

.bx-smile:before {
  content: "\eb4c";
}

.bx-sort:before {
  content: "\eb4d";
}

.bx-sort-a-z:before {
  content: "\eb4e";
}

.bx-sort-down:before {
  content: "\eb4f";
}

.bx-sort-up:before {
  content: "\eb50";
}

.bx-sort-z-a:before {
  content: "\eb51";
}

.bx-spa:before {
  content: "\eb52";
}

.bx-space-bar:before {
  content: "\eb53";
}

.bx-spreadsheet:before {
  content: "\eb54";
}

.bx-square:before {
  content: "\eb55";
}

.bx-square-rounded:before {
  content: "\eb56";
}

.bx-star:before {
  content: "\eb57";
}

.bx-station:before {
  content: "\eb58";
}

.bx-stats:before {
  content: "\eb59";
}

.bx-sticker:before {
  content: "\eb5a";
}

.bx-stop:before {
  content: "\eb5b";
}

.bx-stop-circle:before {
  content: "\eb5c";
}

.bx-stopwatch:before {
  content: "\eb5d";
}

.bx-store:before {
  content: "\eb5e";
}

.bx-store-alt:before {
  content: "\eb5f";
}

.bx-street-view:before {
  content: "\eb60";
}

.bx-strikethrough:before {
  content: "\eb61";
}

.bx-subdirectory-left:before {
  content: "\eb62";
}

.bx-subdirectory-right:before {
  content: "\eb63";
}

.bx-sun:before {
  content: "\eb64";
}

.bx-support:before {
  content: "\eb65";
}

.bx-swim:before {
  content: "\eb66";
}

.bx-sync:before {
  content: "\eb67";
}

.bx-tab:before {
  content: "\eb68";
}

.bx-table:before {
  content: "\eb69";
}

.bx-tag:before {
  content: "\eb6a";
}

.bx-target-lock:before {
  content: "\eb6b";
}

.bx-task:before {
  content: "\eb6c";
}

.bx-taxi:before {
  content: "\eb6d";
}

.bx-tennis-ball:before {
  content: "\eb6e";
}

.bx-terminal:before {
  content: "\eb6f";
}

.bx-test-tube:before {
  content: "\eb70";
}

.bx-text:before {
  content: "\eb71";
}

.bx-time:before {
  content: "\eb72";
}

.bx-time-five:before {
  content: "\eb73";
}

.bx-timer:before {
  content: "\eb74";
}

.bx-tired:before {
  content: "\eb75";
}

.bx-toggle-left:before {
  content: "\eb76";
}

.bx-toggle-right:before {
  content: "\eb77";
}

.bx-tone:before {
  content: "\eb78";
}

.bx-train:before {
  content: "\eb79";
}

.bx-transfer:before {
  content: "\eb7a";
}

.bx-transfer-alt:before {
  content: "\eb7b";
}

.bx-trash:before {
  content: "\eb7c";
}

.bx-trash-alt:before {
  content: "\eb7d";
}

.bx-trending-down:before {
  content: "\eb7e";
}

.bx-trending-up:before {
  content: "\eb7f";
}

.bx-trophy:before {
  content: "\eb80";
}

.bx-tv:before {
  content: "\eb81";
}

.bx-underline:before {
  content: "\eb82";
}

.bx-undo:before {
  content: "\eb83";
}

.bx-unlink:before {
  content: "\eb84";
}

.bx-up-arrow:before {
  content: "\eb85";
}

.bx-up-arrow-alt:before {
  content: "\eb86";
}

.bx-up-arrow-circle:before {
  content: "\eb87";
}

.bx-upload:before {
  content: "\eb88";
}

.bx-upside-down:before {
  content: "\eb89";
}

.bx-upvote:before {
  content: "\eb8a";
}

.bx-usb:before {
  content: "\eb8b";
}

.bx-user:before {
  content: "\eb8c";
}

.bx-user-check:before {
  content: "\eb8d";
}

.bx-user-circle:before {
  content: "\eb8e";
}

.bx-user-minus:before {
  content: "\eb8f";
}

.bx-user-pin:before {
  content: "\eb90";
}

.bx-user-plus:before {
  content: "\eb91";
}

.bx-user-voice:before {
  content: "\eb92";
}

.bx-user-x:before {
  content: "\eb93";
}

.bx-vertical-center:before {
  content: "\eb94";
}

.bx-video:before {
  content: "\eb95";
}

.bx-video-off:before {
  content: "\eb96";
}

.bx-video-plus:before {
  content: "\eb97";
}

.bx-video-recording:before {
  content: "\eb98";
}

.bx-voicemail:before {
  content: "\eb99";
}

.bx-volume:before {
  content: "\eb9a";
}

.bx-volume-full:before {
  content: "\eb9b";
}

.bx-volume-low:before {
  content: "\eb9c";
}

.bx-volume-mute:before {
  content: "\eb9d";
}

.bx-walk:before {
  content: "\eb9e";
}

.bx-wallet:before {
  content: "\eb9f";
}

.bx-wallet-alt:before {
  content: "\eba0";
}

.bx-water:before {
  content: "\eba1";
}

.bx-wifi:before {
  content: "\eba2";
}

.bx-wifi-off:before {
  content: "\eba3";
}

.bx-wind:before {
  content: "\eba4";
}

.bx-window:before {
  content: "\eba5";
}

.bx-window-close:before {
  content: "\eba6";
}

.bx-window-open:before {
  content: "\eba7";
}

.bx-windows:before {
  content: "\eba8";
}

.bx-wink-smile:before {
  content: "\eba9";
}

.bx-wink-tongue:before {
  content: "\ebaa";
}

.bx-won:before {
  content: "\ebab";
}

.bx-world:before {
  content: "\ebac";
}

.bx-wrench:before {
  content: "\ebad";
}

.bx-x:before {
  content: "\ebae";
}

.bx-x-circle:before {
  content: "\ebaf";
}

.bx-yen:before {
  content: "\ebb0";
}

.bx-zoom-in:before {
  content: "\ebb1";
}

.bx-zoom-out:before {
  content: "\ebb2";
}

.bxs-add-to-queue:before {
  content: "\ebb3";
}

.bxs-adjust:before {
  content: "\ebb4";
}

.bxs-adjust-alt:before {
  content: "\ebb5";
}

.bxs-alarm:before {
  content: "\ebb6";
}

.bxs-alarm-add:before {
  content: "\ebb7";
}

.bxs-alarm-off:before {
  content: "\ebb8";
}

.bxs-album:before {
  content: "\ebb9";
}

.bxs-ambulance:before {
  content: "\ebba";
}

.bxs-analyse:before {
  content: "\ebbb";
}

.bxs-angry:before {
  content: "\ebbc";
}

.bxs-archive:before {
  content: "\ebbd";
}

.bxs-archive-in:before {
  content: "\ebbe";
}

.bxs-archive-out:before {
  content: "\ebbf";
}

.bxs-area:before {
  content: "\ebc0";
}

.bxs-award:before {
  content: "\ebc1";
}

.bxs-baby-carriage:before {
  content: "\ebc2";
}

.bxs-badge:before {
  content: "\ebc3";
}

.bxs-badge-check:before {
  content: "\ebc4";
}

.bxs-ball:before {
  content: "\ebc5";
}

.bxs-band-aid:before {
  content: "\ebc6";
}

.bxs-bank:before {
  content: "\ebc7";
}

.bxs-bar-chart-alt-2:before {
  content: "\ebc8";
}

.bxs-bar-chart-square:before {
  content: "\ebc9";
}

.bxs-barcode:before {
  content: "\ebca";
}

.bxs-basket:before {
  content: "\ebcb";
}

.bxs-bath:before {
  content: "\ebcc";
}

.bxs-battery:before {
  content: "\ebcd";
}

.bxs-battery-charging:before {
  content: "\ebce";
}

.bxs-battery-full:before {
  content: "\ebcf";
}

.bxs-battery-low:before {
  content: "\ebd0";
}

.bxs-bed:before {
  content: "\ebd1";
}

.bxs-bell:before {
  content: "\ebd2";
}

.bxs-bell-minus:before {
  content: "\ebd3";
}

.bxs-bell-off:before {
  content: "\ebd4";
}

.bxs-bell-plus:before {
  content: "\ebd5";
}

.bxs-bell-ring:before {
  content: "\ebd6";
}

.bxs-bolt:before {
  content: "\ebd7";
}

.bxs-bolt-circle:before {
  content: "\ebd8";
}

.bxs-book:before {
  content: "\ebd9";
}

.bxs-book-bookmark:before {
  content: "\ebda";
}

.bxs-book-content:before {
  content: "\ebdb";
}

.bxs-bookmark:before {
  content: "\ebdc";
}

.bxs-bookmark-minus:before {
  content: "\ebdd";
}

.bxs-bookmark-plus:before {
  content: "\ebde";
}

.bxs-bookmarks:before {
  content: "\ebdf";
}

.bxs-bookmark-star:before {
  content: "\ebe0";
}

.bxs-book-open:before {
  content: "\ebe1";
}

.bxs-bot:before {
  content: "\ebe2";
}

.bxs-bowling-ball:before {
  content: "\ebe3";
}

.bxs-box:before {
  content: "\ebe4";
}

.bxs-briefcase:before {
  content: "\ebe5";
}

.bxs-briefcase-alt:before {
  content: "\ebe6";
}

.bxs-briefcase-alt-2:before {
  content: "\ebe7";
}

.bxs-brightness:before {
  content: "\ebe8";
}

.bxs-brightness-half:before {
  content: "\ebe9";
}

.bxs-brush:before {
  content: "\ebea";
}

.bxs-brush-alt:before {
  content: "\ebeb";
}

.bxs-bug:before {
  content: "\ebec";
}

.bxs-bug-alt:before {
  content: "\ebed";
}

.bxs-building:before {
  content: "\ebee";
}

.bxs-building-house:before {
  content: "\ebef";
}

.bxs-buildings:before {
  content: "\ebf0";
}

.bxs-bulb:before {
  content: "\ebf1";
}

.bxs-buoy:before {
  content: "\ebf2";
}

.bxs-bus:before {
  content: "\ebf3";
}

.bxs-business:before {
  content: "\ebf4";
}

.bxs-cake:before {
  content: "\ebf5";
}

.bxs-calculator:before {
  content: "\ebf6";
}

.bxs-calendar:before {
  content: "\ebf7";
}

.bxs-calendar-alt:before {
  content: "\ebf8";
}

.bxs-calendar-check:before {
  content: "\ebf9";
}

.bxs-calendar-event:before {
  content: "\ebfa";
}

.bxs-calendar-minus:before {
  content: "\ebfb";
}

.bxs-calendar-plus:before {
  content: "\ebfc";
}

.bxs-calendar-x:before {
  content: "\ebfd";
}

.bxs-camera:before {
  content: "\ebfe";
}

.bxs-camera-off:before {
  content: "\ebff";
}

.bxs-camera-plus:before {
  content: "\ec00";
}

.bxs-capsule:before {
  content: "\ec01";
}

.bxs-captions:before {
  content: "\ec02";
}

.bxs-car:before {
  content: "\ec03";
}

.bxs-card:before {
  content: "\ec04";
}

.bxs-caret-down-circle:before {
  content: "\ec05";
}

.bxs-caret-left-circle:before {
  content: "\ec06";
}

.bxs-caret-right-circle:before {
  content: "\ec07";
}

.bxs-caret-up-circle:before {
  content: "\ec08";
}

.bxs-carousel:before {
  content: "\ec09";
}

.bxs-cart:before {
  content: "\ec0a";
}

.bxs-cart-alt:before {
  content: "\ec0b";
}

.bxs-certification:before {
  content: "\ec0c";
}

.bxs-chalkboard:before {
  content: "\ec0d";
}

.bxs-chart:before {
  content: "\ec0e";
}

.bxs-chat:before {
  content: "\ec0f";
}

.bxs-checkbox:before {
  content: "\ec10";
}

.bxs-checkbox-checked:before {
  content: "\ec11";
}

.bxs-check-circle:before {
  content: "\ec12";
}

.bxs-check-shield:before {
  content: "\ec13";
}

.bxs-check-square:before {
  content: "\ec14";
}

.bxs-chip:before {
  content: "\ec15";
}

.bxs-circle:before {
  content: "\ec16";
}

.bxs-city:before {
  content: "\ec17";
}

.bxs-clinic:before {
  content: "\ec18";
}

.bxs-cloud:before {
  content: "\ec19";
}

.bxs-cloud-download:before {
  content: "\ec1a";
}

.bxs-cloud-lightning:before {
  content: "\ec1b";
}

.bxs-cloud-rain:before {
  content: "\ec1c";
}

.bxs-cloud-upload:before {
  content: "\ec1d";
}

.bxs-coffee:before {
  content: "\ec1e";
}

.bxs-coffee-alt:before {
  content: "\ec1f";
}

.bxs-cog:before {
  content: "\ec20";
}

.bxs-collection:before {
  content: "\ec21";
}

.bxs-color-fill:before {
  content: "\ec22";
}

.bxs-comment:before {
  content: "\ec23";
}

.bxs-comment-add:before {
  content: "\ec24";
}

.bxs-comment-detail:before {
  content: "\ec25";
}

.bxs-comment-dots:before {
  content: "\ec26";
}

.bxs-comment-error:before {
  content: "\ec27";
}

.bxs-compass:before {
  content: "\ec28";
}

.bxs-component:before {
  content: "\ec29";
}

.bxs-confused:before {
  content: "\ec2a";
}

.bxs-contact:before {
  content: "\ec2b";
}

.bxs-conversation:before {
  content: "\ec2c";
}

.bxs-cool:before {
  content: "\ec2d";
}

.bxs-copy:before {
  content: "\ec2e";
}

.bxs-copy-alt:before {
  content: "\ec2f";
}

.bxs-coupon:before {
  content: "\ec30";
}

.bxs-credit-card:before {
  content: "\ec31";
}

.bxs-credit-card-alt:before {
  content: "\ec32";
}

.bxs-crown:before {
  content: "\ec33";
}

.bxs-cube:before {
  content: "\ec34";
}

.bxs-cube-alt:before {
  content: "\ec35";
}

.bxs-cuboid:before {
  content: "\ec36";
}

.bxs-customize:before {
  content: "\ec37";
}

.bxs-cylinder:before {
  content: "\ec38";
}

.bxs-dashboard:before {
  content: "\ec39";
}

.bxs-data:before {
  content: "\ec3a";
}

.bxs-detail:before {
  content: "\ec3b";
}

.bxs-devices:before {
  content: "\ec3c";
}

.bxs-direction-left:before {
  content: "\ec3d";
}

.bxs-direction-right:before {
  content: "\ec3e";
}

.bxs-directions:before {
  content: "\ec3f";
}

.bxs-disc:before {
  content: "\ec40";
}

.bxs-discount:before {
  content: "\ec41";
}

.bxs-dish:before {
  content: "\ec42";
}

.bxs-dislike:before {
  content: "\ec43";
}

.bxs-dizzy:before {
  content: "\ec44";
}

.bxs-dock-bottom:before {
  content: "\ec45";
}

.bxs-dock-left:before {
  content: "\ec46";
}

.bxs-dock-right:before {
  content: "\ec47";
}

.bxs-dock-top:before {
  content: "\ec48";
}

.bxs-dollar-circle:before {
  content: "\ec49";
}

.bxs-doughnut-chart:before {
  content: "\ec4a";
}

.bxs-down-arrow:before {
  content: "\ec4b";
}

.bxs-down-arrow-circle:before {
  content: "\ec4c";
}

.bxs-down-arrow-square:before {
  content: "\ec4d";
}

.bxs-download:before {
  content: "\ec4e";
}

.bxs-downvote:before {
  content: "\ec4f";
}

.bxs-drink:before {
  content: "\ec50";
}

.bxs-droplet:before {
  content: "\ec51";
}

.bxs-droplet-half:before {
  content: "\ec52";
}

.bxs-duplicate:before {
  content: "\ec53";
}

.bxs-edit:before {
  content: "\ec54";
}

.bxs-edit-alt:before {
  content: "\ec55";
}

.bxs-eject:before {
  content: "\ec56";
}

.bxs-envelope:before {
  content: "\ec57";
}

.bxs-eraser:before {
  content: "\ec58";
}

.bxs-error:before {
  content: "\ec59";
}

.bxs-error-alt:before {
  content: "\ec5a";
}

.bxs-error-circle:before {
  content: "\ec5b";
}

.bxs-exit:before {
  content: "\ec5c";
}

.bxs-extension:before {
  content: "\ec5d";
}

.bxs-eyedropper:before {
  content: "\ec5e";
}

.bxs-face:before {
  content: "\ec5f";
}

.bxs-factory:before {
  content: "\ec60";
}

.bxs-fast-forward-circle:before {
  content: "\ec61";
}

.bxs-file:before {
  content: "\ec62";
}

.bxs-file-blank:before {
  content: "\ec63";
}

.bxs-file-css:before {
  content: "\ec64";
}

.bxs-file-doc:before {
  content: "\ec65";
}

.bxs-file-find:before {
  content: "\ec66";
}

.bxs-file-gif:before {
  content: "\ec67";
}

.bxs-file-html:before {
  content: "\ec68";
}

.bxs-file-image:before {
  content: "\ec69";
}

.bxs-file-jpg:before {
  content: "\ec6a";
}

.bxs-file-js:before {
  content: "\ec6b";
}

.bxs-file-json:before {
  content: "\ec6c";
}

.bxs-file-md:before {
  content: "\ec6d";
}

.bxs-file-pdf:before {
  content: "\ec6e";
}

.bxs-file-plus:before {
  content: "\ec6f";
}

.bxs-file-png:before {
  content: "\ec70";
}

.bxs-file-txt:before {
  content: "\ec71";
}

.bxs-film:before {
  content: "\ec72";
}

.bxs-filter-alt:before {
  content: "\ec73";
}

.bxs-first-aid:before {
  content: "\ec74";
}

.bxs-flag:before {
  content: "\ec75";
}

.bxs-flag-alt:before {
  content: "\ec76";
}

.bxs-flame:before {
  content: "\ec77";
}

.bxs-flask:before {
  content: "\ec78";
}

.bxs-folder:before {
  content: "\ec79";
}

.bxs-folder-minus:before {
  content: "\ec7a";
}

.bxs-folder-open:before {
  content: "\ec7b";
}

.bxs-folder-plus:before {
  content: "\ec7c";
}

.bxs-food-menu:before {
  content: "\ec7d";
}

.bxs-fridge:before {
  content: "\ec7e";
}

.bxs-gas-pump:before {
  content: "\ec7f";
}

.bxs-ghost:before {
  content: "\ec80";
}

.bxs-gift:before {
  content: "\ec81";
}

.bxs-graduation:before {
  content: "\ec82";
}

.bxs-grid:before {
  content: "\ec83";
}

.bxs-grid-alt:before {
  content: "\ec84";
}

.bxs-group:before {
  content: "\ec85";
}

.bxs-hand-down:before {
  content: "\ec86";
}

.bxs-hand-left:before {
  content: "\ec87";
}

.bxs-hand-right:before {
  content: "\ec88";
}

.bxs-hand-up:before {
  content: "\ec89";
}

.bxs-happy:before {
  content: "\ec8a";
}

.bxs-happy-alt:before {
  content: "\ec8b";
}

.bxs-happy-beaming:before {
  content: "\ec8c";
}

.bxs-happy-heart-eyes:before {
  content: "\ec8d";
}

.bxs-hdd:before {
  content: "\ec8e";
}

.bxs-heart:before {
  content: "\ec8f";
}

.bxs-help-circle:before {
  content: "\ec90";
}

.bxs-hide:before {
  content: "\ec91";
}

.bxs-home:before {
  content: "\ec92";
}

.bxs-home-circle:before {
  content: "\ec93";
}

.bxs-hot:before {
  content: "\ec94";
}

.bxs-hotel:before {
  content: "\ec95";
}

.bxs-hourglass:before {
  content: "\ec96";
}

.bxs-hourglass-bottom:before {
  content: "\ec97";
}

.bxs-hourglass-top:before {
  content: "\ec98";
}

.bxs-id-card:before {
  content: "\ec99";
}

.bxs-image:before {
  content: "\ec9a";
}

.bxs-image-add:before {
  content: "\ec9b";
}

.bxs-image-alt:before {
  content: "\ec9c";
}

.bxs-inbox:before {
  content: "\ec9d";
}

.bxs-info-circle:before {
  content: "\ec9e";
}

.bxs-institution:before {
  content: "\ec9f";
}

.bxs-joystick:before {
  content: "\eca0";
}

.bxs-joystick-alt:before {
  content: "\eca1";
}

.bxs-joystick-button:before {
  content: "\eca2";
}

.bxs-key:before {
  content: "\eca3";
}

.bxs-keyboard:before {
  content: "\eca4";
}

.bxs-label:before {
  content: "\eca5";
}

.bxs-landmark:before {
  content: "\eca6";
}

.bxs-landscape:before {
  content: "\eca7";
}

.bxs-laugh:before {
  content: "\eca8";
}

.bxs-layer:before {
  content: "\eca9";
}

.bxs-layout:before {
  content: "\ecaa";
}

.bxs-left-arrow:before {
  content: "\ecab";
}

.bxs-left-arrow-circle:before {
  content: "\ecac";
}

.bxs-left-arrow-square:before {
  content: "\ecad";
}

.bxs-left-down-arrow-circle:before {
  content: "\ecae";
}

.bxs-left-top-arrow-circle:before {
  content: "\ecaf";
}

.bxs-like:before {
  content: "\ecb0";
}

.bxs-lock:before {
  content: "\ecb1";
}

.bxs-lock-alt:before {
  content: "\ecb2";
}

.bxs-lock-open:before {
  content: "\ecb3";
}

.bxs-lock-open-alt:before {
  content: "\ecb4";
}

.bxs-log-in:before {
  content: "\ecb5";
}

.bxs-log-in-circle:before {
  content: "\ecb6";
}

.bxs-log-out:before {
  content: "\ecb7";
}

.bxs-log-out-circle:before {
  content: "\ecb8";
}

.bxs-magic-wand:before {
  content: "\ecb9";
}

.bxs-magnet:before {
  content: "\ecba";
}

.bxs-map:before {
  content: "\ecbb";
}

.bxs-map-alt:before {
  content: "\ecbc";
}

.bxs-map-pin:before {
  content: "\ecbd";
}

.bxs-megaphone:before {
  content: "\ecbe";
}

.bxs-meh:before {
  content: "\ecbf";
}

.bxs-meh-alt:before {
  content: "\ecc0";
}

.bxs-meh-blank:before {
  content: "\ecc1";
}

.bxs-memory-card:before {
  content: "\ecc2";
}

.bxs-message:before {
  content: "\ecc3";
}

.bxs-message-alt:before {
  content: "\ecc4";
}

.bxs-message-alt-dots:before {
  content: "\ecc5";
}

.bxs-message-dots:before {
  content: "\ecc6";
}

.bxs-message-rounded:before {
  content: "\ecc7";
}

.bxs-message-rounded-dots:before {
  content: "\ecc8";
}

.bxs-message-square:before {
  content: "\ecc9";
}

.bxs-message-square-dots:before {
  content: "\ecca";
}

.bxs-microphone:before {
  content: "\eccb";
}

.bxs-microphone-alt:before {
  content: "\eccc";
}

.bxs-microphone-off:before {
  content: "\eccd";
}

.bxs-minus-circle:before {
  content: "\ecce";
}

.bxs-minus-square:before {
  content: "\eccf";
}

.bxs-mobile:before {
  content: "\ecd0";
}

.bxs-mobile-vibration:before {
  content: "\ecd1";
}

.bxs-moon:before {
  content: "\ecd2";
}

.bxs-mouse:before {
  content: "\ecd3";
}

.bxs-mouse-alt:before {
  content: "\ecd4";
}

.bxs-movie:before {
  content: "\ecd5";
}

.bxs-music:before {
  content: "\ecd6";
}

.bxs-navigation:before {
  content: "\ecd7";
}

.bxs-news:before {
  content: "\ecd8";
}

.bxs-no-entry:before {
  content: "\ecd9";
}

.bxs-note:before {
  content: "\ecda";
}

.bxs-notepad:before {
  content: "\ecdb";
}

.bxs-notification:before {
  content: "\ecdc";
}

.bxs-notification-off:before {
  content: "\ecdd";
}

.bxs-offer:before {
  content: "\ecde";
}

.bxs-package:before {
  content: "\ecdf";
}

.bxs-paint:before {
  content: "\ece0";
}

.bxs-paint-roll:before {
  content: "\ece1";
}

.bxs-palette:before {
  content: "\ece2";
}

.bxs-paper-plane:before {
  content: "\ece3";
}

.bxs-parking:before {
  content: "\ece4";
}

.bxs-paste:before {
  content: "\ece5";
}

.bxs-pen:before {
  content: "\ece6";
}

.bxs-pencil:before {
  content: "\ece7";
}

.bxs-phone:before {
  content: "\ece8";
}

.bxs-phone-call:before {
  content: "\ece9";
}

.bxs-phone-incoming:before {
  content: "\ecea";
}

.bxs-phone-outgoing:before {
  content: "\eceb";
}

.bxs-photo-album:before {
  content: "\ecec";
}

.bxs-pie-chart:before {
  content: "\eced";
}

.bxs-pie-chart-alt:before {
  content: "\ecee";
}

.bxs-pie-chart-alt-2:before {
  content: "\ecef";
}

.bxs-pin:before {
  content: "\ecf0";
}

.bxs-plane:before {
  content: "\ecf1";
}

.bxs-plane-alt:before {
  content: "\ecf2";
}

.bxs-plane-land:before {
  content: "\ecf3";
}

.bxs-planet:before {
  content: "\ecf4";
}

.bxs-plane-take-off:before {
  content: "\ecf5";
}

.bxs-playlist:before {
  content: "\ecf6";
}

.bxs-plug:before {
  content: "\ecf7";
}

.bxs-plus-circle:before {
  content: "\ecf8";
}

.bxs-plus-square:before {
  content: "\ecf9";
}

.bxs-polygon:before {
  content: "\ecfa";
}

.bxs-printer:before {
  content: "\ecfb";
}

.bxs-purchase-tag:before {
  content: "\ecfc";
}

.bxs-purchase-tag-alt:before {
  content: "\ecfd";
}

.bxs-pyramid:before {
  content: "\ecfe";
}

.bxs-quote-alt-left:before {
  content: "\ecff";
}

.bxs-quote-alt-right:before {
  content: "\ed00";
}

.bxs-quote-left:before {
  content: "\ed01";
}

.bxs-quote-right:before {
  content: "\ed02";
}

.bxs-quote-single-left:before {
  content: "\ed03";
}

.bxs-quote-single-right:before {
  content: "\ed04";
}

.bxs-radio:before {
  content: "\ed05";
}

.bxs-receipt:before {
  content: "\ed06";
}

.bxs-rectangle:before {
  content: "\ed07";
}

.bxs-rename:before {
  content: "\ed08";
}

.bxs-report:before {
  content: "\ed09";
}

.bxs-rewind-circle:before {
  content: "\ed0a";
}

.bxs-right-arrow:before {
  content: "\ed0b";
}

.bxs-right-arrow-circle:before {
  content: "\ed0c";
}

.bxs-right-arrow-square:before {
  content: "\ed0d";
}

.bxs-right-down-arrow-circle:before {
  content: "\ed0e";
}

.bxs-right-top-arrow-circle:before {
  content: "\ed0f";
}

.bxs-rocket:before {
  content: "\ed10";
}

.bxs-ruler:before {
  content: "\ed11";
}

.bxs-sad:before {
  content: "\ed12";
}

.bxs-save:before {
  content: "\ed13";
}

.bxs-school:before {
  content: "\ed14";
}

.bxs-search:before {
  content: "\ed15";
}

.bxs-search-alt-2:before {
  content: "\ed16";
}

.bxs-select-multiple:before {
  content: "\ed17";
}

.bxs-send:before {
  content: "\ed18";
}

.bxs-server:before {
  content: "\ed19";
}

.bxs-share:before {
  content: "\ed1a";
}

.bxs-share-alt:before {
  content: "\ed1b";
}

.bxs-shield:before {
  content: "\ed1c";
}

.bxs-shield-alt-2:before {
  content: "\ed1d";
}

.bxs-ship:before {
  content: "\ed1e";
}

.bxs-shocked:before {
  content: "\ed1f";
}

.bxs-shopping-bag:before {
  content: "\ed20";
}

.bxs-shopping-bag-alt:before {
  content: "\ed21";
}

.bxs-show:before {
  content: "\ed22";
}

.bxs-skip-next-circle:before {
  content: "\ed23";
}

.bxs-skip-previous-circle:before {
  content: "\ed24";
}

.bxs-skull:before {
  content: "\ed25";
}

.bxs-sleepy:before {
  content: "\ed26";
}

.bxs-slideshow:before {
  content: "\ed27";
}

.bxs-smile:before {
  content: "\ed28";
}

.bxs-sort-alt:before {
  content: "\ed29";
}

.bxs-spa:before {
  content: "\ed2a";
}

.bxs-spreadsheet:before {
  content: "\ed2b";
}

.bxs-square:before {
  content: "\ed2c";
}

.bxs-square-rounded:before {
  content: "\ed2d";
}

.bxs-star:before {
  content: "\ed2e";
}

.bxs-star-half:before {
  content: "\ed2f";
}

.bxs-stopwatch:before {
  content: "\ed30";
}

.bxs-store:before {
  content: "\ed31";
}

.bxs-store-alt:before {
  content: "\ed32";
}

.bxs-sun:before {
  content: "\ed33";
}

.bxs-tag:before {
  content: "\ed34";
}

.bxs-tag-x:before {
  content: "\ed35";
}

.bxs-taxi:before {
  content: "\ed36";
}

.bxs-tennis-ball:before {
  content: "\ed37";
}

.bxs-terminal:before {
  content: "\ed38";
}

.bxs-time:before {
  content: "\ed39";
}

.bxs-time-five:before {
  content: "\ed3a";
}

.bxs-timer:before {
  content: "\ed3b";
}

.bxs-tired:before {
  content: "\ed3c";
}

.bxs-toggle-left:before {
  content: "\ed3d";
}

.bxs-toggle-right:before {
  content: "\ed3e";
}

.bxs-tone:before {
  content: "\ed3f";
}

.bxs-torch:before {
  content: "\ed40";
}

.bxs-to-top:before {
  content: "\ed41";
}

.bxs-traffic:before {
  content: "\ed42";
}

.bxs-traffic-barrier:before {
  content: "\ed43";
}

.bxs-train:before {
  content: "\ed44";
}

.bxs-trash:before {
  content: "\ed45";
}

.bxs-trash-alt:before {
  content: "\ed46";
}

.bxs-tree:before {
  content: "\ed47";
}

.bxs-trophy:before {
  content: "\ed48";
}

.bxs-truck:before {
  content: "\ed49";
}

.bxs-t-shirt:before {
  content: "\ed4a";
}

.bxs-up-arrow:before {
  content: "\ed4b";
}

.bxs-up-arrow-circle:before {
  content: "\ed4c";
}

.bxs-up-arrow-square:before {
  content: "\ed4d";
}

.bxs-upside-down:before {
  content: "\ed4e";
}

.bxs-upvote:before {
  content: "\ed4f";
}

.bxs-user:before {
  content: "\ed50";
}

.bxs-user-badge:before {
  content: "\ed51";
}

.bxs-user-check:before {
  content: "\ed52";
}

.bxs-user-circle:before {
  content: "\ed53";
}

.bxs-user-detail:before {
  content: "\ed54";
}

.bxs-user-minus:before {
  content: "\ed55";
}

.bxs-user-pin:before {
  content: "\ed56";
}

.bxs-user-plus:before {
  content: "\ed57";
}

.bxs-user-rectangle:before {
  content: "\ed58";
}

.bxs-user-voice:before {
  content: "\ed59";
}

.bxs-user-x:before {
  content: "\ed5a";
}

.bxs-vial:before {
  content: "\ed5b";
}

.bxs-video:before {
  content: "\ed5c";
}

.bxs-video-off:before {
  content: "\ed5d";
}

.bxs-video-plus:before {
  content: "\ed5e";
}

.bxs-video-recording:before {
  content: "\ed5f";
}

.bxs-videos:before {
  content: "\ed60";
}

.bxs-volume:before {
  content: "\ed61";
}

.bxs-volume-full:before {
  content: "\ed62";
}

.bxs-volume-low:before {
  content: "\ed63";
}

.bxs-volume-mute:before {
  content: "\ed64";
}

.bxs-wallet:before {
  content: "\ed65";
}

.bxs-wallet-alt:before {
  content: "\ed66";
}

.bxs-watch:before {
  content: "\ed67";
}

.bxs-watch-alt:before {
  content: "\ed68";
}

.bxs-widget:before {
  content: "\ed69";
}

.bxs-wine:before {
  content: "\ed6a";
}

.bxs-wink-smile:before {
  content: "\ed6b";
}

.bxs-wink-tongue:before {
  content: "\ed6c";
}

.bxs-wrench:before {
  content: "\ed6d";
}

.bxs-x-circle:before {
  content: "\ed6e";
}

.bxs-x-square:before {
  content: "\ed6f";
}

.bxs-yin-yang:before {
  content: "\ed70";
}

.bxs-zap:before {
  content: "\ed71";
}

.bxs-zoom-in:before {
  content: "\ed72";
}

.bxs-zoom-out:before {
  content: "\ed73";
}
.lds-grid {
  margin: 20% auto;
  position: relative;
  width: 160px;
  height: 160px;
}
.lds-grid div {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #3bafda;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 16px;
  left: 16px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 16px;
  left: 64px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 16px;
  left: 112px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 64px;
  left: 16px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 64px;
  left: 64px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 64px;
  left: 112px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 112px;
  left: 16px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 112px;
  left: 64px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 112px;
  left: 112px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@charset "UTF-8";
/*
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Version: 4.0.0
Website: https://coderthemes.com/
Contact: support@coderthemes.com
File: Main Css File
*/
/*
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Version: 1.0.0
Website: https://coderthemes.com/
Contact: support@coderthemes.com
File: Custom Bootstrap Css File
*/
/*!
 * 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: #3bafda;
  --indigo: #675aa9;
  --purple: #6559cc;
  --pink: #f672a7;
  --red: #f1556c;
  --orange: #fd7e14;
  --yellow: #f7b84b;
  --green: #1abc9c;
  --teal: #02a8b5;
  --cyan: #37cde6;
  --white: #fff;
  --gray: #98a6ad;
  --gray-dark: #343a40;
  --primary: #3bafda;
  --secondary: #6c757d;
  --success: #1abc9c;
  --info: #37cde6;
  --warning: #f7b84b;
  --danger: #f1556c;
  --light: #f1f5f7;
  --dark: #323a46;
  --pink: #f672a7;
  --purple: #6559cc;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --dark-gray: #606160;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  text-align: left;
  background-color: #f5f6f8;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3bafda;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #2084a9;
  text-decoration: none;
}

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.85rem;
  padding-bottom: 0.85rem;
  color: #6c757d;
  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] {
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 0.9375rem;
}

h6,
.h6 {
  font-size: 0.75rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #f7f7f7;
}

small,
.small {
  font-size: 0.75rem;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 6px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.75rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #f672a7;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  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: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.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: 12px;
  padding-left: 12px;
  margin: 5px 0;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.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: 1.5rem;
  color: #6c757d;
}

.table th,
.table td {
  padding: 0.85rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.5rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
  color: #2a404c;
  background-color: #f9f9f9;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c8e9f5;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #99d5ec;
}

.table-hover .table-primary:hover {
  background-color: #b2e0f1;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b2e0f1;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bfece3;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #88dccc;
}

.table-hover .table-success:hover {
  background-color: #abe6da;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #abe6da;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c7f1f8;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #97e5f2;
}

.table-hover .table-info:hover {
  background-color: #b0ebf5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b0ebf5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fdebcd;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fbdaa1;
}

.table-hover .table-warning:hover {
  background-color: #fce1b4;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fce1b4;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbcfd6;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f8a7b3;
}

.table-hover .table-danger:hover {
  background-color: #f9b7c2;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f9b7c2;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfcfd;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f8fafb;
}

.table-hover .table-light:hover {
  background-color: #eaeff5;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaeff5;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8cb;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #94999f;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbf;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbf;
}

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #fcd8e6;
}

.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody + tbody {
  border-color: #fab6d1;
}

.table-hover .table-pink:hover {
  background-color: #fac0d7;
}

.table-hover .table-pink:hover > td,
.table-hover .table-pink:hover > th {
  background-color: #fac0d7;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d4d1f1;
}

.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #afa9e4;
}

.table-hover .table-purple:hover {
  background-color: #c2bdeb;
}

.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #c2bdeb;
}

.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: #98a6ad;
  background-color: #323a46;
  border-color: #424c5c;
}

.table .thead-light th {
  color: #6c757d;
  background-color: #f1f5f7;
  border-color: #dee2e6;
}

.table-dark {
  color: #98a6ad;
  background-color: #323a46;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #424c5c;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b1bbc4;
  outline: 0;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}

.form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #6c757d;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.45rem + 1px);
  padding-bottom: calc(0.45rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.28rem + 1px);
  padding-bottom: calc(0.28rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.28rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #98a6ad;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #1abc9c;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(26, 188, 156, 0.9);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #1abc9c;
  padding-right: calc(1.5em + 0.9rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #1abc9c;
  box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 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 textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.9rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #1abc9c;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231abc9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #1abc9c;
  box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 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: #1abc9c;
}

.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: #1abc9c;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1abc9c;
}

.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: #28e1bd;
  background-color: #28e1bd;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 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: #1abc9c;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1abc9c;
}

.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: #1abc9c;
  box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #f1556c;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(241, 85, 108, 0.9);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #f1556c;
  padding-right: calc(1.5em + 0.9rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1556c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f1556c' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #f1556c;
  box-shadow: 0 0 0 0.2rem rgba(241, 85, 108, 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 textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.9rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f1556c;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1556c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f1556c' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f1556c;
  box-shadow: 0 0 0 0.2rem rgba(241, 85, 108, 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: #f1556c;
}

.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: #f1556c;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f1556c;
}

.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: #f58495;
  background-color: #f58495;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(241, 85, 108, 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: #f1556c;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f1556c;
}

.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: #f1556c;
  box-shadow: 0 0 0 0.2rem rgba(241, 85, 108, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #6c757d;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.15rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
}

.btn-primary:hover {
  color: #fff;
  background-color: #269dc9;
  border-color: #2494be;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(88, 187, 224, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2494be;
  border-color: #228cb3;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(88, 187, 224, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.btn-success:hover {
  color: #fff;
  background-color: #159a80;
  border-color: #148f77;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(60, 198, 171, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #148f77;
  border-color: #12846e;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(60, 198, 171, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #37cde6;
  border-color: #37cde6;
}

.btn-info:hover {
  color: #fff;
  background-color: #1bc0db;
  border-color: #1ab6d0;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(85, 213, 234, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #37cde6;
  border-color: #37cde6;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1ab6d0;
  border-color: #19acc5;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(85, 213, 234, 0.5);
}

.btn-warning {
  color: #343a40;
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.btn-warning:hover {
  color: #fff;
  background-color: #f5aa26;
  border-color: #f5a51a;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(218, 165, 73, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #343a40;
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f5a51a;
  border-color: #f4a00e;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(218, 165, 73, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f1556c;
  border-color: #f1556c;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ee324d;
  border-color: #ed2643;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(243, 111, 130, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #f1556c;
  border-color: #f1556c;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ed2643;
  border-color: #ec1a39;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(243, 111, 130, 0.5);
}

.btn-light {
  color: #343a40;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-light:hover {
  color: #343a40;
  background-color: #d9e4e9;
  border-color: #d1dee4;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(213, 217, 220, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #343a40;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #343a40;
  background-color: #d1dee4;
  border-color: #c8d8e0;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(213, 217, 220, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #323a46;
  border-color: #323a46;
}

.btn-dark:hover {
  color: #fff;
  background-color: #222830;
  border-color: #1d2128;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(81, 88, 98, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #323a46;
  border-color: #323a46;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2128;
  border-color: #171b21;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(81, 88, 98, 0.5);
}

.btn-pink {
  color: #fff;
  background-color: #f672a7;
  border-color: #f672a7;
}

.btn-pink:hover {
  color: #fff;
  background-color: #f44e91;
  border-color: #f34289;
}

.btn-pink:focus,
.btn-pink.focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 135, 180, 0.5);
}

.btn-pink.disabled,
.btn-pink:disabled {
  color: #fff;
  background-color: #f672a7;
  border-color: #f672a7;
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #f34289;
  border-color: #f23682;
}

.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 135, 180, 0.5);
}

.btn-purple {
  color: #fff;
  background-color: #6559cc;
  border-color: #6559cc;
}

.btn-purple:hover {
  color: #fff;
  background-color: #4a3cc3;
  border-color: #4639b9;
}

.btn-purple:focus,
.btn-purple.focus {
  box-shadow: 0 0 0 0.15rem rgba(124, 114, 212, 0.5);
}

.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: #6559cc;
  border-color: #6559cc;
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #4639b9;
  border-color: #4336af;
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(124, 114, 212, 0.5);
}

.btn-outline-primary {
  color: #3bafda;
  border-color: #3bafda;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #3bafda;
  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: #3bafda;
  border-color: #3bafda;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #1abc9c;
  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: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}

.btn-outline-info {
  color: #37cde6;
  border-color: #37cde6;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #37cde6;
  border-color: #37cde6;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #37cde6;
  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: #37cde6;
  border-color: #37cde6;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}

.btn-outline-warning {
  color: #f7b84b;
  border-color: #f7b84b;
}

.btn-outline-warning:hover {
  color: #343a40;
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 184, 75, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f7b84b;
  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: #343a40;
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 184, 75, 0.5);
}

.btn-outline-danger {
  color: #f1556c;
  border-color: #f1556c;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #f1556c;
  border-color: #f1556c;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f1556c;
  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: #f1556c;
  border-color: #f1556c;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}

.btn-outline-light {
  color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-outline-light:hover {
  color: #343a40;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f1f5f7;
  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: #343a40;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}

.btn-outline-dark {
  color: #323a46;
  border-color: #323a46;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #323a46;
  border-color: #323a46;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #323a46;
  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: #323a46;
  border-color: #323a46;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}

.btn-outline-pink {
  color: #f672a7;
  border-color: #f672a7;
}

.btn-outline-pink:hover {
  color: #fff;
  background-color: #f672a7;
  border-color: #f672a7;
}

.btn-outline-pink:focus,
.btn-outline-pink.focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}

.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
  color: #f672a7;
  background-color: transparent;
}

.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #f672a7;
  border-color: #f672a7;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}

.btn-outline-purple {
  color: #6559cc;
  border-color: #6559cc;
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #6559cc;
  border-color: #6559cc;
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
  box-shadow: 0 0 0 0.15rem rgba(101, 89, 204, 0.5);
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #6559cc;
  background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6559cc;
  border-color: #6559cc;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(101, 89, 204, 0.5);
}

.btn-link {
  font-weight: 400;
  text-decoration: none;
  transition: all 0.4s linear;
}

.btn-link:hover {
  text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #adb5bd;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.28rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.25rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e7eef1;
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1.2rem;
  clear: both;
  font-weight: 400;
  color: #6c757d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #272e37;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #323a46;
  text-decoration: none;
  background-color: #f7f7f7;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.25rem 1.2rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: inherit;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.375rem 1.2rem;
  color: #6c757d;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  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: flex;
  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: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.28rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.9rem;
}

.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.35rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  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: #3bafda;
  border-color: #3bafda;
  background-color: #3bafda;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.175rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 1.9rem 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #b1bbc4;
  outline: 0;
  box-shadow: none;
}

.custom-select:focus::-ms-value {
  color: #6c757d;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.9rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #b1bbc4;
  box-shadow: none;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.9rem);
  padding: 0.45rem 0.9rem;
  line-height: 1.5;
  color: #6c757d;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.2rem 0.2rem 0;
}

.custom-range {
  width: 100%;
  height: 1.3rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f5f6f8, 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3bafda;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #d1ecf6;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3bafda;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #d1ecf6;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.15rem;
  margin-left: 0.15rem;
  background-color: #3bafda;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #d1ecf6;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none !important;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3bafda;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 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 {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg 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,%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: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e7eaed;
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}

.card-title {
  margin-bottom: 1rem;
}

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.5rem;
}

.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: #edeff1;
  border-bottom: 1px solid #e7eaed;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1rem 1.5rem;
  background-color: #edeff1;
  border-top: 1px solid #e7eaed;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 24px;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 24px;
    column-gap: 24px;
    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: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #ced4da;
  content: "\f142";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #adb5bd;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #323a46;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #323a46;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #3bafda;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #2494be;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 175, 218, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #1abc9c;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #148f77;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #37cde6;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #1ab6d0;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 205, 230, 0.5);
}

.badge-warning {
  color: #343a40;
  background-color: #f7b84b;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #343a40;
  background-color: #f5a51a;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 184, 75, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #f1556c;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #ed2643;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 85, 108, 0.5);
}

.badge-light {
  color: #343a40;
  background-color: #f1f5f7;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #343a40;
  background-color: #d1dee4;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 245, 247, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #323a46;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2128;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 58, 70, 0.5);
}

.badge-pink {
  color: #fff;
  background-color: #f672a7;
}

a.badge-pink:hover,
a.badge-pink:focus {
  color: #fff;
  background-color: #f34289;
}

a.badge-pink:focus,
a.badge-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 114, 167, 0.5);
}

.badge-purple {
  color: #fff;
  background-color: #6559cc;
}

a.badge-purple:hover,
a.badge-purple:focus {
  color: #fff;
  background-color: #4639b9;
}

a.badge-purple:focus,
a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 89, 204, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.9rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1f5b71;
  background-color: #d8eff8;
  border-color: #c8e9f5;
}

.alert-primary hr {
  border-top-color: #b2e0f1;
}

.alert-primary .alert-link {
  color: #143b49;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #0e6251;
  background-color: #d1f2eb;
  border-color: #bfece3;
}

.alert-success hr {
  border-top-color: #abe6da;
}

.alert-success .alert-link {
  color: #08352c;
}

.alert-info {
  color: #1d6b78;
  background-color: #d7f5fa;
  border-color: #c7f1f8;
}

.alert-info hr {
  border-top-color: #b0ebf5;
}

.alert-info .alert-link {
  color: #13464f;
}

.alert-warning {
  color: #806027;
  background-color: #fdf1db;
  border-color: #fdebcd;
}

.alert-warning hr {
  border-top-color: #fce1b4;
}

.alert-warning .alert-link {
  color: #59431b;
}

.alert-danger {
  color: #7d2c38;
  background-color: #fcdde2;
  border-color: #fbcfd6;
}

.alert-danger hr {
  border-top-color: #f9b7c2;
}

.alert-danger .alert-link {
  color: #571f27;
}

.alert-light {
  color: #7d7f80;
  background-color: #fcfdfd;
  border-color: #fbfcfd;
}

.alert-light hr {
  border-top-color: #eaeff5;
}

.alert-light .alert-link {
  color: #646566;
}

.alert-dark {
  color: #1a1e24;
  background-color: #d6d8da;
  border-color: #c6c8cb;
}

.alert-dark hr {
  border-top-color: #b9bbbf;
}

.alert-dark .alert-link {
  color: #050506;
}

.alert-pink {
  color: #803b57;
  background-color: #fde3ed;
  border-color: #fcd8e6;
}

.alert-pink hr {
  border-top-color: #fac0d7;
}

.alert-pink .alert-link {
  color: #5d2b3f;
}

.alert-purple {
  color: #352e6a;
  background-color: #e0def5;
  border-color: #d4d1f1;
}

.alert-purple hr {
  border-top-color: #c2bdeb;
}

.alert-purple .alert-link {
  color: #231f46;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0.75rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 0.75rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3bafda;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.75rem 0.75rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 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.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3bafda;
  border-color: #007bff;
}

.list-group-horizontal {
  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.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    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: #1f5b71;
  background-color: #c8e9f5;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #1f5b71;
  background-color: #b2e0f1;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1f5b71;
  border-color: #1f5b71;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #0e6251;
  background-color: #bfece3;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0e6251;
  background-color: #abe6da;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0e6251;
  border-color: #0e6251;
}

.list-group-item-info {
  color: #1d6b78;
  background-color: #c7f1f8;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #1d6b78;
  background-color: #b0ebf5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1d6b78;
  border-color: #1d6b78;
}

.list-group-item-warning {
  color: #806027;
  background-color: #fdebcd;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #806027;
  background-color: #fce1b4;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #806027;
  border-color: #806027;
}

.list-group-item-danger {
  color: #7d2c38;
  background-color: #fbcfd6;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7d2c38;
  background-color: #f9b7c2;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7d2c38;
  border-color: #7d2c38;
}

.list-group-item-light {
  color: #7d7f80;
  background-color: #fbfcfd;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7d7f80;
  background-color: #eaeff5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7d7f80;
  border-color: #7d7f80;
}

.list-group-item-dark {
  color: #1a1e24;
  background-color: #c6c8cb;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1a1e24;
  background-color: #b9bbbf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1a1e24;
  border-color: #1a1e24;
}

.list-group-item-pink {
  color: #803b57;
  background-color: #fcd8e6;
}

.list-group-item-pink.list-group-item-action:hover,
.list-group-item-pink.list-group-item-action:focus {
  color: #803b57;
  background-color: #fac0d7;
}

.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #803b57;
  border-color: #803b57;
}

.list-group-item-purple {
  color: #352e6a;
  background-color: #d4d1f1;
}

.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
  color: #352e6a;
  background-color: #c2bdeb;
}

.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #352e6a;
  border-color: #352e6a;
}

.close {
  float: right;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -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);
  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: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0.2rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #323a46;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.4rem 0.8rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.2rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -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: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -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: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f1f5f7;
}

.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.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.7rem 0.8rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #f1f5f7;
  border-bottom: 1px solid #e1e9ee;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%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,%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: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  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;
  animation: spinner-grow 0.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: #3bafda !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2494be !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #1abc9c !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #148f77 !important;
}

.bg-info {
  background-color: #37cde6 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1ab6d0 !important;
}

.bg-warning {
  background-color: #f7b84b !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f5a51a !important;
}

.bg-danger {
  background-color: #f1556c !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ed2643 !important;
}

.bg-light {
  background-color: #f1f5f7 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d1dee4 !important;
}

.bg-dark {
  background-color: #323a46 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2128 !important;
}

.bg-pink {
  background-color: #f672a7 !important;
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #f34289 !important;
}

.bg-purple {
  background-color: #6559cc !important;
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #4639b9 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #3bafda !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #1abc9c !important;
}

.border-info {
  border-color: #37cde6 !important;
}

.border-warning {
  border-color: #f7b84b !important;
}

.border-danger {
  border-color: #f1556c !important;
}

.border-light {
  border-color: #f1f5f7 !important;
}

.border-dark {
  border-color: #323a46 !important;
}

.border-pink {
  border-color: #f672a7 !important;
}

.border-purple {
  border-color: #6559cc !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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 {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03) !important;
}

.shadow {
  box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3) !important;
}

.shadow-lg {
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-15 {
  width: 15% !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;
}

.h-15 {
  height: 15% !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: rgba(0, 0, 0, 0);
}

.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.375rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.375rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.375rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.375rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.375rem !important;
}

.m-2 {
  margin: 0.75rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.75rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.75rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.75rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.75rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.5rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.5rem !important;
}

.m-4 {
  margin: 2.25rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2.25rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2.25rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2.25rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2.25rem !important;
}

.m-5 {
  margin: 4.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 4.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 4.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 4.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 4.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.375rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.375rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.375rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.375rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.375rem !important;
}

.p-2 {
  padding: 0.75rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.75rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.75rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.75rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.75rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.5rem !important;
}

.p-4 {
  padding: 2.25rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2.25rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2.25rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2.25rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2.25rem !important;
}

.p-5 {
  padding: 4.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 4.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 4.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 4.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 4.5rem !important;
}

.m-n1 {
  margin: -0.375rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.375rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.375rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.375rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.375rem !important;
}

.m-n2 {
  margin: -0.75rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.75rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.75rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.75rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.75rem !important;
}

.m-n3 {
  margin: -1.5rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1.5rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1.5rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1.5rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1.5rem !important;
}

.m-n4 {
  margin: -2.25rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2.25rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2.25rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2.25rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2.25rem !important;
}

.m-n5 {
  margin: -4.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -4.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -4.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -4.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -4.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.375rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.375rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.375rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.375rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.375rem !important;
  }

  .m-sm-2 {
    margin: 0.75rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.75rem !important;
  }

  .m-sm-3 {
    margin: 1.5rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1.5rem !important;
  }

  .m-sm-4 {
    margin: 2.25rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 2.25rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 2.25rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 2.25rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 2.25rem !important;
  }

  .m-sm-5 {
    margin: 4.5rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 4.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.375rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.375rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.375rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.375rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.375rem !important;
  }

  .p-sm-2 {
    padding: 0.75rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.75rem !important;
  }

  .p-sm-3 {
    padding: 1.5rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1.5rem !important;
  }

  .p-sm-4 {
    padding: 2.25rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 2.25rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 2.25rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 2.25rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 2.25rem !important;
  }

  .p-sm-5 {
    padding: 4.5rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 4.5rem !important;
  }

  .m-sm-n1 {
    margin: -0.375rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.375rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.375rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.375rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.375rem !important;
  }

  .m-sm-n2 {
    margin: -0.75rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.75rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.75rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.75rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.75rem !important;
  }

  .m-sm-n3 {
    margin: -1.5rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n4 {
    margin: -2.25rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -2.25rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -2.25rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -2.25rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -2.25rem !important;
  }

  .m-sm-n5 {
    margin: -4.5rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -4.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.375rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.375rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.375rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.375rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.375rem !important;
  }

  .m-md-2 {
    margin: 0.75rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.75rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.75rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.75rem !important;
  }

  .m-md-3 {
    margin: 1.5rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1.5rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1.5rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1.5rem !important;
  }

  .m-md-4 {
    margin: 2.25rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 2.25rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 2.25rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 2.25rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 2.25rem !important;
  }

  .m-md-5 {
    margin: 4.5rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 4.5rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 4.5rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 4.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.375rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.375rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.375rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.375rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.375rem !important;
  }

  .p-md-2 {
    padding: 0.75rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.75rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.75rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.75rem !important;
  }

  .p-md-3 {
    padding: 1.5rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1.5rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1.5rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1.5rem !important;
  }

  .p-md-4 {
    padding: 2.25rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 2.25rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 2.25rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 2.25rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 2.25rem !important;
  }

  .p-md-5 {
    padding: 4.5rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 4.5rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 4.5rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 4.5rem !important;
  }

  .m-md-n1 {
    margin: -0.375rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.375rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.375rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.375rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.375rem !important;
  }

  .m-md-n2 {
    margin: -0.75rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.75rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.75rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.75rem !important;
  }

  .m-md-n3 {
    margin: -1.5rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1.5rem !important;
  }

  .m-md-n4 {
    margin: -2.25rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -2.25rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -2.25rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -2.25rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -2.25rem !important;
  }

  .m-md-n5 {
    margin: -4.5rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -4.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.375rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.375rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.375rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.375rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.375rem !important;
  }

  .m-lg-2 {
    margin: 0.75rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.75rem !important;
  }

  .m-lg-3 {
    margin: 1.5rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1.5rem !important;
  }

  .m-lg-4 {
    margin: 2.25rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 2.25rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 2.25rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 2.25rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 2.25rem !important;
  }

  .m-lg-5 {
    margin: 4.5rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 4.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.375rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.375rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.375rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.375rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.375rem !important;
  }

  .p-lg-2 {
    padding: 0.75rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.75rem !important;
  }

  .p-lg-3 {
    padding: 1.5rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1.5rem !important;
  }

  .p-lg-4 {
    padding: 2.25rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 2.25rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 2.25rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 2.25rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 2.25rem !important;
  }

  .p-lg-5 {
    padding: 4.5rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 4.5rem !important;
  }

  .m-lg-n1 {
    margin: -0.375rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.375rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.375rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.375rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.375rem !important;
  }

  .m-lg-n2 {
    margin: -0.75rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.75rem !important;
  }

  .m-lg-n3 {
    margin: -1.5rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n4 {
    margin: -2.25rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -2.25rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -2.25rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -2.25rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -2.25rem !important;
  }

  .m-lg-n5 {
    margin: -4.5rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -4.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.375rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.375rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.375rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.375rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.375rem !important;
  }

  .m-xl-2 {
    margin: 0.75rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.75rem !important;
  }

  .m-xl-3 {
    margin: 1.5rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1.5rem !important;
  }

  .m-xl-4 {
    margin: 2.25rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 2.25rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 2.25rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 2.25rem !important;
  }

  .m-xl-5 {
    margin: 4.5rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 4.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.375rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.375rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.375rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.375rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.375rem !important;
  }

  .p-xl-2 {
    padding: 0.75rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.75rem !important;
  }

  .p-xl-3 {
    padding: 1.5rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1.5rem !important;
  }

  .p-xl-4 {
    padding: 2.25rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 2.25rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 2.25rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 2.25rem !important;
  }

  .p-xl-5 {
    padding: 4.5rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 4.5rem !important;
  }

  .m-xl-n1 {
    margin: -0.375rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.375rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.375rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.375rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.375rem !important;
  }

  .m-xl-n2 {
    margin: -0.75rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.75rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.75rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.75rem !important;
  }

  .m-xl-n3 {
    margin: -1.5rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n4 {
    margin: -2.25rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -2.25rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -2.25rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -2.25rem !important;
  }

  .m-xl-n5 {
    margin: -4.5rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -4.5rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -4.5rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -4.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: #3bafda !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #2084a9 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #1abc9c !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #117964 !important;
}

.text-info {
  color: #37cde6 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #17a2b9 !important;
}

.text-warning {
  color: #f7b84b !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #eb990a !important;
}

.text-danger {
  color: #f1556c !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #e71332 !important;
}

.text-light {
  color: #f1f5f7 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #c0d2db !important;
}

.text-dark {
  color: #323a46 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121519 !important;
}

.text-pink {
  color: #f672a7 !important;
}

a.text-pink:hover,
a.text-pink:focus {
  color: #f12a7a !important;
}

.text-purple {
  color: #6559cc !important;
}

a.text-purple:hover,
a.text-purple:focus {
  color: #3f33a6 !important;
}

.text-body {
  color: #6c757d !important;
}

.text-muted {
  color: #98a6ad !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;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.custom-accordion .card + .card {
  margin-top: 0.5rem;
}

.custom-accordion .accordion-arrow {
  font-size: 1.2rem;
}

.custom-accordion a.collapsed i.accordion-arrow:before {
  content: "\f142";
}

.badge {
  color: #fff;
}

.badge-light {
  color: #343a40;
}

.badge-light-primary {
  background-color: rgba(59, 175, 218, 0.2);
  color: #3bafda !important;
}

.badge-light-secondary {
  background-color: rgba(108, 117, 125, 0.2);
  color: #6c757d !important;
}

.badge-light-success {
  background-color: rgba(26, 188, 156, 0.2);
  color: #1abc9c !important;
}

.badge-light-info {
  background-color: rgba(55, 205, 230, 0.2);
  color: #37cde6 !important;
}

.badge-light-warning {
  background-color: rgba(247, 184, 75, 0.2);
  color: #f7b84b !important;
}

.badge-light-danger {
  background-color: rgba(241, 85, 108, 0.2);
  color: #f1556c !important;
}

.badge-light-light {
  background-color: rgba(241, 245, 247, 0.2);
  color: #f1f5f7 !important;
}

.badge-light-dark {
  background-color: rgba(50, 58, 70, 0.2);
  color: #323a46 !important;
}

.badge-light-pink {
  background-color: rgba(246, 114, 167, 0.2);
  color: #f672a7 !important;
}

.badge-light-purple {
  background-color: rgba(101, 89, 204, 0.2);
  color: #6559cc !important;
}

.bg-soft-primary {
  background-color: rgba(59, 175, 218, 0.25) !important;
}

.bg-soft-secondary {
  background-color: rgba(108, 117, 125, 0.25) !important;
}

.bg-soft-success {
  background-color: rgba(26, 188, 156, 0.25) !important;
}

.bg-soft-info {
  background-color: rgba(55, 205, 230, 0.25) !important;
}

.bg-soft-warning {
  background-color: rgba(247, 184, 75, 0.25) !important;
}

.bg-soft-danger {
  background-color: rgba(241, 85, 108, 0.25) !important;
}

.bg-soft-light {
  background-color: rgba(241, 245, 247, 0.25) !important;
}

.bg-soft-dark {
  background-color: rgba(50, 58, 70, 0.25) !important;
}

.bg-soft-pink {
  background-color: rgba(246, 114, 167, 0.25) !important;
}

.bg-soft-purple {
  background-color: rgba(101, 89, 204, 0.25) !important;
}

.breadcrumb-item > a {
  color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Material Design Icons";
}

.btn {
  color: #fff;
}

.btn .mdi:before {
  margin-top: -1px;
}

.btn-rounded {
  border-radius: 2em;
}

.btn-light,
.btn-white {
  color: #323a46;
}

.btn-link {
  font-weight: 400;
  color: #3bafda;
  background-color: transparent;
  transition: all 0.4s linear;
}

.btn-link:hover {
  color: #2084a9;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #adb5bd;
  pointer-events: none;
}

.btn-outline-primary {
  color: #3bafda;
  border-color: #3bafda;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #3bafda;
  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: #3bafda;
  border-color: #3bafda;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #1abc9c;
  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: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}

.btn-outline-info {
  color: #37cde6;
  border-color: #37cde6;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #37cde6;
  border-color: #37cde6;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #37cde6;
  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: #37cde6;
  border-color: #37cde6;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}

.btn-outline-warning {
  color: #f7b84b;
  border-color: #f7b84b;
}

.btn-outline-warning:hover {
  color: #343a40;
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 184, 75, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f7b84b;
  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: #343a40;
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(247, 184, 75, 0.5);
}

.btn-outline-danger {
  color: #f1556c;
  border-color: #f1556c;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #f1556c;
  border-color: #f1556c;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f1556c;
  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: #f1556c;
  border-color: #f1556c;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}

.btn-outline-light {
  color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-outline-light:hover {
  color: #343a40;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f1f5f7;
  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: #343a40;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}

.btn-outline-dark {
  color: #323a46;
  border-color: #323a46;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #323a46;
  border-color: #323a46;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #323a46;
  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: #323a46;
  border-color: #323a46;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}

.btn-outline-pink {
  color: #f672a7;
  border-color: #f672a7;
}

.btn-outline-pink:hover {
  color: #fff;
  background-color: #f672a7;
  border-color: #f672a7;
}

.btn-outline-pink:focus,
.btn-outline-pink.focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}

.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
  color: #f672a7;
  background-color: transparent;
}

.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #f672a7;
  border-color: #f672a7;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}

.btn-outline-purple {
  color: #6559cc;
  border-color: #6559cc;
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #6559cc;
  border-color: #6559cc;
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
  box-shadow: 0 0 0 0.15rem rgba(101, 89, 204, 0.5);
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #6559cc;
  background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6559cc;
  border-color: #6559cc;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(101, 89, 204, 0.5);
}

.btn-label {
  margin: -0.55rem 0.9rem -0.55rem -0.9rem;
  padding: 0.6rem 0.9rem;
  background-color: rgba(50, 58, 70, 0.1);
}

.btn-label-right {
  margin: -0.55rem -0.9rem -0.55rem 0.9rem;
  padding: 0.6rem 0.9rem;
  background-color: rgba(50, 58, 70, 0.1);
}

.btn-xs {
  padding: 0.2rem 0.6rem;
  font-size: 0.75rem;
  border-radius: 0.15rem;
}

.btn-bordered-primary {
  background-color: #3bafda;
  color: #fff !important;
  border-bottom: 2px solid #269ecb;
}

.btn-bordered-primary:focus,
.btn-bordered-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(59, 175, 218, 0.5);
}

.btn-bordered-secondary {
  background-color: #6c757d;
  color: #fff !important;
  border-bottom: 2px solid #5b636a;
}

.btn-bordered-secondary:focus,
.btn-bordered-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-bordered-success {
  background-color: #1abc9c;
  color: #fff !important;
  border-bottom: 2px solid #169d82;
}

.btn-bordered-success:focus,
.btn-bordered-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(26, 188, 156, 0.5);
}

.btn-bordered-info {
  background-color: #37cde6;
  color: #fff !important;
  border-bottom: 2px solid #1cc2de;
}

.btn-bordered-info:focus,
.btn-bordered-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(55, 205, 230, 0.5);
}

.btn-bordered-warning {
  background-color: #f7b84b;
  color: #fff !important;
  border-bottom: 2px solid #f5ab29;
}

.btn-bordered-warning:focus,
.btn-bordered-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(247, 184, 75, 0.5);
}

.btn-bordered-danger {
  background-color: #f1556c;
  color: #fff !important;
  border-bottom: 2px solid #ee344f;
}

.btn-bordered-danger:focus,
.btn-bordered-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(241, 85, 108, 0.5);
}

.btn-bordered-light {
  background-color: #f1f5f7;
  color: #fff !important;
  border-bottom: 2px solid #dae5ea;
}

.btn-bordered-light:focus,
.btn-bordered-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(241, 245, 247, 0.5);
}

.btn-bordered-dark {
  background-color: #323a46;
  color: #fff !important;
  border-bottom: 2px solid #232931;
}

.btn-bordered-dark:focus,
.btn-bordered-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(50, 58, 70, 0.5);
}

.btn-bordered-pink {
  background-color: #f672a7;
  color: #fff !important;
  border-bottom: 2px solid #f45092;
}

.btn-bordered-pink:focus,
.btn-bordered-pink.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(246, 114, 167, 0.5);
}

.btn-bordered-purple {
  background-color: #6559cc;
  color: #fff !important;
  border-bottom: 2px solid #4c3ec4;
}

.btn-bordered-purple:focus,
.btn-bordered-purple.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.15rem rgba(101, 89, 204, 0.5);
}

.fileupload {
  overflow: hidden;
  position: relative;
}

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.card {
  margin-bottom: 24px;
}

.card-drop {
  font-size: 20px;
  line-height: 0;
  color: inherit;
}

.card-widgets {
  float: right;
  height: 16px;
}

.card-widgets > a {
  color: inherit;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
}

.card-widgets > a.collapsed i:before {
  content: "\f415";
}

.card-title,
.card-header {
  margin-top: 0;
}

.card-disabled {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.8);
  cursor: progress;
}

.card-disabled .card-portlets-loader {
  position: absolute;
  left: calc(50% - 1rem);
  top: calc(50% - 1rem);
  margin-left: -12px;
  margin-top: -12px;
}

.card-box {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e7eaed;
  padding: 1.5rem;
  margin-bottom: 24px;
  border-radius: 0.25rem;
}

.header-title {
  font-size: 1rem;
  margin: 0 0 5px 0;
}

.sub-header {
  font-size: 0.875rem;
  margin-bottom: 24px;
  color: #98a6ad;
}

.dropdown-menu {
  box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
  animation-name: DropDownSlide;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  margin: 0;
  border: none;
  font-size: 0.9rem;
  position: absolute;
  z-index: 1000;
}

.dropdown-menu.show {
  top: 100% !important;
}

.dropdown-menu-right {
  right: 0 !important;
  left: auto !important;
}

.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=left] {
  top: auto !important;
  animation: none !important;
}
@keyframes DropDownSlide {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(40px);
  }
}
.dropdown-lg {
  width: 320px;
}

@media (max-width: 767.98px) {
  .dropdown-lg {
    width: 200px !important;
  }
}
.dropdown-mega {
  position: static !important;
}

.dropdown-megamenu {
  padding: 20px;
  left: 20px !important;
  right: 20px !important;
  background-image: url(../img/megamenu-bg.834a8996.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.megamenu-list li {
  padding: 5px 20px;
  position: relative;
}

.megamenu-list li a {
  color: #6c757d;
}

.megamenu-list li a:hover {
  color: #3bafda;
}

.megamenu-list li:before {
  content: "\f130";
  position: absolute;
  left: 0;
  font-family: "Material Design Icons";
  font-size: 9px;
  line-height: 24px;
}

.form-control-light {
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

input.form-control[type=color],
input.form-control[type=range] {
  min-height: 39px;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.custom-select:invalid:focus,
.form-control:invalid:focus,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.custom-select:valid:focus,
.form-control:valid:focus {
  box-shadow: none !important;
}

input:focus {
  outline: none;
}

.modal-title {
  margin-top: 0;
}

.modal-full {
  width: 92%;
  max-width: none;
}

.modal-demo {
  background-color: #fff;
  width: 600px !important;
  border-radius: 4px;
  display: none;
  position: relative;
  overflow: hidden;
}

.modal-demo .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #f1f5f7;
}

@media (max-width: 768px) {
  .modal-demo {
    width: 96% !important;
  }
}
.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #3bafda;
  color: #fff;
  text-align: left;
  margin: 0;
}

.custom-modal-text {
  padding: 20px;
}

.custombox-modal-wrapper {
  text-align: left;
}

.custombox-modal-flash .close,
.custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  color: #6c757d;
  font-weight: 600;
}

.nav-pills > a {
  color: #6c757d;
  font-weight: 600;
}

.navtab-bg li > a {
  background-color: #f7f7f7;
  margin: 0 5px;
}

.nav-bordered {
  border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important;
}

.nav-bordered .nav-item {
  margin-bottom: -2px;
}

.nav-bordered li a {
  border: 0 !important;
  padding: 10px 20px !important;
}

.nav-bordered a.active {
  border-bottom: 2px solid #3bafda !important;
}

.tab-content {
  padding: 20px 0 0 0;
}

.pagination-rounded .page-link {
  border-radius: 30px !important;
  margin: 0 3px;
  border: none;
}

.popover-header {
  margin-top: 0;
}

.progress-sm {
  height: 5px;
}

.progress-md {
  height: 8px;
}

.progress-lg {
  height: 12px;
}

.progress-xl {
  height: 15px;
}

/* Progressbar Vertical */
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical .progress-bar {
  width: 100%;
}

.progress-vertical.progress-xl {
  width: 15px;
}

.progress-vertical.progress-lg {
  width: 12px;
}

.progress-vertical.progress-md {
  width: 8px;
}

.progress-vertical.progress-sm {
  width: 5px;
}

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical-bottom .progress-bar {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.progress-vertical-bottom.progress-xl {
  width: 15px;
}

.progress-vertical-bottom.progress-lg {
  width: 12px;
}

.progress-vertical-bottom.progress-md {
  width: 8px;
}

.progress-vertical-bottom.progress-sm {
  width: 5px;
}

label {
  font-weight: 600;
}

button:focus {
  outline: none;
}

.blockquote {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-left: 4px solid #f7f7f7;
  font-size: 16px;
}

.blockquote.blockquote-reverse {
  border-left: 0;
  border-right: 4px solid #f7f7f7;
  text-align: right;
}

b,
strong {
  font-weight: 500;
}

.table th {
  font-weight: 500;
}

.table-centered td,
.table-centered th {
  vertical-align: middle !important;
}

.table .table-user img {
  height: 30px;
  width: 30px;
}

.action-icon {
  color: #98a6ad;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 3px;
}

.action-icon:hover {
  color: #6c757d;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #343a40;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-family-secondary {
  font-family: "Roboto", sans-serif;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

/*
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Version: 4.0.0
Website: https://coderthemes.com/
Contact: support@coderthemes.com
File: Icons Css File
*/
/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url(../fonts/materialdesignicons-webfont.be7691c1.eot);
  src: url(../fonts/materialdesignicons-webfont.be7691c1.eot?#iefix&v=3.6.95) format("embedded-opentype"), url(../fonts/materialdesignicons-webfont.84c6fe1e.woff2) format("woff2"), url(../fonts/materialdesignicons-webfont.1a95531b.woff) format("woff"), url(../fonts/materialdesignicons-webfont.6acc7d6c.ttf) format("truetype"), url(../img/materialdesignicons-webfont.51b68d06.svg#materialdesigniconsregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mdi-access-point:before {
  content: "\f002";
}

.mdi-access-point-network:before {
  content: "\f003";
}

.mdi-access-point-network-off:before {
  content: "﮽";
}

.mdi-account:before {
  content: "\f004";
}

.mdi-account-alert:before {
  content: "\f005";
}

.mdi-account-alert-outline:before {
  content: "שּׁ";
}

.mdi-account-arrow-left:before {
  content: "שּׂ";
}

.mdi-account-arrow-left-outline:before {
  content: "אַ";
}

.mdi-account-arrow-right:before {
  content: "אָ";
}

.mdi-account-arrow-right-outline:before {
  content: "אּ";
}

.mdi-account-badge:before {
  content: "ﶃ";
}

.mdi-account-badge-alert:before {
  content: "ﶄ";
}

.mdi-account-badge-alert-outline:before {
  content: "ﶅ";
}

.mdi-account-badge-horizontal:before {
  content: "ﷰ";
}

.mdi-account-badge-horizontal-outline:before {
  content: "ﷱ";
}

.mdi-account-badge-outline:before {
  content: "ﶆ";
}

.mdi-account-box:before {
  content: "\f006";
}

.mdi-account-box-multiple:before {
  content: "盧";
}

.mdi-account-box-outline:before {
  content: "\f007";
}

.mdi-account-card-details:before {
  content: "\f5d2";
}

.mdi-account-card-details-outline:before {
  content: "ﶇ";
}

.mdi-account-check:before {
  content: "\f008";
}

.mdi-account-check-outline:before {
  content: "﮾";
}

.mdi-account-child:before {
  content: "愈";
}

.mdi-account-child-circle:before {
  content: "憎";
}

.mdi-account-circle:before {
  content: "\f009";
}

.mdi-account-circle-outline:before {
  content: "בּ";
}

.mdi-account-clock:before {
  content: "גּ";
}

.mdi-account-clock-outline:before {
  content: "דּ";
}

.mdi-account-convert:before {
  content: "\f00a";
}

.mdi-account-details:before {
  content: "\f631";
}

.mdi-account-edit:before {
  content: "\f6bb";
}

.mdi-account-group:before {
  content: "\f848";
}

.mdi-account-group-outline:before {
  content: "הּ";
}

.mdi-account-heart:before {
  content: "\f898";
}

.mdi-account-heart-outline:before {
  content: "﮿";
}

.mdi-account-key:before {
  content: "\f00b";
}

.mdi-account-key-outline:before {
  content: "﯀";
}

.mdi-account-minus:before {
  content: "\f00d";
}

.mdi-account-minus-outline:before {
  content: "﫫";
}

.mdi-account-multiple:before {
  content: "\f00e";
}

.mdi-account-multiple-check:before {
  content: "\f8c4";
}

.mdi-account-multiple-minus:before {
  content: "\f5d3";
}

.mdi-account-multiple-minus-outline:before {
  content: "﯁";
}

.mdi-account-multiple-outline:before {
  content: "\f00f";
}

.mdi-account-multiple-plus:before {
  content: "\f010";
}

.mdi-account-multiple-plus-outline:before {
  content: "\f7ff";
}

.mdi-account-network:before {
  content: "\f011";
}

.mdi-account-network-outline:before {
  content: "﯂";
}

.mdi-account-off:before {
  content: "\f012";
}

.mdi-account-off-outline:before {
  content: "﯃";
}

.mdi-account-outline:before {
  content: "\f013";
}

.mdi-account-plus:before {
  content: "\f014";
}

.mdi-account-plus-outline:before {
  content: "\f800";
}

.mdi-account-question:before {
  content: "וּ";
}

.mdi-account-question-outline:before {
  content: "זּ";
}

.mdi-account-remove:before {
  content: "\f015";
}

.mdi-account-remove-outline:before {
  content: "﫬";
}

.mdi-account-search:before {
  content: "\f016";
}

.mdi-account-search-outline:before {
  content: "老";
}

.mdi-account-settings:before {
  content: "\f630";
}

.mdi-account-star:before {
  content: "\f017";
}

.mdi-account-star-outline:before {
  content: "﯄";
}

.mdi-account-supervisor:before {
  content: "慠";
}

.mdi-account-supervisor-circle:before {
  content: "懲";
}

.mdi-account-switch:before {
  content: "\f019";
}

.mdi-account-tie:before {
  content: "ﲿ";
}

.mdi-accusoft:before {
  content: "\f849";
}

.mdi-adchoices:before {
  content: "ﴞ";
}

.mdi-adjust:before {
  content: "\f01a";
}

.mdi-adobe:before {
  content: "蘆";
}

.mdi-air-conditioner:before {
  content: "\f01b";
}

.mdi-air-filter:before {
  content: "ﴟ";
}

.mdi-air-horn:before {
  content: "ﶈ";
}

.mdi-air-purifier:before {
  content: "ﴠ";
}

.mdi-airbag:before {
  content: "﯅";
}

.mdi-airballoon:before {
  content: "\f01c";
}

.mdi-airplane:before {
  content: "\f01d";
}

.mdi-airplane-landing:before {
  content: "\f5d4";
}

.mdi-airplane-off:before {
  content: "\f01e";
}

.mdi-airplane-takeoff:before {
  content: "\f5d5";
}

.mdi-airplay:before {
  content: "\f01f";
}

.mdi-airport:before {
  content: "\f84a";
}

.mdi-alarm:before {
  content: "\f020";
}

.mdi-alarm-bell:before {
  content: "\f78d";
}

.mdi-alarm-check:before {
  content: "\f021";
}

.mdi-alarm-light:before {
  content: "\f78e";
}

.mdi-alarm-light-outline:before {
  content: "﯆";
}

.mdi-alarm-multiple:before {
  content: "\f022";
}

.mdi-alarm-off:before {
  content: "\f023";
}

.mdi-alarm-plus:before {
  content: "\f024";
}

.mdi-alarm-snooze:before {
  content: "\f68d";
}

.mdi-album:before {
  content: "\f025";
}

.mdi-alert:before {
  content: "\f026";
}

.mdi-alert-box:before {
  content: "\f027";
}

.mdi-alert-box-outline:before {
  content: "ﳀ";
}

.mdi-alert-circle:before {
  content: "\f028";
}

.mdi-alert-circle-outline:before {
  content: "\f5d6";
}

.mdi-alert-decagram:before {
  content: "\f6bc";
}

.mdi-alert-decagram-outline:before {
  content: "ﳁ";
}

.mdi-alert-octagon:before {
  content: "\f029";
}

.mdi-alert-octagon-outline:before {
  content: "ﳂ";
}

.mdi-alert-octagram:before {
  content: "\f766";
}

.mdi-alert-octagram-outline:before {
  content: "ﳃ";
}

.mdi-alert-outline:before {
  content: "\f02a";
}

.mdi-alien:before {
  content: "\f899";
}

.mdi-all-inclusive:before {
  content: "\f6bd";
}

.mdi-alpha:before {
  content: "\f02b";
}

.mdi-alpha-a:before {
  content: "A";
}

.mdi-alpha-a-box:before {
  content: "﫭";
}

.mdi-alpha-a-box-outline:before {
  content: "﯇";
}

.mdi-alpha-a-circle:before {
  content: "﯈";
}

.mdi-alpha-a-circle-outline:before {
  content: "﯉";
}

.mdi-alpha-b:before {
  content: "B";
}

.mdi-alpha-b-box:before {
  content: "﫮";
}

.mdi-alpha-b-box-outline:before {
  content: "﯊";
}

.mdi-alpha-b-circle:before {
  content: "﯋";
}

.mdi-alpha-b-circle-outline:before {
  content: "﯌";
}

.mdi-alpha-c:before {
  content: "C";
}

.mdi-alpha-c-box:before {
  content: "﫯";
}

.mdi-alpha-c-box-outline:before {
  content: "﯍";
}

.mdi-alpha-c-circle:before {
  content: "﯎";
}

.mdi-alpha-c-circle-outline:before {
  content: "﯏";
}

.mdi-alpha-d:before {
  content: "D";
}

.mdi-alpha-d-box:before {
  content: "﫰";
}

.mdi-alpha-d-box-outline:before {
  content: "﯐";
}

.mdi-alpha-d-circle:before {
  content: "﯑";
}

.mdi-alpha-d-circle-outline:before {
  content: "﯒";
}

.mdi-alpha-e:before {
  content: "E";
}

.mdi-alpha-e-box:before {
  content: "﫱";
}

.mdi-alpha-e-box-outline:before {
  content: "ﯓ";
}

.mdi-alpha-e-circle:before {
  content: "ﯔ";
}

.mdi-alpha-e-circle-outline:before {
  content: "ﯕ";
}

.mdi-alpha-f:before {
  content: "F";
}

.mdi-alpha-f-box:before {
  content: "﫲";
}

.mdi-alpha-f-box-outline:before {
  content: "ﯖ";
}

.mdi-alpha-f-circle:before {
  content: "ﯗ";
}

.mdi-alpha-f-circle-outline:before {
  content: "ﯘ";
}

.mdi-alpha-g:before {
  content: "G";
}

.mdi-alpha-g-box:before {
  content: "﫳";
}

.mdi-alpha-g-box-outline:before {
  content: "ﯙ";
}

.mdi-alpha-g-circle:before {
  content: "ﯚ";
}

.mdi-alpha-g-circle-outline:before {
  content: "ﯛ";
}

.mdi-alpha-h:before {
  content: "H";
}

.mdi-alpha-h-box:before {
  content: "﫴";
}

.mdi-alpha-h-box-outline:before {
  content: "ﯜ";
}

.mdi-alpha-h-circle:before {
  content: "ﯝ";
}

.mdi-alpha-h-circle-outline:before {
  content: "ﯞ";
}

.mdi-alpha-i:before {
  content: "I";
}

.mdi-alpha-i-box:before {
  content: "﫵";
}

.mdi-alpha-i-box-outline:before {
  content: "ﯟ";
}

.mdi-alpha-i-circle:before {
  content: "ﯠ";
}

.mdi-alpha-i-circle-outline:before {
  content: "ﯡ";
}

.mdi-alpha-j:before {
  content: "J";
}

.mdi-alpha-j-box:before {
  content: "﫶";
}

.mdi-alpha-j-box-outline:before {
  content: "ﯢ";
}

.mdi-alpha-j-circle:before {
  content: "ﯣ";
}

.mdi-alpha-j-circle-outline:before {
  content: "ﯤ";
}

.mdi-alpha-k:before {
  content: "K";
}

.mdi-alpha-k-box:before {
  content: "﫷";
}

.mdi-alpha-k-box-outline:before {
  content: "ﯥ";
}

.mdi-alpha-k-circle:before {
  content: "ﯦ";
}

.mdi-alpha-k-circle-outline:before {
  content: "ﯧ";
}

.mdi-alpha-l:before {
  content: "L";
}

.mdi-alpha-l-box:before {
  content: "﫸";
}

.mdi-alpha-l-box-outline:before {
  content: "ﯨ";
}

.mdi-alpha-l-circle:before {
  content: "ﯩ";
}

.mdi-alpha-l-circle-outline:before {
  content: "ﯪ";
}

.mdi-alpha-m:before {
  content: "M";
}

.mdi-alpha-m-box:before {
  content: "﫹";
}

.mdi-alpha-m-box-outline:before {
  content: "ﯫ";
}

.mdi-alpha-m-circle:before {
  content: "ﯬ";
}

.mdi-alpha-m-circle-outline:before {
  content: "ﯭ";
}

.mdi-alpha-n:before {
  content: "N";
}

.mdi-alpha-n-box:before {
  content: "﫺";
}

.mdi-alpha-n-box-outline:before {
  content: "ﯮ";
}

.mdi-alpha-n-circle:before {
  content: "ﯯ";
}

.mdi-alpha-n-circle-outline:before {
  content: "ﯰ";
}

.mdi-alpha-o:before {
  content: "O";
}

.mdi-alpha-o-box:before {
  content: "﫻";
}

.mdi-alpha-o-box-outline:before {
  content: "ﯱ";
}

.mdi-alpha-o-circle:before {
  content: "ﯲ";
}

.mdi-alpha-o-circle-outline:before {
  content: "ﯳ";
}

.mdi-alpha-p:before {
  content: "P";
}

.mdi-alpha-p-box:before {
  content: "﫼";
}

.mdi-alpha-p-box-outline:before {
  content: "ﯴ";
}

.mdi-alpha-p-circle:before {
  content: "ﯵ";
}

.mdi-alpha-p-circle-outline:before {
  content: "ﯶ";
}

.mdi-alpha-q:before {
  content: "Q";
}

.mdi-alpha-q-box:before {
  content: "﫽";
}

.mdi-alpha-q-box-outline:before {
  content: "ﯷ";
}

.mdi-alpha-q-circle:before {
  content: "ﯸ";
}

.mdi-alpha-q-circle-outline:before {
  content: "ﯹ";
}

.mdi-alpha-r:before {
  content: "R";
}

.mdi-alpha-r-box:before {
  content: "﫾";
}

.mdi-alpha-r-box-outline:before {
  content: "ﯺ";
}

.mdi-alpha-r-circle:before {
  content: "ﯻ";
}

.mdi-alpha-r-circle-outline:before {
  content: "ﯼ";
}

.mdi-alpha-s:before {
  content: "S";
}

.mdi-alpha-s-box:before {
  content: "﫿";
}

.mdi-alpha-s-box-outline:before {
  content: "ﯽ";
}

.mdi-alpha-s-circle:before {
  content: "ﯾ";
}

.mdi-alpha-s-circle-outline:before {
  content: "ﯿ";
}

.mdi-alpha-t:before {
  content: "T";
}

.mdi-alpha-t-box:before {
  content: "ﬀ";
}

.mdi-alpha-t-box-outline:before {
  content: "ﰀ";
}

.mdi-alpha-t-circle:before {
  content: "ﰁ";
}

.mdi-alpha-t-circle-outline:before {
  content: "ﰂ";
}

.mdi-alpha-u:before {
  content: "U";
}

.mdi-alpha-u-box:before {
  content: "ﬁ";
}

.mdi-alpha-u-box-outline:before {
  content: "ﰃ";
}

.mdi-alpha-u-circle:before {
  content: "ﰄ";
}

.mdi-alpha-u-circle-outline:before {
  content: "ﰅ";
}

.mdi-alpha-v:before {
  content: "V";
}

.mdi-alpha-v-box:before {
  content: "ﬂ";
}

.mdi-alpha-v-box-outline:before {
  content: "ﰆ";
}

.mdi-alpha-v-circle:before {
  content: "ﰇ";
}

.mdi-alpha-v-circle-outline:before {
  content: "ﰈ";
}

.mdi-alpha-w:before {
  content: "W";
}

.mdi-alpha-w-box:before {
  content: "ﬃ";
}

.mdi-alpha-w-box-outline:before {
  content: "ﰉ";
}

.mdi-alpha-w-circle:before {
  content: "ﰊ";
}

.mdi-alpha-w-circle-outline:before {
  content: "ﰋ";
}

.mdi-alpha-x:before {
  content: "X";
}

.mdi-alpha-x-box:before {
  content: "ﬄ";
}

.mdi-alpha-x-box-outline:before {
  content: "ﰌ";
}

.mdi-alpha-x-circle:before {
  content: "ﰍ";
}

.mdi-alpha-x-circle-outline:before {
  content: "ﰎ";
}

.mdi-alpha-y:before {
  content: "Y";
}

.mdi-alpha-y-box:before {
  content: "ﬅ";
}

.mdi-alpha-y-box-outline:before {
  content: "ﰏ";
}

.mdi-alpha-y-circle:before {
  content: "ﰐ";
}

.mdi-alpha-y-circle-outline:before {
  content: "ﰑ";
}

.mdi-alpha-z:before {
  content: "Z";
}

.mdi-alpha-z-box:before {
  content: "ﬆ";
}

.mdi-alpha-z-box-outline:before {
  content: "ﰒ";
}

.mdi-alpha-z-circle:before {
  content: "ﰓ";
}

.mdi-alpha-z-circle-outline:before {
  content: "ﰔ";
}

.mdi-alphabetical:before {
  content: "\f02c";
}

.mdi-altimeter:before {
  content: "\f5d7";
}

.mdi-amazon:before {
  content: "\f02d";
}

.mdi-amazon-alexa:before {
  content: "\f8c5";
}

.mdi-amazon-drive:before {
  content: "\f02e";
}

.mdi-ambulance:before {
  content: "\f02f";
}

.mdi-ammunition:before {
  content: "ﳄ";
}

.mdi-ampersand:before {
  content: "戴";
}

.mdi-amplifier:before {
  content: "\f030";
}

.mdi-anchor:before {
  content: "\f031";
}

.mdi-android:before {
  content: "\f032";
}

.mdi-android-auto:before {
  content: "揄";
}

.mdi-android-debug-bridge:before {
  content: "\f033";
}

.mdi-android-head:before {
  content: "\f78f";
}

.mdi-android-messages:before {
  content: "ﴡ";
}

.mdi-android-studio:before {
  content: "\f034";
}

.mdi-angle-acute:before {
  content: "虜";
}

.mdi-angle-obtuse:before {
  content: "路";
}

.mdi-angle-right:before {
  content: "露";
}

.mdi-angular:before {
  content: "\f6b1";
}

.mdi-angularjs:before {
  content: "\f6be";
}

.mdi-animation:before {
  content: "\f5d8";
}

.mdi-animation-outline:before {
  content: "搜";
}

.mdi-animation-play:before {
  content: "魯";
}

.mdi-animation-play-outline:before {
  content: "摒";
}

.mdi-anvil:before {
  content: "\f89a";
}

.mdi-apple:before {
  content: "\f035";
}

.mdi-apple-finder:before {
  content: "\f036";
}

.mdi-apple-icloud:before {
  content: "\f038";
}

.mdi-apple-ios:before {
  content: "\f037";
}

.mdi-apple-keyboard-caps:before {
  content: "\f632";
}

.mdi-apple-keyboard-command:before {
  content: "\f633";
}

.mdi-apple-keyboard-control:before {
  content: "\f634";
}

.mdi-apple-keyboard-option:before {
  content: "\f635";
}

.mdi-apple-keyboard-shift:before {
  content: "\f636";
}

.mdi-apple-safari:before {
  content: "\f039";
}

.mdi-application:before {
  content: "\f614";
}

.mdi-application-export:before {
  content: "ﶉ";
}

.mdi-application-import:before {
  content: "ﶊ";
}

.mdi-apps:before {
  content: "\f03b";
}

.mdi-apps-box:before {
  content: "ﴢ";
}

.mdi-arch:before {
  content: "\f8c6";
}

.mdi-archive:before {
  content: "\f03c";
}

.mdi-arrange-bring-forward:before {
  content: "\f03d";
}

.mdi-arrange-bring-to-front:before {
  content: "\f03e";
}

.mdi-arrange-send-backward:before {
  content: "\f03f";
}

.mdi-arrange-send-to-back:before {
  content: "\f040";
}

.mdi-arrow-all:before {
  content: "\f041";
}

.mdi-arrow-bottom-left:before {
  content: "\f042";
}

.mdi-arrow-bottom-left-bold-outline:before {
  content: "禮";
}

.mdi-arrow-bottom-left-thick:before {
  content: "醴";
}

.mdi-arrow-bottom-right:before {
  content: "\f043";
}

.mdi-arrow-bottom-right-bold-outline:before {
  content: "隸";
}

.mdi-arrow-bottom-right-thick:before {
  content: "惡";
}

.mdi-arrow-collapse:before {
  content: "\f615";
}

.mdi-arrow-collapse-all:before {
  content: "\f044";
}

.mdi-arrow-collapse-down:before {
  content: "\f791";
}

.mdi-arrow-collapse-horizontal:before {
  content: "\f84b";
}

.mdi-arrow-collapse-left:before {
  content: "\f792";
}

.mdi-arrow-collapse-right:before {
  content: "\f793";
}

.mdi-arrow-collapse-up:before {
  content: "\f794";
}

.mdi-arrow-collapse-vertical:before {
  content: "\f84c";
}

.mdi-arrow-decision:before {
  content: "了";
}

.mdi-arrow-decision-auto:before {
  content: "僚";
}

.mdi-arrow-decision-auto-outline:before {
  content: "寮";
}

.mdi-arrow-decision-outline:before {
  content: "尿";
}

.mdi-arrow-down:before {
  content: "\f045";
}

.mdi-arrow-down-bold:before {
  content: "\f72d";
}

.mdi-arrow-down-bold-box:before {
  content: "\f72e";
}

.mdi-arrow-down-bold-box-outline:before {
  content: "\f72f";
}

.mdi-arrow-down-bold-circle:before {
  content: "\f047";
}

.mdi-arrow-down-bold-circle-outline:before {
  content: "\f048";
}

.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\f049";
}

.mdi-arrow-down-bold-outline:before {
  content: "料";
}

.mdi-arrow-down-box:before {
  content: "\f6bf";
}

.mdi-arrow-down-circle:before {
  content: "ﲷ";
}

.mdi-arrow-down-circle-outline:before {
  content: "ﲸ";
}

.mdi-arrow-down-drop-circle:before {
  content: "\f04a";
}

.mdi-arrow-down-drop-circle-outline:before {
  content: "\f04b";
}

.mdi-arrow-down-thick:before {
  content: "\f046";
}

.mdi-arrow-expand:before {
  content: "\f616";
}

.mdi-arrow-expand-all:before {
  content: "\f04c";
}

.mdi-arrow-expand-down:before {
  content: "\f795";
}

.mdi-arrow-expand-horizontal:before {
  content: "\f84d";
}

.mdi-arrow-expand-left:before {
  content: "\f796";
}

.mdi-arrow-expand-right:before {
  content: "\f797";
}

.mdi-arrow-expand-up:before {
  content: "\f798";
}

.mdi-arrow-expand-vertical:before {
  content: "\f84e";
}

.mdi-arrow-left:before {
  content: "\f04d";
}

.mdi-arrow-left-bold:before {
  content: "\f730";
}

.mdi-arrow-left-bold-box:before {
  content: "\f731";
}

.mdi-arrow-left-bold-box-outline:before {
  content: "\f732";
}

.mdi-arrow-left-bold-circle:before {
  content: "\f04f";
}

.mdi-arrow-left-bold-circle-outline:before {
  content: "\f050";
}

.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\f051";
}

.mdi-arrow-left-bold-outline:before {
  content: "樂";
}

.mdi-arrow-left-box:before {
  content: "\f6c0";
}

.mdi-arrow-left-circle:before {
  content: "ﲹ";
}

.mdi-arrow-left-circle-outline:before {
  content: "ﲺ";
}

.mdi-arrow-left-drop-circle:before {
  content: "\f052";
}

.mdi-arrow-left-drop-circle-outline:before {
  content: "\f053";
}

.mdi-arrow-left-right-bold-outline:before {
  content: "燎";
}

.mdi-arrow-left-thick:before {
  content: "\f04e";
}

.mdi-arrow-right:before {
  content: "\f054";
}

.mdi-arrow-right-bold:before {
  content: "\f733";
}

.mdi-arrow-right-bold-box:before {
  content: "\f734";
}

.mdi-arrow-right-bold-box-outline:before {
  content: "\f735";
}

.mdi-arrow-right-bold-circle:before {
  content: "\f056";
}

.mdi-arrow-right-bold-circle-outline:before {
  content: "\f057";
}

.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\f058";
}

.mdi-arrow-right-bold-outline:before {
  content: "療";
}

.mdi-arrow-right-box:before {
  content: "\f6c1";
}

.mdi-arrow-right-circle:before {
  content: "ﲻ";
}

.mdi-arrow-right-circle-outline:before {
  content: "ﲼ";
}

.mdi-arrow-right-drop-circle:before {
  content: "\f059";
}

.mdi-arrow-right-drop-circle-outline:before {
  content: "\f05a";
}

.mdi-arrow-right-thick:before {
  content: "\f055";
}

.mdi-arrow-split-horizontal:before {
  content: "鷺";
}

.mdi-arrow-split-vertical:before {
  content: "碌";
}

.mdi-arrow-top-left:before {
  content: "\f05b";
}

.mdi-arrow-top-left-bold-outline:before {
  content: "蓼";
}

.mdi-arrow-top-left-thick:before {
  content: "遼";
}

.mdi-arrow-top-right:before {
  content: "\f05c";
}

.mdi-arrow-top-right-bold-outline:before {
  content: "龍";
}

.mdi-arrow-top-right-thick:before {
  content: "暈";
}

.mdi-arrow-up:before {
  content: "\f05d";
}

.mdi-arrow-up-bold:before {
  content: "\f736";
}

.mdi-arrow-up-bold-box:before {
  content: "\f737";
}

.mdi-arrow-up-bold-box-outline:before {
  content: "\f738";
}

.mdi-arrow-up-bold-circle:before {
  content: "\f05f";
}

.mdi-arrow-up-bold-circle-outline:before {
  content: "\f060";
}

.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\f061";
}

.mdi-arrow-up-bold-outline:before {
  content: "阮";
}

.mdi-arrow-up-box:before {
  content: "\f6c2";
}

.mdi-arrow-up-circle:before {
  content: "ﲽ";
}

.mdi-arrow-up-circle-outline:before {
  content: "ﲾ";
}

.mdi-arrow-up-down-bold-outline:before {
  content: "劉";
}

.mdi-arrow-up-drop-circle:before {
  content: "\f062";
}

.mdi-arrow-up-drop-circle-outline:before {
  content: "\f063";
}

.mdi-arrow-up-thick:before {
  content: "\f05e";
}

.mdi-artist:before {
  content: "\f802";
}

.mdi-artist-outline:before {
  content: "ﳅ";
}

.mdi-artstation:before {
  content: "﬷";
}

.mdi-aspect-ratio:before {
  content: "﨣";
}

.mdi-assistant:before {
  content: "\f064";
}

.mdi-asterisk:before {
  content: "\f6c3";
}

.mdi-at:before {
  content: "\f065";
}

.mdi-atlassian:before {
  content: "\f803";
}

.mdi-atm:before {
  content: "ﴣ";
}

.mdi-atom:before {
  content: "\f767";
}

.mdi-attachment:before {
  content: "\f066";
}

.mdi-audio-video:before {
  content: "祿";
}

.mdi-audiobook:before {
  content: "\f067";
}

.mdi-augmented-reality:before {
  content: "\f84f";
}

.mdi-auto-fix:before {
  content: "\f068";
}

.mdi-auto-upload:before {
  content: "\f069";
}

.mdi-autorenew:before {
  content: "\f06a";
}

.mdi-av-timer:before {
  content: "\f06b";
}

.mdi-aws:before {
  content: "ﷲ";
}

.mdi-axe:before {
  content: "\f8c7";
}

.mdi-axis:before {
  content: "ﴤ";
}

.mdi-axis-arrow:before {
  content: "ﴥ";
}

.mdi-axis-arrow-lock:before {
  content: "ﴦ";
}

.mdi-axis-lock:before {
  content: "ﴧ";
}

.mdi-axis-x-arrow:before {
  content: "ﴨ";
}

.mdi-axis-x-arrow-lock:before {
  content: "ﴩ";
}

.mdi-axis-x-rotate-clockwise:before {
  content: "ﴪ";
}

.mdi-axis-x-rotate-counterclockwise:before {
  content: "ﴫ";
}

.mdi-axis-x-y-arrow-lock:before {
  content: "ﴬ";
}

.mdi-axis-y-arrow:before {
  content: "ﴭ";
}

.mdi-axis-y-arrow-lock:before {
  content: "ﴮ";
}

.mdi-axis-y-rotate-clockwise:before {
  content: "ﴯ";
}

.mdi-axis-y-rotate-counterclockwise:before {
  content: "ﴰ";
}

.mdi-axis-z-arrow:before {
  content: "ﴱ";
}

.mdi-axis-z-arrow-lock:before {
  content: "ﴲ";
}

.mdi-axis-z-rotate-clockwise:before {
  content: "ﴳ";
}

.mdi-axis-z-rotate-counterclockwise:before {
  content: "ﴴ";
}

.mdi-azure:before {
  content: "\f804";
}

.mdi-babel:before {
  content: "﨤";
}

.mdi-baby:before {
  content: "\f06c";
}

.mdi-baby-buggy:before {
  content: "\f68e";
}

.mdi-backburger:before {
  content: "\f06d";
}

.mdi-backspace:before {
  content: "\f06e";
}

.mdi-backspace-outline:before {
  content: "טּ";
}

.mdi-backup-restore:before {
  content: "\f06f";
}

.mdi-badminton:before {
  content: "\f850";
}

.mdi-bag-personal:before {
  content: "ﷳ";
}

.mdi-bag-personal-off:before {
  content: "ﷴ";
}

.mdi-bag-personal-off-outline:before {
  content: "ﷵ";
}

.mdi-bag-personal-outline:before {
  content: "ﷶ";
}

.mdi-balloon:before {
  content: "逸";
}

.mdi-ballot:before {
  content: "杻";
}

.mdi-ballot-outline:before {
  content: "柳";
}

.mdi-ballot-recount:before {
  content: "ﰕ";
}

.mdi-ballot-recount-outline:before {
  content: "ﰖ";
}

.mdi-bandage:before {
  content: "ﶋ";
}

.mdi-bandcamp:before {
  content: "\f674";
}

.mdi-bank:before {
  content: "\f070";
}

.mdi-bank-minus:before {
  content: "ﶌ";
}

.mdi-bank-plus:before {
  content: "ﶍ";
}

.mdi-bank-remove:before {
  content: "ﶎ";
}

.mdi-bank-transfer:before {
  content: "都";
}

.mdi-bank-transfer-in:before {
  content: "﨧";
}

.mdi-bank-transfer-out:before {
  content: "﨨";
}

.mdi-barcode:before {
  content: "\f071";
}

.mdi-barcode-scan:before {
  content: "\f072";
}

.mdi-barley:before {
  content: "\f073";
}

.mdi-barley-off:before {
  content: "יּ";
}

.mdi-barn:before {
  content: "ךּ";
}

.mdi-barrel:before {
  content: "\f074";
}

.mdi-baseball:before {
  content: "\f851";
}

.mdi-baseball-bat:before {
  content: "\f852";
}

.mdi-basecamp:before {
  content: "\f075";
}

.mdi-basket:before {
  content: "\f076";
}

.mdi-basket-fill:before {
  content: "\f077";
}

.mdi-basket-unfill:before {
  content: "\f078";
}

.mdi-basketball:before {
  content: "\f805";
}

.mdi-basketball-hoop:before {
  content: "ﰗ";
}

.mdi-basketball-hoop-outline:before {
  content: "ﰘ";
}

.mdi-bat:before {
  content: "כּ";
}

.mdi-battery:before {
  content: "\f079";
}

.mdi-battery-10:before {
  content: "\f07a";
}

.mdi-battery-10-bluetooth:before {
  content: "綠";
}

.mdi-battery-20:before {
  content: "\f07b";
}

.mdi-battery-20-bluetooth:before {
  content: "菉";
}

.mdi-battery-30:before {
  content: "\f07c";
}

.mdi-battery-30-bluetooth:before {
  content: "錄";
}

.mdi-battery-40:before {
  content: "\f07d";
}

.mdi-battery-40-bluetooth:before {
  content: "鹿";
}

.mdi-battery-50:before {
  content: "\f07e";
}

.mdi-battery-50-bluetooth:before {
  content: "論";
}

.mdi-battery-60:before {
  content: "\f07f";
}

.mdi-battery-60-bluetooth:before {
  content: "壟";
}

.mdi-battery-70:before {
  content: "\f080";
}

.mdi-battery-70-bluetooth:before {
  content: "弄";
}

.mdi-battery-80:before {
  content: "\f081";
}

.mdi-battery-80-bluetooth:before {
  content: "籠";
}

.mdi-battery-90:before {
  content: "\f082";
}

.mdi-battery-90-bluetooth:before {
  content: "聾";
}

.mdi-battery-alert:before {
  content: "\f083";
}

.mdi-battery-alert-bluetooth:before {
  content: "牢";
}

.mdi-battery-bluetooth:before {
  content: "磊";
}

.mdi-battery-bluetooth-variant:before {
  content: "賂";
}

.mdi-battery-charging:before {
  content: "\f084";
}

.mdi-battery-charging-10:before {
  content: "\f89b";
}

.mdi-battery-charging-100:before {
  content: "\f085";
}

.mdi-battery-charging-20:before {
  content: "\f086";
}

.mdi-battery-charging-30:before {
  content: "\f087";
}

.mdi-battery-charging-40:before {
  content: "\f088";
}

.mdi-battery-charging-50:before {
  content: "\f89c";
}

.mdi-battery-charging-60:before {
  content: "\f089";
}

.mdi-battery-charging-70:before {
  content: "\f89d";
}

.mdi-battery-charging-80:before {
  content: "\f08a";
}

.mdi-battery-charging-90:before {
  content: "\f08b";
}

.mdi-battery-charging-outline:before {
  content: "\f89e";
}

.mdi-battery-charging-wireless:before {
  content: "\f806";
}

.mdi-battery-charging-wireless-10:before {
  content: "\f807";
}

.mdi-battery-charging-wireless-20:before {
  content: "\f808";
}

.mdi-battery-charging-wireless-30:before {
  content: "\f809";
}

.mdi-battery-charging-wireless-40:before {
  content: "\f80a";
}

.mdi-battery-charging-wireless-50:before {
  content: "\f80b";
}

.mdi-battery-charging-wireless-60:before {
  content: "\f80c";
}

.mdi-battery-charging-wireless-70:before {
  content: "\f80d";
}

.mdi-battery-charging-wireless-80:before {
  content: "\f80e";
}

.mdi-battery-charging-wireless-90:before {
  content: "\f80f";
}

.mdi-battery-charging-wireless-alert:before {
  content: "\f810";
}

.mdi-battery-charging-wireless-outline:before {
  content: "\f811";
}

.mdi-battery-minus:before {
  content: "\f08c";
}

.mdi-battery-negative:before {
  content: "\f08d";
}

.mdi-battery-outline:before {
  content: "\f08e";
}

.mdi-battery-plus:before {
  content: "\f08f";
}

.mdi-battery-positive:before {
  content: "\f090";
}

.mdi-battery-unknown:before {
  content: "\f091";
}

.mdi-battery-unknown-bluetooth:before {
  content: "雷";
}

.mdi-battlenet:before {
  content: "לּ";
}

.mdi-beach:before {
  content: "\f092";
}

.mdi-beaker:before {
  content: "ﳆ";
}

.mdi-beaker-outline:before {
  content: "\f68f";
}

.mdi-beats:before {
  content: "\f097";
}

.mdi-bed-empty:before {
  content: "\f89f";
}

.mdi-beer:before {
  content: "\f098";
}

.mdi-behance:before {
  content: "\f099";
}

.mdi-bell:before {
  content: "\f09a";
}

.mdi-bell-alert:before {
  content: "ﴵ";
}

.mdi-bell-circle:before {
  content: "ﴶ";
}

.mdi-bell-circle-outline:before {
  content: "ﴷ";
}

.mdi-bell-off:before {
  content: "\f09b";
}

.mdi-bell-off-outline:before {
  content: "敖";
}

.mdi-bell-outline:before {
  content: "\f09c";
}

.mdi-bell-plus:before {
  content: "\f09d";
}

.mdi-bell-plus-outline:before {
  content: "晴";
}

.mdi-bell-ring:before {
  content: "\f09e";
}

.mdi-bell-ring-outline:before {
  content: "\f09f";
}

.mdi-bell-sleep:before {
  content: "\f0a0";
}

.mdi-bell-sleep-outline:before {
  content: "朗";
}

.mdi-beta:before {
  content: "\f0a1";
}

.mdi-betamax:before {
  content: "流";
}

.mdi-biathlon:before {
  content: "ﷷ";
}

.mdi-bible:before {
  content: "\f0a2";
}

.mdi-bike:before {
  content: "\f0a3";
}

.mdi-billiards:before {
  content: "﬽";
}

.mdi-billiards-rack:before {
  content: "מּ";
}

.mdi-bing:before {
  content: "\f0a4";
}

.mdi-binoculars:before {
  content: "\f0a5";
}

.mdi-bio:before {
  content: "\f0a6";
}

.mdi-biohazard:before {
  content: "\f0a7";
}

.mdi-bitbucket:before {
  content: "\f0a8";
}

.mdi-bitcoin:before {
  content: "\f812";
}

.mdi-black-mesa:before {
  content: "\f0a9";
}

.mdi-blackberry:before {
  content: "\f0aa";
}

.mdi-blender:before {
  content: "ﳇ";
}

.mdi-blender-software:before {
  content: "\f0ab";
}

.mdi-blinds:before {
  content: "\f0ac";
}

.mdi-block-helper:before {
  content: "\f0ad";
}

.mdi-blogger:before {
  content: "\f0ae";
}

.mdi-blood-bag:before {
  content: "ﳈ";
}

.mdi-bluetooth:before {
  content: "\f0af";
}

.mdi-bluetooth-audio:before {
  content: "\f0b0";
}

.mdi-bluetooth-connect:before {
  content: "\f0b1";
}

.mdi-bluetooth-off:before {
  content: "\f0b2";
}

.mdi-bluetooth-settings:before {
  content: "\f0b3";
}

.mdi-bluetooth-transfer:before {
  content: "\f0b4";
}

.mdi-blur:before {
  content: "\f0b5";
}

.mdi-blur-linear:before {
  content: "\f0b6";
}

.mdi-blur-off:before {
  content: "\f0b7";
}

.mdi-blur-radial:before {
  content: "\f0b8";
}

.mdi-bolnisi-cross:before {
  content: "ﳉ";
}

.mdi-bolt:before {
  content: "ﶏ";
}

.mdi-bomb:before {
  content: "\f690";
}

.mdi-bomb-off:before {
  content: "\f6c4";
}

.mdi-bone:before {
  content: "\f0b9";
}

.mdi-book:before {
  content: "\f0ba";
}

.mdi-book-lock:before {
  content: "\f799";
}

.mdi-book-lock-open:before {
  content: "\f79a";
}

.mdi-book-minus:before {
  content: "\f5d9";
}

.mdi-book-multiple:before {
  content: "\f0bb";
}

.mdi-book-multiple-minus:before {
  content: "望";
}

.mdi-book-multiple-plus:before {
  content: "杖";
}

.mdi-book-multiple-remove:before {
  content: "歹";
}

.mdi-book-multiple-variant:before {
  content: "\f0bc";
}

.mdi-book-open:before {
  content: "\f0bd";
}

.mdi-book-open-outline:before {
  content: "﬿";
}

.mdi-book-open-page-variant:before {
  content: "\f5da";
}

.mdi-book-open-variant:before {
  content: "\f0be";
}

.mdi-book-outline:before {
  content: "נּ";
}

.mdi-book-plus:before {
  content: "\f5db";
}

.mdi-book-remove:before {
  content: "殺";
}

.mdi-book-variant:before {
  content: "\f0bf";
}

.mdi-bookmark:before {
  content: "\f0c0";
}

.mdi-bookmark-check:before {
  content: "\f0c1";
}

.mdi-bookmark-minus:before {
  content: "溜";
}

.mdi-bookmark-minus-outline:before {
  content: "琉";
}

.mdi-bookmark-multiple:before {
  content: "ﷸ";
}

.mdi-bookmark-multiple-outline:before {
  content: "ﷹ";
}

.mdi-bookmark-music:before {
  content: "\f0c2";
}

.mdi-bookmark-off:before {
  content: "留";
}

.mdi-bookmark-off-outline:before {
  content: "硫";
}

.mdi-bookmark-outline:before {
  content: "\f0c3";
}

.mdi-bookmark-plus:before {
  content: "\f0c5";
}

.mdi-bookmark-plus-outline:before {
  content: "\f0c4";
}

.mdi-bookmark-remove:before {
  content: "\f0c6";
}

.mdi-boombox:before {
  content: "\f5dc";
}

.mdi-bootstrap:before {
  content: "\f6c5";
}

.mdi-border-all:before {
  content: "\f0c7";
}

.mdi-border-all-variant:before {
  content: "\f8a0";
}

.mdi-border-bottom:before {
  content: "\f0c8";
}

.mdi-border-bottom-variant:before {
  content: "\f8a1";
}

.mdi-border-color:before {
  content: "\f0c9";
}

.mdi-border-horizontal:before {
  content: "\f0ca";
}

.mdi-border-inside:before {
  content: "\f0cb";
}

.mdi-border-left:before {
  content: "\f0cc";
}

.mdi-border-left-variant:before {
  content: "\f8a2";
}

.mdi-border-none:before {
  content: "\f0cd";
}

.mdi-border-none-variant:before {
  content: "\f8a3";
}

.mdi-border-outside:before {
  content: "\f0ce";
}

.mdi-border-right:before {
  content: "\f0cf";
}

.mdi-border-right-variant:before {
  content: "\f8a4";
}

.mdi-border-style:before {
  content: "\f0d0";
}

.mdi-border-top:before {
  content: "\f0d1";
}

.mdi-border-top-variant:before {
  content: "\f8a5";
}

.mdi-border-vertical:before {
  content: "\f0d2";
}

.mdi-bottle-wine:before {
  content: "\f853";
}

.mdi-bow-tie:before {
  content: "\f677";
}

.mdi-bowl:before {
  content: "\f617";
}

.mdi-bowling:before {
  content: "\f0d3";
}

.mdi-box:before {
  content: "\f0d4";
}

.mdi-box-cutter:before {
  content: "\f0d5";
}

.mdi-box-shadow:before {
  content: "\f637";
}

.mdi-boxing-glove:before {
  content: "סּ";
}

.mdi-braille:before {
  content: "紐";
}

.mdi-brain:before {
  content: "類";
}

.mdi-bread-slice:before {
  content: "ﳊ";
}

.mdi-bread-slice-outline:before {
  content: "ﳋ";
}

.mdi-bridge:before {
  content: "\f618";
}

.mdi-briefcase:before {
  content: "\f0d6";
}

.mdi-briefcase-account:before {
  content: "ﳌ";
}

.mdi-briefcase-account-outline:before {
  content: "ﳍ";
}

.mdi-briefcase-check:before {
  content: "\f0d7";
}

.mdi-briefcase-download:before {
  content: "\f0d8";
}

.mdi-briefcase-download-outline:before {
  content: "ﰙ";
}

.mdi-briefcase-edit:before {
  content: "流";
}

.mdi-briefcase-edit-outline:before {
  content: "ﰚ";
}

.mdi-briefcase-minus:before {
  content: "﨩";
}

.mdi-briefcase-minus-outline:before {
  content: "ﰛ";
}

.mdi-briefcase-outline:before {
  content: "\f813";
}

.mdi-briefcase-plus:before {
  content: "飯";
}

.mdi-briefcase-plus-outline:before {
  content: "ﰜ";
}

.mdi-briefcase-remove:before {
  content: "飼";
}

.mdi-briefcase-remove-outline:before {
  content: "ﰝ";
}

.mdi-briefcase-search:before {
  content: "館";
}

.mdi-briefcase-search-outline:before {
  content: "ﰞ";
}

.mdi-briefcase-upload:before {
  content: "\f0d9";
}

.mdi-briefcase-upload-outline:before {
  content: "ﰟ";
}

.mdi-brightness-1:before {
  content: "\f0da";
}

.mdi-brightness-2:before {
  content: "\f0db";
}

.mdi-brightness-3:before {
  content: "\f0dc";
}

.mdi-brightness-4:before {
  content: "\f0dd";
}

.mdi-brightness-5:before {
  content: "\f0de";
}

.mdi-brightness-6:before {
  content: "\f0df";
}

.mdi-brightness-7:before {
  content: "\f0e0";
}

.mdi-brightness-auto:before {
  content: "\f0e1";
}

.mdi-brightness-percent:before {
  content: "ﳎ";
}

.mdi-broom:before {
  content: "\f0e2";
}

.mdi-brush:before {
  content: "\f0e3";
}

.mdi-buddhism:before {
  content: "壘";
}

.mdi-buffer:before {
  content: "\f619";
}

.mdi-bug:before {
  content: "\f0e4";
}

.mdi-bug-check:before {
  content: "鶴";
}

.mdi-bug-check-outline:before {
  content: "郞";
}

.mdi-bug-outline:before {
  content: "隷";
}

.mdi-bugle:before {
  content: "﶐";
}

.mdi-bulldozer:before {
  content: "﬇";
}

.mdi-bullet:before {
  content: "ﳏ";
}

.mdi-bulletin-board:before {
  content: "\f0e5";
}

.mdi-bullhorn:before {
  content: "\f0e6";
}

.mdi-bullhorn-outline:before {
  content: "﬈";
}

.mdi-bullseye:before {
  content: "\f5dd";
}

.mdi-bullseye-arrow:before {
  content: "\f8c8";
}

.mdi-bus:before {
  content: "\f0e7";
}

.mdi-bus-alert:before {
  content: "滛";
}

.mdi-bus-articulated-end:before {
  content: "\f79b";
}

.mdi-bus-articulated-front:before {
  content: "\f79c";
}

.mdi-bus-clock:before {
  content: "\f8c9";
}

.mdi-bus-double-decker:before {
  content: "\f79d";
}

.mdi-bus-school:before {
  content: "\f79e";
}

.mdi-bus-side:before {
  content: "\f79f";
}

.mdi-cached:before {
  content: "\f0e8";
}

.mdi-cactus:before {
  content: "﶑";
}

.mdi-cake:before {
  content: "\f0e9";
}

.mdi-cake-layered:before {
  content: "\f0ea";
}

.mdi-cake-variant:before {
  content: "\f0eb";
}

.mdi-calculator:before {
  content: "\f0ec";
}

.mdi-calculator-variant:before {
  content: "滋";
}

.mdi-calendar:before {
  content: "\f0ed";
}

.mdi-calendar-alert:before {
  content: "侮";
}

.mdi-calendar-blank:before {
  content: "\f0ee";
}

.mdi-calendar-blank-outline:before {
  content: "﭂";
}

.mdi-calendar-check:before {
  content: "\f0ef";
}

.mdi-calendar-check-outline:before {
  content: "ﰠ";
}

.mdi-calendar-clock:before {
  content: "\f0f0";
}

.mdi-calendar-edit:before {
  content: "\f8a6";
}

.mdi-calendar-export:before {
  content: "﬉";
}

.mdi-calendar-heart:before {
  content: "六";
}

.mdi-calendar-import:before {
  content: "﬊";
}

.mdi-calendar-minus:before {
  content: "ﴸ";
}

.mdi-calendar-month:before {
  content: "ﷺ";
}

.mdi-calendar-month-outline:before {
  content: "ﷻ";
}

.mdi-calendar-multiple:before {
  content: "\f0f1";
}

.mdi-calendar-multiple-check:before {
  content: "\f0f2";
}

.mdi-calendar-multiselect:before {
  content: "僧";
}

.mdi-calendar-outline:before {
  content: "ףּ";
}

.mdi-calendar-plus:before {
  content: "\f0f3";
}

.mdi-calendar-question:before {
  content: "\f691";
}

.mdi-calendar-range:before {
  content: "\f678";
}

.mdi-calendar-range-outline:before {
  content: "פּ";
}

.mdi-calendar-remove:before {
  content: "\f0f4";
}

.mdi-calendar-remove-outline:before {
  content: "ﰡ";
}

.mdi-calendar-search:before {
  content: "屢";
}

.mdi-calendar-star:before {
  content: "戮";
}

.mdi-calendar-text:before {
  content: "\f0f5";
}

.mdi-calendar-text-outline:before {
  content: "ﰢ";
}

.mdi-calendar-today:before {
  content: "\f0f6";
}

.mdi-calendar-week:before {
  content: "免";
}

.mdi-calendar-week-begin:before {
  content: "勉";
}

.mdi-call-made:before {
  content: "\f0f7";
}

.mdi-call-merge:before {
  content: "\f0f8";
}

.mdi-call-missed:before {
  content: "\f0f9";
}

.mdi-call-received:before {
  content: "\f0fa";
}

.mdi-call-split:before {
  content: "\f0fb";
}

.mdi-camcorder:before {
  content: "\f0fc";
}

.mdi-camcorder-box:before {
  content: "\f0fd";
}

.mdi-camcorder-box-off:before {
  content: "\f0fe";
}

.mdi-camcorder-off:before {
  content: "\f0ff";
}

.mdi-camera:before {
  content: "\f100";
}

.mdi-camera-account:before {
  content: "\f8ca";
}

.mdi-camera-burst:before {
  content: "\f692";
}

.mdi-camera-control:before {
  content: "﭅";
}

.mdi-camera-enhance:before {
  content: "\f101";
}

.mdi-camera-enhance-outline:before {
  content: "צּ";
}

.mdi-camera-front:before {
  content: "\f102";
}

.mdi-camera-front-variant:before {
  content: "\f103";
}

.mdi-camera-gopro:before {
  content: "\f7a0";
}

.mdi-camera-image:before {
  content: "\f8cb";
}

.mdi-camera-iris:before {
  content: "\f104";
}

.mdi-camera-metering-center:before {
  content: "\f7a1";
}

.mdi-camera-metering-matrix:before {
  content: "\f7a2";
}

.mdi-camera-metering-partial:before {
  content: "\f7a3";
}

.mdi-camera-metering-spot:before {
  content: "\f7a4";
}

.mdi-camera-off:before {
  content: "\f5df";
}

.mdi-camera-outline:before {
  content: "ﴹ";
}

.mdi-camera-party-mode:before {
  content: "\f105";
}

.mdi-camera-rear:before {
  content: "\f106";
}

.mdi-camera-rear-variant:before {
  content: "\f107";
}

.mdi-camera-retake:before {
  content: "﷼";
}

.mdi-camera-retake-outline:before {
  content: "﷽";
}

.mdi-camera-switch:before {
  content: "\f108";
}

.mdi-camera-timer:before {
  content: "\f109";
}

.mdi-camera-wireless:before {
  content: "ﶒ";
}

.mdi-camera-wireless-outline:before {
  content: "ﶓ";
}

.mdi-cancel:before {
  content: "\f739";
}

.mdi-candle:before {
  content: "\f5e2";
}

.mdi-candycane:before {
  content: "\f10a";
}

.mdi-cannabis:before {
  content: "\f7a5";
}

.mdi-caps-lock:before {
  content: "漢";
}

.mdi-car:before {
  content: "\f10b";
}

.mdi-car-back:before {
  content: "﷾";
}

.mdi-car-battery:before {
  content: "\f10c";
}

.mdi-car-brake-abs:before {
  content: "ﰣ";
}

.mdi-car-brake-alert:before {
  content: "ﰤ";
}

.mdi-car-brake-hold:before {
  content: "ﴺ";
}

.mdi-car-brake-parking:before {
  content: "ﴻ";
}

.mdi-car-connected:before {
  content: "\f10d";
}

.mdi-car-convertible:before {
  content: "\f7a6";
}

.mdi-car-cruise-control:before {
  content: "ﴼ";
}

.mdi-car-defrost-front:before {
  content: "ﴽ";
}

.mdi-car-defrost-rear:before {
  content: "﴾";
}

.mdi-car-door:before {
  content: "קּ";
}

.mdi-car-electric:before {
  content: "רּ";
}

.mdi-car-esp:before {
  content: "ﰥ";
}

.mdi-car-estate:before {
  content: "\f7a7";
}

.mdi-car-hatchback:before {
  content: "\f7a8";
}

.mdi-car-key:before {
  content: "שּ";
}

.mdi-car-light-dimmed:before {
  content: "ﰦ";
}

.mdi-car-light-fog:before {
  content: "ﰧ";
}

.mdi-car-light-high:before {
  content: "ﰨ";
}

.mdi-car-limousine:before {
  content: "\f8cc";
}

.mdi-car-multiple:before {
  content: "תּ";
}

.mdi-car-off:before {
  content: "﷿";
}

.mdi-car-parking-lights:before {
  content: "﴿";
}

.mdi-car-pickup:before {
  content: "\f7a9";
}

.mdi-car-side:before {
  content: "\f7aa";
}

.mdi-car-sports:before {
  content: "\f7ab";
}

.mdi-car-tire-alert:before {
  content: "ﰩ";
}

.mdi-car-traction-control:before {
  content: "﵀";
}

.mdi-car-wash:before {
  content: "\f10e";
}

.mdi-caravan:before {
  content: "\f7ac";
}

.mdi-card:before {
  content: "וֹ";
}

.mdi-card-bulleted:before {
  content: "בֿ";
}

.mdi-card-bulleted-off:before {
  content: "כֿ";
}

.mdi-card-bulleted-off-outline:before {
  content: "פֿ";
}

.mdi-card-bulleted-outline:before {
  content: "ﭏ";
}

.mdi-card-bulleted-settings:before {
  content: "ﭐ";
}

.mdi-card-bulleted-settings-outline:before {
  content: "ﭑ";
}

.mdi-card-outline:before {
  content: "ﭒ";
}

.mdi-card-text:before {
  content: "ﭓ";
}

.mdi-card-text-outline:before {
  content: "ﭔ";
}

.mdi-cards:before {
  content: "\f638";
}

.mdi-cards-club:before {
  content: "\f8cd";
}

.mdi-cards-diamond:before {
  content: "\f8ce";
}

.mdi-cards-heart:before {
  content: "\f8cf";
}

.mdi-cards-outline:before {
  content: "\f639";
}

.mdi-cards-playing-outline:before {
  content: "\f63a";
}

.mdi-cards-spade:before {
  content: "\f8d0";
}

.mdi-cards-variant:before {
  content: "\f6c6";
}

.mdi-carrot:before {
  content: "\f10f";
}

.mdi-carry-on-bag-check:before {
  content: "﵁";
}

.mdi-cart:before {
  content: "\f110";
}

.mdi-cart-arrow-down:before {
  content: "﵂";
}

.mdi-cart-arrow-right:before {
  content: "ﰪ";
}

.mdi-cart-arrow-up:before {
  content: "﵃";
}

.mdi-cart-minus:before {
  content: "﵄";
}

.mdi-cart-off:before {
  content: "\f66b";
}

.mdi-cart-outline:before {
  content: "\f111";
}

.mdi-cart-plus:before {
  content: "\f112";
}

.mdi-cart-remove:before {
  content: "﵅";
}

.mdi-case-sensitive-alt:before {
  content: "\f113";
}

.mdi-cash:before {
  content: "\f114";
}

.mdi-cash-100:before {
  content: "\f115";
}

.mdi-cash-marker:before {
  content: "ﶔ";
}

.mdi-cash-multiple:before {
  content: "\f116";
}

.mdi-cash-refund:before {
  content: "瀞";
}

.mdi-cash-register:before {
  content: "ﳐ";
}

.mdi-cash-usd:before {
  content: "\f117";
}

.mdi-cassette:before {
  content: "陸";
}

.mdi-cast:before {
  content: "\f118";
}

.mdi-cast-connected:before {
  content: "\f119";
}

.mdi-cast-education:before {
  content: "﹭";
}

.mdi-cast-off:before {
  content: "\f789";
}

.mdi-castle:before {
  content: "\f11a";
}

.mdi-cat:before {
  content: "\f11b";
}

.mdi-cctv:before {
  content: "\f7ad";
}

.mdi-ceiling-light:before {
  content: "\f768";
}

.mdi-cellphone:before {
  content: "\f11c";
}

.mdi-cellphone-android:before {
  content: "\f11d";
}

.mdi-cellphone-arrow-down:before {
  content: "倫";
}

.mdi-cellphone-basic:before {
  content: "\f11e";
}

.mdi-cellphone-dock:before {
  content: "\f11f";
}

.mdi-cellphone-erase:before {
  content: "樓";
}

.mdi-cellphone-iphone:before {
  content: "\f120";
}

.mdi-cellphone-key:before {
  content: "淚";
}

.mdi-cellphone-link:before {
  content: "\f121";
}

.mdi-cellphone-link-off:before {
  content: "\f122";
}

.mdi-cellphone-lock:before {
  content: "漏";
}

.mdi-cellphone-message:before {
  content: "\f8d2";
}

.mdi-cellphone-off:before {
  content: "累";
}

.mdi-cellphone-screenshot:before {
  content: "勤";
}

.mdi-cellphone-settings:before {
  content: "\f123";
}

.mdi-cellphone-settings-variant:before {
  content: "縷";
}

.mdi-cellphone-sound:before {
  content: "陋";
}

.mdi-cellphone-text:before {
  content: "\f8d1";
}

.mdi-cellphone-wireless:before {
  content: "\f814";
}

.mdi-celtic-cross:before {
  content: "ﳑ";
}

.mdi-certificate:before {
  content: "\f124";
}

.mdi-chair-school:before {
  content: "\f125";
}

.mdi-charity:before {
  content: "ﰫ";
}

.mdi-chart-arc:before {
  content: "\f126";
}

.mdi-chart-areaspline:before {
  content: "\f127";
}

.mdi-chart-bar:before {
  content: "\f128";
}

.mdi-chart-bar-stacked:before {
  content: "\f769";
}

.mdi-chart-bell-curve:before {
  content: "ﰬ";
}

.mdi-chart-bubble:before {
  content: "\f5e3";
}

.mdi-chart-donut:before {
  content: "\f7ae";
}

.mdi-chart-donut-variant:before {
  content: "\f7af";
}

.mdi-chart-gantt:before {
  content: "\f66c";
}

.mdi-chart-histogram:before {
  content: "\f129";
}

.mdi-chart-line:before {
  content: "\f12a";
}

.mdi-chart-line-stacked:before {
  content: "\f76a";
}

.mdi-chart-line-variant:before {
  content: "\f7b0";
}

.mdi-chart-multiline:before {
  content: "\f8d3";
}

.mdi-chart-pie:before {
  content: "\f12b";
}

.mdi-chart-scatterplot-hexbin:before {
  content: "\f66d";
}

.mdi-chart-timeline:before {
  content: "\f66e";
}

.mdi-chat:before {
  content: "ﭕ";
}

.mdi-chat-alert:before {
  content: "ﭖ";
}

.mdi-chat-processing:before {
  content: "ﭗ";
}

.mdi-check:before {
  content: "\f12c";
}

.mdi-check-all:before {
  content: "\f12d";
}

.mdi-check-bold:before {
  content: "﹮";
}

.mdi-check-box-multiple-outline:before {
  content: "ﰭ";
}

.mdi-check-box-outline:before {
  content: "ﰮ";
}

.mdi-check-circle:before {
  content: "\f5e0";
}

.mdi-check-circle-outline:before {
  content: "\f5e1";
}

.mdi-check-decagram:before {
  content: "\f790";
}

.mdi-check-network:before {
  content: "ﰯ";
}

.mdi-check-network-outline:before {
  content: "ﰰ";
}

.mdi-check-outline:before {
  content: "\f854";
}

.mdi-check-underline:before {
  content: "ﹰ";
}

.mdi-check-underline-circle:before {
  content: "ﹱ";
}

.mdi-check-underline-circle-outline:before {
  content: "ﹲ";
}

.mdi-checkbook:before {
  content: "煮";
}

.mdi-checkbox-blank:before {
  content: "\f12e";
}

.mdi-checkbox-blank-circle:before {
  content: "\f12f";
}

.mdi-checkbox-blank-circle-outline:before {
  content: "\f130";
}

.mdi-checkbox-blank-outline:before {
  content: "\f131";
}

.mdi-checkbox-intermediate:before {
  content: "\f855";
}

.mdi-checkbox-marked:before {
  content: "\f132";
}

.mdi-checkbox-marked-circle:before {
  content: "\f133";
}

.mdi-checkbox-marked-circle-outline:before {
  content: "\f134";
}

.mdi-checkbox-marked-outline:before {
  content: "\f135";
}

.mdi-checkbox-multiple-blank:before {
  content: "\f136";
}

.mdi-checkbox-multiple-blank-circle:before {
  content: "\f63b";
}

.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "\f63c";
}

.mdi-checkbox-multiple-blank-outline:before {
  content: "\f137";
}

.mdi-checkbox-multiple-marked:before {
  content: "\f138";
}

.mdi-checkbox-multiple-marked-circle:before {
  content: "\f63d";
}

.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "\f63e";
}

.mdi-checkbox-multiple-marked-outline:before {
  content: "\f139";
}

.mdi-checkerboard:before {
  content: "\f13a";
}

.mdi-chef-hat:before {
  content: "ﭘ";
}

.mdi-chemical-weapon:before {
  content: "\f13b";
}

.mdi-chess-bishop:before {
  content: "\f85b";
}

.mdi-chess-king:before {
  content: "\f856";
}

.mdi-chess-knight:before {
  content: "\f857";
}

.mdi-chess-pawn:before {
  content: "\f858";
}

.mdi-chess-queen:before {
  content: "\f859";
}

.mdi-chess-rook:before {
  content: "\f85a";
}

.mdi-chevron-double-down:before {
  content: "\f13c";
}

.mdi-chevron-double-left:before {
  content: "\f13d";
}

.mdi-chevron-double-right:before {
  content: "\f13e";
}

.mdi-chevron-double-up:before {
  content: "\f13f";
}

.mdi-chevron-down:before {
  content: "\f140";
}

.mdi-chevron-down-box:before {
  content: "崙";
}

.mdi-chevron-down-box-outline:before {
  content: "淪";
}

.mdi-chevron-down-circle:before {
  content: "﬋";
}

.mdi-chevron-down-circle-outline:before {
  content: "﬌";
}

.mdi-chevron-left:before {
  content: "\f141";
}

.mdi-chevron-left-box:before {
  content: "輪";
}

.mdi-chevron-left-box-outline:before {
  content: "律";
}

.mdi-chevron-left-circle:before {
  content: "﬍";
}

.mdi-chevron-left-circle-outline:before {
  content: "﬎";
}

.mdi-chevron-right:before {
  content: "\f142";
}

.mdi-chevron-right-box:before {
  content: "慄";
}

.mdi-chevron-right-box-outline:before {
  content: "栗";
}

.mdi-chevron-right-circle:before {
  content: "﬏";
}

.mdi-chevron-right-circle-outline:before {
  content: "﬐";
}

.mdi-chevron-triple-down:before {
  content: "ﶕ";
}

.mdi-chevron-triple-left:before {
  content: "ﶖ";
}

.mdi-chevron-triple-right:before {
  content: "ﶗ";
}

.mdi-chevron-triple-up:before {
  content: "ﶘ";
}

.mdi-chevron-up:before {
  content: "\f143";
}

.mdi-chevron-up-box:before {
  content: "率";
}

.mdi-chevron-up-box-outline:before {
  content: "隆";
}

.mdi-chevron-up-circle:before {
  content: "﬑";
}

.mdi-chevron-up-circle-outline:before {
  content: "﬒";
}

.mdi-chili-hot:before {
  content: "\f7b1";
}

.mdi-chili-medium:before {
  content: "\f7b2";
}

.mdi-chili-mild:before {
  content: "\f7b3";
}

.mdi-chip:before {
  content: "\f61a";
}

.mdi-christianity:before {
  content: "勒";
}

.mdi-christianity-outline:before {
  content: "ﳒ";
}

.mdi-church:before {
  content: "\f144";
}

.mdi-circle:before {
  content: "\f764";
}

.mdi-circle-edit-outline:before {
  content: "\f8d4";
}

.mdi-circle-medium:before {
  content: "利";
}

.mdi-circle-outline:before {
  content: "\f765";
}

.mdi-circle-slice-1:before {
  content: "瞧";
}

.mdi-circle-slice-2:before {
  content: "爵";
}

.mdi-circle-slice-3:before {
  content: "犯";
}

.mdi-circle-slice-4:before {
  content: "猪";
}

.mdi-circle-slice-5:before {
  content: "瑱";
}

.mdi-circle-slice-6:before {
  content: "甆";
}

.mdi-circle-slice-7:before {
  content: "画";
}

.mdi-circle-slice-8:before {
  content: "瘝";
}

.mdi-circle-small:before {
  content: "吏";
}

.mdi-circular-saw:before {
  content: "ﹳ";
}

.mdi-cisco-webex:before {
  content: "\f145";
}

.mdi-city:before {
  content: "\f146";
}

.mdi-city-variant:before {
  content: "卑";
}

.mdi-city-variant-outline:before {
  content: "喝";
}

.mdi-clipboard:before {
  content: "\f147";
}

.mdi-clipboard-account:before {
  content: "\f148";
}

.mdi-clipboard-account-outline:before {
  content: "ﰱ";
}

.mdi-clipboard-alert:before {
  content: "\f149";
}

.mdi-clipboard-alert-outline:before {
  content: "ﳓ";
}

.mdi-clipboard-arrow-down:before {
  content: "\f14a";
}

.mdi-clipboard-arrow-down-outline:before {
  content: "ﰲ";
}

.mdi-clipboard-arrow-left:before {
  content: "\f14b";
}

.mdi-clipboard-arrow-left-outline:before {
  content: "ﳔ";
}

.mdi-clipboard-arrow-right:before {
  content: "ﳕ";
}

.mdi-clipboard-arrow-right-outline:before {
  content: "ﳖ";
}

.mdi-clipboard-arrow-up:before {
  content: "ﰳ";
}

.mdi-clipboard-arrow-up-outline:before {
  content: "ﰴ";
}

.mdi-clipboard-check:before {
  content: "\f14c";
}

.mdi-clipboard-check-outline:before {
  content: "\f8a7";
}

.mdi-clipboard-flow:before {
  content: "\f6c7";
}

.mdi-clipboard-outline:before {
  content: "\f14d";
}

.mdi-clipboard-play:before {
  content: "ﰵ";
}

.mdi-clipboard-play-outline:before {
  content: "ﰶ";
}

.mdi-clipboard-plus:before {
  content: "\f750";
}

.mdi-clipboard-pulse:before {
  content: "\f85c";
}

.mdi-clipboard-pulse-outline:before {
  content: "\f85d";
}

.mdi-clipboard-text:before {
  content: "\f14e";
}

.mdi-clipboard-text-outline:before {
  content: "嘆";
}

.mdi-clipboard-text-play:before {
  content: "ﰷ";
}

.mdi-clipboard-text-play-outline:before {
  content: "ﰸ";
}

.mdi-clippy:before {
  content: "\f14f";
}

.mdi-clock:before {
  content: "肋";
}

.mdi-clock-alert:before {
  content: "凜";
}

.mdi-clock-alert-outline:before {
  content: "\f5ce";
}

.mdi-clock-end:before {
  content: "\f151";
}

.mdi-clock-fast:before {
  content: "\f152";
}

.mdi-clock-in:before {
  content: "\f153";
}

.mdi-clock-out:before {
  content: "\f154";
}

.mdi-clock-outline:before {
  content: "\f150";
}

.mdi-clock-start:before {
  content: "\f155";
}

.mdi-close:before {
  content: "\f156";
}

.mdi-close-box:before {
  content: "\f157";
}

.mdi-close-box-multiple:before {
  content: "ﰹ";
}

.mdi-close-box-multiple-outline:before {
  content: "ﰺ";
}

.mdi-close-box-outline:before {
  content: "\f158";
}

.mdi-close-circle:before {
  content: "\f159";
}

.mdi-close-circle-outline:before {
  content: "\f15a";
}

.mdi-close-network:before {
  content: "\f15b";
}

.mdi-close-network-outline:before {
  content: "ﰻ";
}

.mdi-close-octagon:before {
  content: "\f15c";
}

.mdi-close-octagon-outline:before {
  content: "\f15d";
}

.mdi-close-outline:before {
  content: "\f6c8";
}

.mdi-closed-caption:before {
  content: "\f15e";
}

.mdi-closed-caption-outline:before {
  content: "ﶙ";
}

.mdi-cloud:before {
  content: "\f15f";
}

.mdi-cloud-alert:before {
  content: "履";
}

.mdi-cloud-braces:before {
  content: "\f7b4";
}

.mdi-cloud-check:before {
  content: "\f160";
}

.mdi-cloud-circle:before {
  content: "\f161";
}

.mdi-cloud-download:before {
  content: "\f162";
}

.mdi-cloud-download-outline:before {
  content: "ﭙ";
}

.mdi-cloud-off-outline:before {
  content: "\f164";
}

.mdi-cloud-outline:before {
  content: "\f163";
}

.mdi-cloud-print:before {
  content: "\f165";
}

.mdi-cloud-print-outline:before {
  content: "\f166";
}

.mdi-cloud-question:before {
  content: "器";
}

.mdi-cloud-search:before {
  content: "凌";
}

.mdi-cloud-search-outline:before {
  content: "稜";
}

.mdi-cloud-sync:before {
  content: "\f63f";
}

.mdi-cloud-tags:before {
  content: "\f7b5";
}

.mdi-cloud-upload:before {
  content: "\f167";
}

.mdi-cloud-upload-outline:before {
  content: "ﭚ";
}

.mdi-clover:before {
  content: "\f815";
}

.mdi-code-array:before {
  content: "\f168";
}

.mdi-code-braces:before {
  content: "\f169";
}

.mdi-code-brackets:before {
  content: "\f16a";
}

.mdi-code-equal:before {
  content: "\f16b";
}

.mdi-code-greater-than:before {
  content: "\f16c";
}

.mdi-code-greater-than-or-equal:before {
  content: "\f16d";
}

.mdi-code-less-than:before {
  content: "\f16e";
}

.mdi-code-less-than-or-equal:before {
  content: "\f16f";
}

.mdi-code-not-equal:before {
  content: "\f170";
}

.mdi-code-not-equal-variant:before {
  content: "\f171";
}

.mdi-code-parentheses:before {
  content: "\f172";
}

.mdi-code-string:before {
  content: "\f173";
}

.mdi-code-tags:before {
  content: "\f174";
}

.mdi-code-tags-check:before {
  content: "\f693";
}

.mdi-codepen:before {
  content: "\f175";
}

.mdi-coffee:before {
  content: "\f176";
}

.mdi-coffee-outline:before {
  content: "\f6c9";
}

.mdi-coffee-to-go:before {
  content: "\f177";
}

.mdi-coffin:before {
  content: "ﭛ";
}

.mdi-cogs:before {
  content: "\f8d5";
}

.mdi-coin:before {
  content: "\f178";
}

.mdi-coins:before {
  content: "\f694";
}

.mdi-collage:before {
  content: "\f640";
}

.mdi-collapse-all:before {
  content: "瘟";
}

.mdi-collapse-all-outline:before {
  content: "益";
}

.mdi-color-helper:before {
  content: "\f179";
}

.mdi-comma:before {
  content: "ﹴ";
}

.mdi-comma-box:before {
  content: "﹵";
}

.mdi-comma-box-outline:before {
  content: "ﹶ";
}

.mdi-comma-circle:before {
  content: "ﹷ";
}

.mdi-comma-circle-outline:before {
  content: "ﹸ";
}

.mdi-comment:before {
  content: "\f17a";
}

.mdi-comment-account:before {
  content: "\f17b";
}

.mdi-comment-account-outline:before {
  content: "\f17c";
}

.mdi-comment-alert:before {
  content: "\f17d";
}

.mdi-comment-alert-outline:before {
  content: "\f17e";
}

.mdi-comment-arrow-left:before {
  content: "易";
}

.mdi-comment-arrow-left-outline:before {
  content: "李";
}

.mdi-comment-arrow-right:before {
  content: "梨";
}

.mdi-comment-arrow-right-outline:before {
  content: "泥";
}

.mdi-comment-check:before {
  content: "\f17f";
}

.mdi-comment-check-outline:before {
  content: "\f180";
}

.mdi-comment-eye:before {
  content: "塀";
}

.mdi-comment-eye-outline:before {
  content: "墨";
}

.mdi-comment-multiple:before {
  content: "\f85e";
}

.mdi-comment-multiple-outline:before {
  content: "\f181";
}

.mdi-comment-outline:before {
  content: "\f182";
}

.mdi-comment-plus:before {
  content: "理";
}

.mdi-comment-plus-outline:before {
  content: "\f183";
}

.mdi-comment-processing:before {
  content: "\f184";
}

.mdi-comment-processing-outline:before {
  content: "\f185";
}

.mdi-comment-question:before {
  content: "\f816";
}

.mdi-comment-question-outline:before {
  content: "\f186";
}

.mdi-comment-remove:before {
  content: "\f5de";
}

.mdi-comment-remove-outline:before {
  content: "\f187";
}

.mdi-comment-search:before {
  content: "層";
}

.mdi-comment-search-outline:before {
  content: "屮";
}

.mdi-comment-text:before {
  content: "\f188";
}

.mdi-comment-text-multiple:before {
  content: "\f85f";
}

.mdi-comment-text-multiple-outline:before {
  content: "\f860";
}

.mdi-comment-text-outline:before {
  content: "\f189";
}

.mdi-compare:before {
  content: "\f18a";
}

.mdi-compass:before {
  content: "\f18b";
}

.mdi-compass-off:before {
  content: "ﭜ";
}

.mdi-compass-off-outline:before {
  content: "ﭝ";
}

.mdi-compass-outline:before {
  content: "\f18c";
}

.mdi-console:before {
  content: "\f18d";
}

.mdi-console-line:before {
  content: "\f7b6";
}

.mdi-console-network:before {
  content: "\f8a8";
}

.mdi-console-network-outline:before {
  content: "ﰼ";
}

.mdi-contact-mail:before {
  content: "\f18e";
}

.mdi-contactless-payment:before {
  content: "﵆";
}

.mdi-contacts:before {
  content: "\f6ca";
}

.mdi-contain:before {
  content: "悔";
}

.mdi-contain-end:before {
  content: "慨";
}

.mdi-contain-start:before {
  content: "憎";
}

.mdi-content-copy:before {
  content: "\f18f";
}

.mdi-content-cut:before {
  content: "\f190";
}

.mdi-content-duplicate:before {
  content: "\f191";
}

.mdi-content-paste:before {
  content: "\f192";
}

.mdi-content-save:before {
  content: "\f193";
}

.mdi-content-save-all:before {
  content: "\f194";
}

.mdi-content-save-edit:before {
  content: "ﳗ";
}

.mdi-content-save-edit-outline:before {
  content: "ﳘ";
}

.mdi-content-save-move:before {
  content: "ﹹ";
}

.mdi-content-save-move-outline:before {
  content: "ﹺ";
}

.mdi-content-save-outline:before {
  content: "\f817";
}

.mdi-content-save-settings:before {
  content: "\f61b";
}

.mdi-content-save-settings-outline:before {
  content: "ﬓ";
}

.mdi-contrast:before {
  content: "\f195";
}

.mdi-contrast-box:before {
  content: "\f196";
}

.mdi-contrast-circle:before {
  content: "\f197";
}

.mdi-controller-classic:before {
  content: "ﭞ";
}

.mdi-controller-classic-outline:before {
  content: "ﭟ";
}

.mdi-cookie:before {
  content: "\f198";
}

.mdi-copyright:before {
  content: "\f5e6";
}

.mdi-cordova:before {
  content: "綾";
}

.mdi-corn:before {
  content: "\f7b7";
}

.mdi-counter:before {
  content: "\f199";
}

.mdi-cow:before {
  content: "\f19a";
}

.mdi-crane:before {
  content: "\f861";
}

.mdi-creation:before {
  content: "\f1c9";
}

.mdi-creative-commons:before {
  content: "﵇";
}

.mdi-credit-card:before {
  content: "\f19b";
}

.mdi-credit-card-marker:before {
  content: "ﶚ";
}

.mdi-credit-card-multiple:before {
  content: "\f19c";
}

.mdi-credit-card-off:before {
  content: "\f5e4";
}

.mdi-credit-card-plus:before {
  content: "\f675";
}

.mdi-credit-card-refund:before {
  content: "盛";
}

.mdi-credit-card-scan:before {
  content: "\f19d";
}

.mdi-credit-card-settings:before {
  content: "\f8d6";
}

.mdi-credit-card-wireless:before {
  content: "﵈";
}

.mdi-cricket:before {
  content: "﵉";
}

.mdi-crop:before {
  content: "\f19e";
}

.mdi-crop-free:before {
  content: "\f19f";
}

.mdi-crop-landscape:before {
  content: "\f1a0";
}

.mdi-crop-portrait:before {
  content: "\f1a1";
}

.mdi-crop-rotate:before {
  content: "\f695";
}

.mdi-crop-square:before {
  content: "\f1a2";
}

.mdi-crosshairs:before {
  content: "\f1a3";
}

.mdi-crosshairs-gps:before {
  content: "\f1a4";
}

.mdi-crown:before {
  content: "\f1a5";
}

.mdi-cryengine:before {
  content: "菱";
}

.mdi-crystal-ball:before {
  content: "ﬔ";
}

.mdi-cube:before {
  content: "\f1a6";
}

.mdi-cube-outline:before {
  content: "\f1a7";
}

.mdi-cube-scan:before {
  content: "ﭠ";
}

.mdi-cube-send:before {
  content: "\f1a8";
}

.mdi-cube-unfolded:before {
  content: "\f1a9";
}

.mdi-cup:before {
  content: "\f1aa";
}

.mdi-cup-off:before {
  content: "\f5e5";
}

.mdi-cup-water:before {
  content: "\f1ab";
}

.mdi-cupcake:before {
  content: "陵";
}

.mdi-curling:before {
  content: "\f862";
}

.mdi-currency-bdt:before {
  content: "\f863";
}

.mdi-currency-brl:before {
  content: "ﭡ";
}

.mdi-currency-btc:before {
  content: "\f1ac";
}

.mdi-currency-chf:before {
  content: "\f7b8";
}

.mdi-currency-cny:before {
  content: "\f7b9";
}

.mdi-currency-eth:before {
  content: "\f7ba";
}

.mdi-currency-eur:before {
  content: "\f1ad";
}

.mdi-currency-gbp:before {
  content: "\f1ae";
}

.mdi-currency-ils:before {
  content: "ﰽ";
}

.mdi-currency-inr:before {
  content: "\f1af";
}

.mdi-currency-jpy:before {
  content: "\f7bb";
}

.mdi-currency-krw:before {
  content: "\f7bc";
}

.mdi-currency-kzt:before {
  content: "\f864";
}

.mdi-currency-ngn:before {
  content: "\f1b0";
}

.mdi-currency-php:before {
  content: "痢";
}

.mdi-currency-rub:before {
  content: "\f1b1";
}

.mdi-currency-sign:before {
  content: "\f7bd";
}

.mdi-currency-try:before {
  content: "\f1b2";
}

.mdi-currency-twd:before {
  content: "\f7be";
}

.mdi-currency-usd:before {
  content: "\f1b3";
}

.mdi-currency-usd-off:before {
  content: "\f679";
}

.mdi-current-ac:before {
  content: "讀";
}

.mdi-current-dc:before {
  content: "拏";
}

.mdi-cursor-default:before {
  content: "\f1b4";
}

.mdi-cursor-default-click:before {
  content: "ﳙ";
}

.mdi-cursor-default-click-outline:before {
  content: "ﳚ";
}

.mdi-cursor-default-outline:before {
  content: "\f1b5";
}

.mdi-cursor-move:before {
  content: "\f1b6";
}

.mdi-cursor-pointer:before {
  content: "\f1b7";
}

.mdi-cursor-text:before {
  content: "\f5e7";
}

.mdi-database:before {
  content: "\f1b8";
}

.mdi-database-check:before {
  content: "直";
}

.mdi-database-edit:before {
  content: "ﭢ";
}

.mdi-database-export:before {
  content: "諾";
}

.mdi-database-import:before {
  content: "樂";
}

.mdi-database-lock:before {
  content: "睊";
}

.mdi-database-minus:before {
  content: "\f1b9";
}

.mdi-database-plus:before {
  content: "\f1ba";
}

.mdi-database-refresh:before {
  content: "ﳛ";
}

.mdi-database-remove:before {
  content: "ﳜ";
}

.mdi-database-search:before {
  content: "\f865";
}

.mdi-database-settings:before {
  content: "ﳝ";
}

.mdi-death-star:before {
  content: "\f8d7";
}

.mdi-death-star-variant:before {
  content: "\f8d8";
}

.mdi-deathly-hallows:before {
  content: "ﭣ";
}

.mdi-debian:before {
  content: "\f8d9";
}

.mdi-debug-step-into:before {
  content: "\f1bb";
}

.mdi-debug-step-out:before {
  content: "\f1bc";
}

.mdi-debug-step-over:before {
  content: "\f1bd";
}

.mdi-decagram:before {
  content: "\f76b";
}

.mdi-decagram-outline:before {
  content: "\f76c";
}

.mdi-decimal-decrease:before {
  content: "\f1be";
}

.mdi-decimal-increase:before {
  content: "\f1bf";
}

.mdi-delete:before {
  content: "\f1c0";
}

.mdi-delete-circle:before {
  content: "\f682";
}

.mdi-delete-circle-outline:before {
  content: "ﭤ";
}

.mdi-delete-empty:before {
  content: "\f6cb";
}

.mdi-delete-forever:before {
  content: "\f5e8";
}

.mdi-delete-forever-outline:before {
  content: "ﭥ";
}

.mdi-delete-outline:before {
  content: "罹";
}

.mdi-delete-restore:before {
  content: "\f818";
}

.mdi-delete-sweep:before {
  content: "\f5e9";
}

.mdi-delete-sweep-outline:before {
  content: "ﰾ";
}

.mdi-delete-variant:before {
  content: "\f1c1";
}

.mdi-delta:before {
  content: "\f1c2";
}

.mdi-desk-lamp:before {
  content: "丹";
}

.mdi-deskphone:before {
  content: "\f1c3";
}

.mdi-desktop-classic:before {
  content: "\f7bf";
}

.mdi-desktop-mac:before {
  content: "\f1c4";
}

.mdi-desktop-mac-dashboard:before {
  content: "裏";
}

.mdi-desktop-tower:before {
  content: "\f1c5";
}

.mdi-desktop-tower-monitor:before {
  content: "着";
}

.mdi-details:before {
  content: "\f1c6";
}

.mdi-dev-to:before {
  content: "﵊";
}

.mdi-developer-board:before {
  content: "\f696";
}

.mdi-deviantart:before {
  content: "\f1c7";
}

.mdi-dialpad:before {
  content: "\f61c";
}

.mdi-diameter:before {
  content: "ﰿ";
}

.mdi-diameter-outline:before {
  content: "ﱀ";
}

.mdi-diameter-variant:before {
  content: "ﱁ";
}

.mdi-diamond:before {
  content: "ﭦ";
}

.mdi-diamond-outline:before {
  content: "ﭧ";
}

.mdi-diamond-stone:before {
  content: "\f1c8";
}

.mdi-dice-1:before {
  content: "\f1ca";
}

.mdi-dice-2:before {
  content: "\f1cb";
}

.mdi-dice-3:before {
  content: "\f1cc";
}

.mdi-dice-4:before {
  content: "\f1cd";
}

.mdi-dice-5:before {
  content: "\f1ce";
}

.mdi-dice-6:before {
  content: "\f1cf";
}

.mdi-dice-d10:before {
  content: "\f76e";
}

.mdi-dice-d12:before {
  content: "\f866";
}

.mdi-dice-d20:before {
  content: "\f5ea";
}

.mdi-dice-d4:before {
  content: "\f5eb";
}

.mdi-dice-d6:before {
  content: "\f5ec";
}

.mdi-dice-d8:before {
  content: "\f5ed";
}

.mdi-dice-multiple:before {
  content: "\f76d";
}

.mdi-dictionary:before {
  content: "\f61d";
}

.mdi-dip-switch:before {
  content: "\f7c0";
}

.mdi-directions:before {
  content: "\f1d0";
}

.mdi-directions-fork:before {
  content: "\f641";
}

.mdi-disc:before {
  content: "\f5ee";
}

.mdi-disc-alert:before {
  content: "\f1d1";
}

.mdi-disc-player:before {
  content: "寧";
}

.mdi-discord:before {
  content: "\f66f";
}

.mdi-dishwasher:before {
  content: "磌";
}

.mdi-disqus:before {
  content: "\f1d2";
}

.mdi-disqus-outline:before {
  content: "\f1d3";
}

.mdi-diving-flippers:before {
  content: "ﶛ";
}

.mdi-diving-helmet:before {
  content: "ﶜ";
}

.mdi-diving-scuba:before {
  content: "ﶝ";
}

.mdi-diving-scuba-flag:before {
  content: "ﶞ";
}

.mdi-diving-scuba-tank:before {
  content: "ﶟ";
}

.mdi-diving-scuba-tank-multiple:before {
  content: "ﶠ";
}

.mdi-diving-snorkel:before {
  content: "ﶡ";
}

.mdi-division:before {
  content: "\f1d4";
}

.mdi-division-box:before {
  content: "\f1d5";
}

.mdi-dlna:before {
  content: "懲";
}

.mdi-dna:before {
  content: "\f683";
}

.mdi-dns:before {
  content: "\f1d6";
}

.mdi-dns-outline:before {
  content: "ﭨ";
}

.mdi-do-not-disturb:before {
  content: "\f697";
}

.mdi-do-not-disturb-off:before {
  content: "\f698";
}

.mdi-docker:before {
  content: "\f867";
}

.mdi-doctor:before {
  content: "敏";
}

.mdi-dog:before {
  content: "既";
}

.mdi-dog-service:before {
  content: "窱";
}

.mdi-dog-side:before {
  content: "暑";
}

.mdi-dolby:before {
  content: "\f6b2";
}

.mdi-domain:before {
  content: "\f1d7";
}

.mdi-domain-off:before {
  content: "﵋";
}

.mdi-donkey:before {
  content: "\f7c1";
}

.mdi-door:before {
  content: "\f819";
}

.mdi-door-closed:before {
  content: "\f81a";
}

.mdi-door-open:before {
  content: "\f81b";
}

.mdi-doorbell-video:before {
  content: "\f868";
}

.mdi-dot-net:before {
  content: "節";
}

.mdi-dots-horizontal:before {
  content: "\f1d8";
}

.mdi-dots-horizontal-circle:before {
  content: "\f7c2";
}

.mdi-dots-horizontal-circle-outline:before {
  content: "ﭩ";
}

.mdi-dots-vertical:before {
  content: "\f1d9";
}

.mdi-dots-vertical-circle:before {
  content: "\f7c3";
}

.mdi-dots-vertical-circle-outline:before {
  content: "ﭪ";
}

.mdi-douban:before {
  content: "\f699";
}

.mdi-download:before {
  content: "\f1da";
}

.mdi-download-multiple:before {
  content: "裡";
}

.mdi-download-network:before {
  content: "\f6f3";
}

.mdi-download-network-outline:before {
  content: "ﱂ";
}

.mdi-download-outline:before {
  content: "ﭫ";
}

.mdi-drag:before {
  content: "\f1db";
}

.mdi-drag-horizontal:before {
  content: "\f1dc";
}

.mdi-drag-variant:before {
  content: "ﭬ";
}

.mdi-drag-vertical:before {
  content: "\f1dd";
}

.mdi-drama-masks:before {
  content: "ﳞ";
}

.mdi-drawing:before {
  content: "\f1de";
}

.mdi-drawing-box:before {
  content: "\f1df";
}

.mdi-dribbble:before {
  content: "\f1e0";
}

.mdi-dribbble-box:before {
  content: "\f1e1";
}

.mdi-drone:before {
  content: "\f1e2";
}

.mdi-dropbox:before {
  content: "\f1e3";
}

.mdi-drupal:before {
  content: "\f1e4";
}

.mdi-duck:before {
  content: "\f1e5";
}

.mdi-dumbbell:before {
  content: "\f1e6";
}

.mdi-dump-truck:before {
  content: "ﱃ";
}

.mdi-ear-hearing:before {
  content: "\f7c4";
}

.mdi-ear-hearing-off:before {
  content: "梅";
}

.mdi-earth:before {
  content: "\f1e7";
}

.mdi-earth-box:before {
  content: "\f6cc";
}

.mdi-earth-box-off:before {
  content: "\f6cd";
}

.mdi-earth-off:before {
  content: "\f1e8";
}

.mdi-edge:before {
  content: "\f1e9";
}

.mdi-egg:before {
  content: "类";
}

.mdi-egg-easter:before {
  content: "絛";
}

.mdi-eight-track:before {
  content: "里";
}

.mdi-eject:before {
  content: "\f1ea";
}

.mdi-eject-outline:before {
  content: "ﭭ";
}

.mdi-elephant:before {
  content: "\f7c5";
}

.mdi-elevation-decline:before {
  content: "\f1eb";
}

.mdi-elevation-rise:before {
  content: "\f1ec";
}

.mdi-elevator:before {
  content: "\f1ed";
}

.mdi-email:before {
  content: "\f1ee";
}

.mdi-email-alert:before {
  content: "\f6ce";
}

.mdi-email-box:before {
  content: "ﳟ";
}

.mdi-email-check:before {
  content: "練";
}

.mdi-email-check-outline:before {
  content: "缾";
}

.mdi-email-lock:before {
  content: "\f1f1";
}

.mdi-email-mark-as-unread:before {
  content: "ﭮ";
}

.mdi-email-open:before {
  content: "\f1ef";
}

.mdi-email-open-outline:before {
  content: "\f5ef";
}

.mdi-email-outline:before {
  content: "\f1f0";
}

.mdi-email-plus:before {
  content: "離";
}

.mdi-email-plus-outline:before {
  content: "匿";
}

.mdi-email-search:before {
  content: "怒";
}

.mdi-email-search-outline:before {
  content: "率";
}

.mdi-email-variant:before {
  content: "\f5f0";
}

.mdi-ember:before {
  content: "ﬕ";
}

.mdi-emby:before {
  content: "\f6b3";
}

.mdi-emoticon:before {
  content: "ﱄ";
}

.mdi-emoticon-angry:before {
  content: "ﱅ";
}

.mdi-emoticon-angry-outline:before {
  content: "ﱆ";
}

.mdi-emoticon-cool:before {
  content: "ﱇ";
}

.mdi-emoticon-cool-outline:before {
  content: "\f1f3";
}

.mdi-emoticon-cry:before {
  content: "ﱈ";
}

.mdi-emoticon-cry-outline:before {
  content: "ﱉ";
}

.mdi-emoticon-dead:before {
  content: "ﱊ";
}

.mdi-emoticon-dead-outline:before {
  content: "\f69a";
}

.mdi-emoticon-devil:before {
  content: "ﱋ";
}

.mdi-emoticon-devil-outline:before {
  content: "\f1f4";
}

.mdi-emoticon-excited:before {
  content: "ﱌ";
}

.mdi-emoticon-excited-outline:before {
  content: "\f69b";
}

.mdi-emoticon-happy:before {
  content: "ﱍ";
}

.mdi-emoticon-happy-outline:before {
  content: "\f1f5";
}

.mdi-emoticon-kiss:before {
  content: "ﱎ";
}

.mdi-emoticon-kiss-outline:before {
  content: "ﱏ";
}

.mdi-emoticon-neutral:before {
  content: "ﱐ";
}

.mdi-emoticon-neutral-outline:before {
  content: "\f1f6";
}

.mdi-emoticon-outline:before {
  content: "\f1f2";
}

.mdi-emoticon-poop:before {
  content: "\f1f7";
}

.mdi-emoticon-poop-outline:before {
  content: "ﱑ";
}

.mdi-emoticon-sad:before {
  content: "ﱒ";
}

.mdi-emoticon-sad-outline:before {
  content: "\f1f8";
}

.mdi-emoticon-tongue:before {
  content: "\f1f9";
}

.mdi-emoticon-tongue-outline:before {
  content: "ﱓ";
}

.mdi-emoticon-wink:before {
  content: "ﱔ";
}

.mdi-emoticon-wink-outline:before {
  content: "ﱕ";
}

.mdi-engine:before {
  content: "\f1fa";
}

.mdi-engine-off:before {
  content: "海";
}

.mdi-engine-off-outline:before {
  content: "渚";
}

.mdi-engine-outline:before {
  content: "\f1fb";
}

.mdi-equal:before {
  content: "\f1fc";
}

.mdi-equal-box:before {
  content: "\f1fd";
}

.mdi-eraser:before {
  content: "\f1fe";
}

.mdi-eraser-variant:before {
  content: "\f642";
}

.mdi-escalator:before {
  content: "\f1ff";
}

.mdi-eslint:before {
  content: "ﱖ";
}

.mdi-et:before {
  content: "者";
}

.mdi-ethereum:before {
  content: "\f869";
}

.mdi-ethernet:before {
  content: "\f200";
}

.mdi-ethernet-cable:before {
  content: "\f201";
}

.mdi-ethernet-cable-off:before {
  content: "\f202";
}

.mdi-etsy:before {
  content: "\f203";
}

.mdi-ev-station:before {
  content: "\f5f1";
}

.mdi-eventbrite:before {
  content: "\f7c6";
}

.mdi-evernote:before {
  content: "\f204";
}

.mdi-exclamation:before {
  content: "\f205";
}

.mdi-exit-run:before {
  content: "漢";
}

.mdi-exit-to-app:before {
  content: "\f206";
}

.mdi-expand-all:before {
  content: "荒";
}

.mdi-expand-all-outline:before {
  content: "華";
}

.mdi-exponent:before {
  content: "異";
}

.mdi-exponent-box:before {
  content: "北";
}

.mdi-export:before {
  content: "\f207";
}

.mdi-export-variant:before {
  content: "ﭯ";
}

.mdi-eye:before {
  content: "\f208";
}

.mdi-eye-check:before {
  content: "ﳠ";
}

.mdi-eye-check-outline:before {
  content: "ﳡ";
}

.mdi-eye-circle:before {
  content: "ﭰ";
}

.mdi-eye-circle-outline:before {
  content: "ﭱ";
}

.mdi-eye-off:before {
  content: "\f209";
}

.mdi-eye-off-outline:before {
  content: "\f6d0";
}

.mdi-eye-outline:before {
  content: "\f6cf";
}

.mdi-eye-plus:before {
  content: "\f86a";
}

.mdi-eye-plus-outline:before {
  content: "\f86b";
}

.mdi-eye-settings:before {
  content: "\f86c";
}

.mdi-eye-settings-outline:before {
  content: "\f86d";
}

.mdi-eyedropper:before {
  content: "\f20a";
}

.mdi-eyedropper-variant:before {
  content: "\f20b";
}

.mdi-face:before {
  content: "\f643";
}

.mdi-face-agent:before {
  content: "﵌";
}

.mdi-face-outline:before {
  content: "ﭲ";
}

.mdi-face-profile:before {
  content: "\f644";
}

.mdi-face-recognition:before {
  content: "ﱗ";
}

.mdi-facebook:before {
  content: "\f20c";
}

.mdi-facebook-box:before {
  content: "\f20d";
}

.mdi-facebook-messenger:before {
  content: "\f20e";
}

.mdi-facebook-workplace:before {
  content: "ﬖ";
}

.mdi-factory:before {
  content: "\f20f";
}

.mdi-fan:before {
  content: "\f210";
}

.mdi-fan-off:before {
  content: "\f81c";
}

.mdi-fast-forward:before {
  content: "\f211";
}

.mdi-fast-forward-10:before {
  content: "﵍";
}

.mdi-fast-forward-30:before {
  content: "ﳢ";
}

.mdi-fast-forward-outline:before {
  content: "\f6d1";
}

.mdi-fax:before {
  content: "\f212";
}

.mdi-feather:before {
  content: "\f6d2";
}

.mdi-feature-search:before {
  content: "煮";
}

.mdi-feature-search-outline:before {
  content: "爫";
}

.mdi-fedora:before {
  content: "\f8da";
}

.mdi-ferry:before {
  content: "\f213";
}

.mdi-file:before {
  content: "\f214";
}

.mdi-file-account:before {
  content: "\f73a";
}

.mdi-file-alert:before {
  content: "琢";
}

.mdi-file-alert-outline:before {
  content: "碑";
}

.mdi-file-cabinet:before {
  content: "蝹";
}

.mdi-file-cancel:before {
  content: "ﶢ";
}

.mdi-file-cancel-outline:before {
  content: "ﶣ";
}

.mdi-file-chart:before {
  content: "\f215";
}

.mdi-file-check:before {
  content: "\f216";
}

.mdi-file-check-outline:before {
  content: "ﹻ";
}

.mdi-file-cloud:before {
  content: "\f217";
}

.mdi-file-compare:before {
  content: "\f8a9";
}

.mdi-file-delimited:before {
  content: "\f218";
}

.mdi-file-document:before {
  content: "\f219";
}

.mdi-file-document-box:before {
  content: "\f21a";
}

.mdi-file-document-box-multiple:before {
  content: "襁";
}

.mdi-file-document-box-multiple-outline:before {
  content: "覆";
}

.mdi-file-document-box-outline:before {
  content: "溺";
}

.mdi-file-document-edit:before {
  content: "ﶤ";
}

.mdi-file-document-edit-outline:before {
  content: "ﶥ";
}

.mdi-file-document-outline:before {
  content: "吝";
}

.mdi-file-download:before {
  content: "磻";
}

.mdi-file-download-outline:before {
  content: "便";
}

.mdi-file-excel:before {
  content: "\f21b";
}

.mdi-file-excel-box:before {
  content: "\f21c";
}

.mdi-file-export:before {
  content: "\f21d";
}

.mdi-file-eye:before {
  content: "ﶦ";
}

.mdi-file-eye-outline:before {
  content: "ﶧ";
}

.mdi-file-find:before {
  content: "\f21e";
}

.mdi-file-find-outline:before {
  content: "ﭳ";
}

.mdi-file-hidden:before {
  content: "\f613";
}

.mdi-file-image:before {
  content: "\f21f";
}

.mdi-file-import:before {
  content: "\f220";
}

.mdi-file-lock:before {
  content: "\f221";
}

.mdi-file-move:before {
  content: "視";
}

.mdi-file-multiple:before {
  content: "\f222";
}

.mdi-file-music:before {
  content: "\f223";
}

.mdi-file-music-outline:before {
  content: "ﹼ";
}

.mdi-file-outline:before {
  content: "\f224";
}

.mdi-file-pdf:before {
  content: "\f225";
}

.mdi-file-pdf-box:before {
  content: "\f226";
}

.mdi-file-pdf-outline:before {
  content: "ﹽ";
}

.mdi-file-percent:before {
  content: "\f81d";
}

.mdi-file-plus:before {
  content: "\f751";
}

.mdi-file-powerpoint:before {
  content: "\f227";
}

.mdi-file-powerpoint-box:before {
  content: "\f228";
}

.mdi-file-presentation-box:before {
  content: "\f229";
}

.mdi-file-question:before {
  content: "\f86e";
}

.mdi-file-remove:before {
  content: "ﭴ";
}

.mdi-file-replace:before {
  content: "ﬗ";
}

.mdi-file-replace-outline:before {
  content: "﬘";
}

.mdi-file-restore:before {
  content: "\f670";
}

.mdi-file-search:before {
  content: "ﱘ";
}

.mdi-file-search-outline:before {
  content: "ﱙ";
}

.mdi-file-send:before {
  content: "\f22a";
}

.mdi-file-table:before {
  content: "ﱚ";
}

.mdi-file-table-outline:before {
  content: "ﱛ";
}

.mdi-file-tree:before {
  content: "\f645";
}

.mdi-file-undo:before {
  content: "\f8db";
}

.mdi-file-upload:before {
  content: "社";
}

.mdi-file-upload-outline:before {
  content: "祉";
}

.mdi-file-video:before {
  content: "\f22b";
}

.mdi-file-video-outline:before {
  content: "︐";
}

.mdi-file-word:before {
  content: "\f22c";
}

.mdi-file-word-box:before {
  content: "\f22d";
}

.mdi-file-xml:before {
  content: "\f22e";
}

.mdi-film:before {
  content: "\f22f";
}

.mdi-filmstrip:before {
  content: "\f230";
}

.mdi-filmstrip-off:before {
  content: "\f231";
}

.mdi-filter:before {
  content: "\f232";
}

.mdi-filter-outline:before {
  content: "\f233";
}

.mdi-filter-remove:before {
  content: "\f234";
}

.mdi-filter-remove-outline:before {
  content: "\f235";
}

.mdi-filter-variant:before {
  content: "\f236";
}

.mdi-finance:before {
  content: "\f81e";
}

.mdi-find-replace:before {
  content: "\f6d3";
}

.mdi-fingerprint:before {
  content: "\f237";
}

.mdi-fire:before {
  content: "\f238";
}

.mdi-fire-truck:before {
  content: "\f8aa";
}

.mdi-firebase:before {
  content: "復";
}

.mdi-firefox:before {
  content: "\f239";
}

.mdi-fireplace:before {
  content: "︑";
}

.mdi-fireplace-off:before {
  content: "︒";
}

.mdi-firework:before {
  content: "︓";
}

.mdi-fish:before {
  content: "\f23a";
}

.mdi-flag:before {
  content: "\f23b";
}

.mdi-flag-checkered:before {
  content: "\f23c";
}

.mdi-flag-minus:before {
  content: "ﭵ";
}

.mdi-flag-outline:before {
  content: "\f23d";
}

.mdi-flag-plus:before {
  content: "ﭶ";
}

.mdi-flag-remove:before {
  content: "ﭷ";
}

.mdi-flag-triangle:before {
  content: "\f23f";
}

.mdi-flag-variant:before {
  content: "\f240";
}

.mdi-flag-variant-outline:before {
  content: "\f23e";
}

.mdi-flare:before {
  content: "﵎";
}

.mdi-flash:before {
  content: "\f241";
}

.mdi-flash-auto:before {
  content: "\f242";
}

.mdi-flash-circle:before {
  content: "\f81f";
}

.mdi-flash-off:before {
  content: "\f243";
}

.mdi-flash-outline:before {
  content: "\f6d4";
}

.mdi-flash-red-eye:before {
  content: "\f67a";
}

.mdi-flashlight:before {
  content: "\f244";
}

.mdi-flashlight-off:before {
  content: "\f245";
}

.mdi-flask:before {
  content: "\f093";
}

.mdi-flask-empty:before {
  content: "\f094";
}

.mdi-flask-empty-outline:before {
  content: "\f095";
}

.mdi-flask-outline:before {
  content: "\f096";
}

.mdi-flattr:before {
  content: "\f246";
}

.mdi-flickr:before {
  content: "ﳣ";
}

.mdi-flip-to-back:before {
  content: "\f247";
}

.mdi-flip-to-front:before {
  content: "\f248";
}

.mdi-floor-lamp:before {
  content: "\f8dc";
}

.mdi-floor-plan:before {
  content: "\f820";
}

.mdi-floppy:before {
  content: "\f249";
}

.mdi-floppy-variant:before {
  content: "燐";
}

.mdi-flower:before {
  content: "\f24a";
}

.mdi-flower-outline:before {
  content: "璘";
}

.mdi-flower-poppy:before {
  content: "ﳤ";
}

.mdi-flower-tulip:before {
  content: "藺";
}

.mdi-flower-tulip-outline:before {
  content: "隣";
}

.mdi-folder:before {
  content: "\f24b";
}

.mdi-folder-account:before {
  content: "\f24c";
}

.mdi-folder-account-outline:before {
  content: "ﭸ";
}

.mdi-folder-alert:before {
  content: "ﶨ";
}

.mdi-folder-alert-outline:before {
  content: "ﶩ";
}

.mdi-folder-clock:before {
  content: "調";
}

.mdi-folder-clock-outline:before {
  content: "諸";
}

.mdi-folder-download:before {
  content: "\f24d";
}

.mdi-folder-edit:before {
  content: "\f8dd";
}

.mdi-folder-edit-outline:before {
  content: "ﶪ";
}

.mdi-folder-google-drive:before {
  content: "\f24e";
}

.mdi-folder-image:before {
  content: "\f24f";
}

.mdi-folder-key:before {
  content: "\f8ab";
}

.mdi-folder-key-network:before {
  content: "\f8ac";
}

.mdi-folder-key-network-outline:before {
  content: "ﱜ";
}

.mdi-folder-lock:before {
  content: "\f250";
}

.mdi-folder-lock-open:before {
  content: "\f251";
}

.mdi-folder-move:before {
  content: "\f252";
}

.mdi-folder-multiple:before {
  content: "\f253";
}

.mdi-folder-multiple-image:before {
  content: "\f254";
}

.mdi-folder-multiple-outline:before {
  content: "\f255";
}

.mdi-folder-network:before {
  content: "\f86f";
}

.mdi-folder-network-outline:before {
  content: "ﱝ";
}

.mdi-folder-open:before {
  content: "\f76f";
}

.mdi-folder-open-outline:before {
  content: "ﶫ";
}

.mdi-folder-outline:before {
  content: "\f256";
}

.mdi-folder-plus:before {
  content: "\f257";
}

.mdi-folder-plus-outline:before {
  content: "ﭹ";
}

.mdi-folder-pound:before {
  content: "ﳥ";
}

.mdi-folder-pound-outline:before {
  content: "ﳦ";
}

.mdi-folder-remove:before {
  content: "\f258";
}

.mdi-folder-remove-outline:before {
  content: "ﭺ";
}

.mdi-folder-search:before {
  content: "不";
}

.mdi-folder-search-outline:before {
  content: "泌";
}

.mdi-folder-star:before {
  content: "\f69c";
}

.mdi-folder-star-outline:before {
  content: "ﭻ";
}

.mdi-folder-sync:before {
  content: "ﳧ";
}

.mdi-folder-sync-outline:before {
  content: "ﳨ";
}

.mdi-folder-text:before {
  content: "ﱞ";
}

.mdi-folder-text-outline:before {
  content: "ﱟ";
}

.mdi-folder-upload:before {
  content: "\f259";
}

.mdi-font-awesome:before {
  content: "\f03a";
}

.mdi-food:before {
  content: "\f25a";
}

.mdi-food-apple:before {
  content: "\f25b";
}

.mdi-food-apple-outline:before {
  content: "ﱠ";
}

.mdi-food-croissant:before {
  content: "\f7c7";
}

.mdi-food-fork-drink:before {
  content: "\f5f2";
}

.mdi-food-off:before {
  content: "\f5f3";
}

.mdi-food-variant:before {
  content: "\f25c";
}

.mdi-football:before {
  content: "\f25d";
}

.mdi-football-australian:before {
  content: "\f25e";
}

.mdi-football-helmet:before {
  content: "\f25f";
}

.mdi-forklift:before {
  content: "\f7c8";
}

.mdi-format-align-bottom:before {
  content: "\f752";
}

.mdi-format-align-center:before {
  content: "\f260";
}

.mdi-format-align-justify:before {
  content: "\f261";
}

.mdi-format-align-left:before {
  content: "\f262";
}

.mdi-format-align-middle:before {
  content: "\f753";
}

.mdi-format-align-right:before {
  content: "\f263";
}

.mdi-format-align-top:before {
  content: "\f754";
}

.mdi-format-annotation-minus:before {
  content: "請";
}

.mdi-format-annotation-plus:before {
  content: "\f646";
}

.mdi-format-bold:before {
  content: "\f264";
}

.mdi-format-clear:before {
  content: "\f265";
}

.mdi-format-color-fill:before {
  content: "\f266";
}

.mdi-format-color-highlight:before {
  content: "︔";
}

.mdi-format-color-text:before {
  content: "\f69d";
}

.mdi-format-columns:before {
  content: "\f8de";
}

.mdi-format-float-center:before {
  content: "\f267";
}

.mdi-format-float-left:before {
  content: "\f268";
}

.mdi-format-float-none:before {
  content: "\f269";
}

.mdi-format-float-right:before {
  content: "\f26a";
}

.mdi-format-font:before {
  content: "\f6d5";
}

.mdi-format-font-size-decrease:before {
  content: "鱗";
}

.mdi-format-font-size-increase:before {
  content: "麟";
}

.mdi-format-header-1:before {
  content: "\f26b";
}

.mdi-format-header-2:before {
  content: "\f26c";
}

.mdi-format-header-3:before {
  content: "\f26d";
}

.mdi-format-header-4:before {
  content: "\f26e";
}

.mdi-format-header-5:before {
  content: "\f26f";
}

.mdi-format-header-6:before {
  content: "\f270";
}

.mdi-format-header-decrease:before {
  content: "\f271";
}

.mdi-format-header-equal:before {
  content: "\f272";
}

.mdi-format-header-increase:before {
  content: "\f273";
}

.mdi-format-header-pound:before {
  content: "\f274";
}

.mdi-format-horizontal-align-center:before {
  content: "\f61e";
}

.mdi-format-horizontal-align-left:before {
  content: "\f61f";
}

.mdi-format-horizontal-align-right:before {
  content: "\f620";
}

.mdi-format-indent-decrease:before {
  content: "\f275";
}

.mdi-format-indent-increase:before {
  content: "\f276";
}

.mdi-format-italic:before {
  content: "\f277";
}

.mdi-format-letter-case:before {
  content: "﬙";
}

.mdi-format-letter-case-lower:before {
  content: "﬚";
}

.mdi-format-letter-case-upper:before {
  content: "﬛";
}

.mdi-format-line-spacing:before {
  content: "\f278";
}

.mdi-format-line-style:before {
  content: "\f5c8";
}

.mdi-format-line-weight:before {
  content: "\f5c9";
}

.mdi-format-list-bulleted:before {
  content: "\f279";
}

.mdi-format-list-bulleted-square:before {
  content: "ﶬ";
}

.mdi-format-list-bulleted-type:before {
  content: "\f27a";
}

.mdi-format-list-checkbox:before {
  content: "數";
}

.mdi-format-list-checks:before {
  content: "\f755";
}

.mdi-format-list-numbered:before {
  content: "\f27b";
}

.mdi-format-list-numbered-rtl:before {
  content: "ﳩ";
}

.mdi-format-page-break:before {
  content: "\f6d6";
}

.mdi-format-paint:before {
  content: "\f27c";
}

.mdi-format-paragraph:before {
  content: "\f27d";
}

.mdi-format-pilcrow:before {
  content: "\f6d7";
}

.mdi-format-quote-close:before {
  content: "\f27e";
}

.mdi-format-quote-open:before {
  content: "\f756";
}

.mdi-format-rotate-90:before {
  content: "\f6a9";
}

.mdi-format-section:before {
  content: "\f69e";
}

.mdi-format-size:before {
  content: "\f27f";
}

.mdi-format-strikethrough:before {
  content: "\f280";
}

.mdi-format-strikethrough-variant:before {
  content: "\f281";
}

.mdi-format-subscript:before {
  content: "\f282";
}

.mdi-format-superscript:before {
  content: "\f283";
}

.mdi-format-text:before {
  content: "\f284";
}

.mdi-format-text-rotation-down:before {
  content: "﵏";
}

.mdi-format-text-rotation-none:before {
  content: "ﵐ";
}

.mdi-format-text-variant:before {
  content: "︕";
}

.mdi-format-text-wrapping-clip:before {
  content: "ﳪ";
}

.mdi-format-text-wrapping-overflow:before {
  content: "ﳫ";
}

.mdi-format-text-wrapping-wrap:before {
  content: "ﳬ";
}

.mdi-format-textbox:before {
  content: "ﳭ";
}

.mdi-format-textdirection-l-to-r:before {
  content: "\f285";
}

.mdi-format-textdirection-r-to-l:before {
  content: "\f286";
}

.mdi-format-title:before {
  content: "\f5f4";
}

.mdi-format-underline:before {
  content: "\f287";
}

.mdi-format-vertical-align-bottom:before {
  content: "\f621";
}

.mdi-format-vertical-align-center:before {
  content: "\f622";
}

.mdi-format-vertical-align-top:before {
  content: "\f623";
}

.mdi-format-wrap-inline:before {
  content: "\f288";
}

.mdi-format-wrap-square:before {
  content: "\f289";
}

.mdi-format-wrap-tight:before {
  content: "\f28a";
}

.mdi-format-wrap-top-bottom:before {
  content: "\f28b";
}

.mdi-forum:before {
  content: "\f28c";
}

.mdi-forum-outline:before {
  content: "\f821";
}

.mdi-forward:before {
  content: "\f28d";
}

.mdi-forwardburger:before {
  content: "ﵑ";
}

.mdi-fountain:before {
  content: "索";
}

.mdi-fountain-pen:before {
  content: "ﳮ";
}

.mdi-fountain-pen-tip:before {
  content: "ﳯ";
}

.mdi-foursquare:before {
  content: "\f28e";
}

.mdi-freebsd:before {
  content: "\f8df";
}

.mdi-fridge:before {
  content: "\f290";
}

.mdi-fridge-bottom:before {
  content: "\f292";
}

.mdi-fridge-outline:before {
  content: "\f28f";
}

.mdi-fridge-top:before {
  content: "\f291";
}

.mdi-fuel:before {
  content: "\f7c9";
}

.mdi-fullscreen:before {
  content: "\f293";
}

.mdi-fullscreen-exit:before {
  content: "\f294";
}

.mdi-function:before {
  content: "\f295";
}

.mdi-function-variant:before {
  content: "\f870";
}

.mdi-fuse:before {
  content: "ﱡ";
}

.mdi-fuse-blade:before {
  content: "ﱢ";
}

.mdi-gamepad:before {
  content: "\f296";
}

.mdi-gamepad-circle:before {
  content: "︖";
}

.mdi-gamepad-circle-down:before {
  content: "︗";
}

.mdi-gamepad-circle-left:before {
  content: "︘";
}

.mdi-gamepad-circle-outline:before {
  content: "︙";
}

.mdi-gamepad-circle-right:before {
  content: "︚";
}

.mdi-gamepad-circle-up:before {
  content: "︛";
}

.mdi-gamepad-down:before {
  content: "︜";
}

.mdi-gamepad-left:before {
  content: "︝";
}

.mdi-gamepad-right:before {
  content: "︞";
}

.mdi-gamepad-round:before {
  content: "︟";
}

.mdi-gamepad-round-down:before {
  content: "︠";
}

.mdi-gamepad-round-left:before {
  content: "︡";
}

.mdi-gamepad-round-outline:before {
  content: "︢";
}

.mdi-gamepad-round-right:before {
  content: "︣";
}

.mdi-gamepad-round-up:before {
  content: "︤";
}

.mdi-gamepad-up:before {
  content: "︥";
}

.mdi-gamepad-variant:before {
  content: "\f297";
}

.mdi-gantry-crane:before {
  content: "ﶭ";
}

.mdi-garage:before {
  content: "\f6d8";
}

.mdi-garage-alert:before {
  content: "\f871";
}

.mdi-garage-open:before {
  content: "\f6d9";
}

.mdi-gas-cylinder:before {
  content: "\f647";
}

.mdi-gas-station:before {
  content: "\f298";
}

.mdi-gate:before {
  content: "\f299";
}

.mdi-gate-and:before {
  content: "\f8e0";
}

.mdi-gate-nand:before {
  content: "\f8e1";
}

.mdi-gate-nor:before {
  content: "\f8e2";
}

.mdi-gate-not:before {
  content: "\f8e3";
}

.mdi-gate-or:before {
  content: "\f8e4";
}

.mdi-gate-xnor:before {
  content: "\f8e5";
}

.mdi-gate-xor:before {
  content: "\f8e6";
}

.mdi-gatsby:before {
  content: "︦";
}

.mdi-gauge:before {
  content: "\f29a";
}

.mdi-gauge-empty:before {
  content: "\f872";
}

.mdi-gauge-full:before {
  content: "\f873";
}

.mdi-gauge-low:before {
  content: "\f874";
}

.mdi-gavel:before {
  content: "\f29b";
}

.mdi-gender-female:before {
  content: "\f29c";
}

.mdi-gender-male:before {
  content: "\f29d";
}

.mdi-gender-male-female:before {
  content: "\f29e";
}

.mdi-gender-transgender:before {
  content: "\f29f";
}

.mdi-gentoo:before {
  content: "\f8e7";
}

.mdi-gesture:before {
  content: "\f7ca";
}

.mdi-gesture-double-tap:before {
  content: "\f73b";
}

.mdi-gesture-pinch:before {
  content: "謁";
}

.mdi-gesture-spread:before {
  content: "諾";
}

.mdi-gesture-swipe:before {
  content: "ﵒ";
}

.mdi-gesture-swipe-down:before {
  content: "\f73c";
}

.mdi-gesture-swipe-horizontal:before {
  content: "諭";
}

.mdi-gesture-swipe-left:before {
  content: "\f73d";
}

.mdi-gesture-swipe-right:before {
  content: "\f73e";
}

.mdi-gesture-swipe-up:before {
  content: "\f73f";
}

.mdi-gesture-swipe-vertical:before {
  content: "謹";
}

.mdi-gesture-tap:before {
  content: "\f740";
}

.mdi-gesture-tap-hold:before {
  content: "ﵓ";
}

.mdi-gesture-two-double-tap:before {
  content: "\f741";
}

.mdi-gesture-two-tap:before {
  content: "\f742";
}

.mdi-ghost:before {
  content: "\f2a0";
}

.mdi-ghost-off:before {
  content: "林";
}

.mdi-gif:before {
  content: "ﵔ";
}

.mdi-gift:before {
  content: "︧";
}

.mdi-gift-outline:before {
  content: "\f2a1";
}

.mdi-git:before {
  content: "\f2a2";
}

.mdi-github-box:before {
  content: "\f2a3";
}

.mdi-github-circle:before {
  content: "\f2a4";
}

.mdi-github-face:before {
  content: "\f6da";
}

.mdi-gitlab:before {
  content: "ﭼ";
}

.mdi-glass-cocktail:before {
  content: "\f356";
}

.mdi-glass-flute:before {
  content: "\f2a5";
}

.mdi-glass-mug:before {
  content: "\f2a6";
}

.mdi-glass-stange:before {
  content: "\f2a7";
}

.mdi-glass-tulip:before {
  content: "\f2a8";
}

.mdi-glass-wine:before {
  content: "\f875";
}

.mdi-glassdoor:before {
  content: "\f2a9";
}

.mdi-glasses:before {
  content: "\f2aa";
}

.mdi-globe-model:before {
  content: "\f8e8";
}

.mdi-gmail:before {
  content: "\f2ab";
}

.mdi-gnome:before {
  content: "\f2ac";
}

.mdi-go-kart:before {
  content: "ﵕ";
}

.mdi-go-kart-track:before {
  content: "ﵖ";
}

.mdi-gog:before {
  content: "ﭽ";
}

.mdi-golf:before {
  content: "\f822";
}

.mdi-gondola:before {
  content: "\f685";
}

.mdi-goodreads:before {
  content: "ﵗ";
}

.mdi-google:before {
  content: "\f2ad";
}

.mdi-google-adwords:before {
  content: "ﱣ";
}

.mdi-google-allo:before {
  content: "\f801";
}

.mdi-google-analytics:before {
  content: "\f7cb";
}

.mdi-google-assistant:before {
  content: "\f7cc";
}

.mdi-google-cardboard:before {
  content: "\f2ae";
}

.mdi-google-chrome:before {
  content: "\f2af";
}

.mdi-google-circles:before {
  content: "\f2b0";
}

.mdi-google-circles-communities:before {
  content: "\f2b1";
}

.mdi-google-circles-extended:before {
  content: "\f2b2";
}

.mdi-google-circles-group:before {
  content: "\f2b3";
}

.mdi-google-classroom:before {
  content: "\f2c0";
}

.mdi-google-controller:before {
  content: "\f2b4";
}

.mdi-google-controller-off:before {
  content: "\f2b5";
}

.mdi-google-drive:before {
  content: "\f2b6";
}

.mdi-google-earth:before {
  content: "\f2b7";
}

.mdi-google-fit:before {
  content: "參";
}

.mdi-google-glass:before {
  content: "\f2b8";
}

.mdi-google-hangouts:before {
  content: "\f2c9";
}

.mdi-google-home:before {
  content: "\f823";
}

.mdi-google-keep:before {
  content: "\f6db";
}

.mdi-google-lens:before {
  content: "淋";
}

.mdi-google-maps:before {
  content: "\f5f5";
}

.mdi-google-nearby:before {
  content: "\f2b9";
}

.mdi-google-pages:before {
  content: "\f2ba";
}

.mdi-google-photos:before {
  content: "\f6dc";
}

.mdi-google-physical-web:before {
  content: "\f2bb";
}

.mdi-google-play:before {
  content: "\f2bc";
}

.mdi-google-plus:before {
  content: "\f2bd";
}

.mdi-google-plus-box:before {
  content: "\f2be";
}

.mdi-google-spreadsheet:before {
  content: "臨";
}

.mdi-google-street-view:before {
  content: "ﱤ";
}

.mdi-google-translate:before {
  content: "\f2bf";
}

.mdi-gpu:before {
  content: "\f8ad";
}

.mdi-gradient:before {
  content: "\f69f";
}

.mdi-grain:before {
  content: "ﵘ";
}

.mdi-graphql:before {
  content: "\f876";
}

.mdi-grave-stone:before {
  content: "ﭾ";
}

.mdi-grease-pencil:before {
  content: "\f648";
}

.mdi-greater-than:before {
  content: "塞";
}

.mdi-greater-than-or-equal:before {
  content: "省";
}

.mdi-grid:before {
  content: "\f2c1";
}

.mdi-grid-large:before {
  content: "\f757";
}

.mdi-grid-off:before {
  content: "\f2c2";
}

.mdi-grill:before {
  content: "︨";
}

.mdi-group:before {
  content: "\f2c3";
}

.mdi-guitar-acoustic:before {
  content: "\f770";
}

.mdi-guitar-electric:before {
  content: "\f2c4";
}

.mdi-guitar-pick:before {
  content: "\f2c5";
}

.mdi-guitar-pick-outline:before {
  content: "\f2c6";
}

.mdi-guy-fawkes-mask:before {
  content: "\f824";
}

.mdi-hackernews:before {
  content: "\f624";
}

.mdi-hail:before {
  content: "變";
}

.mdi-halloween:before {
  content: "ﭿ";
}

.mdi-hamburger:before {
  content: "\f684";
}

.mdi-hammer:before {
  content: "\f8e9";
}

.mdi-hand:before {
  content: "祈";
}

.mdi-hand-left:before {
  content: "︩";
}

.mdi-hand-okay:before {
  content: "祐";
}

.mdi-hand-peace:before {
  content: "祖";
}

.mdi-hand-peace-variant:before {
  content: "祝";
}

.mdi-hand-pointing-down:before {
  content: "禍";
}

.mdi-hand-pointing-left:before {
  content: "禎";
}

.mdi-hand-pointing-right:before {
  content: "\f2c7";
}

.mdi-hand-pointing-up:before {
  content: "穀";
}

.mdi-hand-right:before {
  content: "︪";
}

.mdi-hand-saw:before {
  content: "︫";
}

.mdi-hanger:before {
  content: "\f2c8";
}

.mdi-hard-hat:before {
  content: "葉";
}

.mdi-harddisk:before {
  content: "\f2ca";
}

.mdi-hat-fedora:before {
  content: "ﮀ";
}

.mdi-hazard-lights:before {
  content: "ﱥ";
}

.mdi-hdr:before {
  content: "ﵙ";
}

.mdi-hdr-off:before {
  content: "ﵚ";
}

.mdi-headphones:before {
  content: "\f2cb";
}

.mdi-headphones-bluetooth:before {
  content: "說";
}

.mdi-headphones-box:before {
  content: "\f2cc";
}

.mdi-headphones-off:before {
  content: "\f7cd";
}

.mdi-headphones-settings:before {
  content: "\f2cd";
}

.mdi-headset:before {
  content: "\f2ce";
}

.mdi-headset-dock:before {
  content: "\f2cf";
}

.mdi-headset-off:before {
  content: "\f2d0";
}

.mdi-heart:before {
  content: "\f2d1";
}

.mdi-heart-box:before {
  content: "\f2d2";
}

.mdi-heart-box-outline:before {
  content: "\f2d3";
}

.mdi-heart-broken:before {
  content: "\f2d4";
}

.mdi-heart-broken-outline:before {
  content: "ﳰ";
}

.mdi-heart-circle:before {
  content: "殺";
}

.mdi-heart-circle-outline:before {
  content: "辰";
}

.mdi-heart-half:before {
  content: "\f6de";
}

.mdi-heart-half-full:before {
  content: "\f6dd";
}

.mdi-heart-half-outline:before {
  content: "\f6df";
}

.mdi-heart-multiple:before {
  content: "突";
}

.mdi-heart-multiple-outline:before {
  content: "節";
}

.mdi-heart-off:before {
  content: "\f758";
}

.mdi-heart-outline:before {
  content: "\f2d5";
}

.mdi-heart-pulse:before {
  content: "\f5f6";
}

.mdi-helicopter:before {
  content: "贈";
}

.mdi-help:before {
  content: "\f2d6";
}

.mdi-help-box:before {
  content: "\f78a";
}

.mdi-help-circle:before {
  content: "\f2d7";
}

.mdi-help-circle-outline:before {
  content: "\f625";
}

.mdi-help-network:before {
  content: "\f6f4";
}

.mdi-help-network-outline:before {
  content: "ﱦ";
}

.mdi-help-rhombus:before {
  content: "ﮁ";
}

.mdi-help-rhombus-outline:before {
  content: "ﮂ";
}

.mdi-hexagon:before {
  content: "\f2d8";
}

.mdi-hexagon-multiple:before {
  content: "\f6e0";
}

.mdi-hexagon-outline:before {
  content: "\f2d9";
}

.mdi-hexagon-slice-1:before {
  content: "輸";
}

.mdi-hexagon-slice-2:before {
  content: "遲";
}

.mdi-hexagon-slice-3:before {
  content: "醙";
}

.mdi-hexagon-slice-4:before {
  content: "鉶";
}

.mdi-hexagon-slice-5:before {
  content: "陼";
}

.mdi-hexagon-slice-6:before {
  content: "難";
}

.mdi-hexagram:before {
  content: "靖";
}

.mdi-hexagram-outline:before {
  content: "韛";
}

.mdi-high-definition:before {
  content: "\f7ce";
}

.mdi-high-definition-box:before {
  content: "\f877";
}

.mdi-highway:before {
  content: "\f5f7";
}

.mdi-hiking:before {
  content: "ﵛ";
}

.mdi-hinduism:before {
  content: "沈";
}

.mdi-history:before {
  content: "\f2da";
}

.mdi-hockey-puck:before {
  content: "\f878";
}

.mdi-hockey-sticks:before {
  content: "\f879";
}

.mdi-hololens:before {
  content: "\f2db";
}

.mdi-home:before {
  content: "\f2dc";
}

.mdi-home-account:before {
  content: "\f825";
}

.mdi-home-alert:before {
  content: "\f87a";
}

.mdi-home-assistant:before {
  content: "\f7cf";
}

.mdi-home-automation:before {
  content: "\f7d0";
}

.mdi-home-circle:before {
  content: "\f7d1";
}

.mdi-home-city:before {
  content: "ﳱ";
}

.mdi-home-city-outline:before {
  content: "ﳲ";
}

.mdi-home-currency-usd:before {
  content: "\f8ae";
}

.mdi-home-floor-0:before {
  content: "ﶮ";
}

.mdi-home-floor-1:before {
  content: "ﵜ";
}

.mdi-home-floor-2:before {
  content: "ﵝ";
}

.mdi-home-floor-3:before {
  content: "ﵞ";
}

.mdi-home-floor-a:before {
  content: "ﵟ";
}

.mdi-home-floor-b:before {
  content: "ﵠ";
}

.mdi-home-floor-g:before {
  content: "ﵡ";
}

.mdi-home-floor-l:before {
  content: "ﵢ";
}

.mdi-home-floor-negative-1:before {
  content: "ﶯ";
}

.mdi-home-group:before {
  content: "ﶰ";
}

.mdi-home-heart:before {
  content: "\f826";
}

.mdi-home-lock:before {
  content: "\f8ea";
}

.mdi-home-lock-open:before {
  content: "\f8eb";
}

.mdi-home-map-marker:before {
  content: "\f5f8";
}

.mdi-home-minus:before {
  content: "拾";
}

.mdi-home-modern:before {
  content: "\f2dd";
}

.mdi-home-outline:before {
  content: "\f6a0";
}

.mdi-home-plus:before {
  content: "若";
}

.mdi-home-variant:before {
  content: "\f2de";
}

.mdi-home-variant-outline:before {
  content: "ﮃ";
}

.mdi-hook:before {
  content: "\f6e1";
}

.mdi-hook-off:before {
  content: "\f6e2";
}

.mdi-hops:before {
  content: "\f2df";
}

.mdi-horseshoe:before {
  content: "練";
}

.mdi-hospital:before {
  content: "\f2e0";
}

.mdi-hospital-building:before {
  content: "\f2e1";
}

.mdi-hospital-marker:before {
  content: "\f2e2";
}

.mdi-hot-tub:before {
  content: "\f827";
}

.mdi-hotel:before {
  content: "\f2e3";
}

.mdi-houzz:before {
  content: "\f2e4";
}

.mdi-houzz-box:before {
  content: "\f2e5";
}

.mdi-hubspot:before {
  content: "ﳳ";
}

.mdi-hulu:before {
  content: "\f828";
}

.mdi-human:before {
  content: "\f2e6";
}

.mdi-human-child:before {
  content: "\f2e7";
}

.mdi-human-female:before {
  content: "\f649";
}

.mdi-human-female-boy:before {
  content: "縉";
}

.mdi-human-female-female:before {
  content: "繁";
}

.mdi-human-female-girl:before {
  content: "署";
}

.mdi-human-greeting:before {
  content: "\f64a";
}

.mdi-human-handsdown:before {
  content: "\f64b";
}

.mdi-human-handsup:before {
  content: "\f64c";
}

.mdi-human-male:before {
  content: "\f64d";
}

.mdi-human-male-boy:before {
  content: "者";
}

.mdi-human-male-female:before {
  content: "\f2e8";
}

.mdi-human-male-girl:before {
  content: "臭";
}

.mdi-human-male-male:before {
  content: "艹";
}

.mdi-human-pregnant:before {
  content: "\f5cf";
}

.mdi-humble-bundle:before {
  content: "\f743";
}

.mdi-ice-cream:before {
  content: "\f829";
}

.mdi-iframe:before {
  content: "ﱧ";
}

.mdi-iframe-outline:before {
  content: "ﱨ";
}

.mdi-image:before {
  content: "\f2e9";
}

.mdi-image-album:before {
  content: "\f2ea";
}

.mdi-image-area:before {
  content: "\f2eb";
}

.mdi-image-area-close:before {
  content: "\f2ec";
}

.mdi-image-broken:before {
  content: "\f2ed";
}

.mdi-image-broken-variant:before {
  content: "\f2ee";
}

.mdi-image-filter:before {
  content: "\f2ef";
}

.mdi-image-filter-black-white:before {
  content: "\f2f0";
}

.mdi-image-filter-center-focus:before {
  content: "\f2f1";
}

.mdi-image-filter-center-focus-weak:before {
  content: "\f2f2";
}

.mdi-image-filter-drama:before {
  content: "\f2f3";
}

.mdi-image-filter-frames:before {
  content: "\f2f4";
}

.mdi-image-filter-hdr:before {
  content: "\f2f5";
}

.mdi-image-filter-none:before {
  content: "\f2f6";
}

.mdi-image-filter-tilt-shift:before {
  content: "\f2f7";
}

.mdi-image-filter-vintage:before {
  content: "\f2f8";
}

.mdi-image-frame:before {
  content: "︬";
}

.mdi-image-move:before {
  content: "立";
}

.mdi-image-multiple:before {
  content: "\f2f9";
}

.mdi-image-off:before {
  content: "\f82a";
}

.mdi-image-outline:before {
  content: "掠";
}

.mdi-image-plus:before {
  content: "\f87b";
}

.mdi-image-search:before {
  content: "略";
}

.mdi-image-search-outline:before {
  content: "亮";
}

.mdi-image-size-select-actual:before {
  content: "ﱩ";
}

.mdi-image-size-select-large:before {
  content: "ﱪ";
}

.mdi-image-size-select-small:before {
  content: "ﱫ";
}

.mdi-import:before {
  content: "\f2fa";
}

.mdi-inbox:before {
  content: "\f686";
}

.mdi-inbox-arrow-down:before {
  content: "\f2fb";
}

.mdi-inbox-arrow-up:before {
  content: "\f3d1";
}

.mdi-inbox-multiple:before {
  content: "\f8af";
}

.mdi-inbox-multiple-outline:before {
  content: "ﮄ";
}

.mdi-incognito:before {
  content: "\f5f9";
}

.mdi-infinity:before {
  content: "\f6e3";
}

.mdi-information:before {
  content: "\f2fc";
}

.mdi-information-outline:before {
  content: "\f2fd";
}

.mdi-information-variant:before {
  content: "\f64e";
}

.mdi-instagram:before {
  content: "\f2fe";
}

.mdi-instapaper:before {
  content: "\f2ff";
}

.mdi-internet-explorer:before {
  content: "\f300";
}

.mdi-invert-colors:before {
  content: "\f301";
}

.mdi-invert-colors-off:before {
  content: "︭";
}

.mdi-ip:before {
  content: "艹";
}

.mdi-ip-network:before {
  content: "著";
}

.mdi-ip-network-outline:before {
  content: "ﱬ";
}

.mdi-ipod:before {
  content: "ﱭ";
}

.mdi-islam:before {
  content: "兩";
}

.mdi-itunes:before {
  content: "\f676";
}

.mdi-jabber:before {
  content: "ﶱ";
}

.mdi-jeepney:before {
  content: "\f302";
}

.mdi-jira:before {
  content: "\f303";
}

.mdi-jquery:before {
  content: "\f87c";
}

.mdi-jsfiddle:before {
  content: "\f304";
}

.mdi-json:before {
  content: "\f626";
}

.mdi-judaism:before {
  content: "凉";
}

.mdi-kabaddi:before {
  content: "ﵣ";
}

.mdi-karate:before {
  content: "\f82b";
}

.mdi-keg:before {
  content: "\f305";
}

.mdi-kettle:before {
  content: "\f5fa";
}

.mdi-key:before {
  content: "\f306";
}

.mdi-key-change:before {
  content: "\f307";
}

.mdi-key-minus:before {
  content: "\f308";
}

.mdi-key-outline:before {
  content: "ﶲ";
}

.mdi-key-plus:before {
  content: "\f309";
}

.mdi-key-remove:before {
  content: "\f30a";
}

.mdi-key-variant:before {
  content: "\f30b";
}

.mdi-keyboard:before {
  content: "\f30c";
}

.mdi-keyboard-backspace:before {
  content: "\f30d";
}

.mdi-keyboard-caps:before {
  content: "\f30e";
}

.mdi-keyboard-close:before {
  content: "\f30f";
}

.mdi-keyboard-off:before {
  content: "\f310";
}

.mdi-keyboard-off-outline:before {
  content: "︮";
}

.mdi-keyboard-outline:before {
  content: "梁";
}

.mdi-keyboard-return:before {
  content: "\f311";
}

.mdi-keyboard-settings:before {
  content: "笠";
}

.mdi-keyboard-settings-outline:before {
  content: "粒";
}

.mdi-keyboard-tab:before {
  content: "\f312";
}

.mdi-keyboard-variant:before {
  content: "\f313";
}

.mdi-kickstarter:before {
  content: "\f744";
}

.mdi-knife:before {
  content: "狀";
}

.mdi-knife-military:before {
  content: "炙";
}

.mdi-kodi:before {
  content: "\f314";
}

.mdi-label:before {
  content: "\f315";
}

.mdi-label-off:before {
  content: "響";
}

.mdi-label-off-outline:before {
  content: "頋";
}

.mdi-label-outline:before {
  content: "\f316";
}

.mdi-label-variant:before {
  content: "頻";
}

.mdi-label-variant-outline:before {
  content: "鬒";
}

.mdi-ladybug:before {
  content: "\f82c";
}

.mdi-lambda:before {
  content: "\f627";
}

.mdi-lamp:before {
  content: "\f6b4";
}

.mdi-lan:before {
  content: "\f317";
}

.mdi-lan-connect:before {
  content: "\f318";
}

.mdi-lan-disconnect:before {
  content: "\f319";
}

.mdi-lan-pending:before {
  content: "\f31a";
}

.mdi-language-c:before {
  content: "\f671";
}

.mdi-language-cpp:before {
  content: "\f672";
}

.mdi-language-csharp:before {
  content: "\f31b";
}

.mdi-language-css3:before {
  content: "\f31c";
}

.mdi-language-go:before {
  content: "\f7d2";
}

.mdi-language-haskell:before {
  content: "ﱮ";
}

.mdi-language-html5:before {
  content: "\f31d";
}

.mdi-language-java:before {
  content: "﬜";
}

.mdi-language-javascript:before {
  content: "\f31e";
}

.mdi-language-lua:before {
  content: "\f8b0";
}

.mdi-language-php:before {
  content: "\f31f";
}

.mdi-language-python:before {
  content: "\f320";
}

.mdi-language-python-text:before {
  content: "\f321";
}

.mdi-language-r:before {
  content: "\f7d3";
}

.mdi-language-ruby-on-rails:before {
  content: "龜";
}

.mdi-language-swift:before {
  content: "\f6e4";
}

.mdi-language-typescript:before {
  content: "\f6e5";
}

.mdi-laptop:before {
  content: "\f322";
}

.mdi-laptop-chromebook:before {
  content: "\f323";
}

.mdi-laptop-mac:before {
  content: "\f324";
}

.mdi-laptop-off:before {
  content: "\f6e6";
}

.mdi-laptop-windows:before {
  content: "\f325";
}

.mdi-laravel:before {
  content: "𢡊";
}

.mdi-lastfm:before {
  content: "\f326";
}

.mdi-lastpass:before {
  content: "\f446";
}

.mdi-launch:before {
  content: "\f327";
}

.mdi-lava-lamp:before {
  content: "\f7d4";
}

.mdi-layers:before {
  content: "\f328";
}

.mdi-layers-minus:before {
  content: "︯";
}

.mdi-layers-off:before {
  content: "\f329";
}

.mdi-layers-off-outline:before {
  content: "識";
}

.mdi-layers-outline:before {
  content: "什";
}

.mdi-layers-plus:before {
  content: "︰";
}

.mdi-layers-remove:before {
  content: "︱";
}

.mdi-lead-pencil:before {
  content: "\f64f";
}

.mdi-leaf:before {
  content: "\f32a";
}

.mdi-leaf-maple:before {
  content: "ﱯ";
}

.mdi-leak:before {
  content: "ﶳ";
}

.mdi-leak-off:before {
  content: "ﶴ";
}

.mdi-led-off:before {
  content: "\f32b";
}

.mdi-led-on:before {
  content: "\f32c";
}

.mdi-led-outline:before {
  content: "\f32d";
}

.mdi-led-strip:before {
  content: "\f7d5";
}

.mdi-led-variant-off:before {
  content: "\f32e";
}

.mdi-led-variant-on:before {
  content: "\f32f";
}

.mdi-led-variant-outline:before {
  content: "\f330";
}

.mdi-less-than:before {
  content: "糧";
}

.mdi-less-than-or-equal:before {
  content: "良";
}

.mdi-library:before {
  content: "\f331";
}

.mdi-library-books:before {
  content: "\f332";
}

.mdi-library-movie:before {
  content: "ﳴ";
}

.mdi-library-music:before {
  content: "\f333";
}

.mdi-library-plus:before {
  content: "\f334";
}

.mdi-library-shelves:before {
  content: "ﮅ";
}

.mdi-library-video:before {
  content: "ﳵ";
}

.mdi-lifebuoy:before {
  content: "\f87d";
}

.mdi-light-switch:before {
  content: "諒";
}

.mdi-lightbulb:before {
  content: "\f335";
}

.mdi-lightbulb-off:before {
  content: "︲";
}

.mdi-lightbulb-off-outline:before {
  content: "︳";
}

.mdi-lightbulb-on:before {
  content: "\f6e7";
}

.mdi-lightbulb-on-outline:before {
  content: "\f6e8";
}

.mdi-lightbulb-outline:before {
  content: "\f336";
}

.mdi-lighthouse:before {
  content: "茶";
}

.mdi-lighthouse-on:before {
  content: "刺";
}

.mdi-link:before {
  content: "\f337";
}

.mdi-link-box:before {
  content: "ﳶ";
}

.mdi-link-box-outline:before {
  content: "ﳷ";
}

.mdi-link-box-variant:before {
  content: "ﳸ";
}

.mdi-link-box-variant-outline:before {
  content: "ﳹ";
}

.mdi-link-off:before {
  content: "\f338";
}

.mdi-link-plus:before {
  content: "ﱰ";
}

.mdi-link-variant:before {
  content: "\f339";
}

.mdi-link-variant-off:before {
  content: "\f33a";
}

.mdi-linkedin:before {
  content: "\f33b";
}

.mdi-linkedin-box:before {
  content: "\f33c";
}

.mdi-linux:before {
  content: "\f33d";
}

.mdi-linux-mint:before {
  content: "\f8ec";
}

.mdi-litecoin:before {
  content: "褐";
}

.mdi-loading:before {
  content: "\f771";
}

.mdi-lock:before {
  content: "\f33e";
}

.mdi-lock-alert:before {
  content: "\f8ed";
}

.mdi-lock-clock:before {
  content: "量";
}

.mdi-lock-open:before {
  content: "\f33f";
}

.mdi-lock-open-outline:before {
  content: "\f340";
}

.mdi-lock-outline:before {
  content: "\f341";
}

.mdi-lock-pattern:before {
  content: "\f6e9";
}

.mdi-lock-plus:before {
  content: "\f5fb";
}

.mdi-lock-question:before {
  content: "\f8ee";
}

.mdi-lock-reset:before {
  content: "\f772";
}

.mdi-lock-smart:before {
  content: "\f8b1";
}

.mdi-locker:before {
  content: "\f7d6";
}

.mdi-locker-multiple:before {
  content: "\f7d7";
}

.mdi-login:before {
  content: "\f342";
}

.mdi-login-variant:before {
  content: "\f5fc";
}

.mdi-logout:before {
  content: "\f343";
}

.mdi-logout-variant:before {
  content: "\f5fd";
}

.mdi-looks:before {
  content: "\f344";
}

.mdi-loop:before {
  content: "\f6ea";
}

.mdi-loupe:before {
  content: "\f345";
}

.mdi-lumx:before {
  content: "\f346";
}

.mdi-lyft:before {
  content: "יִ";
}

.mdi-magnet:before {
  content: "\f347";
}

.mdi-magnet-on:before {
  content: "\f348";
}

.mdi-magnify:before {
  content: "\f349";
}

.mdi-magnify-close:before {
  content: "勵";
}

.mdi-magnify-minus:before {
  content: "\f34a";
}

.mdi-magnify-minus-cursor:before {
  content: "視";
}

.mdi-magnify-minus-outline:before {
  content: "\f6eb";
}

.mdi-magnify-plus:before {
  content: "\f34b";
}

.mdi-magnify-plus-cursor:before {
  content: "謁";
}

.mdi-magnify-plus-outline:before {
  content: "\f6ec";
}

.mdi-mail-ru:before {
  content: "\f34c";
}

.mdi-mailbox:before {
  content: "\f6ed";
}

.mdi-mailbox-open:before {
  content: "ﵤ";
}

.mdi-mailbox-open-outline:before {
  content: "ﵥ";
}

.mdi-mailbox-open-up:before {
  content: "ﵦ";
}

.mdi-mailbox-open-up-outline:before {
  content: "ﵧ";
}

.mdi-mailbox-outline:before {
  content: "ﵨ";
}

.mdi-mailbox-up:before {
  content: "ﵩ";
}

.mdi-mailbox-up-outline:before {
  content: "ﵪ";
}

.mdi-map:before {
  content: "\f34d";
}

.mdi-map-clock:before {
  content: "ﳺ";
}

.mdi-map-clock-outline:before {
  content: "ﳻ";
}

.mdi-map-legend:before {
  content: "切";
}

.mdi-map-marker:before {
  content: "\f34e";
}

.mdi-map-marker-check:before {
  content: "ﱱ";
}

.mdi-map-marker-circle:before {
  content: "\f34f";
}

.mdi-map-marker-distance:before {
  content: "\f8ef";
}

.mdi-map-marker-minus:before {
  content: "\f650";
}

.mdi-map-marker-multiple:before {
  content: "\f350";
}

.mdi-map-marker-off:before {
  content: "\f351";
}

.mdi-map-marker-outline:before {
  content: "\f7d8";
}

.mdi-map-marker-path:before {
  content: "ﳼ";
}

.mdi-map-marker-plus:before {
  content: "\f651";
}

.mdi-map-marker-radius:before {
  content: "\f352";
}

.mdi-map-minus:before {
  content: "呂";
}

.mdi-map-outline:before {
  content: "女";
}

.mdi-map-plus:before {
  content: "廬";
}

.mdi-map-search:before {
  content: "旅";
}

.mdi-map-search-outline:before {
  content: "濾";
}

.mdi-mapbox:before {
  content: "ﮆ";
}

.mdi-margin:before {
  content: "\f353";
}

.mdi-markdown:before {
  content: "\f354";
}

.mdi-marker:before {
  content: "\f652";
}

.mdi-marker-cancel:before {
  content: "ﶵ";
}

.mdi-marker-check:before {
  content: "\f355";
}

.mdi-mastodon:before {
  content: "𢡄";
}

.mdi-mastodon-variant:before {
  content: "𣏕";
}

.mdi-material-design:before {
  content: "礪";
}

.mdi-material-ui:before {
  content: "\f357";
}

.mdi-math-compass:before {
  content: "\f358";
}

.mdi-math-cos:before {
  content: "ﱲ";
}

.mdi-math-sin:before {
  content: "ﱳ";
}

.mdi-math-tan:before {
  content: "ﱴ";
}

.mdi-matrix:before {
  content: "\f628";
}

.mdi-maxcdn:before {
  content: "\f359";
}

.mdi-medal:before {
  content: "閭";
}

.mdi-medical-bag:before {
  content: "\f6ee";
}

.mdi-medium:before {
  content: "\f35a";
}

.mdi-meetup:before {
  content: "㮝";
}

.mdi-memory:before {
  content: "\f35b";
}

.mdi-menu:before {
  content: "\f35c";
}

.mdi-menu-down:before {
  content: "\f35d";
}

.mdi-menu-down-outline:before {
  content: "\f6b5";
}

.mdi-menu-left:before {
  content: "\f35e";
}

.mdi-menu-left-outline:before {
  content: "度";
}

.mdi-menu-open:before {
  content: "ﮇ";
}

.mdi-menu-right:before {
  content: "\f35f";
}

.mdi-menu-right-outline:before {
  content: "拓";
}

.mdi-menu-swap:before {
  content: "謹";
}

.mdi-menu-swap-outline:before {
  content: "賓";
}

.mdi-menu-up:before {
  content: "\f360";
}

.mdi-menu-up-outline:before {
  content: "\f6b6";
}

.mdi-message:before {
  content: "\f361";
}

.mdi-message-alert:before {
  content: "\f362";
}

.mdi-message-alert-outline:before {
  content: "糖";
}

.mdi-message-bulleted:before {
  content: "\f6a1";
}

.mdi-message-bulleted-off:before {
  content: "\f6a2";
}

.mdi-message-draw:before {
  content: "\f363";
}

.mdi-message-image:before {
  content: "\f364";
}

.mdi-message-outline:before {
  content: "\f365";
}

.mdi-message-plus:before {
  content: "\f653";
}

.mdi-message-processing:before {
  content: "\f366";
}

.mdi-message-reply:before {
  content: "\f367";
}

.mdi-message-reply-text:before {
  content: "\f368";
}

.mdi-message-settings:before {
  content: "\f6ef";
}

.mdi-message-settings-variant:before {
  content: "\f6f0";
}

.mdi-message-text:before {
  content: "\f369";
}

.mdi-message-text-outline:before {
  content: "\f36a";
}

.mdi-message-video:before {
  content: "\f36b";
}

.mdi-meteor:before {
  content: "\f629";
}

.mdi-metronome:before {
  content: "\f7d9";
}

.mdi-metronome-tick:before {
  content: "\f7da";
}

.mdi-micro-sd:before {
  content: "\f7db";
}

.mdi-microphone:before {
  content: "\f36c";
}

.mdi-microphone-minus:before {
  content: "\f8b2";
}

.mdi-microphone-off:before {
  content: "\f36d";
}

.mdi-microphone-outline:before {
  content: "\f36e";
}

.mdi-microphone-plus:before {
  content: "\f8b3";
}

.mdi-microphone-settings:before {
  content: "\f36f";
}

.mdi-microphone-variant:before {
  content: "\f370";
}

.mdi-microphone-variant-off:before {
  content: "\f371";
}

.mdi-microscope:before {
  content: "\f654";
}

.mdi-microsoft:before {
  content: "\f372";
}

.mdi-microsoft-dynamics:before {
  content: "驪";
}

.mdi-microwave:before {
  content: "ﱵ";
}

.mdi-midi:before {
  content: "\f8f0";
}

.mdi-midi-port:before {
  content: "\f8f1";
}

.mdi-mine:before {
  content: "ﶶ";
}

.mdi-minecraft:before {
  content: "\f373";
}

.mdi-mini-sd:before {
  content: "宅";
}

.mdi-minidisc:before {
  content: "洞";
}

.mdi-minus:before {
  content: "\f374";
}

.mdi-minus-box:before {
  content: "\f375";
}

.mdi-minus-box-outline:before {
  content: "\f6f1";
}

.mdi-minus-circle:before {
  content: "\f376";
}

.mdi-minus-circle-outline:before {
  content: "\f377";
}

.mdi-minus-network:before {
  content: "\f378";
}

.mdi-minus-network-outline:before {
  content: "ﱶ";
}

.mdi-mixcloud:before {
  content: "\f62a";
}

.mdi-mixed-martial-arts:before {
  content: "ﵫ";
}

.mdi-mixed-reality:before {
  content: "\f87e";
}

.mdi-mixer:before {
  content: "\f7dc";
}

.mdi-molecule:before {
  content: "ﮈ";
}

.mdi-monitor:before {
  content: "\f379";
}

.mdi-monitor-cellphone:before {
  content: "麗";
}

.mdi-monitor-cellphone-star:before {
  content: "黎";
}

.mdi-monitor-dashboard:before {
  content: "暴";
}

.mdi-monitor-lock:before {
  content: "ﶷ";
}

.mdi-monitor-multiple:before {
  content: "\f37a";
}

.mdi-monitor-off:before {
  content: "ﵬ";
}

.mdi-monitor-screenshot:before {
  content: "︴";
}

.mdi-monitor-star:before {
  content: "ﶸ";
}

.mdi-more:before {
  content: "\f37b";
}

.mdi-mother-nurse:before {
  content: "ﳽ";
}

.mdi-motion-sensor:before {
  content: "ﵭ";
}

.mdi-motorbike:before {
  content: "\f37c";
}

.mdi-mouse:before {
  content: "\f37d";
}

.mdi-mouse-bluetooth:before {
  content: "力";
}

.mdi-mouse-off:before {
  content: "\f37e";
}

.mdi-mouse-variant:before {
  content: "\f37f";
}

.mdi-mouse-variant-off:before {
  content: "\f380";
}

.mdi-move-resize:before {
  content: "\f655";
}

.mdi-move-resize-variant:before {
  content: "\f656";
}

.mdi-movie:before {
  content: "\f381";
}

.mdi-movie-outline:before {
  content: "ﶹ";
}

.mdi-movie-roll:before {
  content: "\f7dd";
}

.mdi-muffin:before {
  content: "曆";
}

.mdi-multiplication:before {
  content: "\f382";
}

.mdi-multiplication-box:before {
  content: "\f383";
}

.mdi-mushroom:before {
  content: "\f7de";
}

.mdi-mushroom-outline:before {
  content: "\f7df";
}

.mdi-music:before {
  content: "\f759";
}

.mdi-music-box:before {
  content: "\f384";
}

.mdi-music-box-outline:before {
  content: "\f385";
}

.mdi-music-circle:before {
  content: "\f386";
}

.mdi-music-circle-outline:before {
  content: "䀘";
}

.mdi-music-note:before {
  content: "\f387";
}

.mdi-music-note-bluetooth:before {
  content: "\f5fe";
}

.mdi-music-note-bluetooth-off:before {
  content: "\f5ff";
}

.mdi-music-note-eighth:before {
  content: "\f388";
}

.mdi-music-note-half:before {
  content: "\f389";
}

.mdi-music-note-off:before {
  content: "\f38a";
}

.mdi-music-note-plus:before {
  content: "ﶺ";
}

.mdi-music-note-quarter:before {
  content: "\f38b";
}

.mdi-music-note-sixteenth:before {
  content: "\f38c";
}

.mdi-music-note-whole:before {
  content: "\f38d";
}

.mdi-music-off:before {
  content: "\f75a";
}

.mdi-nail:before {
  content: "ﶻ";
}

.mdi-nas:before {
  content: "\f8f2";
}

.mdi-nativescript:before {
  content: "\f87f";
}

.mdi-nature:before {
  content: "\f38e";
}

.mdi-nature-people:before {
  content: "\f38f";
}

.mdi-navigation:before {
  content: "\f390";
}

.mdi-near-me:before {
  content: "\f5cd";
}

.mdi-needle:before {
  content: "\f391";
}

.mdi-netflix:before {
  content: "\f745";
}

.mdi-network:before {
  content: "\f6f2";
}

.mdi-network-off:before {
  content: "ﱷ";
}

.mdi-network-off-outline:before {
  content: "ﱸ";
}

.mdi-network-outline:before {
  content: "ﱹ";
}

.mdi-network-strength-1:before {
  content: "\f8f3";
}

.mdi-network-strength-1-alert:before {
  content: "\f8f4";
}

.mdi-network-strength-2:before {
  content: "\f8f5";
}

.mdi-network-strength-2-alert:before {
  content: "\f8f6";
}

.mdi-network-strength-3:before {
  content: "\f8f7";
}

.mdi-network-strength-3-alert:before {
  content: "\f8f8";
}

.mdi-network-strength-4:before {
  content: "\f8f9";
}

.mdi-network-strength-4-alert:before {
  content: "\f8fa";
}

.mdi-network-strength-off:before {
  content: "\f8fb";
}

.mdi-network-strength-off-outline:before {
  content: "\f8fc";
}

.mdi-network-strength-outline:before {
  content: "\f8fd";
}

.mdi-new-box:before {
  content: "\f394";
}

.mdi-newspaper:before {
  content: "\f395";
}

.mdi-nfc:before {
  content: "\f396";
}

.mdi-nfc-off:before {
  content: "︵";
}

.mdi-nfc-search-variant:before {
  content: "︶";
}

.mdi-nfc-tap:before {
  content: "\f397";
}

.mdi-nfc-variant:before {
  content: "\f398";
}

.mdi-nfc-variant-off:before {
  content: "︷";
}

.mdi-ninja:before {
  content: "\f773";
}

.mdi-nintendo-switch:before {
  content: "\f7e0";
}

.mdi-nodejs:before {
  content: "\f399";
}

.mdi-not-equal:before {
  content: "歷";
}

.mdi-not-equal-variant:before {
  content: "轢";
}

.mdi-note:before {
  content: "\f39a";
}

.mdi-note-multiple:before {
  content: "\f6b7";
}

.mdi-note-multiple-outline:before {
  content: "\f6b8";
}

.mdi-note-outline:before {
  content: "\f39b";
}

.mdi-note-plus:before {
  content: "\f39c";
}

.mdi-note-plus-outline:before {
  content: "\f39d";
}

.mdi-note-text:before {
  content: "\f39e";
}

.mdi-notebook:before {
  content: "\f82d";
}

.mdi-notebook-multiple:before {
  content: "︸";
}

.mdi-notification-clear-all:before {
  content: "\f39f";
}

.mdi-npm:before {
  content: "\f6f6";
}

.mdi-npm-variant:before {
  content: "年";
}

.mdi-npm-variant-outline:before {
  content: "憐";
}

.mdi-nuke:before {
  content: "\f6a3";
}

.mdi-null:before {
  content: "\f7e1";
}

.mdi-numeric:before {
  content: "\f3a0";
}

.mdi-numeric-0:before {
  content: "0";
}

.mdi-numeric-0-box:before {
  content: "\f3a1";
}

.mdi-numeric-0-box-multiple-outline:before {
  content: "\f3a2";
}

.mdi-numeric-0-box-outline:before {
  content: "\f3a3";
}

.mdi-numeric-0-circle:before {
  content: "ﱺ";
}

.mdi-numeric-0-circle-outline:before {
  content: "ﱻ";
}

.mdi-numeric-1:before {
  content: "1";
}

.mdi-numeric-1-box:before {
  content: "\f3a4";
}

.mdi-numeric-1-box-multiple-outline:before {
  content: "\f3a5";
}

.mdi-numeric-1-box-outline:before {
  content: "\f3a6";
}

.mdi-numeric-1-circle:before {
  content: "ﱼ";
}

.mdi-numeric-1-circle-outline:before {
  content: "ﱽ";
}

.mdi-numeric-2:before {
  content: "2";
}

.mdi-numeric-2-box:before {
  content: "\f3a7";
}

.mdi-numeric-2-box-multiple-outline:before {
  content: "\f3a8";
}

.mdi-numeric-2-box-outline:before {
  content: "\f3a9";
}

.mdi-numeric-2-circle:before {
  content: "ﱾ";
}

.mdi-numeric-2-circle-outline:before {
  content: "ﱿ";
}

.mdi-numeric-3:before {
  content: "3";
}

.mdi-numeric-3-box:before {
  content: "\f3aa";
}

.mdi-numeric-3-box-multiple-outline:before {
  content: "\f3ab";
}

.mdi-numeric-3-box-outline:before {
  content: "\f3ac";
}

.mdi-numeric-3-circle:before {
  content: "ﲀ";
}

.mdi-numeric-3-circle-outline:before {
  content: "ﲁ";
}

.mdi-numeric-4:before {
  content: "4";
}

.mdi-numeric-4-box:before {
  content: "\f3ad";
}

.mdi-numeric-4-box-multiple-outline:before {
  content: "\f3ae";
}

.mdi-numeric-4-box-outline:before {
  content: "\f3af";
}

.mdi-numeric-4-circle:before {
  content: "ﲂ";
}

.mdi-numeric-4-circle-outline:before {
  content: "ﲃ";
}

.mdi-numeric-5:before {
  content: "5";
}

.mdi-numeric-5-box:before {
  content: "\f3b0";
}

.mdi-numeric-5-box-multiple-outline:before {
  content: "\f3b1";
}

.mdi-numeric-5-box-outline:before {
  content: "\f3b2";
}

.mdi-numeric-5-circle:before {
  content: "ﲄ";
}

.mdi-numeric-5-circle-outline:before {
  content: "ﲅ";
}

.mdi-numeric-6:before {
  content: "6";
}

.mdi-numeric-6-box:before {
  content: "\f3b3";
}

.mdi-numeric-6-box-multiple-outline:before {
  content: "\f3b4";
}

.mdi-numeric-6-box-outline:before {
  content: "\f3b5";
}

.mdi-numeric-6-circle:before {
  content: "ﲆ";
}

.mdi-numeric-6-circle-outline:before {
  content: "ﲇ";
}

.mdi-numeric-7:before {
  content: "7";
}

.mdi-numeric-7-box:before {
  content: "\f3b6";
}

.mdi-numeric-7-box-multiple-outline:before {
  content: "\f3b7";
}

.mdi-numeric-7-box-outline:before {
  content: "\f3b8";
}

.mdi-numeric-7-circle:before {
  content: "ﲈ";
}

.mdi-numeric-7-circle-outline:before {
  content: "ﲉ";
}

.mdi-numeric-8:before {
  content: "8";
}

.mdi-numeric-8-box:before {
  content: "\f3b9";
}

.mdi-numeric-8-box-multiple-outline:before {
  content: "\f3ba";
}

.mdi-numeric-8-box-outline:before {
  content: "\f3bb";
}

.mdi-numeric-8-circle:before {
  content: "ﲊ";
}

.mdi-numeric-8-circle-outline:before {
  content: "ﲋ";
}

.mdi-numeric-9:before {
  content: "9";
}

.mdi-numeric-9-box:before {
  content: "\f3bc";
}

.mdi-numeric-9-box-multiple-outline:before {
  content: "\f3bd";
}

.mdi-numeric-9-box-outline:before {
  content: "\f3be";
}

.mdi-numeric-9-circle:before {
  content: "ﲌ";
}

.mdi-numeric-9-circle-outline:before {
  content: "ﲍ";
}

.mdi-numeric-9-plus-box:before {
  content: "\f3bf";
}

.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\f3c0";
}

.mdi-numeric-9-plus-box-outline:before {
  content: "\f3c1";
}

.mdi-numeric-9-plus-circle:before {
  content: "ﲎ";
}

.mdi-numeric-9-plus-circle-outline:before {
  content: "ﲏ";
}

.mdi-nut:before {
  content: "\f6f7";
}

.mdi-nutrition:before {
  content: "\f3c2";
}

.mdi-oar:before {
  content: "\f67b";
}

.mdi-ocarina:before {
  content: "ﶼ";
}

.mdi-octagon:before {
  content: "\f3c3";
}

.mdi-octagon-outline:before {
  content: "\f3c4";
}

.mdi-octagram:before {
  content: "\f6f8";
}

.mdi-octagram-outline:before {
  content: "\f774";
}

.mdi-odnoklassniki:before {
  content: "\f3c5";
}

.mdi-office:before {
  content: "\f3c6";
}

.mdi-office-building:before {
  content: "戀";
}

.mdi-oil:before {
  content: "\f3c7";
}

.mdi-oil-temperature:before {
  content: "\f3c8";
}

.mdi-omega:before {
  content: "\f3c9";
}

.mdi-one-up:before {
  content: "ﮉ";
}

.mdi-onedrive:before {
  content: "\f3ca";
}

.mdi-onenote:before {
  content: "\f746";
}

.mdi-onepassword:before {
  content: "\f880";
}

.mdi-opacity:before {
  content: "\f5cc";
}

.mdi-open-in-app:before {
  content: "\f3cb";
}

.mdi-open-in-new:before {
  content: "\f3cc";
}

.mdi-open-source-initiative:before {
  content: "ﮊ";
}

.mdi-openid:before {
  content: "\f3cd";
}

.mdi-opera:before {
  content: "\f3ce";
}

.mdi-orbit:before {
  content: "\f018";
}

.mdi-origin:before {
  content: "שׂ";
}

.mdi-ornament:before {
  content: "\f3cf";
}

.mdi-ornament-variant:before {
  content: "\f3d0";
}

.mdi-outlook:before {
  content: "ﳾ";
}

.mdi-owl:before {
  content: "\f3d2";
}

.mdi-pac-man:before {
  content: "ﮋ";
}

.mdi-package:before {
  content: "\f3d3";
}

.mdi-package-down:before {
  content: "\f3d4";
}

.mdi-package-up:before {
  content: "\f3d5";
}

.mdi-package-variant:before {
  content: "\f3d6";
}

.mdi-package-variant-closed:before {
  content: "\f3d7";
}

.mdi-page-first:before {
  content: "\f600";
}

.mdi-page-last:before {
  content: "\f601";
}

.mdi-page-layout-body:before {
  content: "\f6f9";
}

.mdi-page-layout-footer:before {
  content: "\f6fa";
}

.mdi-page-layout-header:before {
  content: "\f6fb";
}

.mdi-page-layout-sidebar-left:before {
  content: "\f6fc";
}

.mdi-page-layout-sidebar-right:before {
  content: "\f6fd";
}

.mdi-page-next:before {
  content: "ﮌ";
}

.mdi-page-next-outline:before {
  content: "ﮍ";
}

.mdi-page-previous:before {
  content: "ﮎ";
}

.mdi-page-previous-outline:before {
  content: "ﮏ";
}

.mdi-palette:before {
  content: "\f3d8";
}

.mdi-palette-advanced:before {
  content: "\f3d9";
}

.mdi-palette-outline:before {
  content: "﹬";
}

.mdi-palette-swatch:before {
  content: "\f8b4";
}

.mdi-pan:before {
  content: "ﮐ";
}

.mdi-pan-bottom-left:before {
  content: "ﮑ";
}

.mdi-pan-bottom-right:before {
  content: "ﮒ";
}

.mdi-pan-down:before {
  content: "ﮓ";
}

.mdi-pan-horizontal:before {
  content: "ﮔ";
}

.mdi-pan-left:before {
  content: "ﮕ";
}

.mdi-pan-right:before {
  content: "ﮖ";
}

.mdi-pan-top-left:before {
  content: "ﮗ";
}

.mdi-pan-top-right:before {
  content: "ﮘ";
}

.mdi-pan-up:before {
  content: "ﮙ";
}

.mdi-pan-vertical:before {
  content: "ﮚ";
}

.mdi-panda:before {
  content: "\f3da";
}

.mdi-pandora:before {
  content: "\f3db";
}

.mdi-panorama:before {
  content: "\f3dc";
}

.mdi-panorama-fisheye:before {
  content: "\f3dd";
}

.mdi-panorama-horizontal:before {
  content: "\f3de";
}

.mdi-panorama-vertical:before {
  content: "\f3df";
}

.mdi-panorama-wide-angle:before {
  content: "\f3e0";
}

.mdi-paper-cut-vertical:before {
  content: "\f3e1";
}

.mdi-paperclip:before {
  content: "\f3e2";
}

.mdi-parachute:before {
  content: "ﲐ";
}

.mdi-parachute-outline:before {
  content: "ﲑ";
}

.mdi-parking:before {
  content: "\f3e3";
}

.mdi-passport:before {
  content: "\f7e2";
}

.mdi-passport-biometric:before {
  content: "ﶽ";
}

.mdi-patreon:before {
  content: "\f881";
}

.mdi-pause:before {
  content: "\f3e4";
}

.mdi-pause-circle:before {
  content: "\f3e5";
}

.mdi-pause-circle-outline:before {
  content: "\f3e6";
}

.mdi-pause-octagon:before {
  content: "\f3e7";
}

.mdi-pause-octagon-outline:before {
  content: "\f3e8";
}

.mdi-paw:before {
  content: "\f3e9";
}

.mdi-paw-off:before {
  content: "\f657";
}

.mdi-paypal:before {
  content: "\f882";
}

.mdi-pdf-box:before {
  content: "︹";
}

.mdi-peace:before {
  content: "\f883";
}

.mdi-pen:before {
  content: "\f3ea";
}

.mdi-pen-lock:before {
  content: "ﶾ";
}

.mdi-pen-minus:before {
  content: "ﶿ";
}

.mdi-pen-off:before {
  content: "ﷀ";
}

.mdi-pen-plus:before {
  content: "ﷁ";
}

.mdi-pen-remove:before {
  content: "ﷂ";
}

.mdi-pencil:before {
  content: "\f3eb";
}

.mdi-pencil-box:before {
  content: "\f3ec";
}

.mdi-pencil-box-outline:before {
  content: "\f3ed";
}

.mdi-pencil-circle:before {
  content: "\f6fe";
}

.mdi-pencil-circle-outline:before {
  content: "\f775";
}

.mdi-pencil-lock:before {
  content: "\f3ee";
}

.mdi-pencil-lock-outline:before {
  content: "ﷃ";
}

.mdi-pencil-minus:before {
  content: "ﷄ";
}

.mdi-pencil-minus-outline:before {
  content: "ﷅ";
}

.mdi-pencil-off:before {
  content: "\f3ef";
}

.mdi-pencil-off-outline:before {
  content: "ﷆ";
}

.mdi-pencil-outline:before {
  content: "ﲒ";
}

.mdi-pencil-plus:before {
  content: "ﷇ";
}

.mdi-pencil-plus-outline:before {
  content: "﷈";
}

.mdi-pencil-remove:before {
  content: "﷉";
}

.mdi-pencil-remove-outline:before {
  content: "﷊";
}

.mdi-pentagon:before {
  content: "\f6ff";
}

.mdi-pentagon-outline:before {
  content: "\f700";
}

.mdi-percent:before {
  content: "\f3f0";
}

.mdi-periodic-table:before {
  content: "\f8b5";
}

.mdi-periodic-table-co2:before {
  content: "\f7e3";
}

.mdi-periscope:before {
  content: "\f747";
}

.mdi-perspective-less:before {
  content: "ﳿ";
}

.mdi-perspective-more:before {
  content: "ﴀ";
}

.mdi-pharmacy:before {
  content: "\f3f1";
}

.mdi-phone:before {
  content: "\f3f2";
}

.mdi-phone-bluetooth:before {
  content: "\f3f3";
}

.mdi-phone-classic:before {
  content: "\f602";
}

.mdi-phone-forward:before {
  content: "\f3f4";
}

.mdi-phone-hangup:before {
  content: "\f3f5";
}

.mdi-phone-in-talk:before {
  content: "\f3f6";
}

.mdi-phone-incoming:before {
  content: "\f3f7";
}

.mdi-phone-lock:before {
  content: "\f3f8";
}

.mdi-phone-log:before {
  content: "\f3f9";
}

.mdi-phone-minus:before {
  content: "\f658";
}

.mdi-phone-missed:before {
  content: "\f3fa";
}

.mdi-phone-off:before {
  content: "﷋";
}

.mdi-phone-outgoing:before {
  content: "\f3fb";
}

.mdi-phone-outline:before {
  content: "﷌";
}

.mdi-phone-paused:before {
  content: "\f3fc";
}

.mdi-phone-plus:before {
  content: "\f659";
}

.mdi-phone-return:before {
  content: "\f82e";
}

.mdi-phone-rotate-landscape:before {
  content: "\f884";
}

.mdi-phone-rotate-portrait:before {
  content: "\f885";
}

.mdi-phone-settings:before {
  content: "\f3fd";
}

.mdi-phone-voip:before {
  content: "\f3fe";
}

.mdi-pi:before {
  content: "\f3ff";
}

.mdi-pi-box:before {
  content: "\f400";
}

.mdi-pi-hole:before {
  content: "﷍";
}

.mdi-piano:before {
  content: "\f67c";
}

.mdi-pickaxe:before {
  content: "\f8b6";
}

.mdi-picture-in-picture-bottom-right:before {
  content: "︺";
}

.mdi-picture-in-picture-bottom-right-outline:before {
  content: "︻";
}

.mdi-picture-in-picture-top-right:before {
  content: "︼";
}

.mdi-picture-in-picture-top-right-outline:before {
  content: "︽";
}

.mdi-pier:before {
  content: "\f886";
}

.mdi-pier-crane:before {
  content: "\f887";
}

.mdi-pig:before {
  content: "\f401";
}

.mdi-pill:before {
  content: "\f402";
}

.mdi-pillar:before {
  content: "\f701";
}

.mdi-pin:before {
  content: "\f403";
}

.mdi-pin-off:before {
  content: "\f404";
}

.mdi-pin-off-outline:before {
  content: "勞";
}

.mdi-pin-outline:before {
  content: "擄";
}

.mdi-pine-tree:before {
  content: "\f405";
}

.mdi-pine-tree-box:before {
  content: "\f406";
}

.mdi-pinterest:before {
  content: "\f407";
}

.mdi-pinterest-box:before {
  content: "\f408";
}

.mdi-pinwheel:before {
  content: "䀹";
}

.mdi-pinwheel-outline:before {
  content: "𥉉";
}

.mdi-pipe:before {
  content: "\f7e4";
}

.mdi-pipe-disconnected:before {
  content: "\f7e5";
}

.mdi-pipe-leak:before {
  content: "\f888";
}

.mdi-pirate:before {
  content: "輻";
}

.mdi-pistol:before {
  content: "\f702";
}

.mdi-piston:before {
  content: "\f889";
}

.mdi-pizza:before {
  content: "\f409";
}

.mdi-play:before {
  content: "\f40a";
}

.mdi-play-box-outline:before {
  content: "\f40b";
}

.mdi-play-circle:before {
  content: "\f40c";
}

.mdi-play-circle-outline:before {
  content: "\f40d";
}

.mdi-play-network:before {
  content: "\f88a";
}

.mdi-play-network-outline:before {
  content: "ﲓ";
}

.mdi-play-pause:before {
  content: "\f40e";
}

.mdi-play-protected-content:before {
  content: "\f40f";
}

.mdi-play-speed:before {
  content: "\f8fe";
}

.mdi-playlist-check:before {
  content: "\f5c7";
}

.mdi-playlist-edit:before {
  content: "\f8ff";
}

.mdi-playlist-minus:before {
  content: "\f410";
}

.mdi-playlist-music:before {
  content: "ﲔ";
}

.mdi-playlist-music-outline:before {
  content: "ﲕ";
}

.mdi-playlist-play:before {
  content: "\f411";
}

.mdi-playlist-plus:before {
  content: "\f412";
}

.mdi-playlist-remove:before {
  content: "\f413";
}

.mdi-playlist-star:before {
  content: "﷎";
}

.mdi-playstation:before {
  content: "\f414";
}

.mdi-plex:before {
  content: "\f6b9";
}

.mdi-plus:before {
  content: "\f415";
}

.mdi-plus-box:before {
  content: "\f416";
}

.mdi-plus-box-outline:before {
  content: "\f703";
}

.mdi-plus-circle:before {
  content: "\f417";
}

.mdi-plus-circle-multiple-outline:before {
  content: "\f418";
}

.mdi-plus-circle-outline:before {
  content: "\f419";
}

.mdi-plus-minus:before {
  content: "撚";
}

.mdi-plus-minus-box:before {
  content: "漣";
}

.mdi-plus-network:before {
  content: "\f41a";
}

.mdi-plus-network-outline:before {
  content: "ﲖ";
}

.mdi-plus-one:before {
  content: "\f41b";
}

.mdi-plus-outline:before {
  content: "\f704";
}

.mdi-pocket:before {
  content: "\f41c";
}

.mdi-podcast:before {
  content: "煉";
}

.mdi-podium:before {
  content: "ﴁ";
}

.mdi-podium-bronze:before {
  content: "ﴂ";
}

.mdi-podium-gold:before {
  content: "ﴃ";
}

.mdi-podium-silver:before {
  content: "ﴄ";
}

.mdi-point-of-sale:before {
  content: "ﵮ";
}

.mdi-pokeball:before {
  content: "\f41d";
}

.mdi-pokemon-go:before {
  content: "行";
}

.mdi-poker-chip:before {
  content: "\f82f";
}

.mdi-polaroid:before {
  content: "\f41e";
}

.mdi-poll:before {
  content: "\f41f";
}

.mdi-poll-box:before {
  content: "\f420";
}

.mdi-polymer:before {
  content: "\f421";
}

.mdi-pool:before {
  content: "\f606";
}

.mdi-popcorn:before {
  content: "\f422";
}

.mdi-postage-stamp:before {
  content: "ﲗ";
}

.mdi-pot:before {
  content: "\f65a";
}

.mdi-pot-mix:before {
  content: "\f65b";
}

.mdi-pound:before {
  content: "\f423";
}

.mdi-pound-box:before {
  content: "\f424";
}

.mdi-power:before {
  content: "\f425";
}

.mdi-power-cycle:before {
  content: "豈";
}

.mdi-power-off:before {
  content: "更";
}

.mdi-power-on:before {
  content: "車";
}

.mdi-power-plug:before {
  content: "\f6a4";
}

.mdi-power-plug-off:before {
  content: "\f6a5";
}

.mdi-power-settings:before {
  content: "\f426";
}

.mdi-power-sleep:before {
  content: "賈";
}

.mdi-power-socket:before {
  content: "\f427";
}

.mdi-power-socket-au:before {
  content: "滑";
}

.mdi-power-socket-eu:before {
  content: "\f7e6";
}

.mdi-power-socket-uk:before {
  content: "\f7e7";
}

.mdi-power-socket-us:before {
  content: "\f7e8";
}

.mdi-power-standby:before {
  content: "串";
}

.mdi-powershell:before {
  content: "降";
}

.mdi-prescription:before {
  content: "\f705";
}

.mdi-presentation:before {
  content: "\f428";
}

.mdi-presentation-play:before {
  content: "\f429";
}

.mdi-printer:before {
  content: "\f42a";
}

.mdi-printer-3d:before {
  content: "\f42b";
}

.mdi-printer-3d-nozzle:before {
  content: "︾";
}

.mdi-printer-3d-nozzle-outline:before {
  content: "︿";
}

.mdi-printer-alert:before {
  content: "\f42c";
}

.mdi-printer-off:before {
  content: "﹀";
}

.mdi-printer-settings:before {
  content: "\f706";
}

.mdi-printer-wireless:before {
  content: "見";
}

.mdi-priority-high:before {
  content: "\f603";
}

.mdi-priority-low:before {
  content: "\f604";
}

.mdi-professional-hexagon:before {
  content: "\f42d";
}

.mdi-progress-alert:before {
  content: "ﲘ";
}

.mdi-progress-check:before {
  content: "璉";
}

.mdi-progress-clock:before {
  content: "秊";
}

.mdi-progress-download:before {
  content: "練";
}

.mdi-progress-upload:before {
  content: "聯";
}

.mdi-progress-wrench:before {
  content: "ﲙ";
}

.mdi-projector:before {
  content: "\f42e";
}

.mdi-projector-screen:before {
  content: "\f42f";
}

.mdi-publish:before {
  content: "\f6a6";
}

.mdi-pulse:before {
  content: "\f430";
}

.mdi-pumpkin:before {
  content: "ﮛ";
}

.mdi-puzzle:before {
  content: "\f431";
}

.mdi-puzzle-outline:before {
  content: "贈";
}

.mdi-qi:before {
  content: "輦";
}

.mdi-qqchat:before {
  content: "\f605";
}

.mdi-qrcode:before {
  content: "\f432";
}

.mdi-qrcode-edit:before {
  content: "\f8b7";
}

.mdi-qrcode-scan:before {
  content: "\f433";
}

.mdi-quadcopter:before {
  content: "\f434";
}

.mdi-quality-high:before {
  content: "\f435";
}

.mdi-quality-low:before {
  content: "廓";
}

.mdi-quality-medium:before {
  content: "兀";
}

.mdi-quicktime:before {
  content: "\f436";
}

.mdi-quora:before {
  content: "ﴅ";
}

.mdi-rabbit:before {
  content: "句";
}

.mdi-racing-helmet:before {
  content: "ﵯ";
}

.mdi-racquetball:before {
  content: "ﵰ";
}

.mdi-radar:before {
  content: "\f437";
}

.mdi-radiator:before {
  content: "\f438";
}

.mdi-radiator-disabled:before {
  content: "𥳐";
}

.mdi-radiator-off:before {
  content: "𧻓";
}

.mdi-radio:before {
  content: "\f439";
}

.mdi-radio-am:before {
  content: "ﲚ";
}

.mdi-radio-fm:before {
  content: "ﲛ";
}

.mdi-radio-handheld:before {
  content: "\f43a";
}

.mdi-radio-tower:before {
  content: "\f43b";
}

.mdi-radioactive:before {
  content: "\f43c";
}

.mdi-radiobox-blank:before {
  content: "\f43d";
}

.mdi-radiobox-marked:before {
  content: "\f43e";
}

.mdi-radius:before {
  content: "ﲜ";
}

.mdi-radius-outline:before {
  content: "ﲝ";
}

.mdi-raspberry-pi:before {
  content: "\f43f";
}

.mdi-ray-end:before {
  content: "\f440";
}

.mdi-ray-end-arrow:before {
  content: "\f441";
}

.mdi-ray-start:before {
  content: "\f442";
}

.mdi-ray-start-arrow:before {
  content: "\f443";
}

.mdi-ray-start-end:before {
  content: "\f444";
}

.mdi-ray-vertex:before {
  content: "\f445";
}

.mdi-react:before {
  content: "\f707";
}

.mdi-read:before {
  content: "\f447";
}

.mdi-receipt:before {
  content: "\f449";
}

.mdi-record:before {
  content: "\f44a";
}

.mdi-record-player:before {
  content: "蓮";
}

.mdi-record-rec:before {
  content: "\f44b";
}

.mdi-rectangle:before {
  content: "﹁";
}

.mdi-rectangle-outline:before {
  content: "﹂";
}

.mdi-recycle:before {
  content: "\f44c";
}

.mdi-reddit:before {
  content: "\f44d";
}

.mdi-redo:before {
  content: "\f44e";
}

.mdi-redo-variant:before {
  content: "\f44f";
}

.mdi-reflect-horizontal:before {
  content: "嗀";
}

.mdi-reflect-vertical:before {
  content: "﨎";
}

.mdi-refresh:before {
  content: "\f450";
}

.mdi-regex:before {
  content: "\f451";
}

.mdi-registered-trademark:before {
  content: "辶";
}

.mdi-relative-scale:before {
  content: "\f452";
}

.mdi-reload:before {
  content: "\f453";
}

.mdi-reminder:before {
  content: "\f88b";
}

.mdi-remote:before {
  content: "\f454";
}

.mdi-remote-desktop:before {
  content: "\f8b8";
}

.mdi-rename-box:before {
  content: "\f455";
}

.mdi-reorder-horizontal:before {
  content: "\f687";
}

.mdi-reorder-vertical:before {
  content: "\f688";
}

.mdi-repeat:before {
  content: "\f456";
}

.mdi-repeat-off:before {
  content: "\f457";
}

.mdi-repeat-once:before {
  content: "\f458";
}

.mdi-replay:before {
  content: "\f459";
}

.mdi-reply:before {
  content: "\f45a";
}

.mdi-reply-all:before {
  content: "\f45b";
}

.mdi-reproduction:before {
  content: "\f45c";
}

.mdi-resistor:before {
  content: "ײַ";
}

.mdi-resistor-nodes:before {
  content: "ﬠ";
}

.mdi-resize:before {
  content: "逸";
}

.mdi-resize-bottom-right:before {
  content: "\f45d";
}

.mdi-responsive:before {
  content: "\f45e";
}

.mdi-restart:before {
  content: "\f708";
}

.mdi-restart-off:before {
  content: "ﵱ";
}

.mdi-restore:before {
  content: "連";
}

.mdi-restore-clock:before {
  content: "\f6a7";
}

.mdi-rewind:before {
  content: "\f45f";
}

.mdi-rewind-10:before {
  content: "ﴆ";
}

.mdi-rewind-30:before {
  content: "ﵲ";
}

.mdi-rewind-outline:before {
  content: "\f709";
}

.mdi-rhombus:before {
  content: "\f70a";
}

.mdi-rhombus-medium:before {
  content: "﨏";
}

.mdi-rhombus-outline:before {
  content: "\f70b";
}

.mdi-rhombus-split:before {
  content: "塚";
}

.mdi-ribbon:before {
  content: "\f460";
}

.mdi-rice:before {
  content: "\f7e9";
}

.mdi-ring:before {
  content: "\f7ea";
}

.mdi-rivet:before {
  content: "﹃";
}

.mdi-road:before {
  content: "\f461";
}

.mdi-road-variant:before {
  content: "\f462";
}

.mdi-robot:before {
  content: "\f6a8";
}

.mdi-robot-industrial:before {
  content: "ﬡ";
}

.mdi-robot-vacuum:before {
  content: "\f70c";
}

.mdi-robot-vacuum-variant:before {
  content: "龜";
}

.mdi-rocket:before {
  content: "\f463";
}

.mdi-roller-skate:before {
  content: "ﴇ";
}

.mdi-rollerblade:before {
  content: "ﴈ";
}

.mdi-rollupjs:before {
  content: "ﮜ";
}

.mdi-room-service:before {
  content: "\f88c";
}

.mdi-room-service-outline:before {
  content: "ﵳ";
}

.mdi-rotate-3d:before {
  content: "\f464";
}

.mdi-rotate-left:before {
  content: "\f465";
}

.mdi-rotate-left-variant:before {
  content: "\f466";
}

.mdi-rotate-orbit:before {
  content: "ﵴ";
}

.mdi-rotate-right:before {
  content: "\f467";
}

.mdi-rotate-right-variant:before {
  content: "\f468";
}

.mdi-rounded-corner:before {
  content: "\f607";
}

.mdi-router-wireless:before {
  content: "\f469";
}

.mdi-router-wireless-settings:before {
  content: "難";
}

.mdi-routes:before {
  content: "\f46a";
}

.mdi-rowing:before {
  content: "\f608";
}

.mdi-rss:before {
  content: "\f46b";
}

.mdi-rss-box:before {
  content: "\f46c";
}

.mdi-ruby:before {
  content: "ﴉ";
}

.mdi-rugby:before {
  content: "ﵵ";
}

.mdi-ruler:before {
  content: "\f46d";
}

.mdi-ruler-square:before {
  content: "ﲞ";
}

.mdi-run:before {
  content: "\f70d";
}

.mdi-run-fast:before {
  content: "\f46e";
}

.mdi-sack:before {
  content: "ﴊ";
}

.mdi-sack-percent:before {
  content: "ﴋ";
}

.mdi-safe:before {
  content: "響";
}

.mdi-safety-goggles:before {
  content: "ﴌ";
}

.mdi-sale:before {
  content: "\f46f";
}

.mdi-salesforce:before {
  content: "\f88d";
}

.mdi-sass:before {
  content: "\f7eb";
}

.mdi-satellite:before {
  content: "\f470";
}

.mdi-satellite-uplink:before {
  content: "龜";
}

.mdi-satellite-variant:before {
  content: "\f471";
}

.mdi-sausage:before {
  content: "\f8b9";
}

.mdi-saw-blade:before {
  content: "﹄";
}

.mdi-saxophone:before {
  content: "\f609";
}

.mdi-scale:before {
  content: "\f472";
}

.mdi-scale-balance:before {
  content: "\f5d1";
}

.mdi-scale-bathroom:before {
  content: "\f473";
}

.mdi-scanner:before {
  content: "\f6aa";
}

.mdi-scanner-off:before {
  content: "契";
}

.mdi-school:before {
  content: "\f474";
}

.mdi-scissors-cutting:before {
  content: "頻";
}

.mdi-screen-rotation:before {
  content: "\f475";
}

.mdi-screen-rotation-lock:before {
  content: "\f476";
}

.mdi-screw-flat-top:before {
  content: "﷏";
}

.mdi-screw-lag:before {
  content: "﹔";
}

.mdi-screw-machine-flat-top:before {
  content: "﹕";
}

.mdi-screw-machine-round-top:before {
  content: "﹖";
}

.mdi-screw-round-top:before {
  content: "﹗";
}

.mdi-screwdriver:before {
  content: "\f477";
}

.mdi-script:before {
  content: "ﮝ";
}

.mdi-script-outline:before {
  content: "\f478";
}

.mdi-script-text:before {
  content: "ﮞ";
}

.mdi-script-text-outline:before {
  content: "ﮟ";
}

.mdi-sd:before {
  content: "\f479";
}

.mdi-seal:before {
  content: "\f47a";
}

.mdi-search-web:before {
  content: "\f70e";
}

.mdi-seat:before {
  content: "ﲟ";
}

.mdi-seat-flat:before {
  content: "\f47b";
}

.mdi-seat-flat-angled:before {
  content: "\f47c";
}

.mdi-seat-individual-suite:before {
  content: "\f47d";
}

.mdi-seat-legroom-extra:before {
  content: "\f47e";
}

.mdi-seat-legroom-normal:before {
  content: "\f47f";
}

.mdi-seat-legroom-reduced:before {
  content: "\f480";
}

.mdi-seat-outline:before {
  content: "ﲠ";
}

.mdi-seat-recline-extra:before {
  content: "\f481";
}

.mdi-seat-recline-normal:before {
  content: "\f482";
}

.mdi-seatbelt:before {
  content: "ﲡ";
}

.mdi-security:before {
  content: "\f483";
}

.mdi-security-network:before {
  content: "\f484";
}

.mdi-seed:before {
  content: "﹅";
}

.mdi-seed-outline:before {
  content: "﹆";
}

.mdi-select:before {
  content: "\f485";
}

.mdi-select-all:before {
  content: "\f486";
}

.mdi-select-color:before {
  content: "ﴍ";
}

.mdi-select-compare:before {
  content: "齃";
}

.mdi-select-drag:before {
  content: "恵";
}

.mdi-select-inverse:before {
  content: "\f487";
}

.mdi-select-off:before {
  content: "\f488";
}

.mdi-selection:before {
  content: "\f489";
}

.mdi-selection-drag:before {
  content: "𤋮";
}

.mdi-selection-ellipse:before {
  content: "ﴎ";
}

.mdi-selection-off:before {
  content: "\f776";
}

.mdi-send:before {
  content: "\f48a";
}

.mdi-send-circle:before {
  content: "﹘";
}

.mdi-send-circle-outline:before {
  content: "﹙";
}

.mdi-send-lock:before {
  content: "\f7ec";
}

.mdi-serial-port:before {
  content: "\f65c";
}

.mdi-server:before {
  content: "\f48b";
}

.mdi-server-minus:before {
  content: "\f48c";
}

.mdi-server-network:before {
  content: "\f48d";
}

.mdi-server-network-off:before {
  content: "\f48e";
}

.mdi-server-off:before {
  content: "\f48f";
}

.mdi-server-plus:before {
  content: "\f490";
}

.mdi-server-remove:before {
  content: "\f491";
}

.mdi-server-security:before {
  content: "\f492";
}

.mdi-set-all:before {
  content: "\f777";
}

.mdi-set-center:before {
  content: "\f778";
}

.mdi-set-center-right:before {
  content: "\f779";
}

.mdi-set-left:before {
  content: "\f77a";
}

.mdi-set-left-center:before {
  content: "\f77b";
}

.mdi-set-left-right:before {
  content: "\f77c";
}

.mdi-set-none:before {
  content: "\f77d";
}

.mdi-set-right:before {
  content: "\f77e";
}

.mdi-set-top-box:before {
  content: "咽";
}

.mdi-settings:before {
  content: "\f493";
}

.mdi-settings-box:before {
  content: "\f494";
}

.mdi-settings-helper:before {
  content: "舘";
}

.mdi-settings-outline:before {
  content: "\f8ba";
}

.mdi-shape:before {
  content: "\f830";
}

.mdi-shape-circle-plus:before {
  content: "\f65d";
}

.mdi-shape-outline:before {
  content: "\f831";
}

.mdi-shape-plus:before {
  content: "\f495";
}

.mdi-shape-polygon-plus:before {
  content: "\f65e";
}

.mdi-shape-rectangle-plus:before {
  content: "\f65f";
}

.mdi-shape-square-plus:before {
  content: "\f660";
}

.mdi-share:before {
  content: "\f496";
}

.mdi-share-outline:before {
  content: "櫓";
}

.mdi-share-variant:before {
  content: "\f497";
}

.mdi-sheep:before {
  content: "ﲢ";
}

.mdi-shield:before {
  content: "\f498";
}

.mdi-shield-account:before {
  content: "\f88e";
}

.mdi-shield-account-outline:before {
  content: "﨑";
}

.mdi-shield-airplane:before {
  content: "\f6ba";
}

.mdi-shield-airplane-outline:before {
  content: "ﲣ";
}

.mdi-shield-check:before {
  content: "\f565";
}

.mdi-shield-check-outline:before {
  content: "ﲤ";
}

.mdi-shield-cross:before {
  content: "ﲥ";
}

.mdi-shield-cross-outline:before {
  content: "ﲦ";
}

.mdi-shield-half-full:before {
  content: "\f77f";
}

.mdi-shield-home:before {
  content: "\f689";
}

.mdi-shield-home-outline:before {
  content: "ﲧ";
}

.mdi-shield-key:before {
  content: "ﮠ";
}

.mdi-shield-key-outline:before {
  content: "ﮡ";
}

.mdi-shield-link-variant:before {
  content: "ﴏ";
}

.mdi-shield-link-variant-outline:before {
  content: "ﴐ";
}

.mdi-shield-lock:before {
  content: "列";
}

.mdi-shield-lock-outline:before {
  content: "ﲨ";
}

.mdi-shield-off:before {
  content: "劣";
}

.mdi-shield-off-outline:before {
  content: "鍊";
}

.mdi-shield-outline:before {
  content: "\f499";
}

.mdi-shield-plus:before {
  content: "龎";
}

.mdi-shield-plus-outline:before {
  content: "﫚";
}

.mdi-shield-remove:before {
  content: "﫛";
}

.mdi-shield-remove-outline:before {
  content: "﫜";
}

.mdi-shield-search:before {
  content: "ﵶ";
}

.mdi-ship-wheel:before {
  content: "\f832";
}

.mdi-shoe-formal:before {
  content: "ﬢ";
}

.mdi-shoe-heel:before {
  content: "ﬣ";
}

.mdi-shoe-print:before {
  content: "﹚";
}

.mdi-shopify:before {
  content: "﫝";
}

.mdi-shopping:before {
  content: "\f49a";
}

.mdi-shopping-music:before {
  content: "\f49b";
}

.mdi-shovel:before {
  content: "\f70f";
}

.mdi-shovel-off:before {
  content: "\f710";
}

.mdi-shower:before {
  content: "烈";
}

.mdi-shower-head:before {
  content: "裂";
}

.mdi-shredder:before {
  content: "\f49c";
}

.mdi-shuffle:before {
  content: "\f49d";
}

.mdi-shuffle-disabled:before {
  content: "\f49e";
}

.mdi-shuffle-variant:before {
  content: "\f49f";
}

.mdi-sigma:before {
  content: "\f4a0";
}

.mdi-sigma-lower:before {
  content: "\f62b";
}

.mdi-sign-caution:before {
  content: "\f4a1";
}

.mdi-sign-direction:before {
  content: "\f780";
}

.mdi-sign-text:before {
  content: "\f781";
}

.mdi-signal:before {
  content: "\f4a2";
}

.mdi-signal-2g:before {
  content: "\f711";
}

.mdi-signal-3g:before {
  content: "\f712";
}

.mdi-signal-4g:before {
  content: "\f713";
}

.mdi-signal-5g:before {
  content: "﩮";
}

.mdi-signal-cellular-1:before {
  content: "\f8bb";
}

.mdi-signal-cellular-2:before {
  content: "\f8bc";
}

.mdi-signal-cellular-3:before {
  content: "\f8bd";
}

.mdi-signal-cellular-outline:before {
  content: "\f8be";
}

.mdi-signal-distance-variant:before {
  content: "﹇";
}

.mdi-signal-hspa:before {
  content: "\f714";
}

.mdi-signal-hspa-plus:before {
  content: "\f715";
}

.mdi-signal-off:before {
  content: "\f782";
}

.mdi-signal-variant:before {
  content: "\f60a";
}

.mdi-signature:before {
  content: "﹛";
}

.mdi-signature-freehand:before {
  content: "﹜";
}

.mdi-signature-image:before {
  content: "﹝";
}

.mdi-signature-text:before {
  content: "﹞";
}

.mdi-silo:before {
  content: "ﬤ";
}

.mdi-silverware:before {
  content: "\f4a3";
}

.mdi-silverware-fork:before {
  content: "\f4a4";
}

.mdi-silverware-fork-knife:before {
  content: "﩯";
}

.mdi-silverware-spoon:before {
  content: "\f4a5";
}

.mdi-silverware-variant:before {
  content: "\f4a6";
}

.mdi-sim:before {
  content: "\f4a7";
}

.mdi-sim-alert:before {
  content: "\f4a8";
}

.mdi-sim-off:before {
  content: "\f4a9";
}

.mdi-sina-weibo:before {
  content: "﫞";
}

.mdi-sitemap:before {
  content: "\f4aa";
}

.mdi-skate:before {
  content: "ﴑ";
}

.mdi-skew-less:before {
  content: "ﴒ";
}

.mdi-skew-more:before {
  content: "ﴓ";
}

.mdi-skip-backward:before {
  content: "\f4ab";
}

.mdi-skip-forward:before {
  content: "\f4ac";
}

.mdi-skip-next:before {
  content: "\f4ad";
}

.mdi-skip-next-circle:before {
  content: "\f661";
}

.mdi-skip-next-circle-outline:before {
  content: "\f662";
}

.mdi-skip-previous:before {
  content: "\f4ae";
}

.mdi-skip-previous-circle:before {
  content: "\f663";
}

.mdi-skip-previous-circle-outline:before {
  content: "\f664";
}

.mdi-skull:before {
  content: "\f68b";
}

.mdi-skull-crossbones:before {
  content: "ﮢ";
}

.mdi-skull-crossbones-outline:before {
  content: "ﮣ";
}

.mdi-skull-outline:before {
  content: "ﮤ";
}

.mdi-skype:before {
  content: "\f4af";
}

.mdi-skype-business:before {
  content: "\f4b0";
}

.mdi-slack:before {
  content: "\f4b1";
}

.mdi-slackware:before {
  content: "金";
}

.mdi-sleep:before {
  content: "\f4b2";
}

.mdi-sleep-off:before {
  content: "\f4b3";
}

.mdi-slope-downhill:before {
  content: "﹟";
}

.mdi-slope-uphill:before {
  content: "﹠";
}

.mdi-smog:before {
  content: "並";
}

.mdi-smoke-detector:before {
  content: "\f392";
}

.mdi-smoking:before {
  content: "\f4b4";
}

.mdi-smoking-off:before {
  content: "\f4b5";
}

.mdi-snapchat:before {
  content: "\f4b6";
}

.mdi-snowflake:before {
  content: "\f716";
}

.mdi-snowman:before {
  content: "\f4b7";
}

.mdi-soccer:before {
  content: "\f4b8";
}

.mdi-soccer-field:before {
  content: "\f833";
}

.mdi-sofa:before {
  content: "\f4b9";
}

.mdi-solar-panel:before {
  content: "ﵷ";
}

.mdi-solar-panel-large:before {
  content: "ﵸ";
}

.mdi-solar-power:before {
  content: "况";
}

.mdi-solid:before {
  content: "\f68c";
}

.mdi-sort:before {
  content: "\f4ba";
}

.mdi-sort-alphabetical:before {
  content: "\f4bb";
}

.mdi-sort-ascending:before {
  content: "\f4bc";
}

.mdi-sort-descending:before {
  content: "\f4bd";
}

.mdi-sort-numeric:before {
  content: "\f4be";
}

.mdi-sort-variant:before {
  content: "\f4bf";
}

.mdi-sort-variant-lock:before {
  content: "ﲩ";
}

.mdi-sort-variant-lock-open:before {
  content: "ﲪ";
}

.mdi-soundcloud:before {
  content: "\f4c0";
}

.mdi-source-branch:before {
  content: "\f62c";
}

.mdi-source-commit:before {
  content: "\f717";
}

.mdi-source-commit-end:before {
  content: "\f718";
}

.mdi-source-commit-end-local:before {
  content: "\f719";
}

.mdi-source-commit-local:before {
  content: "\f71a";
}

.mdi-source-commit-next-local:before {
  content: "\f71b";
}

.mdi-source-commit-start:before {
  content: "\f71c";
}

.mdi-source-commit-start-next-local:before {
  content: "\f71d";
}

.mdi-source-fork:before {
  content: "\f4c1";
}

.mdi-source-merge:before {
  content: "\f62d";
}

.mdi-source-pull:before {
  content: "\f4c2";
}

.mdi-source-repository:before {
  content: "ﲫ";
}

.mdi-source-repository-multiple:before {
  content: "ﲬ";
}

.mdi-soy-sauce:before {
  content: "\f7ed";
}

.mdi-spa:before {
  content: "ﲭ";
}

.mdi-spa-outline:before {
  content: "ﲮ";
}

.mdi-space-invaders:before {
  content: "ﮥ";
}

.mdi-spade:before {
  content: "﹈";
}

.mdi-speaker:before {
  content: "\f4c3";
}

.mdi-speaker-bluetooth:before {
  content: "說";
}

.mdi-speaker-multiple:before {
  content: "ﴔ";
}

.mdi-speaker-off:before {
  content: "\f4c4";
}

.mdi-speaker-wireless:before {
  content: "\f71e";
}

.mdi-speedometer:before {
  content: "\f4c5";
}

.mdi-spellcheck:before {
  content: "\f4c6";
}

.mdi-spider-web:before {
  content: "ﮦ";
}

.mdi-spotify:before {
  content: "\f4c7";
}

.mdi-spotlight:before {
  content: "\f4c8";
}

.mdi-spotlight-beam:before {
  content: "\f4c9";
}

.mdi-spray:before {
  content: "\f665";
}

.mdi-spray-bottle:before {
  content: "﫟";
}

.mdi-sprout:before {
  content: "﹉";
}

.mdi-sprout-outline:before {
  content: "﹊";
}

.mdi-square:before {
  content: "\f763";
}

.mdi-square-edit-outline:before {
  content: "喇";
}

.mdi-square-inc:before {
  content: "\f4ca";
}

.mdi-square-inc-cash:before {
  content: "\f4cb";
}

.mdi-square-medium:before {
  content: "晴";
}

.mdi-square-medium-outline:before {
  content: "﨓";
}

.mdi-square-outline:before {
  content: "\f762";
}

.mdi-square-root:before {
  content: "\f783";
}

.mdi-square-root-box:before {
  content: "廉";
}

.mdi-square-small:before {
  content: "﨔";
}

.mdi-squeegee:before {
  content: "﫠";
}

.mdi-ssh:before {
  content: "\f8bf";
}

.mdi-stack-exchange:before {
  content: "\f60b";
}

.mdi-stack-overflow:before {
  content: "\f4cc";
}

.mdi-stadium:before {
  content: "\f71f";
}

.mdi-stairs:before {
  content: "\f4cd";
}

.mdi-stamper:before {
  content: "ﴕ";
}

.mdi-standard-definition:before {
  content: "\f7ee";
}

.mdi-star:before {
  content: "\f4ce";
}

.mdi-star-box:before {
  content: "全";
}

.mdi-star-box-outline:before {
  content: "侀";
}

.mdi-star-circle:before {
  content: "\f4cf";
}

.mdi-star-circle-outline:before {
  content: "念";
}

.mdi-star-face:before {
  content: "捻";
}

.mdi-star-four-points:before {
  content: "﫡";
}

.mdi-star-four-points-outline:before {
  content: "﫢";
}

.mdi-star-half:before {
  content: "\f4d0";
}

.mdi-star-off:before {
  content: "\f4d1";
}

.mdi-star-outline:before {
  content: "\f4d2";
}

.mdi-star-three-points:before {
  content: "﫣";
}

.mdi-star-three-points-outline:before {
  content: "﫤";
}

.mdi-steam:before {
  content: "\f4d3";
}

.mdi-steam-box:before {
  content: "奈";
}

.mdi-steering:before {
  content: "\f4d4";
}

.mdi-steering-off:before {
  content: "懶";
}

.mdi-step-backward:before {
  content: "\f4d5";
}

.mdi-step-backward-2:before {
  content: "\f4d6";
}

.mdi-step-forward:before {
  content: "\f4d7";
}

.mdi-step-forward-2:before {
  content: "\f4d8";
}

.mdi-stethoscope:before {
  content: "\f4d9";
}

.mdi-sticker:before {
  content: "\f5d0";
}

.mdi-sticker-emoji:before {
  content: "\f784";
}

.mdi-stocking:before {
  content: "\f4da";
}

.mdi-stop:before {
  content: "\f4db";
}

.mdi-stop-circle:before {
  content: "\f666";
}

.mdi-stop-circle-outline:before {
  content: "\f667";
}

.mdi-store:before {
  content: "\f4dc";
}

.mdi-store-24-hour:before {
  content: "\f4dd";
}

.mdi-stove:before {
  content: "\f4de";
}

.mdi-strava:before {
  content: "ﬥ";
}

.mdi-subdirectory-arrow-left:before {
  content: "\f60c";
}

.mdi-subdirectory-arrow-right:before {
  content: "\f60d";
}

.mdi-subtitles:before {
  content: "凞";
}

.mdi-subtitles-outline:before {
  content: "猪";
}

.mdi-subway:before {
  content: "\f6ab";
}

.mdi-subway-alert-variant:before {
  content: "ﵹ";
}

.mdi-subway-variant:before {
  content: "\f4df";
}

.mdi-summit:before {
  content: "\f785";
}

.mdi-sunglasses:before {
  content: "\f4e0";
}

.mdi-surround-sound:before {
  content: "\f5c5";
}

.mdi-surround-sound-2-0:before {
  content: "\f7ef";
}

.mdi-surround-sound-3-1:before {
  content: "\f7f0";
}

.mdi-surround-sound-5-1:before {
  content: "\f7f1";
}

.mdi-surround-sound-7-1:before {
  content: "\f7f2";
}

.mdi-svg:before {
  content: "\f720";
}

.mdi-swap-horizontal:before {
  content: "\f4e1";
}

.mdi-swap-horizontal-bold:before {
  content: "ﮩ";
}

.mdi-swap-horizontal-variant:before {
  content: "\f8c0";
}

.mdi-swap-vertical:before {
  content: "\f4e2";
}

.mdi-swap-vertical-bold:before {
  content: "ﮪ";
}

.mdi-swap-vertical-variant:before {
  content: "\f8c1";
}

.mdi-swim:before {
  content: "\f4e3";
}

.mdi-switch:before {
  content: "\f4e4";
}

.mdi-sword:before {
  content: "\f4e5";
}

.mdi-sword-cross:before {
  content: "\f786";
}

.mdi-symfony:before {
  content: "﫥";
}

.mdi-sync:before {
  content: "\f4e6";
}

.mdi-sync-alert:before {
  content: "\f4e7";
}

.mdi-sync-off:before {
  content: "\f4e8";
}

.mdi-tab:before {
  content: "\f4e9";
}

.mdi-tab-minus:before {
  content: "ﬦ";
}

.mdi-tab-plus:before {
  content: "\f75b";
}

.mdi-tab-remove:before {
  content: "ﬧ";
}

.mdi-tab-unselected:before {
  content: "\f4ea";
}

.mdi-table:before {
  content: "\f4eb";
}

.mdi-table-border:before {
  content: "益";
}

.mdi-table-column:before {
  content: "\f834";
}

.mdi-table-column-plus-after:before {
  content: "\f4ec";
}

.mdi-table-column-plus-before:before {
  content: "\f4ed";
}

.mdi-table-column-remove:before {
  content: "\f4ee";
}

.mdi-table-column-width:before {
  content: "\f4ef";
}

.mdi-table-edit:before {
  content: "\f4f0";
}

.mdi-table-large:before {
  content: "\f4f1";
}

.mdi-table-merge-cells:before {
  content: "殮";
}

.mdi-table-of-contents:before {
  content: "\f835";
}

.mdi-table-plus:before {
  content: "充";
}

.mdi-table-remove:before {
  content: "冀";
}

.mdi-table-row:before {
  content: "\f836";
}

.mdi-table-row-height:before {
  content: "\f4f2";
}

.mdi-table-row-plus-after:before {
  content: "\f4f3";
}

.mdi-table-row-plus-before:before {
  content: "\f4f4";
}

.mdi-table-row-remove:before {
  content: "\f4f5";
}

.mdi-table-search:before {
  content: "癩";
}

.mdi-table-settings:before {
  content: "\f837";
}

.mdi-table-tennis:before {
  content: "﹋";
}

.mdi-tablet:before {
  content: "\f4f6";
}

.mdi-tablet-android:before {
  content: "\f4f7";
}

.mdi-tablet-cellphone:before {
  content: "簾";
}

.mdi-tablet-ipad:before {
  content: "\f4f8";
}

.mdi-taco:before {
  content: "\f761";
}

.mdi-tag:before {
  content: "\f4f9";
}

.mdi-tag-faces:before {
  content: "\f4fa";
}

.mdi-tag-heart:before {
  content: "\f68a";
}

.mdi-tag-heart-outline:before {
  content: "ﮫ";
}

.mdi-tag-minus:before {
  content: "羅";
}

.mdi-tag-multiple:before {
  content: "\f4fb";
}

.mdi-tag-outline:before {
  content: "\f4fc";
}

.mdi-tag-plus:before {
  content: "\f721";
}

.mdi-tag-remove:before {
  content: "\f722";
}

.mdi-tag-text-outline:before {
  content: "\f4fd";
}

.mdi-tank:before {
  content: "ﴖ";
}

.mdi-tape-measure:before {
  content: "ﬨ";
}

.mdi-target:before {
  content: "\f4fe";
}

.mdi-target-account:before {
  content: "ﮬ";
}

.mdi-target-variant:before {
  content: "勇";
}

.mdi-taxi:before {
  content: "\f4ff";
}

.mdi-tea:before {
  content: "ﵺ";
}

.mdi-tea-outline:before {
  content: "ﵻ";
}

.mdi-teach:before {
  content: "\f88f";
}

.mdi-teamviewer:before {
  content: "\f500";
}

.mdi-telegram:before {
  content: "\f501";
}

.mdi-telescope:before {
  content: "﬩";
}

.mdi-television:before {
  content: "\f502";
}

.mdi-television-box:before {
  content: "\f838";
}

.mdi-television-classic:before {
  content: "\f7f3";
}

.mdi-television-classic-off:before {
  content: "\f839";
}

.mdi-television-guide:before {
  content: "\f503";
}

.mdi-television-off:before {
  content: "\f83a";
}

.mdi-temperature-celsius:before {
  content: "\f504";
}

.mdi-temperature-fahrenheit:before {
  content: "\f505";
}

.mdi-temperature-kelvin:before {
  content: "\f506";
}

.mdi-tennis:before {
  content: "ﵼ";
}

.mdi-tennis-ball:before {
  content: "\f507";
}

.mdi-tent:before {
  content: "\f508";
}

.mdi-terrain:before {
  content: "\f509";
}

.mdi-test-tube:before {
  content: "\f668";
}

.mdi-test-tube-empty:before {
  content: "蘿";
}

.mdi-test-tube-off:before {
  content: "螺";
}

.mdi-text:before {
  content: "獵";
}

.mdi-text-shadow:before {
  content: "\f669";
}

.mdi-text-short:before {
  content: "令";
}

.mdi-text-subject:before {
  content: "囹";
}

.mdi-text-to-speech:before {
  content: "\f50a";
}

.mdi-text-to-speech-off:before {
  content: "\f50b";
}

.mdi-textbox:before {
  content: "\f60e";
}

.mdi-textbox-password:before {
  content: "\f7f4";
}

.mdi-texture:before {
  content: "\f50c";
}

.mdi-theater:before {
  content: "\f50d";
}

.mdi-theme-light-dark:before {
  content: "\f50e";
}

.mdi-thermometer:before {
  content: "\f50f";
}

.mdi-thermometer-alert:before {
  content: "﹡";
}

.mdi-thermometer-chevron-down:before {
  content: "﹢";
}

.mdi-thermometer-chevron-up:before {
  content: "﹣";
}

.mdi-thermometer-lines:before {
  content: "\f510";
}

.mdi-thermometer-minus:before {
  content: "﹤";
}

.mdi-thermometer-plus:before {
  content: "﹥";
}

.mdi-thermostat:before {
  content: "\f393";
}

.mdi-thermostat-box:before {
  content: "\f890";
}

.mdi-thought-bubble:before {
  content: "\f7f5";
}

.mdi-thought-bubble-outline:before {
  content: "\f7f6";
}

.mdi-thumb-down:before {
  content: "\f511";
}

.mdi-thumb-down-outline:before {
  content: "\f512";
}

.mdi-thumb-up:before {
  content: "\f513";
}

.mdi-thumb-up-outline:before {
  content: "\f514";
}

.mdi-thumbs-up-down:before {
  content: "\f515";
}

.mdi-ticket:before {
  content: "\f516";
}

.mdi-ticket-account:before {
  content: "\f517";
}

.mdi-ticket-confirmation:before {
  content: "\f518";
}

.mdi-ticket-outline:before {
  content: "裸";
}

.mdi-ticket-percent:before {
  content: "\f723";
}

.mdi-tie:before {
  content: "\f519";
}

.mdi-tilde:before {
  content: "\f724";
}

.mdi-timelapse:before {
  content: "\f51a";
}

.mdi-timeline:before {
  content: "ﮭ";
}

.mdi-timeline-outline:before {
  content: "ﮮ";
}

.mdi-timeline-text:before {
  content: "ﮯ";
}

.mdi-timeline-text-outline:before {
  content: "ﮰ";
}

.mdi-timer:before {
  content: "\f51b";
}

.mdi-timer-10:before {
  content: "\f51c";
}

.mdi-timer-3:before {
  content: "\f51d";
}

.mdi-timer-off:before {
  content: "\f51e";
}

.mdi-timer-sand:before {
  content: "\f51f";
}

.mdi-timer-sand-empty:before {
  content: "\f6ac";
}

.mdi-timer-sand-full:before {
  content: "\f78b";
}

.mdi-timetable:before {
  content: "\f520";
}

.mdi-toaster-oven:before {
  content: "ﲯ";
}

.mdi-toggle-switch:before {
  content: "\f521";
}

.mdi-toggle-switch-off:before {
  content: "\f522";
}

.mdi-toggle-switch-off-outline:before {
  content: "礼";
}

.mdi-toggle-switch-outline:before {
  content: "神";
}

.mdi-toilet:before {
  content: "寧";
}

.mdi-toolbox:before {
  content: "嶺";
}

.mdi-toolbox-outline:before {
  content: "怜";
}

.mdi-tooltip:before {
  content: "\f523";
}

.mdi-tooltip-account:before {
  content: "\f00c";
}

.mdi-tooltip-edit:before {
  content: "\f524";
}

.mdi-tooltip-image:before {
  content: "\f525";
}

.mdi-tooltip-image-outline:before {
  content: "ﮱ";
}

.mdi-tooltip-outline:before {
  content: "\f526";
}

.mdi-tooltip-plus:before {
  content: "﮲";
}

.mdi-tooltip-plus-outline:before {
  content: "\f527";
}

.mdi-tooltip-text:before {
  content: "\f528";
}

.mdi-tooltip-text-outline:before {
  content: "﮳";
}

.mdi-tooth:before {
  content: "\f8c2";
}

.mdi-tooth-outline:before {
  content: "\f529";
}

.mdi-tor:before {
  content: "\f52a";
}

.mdi-tortoise:before {
  content: "ﴗ";
}

.mdi-tournament:before {
  content: "玲";
}

.mdi-tower-beach:before {
  content: "\f680";
}

.mdi-tower-fire:before {
  content: "\f681";
}

.mdi-towing:before {
  content: "\f83b";
}

.mdi-track-light:before {
  content: "邏";
}

.mdi-trackpad:before {
  content: "\f7f7";
}

.mdi-trackpad-lock:before {
  content: "爐";
}

.mdi-tractor:before {
  content: "\f891";
}

.mdi-trademark:before {
  content: "勺";
}

.mdi-traffic-light:before {
  content: "\f52b";
}

.mdi-train:before {
  content: "\f52c";
}

.mdi-train-car:before {
  content: "﮴";
}

.mdi-train-variant:before {
  content: "\f8c3";
}

.mdi-tram:before {
  content: "\f52d";
}

.mdi-transcribe:before {
  content: "\f52e";
}

.mdi-transcribe-close:before {
  content: "\f52f";
}

.mdi-transfer-down:before {
  content: "ﵽ";
}

.mdi-transfer-left:before {
  content: "ﵾ";
}

.mdi-transfer-right:before {
  content: "\f530";
}

.mdi-transfer-up:before {
  content: "ﵿ";
}

.mdi-transit-connection:before {
  content: "ﴘ";
}

.mdi-transit-connection-variant:before {
  content: "ﴙ";
}

.mdi-transit-transfer:before {
  content: "\f6ad";
}

.mdi-transition:before {
  content: "樂";
}

.mdi-transition-masked:before {
  content: "洛";
}

.mdi-translate:before {
  content: "\f5ca";
}

.mdi-translate-off:before {
  content: "﹦";
}

.mdi-transmission-tower:before {
  content: "ﴚ";
}

.mdi-trash-can:before {
  content: "喝";
}

.mdi-trash-can-outline:before {
  content: "啕";
}

.mdi-treasure-chest:before {
  content: "\f725";
}

.mdi-tree:before {
  content: "\f531";
}

.mdi-tree-outline:before {
  content: "﹌";
}

.mdi-trello:before {
  content: "\f532";
}

.mdi-trending-down:before {
  content: "\f533";
}

.mdi-trending-neutral:before {
  content: "\f534";
}

.mdi-trending-up:before {
  content: "\f535";
}

.mdi-triangle:before {
  content: "\f536";
}

.mdi-triangle-outline:before {
  content: "\f537";
}

.mdi-triforce:before {
  content: "﮵";
}

.mdi-trophy:before {
  content: "\f538";
}

.mdi-trophy-award:before {
  content: "\f539";
}

.mdi-trophy-broken:before {
  content: "ﶀ";
}

.mdi-trophy-outline:before {
  content: "\f53a";
}

.mdi-trophy-variant:before {
  content: "\f53b";
}

.mdi-trophy-variant-outline:before {
  content: "\f53c";
}

.mdi-truck:before {
  content: "\f53d";
}

.mdi-truck-check:before {
  content: "ﲰ";
}

.mdi-truck-delivery:before {
  content: "\f53e";
}

.mdi-truck-fast:before {
  content: "\f787";
}

.mdi-truck-trailer:before {
  content: "\f726";
}

.mdi-tshirt-crew:before {
  content: "喙";
}

.mdi-tshirt-crew-outline:before {
  content: "\f53f";
}

.mdi-tshirt-v:before {
  content: "嗢";
}

.mdi-tshirt-v-outline:before {
  content: "\f540";
}

.mdi-tumble-dryer:before {
  content: "烙";
}

.mdi-tumblr:before {
  content: "\f541";
}

.mdi-tumblr-box:before {
  content: "珞";
}

.mdi-tumblr-reblog:before {
  content: "\f542";
}

.mdi-tune:before {
  content: "\f62e";
}

.mdi-tune-vertical:before {
  content: "\f66a";
}

.mdi-turnstile:before {
  content: "ﲱ";
}

.mdi-turnstile-outline:before {
  content: "ﲲ";
}

.mdi-turtle:before {
  content: "ﲳ";
}

.mdi-twitch:before {
  content: "\f543";
}

.mdi-twitter:before {
  content: "\f544";
}

.mdi-twitter-box:before {
  content: "\f545";
}

.mdi-twitter-circle:before {
  content: "\f546";
}

.mdi-twitter-retweet:before {
  content: "\f547";
}

.mdi-two-factor-authentication:before {
  content: "瑩";
}

.mdi-uber:before {
  content: "\f748";
}

.mdi-ubisoft:before {
  content: "﮶";
}

.mdi-ubuntu:before {
  content: "\f548";
}

.mdi-ultra-high-definition:before {
  content: "\f7f8";
}

.mdi-umbraco:before {
  content: "\f549";
}

.mdi-umbrella:before {
  content: "\f54a";
}

.mdi-umbrella-closed:before {
  content: "羚";
}

.mdi-umbrella-outline:before {
  content: "\f54b";
}

.mdi-undo:before {
  content: "\f54c";
}

.mdi-undo-variant:before {
  content: "\f54d";
}

.mdi-unfold-less-horizontal:before {
  content: "\f54e";
}

.mdi-unfold-less-vertical:before {
  content: "\f75f";
}

.mdi-unfold-more-horizontal:before {
  content: "\f54f";
}

.mdi-unfold-more-vertical:before {
  content: "\f760";
}

.mdi-ungroup:before {
  content: "\f550";
}

.mdi-unity:before {
  content: "\f6ae";
}

.mdi-unreal:before {
  content: "聆";
}

.mdi-untappd:before {
  content: "\f551";
}

.mdi-update:before {
  content: "\f6af";
}

.mdi-upload:before {
  content: "\f552";
}

.mdi-upload-multiple:before {
  content: "\f83c";
}

.mdi-upload-network:before {
  content: "\f6f5";
}

.mdi-upload-network-outline:before {
  content: "ﲴ";
}

.mdi-upload-outline:before {
  content: "﹧";
}

.mdi-usb:before {
  content: "\f553";
}

.mdi-van-passenger:before {
  content: "\f7f9";
}

.mdi-van-utility:before {
  content: "\f7fa";
}

.mdi-vanish:before {
  content: "\f7fb";
}

.mdi-variable:before {
  content: "﫦";
}

.mdi-vector-arrange-above:before {
  content: "\f554";
}

.mdi-vector-arrange-below:before {
  content: "\f555";
}

.mdi-vector-bezier:before {
  content: "﫧";
}

.mdi-vector-circle:before {
  content: "\f556";
}

.mdi-vector-circle-variant:before {
  content: "\f557";
}

.mdi-vector-combine:before {
  content: "\f558";
}

.mdi-vector-curve:before {
  content: "\f559";
}

.mdi-vector-difference:before {
  content: "\f55a";
}

.mdi-vector-difference-ab:before {
  content: "\f55b";
}

.mdi-vector-difference-ba:before {
  content: "\f55c";
}

.mdi-vector-ellipse:before {
  content: "\f892";
}

.mdi-vector-intersection:before {
  content: "\f55d";
}

.mdi-vector-line:before {
  content: "\f55e";
}

.mdi-vector-point:before {
  content: "\f55f";
}

.mdi-vector-polygon:before {
  content: "\f560";
}

.mdi-vector-polyline:before {
  content: "\f561";
}

.mdi-vector-radius:before {
  content: "\f749";
}

.mdi-vector-rectangle:before {
  content: "\f5c6";
}

.mdi-vector-selection:before {
  content: "\f562";
}

.mdi-vector-square:before {
  content: "\f001";
}

.mdi-vector-triangle:before {
  content: "\f563";
}

.mdi-vector-union:before {
  content: "\f564";
}

.mdi-venmo:before {
  content: "\f578";
}

.mdi-vhs:before {
  content: "祥";
}

.mdi-vibrate:before {
  content: "\f566";
}

.mdi-vibrate-off:before {
  content: "ﲵ";
}

.mdi-video:before {
  content: "\f567";
}

.mdi-video-3d:before {
  content: "\f7fc";
}

.mdi-video-4k-box:before {
  content: "\f83d";
}

.mdi-video-account:before {
  content: "落";
}

.mdi-video-image:before {
  content: "酪";
}

.mdi-video-input-antenna:before {
  content: "\f83e";
}

.mdi-video-input-component:before {
  content: "\f83f";
}

.mdi-video-input-hdmi:before {
  content: "\f840";
}

.mdi-video-input-svideo:before {
  content: "\f841";
}

.mdi-video-minus:before {
  content: "鈴";
}

.mdi-video-off:before {
  content: "\f568";
}

.mdi-video-off-outline:before {
  content: "﮷";
}

.mdi-video-outline:before {
  content: "﮸";
}

.mdi-video-plus:before {
  content: "零";
}

.mdi-video-stabilization:before {
  content: "駱";
}

.mdi-video-switch:before {
  content: "\f569";
}

.mdi-video-vintage:before {
  content: "福";
}

.mdi-view-agenda:before {
  content: "\f56a";
}

.mdi-view-array:before {
  content: "\f56b";
}

.mdi-view-carousel:before {
  content: "\f56c";
}

.mdi-view-column:before {
  content: "\f56d";
}

.mdi-view-comfy:before {
  content: "﹍";
}

.mdi-view-compact:before {
  content: "﹎";
}

.mdi-view-compact-outline:before {
  content: "﹏";
}

.mdi-view-dashboard:before {
  content: "\f56e";
}

.mdi-view-dashboard-outline:before {
  content: "靖";
}

.mdi-view-dashboard-variant:before {
  content: "\f842";
}

.mdi-view-day:before {
  content: "\f56f";
}

.mdi-view-grid:before {
  content: "\f570";
}

.mdi-view-headline:before {
  content: "\f571";
}

.mdi-view-list:before {
  content: "\f572";
}

.mdi-view-module:before {
  content: "\f573";
}

.mdi-view-parallel:before {
  content: "\f727";
}

.mdi-view-quilt:before {
  content: "\f574";
}

.mdi-view-sequential:before {
  content: "\f728";
}

.mdi-view-split-horizontal:before {
  content: "ﮧ";
}

.mdi-view-split-vertical:before {
  content: "ﮨ";
}

.mdi-view-stream:before {
  content: "\f575";
}

.mdi-view-week:before {
  content: "\f576";
}

.mdi-vimeo:before {
  content: "\f577";
}

.mdi-violin:before {
  content: "\f60f";
}

.mdi-virtual-reality:before {
  content: "\f893";
}

.mdi-visual-studio:before {
  content: "\f610";
}

.mdi-visual-studio-code:before {
  content: "精";
}

.mdi-vk:before {
  content: "\f579";
}

.mdi-vk-box:before {
  content: "\f57a";
}

.mdi-vk-circle:before {
  content: "\f57b";
}

.mdi-vlc:before {
  content: "\f57c";
}

.mdi-voice:before {
  content: "\f5cb";
}

.mdi-voicemail:before {
  content: "\f57d";
}

.mdi-volleyball:before {
  content: "靈";
}

.mdi-volume-high:before {
  content: "\f57e";
}

.mdi-volume-low:before {
  content: "\f57f";
}

.mdi-volume-medium:before {
  content: "\f580";
}

.mdi-volume-minus:before {
  content: "\f75d";
}

.mdi-volume-mute:before {
  content: "\f75e";
}

.mdi-volume-off:before {
  content: "\f581";
}

.mdi-volume-plus:before {
  content: "\f75c";
}

.mdi-volume-variant-off:before {
  content: "﹨";
}

.mdi-vote:before {
  content: "羽";
}

.mdi-vote-outline:before {
  content: "﨟";
}

.mdi-vpn:before {
  content: "\f582";
}

.mdi-vuejs:before {
  content: "\f843";
}

.mdi-vuetify:before {
  content: "﹐";
}

.mdi-walk:before {
  content: "\f583";
}

.mdi-wall:before {
  content: "\f7fd";
}

.mdi-wall-sconce:before {
  content: "亂";
}

.mdi-wall-sconce-flat:before {
  content: "卵";
}

.mdi-wall-sconce-variant:before {
  content: "欄";
}

.mdi-wallet:before {
  content: "\f584";
}

.mdi-wallet-giftcard:before {
  content: "\f585";
}

.mdi-wallet-membership:before {
  content: "\f586";
}

.mdi-wallet-outline:before {
  content: "﮹";
}

.mdi-wallet-travel:before {
  content: "\f587";
}

.mdi-wallpaper:before {
  content: "﹩";
}

.mdi-wan:before {
  content: "\f588";
}

.mdi-washing-machine:before {
  content: "\f729";
}

.mdi-watch:before {
  content: "\f589";
}

.mdi-watch-export:before {
  content: "\f58a";
}

.mdi-watch-export-variant:before {
  content: "\f894";
}

.mdi-watch-import:before {
  content: "\f58b";
}

.mdi-watch-import-variant:before {
  content: "\f895";
}

.mdi-watch-variant:before {
  content: "\f896";
}

.mdi-watch-vibrate:before {
  content: "\f6b0";
}

.mdi-watch-vibrate-off:before {
  content: "ﲶ";
}

.mdi-water:before {
  content: "\f58c";
}

.mdi-water-off:before {
  content: "\f58d";
}

.mdi-water-outline:before {
  content: "﹪";
}

.mdi-water-percent:before {
  content: "\f58e";
}

.mdi-water-pump:before {
  content: "\f58f";
}

.mdi-watermark:before {
  content: "\f612";
}

.mdi-waves:before {
  content: "\f78c";
}

.mdi-waze:before {
  content: "﮺";
}

.mdi-weather-cloudy:before {
  content: "\f590";
}

.mdi-weather-cloudy-arrow-right:before {
  content: "﹑";
}

.mdi-weather-fog:before {
  content: "\f591";
}

.mdi-weather-hail:before {
  content: "\f592";
}

.mdi-weather-hurricane:before {
  content: "\f897";
}

.mdi-weather-lightning:before {
  content: "\f593";
}

.mdi-weather-lightning-rainy:before {
  content: "\f67d";
}

.mdi-weather-night:before {
  content: "\f594";
}

.mdi-weather-partlycloudy:before {
  content: "\f595";
}

.mdi-weather-pouring:before {
  content: "\f596";
}

.mdi-weather-rainy:before {
  content: "\f597";
}

.mdi-weather-snowy:before {
  content: "\f598";
}

.mdi-weather-snowy-rainy:before {
  content: "\f67e";
}

.mdi-weather-sunny:before {
  content: "\f599";
}

.mdi-weather-sunset:before {
  content: "\f59a";
}

.mdi-weather-sunset-down:before {
  content: "\f59b";
}

.mdi-weather-sunset-up:before {
  content: "\f59c";
}

.mdi-weather-windy:before {
  content: "\f59d";
}

.mdi-weather-windy-variant:before {
  content: "\f59e";
}

.mdi-web:before {
  content: "\f59f";
}

.mdi-webcam:before {
  content: "\f5a0";
}

.mdi-webhook:before {
  content: "\f62f";
}

.mdi-webpack:before {
  content: "\f72a";
}

.mdi-wechat:before {
  content: "\f611";
}

.mdi-weight:before {
  content: "\f5a1";
}

.mdi-weight-gram:before {
  content: "ﴛ";
}

.mdi-weight-kilogram:before {
  content: "\f5a2";
}

.mdi-weight-pound:before {
  content: "領";
}

.mdi-whatsapp:before {
  content: "\f5a3";
}

.mdi-wheelchair-accessibility:before {
  content: "\f5a4";
}

.mdi-whistle:before {
  content: "例";
}

.mdi-white-balance-auto:before {
  content: "\f5a5";
}

.mdi-white-balance-incandescent:before {
  content: "\f5a6";
}

.mdi-white-balance-iridescent:before {
  content: "\f5a7";
}

.mdi-white-balance-sunny:before {
  content: "\f5a8";
}

.mdi-widgets:before {
  content: "\f72b";
}

.mdi-wifi:before {
  content: "\f5a9";
}

.mdi-wifi-off:before {
  content: "\f5aa";
}

.mdi-wifi-star:before {
  content: "﹫";
}

.mdi-wifi-strength-1:before {
  content: "爛";
}

.mdi-wifi-strength-1-alert:before {
  content: "蘭";
}

.mdi-wifi-strength-1-lock:before {
  content: "鸞";
}

.mdi-wifi-strength-2:before {
  content: "嵐";
}

.mdi-wifi-strength-2-alert:before {
  content: "濫";
}

.mdi-wifi-strength-2-lock:before {
  content: "藍";
}

.mdi-wifi-strength-3:before {
  content: "襤";
}

.mdi-wifi-strength-3-alert:before {
  content: "拉";
}

.mdi-wifi-strength-3-lock:before {
  content: "臘";
}

.mdi-wifi-strength-4:before {
  content: "蠟";
}

.mdi-wifi-strength-4-alert:before {
  content: "廊";
}

.mdi-wifi-strength-4-lock:before {
  content: "朗";
}

.mdi-wifi-strength-alert-outline:before {
  content: "浪";
}

.mdi-wifi-strength-lock-outline:before {
  content: "狼";
}

.mdi-wifi-strength-off:before {
  content: "郎";
}

.mdi-wifi-strength-off-outline:before {
  content: "來";
}

.mdi-wifi-strength-outline:before {
  content: "冷";
}

.mdi-wii:before {
  content: "\f5ab";
}

.mdi-wiiu:before {
  content: "\f72c";
}

.mdi-wikipedia:before {
  content: "\f5ac";
}

.mdi-wind-turbine:before {
  content: "ﶁ";
}

.mdi-window-close:before {
  content: "\f5ad";
}

.mdi-window-closed:before {
  content: "\f5ae";
}

.mdi-window-maximize:before {
  content: "\f5af";
}

.mdi-window-minimize:before {
  content: "\f5b0";
}

.mdi-window-open:before {
  content: "\f5b1";
}

.mdi-window-restore:before {
  content: "\f5b2";
}

.mdi-windows:before {
  content: "\f5b3";
}

.mdi-windows-classic:before {
  content: "蘒";
}

.mdi-wiper:before {
  content: "﫨";
}

.mdi-wiper-wash:before {
  content: "ﶂ";
}

.mdi-wordpress:before {
  content: "\f5b4";
}

.mdi-worker:before {
  content: "\f5b5";
}

.mdi-wrap:before {
  content: "\f5b6";
}

.mdi-wrap-disabled:before {
  content: "﮻";
}

.mdi-wrench:before {
  content: "\f5b7";
}

.mdi-wrench-outline:before {
  content: "﮼";
}

.mdi-wunderlist:before {
  content: "\f5b8";
}

.mdi-xamarin:before {
  content: "\f844";
}

.mdi-xamarin-outline:before {
  content: "\f845";
}

.mdi-xaml:before {
  content: "\f673";
}

.mdi-xbox:before {
  content: "\f5b9";
}

.mdi-xbox-controller:before {
  content: "\f5ba";
}

.mdi-xbox-controller-battery-alert:before {
  content: "\f74a";
}

.mdi-xbox-controller-battery-charging:before {
  content: "﨡";
}

.mdi-xbox-controller-battery-empty:before {
  content: "\f74b";
}

.mdi-xbox-controller-battery-full:before {
  content: "\f74c";
}

.mdi-xbox-controller-battery-low:before {
  content: "\f74d";
}

.mdi-xbox-controller-battery-medium:before {
  content: "\f74e";
}

.mdi-xbox-controller-battery-unknown:before {
  content: "\f74f";
}

.mdi-xbox-controller-menu:before {
  content: "﹒";
}

.mdi-xbox-controller-off:before {
  content: "\f5bb";
}

.mdi-xbox-controller-view:before {
  content: "﹓";
}

.mdi-xda:before {
  content: "\f5bc";
}

.mdi-xing:before {
  content: "\f5bd";
}

.mdi-xing-box:before {
  content: "\f5be";
}

.mdi-xing-circle:before {
  content: "\f5bf";
}

.mdi-xml:before {
  content: "\f5c0";
}

.mdi-xmpp:before {
  content: "\f7fe";
}

.mdi-yahoo:before {
  content: "שׁ";
}

.mdi-yammer:before {
  content: "\f788";
}

.mdi-yeast:before {
  content: "\f5c1";
}

.mdi-yelp:before {
  content: "\f5c2";
}

.mdi-yin-yang:before {
  content: "\f67f";
}

.mdi-youtube:before {
  content: "\f5c3";
}

.mdi-youtube-creator-studio:before {
  content: "\f846";
}

.mdi-youtube-gaming:before {
  content: "\f847";
}

.mdi-youtube-subscription:before {
  content: "ﴜ";
}

.mdi-youtube-tv:before {
  content: "\f448";
}

.mdi-z-wave:before {
  content: "﫩";
}

.mdi-zend:before {
  content: "﫪";
}

.mdi-zigbee:before {
  content: "ﴝ";
}

.mdi-zip-box:before {
  content: "\f5c4";
}

.mdi-zip-disk:before {
  content: "諸";
}

.mdi-zodiac-aquarius:before {
  content: "塚";
}

.mdi-zodiac-aries:before {
  content: "墳";
}

.mdi-zodiac-cancer:before {
  content: "奄";
}

.mdi-zodiac-capricorn:before {
  content: "奔";
}

.mdi-zodiac-gemini:before {
  content: "婢";
}

.mdi-zodiac-leo:before {
  content: "嬨";
}

.mdi-zodiac-libra:before {
  content: "廒";
}

.mdi-zodiac-pisces:before {
  content: "廙";
}

.mdi-zodiac-sagittarius:before {
  content: "彩";
}

.mdi-zodiac-scorpio:before {
  content: "徭";
}

.mdi-zodiac-taurus:before {
  content: "惘";
}

.mdi-zodiac-virgo:before {
  content: "慎";
}

.mdi-blank:before {
  content: "\f68c";
  visibility: hidden;
}

.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  font-size: 18px;
}

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
  font-size: 24px;
}

.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  font-size: 36px;
}

.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  font-size: 48px;
}

.mdi-dark:before {
  color: rgba(0, 0, 0, 0.54);
}

.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26);
}

.mdi-light:before {
  color: white;
}

.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3);
}

.mdi-rotate-45 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(45deg);
      transform: scaleX(-1) rotate(45deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: scaleY(-1) rotate(45deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}

.mdi-rotate-45:before {
  transform: rotate(45deg);
}

.mdi-rotate-90 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(90deg);
      transform: scaleX(-1) rotate(90deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: scaleY(-1) rotate(90deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}

.mdi-rotate-90:before {
  transform: rotate(90deg);
}

.mdi-rotate-135 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(135deg);
      transform: scaleX(-1) rotate(135deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: scaleY(-1) rotate(135deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}

.mdi-rotate-135:before {
  transform: rotate(135deg);
}

.mdi-rotate-180 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(180deg);
      transform: scaleX(-1) rotate(180deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: scaleY(-1) rotate(180deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}

.mdi-rotate-180:before {
  transform: rotate(180deg);
}

.mdi-rotate-225 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(225deg);
      transform: scaleX(-1) rotate(225deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: scaleY(-1) rotate(225deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}

.mdi-rotate-225:before {
  transform: rotate(225deg);
}

.mdi-rotate-270 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(270deg);
      transform: scaleX(-1) rotate(270deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: scaleY(-1) rotate(270deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}

.mdi-rotate-270:before {
  transform: rotate(270deg);
}

.mdi-rotate-315 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(315deg);
      transform: scaleX(-1) rotate(315deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(315deg);
      -ms-transform: rotate(315deg);
      transform: scaleY(-1) rotate(315deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}

.mdi-rotate-315:before {
  transform: rotate(315deg);
}

.mdi-flip-h:before {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.mdi-flip-v:before {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.mdi-spin:before {
  animation: mdi-spin 2s infinite linear;
}
@keyframes mdi-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: "feather";
  src: url(../fonts/feather.931c9e74.eot);
  /* IE9*/
  src: url(../fonts/feather.931c9e74.eot#iefix) format("embedded-opentype"), url(../fonts/feather.3d2fa2e5.woff) format("woff"), url(../fonts/feather.6a750f01.ttf) format("truetype"), url(../img/feather.0e5daf6b.svg#feather) format("svg");
  /* iOS 4.1- */
}
[class^=fe-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fe-alert-octagon:before {
  content: "\e81b";
}

.fe-alert-circle:before {
  content: "\e81c";
}

.fe-activity:before {
  content: "\e81d";
}

.fe-alert-triangle:before {
  content: "\e81e";
}

.fe-align-center:before {
  content: "\e81f";
}

.fe-airplay:before {
  content: "\e820";
}

.fe-align-justify:before {
  content: "\e821";
}

.fe-align-left:before {
  content: "\e822";
}

.fe-align-right:before {
  content: "\e823";
}

.fe-arrow-down-left:before {
  content: "\e824";
}

.fe-arrow-down-right:before {
  content: "\e825";
}

.fe-anchor:before {
  content: "\e826";
}

.fe-aperture:before {
  content: "\e827";
}

.fe-arrow-left:before {
  content: "\e828";
}

.fe-arrow-right:before {
  content: "\e829";
}

.fe-arrow-down:before {
  content: "\e82a";
}

.fe-arrow-up-left:before {
  content: "\e82b";
}

.fe-arrow-up-right:before {
  content: "\e82c";
}

.fe-arrow-up:before {
  content: "\e82d";
}

.fe-award:before {
  content: "\e82e";
}

.fe-bar-chart:before {
  content: "\e82f";
}

.fe-at-sign:before {
  content: "\e830";
}

.fe-bar-chart-2:before {
  content: "\e831";
}

.fe-battery-charging:before {
  content: "\e832";
}

.fe-bell-off:before {
  content: "\e833";
}

.fe-battery:before {
  content: "\e834";
}

.fe-bluetooth:before {
  content: "\e835";
}

.fe-bell:before {
  content: "\e836";
}

.fe-book:before {
  content: "\e837";
}

.fe-briefcase:before {
  content: "\e838";
}

.fe-camera-off:before {
  content: "\e839";
}

.fe-calendar:before {
  content: "\e83a";
}

.fe-bookmark:before {
  content: "\e83b";
}

.fe-box:before {
  content: "\e83c";
}

.fe-camera:before {
  content: "\e83d";
}

.fe-check-circle:before {
  content: "\e83e";
}

.fe-check:before {
  content: "\e83f";
}

.fe-check-square:before {
  content: "\e840";
}

.fe-cast:before {
  content: "\e841";
}

.fe-chevron-down:before {
  content: "\e842";
}

.fe-chevron-left:before {
  content: "\e843";
}

.fe-chevron-right:before {
  content: "\e844";
}

.fe-chevron-up:before {
  content: "\e845";
}

.fe-chevrons-down:before {
  content: "\e846";
}

.fe-chevrons-right:before {
  content: "\e847";
}

.fe-chevrons-up:before {
  content: "\e848";
}

.fe-chevrons-left:before {
  content: "\e849";
}

.fe-circle:before {
  content: "\e84a";
}

.fe-clipboard:before {
  content: "\e84b";
}

.fe-chrome:before {
  content: "\e84c";
}

.fe-clock:before {
  content: "\e84d";
}

.fe-cloud-lightning:before {
  content: "\e84e";
}

.fe-cloud-drizzle:before {
  content: "\e84f";
}

.fe-cloud-rain:before {
  content: "\e850";
}

.fe-cloud-off:before {
  content: "\e851";
}

.fe-codepen:before {
  content: "\e852";
}

.fe-cloud-snow:before {
  content: "\e853";
}

.fe-compass:before {
  content: "\e854";
}

.fe-copy:before {
  content: "\e855";
}

.fe-corner-down-right:before {
  content: "\e856";
}

.fe-corner-down-left:before {
  content: "\e857";
}

.fe-corner-left-down:before {
  content: "\e858";
}

.fe-corner-left-up:before {
  content: "\e859";
}

.fe-corner-up-left:before {
  content: "\e85a";
}

.fe-corner-up-right:before {
  content: "\e85b";
}

.fe-corner-right-down:before {
  content: "\e85c";
}

.fe-corner-right-up:before {
  content: "\e85d";
}

.fe-cpu:before {
  content: "\e85e";
}

.fe-credit-card:before {
  content: "\e85f";
}

.fe-crosshair:before {
  content: "\e860";
}

.fe-disc:before {
  content: "\e861";
}

.fe-delete:before {
  content: "\e862";
}

.fe-download-cloud:before {
  content: "\e863";
}

.fe-download:before {
  content: "\e864";
}

.fe-droplet:before {
  content: "\e865";
}

.fe-edit-2:before {
  content: "\e866";
}

.fe-edit:before {
  content: "\e867";
}

.fe-edit-1:before {
  content: "\e868";
}

.fe-external-link:before {
  content: "\e869";
}

.fe-eye:before {
  content: "\e86a";
}

.fe-feather:before {
  content: "\e86b";
}

.fe-facebook:before {
  content: "\e86c";
}

.fe-file-minus:before {
  content: "\e86d";
}

.fe-eye-off:before {
  content: "\e86e";
}

.fe-fast-forward:before {
  content: "\e86f";
}

.fe-file-text:before {
  content: "\e870";
}

.fe-film:before {
  content: "\e871";
}

.fe-file:before {
  content: "\e872";
}

.fe-file-plus:before {
  content: "\e873";
}

.fe-folder:before {
  content: "\e874";
}

.fe-filter:before {
  content: "\e875";
}

.fe-flag:before {
  content: "\e876";
}

.fe-globe:before {
  content: "\e877";
}

.fe-grid:before {
  content: "\e878";
}

.fe-heart:before {
  content: "\e879";
}

.fe-home:before {
  content: "\e87a";
}

.fe-github:before {
  content: "\e87b";
}

.fe-image:before {
  content: "\e87c";
}

.fe-inbox:before {
  content: "\e87d";
}

.fe-layers:before {
  content: "\e87e";
}

.fe-info:before {
  content: "\e87f";
}

.fe-instagram:before {
  content: "\e880";
}

.fe-layout:before {
  content: "\e881";
}

.fe-link-2:before {
  content: "\e882";
}

.fe-life-buoy:before {
  content: "\e883";
}

.fe-link:before {
  content: "\e884";
}

.fe-log-in:before {
  content: "\e885";
}

.fe-list:before {
  content: "\e886";
}

.fe-lock:before {
  content: "\e887";
}

.fe-log-out:before {
  content: "\e888";
}

.fe-loader:before {
  content: "\e889";
}

.fe-mail:before {
  content: "\e88a";
}

.fe-maximize-2:before {
  content: "\e88b";
}

.fe-map:before {
  content: "\e88c";
}

.fe-map-pin:before {
  content: "\e88e";
}

.fe-menu:before {
  content: "\e88f";
}

.fe-message-circle:before {
  content: "\e890";
}

.fe-message-square:before {
  content: "\e891";
}

.fe-minimize-2:before {
  content: "\e892";
}

.fe-mic-off:before {
  content: "\e893";
}

.fe-minus-circle:before {
  content: "\e894";
}

.fe-mic:before {
  content: "\e895";
}

.fe-minus-square:before {
  content: "\e896";
}

.fe-minus:before {
  content: "\e897";
}

.fe-moon:before {
  content: "\e898";
}

.fe-monitor:before {
  content: "\e899";
}

.fe-more-vertical:before {
  content: "\e89a";
}

.fe-more-horizontal:before {
  content: "\e89b";
}

.fe-move:before {
  content: "\e89c";
}

.fe-music:before {
  content: "\e89d";
}

.fe-navigation-2:before {
  content: "\e89e";
}

.fe-navigation:before {
  content: "\e89f";
}

.fe-octagon:before {
  content: "\e8a0";
}

.fe-package:before {
  content: "\e8a1";
}

.fe-pause-circle:before {
  content: "\e8a2";
}

.fe-pause:before {
  content: "\e8a3";
}

.fe-percent:before {
  content: "\e8a4";
}

.fe-phone-call:before {
  content: "\e8a5";
}

.fe-phone-forwarded:before {
  content: "\e8a6";
}

.fe-phone-missed:before {
  content: "\e8a7";
}

.fe-phone-off:before {
  content: "\e8a8";
}

.fe-phone-incoming:before {
  content: "\e8a9";
}

.fe-phone:before {
  content: "\e8aa";
}

.fe-phone-outgoing:before {
  content: "\e8ab";
}

.fe-pie-chart:before {
  content: "\e8ac";
}

.fe-play-circle:before {
  content: "\e8ad";
}

.fe-play:before {
  content: "\e8ae";
}

.fe-plus-square:before {
  content: "\e8af";
}

.fe-plus-circle:before {
  content: "\e8b0";
}

.fe-plus:before {
  content: "\e8b1";
}

.fe-pocket:before {
  content: "\e8b2";
}

.fe-printer:before {
  content: "\e8b3";
}

.fe-power:before {
  content: "\e8b4";
}

.fe-radio:before {
  content: "\e8b5";
}

.fe-repeat:before {
  content: "\e8b6";
}

.fe-refresh-ccw:before {
  content: "\e8b7";
}

.fe-rewind:before {
  content: "\e8b8";
}

.fe-rotate-ccw:before {
  content: "\e8b9";
}

.fe-refresh-cw:before {
  content: "\e8ba";
}

.fe-rotate-cw:before {
  content: "\e8bb";
}

.fe-save:before {
  content: "\e8bc";
}

.fe-search:before {
  content: "\e8bd";
}

.fe-server:before {
  content: "\e8be";
}

.fe-scissors:before {
  content: "\e8bf";
}

.fe-share-2:before {
  content: "\e8c0";
}

.fe-share:before {
  content: "\e8c1";
}

.fe-shield:before {
  content: "\e8c2";
}

.fe-settings:before {
  content: "\e8c3";
}

.fe-skip-back:before {
  content: "\e8c4";
}

.fe-shuffle:before {
  content: "\e8c5";
}

.fe-sidebar:before {
  content: "\e8c6";
}

.fe-skip-forward:before {
  content: "\e8c7";
}

.fe-slack:before {
  content: "\e8c8";
}

.fe-slash:before {
  content: "\e8c9";
}

.fe-smartphone:before {
  content: "\e8ca";
}

.fe-square:before {
  content: "\e8cb";
}

.fe-speaker:before {
  content: "\e8cc";
}

.fe-star:before {
  content: "\e8cd";
}

.fe-stop-circle:before {
  content: "\e8ce";
}

.fe-sun:before {
  content: "\e8cf";
}

.fe-sunrise:before {
  content: "\e8d0";
}

.fe-tablet:before {
  content: "\e8d1";
}

.fe-tag:before {
  content: "\e8d2";
}

.fe-sunset:before {
  content: "\e8d3";
}

.fe-target:before {
  content: "\e8d4";
}

.fe-thermometer:before {
  content: "\e8d5";
}

.fe-thumbs-up:before {
  content: "\e8d6";
}

.fe-thumbs-down:before {
  content: "\e8d7";
}

.fe-toggle-left:before {
  content: "\e8d8";
}

.fe-toggle-right:before {
  content: "\e8d9";
}

.fe-trash-2:before {
  content: "\e8da";
}

.fe-trash:before {
  content: "\e8db";
}

.fe-trending-up:before {
  content: "\e8dc";
}

.fe-trending-down:before {
  content: "\e8dd";
}

.fe-triangle:before {
  content: "\e8de";
}

.fe-type:before {
  content: "\e8df";
}

.fe-twitter:before {
  content: "\e8e0";
}

.fe-upload:before {
  content: "\e8e1";
}

.fe-umbrella:before {
  content: "\e8e2";
}

.fe-upload-cloud:before {
  content: "\e8e3";
}

.fe-unlock:before {
  content: "\e8e4";
}

.fe-user-check:before {
  content: "\e8e5";
}

.fe-user-minus:before {
  content: "\e8e6";
}

.fe-user-plus:before {
  content: "\e8e7";
}

.fe-user-x:before {
  content: "\e8e8";
}

.fe-user:before {
  content: "\e8e9";
}

.fe-users:before {
  content: "\e8ea";
}

.fe-video-off:before {
  content: "\e8eb";
}

.fe-video:before {
  content: "\e8ec";
}

.fe-voicemail:before {
  content: "\e8ed";
}

.fe-volume-x:before {
  content: "\e8ee";
}

.fe-volume-2:before {
  content: "\e8ef";
}

.fe-volume-1:before {
  content: "\e8f0";
}

.fe-volume:before {
  content: "\e8f1";
}

.fe-watch:before {
  content: "\e8f2";
}

.fe-wifi:before {
  content: "\e8f3";
}

.fe-x-square:before {
  content: "\e8f4";
}

.fe-wind:before {
  content: "\e8f5";
}

.fe-x:before {
  content: "\e8f6";
}

.fe-x-circle:before {
  content: "\e8f7";
}

.fe-zap:before {
  content: "\e8f8";
}

.fe-zoom-in:before {
  content: "\e8f9";
}

.fe-zoom-out:before {
  content: "\e8fa";
}

.fe-command:before {
  content: "\e8fb";
}

.fe-cloud:before {
  content: "\e8fc";
}

.fe-hash:before {
  content: "\e8fd";
}

.fe-headphones:before {
  content: "\e8fe";
}

.fe-underline:before {
  content: "\e8ff";
}

.fe-italic:before {
  content: "\e900";
}

.fe-bold:before {
  content: "\e901";
}

.fe-crop:before {
  content: "\e902";
}

.fe-help-circle:before {
  content: "\e903";
}

.fe-paperclip:before {
  content: "\e904";
}

.fe-shopping-cart:before {
  content: "\e905";
}

.fe-tv:before {
  content: "\e906";
}

.fe-wifi-off:before {
  content: "\e907";
}

.fe-minimize:before {
  content: "\e88d";
}

.fe-maximize:before {
  content: "\e908";
}

.fe-gitlab:before {
  content: "\e909";
}

.fe-sliders:before {
  content: "\e90a";
}

.fe-star-on:before {
  content: "\e90b";
}

.fe-heart-on:before {
  content: "\e90c";
}

.fe-archive:before {
  content: "\e90d";
}

.fe-arrow-down-circle:before {
  content: "\e90e";
}

.fe-arrow-up-circle:before {
  content: "\e90f";
}

.fe-arrow-left-circle:before {
  content: "\e910";
}

.fe-arrow-right-circle:before {
  content: "\e911";
}

.fe-bar-chart-line-:before {
  content: "\e912";
}

.fe-bar-chart-line:before {
  content: "\e913";
}

.fe-book-open:before {
  content: "\e914";
}

.fe-code:before {
  content: "\e915";
}

.fe-database:before {
  content: "\e916";
}

.fe-dollar-sign:before {
  content: "\e917";
}

.fe-folder-plus:before {
  content: "\e918";
}

.fe-gift:before {
  content: "\e919";
}

.fe-folder-minus:before {
  content: "\e91a";
}

.fe-git-commit:before {
  content: "\e91b";
}

.fe-git-branch:before {
  content: "\e91c";
}

.fe-git-pull-request:before {
  content: "\e91d";
}

.fe-git-merge:before {
  content: "\e91e";
}

.fe-linkedin:before {
  content: "\e91f";
}

.fe-hard-drive:before {
  content: "\e920";
}

.fe-more-vertical-:before {
  content: "\e921";
}

.fe-more-horizontal-:before {
  content: "\e922";
}

.fe-rss:before {
  content: "\e923";
}

.fe-send:before {
  content: "\e924";
}

.fe-shield-off:before {
  content: "\e925";
}

.fe-shopping-bag:before {
  content: "\e926";
}

.fe-terminal:before {
  content: "\e927";
}

.fe-truck:before {
  content: "\e928";
}

.fe-zap-off:before {
  content: "\e929";
}

.fe-youtube:before {
  content: "\e92a";
}

@font-face {
  font-family: "themify";
  src: url(../fonts/themify.2c454669.eot);
  src: url(../fonts/themify.2c454669.eot?#iefix-fvbane) format("embedded-opentype"), url(../fonts/themify.a1ecc3b8.woff) format("woff"), url(../fonts/themify.e23a7dca.ttf) format("truetype"), url(../img/themify.cba68f98.svg#themify) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ti-], [class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

/*!
* Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-brands-400.e2ca6541.eot);
  src: url(../fonts/fa-brands-400.e2ca6541.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.f075c50f.woff2) format("woff2"), url(../fonts/fa-brands-400.ad527cc5.woff) format("woff"), url(../fonts/fa-brands-400.8300bd7f.ttf) format("truetype"), url(../img/fa-brands-400.bfd29c01.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fa-regular-400.b01516c1.eot);
  src: url(../fonts/fa-regular-400.b01516c1.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.4a74738e.woff2) format("woff2"), url(../fonts/fa-regular-400.3c6879c4.woff) format("woff"), url(../fonts/fa-regular-400.49f00693.ttf) format("truetype"), url(../img/fa-regular-400.51901908.svg#fontawesome) format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fa-solid-900.8ac31674.eot);
  src: url(../fonts/fa-solid-900.8ac31674.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.8e1ed89b.woff2) format("woff2"), url(../fonts/fa-solid-900.4451e1d8.woff) format("woff"), url(../fonts/fa-solid-900.205f07b3.ttf) format("truetype"), url(../img/fa-solid-900.62528c56.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(../fonts/fa-brands-400.e2ca6541.eot);
  src: url(../fonts/fa-brands-400.e2ca6541.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.f075c50f.woff2) format("woff2"), url(../fonts/fa-brands-400.ad527cc5.woff) format("woff"), url(../fonts/fa-brands-400.8300bd7f.ttf) format("truetype"), url(../img/fa-brands-400.bfd29c01.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/fa-regular-400.b01516c1.eot);
  src: url(../fonts/fa-regular-400.b01516c1.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.4a74738e.woff2) format("woff2"), url(../fonts/fa-regular-400.3c6879c4.woff) format("woff"), url(../fonts/fa-regular-400.49f00693.ttf) format("truetype"), url(../img/fa-regular-400.51901908.svg#fontawesome) format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../fonts/fa-solid-900.8ac31674.eot);
  src: url(../fonts/fa-solid-900.8ac31674.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.8e1ed89b.woff2) format("woff2"), url(../fonts/fa-solid-900.4451e1d8.woff) format("woff"), url(../fonts/fa-solid-900.205f07b3.ttf) format("truetype"), url(../img/fa-solid-900.62528c56.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*
* Remix Icon v2.4.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-04-20
*/
@font-face {
  font-family: "remixicon";
  src: url(../fonts/remixicon.dc0fb3e9.eot);
  /* IE9*/
  src: url(../fonts/remixicon.dc0fb3e9.eot#iefix) format("embedded-opentype"), url(../fonts/remixicon.5ab3a2a4.woff2) format("woff2"), url(../fonts/remixicon.7eafaf2d.woff) format("woff"), url(../fonts/remixicon.37364e27.ttf) format("truetype"), url(../img/remixicon.d0d23961.svg#remixicon) format("svg");
  /* iOS 4.1- */
  font-display: swap;
}
[class^=ri-], [class*=" ri-"] {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -0.075em;
}

.ri-xxs {
  font-size: 0.5em;
}

.ri-xs {
  font-size: 0.75em;
}

.ri-sm {
  font-size: 0.875em;
}

.ri-1x {
  font-size: 1em;
}

.ri-2x {
  font-size: 2em;
}

.ri-3x {
  font-size: 3em;
}

.ri-4x {
  font-size: 4em;
}

.ri-5x {
  font-size: 5em;
}

.ri-6x {
  font-size: 6em;
}

.ri-7x {
  font-size: 7em;
}

.ri-8x {
  font-size: 8em;
}

.ri-9x {
  font-size: 9em;
}

.ri-10x {
  font-size: 10em;
}

.ri-fw {
  text-align: center;
  width: 1.25em;
}

.ri-4k-fill:before {
  content: "\ea01";
}

.ri-4k-line:before {
  content: "\ea02";
}

.ri-a-b:before {
  content: "\ea03";
}

.ri-account-box-fill:before {
  content: "\ea04";
}

.ri-account-box-line:before {
  content: "\ea05";
}

.ri-account-circle-fill:before {
  content: "\ea06";
}

.ri-account-circle-line:before {
  content: "\ea07";
}

.ri-account-pin-box-fill:before {
  content: "\ea08";
}

.ri-account-pin-box-line:before {
  content: "\ea09";
}

.ri-account-pin-circle-fill:before {
  content: "\ea0a";
}

.ri-account-pin-circle-line:before {
  content: "\ea0b";
}

.ri-add-box-fill:before {
  content: "\ea0c";
}

.ri-add-box-line:before {
  content: "\ea0d";
}

.ri-add-circle-fill:before {
  content: "\ea0e";
}

.ri-add-circle-line:before {
  content: "\ea0f";
}

.ri-add-fill:before {
  content: "\ea10";
}

.ri-add-line:before {
  content: "\ea11";
}

.ri-admin-fill:before {
  content: "\ea12";
}

.ri-admin-line:before {
  content: "\ea13";
}

.ri-advertisement-fill:before {
  content: "\ea14";
}

.ri-advertisement-line:before {
  content: "\ea15";
}

.ri-airplay-fill:before {
  content: "\ea16";
}

.ri-airplay-line:before {
  content: "\ea17";
}

.ri-alarm-fill:before {
  content: "\ea18";
}

.ri-alarm-line:before {
  content: "\ea19";
}

.ri-alarm-warning-fill:before {
  content: "\ea1a";
}

.ri-alarm-warning-line:before {
  content: "\ea1b";
}

.ri-album-fill:before {
  content: "\ea1c";
}

.ri-album-line:before {
  content: "\ea1d";
}

.ri-alert-fill:before {
  content: "\ea1e";
}

.ri-alert-line:before {
  content: "\ea1f";
}

.ri-aliens-fill:before {
  content: "\ea20";
}

.ri-aliens-line:before {
  content: "\ea21";
}

.ri-align-bottom:before {
  content: "\ea22";
}

.ri-align-center:before {
  content: "\ea23";
}

.ri-align-justify:before {
  content: "\ea24";
}

.ri-align-left:before {
  content: "\ea25";
}

.ri-align-right:before {
  content: "\ea26";
}

.ri-align-top:before {
  content: "\ea27";
}

.ri-align-vertically:before {
  content: "\ea28";
}

.ri-alipay-fill:before {
  content: "\ea29";
}

.ri-alipay-line:before {
  content: "\ea2a";
}

.ri-amazon-fill:before {
  content: "\ea2b";
}

.ri-amazon-line:before {
  content: "\ea2c";
}

.ri-anchor-fill:before {
  content: "\ea2d";
}

.ri-anchor-line:before {
  content: "\ea2e";
}

.ri-ancient-gate-fill:before {
  content: "\ea2f";
}

.ri-ancient-gate-line:before {
  content: "\ea30";
}

.ri-ancient-pavilion-fill:before {
  content: "\ea31";
}

.ri-ancient-pavilion-line:before {
  content: "\ea32";
}

.ri-android-fill:before {
  content: "\ea33";
}

.ri-android-line:before {
  content: "\ea34";
}

.ri-angularjs-fill:before {
  content: "\ea35";
}

.ri-angularjs-line:before {
  content: "\ea36";
}

.ri-anticlockwise-2-fill:before {
  content: "\ea37";
}

.ri-anticlockwise-2-line:before {
  content: "\ea38";
}

.ri-anticlockwise-fill:before {
  content: "\ea39";
}

.ri-anticlockwise-line:before {
  content: "\ea3a";
}

.ri-app-store-fill:before {
  content: "\ea3b";
}

.ri-app-store-line:before {
  content: "\ea3c";
}

.ri-apple-fill:before {
  content: "\ea3d";
}

.ri-apple-line:before {
  content: "\ea3e";
}

.ri-apps-2-fill:before {
  content: "\ea3f";
}

.ri-apps-2-line:before {
  content: "\ea40";
}

.ri-apps-fill:before {
  content: "\ea41";
}

.ri-apps-line:before {
  content: "\ea42";
}

.ri-archive-drawer-fill:before {
  content: "\ea43";
}

.ri-archive-drawer-line:before {
  content: "\ea44";
}

.ri-archive-fill:before {
  content: "\ea45";
}

.ri-archive-line:before {
  content: "\ea46";
}

.ri-arrow-down-circle-fill:before {
  content: "\ea47";
}

.ri-arrow-down-circle-line:before {
  content: "\ea48";
}

.ri-arrow-down-fill:before {
  content: "\ea49";
}

.ri-arrow-down-line:before {
  content: "\ea4a";
}

.ri-arrow-down-s-fill:before {
  content: "\ea4b";
}

.ri-arrow-down-s-line:before {
  content: "\ea4c";
}

.ri-arrow-drop-down-fill:before {
  content: "\ea4d";
}

.ri-arrow-drop-down-line:before {
  content: "\ea4e";
}

.ri-arrow-drop-left-fill:before {
  content: "\ea4f";
}

.ri-arrow-drop-left-line:before {
  content: "\ea50";
}

.ri-arrow-drop-right-fill:before {
  content: "\ea51";
}

.ri-arrow-drop-right-line:before {
  content: "\ea52";
}

.ri-arrow-drop-up-fill:before {
  content: "\ea53";
}

.ri-arrow-drop-up-line:before {
  content: "\ea54";
}

.ri-arrow-go-back-fill:before {
  content: "\ea55";
}

.ri-arrow-go-back-line:before {
  content: "\ea56";
}

.ri-arrow-go-forward-fill:before {
  content: "\ea57";
}

.ri-arrow-go-forward-line:before {
  content: "\ea58";
}

.ri-arrow-left-circle-fill:before {
  content: "\ea59";
}

.ri-arrow-left-circle-line:before {
  content: "\ea5a";
}

.ri-arrow-left-down-fill:before {
  content: "\ea5b";
}

.ri-arrow-left-down-line:before {
  content: "\ea5c";
}

.ri-arrow-left-fill:before {
  content: "\ea5d";
}

.ri-arrow-left-line:before {
  content: "\ea5e";
}

.ri-arrow-left-right-fill:before {
  content: "\ea5f";
}

.ri-arrow-left-right-line:before {
  content: "\ea60";
}

.ri-arrow-left-s-fill:before {
  content: "\ea61";
}

.ri-arrow-left-s-line:before {
  content: "\ea62";
}

.ri-arrow-left-up-fill:before {
  content: "\ea63";
}

.ri-arrow-left-up-line:before {
  content: "\ea64";
}

.ri-arrow-right-circle-fill:before {
  content: "\ea65";
}

.ri-arrow-right-circle-line:before {
  content: "\ea66";
}

.ri-arrow-right-down-fill:before {
  content: "\ea67";
}

.ri-arrow-right-down-line:before {
  content: "\ea68";
}

.ri-arrow-right-fill:before {
  content: "\ea69";
}

.ri-arrow-right-line:before {
  content: "\ea6a";
}

.ri-arrow-right-s-fill:before {
  content: "\ea6b";
}

.ri-arrow-right-s-line:before {
  content: "\ea6c";
}

.ri-arrow-right-up-fill:before {
  content: "\ea6d";
}

.ri-arrow-right-up-line:before {
  content: "\ea6e";
}

.ri-arrow-up-circle-fill:before {
  content: "\ea6f";
}

.ri-arrow-up-circle-line:before {
  content: "\ea70";
}

.ri-arrow-up-down-fill:before {
  content: "\ea71";
}

.ri-arrow-up-down-line:before {
  content: "\ea72";
}

.ri-arrow-up-fill:before {
  content: "\ea73";
}

.ri-arrow-up-line:before {
  content: "\ea74";
}

.ri-arrow-up-s-fill:before {
  content: "\ea75";
}

.ri-arrow-up-s-line:before {
  content: "\ea76";
}

.ri-artboard-2-fill:before {
  content: "\ea77";
}

.ri-artboard-2-line:before {
  content: "\ea78";
}

.ri-artboard-fill:before {
  content: "\ea79";
}

.ri-artboard-line:before {
  content: "\ea7a";
}

.ri-article-fill:before {
  content: "\ea7b";
}

.ri-article-line:before {
  content: "\ea7c";
}

.ri-aspect-ratio-fill:before {
  content: "\ea7d";
}

.ri-aspect-ratio-line:before {
  content: "\ea7e";
}

.ri-asterisk:before {
  content: "\ea7f";
}

.ri-at-fill:before {
  content: "\ea80";
}

.ri-at-line:before {
  content: "\ea81";
}

.ri-attachment-2:before {
  content: "\ea82";
}

.ri-attachment-fill:before {
  content: "\ea83";
}

.ri-attachment-line:before {
  content: "\ea84";
}

.ri-auction-fill:before {
  content: "\ea85";
}

.ri-auction-line:before {
  content: "\ea86";
}

.ri-award-fill:before {
  content: "\ea87";
}

.ri-award-line:before {
  content: "\ea88";
}

.ri-baidu-fill:before {
  content: "\ea89";
}

.ri-baidu-line:before {
  content: "\ea8a";
}

.ri-ball-pen-fill:before {
  content: "\ea8b";
}

.ri-ball-pen-line:before {
  content: "\ea8c";
}

.ri-bank-card-2-fill:before {
  content: "\ea8d";
}

.ri-bank-card-2-line:before {
  content: "\ea8e";
}

.ri-bank-card-fill:before {
  content: "\ea8f";
}

.ri-bank-card-line:before {
  content: "\ea90";
}

.ri-bank-fill:before {
  content: "\ea91";
}

.ri-bank-line:before {
  content: "\ea92";
}

.ri-bar-chart-2-fill:before {
  content: "\ea93";
}

.ri-bar-chart-2-line:before {
  content: "\ea94";
}

.ri-bar-chart-box-fill:before {
  content: "\ea95";
}

.ri-bar-chart-box-line:before {
  content: "\ea96";
}

.ri-bar-chart-fill:before {
  content: "\ea97";
}

.ri-bar-chart-grouped-fill:before {
  content: "\ea98";
}

.ri-bar-chart-grouped-line:before {
  content: "\ea99";
}

.ri-bar-chart-horizontal-fill:before {
  content: "\ea9a";
}

.ri-bar-chart-horizontal-line:before {
  content: "\ea9b";
}

.ri-bar-chart-line:before {
  content: "\ea9c";
}

.ri-barcode-box-fill:before {
  content: "\ea9d";
}

.ri-barcode-box-line:before {
  content: "\ea9e";
}

.ri-barcode-fill:before {
  content: "\ea9f";
}

.ri-barcode-line:before {
  content: "\eaa0";
}

.ri-barricade-fill:before {
  content: "\eaa1";
}

.ri-barricade-line:before {
  content: "\eaa2";
}

.ri-base-station-fill:before {
  content: "\eaa3";
}

.ri-base-station-line:before {
  content: "\eaa4";
}

.ri-basketball-fill:before {
  content: "\eaa5";
}

.ri-basketball-line:before {
  content: "\eaa6";
}

.ri-battery-2-charge-fill:before {
  content: "\eaa7";
}

.ri-battery-2-charge-line:before {
  content: "\eaa8";
}

.ri-battery-2-fill:before {
  content: "\eaa9";
}

.ri-battery-2-line:before {
  content: "\eaaa";
}

.ri-battery-charge-fill:before {
  content: "\eaab";
}

.ri-battery-charge-line:before {
  content: "\eaac";
}

.ri-battery-fill:before {
  content: "\eaad";
}

.ri-battery-line:before {
  content: "\eaae";
}

.ri-battery-low-fill:before {
  content: "\eaaf";
}

.ri-battery-low-line:before {
  content: "\eab0";
}

.ri-battery-saver-fill:before {
  content: "\eab1";
}

.ri-battery-saver-line:before {
  content: "\eab2";
}

.ri-battery-share-fill:before {
  content: "\eab3";
}

.ri-battery-share-line:before {
  content: "\eab4";
}

.ri-bear-smile-fill:before {
  content: "\eab5";
}

.ri-bear-smile-line:before {
  content: "\eab6";
}

.ri-behance-fill:before {
  content: "\eab7";
}

.ri-behance-line:before {
  content: "\eab8";
}

.ri-bell-fill:before {
  content: "\eab9";
}

.ri-bell-line:before {
  content: "\eaba";
}

.ri-bike-fill:before {
  content: "\eabb";
}

.ri-bike-line:before {
  content: "\eabc";
}

.ri-bilibili-fill:before {
  content: "\eabd";
}

.ri-bilibili-line:before {
  content: "\eabe";
}

.ri-bill-fill:before {
  content: "\eabf";
}

.ri-bill-line:before {
  content: "\eac0";
}

.ri-billiards-fill:before {
  content: "\eac1";
}

.ri-billiards-line:before {
  content: "\eac2";
}

.ri-bit-coin-fill:before {
  content: "\eac3";
}

.ri-bit-coin-line:before {
  content: "\eac4";
}

.ri-blaze-fill:before {
  content: "\eac5";
}

.ri-blaze-line:before {
  content: "\eac6";
}

.ri-bluetooth-connect-fill:before {
  content: "\eac7";
}

.ri-bluetooth-connect-line:before {
  content: "\eac8";
}

.ri-bluetooth-fill:before {
  content: "\eac9";
}

.ri-bluetooth-line:before {
  content: "\eaca";
}

.ri-blur-off-fill:before {
  content: "\eacb";
}

.ri-blur-off-line:before {
  content: "\eacc";
}

.ri-body-scan-fill:before {
  content: "\eacd";
}

.ri-body-scan-line:before {
  content: "\eace";
}

.ri-bold:before {
  content: "\eacf";
}

.ri-book-2-fill:before {
  content: "\ead0";
}

.ri-book-2-line:before {
  content: "\ead1";
}

.ri-book-3-fill:before {
  content: "\ead2";
}

.ri-book-3-line:before {
  content: "\ead3";
}

.ri-book-fill:before {
  content: "\ead4";
}

.ri-book-line:before {
  content: "\ead5";
}

.ri-book-mark-fill:before {
  content: "\ead6";
}

.ri-book-mark-line:before {
  content: "\ead7";
}

.ri-book-open-fill:before {
  content: "\ead8";
}

.ri-book-open-line:before {
  content: "\ead9";
}

.ri-book-read-fill:before {
  content: "\eada";
}

.ri-book-read-line:before {
  content: "\eadb";
}

.ri-booklet-fill:before {
  content: "\eadc";
}

.ri-booklet-line:before {
  content: "\eadd";
}

.ri-bookmark-2-fill:before {
  content: "\eade";
}

.ri-bookmark-2-line:before {
  content: "\eadf";
}

.ri-bookmark-3-fill:before {
  content: "\eae0";
}

.ri-bookmark-3-line:before {
  content: "\eae1";
}

.ri-bookmark-fill:before {
  content: "\eae2";
}

.ri-bookmark-line:before {
  content: "\eae3";
}

.ri-boxing-fill:before {
  content: "\eae4";
}

.ri-boxing-line:before {
  content: "\eae5";
}

.ri-braces-fill:before {
  content: "\eae6";
}

.ri-braces-line:before {
  content: "\eae7";
}

.ri-brackets-fill:before {
  content: "\eae8";
}

.ri-brackets-line:before {
  content: "\eae9";
}

.ri-briefcase-2-fill:before {
  content: "\eaea";
}

.ri-briefcase-2-line:before {
  content: "\eaeb";
}

.ri-briefcase-3-fill:before {
  content: "\eaec";
}

.ri-briefcase-3-line:before {
  content: "\eaed";
}

.ri-briefcase-4-fill:before {
  content: "\eaee";
}

.ri-briefcase-4-line:before {
  content: "\eaef";
}

.ri-briefcase-5-fill:before {
  content: "\eaf0";
}

.ri-briefcase-5-line:before {
  content: "\eaf1";
}

.ri-briefcase-fill:before {
  content: "\eaf2";
}

.ri-briefcase-line:before {
  content: "\eaf3";
}

.ri-bring-forward:before {
  content: "\eaf4";
}

.ri-bring-to-front:before {
  content: "\eaf5";
}

.ri-broadcast-fill:before {
  content: "\eaf6";
}

.ri-broadcast-line:before {
  content: "\eaf7";
}

.ri-brush-2-fill:before {
  content: "\eaf8";
}

.ri-brush-2-line:before {
  content: "\eaf9";
}

.ri-brush-3-fill:before {
  content: "\eafa";
}

.ri-brush-3-line:before {
  content: "\eafb";
}

.ri-brush-4-fill:before {
  content: "\eafc";
}

.ri-brush-4-line:before {
  content: "\eafd";
}

.ri-brush-fill:before {
  content: "\eafe";
}

.ri-brush-line:before {
  content: "\eaff";
}

.ri-bubble-chart-fill:before {
  content: "\eb00";
}

.ri-bubble-chart-line:before {
  content: "\eb01";
}

.ri-bug-2-fill:before {
  content: "\eb02";
}

.ri-bug-2-line:before {
  content: "\eb03";
}

.ri-bug-fill:before {
  content: "\eb04";
}

.ri-bug-line:before {
  content: "\eb05";
}

.ri-building-2-fill:before {
  content: "\eb06";
}

.ri-building-2-line:before {
  content: "\eb07";
}

.ri-building-3-fill:before {
  content: "\eb08";
}

.ri-building-3-line:before {
  content: "\eb09";
}

.ri-building-4-fill:before {
  content: "\eb0a";
}

.ri-building-4-line:before {
  content: "\eb0b";
}

.ri-building-fill:before {
  content: "\eb0c";
}

.ri-building-line:before {
  content: "\eb0d";
}

.ri-bus-2-fill:before {
  content: "\eb0e";
}

.ri-bus-2-line:before {
  content: "\eb0f";
}

.ri-bus-fill:before {
  content: "\eb10";
}

.ri-bus-line:before {
  content: "\eb11";
}

.ri-bus-wifi-fill:before {
  content: "\eb12";
}

.ri-bus-wifi-line:before {
  content: "\eb13";
}

.ri-cake-2-fill:before {
  content: "\eb14";
}

.ri-cake-2-line:before {
  content: "\eb15";
}

.ri-cake-3-fill:before {
  content: "\eb16";
}

.ri-cake-3-line:before {
  content: "\eb17";
}

.ri-cake-fill:before {
  content: "\eb18";
}

.ri-cake-line:before {
  content: "\eb19";
}

.ri-calculator-fill:before {
  content: "\eb1a";
}

.ri-calculator-line:before {
  content: "\eb1b";
}

.ri-calendar-2-fill:before {
  content: "\eb1c";
}

.ri-calendar-2-line:before {
  content: "\eb1d";
}

.ri-calendar-check-fill:before {
  content: "\eb1e";
}

.ri-calendar-check-line:before {
  content: "\eb1f";
}

.ri-calendar-event-fill:before {
  content: "\eb20";
}

.ri-calendar-event-line:before {
  content: "\eb21";
}

.ri-calendar-fill:before {
  content: "\eb22";
}

.ri-calendar-line:before {
  content: "\eb23";
}

.ri-calendar-todo-fill:before {
  content: "\eb24";
}

.ri-calendar-todo-line:before {
  content: "\eb25";
}

.ri-camera-2-fill:before {
  content: "\eb26";
}

.ri-camera-2-line:before {
  content: "\eb27";
}

.ri-camera-3-fill:before {
  content: "\eb28";
}

.ri-camera-3-line:before {
  content: "\eb29";
}

.ri-camera-fill:before {
  content: "\eb2a";
}

.ri-camera-lens-fill:before {
  content: "\eb2b";
}

.ri-camera-lens-line:before {
  content: "\eb2c";
}

.ri-camera-line:before {
  content: "\eb2d";
}

.ri-camera-off-fill:before {
  content: "\eb2e";
}

.ri-camera-off-line:before {
  content: "\eb2f";
}

.ri-camera-switch-fill:before {
  content: "\eb30";
}

.ri-camera-switch-line:before {
  content: "\eb31";
}

.ri-car-fill:before {
  content: "\eb32";
}

.ri-car-line:before {
  content: "\eb33";
}

.ri-car-washing-fill:before {
  content: "\eb34";
}

.ri-car-washing-line:before {
  content: "\eb35";
}

.ri-caravan-fill:before {
  content: "\eb36";
}

.ri-caravan-line:before {
  content: "\eb37";
}

.ri-cast-fill:before {
  content: "\eb38";
}

.ri-cast-line:before {
  content: "\eb39";
}

.ri-cellphone-fill:before {
  content: "\eb3a";
}

.ri-cellphone-line:before {
  content: "\eb3b";
}

.ri-celsius-fill:before {
  content: "\eb3c";
}

.ri-celsius-line:before {
  content: "\eb3d";
}

.ri-centos-fill:before {
  content: "\eb3e";
}

.ri-centos-line:before {
  content: "\eb3f";
}

.ri-character-recognition-fill:before {
  content: "\eb40";
}

.ri-character-recognition-line:before {
  content: "\eb41";
}

.ri-charging-pile-2-fill:before {
  content: "\eb42";
}

.ri-charging-pile-2-line:before {
  content: "\eb43";
}

.ri-charging-pile-fill:before {
  content: "\eb44";
}

.ri-charging-pile-line:before {
  content: "\eb45";
}

.ri-chat-1-fill:before {
  content: "\eb46";
}

.ri-chat-1-line:before {
  content: "\eb47";
}

.ri-chat-2-fill:before {
  content: "\eb48";
}

.ri-chat-2-line:before {
  content: "\eb49";
}

.ri-chat-3-fill:before {
  content: "\eb4a";
}

.ri-chat-3-line:before {
  content: "\eb4b";
}

.ri-chat-4-fill:before {
  content: "\eb4c";
}

.ri-chat-4-line:before {
  content: "\eb4d";
}

.ri-chat-check-fill:before {
  content: "\eb4e";
}

.ri-chat-check-line:before {
  content: "\eb4f";
}

.ri-chat-delete-fill:before {
  content: "\eb50";
}

.ri-chat-delete-line:before {
  content: "\eb51";
}

.ri-chat-download-fill:before {
  content: "\eb52";
}

.ri-chat-download-line:before {
  content: "\eb53";
}

.ri-chat-follow-up-fill:before {
  content: "\eb54";
}

.ri-chat-follow-up-line:before {
  content: "\eb55";
}

.ri-chat-forward-fill:before {
  content: "\eb56";
}

.ri-chat-forward-line:before {
  content: "\eb57";
}

.ri-chat-heart-fill:before {
  content: "\eb58";
}

.ri-chat-heart-line:before {
  content: "\eb59";
}

.ri-chat-history-fill:before {
  content: "\eb5a";
}

.ri-chat-history-line:before {
  content: "\eb5b";
}

.ri-chat-new-fill:before {
  content: "\eb5c";
}

.ri-chat-new-line:before {
  content: "\eb5d";
}

.ri-chat-off-fill:before {
  content: "\eb5e";
}

.ri-chat-off-line:before {
  content: "\eb5f";
}

.ri-chat-poll-fill:before {
  content: "\eb60";
}

.ri-chat-poll-line:before {
  content: "\eb61";
}

.ri-chat-private-fill:before {
  content: "\eb62";
}

.ri-chat-private-line:before {
  content: "\eb63";
}

.ri-chat-quote-fill:before {
  content: "\eb64";
}

.ri-chat-quote-line:before {
  content: "\eb65";
}

.ri-chat-settings-fill:before {
  content: "\eb66";
}

.ri-chat-settings-line:before {
  content: "\eb67";
}

.ri-chat-smile-2-fill:before {
  content: "\eb68";
}

.ri-chat-smile-2-line:before {
  content: "\eb69";
}

.ri-chat-smile-3-fill:before {
  content: "\eb6a";
}

.ri-chat-smile-3-line:before {
  content: "\eb6b";
}

.ri-chat-smile-fill:before {
  content: "\eb6c";
}

.ri-chat-smile-line:before {
  content: "\eb6d";
}

.ri-chat-upload-fill:before {
  content: "\eb6e";
}

.ri-chat-upload-line:before {
  content: "\eb6f";
}

.ri-chat-voice-fill:before {
  content: "\eb70";
}

.ri-chat-voice-line:before {
  content: "\eb71";
}

.ri-check-double-fill:before {
  content: "\eb72";
}

.ri-check-double-line:before {
  content: "\eb73";
}

.ri-check-fill:before {
  content: "\eb74";
}

.ri-check-line:before {
  content: "\eb75";
}

.ri-checkbox-blank-circle-fill:before {
  content: "\eb76";
}

.ri-checkbox-blank-circle-line:before {
  content: "\eb77";
}

.ri-checkbox-blank-fill:before {
  content: "\eb78";
}

.ri-checkbox-blank-line:before {
  content: "\eb79";
}

.ri-checkbox-circle-fill:before {
  content: "\eb7a";
}

.ri-checkbox-circle-line:before {
  content: "\eb7b";
}

.ri-checkbox-fill:before {
  content: "\eb7c";
}

.ri-checkbox-indeterminate-fill:before {
  content: "\eb7d";
}

.ri-checkbox-indeterminate-line:before {
  content: "\eb7e";
}

.ri-checkbox-line:before {
  content: "\eb7f";
}

.ri-checkbox-multiple-blank-fill:before {
  content: "\eb80";
}

.ri-checkbox-multiple-blank-line:before {
  content: "\eb81";
}

.ri-checkbox-multiple-fill:before {
  content: "\eb82";
}

.ri-checkbox-multiple-line:before {
  content: "\eb83";
}

.ri-china-railway-fill:before {
  content: "\eb84";
}

.ri-china-railway-line:before {
  content: "\eb85";
}

.ri-chrome-fill:before {
  content: "\eb86";
}

.ri-chrome-line:before {
  content: "\eb87";
}

.ri-clapperboard-fill:before {
  content: "\eb88";
}

.ri-clapperboard-line:before {
  content: "\eb89";
}

.ri-clipboard-fill:before {
  content: "\eb8a";
}

.ri-clipboard-line:before {
  content: "\eb8b";
}

.ri-clockwise-2-fill:before {
  content: "\eb8c";
}

.ri-clockwise-2-line:before {
  content: "\eb8d";
}

.ri-clockwise-fill:before {
  content: "\eb8e";
}

.ri-clockwise-line:before {
  content: "\eb8f";
}

.ri-close-circle-fill:before {
  content: "\eb90";
}

.ri-close-circle-line:before {
  content: "\eb91";
}

.ri-close-fill:before {
  content: "\eb92";
}

.ri-close-line:before {
  content: "\eb93";
}

.ri-cloud-fill:before {
  content: "\eb94";
}

.ri-cloud-line:before {
  content: "\eb95";
}

.ri-cloud-off-fill:before {
  content: "\eb96";
}

.ri-cloud-off-line:before {
  content: "\eb97";
}

.ri-cloud-windy-fill:before {
  content: "\eb98";
}

.ri-cloud-windy-line:before {
  content: "\eb99";
}

.ri-cloudy-2-fill:before {
  content: "\eb9a";
}

.ri-cloudy-2-line:before {
  content: "\eb9b";
}

.ri-cloudy-fill:before {
  content: "\eb9c";
}

.ri-cloudy-line:before {
  content: "\eb9d";
}

.ri-code-box-fill:before {
  content: "\eb9e";
}

.ri-code-box-line:before {
  content: "\eb9f";
}

.ri-code-fill:before {
  content: "\eba0";
}

.ri-code-line:before {
  content: "\eba1";
}

.ri-code-s-fill:before {
  content: "\eba2";
}

.ri-code-s-line:before {
  content: "\eba3";
}

.ri-code-s-slash-fill:before {
  content: "\eba4";
}

.ri-code-s-slash-line:before {
  content: "\eba5";
}

.ri-code-view:before {
  content: "\eba6";
}

.ri-codepen-fill:before {
  content: "\eba7";
}

.ri-codepen-line:before {
  content: "\eba8";
}

.ri-coin-fill:before {
  content: "\eba9";
}

.ri-coin-line:before {
  content: "\ebaa";
}

.ri-coins-fill:before {
  content: "\ebab";
}

.ri-coins-line:before {
  content: "\ebac";
}

.ri-command-fill:before {
  content: "\ebad";
}

.ri-command-line:before {
  content: "\ebae";
}

.ri-community-fill:before {
  content: "\ebaf";
}

.ri-community-line:before {
  content: "\ebb0";
}

.ri-compass-2-fill:before {
  content: "\ebb1";
}

.ri-compass-2-line:before {
  content: "\ebb2";
}

.ri-compass-3-fill:before {
  content: "\ebb3";
}

.ri-compass-3-line:before {
  content: "\ebb4";
}

.ri-compass-4-fill:before {
  content: "\ebb5";
}

.ri-compass-4-line:before {
  content: "\ebb6";
}

.ri-compass-discover-fill:before {
  content: "\ebb7";
}

.ri-compass-discover-line:before {
  content: "\ebb8";
}

.ri-compass-fill:before {
  content: "\ebb9";
}

.ri-compass-line:before {
  content: "\ebba";
}

.ri-compasses-2-fill:before {
  content: "\ebbb";
}

.ri-compasses-2-line:before {
  content: "\ebbc";
}

.ri-compasses-fill:before {
  content: "\ebbd";
}

.ri-compasses-line:before {
  content: "\ebbe";
}

.ri-computer-fill:before {
  content: "\ebbf";
}

.ri-computer-line:before {
  content: "\ebc0";
}

.ri-contacts-book-2-fill:before {
  content: "\ebc1";
}

.ri-contacts-book-2-line:before {
  content: "\ebc2";
}

.ri-contacts-book-fill:before {
  content: "\ebc3";
}

.ri-contacts-book-line:before {
  content: "\ebc4";
}

.ri-contacts-book-upload-fill:before {
  content: "\ebc5";
}

.ri-contacts-book-upload-line:before {
  content: "\ebc6";
}

.ri-contacts-fill:before {
  content: "\ebc7";
}

.ri-contacts-line:before {
  content: "\ebc8";
}

.ri-contrast-2-fill:before {
  content: "\ebc9";
}

.ri-contrast-2-line:before {
  content: "\ebca";
}

.ri-contrast-drop-2-fill:before {
  content: "\ebcb";
}

.ri-contrast-drop-2-line:before {
  content: "\ebcc";
}

.ri-contrast-drop-fill:before {
  content: "\ebcd";
}

.ri-contrast-drop-line:before {
  content: "\ebce";
}

.ri-contrast-fill:before {
  content: "\ebcf";
}

.ri-contrast-line:before {
  content: "\ebd0";
}

.ri-copper-coin-fill:before {
  content: "\ebd1";
}

.ri-copper-coin-line:before {
  content: "\ebd2";
}

.ri-copper-diamond-fill:before {
  content: "\ebd3";
}

.ri-copper-diamond-line:before {
  content: "\ebd4";
}

.ri-copyright-fill:before {
  content: "\ebd5";
}

.ri-copyright-line:before {
  content: "\ebd6";
}

.ri-coreos-fill:before {
  content: "\ebd7";
}

.ri-coreos-line:before {
  content: "\ebd8";
}

.ri-coupon-2-fill:before {
  content: "\ebd9";
}

.ri-coupon-2-line:before {
  content: "\ebda";
}

.ri-coupon-3-fill:before {
  content: "\ebdb";
}

.ri-coupon-3-line:before {
  content: "\ebdc";
}

.ri-coupon-4-fill:before {
  content: "\ebdd";
}

.ri-coupon-4-line:before {
  content: "\ebde";
}

.ri-coupon-5-fill:before {
  content: "\ebdf";
}

.ri-coupon-5-line:before {
  content: "\ebe0";
}

.ri-coupon-fill:before {
  content: "\ebe1";
}

.ri-coupon-line:before {
  content: "\ebe2";
}

.ri-cpu-fill:before {
  content: "\ebe3";
}

.ri-cpu-line:before {
  content: "\ebe4";
}

.ri-creative-commons-by-fill:before {
  content: "\ebe5";
}

.ri-creative-commons-by-line:before {
  content: "\ebe6";
}

.ri-creative-commons-fill:before {
  content: "\ebe7";
}

.ri-creative-commons-line:before {
  content: "\ebe8";
}

.ri-creative-commons-nc-fill:before {
  content: "\ebe9";
}

.ri-creative-commons-nc-line:before {
  content: "\ebea";
}

.ri-creative-commons-nd-fill:before {
  content: "\ebeb";
}

.ri-creative-commons-nd-line:before {
  content: "\ebec";
}

.ri-creative-commons-sa-fill:before {
  content: "\ebed";
}

.ri-creative-commons-sa-line:before {
  content: "\ebee";
}

.ri-creative-commons-zero-fill:before {
  content: "\ebef";
}

.ri-creative-commons-zero-line:before {
  content: "\ebf0";
}

.ri-criminal-fill:before {
  content: "\ebf1";
}

.ri-criminal-line:before {
  content: "\ebf2";
}

.ri-crop-2-fill:before {
  content: "\ebf3";
}

.ri-crop-2-line:before {
  content: "\ebf4";
}

.ri-crop-fill:before {
  content: "\ebf5";
}

.ri-crop-line:before {
  content: "\ebf6";
}

.ri-css3-fill:before {
  content: "\ebf7";
}

.ri-css3-line:before {
  content: "\ebf8";
}

.ri-cup-fill:before {
  content: "\ebf9";
}

.ri-cup-line:before {
  content: "\ebfa";
}

.ri-currency-fill:before {
  content: "\ebfb";
}

.ri-currency-line:before {
  content: "\ebfc";
}

.ri-cursor-fill:before {
  content: "\ebfd";
}

.ri-cursor-line:before {
  content: "\ebfe";
}

.ri-customer-service-2-fill:before {
  content: "\ebff";
}

.ri-customer-service-2-line:before {
  content: "\ec00";
}

.ri-customer-service-fill:before {
  content: "\ec01";
}

.ri-customer-service-line:before {
  content: "\ec02";
}

.ri-dashboard-fill:before {
  content: "\ec03";
}

.ri-dashboard-line:before {
  content: "\ec04";
}

.ri-database-2-fill:before {
  content: "\ec05";
}

.ri-database-2-line:before {
  content: "\ec06";
}

.ri-database-fill:before {
  content: "\ec07";
}

.ri-database-line:before {
  content: "\ec08";
}

.ri-delete-back-2-fill:before {
  content: "\ec09";
}

.ri-delete-back-2-line:before {
  content: "\ec0a";
}

.ri-delete-back-fill:before {
  content: "\ec0b";
}

.ri-delete-back-line:before {
  content: "\ec0c";
}

.ri-delete-bin-2-fill:before {
  content: "\ec0d";
}

.ri-delete-bin-2-line:before {
  content: "\ec0e";
}

.ri-delete-bin-3-fill:before {
  content: "\ec0f";
}

.ri-delete-bin-3-line:before {
  content: "\ec10";
}

.ri-delete-bin-4-fill:before {
  content: "\ec11";
}

.ri-delete-bin-4-line:before {
  content: "\ec12";
}

.ri-delete-bin-5-fill:before {
  content: "\ec13";
}

.ri-delete-bin-5-line:before {
  content: "\ec14";
}

.ri-delete-bin-6-fill:before {
  content: "\ec15";
}

.ri-delete-bin-6-line:before {
  content: "\ec16";
}

.ri-delete-bin-7-fill:before {
  content: "\ec17";
}

.ri-delete-bin-7-line:before {
  content: "\ec18";
}

.ri-delete-bin-fill:before {
  content: "\ec19";
}

.ri-delete-bin-line:before {
  content: "\ec1a";
}

.ri-device-fill:before {
  content: "\ec1b";
}

.ri-device-line:before {
  content: "\ec1c";
}

.ri-device-recover-fill:before {
  content: "\ec1d";
}

.ri-device-recover-line:before {
  content: "\ec1e";
}

.ri-dingding-fill:before {
  content: "\ec1f";
}

.ri-dingding-line:before {
  content: "\ec20";
}

.ri-direction-fill:before {
  content: "\ec21";
}

.ri-direction-line:before {
  content: "\ec22";
}

.ri-disc-fill:before {
  content: "\ec23";
}

.ri-disc-line:before {
  content: "\ec24";
}

.ri-discord-fill:before {
  content: "\ec25";
}

.ri-discord-line:before {
  content: "\ec26";
}

.ri-discuss-fill:before {
  content: "\ec27";
}

.ri-discuss-line:before {
  content: "\ec28";
}

.ri-disqus-fill:before {
  content: "\ec29";
}

.ri-disqus-line:before {
  content: "\ec2a";
}

.ri-divide-fill:before {
  content: "\ec2b";
}

.ri-divide-line:before {
  content: "\ec2c";
}

.ri-donut-chart-fill:before {
  content: "\ec2d";
}

.ri-donut-chart-line:before {
  content: "\ec2e";
}

.ri-door-lock-box-fill:before {
  content: "\ec2f";
}

.ri-door-lock-box-line:before {
  content: "\ec30";
}

.ri-door-lock-fill:before {
  content: "\ec31";
}

.ri-door-lock-line:before {
  content: "\ec32";
}

.ri-douban-fill:before {
  content: "\ec33";
}

.ri-douban-line:before {
  content: "\ec34";
}

.ri-double-quotes-l:before {
  content: "\ec35";
}

.ri-double-quotes-r:before {
  content: "\ec36";
}

.ri-download-2-fill:before {
  content: "\ec37";
}

.ri-download-2-line:before {
  content: "\ec38";
}

.ri-download-cloud-2-fill:before {
  content: "\ec39";
}

.ri-download-cloud-2-line:before {
  content: "\ec3a";
}

.ri-download-cloud-fill:before {
  content: "\ec3b";
}

.ri-download-cloud-line:before {
  content: "\ec3c";
}

.ri-download-fill:before {
  content: "\ec3d";
}

.ri-download-line:before {
  content: "\ec3e";
}

.ri-drag-drop-fill:before {
  content: "\ec3f";
}

.ri-drag-drop-line:before {
  content: "\ec40";
}

.ri-drag-move-2-fill:before {
  content: "\ec41";
}

.ri-drag-move-2-line:before {
  content: "\ec42";
}

.ri-drag-move-fill:before {
  content: "\ec43";
}

.ri-drag-move-line:before {
  content: "\ec44";
}

.ri-dribbble-fill:before {
  content: "\ec45";
}

.ri-dribbble-line:before {
  content: "\ec46";
}

.ri-drive-fill:before {
  content: "\ec47";
}

.ri-drive-line:before {
  content: "\ec48";
}

.ri-drizzle-fill:before {
  content: "\ec49";
}

.ri-drizzle-line:before {
  content: "\ec4a";
}

.ri-drop-fill:before {
  content: "\ec4b";
}

.ri-drop-line:before {
  content: "\ec4c";
}

.ri-dropbox-fill:before {
  content: "\ec4d";
}

.ri-dropbox-line:before {
  content: "\ec4e";
}

.ri-dual-sim-1-fill:before {
  content: "\ec4f";
}

.ri-dual-sim-1-line:before {
  content: "\ec50";
}

.ri-dual-sim-2-fill:before {
  content: "\ec51";
}

.ri-dual-sim-2-line:before {
  content: "\ec52";
}

.ri-dv-fill:before {
  content: "\ec53";
}

.ri-dv-line:before {
  content: "\ec54";
}

.ri-dvd-fill:before {
  content: "\ec55";
}

.ri-dvd-line:before {
  content: "\ec56";
}

.ri-e-bike-2-fill:before {
  content: "\ec57";
}

.ri-e-bike-2-line:before {
  content: "\ec58";
}

.ri-e-bike-fill:before {
  content: "\ec59";
}

.ri-e-bike-line:before {
  content: "\ec5a";
}

.ri-earth-fill:before {
  content: "\ec5b";
}

.ri-earth-line:before {
  content: "\ec5c";
}

.ri-earthquake-fill:before {
  content: "\ec5d";
}

.ri-earthquake-line:before {
  content: "\ec5e";
}

.ri-edge-fill:before {
  content: "\ec5f";
}

.ri-edge-line:before {
  content: "\ec60";
}

.ri-edit-2-fill:before {
  content: "\ec61";
}

.ri-edit-2-line:before {
  content: "\ec62";
}

.ri-edit-box-fill:before {
  content: "\ec63";
}

.ri-edit-box-line:before {
  content: "\ec64";
}

.ri-edit-circle-fill:before {
  content: "\ec65";
}

.ri-edit-circle-line:before {
  content: "\ec66";
}

.ri-edit-fill:before {
  content: "\ec67";
}

.ri-edit-line:before {
  content: "\ec68";
}

.ri-eject-fill:before {
  content: "\ec69";
}

.ri-eject-line:before {
  content: "\ec6a";
}

.ri-emotion-2-fill:before {
  content: "\ec6b";
}

.ri-emotion-2-line:before {
  content: "\ec6c";
}

.ri-emotion-fill:before {
  content: "\ec6d";
}

.ri-emotion-happy-fill:before {
  content: "\ec6e";
}

.ri-emotion-happy-line:before {
  content: "\ec6f";
}

.ri-emotion-laugh-fill:before {
  content: "\ec70";
}

.ri-emotion-laugh-line:before {
  content: "\ec71";
}

.ri-emotion-line:before {
  content: "\ec72";
}

.ri-emotion-normal-fill:before {
  content: "\ec73";
}

.ri-emotion-normal-line:before {
  content: "\ec74";
}

.ri-emotion-sad-fill:before {
  content: "\ec75";
}

.ri-emotion-sad-line:before {
  content: "\ec76";
}

.ri-emotion-unhappy-fill:before {
  content: "\ec77";
}

.ri-emotion-unhappy-line:before {
  content: "\ec78";
}

.ri-emphasis-cn:before {
  content: "\ec79";
}

.ri-emphasis:before {
  content: "\ec7a";
}

.ri-english-input:before {
  content: "\ec7b";
}

.ri-equalizer-fill:before {
  content: "\ec7c";
}

.ri-equalizer-line:before {
  content: "\ec7d";
}

.ri-eraser-fill:before {
  content: "\ec7e";
}

.ri-eraser-line:before {
  content: "\ec7f";
}

.ri-error-warning-fill:before {
  content: "\ec80";
}

.ri-error-warning-line:before {
  content: "\ec81";
}

.ri-evernote-fill:before {
  content: "\ec82";
}

.ri-evernote-line:before {
  content: "\ec83";
}

.ri-exchange-box-fill:before {
  content: "\ec84";
}

.ri-exchange-box-line:before {
  content: "\ec85";
}

.ri-exchange-cny-fill:before {
  content: "\ec86";
}

.ri-exchange-cny-line:before {
  content: "\ec87";
}

.ri-exchange-dollar-fill:before {
  content: "\ec88";
}

.ri-exchange-dollar-line:before {
  content: "\ec89";
}

.ri-exchange-fill:before {
  content: "\ec8a";
}

.ri-exchange-funds-fill:before {
  content: "\ec8b";
}

.ri-exchange-funds-line:before {
  content: "\ec8c";
}

.ri-exchange-line:before {
  content: "\ec8d";
}

.ri-external-link-fill:before {
  content: "\ec8e";
}

.ri-external-link-line:before {
  content: "\ec8f";
}

.ri-eye-2-fill:before {
  content: "\ec90";
}

.ri-eye-2-line:before {
  content: "\ec91";
}

.ri-eye-close-fill:before {
  content: "\ec92";
}

.ri-eye-close-line:before {
  content: "\ec93";
}

.ri-eye-fill:before {
  content: "\ec94";
}

.ri-eye-line:before {
  content: "\ec95";
}

.ri-eye-off-fill:before {
  content: "\ec96";
}

.ri-eye-off-line:before {
  content: "\ec97";
}

.ri-facebook-box-fill:before {
  content: "\ec98";
}

.ri-facebook-box-line:before {
  content: "\ec99";
}

.ri-facebook-circle-fill:before {
  content: "\ec9a";
}

.ri-facebook-circle-line:before {
  content: "\ec9b";
}

.ri-facebook-fill:before {
  content: "\ec9c";
}

.ri-facebook-line:before {
  content: "\ec9d";
}

.ri-fahrenheit-fill:before {
  content: "\ec9e";
}

.ri-fahrenheit-line:before {
  content: "\ec9f";
}

.ri-feedback-fill:before {
  content: "\eca0";
}

.ri-feedback-line:before {
  content: "\eca1";
}

.ri-file-2-fill:before {
  content: "\eca2";
}

.ri-file-2-line:before {
  content: "\eca3";
}

.ri-file-3-fill:before {
  content: "\eca4";
}

.ri-file-3-line:before {
  content: "\eca5";
}

.ri-file-4-fill:before {
  content: "\eca6";
}

.ri-file-4-line:before {
  content: "\eca7";
}

.ri-file-add-fill:before {
  content: "\eca8";
}

.ri-file-add-line:before {
  content: "\eca9";
}

.ri-file-chart-2-fill:before {
  content: "\ecaa";
}

.ri-file-chart-2-line:before {
  content: "\ecab";
}

.ri-file-chart-fill:before {
  content: "\ecac";
}

.ri-file-chart-line:before {
  content: "\ecad";
}

.ri-file-cloud-fill:before {
  content: "\ecae";
}

.ri-file-cloud-line:before {
  content: "\ecaf";
}

.ri-file-code-fill:before {
  content: "\ecb0";
}

.ri-file-code-line:before {
  content: "\ecb1";
}

.ri-file-copy-2-fill:before {
  content: "\ecb2";
}

.ri-file-copy-2-line:before {
  content: "\ecb3";
}

.ri-file-copy-fill:before {
  content: "\ecb4";
}

.ri-file-copy-line:before {
  content: "\ecb5";
}

.ri-file-damage-fill:before {
  content: "\ecb6";
}

.ri-file-damage-line:before {
  content: "\ecb7";
}

.ri-file-download-fill:before {
  content: "\ecb8";
}

.ri-file-download-line:before {
  content: "\ecb9";
}

.ri-file-edit-fill:before {
  content: "\ecba";
}

.ri-file-edit-line:before {
  content: "\ecbb";
}

.ri-file-excel-2-fill:before {
  content: "\ecbc";
}

.ri-file-excel-2-line:before {
  content: "\ecbd";
}

.ri-file-excel-fill:before {
  content: "\ecbe";
}

.ri-file-excel-line:before {
  content: "\ecbf";
}

.ri-file-fill:before {
  content: "\ecc0";
}

.ri-file-forbid-fill:before {
  content: "\ecc1";
}

.ri-file-forbid-line:before {
  content: "\ecc2";
}

.ri-file-gif-fill:before {
  content: "\ecc3";
}

.ri-file-gif-line:before {
  content: "\ecc4";
}

.ri-file-history-fill:before {
  content: "\ecc5";
}

.ri-file-history-line:before {
  content: "\ecc6";
}

.ri-file-hwp-fill:before {
  content: "\ecc7";
}

.ri-file-hwp-line:before {
  content: "\ecc8";
}

.ri-file-info-fill:before {
  content: "\ecc9";
}

.ri-file-info-line:before {
  content: "\ecca";
}

.ri-file-line:before {
  content: "\eccb";
}

.ri-file-list-2-fill:before {
  content: "\eccc";
}

.ri-file-list-2-line:before {
  content: "\eccd";
}

.ri-file-list-3-fill:before {
  content: "\ecce";
}

.ri-file-list-3-line:before {
  content: "\eccf";
}

.ri-file-list-fill:before {
  content: "\ecd0";
}

.ri-file-list-line:before {
  content: "\ecd1";
}

.ri-file-lock-fill:before {
  content: "\ecd2";
}

.ri-file-lock-line:before {
  content: "\ecd3";
}

.ri-file-mark-fill:before {
  content: "\ecd4";
}

.ri-file-mark-line:before {
  content: "\ecd5";
}

.ri-file-music-fill:before {
  content: "\ecd6";
}

.ri-file-music-line:before {
  content: "\ecd7";
}

.ri-file-paper-2-fill:before {
  content: "\ecd8";
}

.ri-file-paper-2-line:before {
  content: "\ecd9";
}

.ri-file-paper-fill:before {
  content: "\ecda";
}

.ri-file-paper-line:before {
  content: "\ecdb";
}

.ri-file-pdf-fill:before {
  content: "\ecdc";
}

.ri-file-pdf-line:before {
  content: "\ecdd";
}

.ri-file-ppt-2-fill:before {
  content: "\ecde";
}

.ri-file-ppt-2-line:before {
  content: "\ecdf";
}

.ri-file-ppt-fill:before {
  content: "\ece0";
}

.ri-file-ppt-line:before {
  content: "\ece1";
}

.ri-file-reduce-fill:before {
  content: "\ece2";
}

.ri-file-reduce-line:before {
  content: "\ece3";
}

.ri-file-search-fill:before {
  content: "\ece4";
}

.ri-file-search-line:before {
  content: "\ece5";
}

.ri-file-settings-fill:before {
  content: "\ece6";
}

.ri-file-settings-line:before {
  content: "\ece7";
}

.ri-file-shield-2-fill:before {
  content: "\ece8";
}

.ri-file-shield-2-line:before {
  content: "\ece9";
}

.ri-file-shield-fill:before {
  content: "\ecea";
}

.ri-file-shield-line:before {
  content: "\eceb";
}

.ri-file-shred-fill:before {
  content: "\ecec";
}

.ri-file-shred-line:before {
  content: "\eced";
}

.ri-file-text-fill:before {
  content: "\ecee";
}

.ri-file-text-line:before {
  content: "\ecef";
}

.ri-file-transfer-fill:before {
  content: "\ecf0";
}

.ri-file-transfer-line:before {
  content: "\ecf1";
}

.ri-file-unknow-fill:before {
  content: "\ecf2";
}

.ri-file-unknow-line:before {
  content: "\ecf3";
}

.ri-file-upload-fill:before {
  content: "\ecf4";
}

.ri-file-upload-line:before {
  content: "\ecf5";
}

.ri-file-user-fill:before {
  content: "\ecf6";
}

.ri-file-user-line:before {
  content: "\ecf7";
}

.ri-file-warning-fill:before {
  content: "\ecf8";
}

.ri-file-warning-line:before {
  content: "\ecf9";
}

.ri-file-word-2-fill:before {
  content: "\ecfa";
}

.ri-file-word-2-line:before {
  content: "\ecfb";
}

.ri-file-word-fill:before {
  content: "\ecfc";
}

.ri-file-word-line:before {
  content: "\ecfd";
}

.ri-file-zip-fill:before {
  content: "\ecfe";
}

.ri-file-zip-line:before {
  content: "\ecff";
}

.ri-film-fill:before {
  content: "\ed00";
}

.ri-film-line:before {
  content: "\ed01";
}

.ri-filter-2-fill:before {
  content: "\ed02";
}

.ri-filter-2-line:before {
  content: "\ed03";
}

.ri-filter-3-fill:before {
  content: "\ed04";
}

.ri-filter-3-line:before {
  content: "\ed05";
}

.ri-filter-fill:before {
  content: "\ed06";
}

.ri-filter-line:before {
  content: "\ed07";
}

.ri-find-replace-fill:before {
  content: "\ed08";
}

.ri-find-replace-line:before {
  content: "\ed09";
}

.ri-fingerprint-2-fill:before {
  content: "\ed0a";
}

.ri-fingerprint-2-line:before {
  content: "\ed0b";
}

.ri-fingerprint-fill:before {
  content: "\ed0c";
}

.ri-fingerprint-line:before {
  content: "\ed0d";
}

.ri-fire-fill:before {
  content: "\ed0e";
}

.ri-fire-line:before {
  content: "\ed0f";
}

.ri-firefox-fill:before {
  content: "\ed10";
}

.ri-firefox-line:before {
  content: "\ed11";
}

.ri-flag-2-fill:before {
  content: "\ed12";
}

.ri-flag-2-line:before {
  content: "\ed13";
}

.ri-flag-fill:before {
  content: "\ed14";
}

.ri-flag-line:before {
  content: "\ed15";
}

.ri-flashlight-fill:before {
  content: "\ed16";
}

.ri-flashlight-line:before {
  content: "\ed17";
}

.ri-flask-fill:before {
  content: "\ed18";
}

.ri-flask-line:before {
  content: "\ed19";
}

.ri-flight-land-fill:before {
  content: "\ed1a";
}

.ri-flight-land-line:before {
  content: "\ed1b";
}

.ri-flight-takeoff-fill:before {
  content: "\ed1c";
}

.ri-flight-takeoff-line:before {
  content: "\ed1d";
}

.ri-flood-fill:before {
  content: "\ed1e";
}

.ri-flood-line:before {
  content: "\ed1f";
}

.ri-flutter-fill:before {
  content: "\ed20";
}

.ri-flutter-line:before {
  content: "\ed21";
}

.ri-focus-2-fill:before {
  content: "\ed22";
}

.ri-focus-2-line:before {
  content: "\ed23";
}

.ri-focus-3-fill:before {
  content: "\ed24";
}

.ri-focus-3-line:before {
  content: "\ed25";
}

.ri-focus-fill:before {
  content: "\ed26";
}

.ri-focus-line:before {
  content: "\ed27";
}

.ri-foggy-fill:before {
  content: "\ed28";
}

.ri-foggy-line:before {
  content: "\ed29";
}

.ri-folder-2-fill:before {
  content: "\ed2a";
}

.ri-folder-2-line:before {
  content: "\ed2b";
}

.ri-folder-3-fill:before {
  content: "\ed2c";
}

.ri-folder-3-line:before {
  content: "\ed2d";
}

.ri-folder-4-fill:before {
  content: "\ed2e";
}

.ri-folder-4-line:before {
  content: "\ed2f";
}

.ri-folder-5-fill:before {
  content: "\ed30";
}

.ri-folder-5-line:before {
  content: "\ed31";
}

.ri-folder-add-fill:before {
  content: "\ed32";
}

.ri-folder-add-line:before {
  content: "\ed33";
}

.ri-folder-chart-2-fill:before {
  content: "\ed34";
}

.ri-folder-chart-2-line:before {
  content: "\ed35";
}

.ri-folder-chart-fill:before {
  content: "\ed36";
}

.ri-folder-chart-line:before {
  content: "\ed37";
}

.ri-folder-download-fill:before {
  content: "\ed38";
}

.ri-folder-download-line:before {
  content: "\ed39";
}

.ri-folder-fill:before {
  content: "\ed3a";
}

.ri-folder-forbid-fill:before {
  content: "\ed3b";
}

.ri-folder-forbid-line:before {
  content: "\ed3c";
}

.ri-folder-history-fill:before {
  content: "\ed3d";
}

.ri-folder-history-line:before {
  content: "\ed3e";
}

.ri-folder-info-fill:before {
  content: "\ed3f";
}

.ri-folder-info-line:before {
  content: "\ed40";
}

.ri-folder-keyhole-fill:before {
  content: "\ed41";
}

.ri-folder-keyhole-line:before {
  content: "\ed42";
}

.ri-folder-line:before {
  content: "\ed43";
}

.ri-folder-lock-fill:before {
  content: "\ed44";
}

.ri-folder-lock-line:before {
  content: "\ed45";
}

.ri-folder-music-fill:before {
  content: "\ed46";
}

.ri-folder-music-line:before {
  content: "\ed47";
}

.ri-folder-open-fill:before {
  content: "\ed48";
}

.ri-folder-open-line:before {
  content: "\ed49";
}

.ri-folder-received-fill:before {
  content: "\ed4a";
}

.ri-folder-received-line:before {
  content: "\ed4b";
}

.ri-folder-reduce-fill:before {
  content: "\ed4c";
}

.ri-folder-reduce-line:before {
  content: "\ed4d";
}

.ri-folder-settings-fill:before {
  content: "\ed4e";
}

.ri-folder-settings-line:before {
  content: "\ed4f";
}

.ri-folder-shared-fill:before {
  content: "\ed50";
}

.ri-folder-shared-line:before {
  content: "\ed51";
}

.ri-folder-shield-2-fill:before {
  content: "\ed52";
}

.ri-folder-shield-2-line:before {
  content: "\ed53";
}

.ri-folder-shield-fill:before {
  content: "\ed54";
}

.ri-folder-shield-line:before {
  content: "\ed55";
}

.ri-folder-transfer-fill:before {
  content: "\ed56";
}

.ri-folder-transfer-line:before {
  content: "\ed57";
}

.ri-folder-unknow-fill:before {
  content: "\ed58";
}

.ri-folder-unknow-line:before {
  content: "\ed59";
}

.ri-folder-upload-fill:before {
  content: "\ed5a";
}

.ri-folder-upload-line:before {
  content: "\ed5b";
}

.ri-folder-user-fill:before {
  content: "\ed5c";
}

.ri-folder-user-line:before {
  content: "\ed5d";
}

.ri-folder-warning-fill:before {
  content: "\ed5e";
}

.ri-folder-warning-line:before {
  content: "\ed5f";
}

.ri-folder-zip-fill:before {
  content: "\ed60";
}

.ri-folder-zip-line:before {
  content: "\ed61";
}

.ri-folders-fill:before {
  content: "\ed62";
}

.ri-folders-line:before {
  content: "\ed63";
}

.ri-font-color:before {
  content: "\ed64";
}

.ri-font-size-2:before {
  content: "\ed65";
}

.ri-font-size:before {
  content: "\ed66";
}

.ri-football-fill:before {
  content: "\ed67";
}

.ri-football-line:before {
  content: "\ed68";
}

.ri-footprint-fill:before {
  content: "\ed69";
}

.ri-footprint-line:before {
  content: "\ed6a";
}

.ri-forbid-2-fill:before {
  content: "\ed6b";
}

.ri-forbid-2-line:before {
  content: "\ed6c";
}

.ri-forbid-fill:before {
  content: "\ed6d";
}

.ri-forbid-line:before {
  content: "\ed6e";
}

.ri-format-clear:before {
  content: "\ed6f";
}

.ri-fridge-fill:before {
  content: "\ed70";
}

.ri-fridge-line:before {
  content: "\ed71";
}

.ri-fullscreen-exit-fill:before {
  content: "\ed72";
}

.ri-fullscreen-exit-line:before {
  content: "\ed73";
}

.ri-fullscreen-fill:before {
  content: "\ed74";
}

.ri-fullscreen-line:before {
  content: "\ed75";
}

.ri-function-fill:before {
  content: "\ed76";
}

.ri-function-line:before {
  content: "\ed77";
}

.ri-functions:before {
  content: "\ed78";
}

.ri-funds-box-fill:before {
  content: "\ed79";
}

.ri-funds-box-line:before {
  content: "\ed7a";
}

.ri-funds-fill:before {
  content: "\ed7b";
}

.ri-funds-line:before {
  content: "\ed7c";
}

.ri-gallery-fill:before {
  content: "\ed7d";
}

.ri-gallery-line:before {
  content: "\ed7e";
}

.ri-gallery-upload-fill:before {
  content: "\ed7f";
}

.ri-gallery-upload-line:before {
  content: "\ed80";
}

.ri-game-fill:before {
  content: "\ed81";
}

.ri-game-line:before {
  content: "\ed82";
}

.ri-gamepad-fill:before {
  content: "\ed83";
}

.ri-gamepad-line:before {
  content: "\ed84";
}

.ri-gas-station-fill:before {
  content: "\ed85";
}

.ri-gas-station-line:before {
  content: "\ed86";
}

.ri-gatsby-fill:before {
  content: "\ed87";
}

.ri-gatsby-line:before {
  content: "\ed88";
}

.ri-genderless-fill:before {
  content: "\ed89";
}

.ri-genderless-line:before {
  content: "\ed8a";
}

.ri-ghost-2-fill:before {
  content: "\ed8b";
}

.ri-ghost-2-line:before {
  content: "\ed8c";
}

.ri-ghost-fill:before {
  content: "\ed8d";
}

.ri-ghost-line:before {
  content: "\ed8e";
}

.ri-ghost-smile-fill:before {
  content: "\ed8f";
}

.ri-ghost-smile-line:before {
  content: "\ed90";
}

.ri-gift-2-fill:before {
  content: "\ed91";
}

.ri-gift-2-line:before {
  content: "\ed92";
}

.ri-gift-fill:before {
  content: "\ed93";
}

.ri-gift-line:before {
  content: "\ed94";
}

.ri-git-branch-fill:before {
  content: "\ed95";
}

.ri-git-branch-line:before {
  content: "\ed96";
}

.ri-git-commit-fill:before {
  content: "\ed97";
}

.ri-git-commit-line:before {
  content: "\ed98";
}

.ri-git-merge-fill:before {
  content: "\ed99";
}

.ri-git-merge-line:before {
  content: "\ed9a";
}

.ri-git-pull-request-fill:before {
  content: "\ed9b";
}

.ri-git-pull-request-line:before {
  content: "\ed9c";
}

.ri-git-repository-commits-fill:before {
  content: "\ed9d";
}

.ri-git-repository-commits-line:before {
  content: "\ed9e";
}

.ri-git-repository-fill:before {
  content: "\ed9f";
}

.ri-git-repository-line:before {
  content: "\eda0";
}

.ri-git-repository-private-fill:before {
  content: "\eda1";
}

.ri-git-repository-private-line:before {
  content: "\eda2";
}

.ri-github-fill:before {
  content: "\eda3";
}

.ri-github-line:before {
  content: "\eda4";
}

.ri-gitlab-fill:before {
  content: "\eda5";
}

.ri-gitlab-line:before {
  content: "\eda6";
}

.ri-global-fill:before {
  content: "\eda7";
}

.ri-global-line:before {
  content: "\eda8";
}

.ri-globe-fill:before {
  content: "\eda9";
}

.ri-globe-line:before {
  content: "\edaa";
}

.ri-goblet-fill:before {
  content: "\edab";
}

.ri-goblet-line:before {
  content: "\edac";
}

.ri-google-fill:before {
  content: "\edad";
}

.ri-google-line:before {
  content: "\edae";
}

.ri-google-play-fill:before {
  content: "\edaf";
}

.ri-google-play-line:before {
  content: "\edb0";
}

.ri-government-fill:before {
  content: "\edb1";
}

.ri-government-line:before {
  content: "\edb2";
}

.ri-gps-fill:before {
  content: "\edb3";
}

.ri-gps-line:before {
  content: "\edb4";
}

.ri-gradienter-fill:before {
  content: "\edb5";
}

.ri-gradienter-line:before {
  content: "\edb6";
}

.ri-grid-fill:before {
  content: "\edb7";
}

.ri-grid-line:before {
  content: "\edb8";
}

.ri-group-2-fill:before {
  content: "\edb9";
}

.ri-group-2-line:before {
  content: "\edba";
}

.ri-group-fill:before {
  content: "\edbb";
}

.ri-group-line:before {
  content: "\edbc";
}

.ri-guide-fill:before {
  content: "\edbd";
}

.ri-guide-line:before {
  content: "\edbe";
}

.ri-hail-fill:before {
  content: "\edbf";
}

.ri-hail-line:before {
  content: "\edc0";
}

.ri-hammer-fill:before {
  content: "\edc1";
}

.ri-hammer-line:before {
  content: "\edc2";
}

.ri-hand-coin-fill:before {
  content: "\edc3";
}

.ri-hand-coin-line:before {
  content: "\edc4";
}

.ri-hand-heart-fill:before {
  content: "\edc5";
}

.ri-hand-heart-line:before {
  content: "\edc6";
}

.ri-handbag-fill:before {
  content: "\edc7";
}

.ri-handbag-line:before {
  content: "\edc8";
}

.ri-hard-drive-2-fill:before {
  content: "\edc9";
}

.ri-hard-drive-2-line:before {
  content: "\edca";
}

.ri-hard-drive-fill:before {
  content: "\edcb";
}

.ri-hard-drive-line:before {
  content: "\edcc";
}

.ri-hashtag:before {
  content: "\edcd";
}

.ri-haze-2-fill:before {
  content: "\edce";
}

.ri-haze-2-line:before {
  content: "\edcf";
}

.ri-haze-fill:before {
  content: "\edd0";
}

.ri-haze-line:before {
  content: "\edd1";
}

.ri-hd-fill:before {
  content: "\edd2";
}

.ri-hd-line:before {
  content: "\edd3";
}

.ri-heading:before {
  content: "\edd4";
}

.ri-headphone-fill:before {
  content: "\edd5";
}

.ri-headphone-line:before {
  content: "\edd6";
}

.ri-heart-2-fill:before {
  content: "\edd7";
}

.ri-heart-2-line:before {
  content: "\edd8";
}

.ri-heart-add-fill:before {
  content: "\edd9";
}

.ri-heart-add-line:before {
  content: "\edda";
}

.ri-heart-fill:before {
  content: "\eddb";
}

.ri-heart-line:before {
  content: "\eddc";
}

.ri-hearts-fill:before {
  content: "\eddd";
}

.ri-hearts-line:before {
  content: "\edde";
}

.ri-heavy-showers-fill:before {
  content: "\eddf";
}

.ri-heavy-showers-line:before {
  content: "\ede0";
}

.ri-history-fill:before {
  content: "\ede1";
}

.ri-history-line:before {
  content: "\ede2";
}

.ri-home-2-fill:before {
  content: "\ede3";
}

.ri-home-2-line:before {
  content: "\ede4";
}

.ri-home-3-fill:before {
  content: "\ede5";
}

.ri-home-3-line:before {
  content: "\ede6";
}

.ri-home-4-fill:before {
  content: "\ede7";
}

.ri-home-4-line:before {
  content: "\ede8";
}

.ri-home-5-fill:before {
  content: "\ede9";
}

.ri-home-5-line:before {
  content: "\edea";
}

.ri-home-6-fill:before {
  content: "\edeb";
}

.ri-home-6-line:before {
  content: "\edec";
}

.ri-home-7-fill:before {
  content: "\eded";
}

.ri-home-7-line:before {
  content: "\edee";
}

.ri-home-8-fill:before {
  content: "\edef";
}

.ri-home-8-line:before {
  content: "\edf0";
}

.ri-home-fill:before {
  content: "\edf1";
}

.ri-home-gear-fill:before {
  content: "\edf2";
}

.ri-home-gear-line:before {
  content: "\edf3";
}

.ri-home-heart-fill:before {
  content: "\edf4";
}

.ri-home-heart-line:before {
  content: "\edf5";
}

.ri-home-line:before {
  content: "\edf6";
}

.ri-home-smile-2-fill:before {
  content: "\edf7";
}

.ri-home-smile-2-line:before {
  content: "\edf8";
}

.ri-home-smile-fill:before {
  content: "\edf9";
}

.ri-home-smile-line:before {
  content: "\edfa";
}

.ri-home-wifi-fill:before {
  content: "\edfb";
}

.ri-home-wifi-line:before {
  content: "\edfc";
}

.ri-honor-of-kings-fill:before {
  content: "\edfd";
}

.ri-honor-of-kings-line:before {
  content: "\edfe";
}

.ri-honour-fill:before {
  content: "\edff";
}

.ri-honour-line:before {
  content: "\ee00";
}

.ri-hospital-fill:before {
  content: "\ee01";
}

.ri-hospital-line:before {
  content: "\ee02";
}

.ri-hotel-bed-fill:before {
  content: "\ee03";
}

.ri-hotel-bed-line:before {
  content: "\ee04";
}

.ri-hotel-fill:before {
  content: "\ee05";
}

.ri-hotel-line:before {
  content: "\ee06";
}

.ri-hotspot-fill:before {
  content: "\ee07";
}

.ri-hotspot-line:before {
  content: "\ee08";
}

.ri-hq-fill:before {
  content: "\ee09";
}

.ri-hq-line:before {
  content: "\ee0a";
}

.ri-html5-fill:before {
  content: "\ee0b";
}

.ri-html5-line:before {
  content: "\ee0c";
}

.ri-ie-fill:before {
  content: "\ee0d";
}

.ri-ie-line:before {
  content: "\ee0e";
}

.ri-image-2-fill:before {
  content: "\ee0f";
}

.ri-image-2-line:before {
  content: "\ee10";
}

.ri-image-add-fill:before {
  content: "\ee11";
}

.ri-image-add-line:before {
  content: "\ee12";
}

.ri-image-fill:before {
  content: "\ee13";
}

.ri-image-line:before {
  content: "\ee14";
}

.ri-inbox-archive-fill:before {
  content: "\ee15";
}

.ri-inbox-archive-line:before {
  content: "\ee16";
}

.ri-inbox-fill:before {
  content: "\ee17";
}

.ri-inbox-line:before {
  content: "\ee18";
}

.ri-inbox-unarchive-fill:before {
  content: "\ee19";
}

.ri-inbox-unarchive-line:before {
  content: "\ee1a";
}

.ri-increase-decrease-fill:before {
  content: "\ee1b";
}

.ri-increase-decrease-line:before {
  content: "\ee1c";
}

.ri-indent-decrease:before {
  content: "\ee1d";
}

.ri-indent-increase:before {
  content: "\ee1e";
}

.ri-indeterminate-circle-fill:before {
  content: "\ee1f";
}

.ri-indeterminate-circle-line:before {
  content: "\ee20";
}

.ri-information-fill:before {
  content: "\ee21";
}

.ri-information-line:before {
  content: "\ee22";
}

.ri-input-cursor-move:before {
  content: "\ee23";
}

.ri-input-method-fill:before {
  content: "\ee24";
}

.ri-input-method-line:before {
  content: "\ee25";
}

.ri-instagram-fill:before {
  content: "\ee26";
}

.ri-instagram-line:before {
  content: "\ee27";
}

.ri-install-fill:before {
  content: "\ee28";
}

.ri-install-line:before {
  content: "\ee29";
}

.ri-invision-fill:before {
  content: "\ee2a";
}

.ri-invision-line:before {
  content: "\ee2b";
}

.ri-italic:before {
  content: "\ee2c";
}

.ri-kakao-talk-fill:before {
  content: "\ee2d";
}

.ri-kakao-talk-line:before {
  content: "\ee2e";
}

.ri-key-2-fill:before {
  content: "\ee2f";
}

.ri-key-2-line:before {
  content: "\ee30";
}

.ri-key-fill:before {
  content: "\ee31";
}

.ri-key-line:before {
  content: "\ee32";
}

.ri-keyboard-box-fill:before {
  content: "\ee33";
}

.ri-keyboard-box-line:before {
  content: "\ee34";
}

.ri-keyboard-fill:before {
  content: "\ee35";
}

.ri-keyboard-line:before {
  content: "\ee36";
}

.ri-keynote-fill:before {
  content: "\ee37";
}

.ri-keynote-line:before {
  content: "\ee38";
}

.ri-knife-blood-fill:before {
  content: "\ee39";
}

.ri-knife-blood-line:before {
  content: "\ee3a";
}

.ri-knife-fill:before {
  content: "\ee3b";
}

.ri-knife-line:before {
  content: "\ee3c";
}

.ri-landscape-fill:before {
  content: "\ee3d";
}

.ri-landscape-line:before {
  content: "\ee3e";
}

.ri-layout-2-fill:before {
  content: "\ee3f";
}

.ri-layout-2-line:before {
  content: "\ee40";
}

.ri-layout-3-fill:before {
  content: "\ee41";
}

.ri-layout-3-line:before {
  content: "\ee42";
}

.ri-layout-4-fill:before {
  content: "\ee43";
}

.ri-layout-4-line:before {
  content: "\ee44";
}

.ri-layout-5-fill:before {
  content: "\ee45";
}

.ri-layout-5-line:before {
  content: "\ee46";
}

.ri-layout-6-fill:before {
  content: "\ee47";
}

.ri-layout-6-line:before {
  content: "\ee48";
}

.ri-layout-bottom-2-fill:before {
  content: "\ee49";
}

.ri-layout-bottom-2-line:before {
  content: "\ee4a";
}

.ri-layout-bottom-fill:before {
  content: "\ee4b";
}

.ri-layout-bottom-line:before {
  content: "\ee4c";
}

.ri-layout-column-fill:before {
  content: "\ee4d";
}

.ri-layout-column-line:before {
  content: "\ee4e";
}

.ri-layout-fill:before {
  content: "\ee4f";
}

.ri-layout-grid-fill:before {
  content: "\ee50";
}

.ri-layout-grid-line:before {
  content: "\ee51";
}

.ri-layout-left-2-fill:before {
  content: "\ee52";
}

.ri-layout-left-2-line:before {
  content: "\ee53";
}

.ri-layout-left-fill:before {
  content: "\ee54";
}

.ri-layout-left-line:before {
  content: "\ee55";
}

.ri-layout-line:before {
  content: "\ee56";
}

.ri-layout-masonry-fill:before {
  content: "\ee57";
}

.ri-layout-masonry-line:before {
  content: "\ee58";
}

.ri-layout-right-2-fill:before {
  content: "\ee59";
}

.ri-layout-right-2-line:before {
  content: "\ee5a";
}

.ri-layout-right-fill:before {
  content: "\ee5b";
}

.ri-layout-right-line:before {
  content: "\ee5c";
}

.ri-layout-row-fill:before {
  content: "\ee5d";
}

.ri-layout-row-line:before {
  content: "\ee5e";
}

.ri-layout-top-2-fill:before {
  content: "\ee5f";
}

.ri-layout-top-2-line:before {
  content: "\ee60";
}

.ri-layout-top-fill:before {
  content: "\ee61";
}

.ri-layout-top-line:before {
  content: "\ee62";
}

.ri-leaf-fill:before {
  content: "\ee63";
}

.ri-leaf-line:before {
  content: "\ee64";
}

.ri-lifebuoy-fill:before {
  content: "\ee65";
}

.ri-lifebuoy-line:before {
  content: "\ee66";
}

.ri-lightbulb-fill:before {
  content: "\ee67";
}

.ri-lightbulb-flash-fill:before {
  content: "\ee68";
}

.ri-lightbulb-flash-line:before {
  content: "\ee69";
}

.ri-lightbulb-line:before {
  content: "\ee6a";
}

.ri-line-chart-fill:before {
  content: "\ee6b";
}

.ri-line-chart-line:before {
  content: "\ee6c";
}

.ri-line-fill:before {
  content: "\ee6d";
}

.ri-line-height:before {
  content: "\ee6e";
}

.ri-line-line:before {
  content: "\ee6f";
}

.ri-link-m:before {
  content: "\ee70";
}

.ri-link-unlink-m:before {
  content: "\ee71";
}

.ri-link-unlink:before {
  content: "\ee72";
}

.ri-link:before {
  content: "\ee73";
}

.ri-linkedin-box-fill:before {
  content: "\ee74";
}

.ri-linkedin-box-line:before {
  content: "\ee75";
}

.ri-linkedin-fill:before {
  content: "\ee76";
}

.ri-linkedin-line:before {
  content: "\ee77";
}

.ri-links-fill:before {
  content: "\ee78";
}

.ri-links-line:before {
  content: "\ee79";
}

.ri-list-check-2:before {
  content: "\ee7a";
}

.ri-list-check:before {
  content: "\ee7b";
}

.ri-list-ordered:before {
  content: "\ee7c";
}

.ri-list-settings-fill:before {
  content: "\ee7d";
}

.ri-list-settings-line:before {
  content: "\ee7e";
}

.ri-list-unordered:before {
  content: "\ee7f";
}

.ri-live-fill:before {
  content: "\ee80";
}

.ri-live-line:before {
  content: "\ee81";
}

.ri-loader-2-fill:before {
  content: "\ee82";
}

.ri-loader-2-line:before {
  content: "\ee83";
}

.ri-loader-3-fill:before {
  content: "\ee84";
}

.ri-loader-3-line:before {
  content: "\ee85";
}

.ri-loader-4-fill:before {
  content: "\ee86";
}

.ri-loader-4-line:before {
  content: "\ee87";
}

.ri-loader-5-fill:before {
  content: "\ee88";
}

.ri-loader-5-line:before {
  content: "\ee89";
}

.ri-loader-fill:before {
  content: "\ee8a";
}

.ri-loader-line:before {
  content: "\ee8b";
}

.ri-lock-2-fill:before {
  content: "\ee8c";
}

.ri-lock-2-line:before {
  content: "\ee8d";
}

.ri-lock-fill:before {
  content: "\ee8e";
}

.ri-lock-line:before {
  content: "\ee8f";
}

.ri-lock-password-fill:before {
  content: "\ee90";
}

.ri-lock-password-line:before {
  content: "\ee91";
}

.ri-lock-unlock-fill:before {
  content: "\ee92";
}

.ri-lock-unlock-line:before {
  content: "\ee93";
}

.ri-login-box-fill:before {
  content: "\ee94";
}

.ri-login-box-line:before {
  content: "\ee95";
}

.ri-login-circle-fill:before {
  content: "\ee96";
}

.ri-login-circle-line:before {
  content: "\ee97";
}

.ri-logout-box-fill:before {
  content: "\ee98";
}

.ri-logout-box-line:before {
  content: "\ee99";
}

.ri-logout-box-r-fill:before {
  content: "\ee9a";
}

.ri-logout-box-r-line:before {
  content: "\ee9b";
}

.ri-logout-circle-fill:before {
  content: "\ee9c";
}

.ri-logout-circle-line:before {
  content: "\ee9d";
}

.ri-logout-circle-r-fill:before {
  content: "\ee9e";
}

.ri-logout-circle-r-line:before {
  content: "\ee9f";
}

.ri-luggage-cart-fill:before {
  content: "\eea0";
}

.ri-luggage-cart-line:before {
  content: "\eea1";
}

.ri-luggage-deposit-fill:before {
  content: "\eea2";
}

.ri-luggage-deposit-line:before {
  content: "\eea3";
}

.ri-mac-fill:before {
  content: "\eea4";
}

.ri-mac-line:before {
  content: "\eea5";
}

.ri-macbook-fill:before {
  content: "\eea6";
}

.ri-macbook-line:before {
  content: "\eea7";
}

.ri-magic-fill:before {
  content: "\eea8";
}

.ri-magic-line:before {
  content: "\eea9";
}

.ri-mail-add-fill:before {
  content: "\eeaa";
}

.ri-mail-add-line:before {
  content: "\eeab";
}

.ri-mail-check-fill:before {
  content: "\eeac";
}

.ri-mail-check-line:before {
  content: "\eead";
}

.ri-mail-close-fill:before {
  content: "\eeae";
}

.ri-mail-close-line:before {
  content: "\eeaf";
}

.ri-mail-download-fill:before {
  content: "\eeb0";
}

.ri-mail-download-line:before {
  content: "\eeb1";
}

.ri-mail-fill:before {
  content: "\eeb2";
}

.ri-mail-forbid-fill:before {
  content: "\eeb3";
}

.ri-mail-forbid-line:before {
  content: "\eeb4";
}

.ri-mail-line:before {
  content: "\eeb5";
}

.ri-mail-lock-fill:before {
  content: "\eeb6";
}

.ri-mail-lock-line:before {
  content: "\eeb7";
}

.ri-mail-open-fill:before {
  content: "\eeb8";
}

.ri-mail-open-line:before {
  content: "\eeb9";
}

.ri-mail-send-fill:before {
  content: "\eeba";
}

.ri-mail-send-line:before {
  content: "\eebb";
}

.ri-mail-settings-fill:before {
  content: "\eebc";
}

.ri-mail-settings-line:before {
  content: "\eebd";
}

.ri-mail-star-fill:before {
  content: "\eebe";
}

.ri-mail-star-line:before {
  content: "\eebf";
}

.ri-mail-unread-fill:before {
  content: "\eec0";
}

.ri-mail-unread-line:before {
  content: "\eec1";
}

.ri-mail-volume-fill:before {
  content: "\eec2";
}

.ri-mail-volume-line:before {
  content: "\eec3";
}

.ri-map-2-fill:before {
  content: "\eec4";
}

.ri-map-2-line:before {
  content: "\eec5";
}

.ri-map-fill:before {
  content: "\eec6";
}

.ri-map-line:before {
  content: "\eec7";
}

.ri-map-pin-2-fill:before {
  content: "\eec8";
}

.ri-map-pin-2-line:before {
  content: "\eec9";
}

.ri-map-pin-3-fill:before {
  content: "\eeca";
}

.ri-map-pin-3-line:before {
  content: "\eecb";
}

.ri-map-pin-4-fill:before {
  content: "\eecc";
}

.ri-map-pin-4-line:before {
  content: "\eecd";
}

.ri-map-pin-5-fill:before {
  content: "\eece";
}

.ri-map-pin-5-line:before {
  content: "\eecf";
}

.ri-map-pin-add-fill:before {
  content: "\eed0";
}

.ri-map-pin-add-line:before {
  content: "\eed1";
}

.ri-map-pin-fill:before {
  content: "\eed2";
}

.ri-map-pin-line:before {
  content: "\eed3";
}

.ri-map-pin-range-fill:before {
  content: "\eed4";
}

.ri-map-pin-range-line:before {
  content: "\eed5";
}

.ri-map-pin-time-fill:before {
  content: "\eed6";
}

.ri-map-pin-time-line:before {
  content: "\eed7";
}

.ri-map-pin-user-fill:before {
  content: "\eed8";
}

.ri-map-pin-user-line:before {
  content: "\eed9";
}

.ri-mark-pen-fill:before {
  content: "\eeda";
}

.ri-mark-pen-line:before {
  content: "\eedb";
}

.ri-markdown-fill:before {
  content: "\eedc";
}

.ri-markdown-line:before {
  content: "\eedd";
}

.ri-markup-fill:before {
  content: "\eede";
}

.ri-markup-line:before {
  content: "\eedf";
}

.ri-mastercard-fill:before {
  content: "\eee0";
}

.ri-mastercard-line:before {
  content: "\eee1";
}

.ri-mastodon-fill:before {
  content: "\eee2";
}

.ri-mastodon-line:before {
  content: "\eee3";
}

.ri-medal-2-fill:before {
  content: "\eee4";
}

.ri-medal-2-line:before {
  content: "\eee5";
}

.ri-medal-fill:before {
  content: "\eee6";
}

.ri-medal-line:before {
  content: "\eee7";
}

.ri-medium-fill:before {
  content: "\eee8";
}

.ri-medium-line:before {
  content: "\eee9";
}

.ri-men-fill:before {
  content: "\eeea";
}

.ri-men-line:before {
  content: "\eeeb";
}

.ri-menu-2-fill:before {
  content: "\eeec";
}

.ri-menu-2-line:before {
  content: "\eeed";
}

.ri-menu-3-fill:before {
  content: "\eeee";
}

.ri-menu-3-line:before {
  content: "\eeef";
}

.ri-menu-4-fill:before {
  content: "\eef0";
}

.ri-menu-4-line:before {
  content: "\eef1";
}

.ri-menu-5-fill:before {
  content: "\eef2";
}

.ri-menu-5-line:before {
  content: "\eef3";
}

.ri-menu-add-fill:before {
  content: "\eef4";
}

.ri-menu-add-line:before {
  content: "\eef5";
}

.ri-menu-fill:before {
  content: "\eef6";
}

.ri-menu-line:before {
  content: "\eef7";
}

.ri-message-2-fill:before {
  content: "\eef8";
}

.ri-message-2-line:before {
  content: "\eef9";
}

.ri-message-3-fill:before {
  content: "\eefa";
}

.ri-message-3-line:before {
  content: "\eefb";
}

.ri-message-fill:before {
  content: "\eefc";
}

.ri-message-line:before {
  content: "\eefd";
}

.ri-messenger-fill:before {
  content: "\eefe";
}

.ri-messenger-line:before {
  content: "\eeff";
}

.ri-meteor-fill:before {
  content: "\ef00";
}

.ri-meteor-line:before {
  content: "\ef01";
}

.ri-mic-2-fill:before {
  content: "\ef02";
}

.ri-mic-2-line:before {
  content: "\ef03";
}

.ri-mic-fill:before {
  content: "\ef04";
}

.ri-mic-line:before {
  content: "\ef05";
}

.ri-mic-off-fill:before {
  content: "\ef06";
}

.ri-mic-off-line:before {
  content: "\ef07";
}

.ri-mickey-fill:before {
  content: "\ef08";
}

.ri-mickey-line:before {
  content: "\ef09";
}

.ri-mini-program-fill:before {
  content: "\ef0a";
}

.ri-mini-program-line:before {
  content: "\ef0b";
}

.ri-mist-fill:before {
  content: "\ef0c";
}

.ri-mist-line:before {
  content: "\ef0d";
}

.ri-money-cny-box-fill:before {
  content: "\ef0e";
}

.ri-money-cny-box-line:before {
  content: "\ef0f";
}

.ri-money-cny-circle-fill:before {
  content: "\ef10";
}

.ri-money-cny-circle-line:before {
  content: "\ef11";
}

.ri-money-dollar-box-fill:before {
  content: "\ef12";
}

.ri-money-dollar-box-line:before {
  content: "\ef13";
}

.ri-money-dollar-circle-fill:before {
  content: "\ef14";
}

.ri-money-dollar-circle-line:before {
  content: "\ef15";
}

.ri-money-euro-box-fill:before {
  content: "\ef16";
}

.ri-money-euro-box-line:before {
  content: "\ef17";
}

.ri-money-euro-circle-fill:before {
  content: "\ef18";
}

.ri-money-euro-circle-line:before {
  content: "\ef19";
}

.ri-money-pound-box-fill:before {
  content: "\ef1a";
}

.ri-money-pound-box-line:before {
  content: "\ef1b";
}

.ri-money-pound-circle-fill:before {
  content: "\ef1c";
}

.ri-money-pound-circle-line:before {
  content: "\ef1d";
}

.ri-moon-clear-fill:before {
  content: "\ef1e";
}

.ri-moon-clear-line:before {
  content: "\ef1f";
}

.ri-moon-cloudy-fill:before {
  content: "\ef20";
}

.ri-moon-cloudy-line:before {
  content: "\ef21";
}

.ri-moon-fill:before {
  content: "\ef22";
}

.ri-moon-foggy-fill:before {
  content: "\ef23";
}

.ri-moon-foggy-line:before {
  content: "\ef24";
}

.ri-moon-line:before {
  content: "\ef25";
}

.ri-more-2-fill:before {
  content: "\ef26";
}

.ri-more-2-line:before {
  content: "\ef27";
}

.ri-more-fill:before {
  content: "\ef28";
}

.ri-more-line:before {
  content: "\ef29";
}

.ri-motorbike-fill:before {
  content: "\ef2a";
}

.ri-motorbike-line:before {
  content: "\ef2b";
}

.ri-mouse-fill:before {
  content: "\ef2c";
}

.ri-mouse-line:before {
  content: "\ef2d";
}

.ri-movie-2-fill:before {
  content: "\ef2e";
}

.ri-movie-2-line:before {
  content: "\ef2f";
}

.ri-movie-fill:before {
  content: "\ef30";
}

.ri-movie-line:before {
  content: "\ef31";
}

.ri-music-2-fill:before {
  content: "\ef32";
}

.ri-music-2-line:before {
  content: "\ef33";
}

.ri-music-fill:before {
  content: "\ef34";
}

.ri-music-line:before {
  content: "\ef35";
}

.ri-mv-fill:before {
  content: "\ef36";
}

.ri-mv-line:before {
  content: "\ef37";
}

.ri-navigation-fill:before {
  content: "\ef38";
}

.ri-navigation-line:before {
  content: "\ef39";
}

.ri-netease-cloud-music-fill:before {
  content: "\ef3a";
}

.ri-netease-cloud-music-line:before {
  content: "\ef3b";
}

.ri-netflix-fill:before {
  content: "\ef3c";
}

.ri-netflix-line:before {
  content: "\ef3d";
}

.ri-newspaper-fill:before {
  content: "\ef3e";
}

.ri-newspaper-line:before {
  content: "\ef3f";
}

.ri-notification-2-fill:before {
  content: "\ef40";
}

.ri-notification-2-line:before {
  content: "\ef41";
}

.ri-notification-3-fill:before {
  content: "\ef42";
}

.ri-notification-3-line:before {
  content: "\ef43";
}

.ri-notification-4-fill:before {
  content: "\ef44";
}

.ri-notification-4-line:before {
  content: "\ef45";
}

.ri-notification-badge-fill:before {
  content: "\ef46";
}

.ri-notification-badge-line:before {
  content: "\ef47";
}

.ri-notification-fill:before {
  content: "\ef48";
}

.ri-notification-line:before {
  content: "\ef49";
}

.ri-notification-off-fill:before {
  content: "\ef4a";
}

.ri-notification-off-line:before {
  content: "\ef4b";
}

.ri-npmjs-fill:before {
  content: "\ef4c";
}

.ri-npmjs-line:before {
  content: "\ef4d";
}

.ri-number-0:before {
  content: "\ef4e";
}

.ri-number-1:before {
  content: "\ef4f";
}

.ri-number-2:before {
  content: "\ef50";
}

.ri-number-3:before {
  content: "\ef51";
}

.ri-number-4:before {
  content: "\ef52";
}

.ri-number-5:before {
  content: "\ef53";
}

.ri-number-6:before {
  content: "\ef54";
}

.ri-number-7:before {
  content: "\ef55";
}

.ri-number-8:before {
  content: "\ef56";
}

.ri-number-9:before {
  content: "\ef57";
}

.ri-numbers-fill:before {
  content: "\ef58";
}

.ri-numbers-line:before {
  content: "\ef59";
}

.ri-oil-fill:before {
  content: "\ef5a";
}

.ri-oil-line:before {
  content: "\ef5b";
}

.ri-omega:before {
  content: "\ef5c";
}

.ri-open-arm-fill:before {
  content: "\ef5d";
}

.ri-open-arm-line:before {
  content: "\ef5e";
}

.ri-open-source-fill:before {
  content: "\ef5f";
}

.ri-open-source-line:before {
  content: "\ef60";
}

.ri-opera-fill:before {
  content: "\ef61";
}

.ri-opera-line:before {
  content: "\ef62";
}

.ri-order-play-fill:before {
  content: "\ef63";
}

.ri-order-play-line:before {
  content: "\ef64";
}

.ri-outlet-2-fill:before {
  content: "\ef65";
}

.ri-outlet-2-line:before {
  content: "\ef66";
}

.ri-outlet-fill:before {
  content: "\ef67";
}

.ri-outlet-line:before {
  content: "\ef68";
}

.ri-page-separator:before {
  content: "\ef69";
}

.ri-pages-fill:before {
  content: "\ef6a";
}

.ri-pages-line:before {
  content: "\ef6b";
}

.ri-paint-brush-fill:before {
  content: "\ef6c";
}

.ri-paint-brush-line:before {
  content: "\ef6d";
}

.ri-paint-fill:before {
  content: "\ef6e";
}

.ri-paint-line:before {
  content: "\ef6f";
}

.ri-palette-fill:before {
  content: "\ef70";
}

.ri-palette-line:before {
  content: "\ef71";
}

.ri-pantone-fill:before {
  content: "\ef72";
}

.ri-pantone-line:before {
  content: "\ef73";
}

.ri-paragraph:before {
  content: "\ef74";
}

.ri-parent-fill:before {
  content: "\ef75";
}

.ri-parent-line:before {
  content: "\ef76";
}

.ri-parentheses-fill:before {
  content: "\ef77";
}

.ri-parentheses-line:before {
  content: "\ef78";
}

.ri-parking-box-fill:before {
  content: "\ef79";
}

.ri-parking-box-line:before {
  content: "\ef7a";
}

.ri-parking-fill:before {
  content: "\ef7b";
}

.ri-parking-line:before {
  content: "\ef7c";
}

.ri-passport-fill:before {
  content: "\ef7d";
}

.ri-passport-line:before {
  content: "\ef7e";
}

.ri-patreon-fill:before {
  content: "\ef7f";
}

.ri-patreon-line:before {
  content: "\ef80";
}

.ri-pause-circle-fill:before {
  content: "\ef81";
}

.ri-pause-circle-line:before {
  content: "\ef82";
}

.ri-pause-fill:before {
  content: "\ef83";
}

.ri-pause-line:before {
  content: "\ef84";
}

.ri-pause-mini-fill:before {
  content: "\ef85";
}

.ri-pause-mini-line:before {
  content: "\ef86";
}

.ri-paypal-fill:before {
  content: "\ef87";
}

.ri-paypal-line:before {
  content: "\ef88";
}

.ri-pen-nib-fill:before {
  content: "\ef89";
}

.ri-pen-nib-line:before {
  content: "\ef8a";
}

.ri-pencil-fill:before {
  content: "\ef8b";
}

.ri-pencil-line:before {
  content: "\ef8c";
}

.ri-pencil-ruler-2-fill:before {
  content: "\ef8d";
}

.ri-pencil-ruler-2-line:before {
  content: "\ef8e";
}

.ri-pencil-ruler-fill:before {
  content: "\ef8f";
}

.ri-pencil-ruler-line:before {
  content: "\ef90";
}

.ri-percent-fill:before {
  content: "\ef91";
}

.ri-percent-line:before {
  content: "\ef92";
}

.ri-phone-camera-fill:before {
  content: "\ef93";
}

.ri-phone-camera-line:before {
  content: "\ef94";
}

.ri-phone-fill:before {
  content: "\ef95";
}

.ri-phone-find-fill:before {
  content: "\ef96";
}

.ri-phone-find-line:before {
  content: "\ef97";
}

.ri-phone-line:before {
  content: "\ef98";
}

.ri-phone-lock-fill:before {
  content: "\ef99";
}

.ri-phone-lock-line:before {
  content: "\ef9a";
}

.ri-picture-in-picture-2-fill:before {
  content: "\ef9b";
}

.ri-picture-in-picture-2-line:before {
  content: "\ef9c";
}

.ri-picture-in-picture-exit-fill:before {
  content: "\ef9d";
}

.ri-picture-in-picture-exit-line:before {
  content: "\ef9e";
}

.ri-picture-in-picture-fill:before {
  content: "\ef9f";
}

.ri-picture-in-picture-line:before {
  content: "\efa0";
}

.ri-pie-chart-2-fill:before {
  content: "\efa1";
}

.ri-pie-chart-2-line:before {
  content: "\efa2";
}

.ri-pie-chart-box-fill:before {
  content: "\efa3";
}

.ri-pie-chart-box-line:before {
  content: "\efa4";
}

.ri-pie-chart-fill:before {
  content: "\efa5";
}

.ri-pie-chart-line:before {
  content: "\efa6";
}

.ri-pin-distance-fill:before {
  content: "\efa7";
}

.ri-pin-distance-line:before {
  content: "\efa8";
}

.ri-ping-pong-fill:before {
  content: "\efa9";
}

.ri-ping-pong-line:before {
  content: "\efaa";
}

.ri-pinterest-fill:before {
  content: "\efab";
}

.ri-pinterest-line:before {
  content: "\efac";
}

.ri-pinyin-input:before {
  content: "\efad";
}

.ri-pixelfed-fill:before {
  content: "\efae";
}

.ri-pixelfed-line:before {
  content: "\efaf";
}

.ri-plane-fill:before {
  content: "\efb0";
}

.ri-plane-line:before {
  content: "\efb1";
}

.ri-plant-fill:before {
  content: "\efb2";
}

.ri-plant-line:before {
  content: "\efb3";
}

.ri-play-circle-fill:before {
  content: "\efb4";
}

.ri-play-circle-line:before {
  content: "\efb5";
}

.ri-play-fill:before {
  content: "\efb6";
}

.ri-play-line:before {
  content: "\efb7";
}

.ri-play-list-add-fill:before {
  content: "\efb8";
}

.ri-play-list-add-line:before {
  content: "\efb9";
}

.ri-play-list-fill:before {
  content: "\efba";
}

.ri-play-list-line:before {
  content: "\efbb";
}

.ri-play-mini-fill:before {
  content: "\efbc";
}

.ri-play-mini-line:before {
  content: "\efbd";
}

.ri-playstation-fill:before {
  content: "\efbe";
}

.ri-playstation-line:before {
  content: "\efbf";
}

.ri-plug-2-fill:before {
  content: "\efc0";
}

.ri-plug-2-line:before {
  content: "\efc1";
}

.ri-plug-fill:before {
  content: "\efc2";
}

.ri-plug-line:before {
  content: "\efc3";
}

.ri-polaroid-2-fill:before {
  content: "\efc4";
}

.ri-polaroid-2-line:before {
  content: "\efc5";
}

.ri-polaroid-fill:before {
  content: "\efc6";
}

.ri-polaroid-line:before {
  content: "\efc7";
}

.ri-police-car-fill:before {
  content: "\efc8";
}

.ri-police-car-line:before {
  content: "\efc9";
}

.ri-price-tag-2-fill:before {
  content: "\efca";
}

.ri-price-tag-2-line:before {
  content: "\efcb";
}

.ri-price-tag-3-fill:before {
  content: "\efcc";
}

.ri-price-tag-3-line:before {
  content: "\efcd";
}

.ri-price-tag-fill:before {
  content: "\efce";
}

.ri-price-tag-line:before {
  content: "\efcf";
}

.ri-printer-cloud-fill:before {
  content: "\efd0";
}

.ri-printer-cloud-line:before {
  content: "\efd1";
}

.ri-printer-fill:before {
  content: "\efd2";
}

.ri-printer-line:before {
  content: "\efd3";
}

.ri-product-hunt-fill:before {
  content: "\efd4";
}

.ri-product-hunt-line:before {
  content: "\efd5";
}

.ri-profile-fill:before {
  content: "\efd6";
}

.ri-profile-line:before {
  content: "\efd7";
}

.ri-projector-2-fill:before {
  content: "\efd8";
}

.ri-projector-2-line:before {
  content: "\efd9";
}

.ri-projector-fill:before {
  content: "\efda";
}

.ri-projector-line:before {
  content: "\efdb";
}

.ri-pushpin-2-fill:before {
  content: "\efdc";
}

.ri-pushpin-2-line:before {
  content: "\efdd";
}

.ri-pushpin-fill:before {
  content: "\efde";
}

.ri-pushpin-line:before {
  content: "\efdf";
}

.ri-qq-fill:before {
  content: "\efe0";
}

.ri-qq-line:before {
  content: "\efe1";
}

.ri-qr-code-fill:before {
  content: "\efe2";
}

.ri-qr-code-line:before {
  content: "\efe3";
}

.ri-qr-scan-2-fill:before {
  content: "\efe4";
}

.ri-qr-scan-2-line:before {
  content: "\efe5";
}

.ri-qr-scan-fill:before {
  content: "\efe6";
}

.ri-qr-scan-line:before {
  content: "\efe7";
}

.ri-question-answer-fill:before {
  content: "\efe8";
}

.ri-question-answer-line:before {
  content: "\efe9";
}

.ri-question-fill:before {
  content: "\efea";
}

.ri-question-line:before {
  content: "\efeb";
}

.ri-questionnaire-fill:before {
  content: "\efec";
}

.ri-questionnaire-line:before {
  content: "\efed";
}

.ri-quill-pen-fill:before {
  content: "\efee";
}

.ri-quill-pen-line:before {
  content: "\efef";
}

.ri-radar-fill:before {
  content: "\eff0";
}

.ri-radar-line:before {
  content: "\eff1";
}

.ri-radio-2-fill:before {
  content: "\eff2";
}

.ri-radio-2-line:before {
  content: "\eff3";
}

.ri-radio-button-fill:before {
  content: "\eff4";
}

.ri-radio-button-line:before {
  content: "\eff5";
}

.ri-radio-fill:before {
  content: "\eff6";
}

.ri-radio-line:before {
  content: "\eff7";
}

.ri-rainbow-fill:before {
  content: "\eff8";
}

.ri-rainbow-line:before {
  content: "\eff9";
}

.ri-rainy-fill:before {
  content: "\effa";
}

.ri-rainy-line:before {
  content: "\effb";
}

.ri-reactjs-fill:before {
  content: "\effc";
}

.ri-reactjs-line:before {
  content: "\effd";
}

.ri-record-circle-fill:before {
  content: "\effe";
}

.ri-record-circle-line:before {
  content: "\efff";
}

.ri-record-mail-fill:before {
  content: "\f000";
}

.ri-record-mail-line:before {
  content: "\f001";
}

.ri-recycle-fill:before {
  content: "\f002";
}

.ri-recycle-line:before {
  content: "\f003";
}

.ri-red-packet-fill:before {
  content: "\f004";
}

.ri-red-packet-line:before {
  content: "\f005";
}

.ri-reddit-fill:before {
  content: "\f006";
}

.ri-reddit-line:before {
  content: "\f007";
}

.ri-refresh-fill:before {
  content: "\f008";
}

.ri-refresh-line:before {
  content: "\f009";
}

.ri-refund-2-fill:before {
  content: "\f00a";
}

.ri-refund-2-line:before {
  content: "\f00b";
}

.ri-refund-fill:before {
  content: "\f00c";
}

.ri-refund-line:before {
  content: "\f00d";
}

.ri-registered-fill:before {
  content: "\f00e";
}

.ri-registered-line:before {
  content: "\f00f";
}

.ri-remixicon-fill:before {
  content: "\f010";
}

.ri-remixicon-line:before {
  content: "\f011";
}

.ri-remote-control-2-fill:before {
  content: "\f012";
}

.ri-remote-control-2-line:before {
  content: "\f013";
}

.ri-remote-control-fill:before {
  content: "\f014";
}

.ri-remote-control-line:before {
  content: "\f015";
}

.ri-repeat-2-fill:before {
  content: "\f016";
}

.ri-repeat-2-line:before {
  content: "\f017";
}

.ri-repeat-fill:before {
  content: "\f018";
}

.ri-repeat-line:before {
  content: "\f019";
}

.ri-repeat-one-fill:before {
  content: "\f01a";
}

.ri-repeat-one-line:before {
  content: "\f01b";
}

.ri-reply-fill:before {
  content: "\f01c";
}

.ri-reply-line:before {
  content: "\f01d";
}

.ri-reserved-fill:before {
  content: "\f01e";
}

.ri-reserved-line:before {
  content: "\f01f";
}

.ri-restart-fill:before {
  content: "\f020";
}

.ri-restart-line:before {
  content: "\f021";
}

.ri-restaurant-2-fill:before {
  content: "\f022";
}

.ri-restaurant-2-line:before {
  content: "\f023";
}

.ri-restaurant-fill:before {
  content: "\f024";
}

.ri-restaurant-line:before {
  content: "\f025";
}

.ri-rewind-fill:before {
  content: "\f026";
}

.ri-rewind-line:before {
  content: "\f027";
}

.ri-rewind-mini-fill:before {
  content: "\f028";
}

.ri-rewind-mini-line:before {
  content: "\f029";
}

.ri-rhythm-fill:before {
  content: "\f02a";
}

.ri-rhythm-line:before {
  content: "\f02b";
}

.ri-riding-fill:before {
  content: "\f02c";
}

.ri-riding-line:before {
  content: "\f02d";
}

.ri-road-map-fill:before {
  content: "\f02e";
}

.ri-road-map-line:before {
  content: "\f02f";
}

.ri-roadster-fill:before {
  content: "\f030";
}

.ri-roadster-line:before {
  content: "\f031";
}

.ri-robot-fill:before {
  content: "\f032";
}

.ri-robot-line:before {
  content: "\f033";
}

.ri-rocket-2-fill:before {
  content: "\f034";
}

.ri-rocket-2-line:before {
  content: "\f035";
}

.ri-rocket-fill:before {
  content: "\f036";
}

.ri-rocket-line:before {
  content: "\f037";
}

.ri-rotate-lock-fill:before {
  content: "\f038";
}

.ri-rotate-lock-line:before {
  content: "\f039";
}

.ri-route-fill:before {
  content: "\f03a";
}

.ri-route-line:before {
  content: "\f03b";
}

.ri-router-fill:before {
  content: "\f03c";
}

.ri-router-line:before {
  content: "\f03d";
}

.ri-rss-fill:before {
  content: "\f03e";
}

.ri-rss-line:before {
  content: "\f03f";
}

.ri-ruler-2-fill:before {
  content: "\f040";
}

.ri-ruler-2-line:before {
  content: "\f041";
}

.ri-ruler-fill:before {
  content: "\f042";
}

.ri-ruler-line:before {
  content: "\f043";
}

.ri-run-fill:before {
  content: "\f044";
}

.ri-run-line:before {
  content: "\f045";
}

.ri-safari-fill:before {
  content: "\f046";
}

.ri-safari-line:before {
  content: "\f047";
}

.ri-safe-2-fill:before {
  content: "\f048";
}

.ri-safe-2-line:before {
  content: "\f049";
}

.ri-safe-fill:before {
  content: "\f04a";
}

.ri-safe-line:before {
  content: "\f04b";
}

.ri-sailboat-fill:before {
  content: "\f04c";
}

.ri-sailboat-line:before {
  content: "\f04d";
}

.ri-save-2-fill:before {
  content: "\f04e";
}

.ri-save-2-line:before {
  content: "\f04f";
}

.ri-save-3-fill:before {
  content: "\f050";
}

.ri-save-3-line:before {
  content: "\f051";
}

.ri-save-fill:before {
  content: "\f052";
}

.ri-save-line:before {
  content: "\f053";
}

.ri-scales-2-fill:before {
  content: "\f054";
}

.ri-scales-2-line:before {
  content: "\f055";
}

.ri-scales-fill:before {
  content: "\f056";
}

.ri-scales-line:before {
  content: "\f057";
}

.ri-scan-2-fill:before {
  content: "\f058";
}

.ri-scan-2-line:before {
  content: "\f059";
}

.ri-scan-fill:before {
  content: "\f05a";
}

.ri-scan-line:before {
  content: "\f05b";
}

.ri-scissors-2-fill:before {
  content: "\f05c";
}

.ri-scissors-2-line:before {
  content: "\f05d";
}

.ri-scissors-cut-fill:before {
  content: "\f05e";
}

.ri-scissors-cut-line:before {
  content: "\f05f";
}

.ri-scissors-fill:before {
  content: "\f060";
}

.ri-scissors-line:before {
  content: "\f061";
}

.ri-screenshot-2-fill:before {
  content: "\f062";
}

.ri-screenshot-2-line:before {
  content: "\f063";
}

.ri-screenshot-fill:before {
  content: "\f064";
}

.ri-screenshot-line:before {
  content: "\f065";
}

.ri-sd-card-fill:before {
  content: "\f066";
}

.ri-sd-card-line:before {
  content: "\f067";
}

.ri-sd-card-mini-fill:before {
  content: "\f068";
}

.ri-sd-card-mini-line:before {
  content: "\f069";
}

.ri-search-2-fill:before {
  content: "\f06a";
}

.ri-search-2-line:before {
  content: "\f06b";
}

.ri-search-eye-fill:before {
  content: "\f06c";
}

.ri-search-eye-line:before {
  content: "\f06d";
}

.ri-search-fill:before {
  content: "\f06e";
}

.ri-search-line:before {
  content: "\f06f";
}

.ri-secure-payment-fill:before {
  content: "\f070";
}

.ri-secure-payment-line:before {
  content: "\f071";
}

.ri-send-backward:before {
  content: "\f072";
}

.ri-send-plane-2-fill:before {
  content: "\f073";
}

.ri-send-plane-2-line:before {
  content: "\f074";
}

.ri-send-plane-fill:before {
  content: "\f075";
}

.ri-send-plane-line:before {
  content: "\f076";
}

.ri-send-to-back:before {
  content: "\f077";
}

.ri-sensor-fill:before {
  content: "\f078";
}

.ri-sensor-line:before {
  content: "\f079";
}

.ri-separator:before {
  content: "\f07a";
}

.ri-server-fill:before {
  content: "\f07b";
}

.ri-server-line:before {
  content: "\f07c";
}

.ri-service-fill:before {
  content: "\f07d";
}

.ri-service-line:before {
  content: "\f07e";
}

.ri-settings-2-fill:before {
  content: "\f07f";
}

.ri-settings-2-line:before {
  content: "\f080";
}

.ri-settings-3-fill:before {
  content: "\f081";
}

.ri-settings-3-line:before {
  content: "\f082";
}

.ri-settings-4-fill:before {
  content: "\f083";
}

.ri-settings-4-line:before {
  content: "\f084";
}

.ri-settings-5-fill:before {
  content: "\f085";
}

.ri-settings-5-line:before {
  content: "\f086";
}

.ri-settings-6-fill:before {
  content: "\f087";
}

.ri-settings-6-line:before {
  content: "\f088";
}

.ri-settings-fill:before {
  content: "\f089";
}

.ri-settings-line:before {
  content: "\f08a";
}

.ri-shape-2-fill:before {
  content: "\f08b";
}

.ri-shape-2-line:before {
  content: "\f08c";
}

.ri-shape-fill:before {
  content: "\f08d";
}

.ri-shape-line:before {
  content: "\f08e";
}

.ri-share-box-fill:before {
  content: "\f08f";
}

.ri-share-box-line:before {
  content: "\f090";
}

.ri-share-circle-fill:before {
  content: "\f091";
}

.ri-share-circle-line:before {
  content: "\f092";
}

.ri-share-fill:before {
  content: "\f093";
}

.ri-share-forward-2-fill:before {
  content: "\f094";
}

.ri-share-forward-2-line:before {
  content: "\f095";
}

.ri-share-forward-box-fill:before {
  content: "\f096";
}

.ri-share-forward-box-line:before {
  content: "\f097";
}

.ri-share-forward-fill:before {
  content: "\f098";
}

.ri-share-forward-line:before {
  content: "\f099";
}

.ri-share-line:before {
  content: "\f09a";
}

.ri-shield-cross-fill:before {
  content: "\f09b";
}

.ri-shield-cross-line:before {
  content: "\f09c";
}

.ri-shield-fill:before {
  content: "\f09d";
}

.ri-shield-flash-fill:before {
  content: "\f09e";
}

.ri-shield-flash-line:before {
  content: "\f09f";
}

.ri-shield-keyhole-fill:before {
  content: "\f0a0";
}

.ri-shield-keyhole-line:before {
  content: "\f0a1";
}

.ri-shield-line:before {
  content: "\f0a2";
}

.ri-shield-star-fill:before {
  content: "\f0a3";
}

.ri-shield-star-line:before {
  content: "\f0a4";
}

.ri-shield-user-fill:before {
  content: "\f0a5";
}

.ri-shield-user-line:before {
  content: "\f0a6";
}

.ri-ship-2-fill:before {
  content: "\f0a7";
}

.ri-ship-2-line:before {
  content: "\f0a8";
}

.ri-ship-fill:before {
  content: "\f0a9";
}

.ri-ship-line:before {
  content: "\f0aa";
}

.ri-shirt-fill:before {
  content: "\f0ab";
}

.ri-shirt-line:before {
  content: "\f0ac";
}

.ri-shopping-bag-2-fill:before {
  content: "\f0ad";
}

.ri-shopping-bag-2-line:before {
  content: "\f0ae";
}

.ri-shopping-bag-3-fill:before {
  content: "\f0af";
}

.ri-shopping-bag-3-line:before {
  content: "\f0b0";
}

.ri-shopping-bag-fill:before {
  content: "\f0b1";
}

.ri-shopping-bag-line:before {
  content: "\f0b2";
}

.ri-shopping-basket-2-fill:before {
  content: "\f0b3";
}

.ri-shopping-basket-2-line:before {
  content: "\f0b4";
}

.ri-shopping-basket-fill:before {
  content: "\f0b5";
}

.ri-shopping-basket-line:before {
  content: "\f0b6";
}

.ri-shopping-cart-2-fill:before {
  content: "\f0b7";
}

.ri-shopping-cart-2-line:before {
  content: "\f0b8";
}

.ri-shopping-cart-fill:before {
  content: "\f0b9";
}

.ri-shopping-cart-line:before {
  content: "\f0ba";
}

.ri-showers-fill:before {
  content: "\f0bb";
}

.ri-showers-line:before {
  content: "\f0bc";
}

.ri-shuffle-fill:before {
  content: "\f0bd";
}

.ri-shuffle-line:before {
  content: "\f0be";
}

.ri-shut-down-fill:before {
  content: "\f0bf";
}

.ri-shut-down-line:before {
  content: "\f0c0";
}

.ri-side-bar-fill:before {
  content: "\f0c1";
}

.ri-side-bar-line:before {
  content: "\f0c2";
}

.ri-signal-tower-fill:before {
  content: "\f0c3";
}

.ri-signal-tower-line:before {
  content: "\f0c4";
}

.ri-signal-wifi-1-fill:before {
  content: "\f0c5";
}

.ri-signal-wifi-1-line:before {
  content: "\f0c6";
}

.ri-signal-wifi-2-fill:before {
  content: "\f0c7";
}

.ri-signal-wifi-2-line:before {
  content: "\f0c8";
}

.ri-signal-wifi-3-fill:before {
  content: "\f0c9";
}

.ri-signal-wifi-3-line:before {
  content: "\f0ca";
}

.ri-signal-wifi-error-fill:before {
  content: "\f0cb";
}

.ri-signal-wifi-error-line:before {
  content: "\f0cc";
}

.ri-signal-wifi-fill:before {
  content: "\f0cd";
}

.ri-signal-wifi-line:before {
  content: "\f0ce";
}

.ri-signal-wifi-off-fill:before {
  content: "\f0cf";
}

.ri-signal-wifi-off-line:before {
  content: "\f0d0";
}

.ri-sim-card-2-fill:before {
  content: "\f0d1";
}

.ri-sim-card-2-line:before {
  content: "\f0d2";
}

.ri-sim-card-fill:before {
  content: "\f0d3";
}

.ri-sim-card-line:before {
  content: "\f0d4";
}

.ri-single-quotes-l:before {
  content: "\f0d5";
}

.ri-single-quotes-r:before {
  content: "\f0d6";
}

.ri-sip-fill:before {
  content: "\f0d7";
}

.ri-sip-line:before {
  content: "\f0d8";
}

.ri-skip-back-fill:before {
  content: "\f0d9";
}

.ri-skip-back-line:before {
  content: "\f0da";
}

.ri-skip-back-mini-fill:before {
  content: "\f0db";
}

.ri-skip-back-mini-line:before {
  content: "\f0dc";
}

.ri-skip-forward-fill:before {
  content: "\f0dd";
}

.ri-skip-forward-line:before {
  content: "\f0de";
}

.ri-skip-forward-mini-fill:before {
  content: "\f0df";
}

.ri-skip-forward-mini-line:before {
  content: "\f0e0";
}

.ri-skull-2-fill:before {
  content: "\f0e1";
}

.ri-skull-2-line:before {
  content: "\f0e2";
}

.ri-skull-fill:before {
  content: "\f0e3";
}

.ri-skull-line:before {
  content: "\f0e4";
}

.ri-skype-fill:before {
  content: "\f0e5";
}

.ri-skype-line:before {
  content: "\f0e6";
}

.ri-slack-fill:before {
  content: "\f0e7";
}

.ri-slack-line:before {
  content: "\f0e8";
}

.ri-slice-fill:before {
  content: "\f0e9";
}

.ri-slice-line:before {
  content: "\f0ea";
}

.ri-slideshow-2-fill:before {
  content: "\f0eb";
}

.ri-slideshow-2-line:before {
  content: "\f0ec";
}

.ri-slideshow-3-fill:before {
  content: "\f0ed";
}

.ri-slideshow-3-line:before {
  content: "\f0ee";
}

.ri-slideshow-4-fill:before {
  content: "\f0ef";
}

.ri-slideshow-4-line:before {
  content: "\f0f0";
}

.ri-slideshow-fill:before {
  content: "\f0f1";
}

.ri-slideshow-line:before {
  content: "\f0f2";
}

.ri-smartphone-fill:before {
  content: "\f0f3";
}

.ri-smartphone-line:before {
  content: "\f0f4";
}

.ri-snapchat-fill:before {
  content: "\f0f5";
}

.ri-snapchat-line:before {
  content: "\f0f6";
}

.ri-snowy-fill:before {
  content: "\f0f7";
}

.ri-snowy-line:before {
  content: "\f0f8";
}

.ri-sort-asc:before {
  content: "\f0f9";
}

.ri-sort-desc:before {
  content: "\f0fa";
}

.ri-sound-module-fill:before {
  content: "\f0fb";
}

.ri-sound-module-line:before {
  content: "\f0fc";
}

.ri-soundcloud-fill:before {
  content: "\f0fd";
}

.ri-soundcloud-line:before {
  content: "\f0fe";
}

.ri-space-ship-fill:before {
  content: "\f0ff";
}

.ri-space-ship-line:before {
  content: "\f100";
}

.ri-space:before {
  content: "\f101";
}

.ri-spam-2-fill:before {
  content: "\f102";
}

.ri-spam-2-line:before {
  content: "\f103";
}

.ri-spam-3-fill:before {
  content: "\f104";
}

.ri-spam-3-line:before {
  content: "\f105";
}

.ri-spam-fill:before {
  content: "\f106";
}

.ri-spam-line:before {
  content: "\f107";
}

.ri-speaker-2-fill:before {
  content: "\f108";
}

.ri-speaker-2-line:before {
  content: "\f109";
}

.ri-speaker-3-fill:before {
  content: "\f10a";
}

.ri-speaker-3-line:before {
  content: "\f10b";
}

.ri-speaker-fill:before {
  content: "\f10c";
}

.ri-speaker-line:before {
  content: "\f10d";
}

.ri-spectrum-fill:before {
  content: "\f10e";
}

.ri-spectrum-line:before {
  content: "\f10f";
}

.ri-speed-fill:before {
  content: "\f110";
}

.ri-speed-line:before {
  content: "\f111";
}

.ri-speed-mini-fill:before {
  content: "\f112";
}

.ri-speed-mini-line:before {
  content: "\f113";
}

.ri-spotify-fill:before {
  content: "\f114";
}

.ri-spotify-line:before {
  content: "\f115";
}

.ri-spy-fill:before {
  content: "\f116";
}

.ri-spy-line:before {
  content: "\f117";
}

.ri-stack-fill:before {
  content: "\f118";
}

.ri-stack-line:before {
  content: "\f119";
}

.ri-stack-overflow-fill:before {
  content: "\f11a";
}

.ri-stack-overflow-line:before {
  content: "\f11b";
}

.ri-stackshare-fill:before {
  content: "\f11c";
}

.ri-stackshare-line:before {
  content: "\f11d";
}

.ri-star-fill:before {
  content: "\f11e";
}

.ri-star-half-fill:before {
  content: "\f11f";
}

.ri-star-half-line:before {
  content: "\f120";
}

.ri-star-half-s-fill:before {
  content: "\f121";
}

.ri-star-half-s-line:before {
  content: "\f122";
}

.ri-star-line:before {
  content: "\f123";
}

.ri-star-s-fill:before {
  content: "\f124";
}

.ri-star-s-line:before {
  content: "\f125";
}

.ri-star-smile-fill:before {
  content: "\f126";
}

.ri-star-smile-line:before {
  content: "\f127";
}

.ri-steam-fill:before {
  content: "\f128";
}

.ri-steam-line:before {
  content: "\f129";
}

.ri-steering-2-fill:before {
  content: "\f12a";
}

.ri-steering-2-line:before {
  content: "\f12b";
}

.ri-steering-fill:before {
  content: "\f12c";
}

.ri-steering-line:before {
  content: "\f12d";
}

.ri-sticky-note-2-fill:before {
  content: "\f12e";
}

.ri-sticky-note-2-line:before {
  content: "\f12f";
}

.ri-sticky-note-fill:before {
  content: "\f130";
}

.ri-sticky-note-line:before {
  content: "\f131";
}

.ri-stock-fill:before {
  content: "\f132";
}

.ri-stock-line:before {
  content: "\f133";
}

.ri-stop-circle-fill:before {
  content: "\f134";
}

.ri-stop-circle-line:before {
  content: "\f135";
}

.ri-stop-fill:before {
  content: "\f136";
}

.ri-stop-line:before {
  content: "\f137";
}

.ri-stop-mini-fill:before {
  content: "\f138";
}

.ri-stop-mini-line:before {
  content: "\f139";
}

.ri-store-2-fill:before {
  content: "\f13a";
}

.ri-store-2-line:before {
  content: "\f13b";
}

.ri-store-3-fill:before {
  content: "\f13c";
}

.ri-store-3-line:before {
  content: "\f13d";
}

.ri-store-fill:before {
  content: "\f13e";
}

.ri-store-line:before {
  content: "\f13f";
}

.ri-strikethrough-2:before {
  content: "\f140";
}

.ri-strikethrough:before {
  content: "\f141";
}

.ri-subscript-2:before {
  content: "\f142";
}

.ri-subscript:before {
  content: "\f143";
}

.ri-subtract-fill:before {
  content: "\f144";
}

.ri-subtract-line:before {
  content: "\f145";
}

.ri-subway-fill:before {
  content: "\f146";
}

.ri-subway-line:before {
  content: "\f147";
}

.ri-subway-wifi-fill:before {
  content: "\f148";
}

.ri-subway-wifi-line:before {
  content: "\f149";
}

.ri-suitcase-2-fill:before {
  content: "\f14a";
}

.ri-suitcase-2-line:before {
  content: "\f14b";
}

.ri-suitcase-3-fill:before {
  content: "\f14c";
}

.ri-suitcase-3-line:before {
  content: "\f14d";
}

.ri-suitcase-fill:before {
  content: "\f14e";
}

.ri-suitcase-line:before {
  content: "\f14f";
}

.ri-sun-cloudy-fill:before {
  content: "\f150";
}

.ri-sun-cloudy-line:before {
  content: "\f151";
}

.ri-sun-fill:before {
  content: "\f152";
}

.ri-sun-foggy-fill:before {
  content: "\f153";
}

.ri-sun-foggy-line:before {
  content: "\f154";
}

.ri-sun-line:before {
  content: "\f155";
}

.ri-superscript-2:before {
  content: "\f156";
}

.ri-superscript:before {
  content: "\f157";
}

.ri-surround-sound-fill:before {
  content: "\f158";
}

.ri-surround-sound-line:before {
  content: "\f159";
}

.ri-survey-fill:before {
  content: "\f15a";
}

.ri-survey-line:before {
  content: "\f15b";
}

.ri-swap-box-fill:before {
  content: "\f15c";
}

.ri-swap-box-line:before {
  content: "\f15d";
}

.ri-swap-fill:before {
  content: "\f15e";
}

.ri-swap-line:before {
  content: "\f15f";
}

.ri-switch-fill:before {
  content: "\f160";
}

.ri-switch-line:before {
  content: "\f161";
}

.ri-sword-fill:before {
  content: "\f162";
}

.ri-sword-line:before {
  content: "\f163";
}

.ri-t-box-fill:before {
  content: "\f164";
}

.ri-t-box-line:before {
  content: "\f165";
}

.ri-t-shirt-2-fill:before {
  content: "\f166";
}

.ri-t-shirt-2-line:before {
  content: "\f167";
}

.ri-t-shirt-air-fill:before {
  content: "\f168";
}

.ri-t-shirt-air-line:before {
  content: "\f169";
}

.ri-t-shirt-fill:before {
  content: "\f16a";
}

.ri-t-shirt-line:before {
  content: "\f16b";
}

.ri-table-2:before {
  content: "\f16c";
}

.ri-table-alt-fill:before {
  content: "\f16d";
}

.ri-table-alt-line:before {
  content: "\f16e";
}

.ri-table-fill:before {
  content: "\f16f";
}

.ri-table-line:before {
  content: "\f170";
}

.ri-tablet-fill:before {
  content: "\f171";
}

.ri-tablet-line:before {
  content: "\f172";
}

.ri-takeaway-fill:before {
  content: "\f173";
}

.ri-takeaway-line:before {
  content: "\f174";
}

.ri-taobao-fill:before {
  content: "\f175";
}

.ri-taobao-line:before {
  content: "\f176";
}

.ri-tape-fill:before {
  content: "\f177";
}

.ri-tape-line:before {
  content: "\f178";
}

.ri-task-fill:before {
  content: "\f179";
}

.ri-task-line:before {
  content: "\f17a";
}

.ri-taxi-fill:before {
  content: "\f17b";
}

.ri-taxi-line:before {
  content: "\f17c";
}

.ri-taxi-wifi-fill:before {
  content: "\f17d";
}

.ri-taxi-wifi-line:before {
  content: "\f17e";
}

.ri-team-fill:before {
  content: "\f17f";
}

.ri-team-line:before {
  content: "\f180";
}

.ri-telegram-fill:before {
  content: "\f181";
}

.ri-telegram-line:before {
  content: "\f182";
}

.ri-temp-cold-fill:before {
  content: "\f183";
}

.ri-temp-cold-line:before {
  content: "\f184";
}

.ri-temp-hot-fill:before {
  content: "\f185";
}

.ri-temp-hot-line:before {
  content: "\f186";
}

.ri-terminal-box-fill:before {
  content: "\f187";
}

.ri-terminal-box-line:before {
  content: "\f188";
}

.ri-terminal-fill:before {
  content: "\f189";
}

.ri-terminal-line:before {
  content: "\f18a";
}

.ri-terminal-window-fill:before {
  content: "\f18b";
}

.ri-terminal-window-line:before {
  content: "\f18c";
}

.ri-text-direction-l:before {
  content: "\f18d";
}

.ri-text-direction-r:before {
  content: "\f18e";
}

.ri-text-spacing:before {
  content: "\f18f";
}

.ri-text-wrap:before {
  content: "\f190";
}

.ri-text:before {
  content: "\f191";
}

.ri-thumb-down-fill:before {
  content: "\f192";
}

.ri-thumb-down-line:before {
  content: "\f193";
}

.ri-thumb-up-fill:before {
  content: "\f194";
}

.ri-thumb-up-line:before {
  content: "\f195";
}

.ri-thunderstorms-fill:before {
  content: "\f196";
}

.ri-thunderstorms-line:before {
  content: "\f197";
}

.ri-ticket-2-fill:before {
  content: "\f198";
}

.ri-ticket-2-line:before {
  content: "\f199";
}

.ri-ticket-fill:before {
  content: "\f19a";
}

.ri-ticket-line:before {
  content: "\f19b";
}

.ri-time-fill:before {
  content: "\f19c";
}

.ri-time-line:before {
  content: "\f19d";
}

.ri-timer-2-fill:before {
  content: "\f19e";
}

.ri-timer-2-line:before {
  content: "\f19f";
}

.ri-timer-fill:before {
  content: "\f1a0";
}

.ri-timer-flash-fill:before {
  content: "\f1a1";
}

.ri-timer-flash-line:before {
  content: "\f1a2";
}

.ri-timer-line:before {
  content: "\f1a3";
}

.ri-todo-fill:before {
  content: "\f1a4";
}

.ri-todo-line:before {
  content: "\f1a5";
}

.ri-toggle-fill:before {
  content: "\f1a6";
}

.ri-toggle-line:before {
  content: "\f1a7";
}

.ri-tools-fill:before {
  content: "\f1a8";
}

.ri-tools-line:before {
  content: "\f1a9";
}

.ri-tornado-fill:before {
  content: "\f1aa";
}

.ri-tornado-line:before {
  content: "\f1ab";
}

.ri-trademark-fill:before {
  content: "\f1ac";
}

.ri-trademark-line:before {
  content: "\f1ad";
}

.ri-traffic-light-fill:before {
  content: "\f1ae";
}

.ri-traffic-light-line:before {
  content: "\f1af";
}

.ri-train-fill:before {
  content: "\f1b0";
}

.ri-train-line:before {
  content: "\f1b1";
}

.ri-train-wifi-fill:before {
  content: "\f1b2";
}

.ri-train-wifi-line:before {
  content: "\f1b3";
}

.ri-translate-2:before {
  content: "\f1b4";
}

.ri-translate:before {
  content: "\f1b5";
}

.ri-travesti-fill:before {
  content: "\f1b6";
}

.ri-travesti-line:before {
  content: "\f1b7";
}

.ri-treasure-map-fill:before {
  content: "\f1b8";
}

.ri-treasure-map-line:before {
  content: "\f1b9";
}

.ri-trello-fill:before {
  content: "\f1ba";
}

.ri-trello-line:before {
  content: "\f1bb";
}

.ri-trophy-fill:before {
  content: "\f1bc";
}

.ri-trophy-line:before {
  content: "\f1bd";
}

.ri-truck-fill:before {
  content: "\f1be";
}

.ri-truck-line:before {
  content: "\f1bf";
}

.ri-tumblr-fill:before {
  content: "\f1c0";
}

.ri-tumblr-line:before {
  content: "\f1c1";
}

.ri-tv-2-fill:before {
  content: "\f1c2";
}

.ri-tv-2-line:before {
  content: "\f1c3";
}

.ri-tv-fill:before {
  content: "\f1c4";
}

.ri-tv-line:before {
  content: "\f1c5";
}

.ri-twitch-fill:before {
  content: "\f1c6";
}

.ri-twitch-line:before {
  content: "\f1c7";
}

.ri-twitter-fill:before {
  content: "\f1c8";
}

.ri-twitter-line:before {
  content: "\f1c9";
}

.ri-typhoon-fill:before {
  content: "\f1ca";
}

.ri-typhoon-line:before {
  content: "\f1cb";
}

.ri-u-disk-fill:before {
  content: "\f1cc";
}

.ri-u-disk-line:before {
  content: "\f1cd";
}

.ri-ubuntu-fill:before {
  content: "\f1ce";
}

.ri-ubuntu-line:before {
  content: "\f1cf";
}

.ri-umbrella-fill:before {
  content: "\f1d0";
}

.ri-umbrella-line:before {
  content: "\f1d1";
}

.ri-underline:before {
  content: "\f1d2";
}

.ri-uninstall-fill:before {
  content: "\f1d3";
}

.ri-uninstall-line:before {
  content: "\f1d4";
}

.ri-unsplash-fill:before {
  content: "\f1d5";
}

.ri-unsplash-line:before {
  content: "\f1d6";
}

.ri-upload-2-fill:before {
  content: "\f1d7";
}

.ri-upload-2-line:before {
  content: "\f1d8";
}

.ri-upload-cloud-2-fill:before {
  content: "\f1d9";
}

.ri-upload-cloud-2-line:before {
  content: "\f1da";
}

.ri-upload-cloud-fill:before {
  content: "\f1db";
}

.ri-upload-cloud-line:before {
  content: "\f1dc";
}

.ri-upload-fill:before {
  content: "\f1dd";
}

.ri-upload-line:before {
  content: "\f1de";
}

.ri-user-2-fill:before {
  content: "\f1df";
}

.ri-user-2-line:before {
  content: "\f1e0";
}

.ri-user-3-fill:before {
  content: "\f1e1";
}

.ri-user-3-line:before {
  content: "\f1e2";
}

.ri-user-4-fill:before {
  content: "\f1e3";
}

.ri-user-4-line:before {
  content: "\f1e4";
}

.ri-user-5-fill:before {
  content: "\f1e5";
}

.ri-user-5-line:before {
  content: "\f1e6";
}

.ri-user-6-fill:before {
  content: "\f1e7";
}

.ri-user-6-line:before {
  content: "\f1e8";
}

.ri-user-add-fill:before {
  content: "\f1e9";
}

.ri-user-add-line:before {
  content: "\f1ea";
}

.ri-user-fill:before {
  content: "\f1eb";
}

.ri-user-follow-fill:before {
  content: "\f1ec";
}

.ri-user-follow-line:before {
  content: "\f1ed";
}

.ri-user-heart-fill:before {
  content: "\f1ee";
}

.ri-user-heart-line:before {
  content: "\f1ef";
}

.ri-user-line:before {
  content: "\f1f0";
}

.ri-user-location-fill:before {
  content: "\f1f1";
}

.ri-user-location-line:before {
  content: "\f1f2";
}

.ri-user-received-2-fill:before {
  content: "\f1f3";
}

.ri-user-received-2-line:before {
  content: "\f1f4";
}

.ri-user-received-fill:before {
  content: "\f1f5";
}

.ri-user-received-line:before {
  content: "\f1f6";
}

.ri-user-search-fill:before {
  content: "\f1f7";
}

.ri-user-search-line:before {
  content: "\f1f8";
}

.ri-user-settings-fill:before {
  content: "\f1f9";
}

.ri-user-settings-line:before {
  content: "\f1fa";
}

.ri-user-shared-2-fill:before {
  content: "\f1fb";
}

.ri-user-shared-2-line:before {
  content: "\f1fc";
}

.ri-user-shared-fill:before {
  content: "\f1fd";
}

.ri-user-shared-line:before {
  content: "\f1fe";
}

.ri-user-smile-fill:before {
  content: "\f1ff";
}

.ri-user-smile-line:before {
  content: "\f200";
}

.ri-user-star-fill:before {
  content: "\f201";
}

.ri-user-star-line:before {
  content: "\f202";
}

.ri-user-unfollow-fill:before {
  content: "\f203";
}

.ri-user-unfollow-line:before {
  content: "\f204";
}

.ri-user-voice-fill:before {
  content: "\f205";
}

.ri-user-voice-line:before {
  content: "\f206";
}

.ri-video-add-fill:before {
  content: "\f207";
}

.ri-video-add-line:before {
  content: "\f208";
}

.ri-video-chat-fill:before {
  content: "\f209";
}

.ri-video-chat-line:before {
  content: "\f20a";
}

.ri-video-download-fill:before {
  content: "\f20b";
}

.ri-video-download-line:before {
  content: "\f20c";
}

.ri-video-fill:before {
  content: "\f20d";
}

.ri-video-line:before {
  content: "\f20e";
}

.ri-video-upload-fill:before {
  content: "\f20f";
}

.ri-video-upload-line:before {
  content: "\f210";
}

.ri-vidicon-2-fill:before {
  content: "\f211";
}

.ri-vidicon-2-line:before {
  content: "\f212";
}

.ri-vidicon-fill:before {
  content: "\f213";
}

.ri-vidicon-line:before {
  content: "\f214";
}

.ri-vip-crown-2-fill:before {
  content: "\f215";
}

.ri-vip-crown-2-line:before {
  content: "\f216";
}

.ri-vip-crown-fill:before {
  content: "\f217";
}

.ri-vip-crown-line:before {
  content: "\f218";
}

.ri-vip-diamond-fill:before {
  content: "\f219";
}

.ri-vip-diamond-line:before {
  content: "\f21a";
}

.ri-vip-fill:before {
  content: "\f21b";
}

.ri-vip-line:before {
  content: "\f21c";
}

.ri-visa-fill:before {
  content: "\f21d";
}

.ri-visa-line:before {
  content: "\f21e";
}

.ri-voice-recognition-fill:before {
  content: "\f21f";
}

.ri-voice-recognition-line:before {
  content: "\f220";
}

.ri-voiceprint-fill:before {
  content: "\f221";
}

.ri-voiceprint-line:before {
  content: "\f222";
}

.ri-volume-down-fill:before {
  content: "\f223";
}

.ri-volume-down-line:before {
  content: "\f224";
}

.ri-volume-mute-fill:before {
  content: "\f225";
}

.ri-volume-mute-line:before {
  content: "\f226";
}

.ri-volume-off-vibrate-fill:before {
  content: "\f227";
}

.ri-volume-off-vibrate-line:before {
  content: "\f228";
}

.ri-volume-up-fill:before {
  content: "\f229";
}

.ri-volume-up-line:before {
  content: "\f22a";
}

.ri-volume-vibrate-fill:before {
  content: "\f22b";
}

.ri-volume-vibrate-line:before {
  content: "\f22c";
}

.ri-vuejs-fill:before {
  content: "\f22d";
}

.ri-vuejs-line:before {
  content: "\f22e";
}

.ri-walk-fill:before {
  content: "\f22f";
}

.ri-walk-line:before {
  content: "\f230";
}

.ri-wallet-2-fill:before {
  content: "\f231";
}

.ri-wallet-2-line:before {
  content: "\f232";
}

.ri-wallet-3-fill:before {
  content: "\f233";
}

.ri-wallet-3-line:before {
  content: "\f234";
}

.ri-wallet-fill:before {
  content: "\f235";
}

.ri-wallet-line:before {
  content: "\f236";
}

.ri-water-flash-fill:before {
  content: "\f237";
}

.ri-water-flash-line:before {
  content: "\f238";
}

.ri-webcam-fill:before {
  content: "\f239";
}

.ri-webcam-line:before {
  content: "\f23a";
}

.ri-wechat-2-fill:before {
  content: "\f23b";
}

.ri-wechat-2-line:before {
  content: "\f23c";
}

.ri-wechat-fill:before {
  content: "\f23d";
}

.ri-wechat-line:before {
  content: "\f23e";
}

.ri-wechat-pay-fill:before {
  content: "\f23f";
}

.ri-wechat-pay-line:before {
  content: "\f240";
}

.ri-weibo-fill:before {
  content: "\f241";
}

.ri-weibo-line:before {
  content: "\f242";
}

.ri-whatsapp-fill:before {
  content: "\f243";
}

.ri-whatsapp-line:before {
  content: "\f244";
}

.ri-wheelchair-fill:before {
  content: "\f245";
}

.ri-wheelchair-line:before {
  content: "\f246";
}

.ri-wifi-fill:before {
  content: "\f247";
}

.ri-wifi-line:before {
  content: "\f248";
}

.ri-wifi-off-fill:before {
  content: "\f249";
}

.ri-wifi-off-line:before {
  content: "\f24a";
}

.ri-window-2-fill:before {
  content: "\f24b";
}

.ri-window-2-line:before {
  content: "\f24c";
}

.ri-window-fill:before {
  content: "\f24d";
}

.ri-window-line:before {
  content: "\f24e";
}

.ri-windows-fill:before {
  content: "\f24f";
}

.ri-windows-line:before {
  content: "\f250";
}

.ri-windy-fill:before {
  content: "\f251";
}

.ri-windy-line:before {
  content: "\f252";
}

.ri-wireless-charging-fill:before {
  content: "\f253";
}

.ri-wireless-charging-line:before {
  content: "\f254";
}

.ri-women-fill:before {
  content: "\f255";
}

.ri-women-line:before {
  content: "\f256";
}

.ri-wubi-input:before {
  content: "\f257";
}

.ri-xbox-fill:before {
  content: "\f258";
}

.ri-xbox-line:before {
  content: "\f259";
}

.ri-xing-fill:before {
  content: "\f25a";
}

.ri-xing-line:before {
  content: "\f25b";
}

.ri-youtube-fill:before {
  content: "\f25c";
}

.ri-youtube-line:before {
  content: "\f25d";
}

.ri-zcool-fill:before {
  content: "\f25e";
}

.ri-zcool-line:before {
  content: "\f25f";
}

.ri-zhihu-fill:before {
  content: "\f260";
}

.ri-zhihu-line:before {
  content: "\f261";
}

.ri-zoom-in-fill:before {
  content: "\f262";
}

.ri-zoom-in-line:before {
  content: "\f263";
}

.ri-zoom-out-fill:before {
  content: "\f264";
}

.ri-zoom-out-line:before {
  content: "\f265";
}

/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, LESS and SCSS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: "weathericons";
  src: url(../fonts/weathericons-regular-webfont.4b658767.eot);
  src: url(../fonts/weathericons-regular-webfont.4b658767.eot?#iefix) format("embedded-opentype"), url(../fonts/weathericons-regular-webfont.1cd48d78.woff2) format("woff2"), url(../fonts/weathericons-regular-webfont.8cac70eb.woff) format("woff"), url(../fonts/weathericons-regular-webfont.4618f0de.ttf) format("truetype"), url(../img/weathericons-regular-webfont.ed0943f2.svg#weather_iconsregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.wi {
  display: inline-block;
  font-family: "weathericons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wi-fw {
  width: 1.4em;
  text-align: center;
}

.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}

.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}

.wi-day-sunny:before {
  content: "\f00d";
}

.wi-day-cloudy:before {
  content: "\f002";
}

.wi-day-cloudy-gusts:before {
  content: "\f000";
}

.wi-day-cloudy-windy:before {
  content: "\f001";
}

.wi-day-fog:before {
  content: "\f003";
}

.wi-day-hail:before {
  content: "\f004";
}

.wi-day-haze:before {
  content: "\f0b6";
}

.wi-day-lightning:before {
  content: "\f005";
}

.wi-day-rain:before {
  content: "\f008";
}

.wi-day-rain-mix:before {
  content: "\f006";
}

.wi-day-rain-wind:before {
  content: "\f007";
}

.wi-day-showers:before {
  content: "\f009";
}

.wi-day-sleet:before {
  content: "\f0b2";
}

.wi-day-sleet-storm:before {
  content: "\f068";
}

.wi-day-snow:before {
  content: "\f00a";
}

.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}

.wi-day-snow-wind:before {
  content: "\f065";
}

.wi-day-sprinkle:before {
  content: "\f00b";
}

.wi-day-storm-showers:before {
  content: "\f00e";
}

.wi-day-sunny-overcast:before {
  content: "\f00c";
}

.wi-day-thunderstorm:before {
  content: "\f010";
}

.wi-day-windy:before {
  content: "\f085";
}

.wi-solar-eclipse:before {
  content: "\f06e";
}

.wi-hot:before {
  content: "\f072";
}

.wi-day-cloudy-high:before {
  content: "\f07d";
}

.wi-day-light-wind:before {
  content: "\f0c4";
}

.wi-night-clear:before {
  content: "\f02e";
}

.wi-night-alt-cloudy:before {
  content: "\f086";
}

.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}

.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}

.wi-night-alt-hail:before {
  content: "\f024";
}

.wi-night-alt-lightning:before {
  content: "\f025";
}

.wi-night-alt-rain:before {
  content: "\f028";
}

.wi-night-alt-rain-mix:before {
  content: "\f026";
}

.wi-night-alt-rain-wind:before {
  content: "\f027";
}

.wi-night-alt-showers:before {
  content: "\f029";
}

.wi-night-alt-sleet:before {
  content: "\f0b4";
}

.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}

.wi-night-alt-snow:before {
  content: "\f02a";
}

.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}

.wi-night-alt-snow-wind:before {
  content: "\f067";
}

.wi-night-alt-sprinkle:before {
  content: "\f02b";
}

.wi-night-alt-storm-showers:before {
  content: "\f02c";
}

.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}

.wi-night-cloudy:before {
  content: "\f031";
}

.wi-night-cloudy-gusts:before {
  content: "\f02f";
}

.wi-night-cloudy-windy:before {
  content: "\f030";
}

.wi-night-fog:before {
  content: "\f04a";
}

.wi-night-hail:before {
  content: "\f032";
}

.wi-night-lightning:before {
  content: "\f033";
}

.wi-night-partly-cloudy:before {
  content: "\f083";
}

.wi-night-rain:before {
  content: "\f036";
}

.wi-night-rain-mix:before {
  content: "\f034";
}

.wi-night-rain-wind:before {
  content: "\f035";
}

.wi-night-showers:before {
  content: "\f037";
}

.wi-night-sleet:before {
  content: "\f0b3";
}

.wi-night-sleet-storm:before {
  content: "\f069";
}

.wi-night-snow:before {
  content: "\f038";
}

.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}

.wi-night-snow-wind:before {
  content: "\f066";
}

.wi-night-sprinkle:before {
  content: "\f039";
}

.wi-night-storm-showers:before {
  content: "\f03a";
}

.wi-night-thunderstorm:before {
  content: "\f03b";
}

.wi-lunar-eclipse:before {
  content: "\f070";
}

.wi-stars:before {
  content: "\f077";
}

.wi-storm-showers:before {
  content: "\f01d";
}

.wi-thunderstorm:before {
  content: "\f01e";
}

.wi-night-alt-cloudy-high:before {
  content: "\f07e";
}

.wi-night-cloudy-high:before {
  content: "\f080";
}

.wi-night-alt-partly-cloudy:before {
  content: "\f081";
}

.wi-cloud:before {
  content: "\f041";
}

.wi-cloudy:before {
  content: "\f013";
}

.wi-cloudy-gusts:before {
  content: "\f011";
}

.wi-cloudy-windy:before {
  content: "\f012";
}

.wi-fog:before {
  content: "\f014";
}

.wi-hail:before {
  content: "\f015";
}

.wi-rain:before {
  content: "\f019";
}

.wi-rain-mix:before {
  content: "\f017";
}

.wi-rain-wind:before {
  content: "\f018";
}

.wi-showers:before {
  content: "\f01a";
}

.wi-sleet:before {
  content: "\f0b5";
}

.wi-snow:before {
  content: "\f01b";
}

.wi-sprinkle:before {
  content: "\f01c";
}

.wi-storm-showers:before {
  content: "\f01d";
}

.wi-thunderstorm:before {
  content: "\f01e";
}

.wi-snow-wind:before {
  content: "\f064";
}

.wi-snow:before {
  content: "\f01b";
}

.wi-smog:before {
  content: "\f074";
}

.wi-smoke:before {
  content: "\f062";
}

.wi-lightning:before {
  content: "\f016";
}

.wi-raindrops:before {
  content: "\f04e";
}

.wi-raindrop:before {
  content: "\f078";
}

.wi-dust:before {
  content: "\f063";
}

.wi-snowflake-cold:before {
  content: "\f076";
}

.wi-windy:before {
  content: "\f021";
}

.wi-strong-wind:before {
  content: "\f050";
}

.wi-sandstorm:before {
  content: "\f082";
}

.wi-earthquake:before {
  content: "\f0c6";
}

.wi-fire:before {
  content: "\f0c7";
}

.wi-flood:before {
  content: "\f07c";
}

.wi-meteor:before {
  content: "\f071";
}

.wi-tsunami:before {
  content: "\f0c5";
}

.wi-volcano:before {
  content: "\f0c8";
}

.wi-hurricane:before {
  content: "\f073";
}

.wi-tornado:before {
  content: "\f056";
}

.wi-small-craft-advisory:before {
  content: "\f0cc";
}

.wi-gale-warning:before {
  content: "\f0cd";
}

.wi-storm-warning:before {
  content: "\f0ce";
}

.wi-hurricane-warning:before {
  content: "\f0cf";
}

.wi-wind-direction:before {
  content: "\f0b1";
}

.wi-alien:before {
  content: "\f075";
}

.wi-celsius:before {
  content: "\f03c";
}

.wi-fahrenheit:before {
  content: "\f045";
}

.wi-degrees:before {
  content: "\f042";
}

.wi-thermometer:before {
  content: "\f055";
}

.wi-thermometer-exterior:before {
  content: "\f053";
}

.wi-thermometer-internal:before {
  content: "\f054";
}

.wi-cloud-down:before {
  content: "\f03d";
}

.wi-cloud-up:before {
  content: "\f040";
}

.wi-cloud-refresh:before {
  content: "\f03e";
}

.wi-horizon:before {
  content: "\f047";
}

.wi-horizon-alt:before {
  content: "\f046";
}

.wi-sunrise:before {
  content: "\f051";
}

.wi-sunset:before {
  content: "\f052";
}

.wi-moonrise:before {
  content: "\f0c9";
}

.wi-moonset:before {
  content: "\f0ca";
}

.wi-refresh:before {
  content: "\f04c";
}

.wi-refresh-alt:before {
  content: "\f04b";
}

.wi-umbrella:before {
  content: "\f084";
}

.wi-barometer:before {
  content: "\f079";
}

.wi-humidity:before {
  content: "\f07a";
}

.wi-na:before {
  content: "\f07b";
}

.wi-train:before {
  content: "\f0cb";
}

.wi-moon-new:before {
  content: "\f095";
}

.wi-moon-waxing-cresent-1:before {
  content: "\f096";
}

.wi-moon-waxing-cresent-2:before {
  content: "\f097";
}

.wi-moon-waxing-cresent-3:before {
  content: "\f098";
}

.wi-moon-waxing-cresent-4:before {
  content: "\f099";
}

.wi-moon-waxing-cresent-5:before {
  content: "\f09a";
}

.wi-moon-waxing-cresent-6:before {
  content: "\f09b";
}

.wi-moon-first-quarter:before {
  content: "\f09c";
}

.wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}

.wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}

.wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}

.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}

.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}

.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}

.wi-moon-full:before {
  content: "\f0a3";
}

.wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}

.wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}

.wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}

.wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}

.wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}

.wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}

.wi-moon-third-quarter:before {
  content: "\f0aa";
}

.wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}

.wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}

.wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}

.wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}

.wi-moon-waning-crescent-5:before {
  content: "\f0af";
}

.wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}

.wi-moon-alt-new:before {
  content: "\f0eb";
}

.wi-moon-alt-waxing-cresent-1:before {
  content: "\f0d0";
}

.wi-moon-alt-waxing-cresent-2:before {
  content: "\f0d1";
}

.wi-moon-alt-waxing-cresent-3:before {
  content: "\f0d2";
}

.wi-moon-alt-waxing-cresent-4:before {
  content: "\f0d3";
}

.wi-moon-alt-waxing-cresent-5:before {
  content: "\f0d4";
}

.wi-moon-alt-waxing-cresent-6:before {
  content: "\f0d5";
}

.wi-moon-alt-first-quarter:before {
  content: "\f0d6";
}

.wi-moon-alt-waxing-gibbous-1:before {
  content: "\f0d7";
}

.wi-moon-alt-waxing-gibbous-2:before {
  content: "\f0d8";
}

.wi-moon-alt-waxing-gibbous-3:before {
  content: "\f0d9";
}

.wi-moon-alt-waxing-gibbous-4:before {
  content: "\f0da";
}

.wi-moon-alt-waxing-gibbous-5:before {
  content: "\f0db";
}

.wi-moon-alt-waxing-gibbous-6:before {
  content: "\f0dc";
}

.wi-moon-alt-full:before {
  content: "\f0dd";
}

.wi-moon-alt-waning-gibbous-1:before {
  content: "\f0de";
}

.wi-moon-alt-waning-gibbous-2:before {
  content: "\f0df";
}

.wi-moon-alt-waning-gibbous-3:before {
  content: "\f0e0";
}

.wi-moon-alt-waning-gibbous-4:before {
  content: "\f0e1";
}

.wi-moon-alt-waning-gibbous-5:before {
  content: "\f0e2";
}

.wi-moon-alt-waning-gibbous-6:before {
  content: "\f0e3";
}

.wi-moon-alt-third-quarter:before {
  content: "\f0e4";
}

.wi-moon-alt-waning-crescent-1:before {
  content: "\f0e5";
}

.wi-moon-alt-waning-crescent-2:before {
  content: "\f0e6";
}

.wi-moon-alt-waning-crescent-3:before {
  content: "\f0e7";
}

.wi-moon-alt-waning-crescent-4:before {
  content: "\f0e8";
}

.wi-moon-alt-waning-crescent-5:before {
  content: "\f0e9";
}

.wi-moon-alt-waning-crescent-6:before {
  content: "\f0ea";
}

.wi-moon-0:before {
  content: "\f095";
}

.wi-moon-1:before {
  content: "\f096";
}

.wi-moon-2:before {
  content: "\f097";
}

.wi-moon-3:before {
  content: "\f098";
}

.wi-moon-4:before {
  content: "\f099";
}

.wi-moon-5:before {
  content: "\f09a";
}

.wi-moon-6:before {
  content: "\f09b";
}

.wi-moon-7:before {
  content: "\f09c";
}

.wi-moon-8:before {
  content: "\f09d";
}

.wi-moon-9:before {
  content: "\f09e";
}

.wi-moon-10:before {
  content: "\f09f";
}

.wi-moon-11:before {
  content: "\f0a0";
}

.wi-moon-12:before {
  content: "\f0a1";
}

.wi-moon-13:before {
  content: "\f0a2";
}

.wi-moon-14:before {
  content: "\f0a3";
}

.wi-moon-15:before {
  content: "\f0a4";
}

.wi-moon-16:before {
  content: "\f0a5";
}

.wi-moon-17:before {
  content: "\f0a6";
}

.wi-moon-18:before {
  content: "\f0a7";
}

.wi-moon-19:before {
  content: "\f0a8";
}

.wi-moon-20:before {
  content: "\f0a9";
}

.wi-moon-21:before {
  content: "\f0aa";
}

.wi-moon-22:before {
  content: "\f0ab";
}

.wi-moon-23:before {
  content: "\f0ac";
}

.wi-moon-24:before {
  content: "\f0ad";
}

.wi-moon-25:before {
  content: "\f0ae";
}

.wi-moon-26:before {
  content: "\f0af";
}

.wi-moon-27:before {
  content: "\f0b0";
}

.wi-time-1:before {
  content: "\f08a";
}

.wi-time-2:before {
  content: "\f08b";
}

.wi-time-3:before {
  content: "\f08c";
}

.wi-time-4:before {
  content: "\f08d";
}

.wi-time-5:before {
  content: "\f08e";
}

.wi-time-6:before {
  content: "\f08f";
}

.wi-time-7:before {
  content: "\f090";
}

.wi-time-8:before {
  content: "\f091";
}

.wi-time-9:before {
  content: "\f092";
}

.wi-time-10:before {
  content: "\f093";
}

.wi-time-11:before {
  content: "\f094";
}

.wi-time-12:before {
  content: "\f089";
}

.wi-direction-up:before {
  content: "\f058";
}

.wi-direction-up-right:before {
  content: "\f057";
}

.wi-direction-right:before {
  content: "\f04d";
}

.wi-direction-down-right:before {
  content: "\f088";
}

.wi-direction-down:before {
  content: "\f044";
}

.wi-direction-down-left:before {
  content: "\f043";
}

.wi-direction-left:before {
  content: "\f048";
}

.wi-direction-up-left:before {
  content: "\f087";
}

.wi-wind-beaufort-0:before {
  content: "\f0b7";
}

.wi-wind-beaufort-1:before {
  content: "\f0b8";
}

.wi-wind-beaufort-2:before {
  content: "\f0b9";
}

.wi-wind-beaufort-3:before {
  content: "\f0ba";
}

.wi-wind-beaufort-4:before {
  content: "\f0bb";
}

.wi-wind-beaufort-5:before {
  content: "\f0bc";
}

.wi-wind-beaufort-6:before {
  content: "\f0bd";
}

.wi-wind-beaufort-7:before {
  content: "\f0be";
}

.wi-wind-beaufort-8:before {
  content: "\f0bf";
}

.wi-wind-beaufort-9:before {
  content: "\f0c0";
}

.wi-wind-beaufort-10:before {
  content: "\f0c1";
}

.wi-wind-beaufort-11:before {
  content: "\f0c2";
}

.wi-wind-beaufort-12:before {
  content: "\f0c3";
}

.wi-yahoo-0:before {
  content: "\f056";
}

.wi-yahoo-1:before {
  content: "\f00e";
}

.wi-yahoo-2:before {
  content: "\f073";
}

.wi-yahoo-3:before {
  content: "\f01e";
}

.wi-yahoo-4:before {
  content: "\f01e";
}

.wi-yahoo-5:before {
  content: "\f017";
}

.wi-yahoo-6:before {
  content: "\f017";
}

.wi-yahoo-7:before {
  content: "\f017";
}

.wi-yahoo-8:before {
  content: "\f015";
}

.wi-yahoo-9:before {
  content: "\f01a";
}

.wi-yahoo-10:before {
  content: "\f015";
}

.wi-yahoo-11:before {
  content: "\f01a";
}

.wi-yahoo-12:before {
  content: "\f01a";
}

.wi-yahoo-13:before {
  content: "\f01b";
}

.wi-yahoo-14:before {
  content: "\f00a";
}

.wi-yahoo-15:before {
  content: "\f064";
}

.wi-yahoo-16:before {
  content: "\f01b";
}

.wi-yahoo-17:before {
  content: "\f015";
}

.wi-yahoo-18:before {
  content: "\f017";
}

.wi-yahoo-19:before {
  content: "\f063";
}

.wi-yahoo-20:before {
  content: "\f014";
}

.wi-yahoo-21:before {
  content: "\f021";
}

.wi-yahoo-22:before {
  content: "\f062";
}

.wi-yahoo-23:before {
  content: "\f050";
}

.wi-yahoo-24:before {
  content: "\f050";
}

.wi-yahoo-25:before {
  content: "\f076";
}

.wi-yahoo-26:before {
  content: "\f013";
}

.wi-yahoo-27:before {
  content: "\f031";
}

.wi-yahoo-28:before {
  content: "\f002";
}

.wi-yahoo-29:before {
  content: "\f031";
}

.wi-yahoo-30:before {
  content: "\f002";
}

.wi-yahoo-31:before {
  content: "\f02e";
}

.wi-yahoo-32:before {
  content: "\f00d";
}

.wi-yahoo-33:before {
  content: "\f083";
}

.wi-yahoo-34:before {
  content: "\f00c";
}

.wi-yahoo-35:before {
  content: "\f017";
}

.wi-yahoo-36:before {
  content: "\f072";
}

.wi-yahoo-37:before {
  content: "\f00e";
}

.wi-yahoo-38:before {
  content: "\f00e";
}

.wi-yahoo-39:before {
  content: "\f00e";
}

.wi-yahoo-40:before {
  content: "\f01a";
}

.wi-yahoo-41:before {
  content: "\f064";
}

.wi-yahoo-42:before {
  content: "\f01b";
}

.wi-yahoo-43:before {
  content: "\f064";
}

.wi-yahoo-44:before {
  content: "\f00c";
}

.wi-yahoo-45:before {
  content: "\f00e";
}

.wi-yahoo-46:before {
  content: "\f01b";
}

.wi-yahoo-47:before {
  content: "\f00e";
}

.wi-yahoo-3200:before {
  content: "\f077";
}

.wi-forecast-io-clear-day:before {
  content: "\f00d";
}

.wi-forecast-io-clear-night:before {
  content: "\f02e";
}

.wi-forecast-io-rain:before {
  content: "\f019";
}

.wi-forecast-io-snow:before {
  content: "\f01b";
}

.wi-forecast-io-sleet:before {
  content: "\f0b5";
}

.wi-forecast-io-wind:before {
  content: "\f050";
}

.wi-forecast-io-fog:before {
  content: "\f014";
}

.wi-forecast-io-cloudy:before {
  content: "\f013";
}

.wi-forecast-io-partly-cloudy-day:before {
  content: "\f002";
}

.wi-forecast-io-partly-cloudy-night:before {
  content: "\f031";
}

.wi-forecast-io-hail:before {
  content: "\f015";
}

.wi-forecast-io-thunderstorm:before {
  content: "\f01e";
}

.wi-forecast-io-tornado:before {
  content: "\f056";
}

.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: "\f055";
}

.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: "\f013";
}

.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: "\f055";
}

.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: "\f013";
}

.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: "\f014";
}

.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: "\f014";
}

.wi-wmo4680-10:before {
  content: "\f014";
}

.wi-wmo4680-11:before {
  content: "\f014";
}

.wi-wmo4680-12:before {
  content: "\f016";
}

.wi-wmo4680-18:before {
  content: "\f050";
}

.wi-wmo4680-20:before {
  content: "\f014";
}

.wi-wmo4680-21:before {
  content: "\f017";
}

.wi-wmo4680-22:before {
  content: "\f017";
}

.wi-wmo4680-23:before {
  content: "\f019";
}

.wi-wmo4680-24:before {
  content: "\f01b";
}

.wi-wmo4680-25:before {
  content: "\f015";
}

.wi-wmo4680-26:before {
  content: "\f01e";
}

.wi-wmo4680-27:before {
  content: "\f063";
}

.wi-wmo4680-28:before {
  content: "\f063";
}

.wi-wmo4680-29:before {
  content: "\f063";
}

.wi-wmo4680-30:before {
  content: "\f014";
}

.wi-wmo4680-31:before {
  content: "\f014";
}

.wi-wmo4680-32:before {
  content: "\f014";
}

.wi-wmo4680-33:before {
  content: "\f014";
}

.wi-wmo4680-34:before {
  content: "\f014";
}

.wi-wmo4680-35:before {
  content: "\f014";
}

.wi-wmo4680-40:before {
  content: "\f017";
}

.wi-wmo4680-41:before {
  content: "\f01c";
}

.wi-wmo4680-42:before {
  content: "\f019";
}

.wi-wmo4680-43:before {
  content: "\f01c";
}

.wi-wmo4680-44:before {
  content: "\f019";
}

.wi-wmo4680-45:before {
  content: "\f015";
}

.wi-wmo4680-46:before {
  content: "\f015";
}

.wi-wmo4680-47:before {
  content: "\f01b";
}

.wi-wmo4680-48:before {
  content: "\f01b";
}

.wi-wmo4680-50:before {
  content: "\f01c";
}

.wi-wmo4680-51:before {
  content: "\f01c";
}

.wi-wmo4680-52:before {
  content: "\f019";
}

.wi-wmo4680-53:before {
  content: "\f019";
}

.wi-wmo4680-54:before {
  content: "\f076";
}

.wi-wmo4680-55:before {
  content: "\f076";
}

.wi-wmo4680-56:before {
  content: "\f076";
}

.wi-wmo4680-57:before {
  content: "\f01c";
}

.wi-wmo4680-58:before {
  content: "\f019";
}

.wi-wmo4680-60:before {
  content: "\f01c";
}

.wi-wmo4680-61:before {
  content: "\f01c";
}

.wi-wmo4680-62:before {
  content: "\f019";
}

.wi-wmo4680-63:before {
  content: "\f019";
}

.wi-wmo4680-64:before {
  content: "\f015";
}

.wi-wmo4680-65:before {
  content: "\f015";
}

.wi-wmo4680-66:before {
  content: "\f015";
}

.wi-wmo4680-67:before {
  content: "\f017";
}

.wi-wmo4680-68:before {
  content: "\f017";
}

.wi-wmo4680-70:before {
  content: "\f01b";
}

.wi-wmo4680-71:before {
  content: "\f01b";
}

.wi-wmo4680-72:before {
  content: "\f01b";
}

.wi-wmo4680-73:before {
  content: "\f01b";
}

.wi-wmo4680-74:before {
  content: "\f076";
}

.wi-wmo4680-75:before {
  content: "\f076";
}

.wi-wmo4680-76:before {
  content: "\f076";
}

.wi-wmo4680-77:before {
  content: "\f01b";
}

.wi-wmo4680-78:before {
  content: "\f076";
}

.wi-wmo4680-80:before {
  content: "\f019";
}

.wi-wmo4680-81:before {
  content: "\f01c";
}

.wi-wmo4680-82:before {
  content: "\f019";
}

.wi-wmo4680-83:before {
  content: "\f019";
}

.wi-wmo4680-84:before {
  content: "\f01d";
}

.wi-wmo4680-85:before {
  content: "\f017";
}

.wi-wmo4680-86:before {
  content: "\f017";
}

.wi-wmo4680-87:before {
  content: "\f017";
}

.wi-wmo4680-89:before {
  content: "\f015";
}

.wi-wmo4680-90:before {
  content: "\f016";
}

.wi-wmo4680-91:before {
  content: "\f01d";
}

.wi-wmo4680-92:before {
  content: "\f01e";
}

.wi-wmo4680-93:before {
  content: "\f01e";
}

.wi-wmo4680-94:before {
  content: "\f016";
}

.wi-wmo4680-95:before {
  content: "\f01e";
}

.wi-wmo4680-96:before {
  content: "\f01e";
}

.wi-wmo4680-99:before {
  content: "\f056";
}

.wi-owm-200:before {
  content: "\f01e";
}

.wi-owm-201:before {
  content: "\f01e";
}

.wi-owm-202:before {
  content: "\f01e";
}

.wi-owm-210:before {
  content: "\f016";
}

.wi-owm-211:before {
  content: "\f016";
}

.wi-owm-212:before {
  content: "\f016";
}

.wi-owm-221:before {
  content: "\f016";
}

.wi-owm-230:before {
  content: "\f01e";
}

.wi-owm-231:before {
  content: "\f01e";
}

.wi-owm-232:before {
  content: "\f01e";
}

.wi-owm-300:before {
  content: "\f01c";
}

.wi-owm-301:before {
  content: "\f01c";
}

.wi-owm-302:before {
  content: "\f019";
}

.wi-owm-310:before {
  content: "\f017";
}

.wi-owm-311:before {
  content: "\f019";
}

.wi-owm-312:before {
  content: "\f019";
}

.wi-owm-313:before {
  content: "\f01a";
}

.wi-owm-314:before {
  content: "\f019";
}

.wi-owm-321:before {
  content: "\f01c";
}

.wi-owm-500:before {
  content: "\f01c";
}

.wi-owm-501:before {
  content: "\f019";
}

.wi-owm-502:before {
  content: "\f019";
}

.wi-owm-503:before {
  content: "\f019";
}

.wi-owm-504:before {
  content: "\f019";
}

.wi-owm-511:before {
  content: "\f017";
}

.wi-owm-520:before {
  content: "\f01a";
}

.wi-owm-521:before {
  content: "\f01a";
}

.wi-owm-522:before {
  content: "\f01a";
}

.wi-owm-531:before {
  content: "\f01d";
}

.wi-owm-600:before {
  content: "\f01b";
}

.wi-owm-601:before {
  content: "\f01b";
}

.wi-owm-602:before {
  content: "\f0b5";
}

.wi-owm-611:before {
  content: "\f017";
}

.wi-owm-612:before {
  content: "\f017";
}

.wi-owm-615:before {
  content: "\f017";
}

.wi-owm-616:before {
  content: "\f017";
}

.wi-owm-620:before {
  content: "\f017";
}

.wi-owm-621:before {
  content: "\f01b";
}

.wi-owm-622:before {
  content: "\f01b";
}

.wi-owm-701:before {
  content: "\f01a";
}

.wi-owm-711:before {
  content: "\f062";
}

.wi-owm-721:before {
  content: "\f0b6";
}

.wi-owm-731:before {
  content: "\f063";
}

.wi-owm-741:before {
  content: "\f014";
}

.wi-owm-761:before {
  content: "\f063";
}

.wi-owm-762:before {
  content: "\f063";
}

.wi-owm-771:before {
  content: "\f011";
}

.wi-owm-781:before {
  content: "\f056";
}

.wi-owm-800:before {
  content: "\f00d";
}

.wi-owm-801:before {
  content: "\f011";
}

.wi-owm-802:before {
  content: "\f011";
}

.wi-owm-803:before {
  content: "\f011";
}

.wi-owm-803:before {
  content: "\f012";
}

.wi-owm-804:before {
  content: "\f013";
}

.wi-owm-900:before {
  content: "\f056";
}

.wi-owm-901:before {
  content: "\f01d";
}

.wi-owm-902:before {
  content: "\f073";
}

.wi-owm-903:before {
  content: "\f076";
}

.wi-owm-904:before {
  content: "\f072";
}

.wi-owm-905:before {
  content: "\f021";
}

.wi-owm-906:before {
  content: "\f015";
}

.wi-owm-957:before {
  content: "\f050";
}

.wi-owm-day-200:before {
  content: "\f010";
}

.wi-owm-day-201:before {
  content: "\f010";
}

.wi-owm-day-202:before {
  content: "\f010";
}

.wi-owm-day-210:before {
  content: "\f005";
}

.wi-owm-day-211:before {
  content: "\f005";
}

.wi-owm-day-212:before {
  content: "\f005";
}

.wi-owm-day-221:before {
  content: "\f005";
}

.wi-owm-day-230:before {
  content: "\f010";
}

.wi-owm-day-231:before {
  content: "\f010";
}

.wi-owm-day-232:before {
  content: "\f010";
}

.wi-owm-day-300:before {
  content: "\f00b";
}

.wi-owm-day-301:before {
  content: "\f00b";
}

.wi-owm-day-302:before {
  content: "\f008";
}

.wi-owm-day-310:before {
  content: "\f008";
}

.wi-owm-day-311:before {
  content: "\f008";
}

.wi-owm-day-312:before {
  content: "\f008";
}

.wi-owm-day-313:before {
  content: "\f008";
}

.wi-owm-day-314:before {
  content: "\f008";
}

.wi-owm-day-321:before {
  content: "\f00b";
}

.wi-owm-day-500:before {
  content: "\f00b";
}

.wi-owm-day-501:before {
  content: "\f008";
}

.wi-owm-day-502:before {
  content: "\f008";
}

.wi-owm-day-503:before {
  content: "\f008";
}

.wi-owm-day-504:before {
  content: "\f008";
}

.wi-owm-day-511:before {
  content: "\f006";
}

.wi-owm-day-520:before {
  content: "\f009";
}

.wi-owm-day-521:before {
  content: "\f009";
}

.wi-owm-day-522:before {
  content: "\f009";
}

.wi-owm-day-531:before {
  content: "\f00e";
}

.wi-owm-day-600:before {
  content: "\f00a";
}

.wi-owm-day-601:before {
  content: "\f0b2";
}

.wi-owm-day-602:before {
  content: "\f00a";
}

.wi-owm-day-611:before {
  content: "\f006";
}

.wi-owm-day-612:before {
  content: "\f006";
}

.wi-owm-day-615:before {
  content: "\f006";
}

.wi-owm-day-616:before {
  content: "\f006";
}

.wi-owm-day-620:before {
  content: "\f006";
}

.wi-owm-day-621:before {
  content: "\f00a";
}

.wi-owm-day-622:before {
  content: "\f00a";
}

.wi-owm-day-701:before {
  content: "\f009";
}

.wi-owm-day-711:before {
  content: "\f062";
}

.wi-owm-day-721:before {
  content: "\f0b6";
}

.wi-owm-day-731:before {
  content: "\f063";
}

.wi-owm-day-741:before {
  content: "\f003";
}

.wi-owm-day-761:before {
  content: "\f063";
}

.wi-owm-day-762:before {
  content: "\f063";
}

.wi-owm-day-781:before {
  content: "\f056";
}

.wi-owm-day-800:before {
  content: "\f00d";
}

.wi-owm-day-801:before {
  content: "\f000";
}

.wi-owm-day-802:before {
  content: "\f000";
}

.wi-owm-day-803:before {
  content: "\f000";
}

.wi-owm-day-804:before {
  content: "\f00c";
}

.wi-owm-day-900:before {
  content: "\f056";
}

.wi-owm-day-902:before {
  content: "\f073";
}

.wi-owm-day-903:before {
  content: "\f076";
}

.wi-owm-day-904:before {
  content: "\f072";
}

.wi-owm-day-906:before {
  content: "\f004";
}

.wi-owm-day-957:before {
  content: "\f050";
}

.wi-owm-night-200:before {
  content: "\f02d";
}

.wi-owm-night-201:before {
  content: "\f02d";
}

.wi-owm-night-202:before {
  content: "\f02d";
}

.wi-owm-night-210:before {
  content: "\f025";
}

.wi-owm-night-211:before {
  content: "\f025";
}

.wi-owm-night-212:before {
  content: "\f025";
}

.wi-owm-night-221:before {
  content: "\f025";
}

.wi-owm-night-230:before {
  content: "\f02d";
}

.wi-owm-night-231:before {
  content: "\f02d";
}

.wi-owm-night-232:before {
  content: "\f02d";
}

.wi-owm-night-300:before {
  content: "\f02b";
}

.wi-owm-night-301:before {
  content: "\f02b";
}

.wi-owm-night-302:before {
  content: "\f028";
}

.wi-owm-night-310:before {
  content: "\f028";
}

.wi-owm-night-311:before {
  content: "\f028";
}

.wi-owm-night-312:before {
  content: "\f028";
}

.wi-owm-night-313:before {
  content: "\f028";
}

.wi-owm-night-314:before {
  content: "\f028";
}

.wi-owm-night-321:before {
  content: "\f02b";
}

.wi-owm-night-500:before {
  content: "\f02b";
}

.wi-owm-night-501:before {
  content: "\f028";
}

.wi-owm-night-502:before {
  content: "\f028";
}

.wi-owm-night-503:before {
  content: "\f028";
}

.wi-owm-night-504:before {
  content: "\f028";
}

.wi-owm-night-511:before {
  content: "\f026";
}

.wi-owm-night-520:before {
  content: "\f029";
}

.wi-owm-night-521:before {
  content: "\f029";
}

.wi-owm-night-522:before {
  content: "\f029";
}

.wi-owm-night-531:before {
  content: "\f02c";
}

.wi-owm-night-600:before {
  content: "\f02a";
}

.wi-owm-night-601:before {
  content: "\f0b4";
}

.wi-owm-night-602:before {
  content: "\f02a";
}

.wi-owm-night-611:before {
  content: "\f026";
}

.wi-owm-night-612:before {
  content: "\f026";
}

.wi-owm-night-615:before {
  content: "\f026";
}

.wi-owm-night-616:before {
  content: "\f026";
}

.wi-owm-night-620:before {
  content: "\f026";
}

.wi-owm-night-621:before {
  content: "\f02a";
}

.wi-owm-night-622:before {
  content: "\f02a";
}

.wi-owm-night-701:before {
  content: "\f029";
}

.wi-owm-night-711:before {
  content: "\f062";
}

.wi-owm-night-721:before {
  content: "\f0b6";
}

.wi-owm-night-731:before {
  content: "\f063";
}

.wi-owm-night-741:before {
  content: "\f04a";
}

.wi-owm-night-761:before {
  content: "\f063";
}

.wi-owm-night-762:before {
  content: "\f063";
}

.wi-owm-night-781:before {
  content: "\f056";
}

.wi-owm-night-800:before {
  content: "\f02e";
}

.wi-owm-night-801:before {
  content: "\f022";
}

.wi-owm-night-802:before {
  content: "\f022";
}

.wi-owm-night-803:before {
  content: "\f022";
}

.wi-owm-night-804:before {
  content: "\f086";
}

.wi-owm-night-900:before {
  content: "\f056";
}

.wi-owm-night-902:before {
  content: "\f073";
}

.wi-owm-night-903:before {
  content: "\f076";
}

.wi-owm-night-904:before {
  content: "\f072";
}

.wi-owm-night-906:before {
  content: "\f024";
}

.wi-owm-night-957:before {
  content: "\f050";
}
@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/boxicons.afbad0fa.eot);
  src: url(../fonts/boxicons.afbad0fa.eot) format("embedded-opentype"), url(../fonts/boxicons.1ec26ee1.woff2) format("woff2"), url(../fonts/boxicons.deea39cb.woff) format("woff"), url(../fonts/boxicons.f46ca69e.ttf) format("truetype"), url(../img/boxicons.d80a0465.svg?#boxicons) format("svg");
}
.bx {
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}

.bx-ul > li {
  position: relative;
}

.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes burst {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.bx-spin {
  animation: spin 2s linear infinite;
}

.bx-spin-hover:hover {
  animation: spin 2s linear infinite;
}

.bx-tada {
  animation: tada 1.5s ease infinite;
}

.bx-tada-hover:hover {
  animation: tada 1.5s ease infinite;
}

.bx-flashing {
  animation: flashing 1.5s infinite linear;
}

.bx-flashing-hover:hover {
  animation: flashing 1.5s infinite linear;
}

.bx-burst {
  animation: burst 1.5s infinite linear;
}

.bx-burst-hover:hover {
  animation: burst 1.5s infinite linear;
}

.bx-fade-up {
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-up-hover:hover {
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-down {
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-down-hover:hover {
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-left {
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-left-hover:hover {
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-right {
  animation: fade-right 1.5s infinite linear;
}

.bx-fade-right-hover:hover {
  animation: fade-right 1.5s infinite linear;
}

.bx-xs {
  font-size: 1rem !important;
}

.bx-sm {
  font-size: 1.55rem !important;
}

.bx-md {
  font-size: 2.25rem !important;
}

.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}

.bx-lg {
  font-size: 3rem !important;
}

.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}

.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}

.bx-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}

.bx-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}

.bx-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}

.bx-flip-horizontal {
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}

.bx-flip-vertical {
  transform: scaleY(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}

.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.bxl-adobe:before {
  content: "\e900";
}

.bxl-algolia:before {
  content: "\e901";
}

.bxl-audible:before {
  content: "\e902";
}

.bxl-figma:before {
  content: "\e903";
}

.bxl-redbubble:before {
  content: "\e904";
}

.bxl-etsy:before {
  content: "\e905";
}

.bxl-gitlab:before {
  content: "\e906";
}

.bxl-patreon:before {
  content: "\e907";
}

.bxl-facebook-circle:before {
  content: "\e908";
}

.bxl-imdb:before {
  content: "\e909";
}

.bxl-jquery:before {
  content: "\e90a";
}

.bxl-pinterest-alt:before {
  content: "\e90b";
}

.bxl-500px:before {
  content: "\e90c";
}

.bxl-airbnb:before {
  content: "\e90d";
}

.bxl-amazon:before {
  content: "\e90e";
}

.bxl-android:before {
  content: "\e90f";
}

.bxl-angular:before {
  content: "\e910";
}

.bxl-apple:before {
  content: "\e911";
}

.bxl-baidu:before {
  content: "\e912";
}

.bxl-behance:before {
  content: "\e913";
}

.bxl-bing:before {
  content: "\e914";
}

.bxl-bitcoin:before {
  content: "\e915";
}

.bxl-blogger:before {
  content: "\e916";
}

.bxl-bootstrap:before {
  content: "\e917";
}

.bxl-chrome:before {
  content: "\e918";
}

.bxl-codepen:before {
  content: "\e919";
}

.bxl-creative-commons:before {
  content: "\e91a";
}

.bxl-css3:before {
  content: "\e91b";
}

.bxl-dailymotion:before {
  content: "\e91c";
}

.bxl-deviantart:before {
  content: "\e91d";
}

.bxl-digg:before {
  content: "\e91e";
}

.bxl-digitalocean:before {
  content: "\e91f";
}

.bxl-discord:before {
  content: "\e920";
}

.bxl-discourse:before {
  content: "\e921";
}

.bxl-dribbble:before {
  content: "\e922";
}

.bxl-dropbox:before {
  content: "\e923";
}

.bxl-drupal:before {
  content: "\e924";
}

.bxl-ebay:before {
  content: "\e925";
}

.bxl-edge:before {
  content: "\e926";
}

.bxl-facebook:before {
  content: "\e927";
}

.bxl-facebook-square:before {
  content: "\e928";
}

.bxl-firefox:before {
  content: "\e929";
}

.bxl-flickr:before {
  content: "\e92a";
}

.bxl-flickr-square:before {
  content: "\e92b";
}

.bxl-foursquare:before {
  content: "\e92c";
}

.bxl-git:before {
  content: "\e92d";
}

.bxl-github:before {
  content: "\e92e";
}

.bxl-google:before {
  content: "\e92f";
}

.bxl-google-plus:before {
  content: "\e930";
}

.bxl-google-plus-circle:before {
  content: "\e931";
}

.bxl-html5:before {
  content: "\e932";
}

.bxl-instagram:before {
  content: "\e933";
}

.bxl-instagram-alt:before {
  content: "\e934";
}

.bxl-internet-explorer:before {
  content: "\e935";
}

.bxl-invision:before {
  content: "\e936";
}

.bxl-javascript:before {
  content: "\e937";
}

.bxl-joomla:before {
  content: "\e938";
}

.bxl-jsfiddle:before {
  content: "\e939";
}

.bxl-kickstarter:before {
  content: "\e93a";
}

.bxl-less:before {
  content: "\e93b";
}

.bxl-linkedin:before {
  content: "\e93c";
}

.bxl-linkedin-square:before {
  content: "\e93d";
}

.bxl-magento:before {
  content: "\e93e";
}

.bxl-mailchimp:before {
  content: "\e93f";
}

.bxl-mastercard:before {
  content: "\e940";
}

.bxl-medium:before {
  content: "\e941";
}

.bxl-medium-old:before {
  content: "\e942";
}

.bxl-medium-square:before {
  content: "\e943";
}

.bxl-messenger:before {
  content: "\e944";
}

.bxl-microsoft:before {
  content: "\e945";
}

.bxl-nodejs:before {
  content: "\e946";
}

.bxl-opera:before {
  content: "\e947";
}

.bxl-paypal:before {
  content: "\e948";
}

.bxl-periscope:before {
  content: "\e949";
}

.bxl-pinterest:before {
  content: "\e94a";
}

.bxl-play-store:before {
  content: "\e94b";
}

.bxl-pocket:before {
  content: "\e94c";
}

.bxl-product-hunt:before {
  content: "\e94d";
}

.bxl-quora:before {
  content: "\e94e";
}

.bxl-react:before {
  content: "\e94f";
}

.bxl-reddit:before {
  content: "\e950";
}

.bxl-redux:before {
  content: "\e951";
}

.bxl-sass:before {
  content: "\e952";
}

.bxl-shopify:before {
  content: "\e953";
}

.bxl-skype:before {
  content: "\e954";
}

.bxl-slack:before {
  content: "\e955";
}

.bxl-slack-old:before {
  content: "\e956";
}

.bxl-snapchat:before {
  content: "\e957";
}

.bxl-soundcloud:before {
  content: "\e958";
}

.bxl-spotify:before {
  content: "\e959";
}

.bxl-squarespace:before {
  content: "\e95a";
}

.bxl-stack-overflow:before {
  content: "\e95b";
}

.bxl-stripe:before {
  content: "\e95c";
}

.bxl-telegram:before {
  content: "\e95d";
}

.bxl-trello:before {
  content: "\e95e";
}

.bxl-tumblr:before {
  content: "\e95f";
}

.bxl-twitch:before {
  content: "\e960";
}

.bxl-twitter:before {
  content: "\e961";
}

.bxl-unsplash:before {
  content: "\e962";
}

.bxl-vimeo:before {
  content: "\e963";
}

.bxl-visa:before {
  content: "\e964";
}

.bxl-vk:before {
  content: "\e965";
}

.bxl-vuejs:before {
  content: "\e966";
}

.bxl-whatsapp:before {
  content: "\e967";
}

.bxl-whatsapp-square:before {
  content: "\e968";
}

.bxl-wikipedia:before {
  content: "\e969";
}

.bxl-windows:before {
  content: "\e96a";
}

.bxl-wix:before {
  content: "\e96b";
}

.bxl-wordpress:before {
  content: "\e96c";
}

.bxl-yahoo:before {
  content: "\e96d";
}

.bxl-yelp:before {
  content: "\e96e";
}

.bxl-youtube:before {
  content: "\e96f";
}

.bx-accessibility:before {
  content: "\e970";
}

.bx-add-to-queue:before {
  content: "\e971";
}

.bx-adjust:before {
  content: "\e972";
}

.bx-alarm:before {
  content: "\e973";
}

.bx-alarm-add:before {
  content: "\e974";
}

.bx-alarm-off:before {
  content: "\e975";
}

.bx-album:before {
  content: "\e976";
}

.bx-align-justify:before {
  content: "\e977";
}

.bx-align-left:before {
  content: "\e978";
}

.bx-align-middle:before {
  content: "\e979";
}

.bx-align-right:before {
  content: "\e97a";
}

.bx-analyse:before {
  content: "\e97b";
}

.bx-anchor:before {
  content: "\e97c";
}

.bx-angry:before {
  content: "\e97d";
}

.bx-aperture:before {
  content: "\e97e";
}

.bx-archive:before {
  content: "\e97f";
}

.bx-archive-in:before {
  content: "\e980";
}

.bx-archive-out:before {
  content: "\e981";
}

.bx-area:before {
  content: "\e982";
}

.bx-arrow-back:before {
  content: "\e983";
}

.bx-at:before {
  content: "\e984";
}

.bx-award:before {
  content: "\e985";
}

.bx-badge:before {
  content: "\e986";
}

.bx-badge-check:before {
  content: "\e987";
}

.bx-ball:before {
  content: "\e988";
}

.bx-band-aid:before {
  content: "\e989";
}

.bx-bar-chart:before {
  content: "\e98a";
}

.bx-bar-chart-alt:before {
  content: "\e98b";
}

.bx-bar-chart-alt-2:before {
  content: "\e98c";
}

.bx-bar-chart-square:before {
  content: "\e98d";
}

.bx-barcode:before {
  content: "\e98e";
}

.bx-basket:before {
  content: "\e98f";
}

.bx-basketball:before {
  content: "\e990";
}

.bx-bath:before {
  content: "\e991";
}

.bx-battery:before {
  content: "\e992";
}

.bx-bed:before {
  content: "\e993";
}

.bx-bell:before {
  content: "\e994";
}

.bx-bell-minus:before {
  content: "\e995";
}

.bx-bell-off:before {
  content: "\e996";
}

.bx-bell-plus:before {
  content: "\e997";
}

.bx-bitcoin:before {
  content: "\e998";
}

.bx-block:before {
  content: "\e999";
}

.bx-bluetooth:before {
  content: "\e99a";
}

.bx-body:before {
  content: "\e99b";
}

.bx-bold:before {
  content: "\e99c";
}

.bx-bolt-circle:before {
  content: "\e99d";
}

.bx-book:before {
  content: "\e99e";
}

.bx-book-bookmark:before {
  content: "\e99f";
}

.bx-book-content:before {
  content: "\e9a0";
}

.bx-bookmark:before {
  content: "\e9a1";
}

.bx-bookmark-minus:before {
  content: "\e9a2";
}

.bx-bookmark-plus:before {
  content: "\e9a3";
}

.bx-bookmarks:before {
  content: "\e9a4";
}

.bx-book-open:before {
  content: "\e9a5";
}

.bx-border-all:before {
  content: "\e9a6";
}

.bx-border-bottom:before {
  content: "\e9a7";
}

.bx-border-left:before {
  content: "\e9a8";
}

.bx-border-radius:before {
  content: "\e9a9";
}

.bx-border-right:before {
  content: "\e9aa";
}

.bx-border-top:before {
  content: "\e9ab";
}

.bx-bot:before {
  content: "\e9ac";
}

.bx-bowling-ball:before {
  content: "\e9ad";
}

.bx-box:before {
  content: "\e9ae";
}

.bx-briefcase:before {
  content: "\e9af";
}

.bx-briefcase-alt:before {
  content: "\e9b0";
}

.bx-briefcase-alt-2:before {
  content: "\e9b1";
}

.bx-brightness:before {
  content: "\e9b2";
}

.bx-brightness-half:before {
  content: "\e9b3";
}

.bx-broadcast:before {
  content: "\e9b4";
}

.bx-brush:before {
  content: "\e9b5";
}

.bx-brush-alt:before {
  content: "\e9b6";
}

.bx-bug:before {
  content: "\e9b7";
}

.bx-bug-alt:before {
  content: "\e9b8";
}

.bx-building:before {
  content: "\e9b9";
}

.bx-building-house:before {
  content: "\e9ba";
}

.bx-buildings:before {
  content: "\e9bb";
}

.bx-bulb:before {
  content: "\e9bc";
}

.bx-bullseye:before {
  content: "\e9bd";
}

.bx-buoy:before {
  content: "\e9be";
}

.bx-bus:before {
  content: "\e9bf";
}

.bx-cake:before {
  content: "\e9c0";
}

.bx-calculator:before {
  content: "\e9c1";
}

.bx-calendar:before {
  content: "\e9c2";
}

.bx-calendar-alt:before {
  content: "\e9c3";
}

.bx-calendar-check:before {
  content: "\e9c4";
}

.bx-calendar-event:before {
  content: "\e9c5";
}

.bx-calendar-minus:before {
  content: "\e9c6";
}

.bx-calendar-plus:before {
  content: "\e9c7";
}

.bx-calendar-x:before {
  content: "\e9c8";
}

.bx-camera:before {
  content: "\e9c9";
}

.bx-camera-off:before {
  content: "\e9ca";
}

.bx-captions:before {
  content: "\e9cb";
}

.bx-car:before {
  content: "\e9cc";
}

.bx-card:before {
  content: "\e9cd";
}

.bx-caret-down:before {
  content: "\e9ce";
}

.bx-caret-left:before {
  content: "\e9cf";
}

.bx-caret-right:before {
  content: "\e9d0";
}

.bx-caret-up:before {
  content: "\e9d1";
}

.bx-carousel:before {
  content: "\e9d2";
}

.bx-cart:before {
  content: "\e9d3";
}

.bx-cart-alt:before {
  content: "\e9d4";
}

.bx-cast:before {
  content: "\e9d5";
}

.bx-certification:before {
  content: "\e9d6";
}

.bx-chalkboard:before {
  content: "\e9d7";
}

.bx-chart:before {
  content: "\e9d8";
}

.bx-chat:before {
  content: "\e9d9";
}

.bx-check:before {
  content: "\e9da";
}

.bx-checkbox:before {
  content: "\e9db";
}

.bx-checkbox-checked:before {
  content: "\e9dc";
}

.bx-checkbox-square:before {
  content: "\e9dd";
}

.bx-check-circle:before {
  content: "\e9de";
}

.bx-check-double:before {
  content: "\e9df";
}

.bx-check-shield:before {
  content: "\e9e0";
}

.bx-check-square:before {
  content: "\e9e1";
}

.bx-chevron-down:before {
  content: "\e9e2";
}

.bx-chevron-left:before {
  content: "\e9e3";
}

.bx-chevron-right:before {
  content: "\e9e4";
}

.bx-chevrons-down:before {
  content: "\e9e5";
}

.bx-chevrons-left:before {
  content: "\e9e6";
}

.bx-chevrons-right:before {
  content: "\e9e7";
}

.bx-chevrons-up:before {
  content: "\e9e8";
}

.bx-chevron-up:before {
  content: "\e9e9";
}

.bx-chip:before {
  content: "\e9ea";
}

.bx-circle:before {
  content: "\e9eb";
}

.bx-clinic:before {
  content: "\e9ec";
}

.bx-clipboard:before {
  content: "\e9ed";
}

.bx-closet:before {
  content: "\e9ee";
}

.bx-cloud:before {
  content: "\e9ef";
}

.bx-cloud-download:before {
  content: "\e9f0";
}

.bx-cloud-drizzle:before {
  content: "\e9f1";
}

.bx-cloud-lightning:before {
  content: "\e9f2";
}

.bx-cloud-light-rain:before {
  content: "\e9f3";
}

.bx-cloud-rain:before {
  content: "\e9f4";
}

.bx-cloud-snow:before {
  content: "\e9f5";
}

.bx-cloud-upload:before {
  content: "\e9f6";
}

.bx-code:before {
  content: "\e9f7";
}

.bx-code-alt:before {
  content: "\e9f8";
}

.bx-code-block:before {
  content: "\e9f9";
}

.bx-code-curly:before {
  content: "\e9fa";
}

.bx-coffee:before {
  content: "\e9fb";
}

.bx-cog:before {
  content: "\e9fc";
}

.bx-collapse:before {
  content: "\e9fd";
}

.bx-collection:before {
  content: "\e9fe";
}

.bx-columns:before {
  content: "\e9ff";
}

.bx-command:before {
  content: "\ea00";
}

.bx-comment:before {
  content: "\ea01";
}

.bx-comment-dots:before {
  content: "\ea02";
}

.bx-compass:before {
  content: "\ea03";
}

.bx-confused:before {
  content: "\ea04";
}

.bx-conversation:before {
  content: "\ea05";
}

.bx-cool:before {
  content: "\ea06";
}

.bx-copy:before {
  content: "\ea07";
}

.bx-copy-alt:before {
  content: "\ea08";
}

.bx-copyright:before {
  content: "\ea09";
}

.bx-credit-card:before {
  content: "\ea0a";
}

.bx-credit-card-alt:before {
  content: "\ea0b";
}

.bx-crop:before {
  content: "\ea0c";
}

.bx-crosshair:before {
  content: "\ea0d";
}

.bx-crown:before {
  content: "\ea0e";
}

.bx-cube:before {
  content: "\ea0f";
}

.bx-cube-alt:before {
  content: "\ea10";
}

.bx-cuboid:before {
  content: "\ea11";
}

.bx-customize:before {
  content: "\ea12";
}

.bx-cut:before {
  content: "\ea13";
}

.bx-cycling:before {
  content: "\ea14";
}

.bx-cylinder:before {
  content: "\ea15";
}

.bx-data:before {
  content: "\ea16";
}

.bx-desktop:before {
  content: "\ea17";
}

.bx-detail:before {
  content: "\ea18";
}

.bx-devices:before {
  content: "\ea19";
}

.bx-dialpad:before {
  content: "\ea1a";
}

.bx-dialpad-alt:before {
  content: "\ea1b";
}

.bx-diamond:before {
  content: "\ea1c";
}

.bx-directions:before {
  content: "\ea1d";
}

.bx-disc:before {
  content: "\ea1e";
}

.bx-dish:before {
  content: "\ea1f";
}

.bx-dislike:before {
  content: "\ea20";
}

.bx-dizzy:before {
  content: "\ea21";
}

.bx-dna:before {
  content: "\ea22";
}

.bx-dock-bottom:before {
  content: "\ea23";
}

.bx-dock-left:before {
  content: "\ea24";
}

.bx-dock-right:before {
  content: "\ea25";
}

.bx-dock-top:before {
  content: "\ea26";
}

.bx-dollar:before {
  content: "\ea27";
}

.bx-dollar-circle:before {
  content: "\ea28";
}

.bx-dots-horizontal:before {
  content: "\ea29";
}

.bx-dots-horizontal-rounded:before {
  content: "\ea2a";
}

.bx-dots-vertical:before {
  content: "\ea2b";
}

.bx-dots-vertical-rounded:before {
  content: "\ea2c";
}

.bx-doughnut-chart:before {
  content: "\ea2d";
}

.bx-down-arrow:before {
  content: "\ea2e";
}

.bx-down-arrow-alt:before {
  content: "\ea2f";
}

.bx-down-arrow-circle:before {
  content: "\ea30";
}

.bx-download:before {
  content: "\ea31";
}

.bx-downvote:before {
  content: "\ea32";
}

.bx-droplet:before {
  content: "\ea33";
}

.bx-dumbbell:before {
  content: "\ea34";
}

.bx-duplicate:before {
  content: "\ea35";
}

.bx-edit:before {
  content: "\ea36";
}

.bx-edit-alt:before {
  content: "\ea37";
}

.bx-envelope:before {
  content: "\ea38";
}

.bx-equalizer:before {
  content: "\ea39";
}

.bx-error:before {
  content: "\ea3a";
}

.bx-error-alt:before {
  content: "\ea3b";
}

.bx-error-circle:before {
  content: "\ea3c";
}

.bx-euro:before {
  content: "\ea3d";
}

.bx-exit:before {
  content: "\ea3e";
}

.bx-exit-fullscreen:before {
  content: "\ea3f";
}

.bx-expand:before {
  content: "\ea40";
}

.bx-export:before {
  content: "\ea41";
}

.bx-extension:before {
  content: "\ea42";
}

.bx-face:before {
  content: "\ea43";
}

.bx-fast-forward:before {
  content: "\ea44";
}

.bx-fast-forward-circle:before {
  content: "\ea45";
}

.bx-female:before {
  content: "\ea46";
}

.bx-female-sign:before {
  content: "\ea47";
}

.bx-file:before {
  content: "\ea48";
}

.bx-file-blank:before {
  content: "\ea49";
}

.bx-file-find:before {
  content: "\ea4a";
}

.bx-film:before {
  content: "\ea4b";
}

.bx-filter:before {
  content: "\ea4c";
}

.bx-filter-alt:before {
  content: "\ea4d";
}

.bx-fingerprint:before {
  content: "\ea4e";
}

.bx-first-aid:before {
  content: "\ea4f";
}

.bx-first-page:before {
  content: "\ea50";
}

.bx-flag:before {
  content: "\ea51";
}

.bx-folder:before {
  content: "\ea52";
}

.bx-folder-minus:before {
  content: "\ea53";
}

.bx-folder-open:before {
  content: "\ea54";
}

.bx-folder-plus:before {
  content: "\ea55";
}

.bx-font:before {
  content: "\ea56";
}

.bx-font-color:before {
  content: "\ea57";
}

.bx-font-family:before {
  content: "\ea58";
}

.bx-font-size:before {
  content: "\ea59";
}

.bx-food-menu:before {
  content: "\ea5a";
}

.bx-food-tag:before {
  content: "\ea5b";
}

.bx-football:before {
  content: "\ea5c";
}

.bx-fridge:before {
  content: "\ea5d";
}

.bx-fullscreen:before {
  content: "\ea5e";
}

.bx-gas-pump:before {
  content: "\ea5f";
}

.bx-ghost:before {
  content: "\ea60";
}

.bx-gift:before {
  content: "\ea61";
}

.bx-git-branch:before {
  content: "\ea62";
}

.bx-git-commit:before {
  content: "\ea63";
}

.bx-git-compare:before {
  content: "\ea64";
}

.bx-git-merge:before {
  content: "\ea65";
}

.bx-git-pull-request:before {
  content: "\ea66";
}

.bx-git-repo-forked:before {
  content: "\ea67";
}

.bx-globe:before {
  content: "\ea68";
}

.bx-globe-alt:before {
  content: "\ea69";
}

.bx-grid:before {
  content: "\ea6a";
}

.bx-grid-alt:before {
  content: "\ea6b";
}

.bx-grid-horizontal:before {
  content: "\ea6c";
}

.bx-grid-small:before {
  content: "\ea6d";
}

.bx-grid-vertical:before {
  content: "\ea6e";
}

.bx-group:before {
  content: "\ea6f";
}

.bx-handicap:before {
  content: "\ea70";
}

.bx-happy:before {
  content: "\ea71";
}

.bx-happy-alt:before {
  content: "\ea72";
}

.bx-happy-beaming:before {
  content: "\ea73";
}

.bx-happy-heart-eyes:before {
  content: "\ea74";
}

.bx-hash:before {
  content: "\ea75";
}

.bx-hdd:before {
  content: "\ea76";
}

.bx-heading:before {
  content: "\ea77";
}

.bx-headphone:before {
  content: "\ea78";
}

.bx-health:before {
  content: "\ea79";
}

.bx-heart:before {
  content: "\ea7a";
}

.bx-help-circle:before {
  content: "\ea7b";
}

.bx-hide:before {
  content: "\ea7c";
}

.bx-highlight:before {
  content: "\ea7d";
}

.bx-history:before {
  content: "\ea7e";
}

.bx-hive:before {
  content: "\ea7f";
}

.bx-home:before {
  content: "\ea80";
}

.bx-home-alt:before {
  content: "\ea81";
}

.bx-home-circle:before {
  content: "\ea82";
}

.bx-horizontal-center:before {
  content: "\ea83";
}

.bx-hotel:before {
  content: "\ea84";
}

.bx-hourglass:before {
  content: "\ea85";
}

.bx-id-card:before {
  content: "\ea86";
}

.bx-image:before {
  content: "\ea87";
}

.bx-image-add:before {
  content: "\ea88";
}

.bx-image-alt:before {
  content: "\ea89";
}

.bx-images:before {
  content: "\ea8a";
}

.bx-import:before {
  content: "\ea8b";
}

.bx-infinite:before {
  content: "\ea8c";
}

.bx-info-circle:before {
  content: "\ea8d";
}

.bx-italic:before {
  content: "\ea8e";
}

.bx-joystick:before {
  content: "\ea8f";
}

.bx-joystick-alt:before {
  content: "\ea90";
}

.bx-joystick-button:before {
  content: "\ea91";
}

.bx-key:before {
  content: "\ea92";
}

.bx-label:before {
  content: "\ea93";
}

.bx-landscape:before {
  content: "\ea94";
}

.bx-laptop:before {
  content: "\ea95";
}

.bx-last-page:before {
  content: "\ea96";
}

.bx-laugh:before {
  content: "\ea97";
}

.bx-layer:before {
  content: "\ea98";
}

.bx-layout:before {
  content: "\ea99";
}

.bx-left-arrow:before {
  content: "\ea9a";
}

.bx-left-arrow-alt:before {
  content: "\ea9b";
}

.bx-left-arrow-circle:before {
  content: "\ea9c";
}

.bx-left-down-arrow-circle:before {
  content: "\ea9d";
}

.bx-left-indent:before {
  content: "\ea9e";
}

.bx-left-top-arrow-circle:before {
  content: "\ea9f";
}

.bx-like:before {
  content: "\eaa0";
}

.bx-line-chart:before {
  content: "\eaa1";
}

.bx-link:before {
  content: "\eaa2";
}

.bx-link-alt:before {
  content: "\eaa3";
}

.bx-link-external:before {
  content: "\eaa4";
}

.bx-lira:before {
  content: "\eaa5";
}

.bx-list-check:before {
  content: "\eaa6";
}

.bx-list-minus:before {
  content: "\eaa7";
}

.bx-list-ol:before {
  content: "\eaa8";
}

.bx-list-plus:before {
  content: "\eaa9";
}

.bx-list-ul:before {
  content: "\eaaa";
}

.bx-loader:before {
  content: "\eaab";
}

.bx-loader-alt:before {
  content: "\eaac";
}

.bx-loader-circle:before {
  content: "\eaad";
}

.bx-lock:before {
  content: "\eaae";
}

.bx-lock-alt:before {
  content: "\eaaf";
}

.bx-lock-open:before {
  content: "\eab0";
}

.bx-lock-open-alt:before {
  content: "\eab1";
}

.bx-log-in:before {
  content: "\eab2";
}

.bx-log-in-circle:before {
  content: "\eab3";
}

.bx-log-out:before {
  content: "\eab4";
}

.bx-log-out-circle:before {
  content: "\eab5";
}

.bx-magnet:before {
  content: "\eab6";
}

.bx-mail-send:before {
  content: "\eab7";
}

.bx-male:before {
  content: "\eab8";
}

.bx-male-sign:before {
  content: "\eab9";
}

.bx-map:before {
  content: "\eaba";
}

.bx-map-alt:before {
  content: "\eabb";
}

.bx-map-pin:before {
  content: "\eabc";
}

.bx-meh:before {
  content: "\eabd";
}

.bx-meh-alt:before {
  content: "\eabe";
}

.bx-meh-blank:before {
  content: "\eabf";
}

.bx-memory-card:before {
  content: "\eac0";
}

.bx-menu:before {
  content: "\eac1";
}

.bx-menu-alt-left:before {
  content: "\eac2";
}

.bx-menu-alt-right:before {
  content: "\eac3";
}

.bx-message:before {
  content: "\eac4";
}

.bx-message-alt:before {
  content: "\eac5";
}

.bx-message-alt-dots:before {
  content: "\eac6";
}

.bx-message-dots:before {
  content: "\eac7";
}

.bx-message-rounded:before {
  content: "\eac8";
}

.bx-message-rounded-dots:before {
  content: "\eac9";
}

.bx-message-square:before {
  content: "\eaca";
}

.bx-message-square-dots:before {
  content: "\eacb";
}

.bx-microphone:before {
  content: "\eacc";
}

.bx-microphone-off:before {
  content: "\eacd";
}

.bx-minus:before {
  content: "\eace";
}

.bx-minus-circle:before {
  content: "\eacf";
}

.bx-mobile:before {
  content: "\ead0";
}

.bx-mobile-alt:before {
  content: "\ead1";
}

.bx-mobile-landscape:before {
  content: "\ead2";
}

.bx-mobile-vibration:before {
  content: "\ead3";
}

.bx-money:before {
  content: "\ead4";
}

.bx-moon:before {
  content: "\ead5";
}

.bx-mouse:before {
  content: "\ead6";
}

.bx-mouse-alt:before {
  content: "\ead7";
}

.bx-move:before {
  content: "\ead8";
}

.bx-move-horizontal:before {
  content: "\ead9";
}

.bx-move-vertical:before {
  content: "\eada";
}

.bx-movie:before {
  content: "\eadb";
}

.bx-music:before {
  content: "\eadc";
}

.bx-navigation:before {
  content: "\eadd";
}

.bx-news:before {
  content: "\eade";
}

.bx-no-entry:before {
  content: "\eadf";
}

.bx-note:before {
  content: "\eae0";
}

.bx-notepad:before {
  content: "\eae1";
}

.bx-notification:before {
  content: "\eae2";
}

.bx-notification-off:before {
  content: "\eae3";
}

.bx-package:before {
  content: "\eae4";
}

.bx-paint:before {
  content: "\eae5";
}

.bx-paint-roll:before {
  content: "\eae6";
}

.bx-palette:before {
  content: "\eae7";
}

.bx-paperclip:before {
  content: "\eae8";
}

.bx-paper-plane:before {
  content: "\eae9";
}

.bx-paragraph:before {
  content: "\eaea";
}

.bx-paste:before {
  content: "\eaeb";
}

.bx-pause:before {
  content: "\eaec";
}

.bx-pause-circle:before {
  content: "\eaed";
}

.bx-pen:before {
  content: "\eaee";
}

.bx-pencil:before {
  content: "\eaef";
}

.bx-phone:before {
  content: "\eaf0";
}

.bx-phone-call:before {
  content: "\eaf1";
}

.bx-phone-incoming:before {
  content: "\eaf2";
}

.bx-phone-outgoing:before {
  content: "\eaf3";
}

.bx-photo-album:before {
  content: "\eaf4";
}

.bx-pie-chart:before {
  content: "\eaf5";
}

.bx-pie-chart-alt:before {
  content: "\eaf6";
}

.bx-pie-chart-alt-2:before {
  content: "\eaf7";
}

.bx-pin:before {
  content: "\eaf8";
}

.bx-planet:before {
  content: "\eaf9";
}

.bx-play:before {
  content: "\eafa";
}

.bx-play-circle:before {
  content: "\eafb";
}

.bx-plug:before {
  content: "\eafc";
}

.bx-plus:before {
  content: "\eafd";
}

.bx-plus-circle:before {
  content: "\eafe";
}

.bx-plus-medical:before {
  content: "\eaff";
}

.bx-poll:before {
  content: "\eb00";
}

.bx-polygon:before {
  content: "\eb01";
}

.bx-pound:before {
  content: "\eb02";
}

.bx-power-off:before {
  content: "\eb03";
}

.bx-printer:before {
  content: "\eb04";
}

.bx-pulse:before {
  content: "\eb05";
}

.bx-purchase-tag:before {
  content: "\eb06";
}

.bx-purchase-tag-alt:before {
  content: "\eb07";
}

.bx-pyramid:before {
  content: "\eb08";
}

.bx-question-mark:before {
  content: "\eb09";
}

.bx-radar:before {
  content: "\eb0a";
}

.bx-radio:before {
  content: "\eb0b";
}

.bx-radio-circle:before {
  content: "\eb0c";
}

.bx-radio-circle-marked:before {
  content: "\eb0d";
}

.bx-receipt:before {
  content: "\eb0e";
}

.bx-rectangle:before {
  content: "\eb0f";
}

.bx-redo:before {
  content: "\eb10";
}

.bx-rename:before {
  content: "\eb11";
}

.bx-repeat:before {
  content: "\eb12";
}

.bx-reply:before {
  content: "\eb13";
}

.bx-reply-all:before {
  content: "\eb14";
}

.bx-repost:before {
  content: "\eb15";
}

.bx-reset:before {
  content: "\eb16";
}

.bx-restaurant:before {
  content: "\eb17";
}

.bx-revision:before {
  content: "\eb18";
}

.bx-rewind:before {
  content: "\eb19";
}

.bx-rewind-circle:before {
  content: "\eb1a";
}

.bx-right-arrow:before {
  content: "\eb1b";
}

.bx-right-arrow-alt:before {
  content: "\eb1c";
}

.bx-right-arrow-circle:before {
  content: "\eb1d";
}

.bx-right-down-arrow-circle:before {
  content: "\eb1e";
}

.bx-right-indent:before {
  content: "\eb1f";
}

.bx-right-top-arrow-circle:before {
  content: "\eb20";
}

.bx-rocket:before {
  content: "\eb21";
}

.bx-rotate-left:before {
  content: "\eb22";
}

.bx-rotate-right:before {
  content: "\eb23";
}

.bx-rss:before {
  content: "\eb24";
}

.bx-ruble:before {
  content: "\eb25";
}

.bx-ruler:before {
  content: "\eb26";
}

.bx-run:before {
  content: "\eb27";
}

.bx-rupee:before {
  content: "\eb28";
}

.bx-sad:before {
  content: "\eb29";
}

.bx-save:before {
  content: "\eb2a";
}

.bx-screenshot:before {
  content: "\eb2b";
}

.bx-search:before {
  content: "\eb2c";
}

.bx-search-alt:before {
  content: "\eb2d";
}

.bx-search-alt-2:before {
  content: "\eb2e";
}

.bx-selection:before {
  content: "\eb2f";
}

.bx-select-multiple:before {
  content: "\eb30";
}

.bx-send:before {
  content: "\eb31";
}

.bx-server:before {
  content: "\eb32";
}

.bx-shape-circle:before {
  content: "\eb33";
}

.bx-shape-square:before {
  content: "\eb34";
}

.bx-shape-triangle:before {
  content: "\eb35";
}

.bx-share:before {
  content: "\eb36";
}

.bx-share-alt:before {
  content: "\eb37";
}

.bx-shekel:before {
  content: "\eb38";
}

.bx-shield:before {
  content: "\eb39";
}

.bx-shield-alt:before {
  content: "\eb3a";
}

.bx-shield-alt-2:before {
  content: "\eb3b";
}

.bx-shield-quarter:before {
  content: "\eb3c";
}

.bx-shocked:before {
  content: "\eb3d";
}

.bx-shopping-bag:before {
  content: "\eb3e";
}

.bx-show:before {
  content: "\eb3f";
}

.bx-show-alt:before {
  content: "\eb40";
}

.bx-shuffle:before {
  content: "\eb41";
}

.bx-sidebar:before {
  content: "\eb42";
}

.bx-sitemap:before {
  content: "\eb43";
}

.bx-skip-next:before {
  content: "\eb44";
}

.bx-skip-next-circle:before {
  content: "\eb45";
}

.bx-skip-previous:before {
  content: "\eb46";
}

.bx-skip-previous-circle:before {
  content: "\eb47";
}

.bx-sleepy:before {
  content: "\eb48";
}

.bx-slider:before {
  content: "\eb49";
}

.bx-slider-alt:before {
  content: "\eb4a";
}

.bx-slideshow:before {
  content: "\eb4b";
}

.bx-smile:before {
  content: "\eb4c";
}

.bx-sort:before {
  content: "\eb4d";
}

.bx-sort-a-z:before {
  content: "\eb4e";
}

.bx-sort-down:before {
  content: "\eb4f";
}

.bx-sort-up:before {
  content: "\eb50";
}

.bx-sort-z-a:before {
  content: "\eb51";
}

.bx-spa:before {
  content: "\eb52";
}

.bx-space-bar:before {
  content: "\eb53";
}

.bx-spreadsheet:before {
  content: "\eb54";
}

.bx-square:before {
  content: "\eb55";
}

.bx-square-rounded:before {
  content: "\eb56";
}

.bx-star:before {
  content: "\eb57";
}

.bx-station:before {
  content: "\eb58";
}

.bx-stats:before {
  content: "\eb59";
}

.bx-sticker:before {
  content: "\eb5a";
}

.bx-stop:before {
  content: "\eb5b";
}

.bx-stop-circle:before {
  content: "\eb5c";
}

.bx-stopwatch:before {
  content: "\eb5d";
}

.bx-store:before {
  content: "\eb5e";
}

.bx-store-alt:before {
  content: "\eb5f";
}

.bx-street-view:before {
  content: "\eb60";
}

.bx-strikethrough:before {
  content: "\eb61";
}

.bx-subdirectory-left:before {
  content: "\eb62";
}

.bx-subdirectory-right:before {
  content: "\eb63";
}

.bx-sun:before {
  content: "\eb64";
}

.bx-support:before {
  content: "\eb65";
}

.bx-swim:before {
  content: "\eb66";
}

.bx-sync:before {
  content: "\eb67";
}

.bx-tab:before {
  content: "\eb68";
}

.bx-table:before {
  content: "\eb69";
}

.bx-tag:before {
  content: "\eb6a";
}

.bx-target-lock:before {
  content: "\eb6b";
}

.bx-task:before {
  content: "\eb6c";
}

.bx-taxi:before {
  content: "\eb6d";
}

.bx-tennis-ball:before {
  content: "\eb6e";
}

.bx-terminal:before {
  content: "\eb6f";
}

.bx-test-tube:before {
  content: "\eb70";
}

.bx-text:before {
  content: "\eb71";
}

.bx-time:before {
  content: "\eb72";
}

.bx-time-five:before {
  content: "\eb73";
}

.bx-timer:before {
  content: "\eb74";
}

.bx-tired:before {
  content: "\eb75";
}

.bx-toggle-left:before {
  content: "\eb76";
}

.bx-toggle-right:before {
  content: "\eb77";
}

.bx-tone:before {
  content: "\eb78";
}

.bx-train:before {
  content: "\eb79";
}

.bx-transfer:before {
  content: "\eb7a";
}

.bx-transfer-alt:before {
  content: "\eb7b";
}

.bx-trash:before {
  content: "\eb7c";
}

.bx-trash-alt:before {
  content: "\eb7d";
}

.bx-trending-down:before {
  content: "\eb7e";
}

.bx-trending-up:before {
  content: "\eb7f";
}

.bx-trophy:before {
  content: "\eb80";
}

.bx-tv:before {
  content: "\eb81";
}

.bx-underline:before {
  content: "\eb82";
}

.bx-undo:before {
  content: "\eb83";
}

.bx-unlink:before {
  content: "\eb84";
}

.bx-up-arrow:before {
  content: "\eb85";
}

.bx-up-arrow-alt:before {
  content: "\eb86";
}

.bx-up-arrow-circle:before {
  content: "\eb87";
}

.bx-upload:before {
  content: "\eb88";
}

.bx-upside-down:before {
  content: "\eb89";
}

.bx-upvote:before {
  content: "\eb8a";
}

.bx-usb:before {
  content: "\eb8b";
}

.bx-user:before {
  content: "\eb8c";
}

.bx-user-check:before {
  content: "\eb8d";
}

.bx-user-circle:before {
  content: "\eb8e";
}

.bx-user-minus:before {
  content: "\eb8f";
}

.bx-user-pin:before {
  content: "\eb90";
}

.bx-user-plus:before {
  content: "\eb91";
}

.bx-user-voice:before {
  content: "\eb92";
}

.bx-user-x:before {
  content: "\eb93";
}

.bx-vertical-center:before {
  content: "\eb94";
}

.bx-video:before {
  content: "\eb95";
}

.bx-video-off:before {
  content: "\eb96";
}

.bx-video-plus:before {
  content: "\eb97";
}

.bx-video-recording:before {
  content: "\eb98";
}

.bx-voicemail:before {
  content: "\eb99";
}

.bx-volume:before {
  content: "\eb9a";
}

.bx-volume-full:before {
  content: "\eb9b";
}

.bx-volume-low:before {
  content: "\eb9c";
}

.bx-volume-mute:before {
  content: "\eb9d";
}

.bx-walk:before {
  content: "\eb9e";
}

.bx-wallet:before {
  content: "\eb9f";
}

.bx-wallet-alt:before {
  content: "\eba0";
}

.bx-water:before {
  content: "\eba1";
}

.bx-wifi:before {
  content: "\eba2";
}

.bx-wifi-off:before {
  content: "\eba3";
}

.bx-wind:before {
  content: "\eba4";
}

.bx-window:before {
  content: "\eba5";
}

.bx-window-close:before {
  content: "\eba6";
}

.bx-window-open:before {
  content: "\eba7";
}

.bx-windows:before {
  content: "\eba8";
}

.bx-wink-smile:before {
  content: "\eba9";
}

.bx-wink-tongue:before {
  content: "\ebaa";
}

.bx-won:before {
  content: "\ebab";
}

.bx-world:before {
  content: "\ebac";
}

.bx-wrench:before {
  content: "\ebad";
}

.bx-x:before {
  content: "\ebae";
}

.bx-x-circle:before {
  content: "\ebaf";
}

.bx-yen:before {
  content: "\ebb0";
}

.bx-zoom-in:before {
  content: "\ebb1";
}

.bx-zoom-out:before {
  content: "\ebb2";
}

.bxs-add-to-queue:before {
  content: "\ebb3";
}

.bxs-adjust:before {
  content: "\ebb4";
}

.bxs-adjust-alt:before {
  content: "\ebb5";
}

.bxs-alarm:before {
  content: "\ebb6";
}

.bxs-alarm-add:before {
  content: "\ebb7";
}

.bxs-alarm-off:before {
  content: "\ebb8";
}

.bxs-album:before {
  content: "\ebb9";
}

.bxs-ambulance:before {
  content: "\ebba";
}

.bxs-analyse:before {
  content: "\ebbb";
}

.bxs-angry:before {
  content: "\ebbc";
}

.bxs-archive:before {
  content: "\ebbd";
}

.bxs-archive-in:before {
  content: "\ebbe";
}

.bxs-archive-out:before {
  content: "\ebbf";
}

.bxs-area:before {
  content: "\ebc0";
}

.bxs-award:before {
  content: "\ebc1";
}

.bxs-baby-carriage:before {
  content: "\ebc2";
}

.bxs-badge:before {
  content: "\ebc3";
}

.bxs-badge-check:before {
  content: "\ebc4";
}

.bxs-ball:before {
  content: "\ebc5";
}

.bxs-band-aid:before {
  content: "\ebc6";
}

.bxs-bank:before {
  content: "\ebc7";
}

.bxs-bar-chart-alt-2:before {
  content: "\ebc8";
}

.bxs-bar-chart-square:before {
  content: "\ebc9";
}

.bxs-barcode:before {
  content: "\ebca";
}

.bxs-basket:before {
  content: "\ebcb";
}

.bxs-bath:before {
  content: "\ebcc";
}

.bxs-battery:before {
  content: "\ebcd";
}

.bxs-battery-charging:before {
  content: "\ebce";
}

.bxs-battery-full:before {
  content: "\ebcf";
}

.bxs-battery-low:before {
  content: "\ebd0";
}

.bxs-bed:before {
  content: "\ebd1";
}

.bxs-bell:before {
  content: "\ebd2";
}

.bxs-bell-minus:before {
  content: "\ebd3";
}

.bxs-bell-off:before {
  content: "\ebd4";
}

.bxs-bell-plus:before {
  content: "\ebd5";
}

.bxs-bell-ring:before {
  content: "\ebd6";
}

.bxs-bolt:before {
  content: "\ebd7";
}

.bxs-bolt-circle:before {
  content: "\ebd8";
}

.bxs-book:before {
  content: "\ebd9";
}

.bxs-book-bookmark:before {
  content: "\ebda";
}

.bxs-book-content:before {
  content: "\ebdb";
}

.bxs-bookmark:before {
  content: "\ebdc";
}

.bxs-bookmark-minus:before {
  content: "\ebdd";
}

.bxs-bookmark-plus:before {
  content: "\ebde";
}

.bxs-bookmarks:before {
  content: "\ebdf";
}

.bxs-bookmark-star:before {
  content: "\ebe0";
}

.bxs-book-open:before {
  content: "\ebe1";
}

.bxs-bot:before {
  content: "\ebe2";
}

.bxs-bowling-ball:before {
  content: "\ebe3";
}

.bxs-box:before {
  content: "\ebe4";
}

.bxs-briefcase:before {
  content: "\ebe5";
}

.bxs-briefcase-alt:before {
  content: "\ebe6";
}

.bxs-briefcase-alt-2:before {
  content: "\ebe7";
}

.bxs-brightness:before {
  content: "\ebe8";
}

.bxs-brightness-half:before {
  content: "\ebe9";
}

.bxs-brush:before {
  content: "\ebea";
}

.bxs-brush-alt:before {
  content: "\ebeb";
}

.bxs-bug:before {
  content: "\ebec";
}

.bxs-bug-alt:before {
  content: "\ebed";
}

.bxs-building:before {
  content: "\ebee";
}

.bxs-building-house:before {
  content: "\ebef";
}

.bxs-buildings:before {
  content: "\ebf0";
}

.bxs-bulb:before {
  content: "\ebf1";
}

.bxs-buoy:before {
  content: "\ebf2";
}

.bxs-bus:before {
  content: "\ebf3";
}

.bxs-business:before {
  content: "\ebf4";
}

.bxs-cake:before {
  content: "\ebf5";
}

.bxs-calculator:before {
  content: "\ebf6";
}

.bxs-calendar:before {
  content: "\ebf7";
}

.bxs-calendar-alt:before {
  content: "\ebf8";
}

.bxs-calendar-check:before {
  content: "\ebf9";
}

.bxs-calendar-event:before {
  content: "\ebfa";
}

.bxs-calendar-minus:before {
  content: "\ebfb";
}

.bxs-calendar-plus:before {
  content: "\ebfc";
}

.bxs-calendar-x:before {
  content: "\ebfd";
}

.bxs-camera:before {
  content: "\ebfe";
}

.bxs-camera-off:before {
  content: "\ebff";
}

.bxs-camera-plus:before {
  content: "\ec00";
}

.bxs-capsule:before {
  content: "\ec01";
}

.bxs-captions:before {
  content: "\ec02";
}

.bxs-car:before {
  content: "\ec03";
}

.bxs-card:before {
  content: "\ec04";
}

.bxs-caret-down-circle:before {
  content: "\ec05";
}

.bxs-caret-left-circle:before {
  content: "\ec06";
}

.bxs-caret-right-circle:before {
  content: "\ec07";
}

.bxs-caret-up-circle:before {
  content: "\ec08";
}

.bxs-carousel:before {
  content: "\ec09";
}

.bxs-cart:before {
  content: "\ec0a";
}

.bxs-cart-alt:before {
  content: "\ec0b";
}

.bxs-certification:before {
  content: "\ec0c";
}

.bxs-chalkboard:before {
  content: "\ec0d";
}

.bxs-chart:before {
  content: "\ec0e";
}

.bxs-chat:before {
  content: "\ec0f";
}

.bxs-checkbox:before {
  content: "\ec10";
}

.bxs-checkbox-checked:before {
  content: "\ec11";
}

.bxs-check-circle:before {
  content: "\ec12";
}

.bxs-check-shield:before {
  content: "\ec13";
}

.bxs-check-square:before {
  content: "\ec14";
}

.bxs-chip:before {
  content: "\ec15";
}

.bxs-circle:before {
  content: "\ec16";
}

.bxs-city:before {
  content: "\ec17";
}

.bxs-clinic:before {
  content: "\ec18";
}

.bxs-cloud:before {
  content: "\ec19";
}

.bxs-cloud-download:before {
  content: "\ec1a";
}

.bxs-cloud-lightning:before {
  content: "\ec1b";
}

.bxs-cloud-rain:before {
  content: "\ec1c";
}

.bxs-cloud-upload:before {
  content: "\ec1d";
}

.bxs-coffee:before {
  content: "\ec1e";
}

.bxs-coffee-alt:before {
  content: "\ec1f";
}

.bxs-cog:before {
  content: "\ec20";
}

.bxs-collection:before {
  content: "\ec21";
}

.bxs-color-fill:before {
  content: "\ec22";
}

.bxs-comment:before {
  content: "\ec23";
}

.bxs-comment-add:before {
  content: "\ec24";
}

.bxs-comment-detail:before {
  content: "\ec25";
}

.bxs-comment-dots:before {
  content: "\ec26";
}

.bxs-comment-error:before {
  content: "\ec27";
}

.bxs-compass:before {
  content: "\ec28";
}

.bxs-component:before {
  content: "\ec29";
}

.bxs-confused:before {
  content: "\ec2a";
}

.bxs-contact:before {
  content: "\ec2b";
}

.bxs-conversation:before {
  content: "\ec2c";
}

.bxs-cool:before {
  content: "\ec2d";
}

.bxs-copy:before {
  content: "\ec2e";
}

.bxs-copy-alt:before {
  content: "\ec2f";
}

.bxs-coupon:before {
  content: "\ec30";
}

.bxs-credit-card:before {
  content: "\ec31";
}

.bxs-credit-card-alt:before {
  content: "\ec32";
}

.bxs-crown:before {
  content: "\ec33";
}

.bxs-cube:before {
  content: "\ec34";
}

.bxs-cube-alt:before {
  content: "\ec35";
}

.bxs-cuboid:before {
  content: "\ec36";
}

.bxs-customize:before {
  content: "\ec37";
}

.bxs-cylinder:before {
  content: "\ec38";
}

.bxs-dashboard:before {
  content: "\ec39";
}

.bxs-data:before {
  content: "\ec3a";
}

.bxs-detail:before {
  content: "\ec3b";
}

.bxs-devices:before {
  content: "\ec3c";
}

.bxs-direction-left:before {
  content: "\ec3d";
}

.bxs-direction-right:before {
  content: "\ec3e";
}

.bxs-directions:before {
  content: "\ec3f";
}

.bxs-disc:before {
  content: "\ec40";
}

.bxs-discount:before {
  content: "\ec41";
}

.bxs-dish:before {
  content: "\ec42";
}

.bxs-dislike:before {
  content: "\ec43";
}

.bxs-dizzy:before {
  content: "\ec44";
}

.bxs-dock-bottom:before {
  content: "\ec45";
}

.bxs-dock-left:before {
  content: "\ec46";
}

.bxs-dock-right:before {
  content: "\ec47";
}

.bxs-dock-top:before {
  content: "\ec48";
}

.bxs-dollar-circle:before {
  content: "\ec49";
}

.bxs-doughnut-chart:before {
  content: "\ec4a";
}

.bxs-down-arrow:before {
  content: "\ec4b";
}

.bxs-down-arrow-circle:before {
  content: "\ec4c";
}

.bxs-down-arrow-square:before {
  content: "\ec4d";
}

.bxs-download:before {
  content: "\ec4e";
}

.bxs-downvote:before {
  content: "\ec4f";
}

.bxs-drink:before {
  content: "\ec50";
}

.bxs-droplet:before {
  content: "\ec51";
}

.bxs-droplet-half:before {
  content: "\ec52";
}

.bxs-duplicate:before {
  content: "\ec53";
}

.bxs-edit:before {
  content: "\ec54";
}

.bxs-edit-alt:before {
  content: "\ec55";
}

.bxs-eject:before {
  content: "\ec56";
}

.bxs-envelope:before {
  content: "\ec57";
}

.bxs-eraser:before {
  content: "\ec58";
}

.bxs-error:before {
  content: "\ec59";
}

.bxs-error-alt:before {
  content: "\ec5a";
}

.bxs-error-circle:before {
  content: "\ec5b";
}

.bxs-exit:before {
  content: "\ec5c";
}

.bxs-extension:before {
  content: "\ec5d";
}

.bxs-eyedropper:before {
  content: "\ec5e";
}

.bxs-face:before {
  content: "\ec5f";
}

.bxs-factory:before {
  content: "\ec60";
}

.bxs-fast-forward-circle:before {
  content: "\ec61";
}

.bxs-file:before {
  content: "\ec62";
}

.bxs-file-blank:before {
  content: "\ec63";
}

.bxs-file-css:before {
  content: "\ec64";
}

.bxs-file-doc:before {
  content: "\ec65";
}

.bxs-file-find:before {
  content: "\ec66";
}

.bxs-file-gif:before {
  content: "\ec67";
}

.bxs-file-html:before {
  content: "\ec68";
}

.bxs-file-image:before {
  content: "\ec69";
}

.bxs-file-jpg:before {
  content: "\ec6a";
}

.bxs-file-js:before {
  content: "\ec6b";
}

.bxs-file-json:before {
  content: "\ec6c";
}

.bxs-file-md:before {
  content: "\ec6d";
}

.bxs-file-pdf:before {
  content: "\ec6e";
}

.bxs-file-plus:before {
  content: "\ec6f";
}

.bxs-file-png:before {
  content: "\ec70";
}

.bxs-file-txt:before {
  content: "\ec71";
}

.bxs-film:before {
  content: "\ec72";
}

.bxs-filter-alt:before {
  content: "\ec73";
}

.bxs-first-aid:before {
  content: "\ec74";
}

.bxs-flag:before {
  content: "\ec75";
}

.bxs-flag-alt:before {
  content: "\ec76";
}

.bxs-flame:before {
  content: "\ec77";
}

.bxs-flask:before {
  content: "\ec78";
}

.bxs-folder:before {
  content: "\ec79";
}

.bxs-folder-minus:before {
  content: "\ec7a";
}

.bxs-folder-open:before {
  content: "\ec7b";
}

.bxs-folder-plus:before {
  content: "\ec7c";
}

.bxs-food-menu:before {
  content: "\ec7d";
}

.bxs-fridge:before {
  content: "\ec7e";
}

.bxs-gas-pump:before {
  content: "\ec7f";
}

.bxs-ghost:before {
  content: "\ec80";
}

.bxs-gift:before {
  content: "\ec81";
}

.bxs-graduation:before {
  content: "\ec82";
}

.bxs-grid:before {
  content: "\ec83";
}

.bxs-grid-alt:before {
  content: "\ec84";
}

.bxs-group:before {
  content: "\ec85";
}

.bxs-hand-down:before {
  content: "\ec86";
}

.bxs-hand-left:before {
  content: "\ec87";
}

.bxs-hand-right:before {
  content: "\ec88";
}

.bxs-hand-up:before {
  content: "\ec89";
}

.bxs-happy:before {
  content: "\ec8a";
}

.bxs-happy-alt:before {
  content: "\ec8b";
}

.bxs-happy-beaming:before {
  content: "\ec8c";
}

.bxs-happy-heart-eyes:before {
  content: "\ec8d";
}

.bxs-hdd:before {
  content: "\ec8e";
}

.bxs-heart:before {
  content: "\ec8f";
}

.bxs-help-circle:before {
  content: "\ec90";
}

.bxs-hide:before {
  content: "\ec91";
}

.bxs-home:before {
  content: "\ec92";
}

.bxs-home-circle:before {
  content: "\ec93";
}

.bxs-hot:before {
  content: "\ec94";
}

.bxs-hotel:before {
  content: "\ec95";
}

.bxs-hourglass:before {
  content: "\ec96";
}

.bxs-hourglass-bottom:before {
  content: "\ec97";
}

.bxs-hourglass-top:before {
  content: "\ec98";
}

.bxs-id-card:before {
  content: "\ec99";
}

.bxs-image:before {
  content: "\ec9a";
}

.bxs-image-add:before {
  content: "\ec9b";
}

.bxs-image-alt:before {
  content: "\ec9c";
}

.bxs-inbox:before {
  content: "\ec9d";
}

.bxs-info-circle:before {
  content: "\ec9e";
}

.bxs-institution:before {
  content: "\ec9f";
}

.bxs-joystick:before {
  content: "\eca0";
}

.bxs-joystick-alt:before {
  content: "\eca1";
}

.bxs-joystick-button:before {
  content: "\eca2";
}

.bxs-key:before {
  content: "\eca3";
}

.bxs-keyboard:before {
  content: "\eca4";
}

.bxs-label:before {
  content: "\eca5";
}

.bxs-landmark:before {
  content: "\eca6";
}

.bxs-landscape:before {
  content: "\eca7";
}

.bxs-laugh:before {
  content: "\eca8";
}

.bxs-layer:before {
  content: "\eca9";
}

.bxs-layout:before {
  content: "\ecaa";
}

.bxs-left-arrow:before {
  content: "\ecab";
}

.bxs-left-arrow-circle:before {
  content: "\ecac";
}

.bxs-left-arrow-square:before {
  content: "\ecad";
}

.bxs-left-down-arrow-circle:before {
  content: "\ecae";
}

.bxs-left-top-arrow-circle:before {
  content: "\ecaf";
}

.bxs-like:before {
  content: "\ecb0";
}

.bxs-lock:before {
  content: "\ecb1";
}

.bxs-lock-alt:before {
  content: "\ecb2";
}

.bxs-lock-open:before {
  content: "\ecb3";
}

.bxs-lock-open-alt:before {
  content: "\ecb4";
}

.bxs-log-in:before {
  content: "\ecb5";
}

.bxs-log-in-circle:before {
  content: "\ecb6";
}

.bxs-log-out:before {
  content: "\ecb7";
}

.bxs-log-out-circle:before {
  content: "\ecb8";
}

.bxs-magic-wand:before {
  content: "\ecb9";
}

.bxs-magnet:before {
  content: "\ecba";
}

.bxs-map:before {
  content: "\ecbb";
}

.bxs-map-alt:before {
  content: "\ecbc";
}

.bxs-map-pin:before {
  content: "\ecbd";
}

.bxs-megaphone:before {
  content: "\ecbe";
}

.bxs-meh:before {
  content: "\ecbf";
}

.bxs-meh-alt:before {
  content: "\ecc0";
}

.bxs-meh-blank:before {
  content: "\ecc1";
}

.bxs-memory-card:before {
  content: "\ecc2";
}

.bxs-message:before {
  content: "\ecc3";
}

.bxs-message-alt:before {
  content: "\ecc4";
}

.bxs-message-alt-dots:before {
  content: "\ecc5";
}

.bxs-message-dots:before {
  content: "\ecc6";
}

.bxs-message-rounded:before {
  content: "\ecc7";
}

.bxs-message-rounded-dots:before {
  content: "\ecc8";
}

.bxs-message-square:before {
  content: "\ecc9";
}

.bxs-message-square-dots:before {
  content: "\ecca";
}

.bxs-microphone:before {
  content: "\eccb";
}

.bxs-microphone-alt:before {
  content: "\eccc";
}

.bxs-microphone-off:before {
  content: "\eccd";
}

.bxs-minus-circle:before {
  content: "\ecce";
}

.bxs-minus-square:before {
  content: "\eccf";
}

.bxs-mobile:before {
  content: "\ecd0";
}

.bxs-mobile-vibration:before {
  content: "\ecd1";
}

.bxs-moon:before {
  content: "\ecd2";
}

.bxs-mouse:before {
  content: "\ecd3";
}

.bxs-mouse-alt:before {
  content: "\ecd4";
}

.bxs-movie:before {
  content: "\ecd5";
}

.bxs-music:before {
  content: "\ecd6";
}

.bxs-navigation:before {
  content: "\ecd7";
}

.bxs-news:before {
  content: "\ecd8";
}

.bxs-no-entry:before {
  content: "\ecd9";
}

.bxs-note:before {
  content: "\ecda";
}

.bxs-notepad:before {
  content: "\ecdb";
}

.bxs-notification:before {
  content: "\ecdc";
}

.bxs-notification-off:before {
  content: "\ecdd";
}

.bxs-offer:before {
  content: "\ecde";
}

.bxs-package:before {
  content: "\ecdf";
}

.bxs-paint:before {
  content: "\ece0";
}

.bxs-paint-roll:before {
  content: "\ece1";
}

.bxs-palette:before {
  content: "\ece2";
}

.bxs-paper-plane:before {
  content: "\ece3";
}

.bxs-parking:before {
  content: "\ece4";
}

.bxs-paste:before {
  content: "\ece5";
}

.bxs-pen:before {
  content: "\ece6";
}

.bxs-pencil:before {
  content: "\ece7";
}

.bxs-phone:before {
  content: "\ece8";
}

.bxs-phone-call:before {
  content: "\ece9";
}

.bxs-phone-incoming:before {
  content: "\ecea";
}

.bxs-phone-outgoing:before {
  content: "\eceb";
}

.bxs-photo-album:before {
  content: "\ecec";
}

.bxs-pie-chart:before {
  content: "\eced";
}

.bxs-pie-chart-alt:before {
  content: "\ecee";
}

.bxs-pie-chart-alt-2:before {
  content: "\ecef";
}

.bxs-pin:before {
  content: "\ecf0";
}

.bxs-plane:before {
  content: "\ecf1";
}

.bxs-plane-alt:before {
  content: "\ecf2";
}

.bxs-plane-land:before {
  content: "\ecf3";
}

.bxs-planet:before {
  content: "\ecf4";
}

.bxs-plane-take-off:before {
  content: "\ecf5";
}

.bxs-playlist:before {
  content: "\ecf6";
}

.bxs-plug:before {
  content: "\ecf7";
}

.bxs-plus-circle:before {
  content: "\ecf8";
}

.bxs-plus-square:before {
  content: "\ecf9";
}

.bxs-polygon:before {
  content: "\ecfa";
}

.bxs-printer:before {
  content: "\ecfb";
}

.bxs-purchase-tag:before {
  content: "\ecfc";
}

.bxs-purchase-tag-alt:before {
  content: "\ecfd";
}

.bxs-pyramid:before {
  content: "\ecfe";
}

.bxs-quote-alt-left:before {
  content: "\ecff";
}

.bxs-quote-alt-right:before {
  content: "\ed00";
}

.bxs-quote-left:before {
  content: "\ed01";
}

.bxs-quote-right:before {
  content: "\ed02";
}

.bxs-quote-single-left:before {
  content: "\ed03";
}

.bxs-quote-single-right:before {
  content: "\ed04";
}

.bxs-radio:before {
  content: "\ed05";
}

.bxs-receipt:before {
  content: "\ed06";
}

.bxs-rectangle:before {
  content: "\ed07";
}

.bxs-rename:before {
  content: "\ed08";
}

.bxs-report:before {
  content: "\ed09";
}

.bxs-rewind-circle:before {
  content: "\ed0a";
}

.bxs-right-arrow:before {
  content: "\ed0b";
}

.bxs-right-arrow-circle:before {
  content: "\ed0c";
}

.bxs-right-arrow-square:before {
  content: "\ed0d";
}

.bxs-right-down-arrow-circle:before {
  content: "\ed0e";
}

.bxs-right-top-arrow-circle:before {
  content: "\ed0f";
}

.bxs-rocket:before {
  content: "\ed10";
}

.bxs-ruler:before {
  content: "\ed11";
}

.bxs-sad:before {
  content: "\ed12";
}

.bxs-save:before {
  content: "\ed13";
}

.bxs-school:before {
  content: "\ed14";
}

.bxs-search:before {
  content: "\ed15";
}

.bxs-search-alt-2:before {
  content: "\ed16";
}

.bxs-select-multiple:before {
  content: "\ed17";
}

.bxs-send:before {
  content: "\ed18";
}

.bxs-server:before {
  content: "\ed19";
}

.bxs-share:before {
  content: "\ed1a";
}

.bxs-share-alt:before {
  content: "\ed1b";
}

.bxs-shield:before {
  content: "\ed1c";
}

.bxs-shield-alt-2:before {
  content: "\ed1d";
}

.bxs-ship:before {
  content: "\ed1e";
}

.bxs-shocked:before {
  content: "\ed1f";
}

.bxs-shopping-bag:before {
  content: "\ed20";
}

.bxs-shopping-bag-alt:before {
  content: "\ed21";
}

.bxs-show:before {
  content: "\ed22";
}

.bxs-skip-next-circle:before {
  content: "\ed23";
}

.bxs-skip-previous-circle:before {
  content: "\ed24";
}

.bxs-skull:before {
  content: "\ed25";
}

.bxs-sleepy:before {
  content: "\ed26";
}

.bxs-slideshow:before {
  content: "\ed27";
}

.bxs-smile:before {
  content: "\ed28";
}

.bxs-sort-alt:before {
  content: "\ed29";
}

.bxs-spa:before {
  content: "\ed2a";
}

.bxs-spreadsheet:before {
  content: "\ed2b";
}

.bxs-square:before {
  content: "\ed2c";
}

.bxs-square-rounded:before {
  content: "\ed2d";
}

.bxs-star:before {
  content: "\ed2e";
}

.bxs-star-half:before {
  content: "\ed2f";
}

.bxs-stopwatch:before {
  content: "\ed30";
}

.bxs-store:before {
  content: "\ed31";
}

.bxs-store-alt:before {
  content: "\ed32";
}

.bxs-sun:before {
  content: "\ed33";
}

.bxs-tag:before {
  content: "\ed34";
}

.bxs-tag-x:before {
  content: "\ed35";
}

.bxs-taxi:before {
  content: "\ed36";
}

.bxs-tennis-ball:before {
  content: "\ed37";
}

.bxs-terminal:before {
  content: "\ed38";
}

.bxs-time:before {
  content: "\ed39";
}

.bxs-time-five:before {
  content: "\ed3a";
}

.bxs-timer:before {
  content: "\ed3b";
}

.bxs-tired:before {
  content: "\ed3c";
}

.bxs-toggle-left:before {
  content: "\ed3d";
}

.bxs-toggle-right:before {
  content: "\ed3e";
}

.bxs-tone:before {
  content: "\ed3f";
}

.bxs-torch:before {
  content: "\ed40";
}

.bxs-to-top:before {
  content: "\ed41";
}

.bxs-traffic:before {
  content: "\ed42";
}

.bxs-traffic-barrier:before {
  content: "\ed43";
}

.bxs-train:before {
  content: "\ed44";
}

.bxs-trash:before {
  content: "\ed45";
}

.bxs-trash-alt:before {
  content: "\ed46";
}

.bxs-tree:before {
  content: "\ed47";
}

.bxs-trophy:before {
  content: "\ed48";
}

.bxs-truck:before {
  content: "\ed49";
}

.bxs-t-shirt:before {
  content: "\ed4a";
}

.bxs-up-arrow:before {
  content: "\ed4b";
}

.bxs-up-arrow-circle:before {
  content: "\ed4c";
}

.bxs-up-arrow-square:before {
  content: "\ed4d";
}

.bxs-upside-down:before {
  content: "\ed4e";
}

.bxs-upvote:before {
  content: "\ed4f";
}

.bxs-user:before {
  content: "\ed50";
}

.bxs-user-badge:before {
  content: "\ed51";
}

.bxs-user-check:before {
  content: "\ed52";
}

.bxs-user-circle:before {
  content: "\ed53";
}

.bxs-user-detail:before {
  content: "\ed54";
}

.bxs-user-minus:before {
  content: "\ed55";
}

.bxs-user-pin:before {
  content: "\ed56";
}

.bxs-user-plus:before {
  content: "\ed57";
}

.bxs-user-rectangle:before {
  content: "\ed58";
}

.bxs-user-voice:before {
  content: "\ed59";
}

.bxs-user-x:before {
  content: "\ed5a";
}

.bxs-vial:before {
  content: "\ed5b";
}

.bxs-video:before {
  content: "\ed5c";
}

.bxs-video-off:before {
  content: "\ed5d";
}

.bxs-video-plus:before {
  content: "\ed5e";
}

.bxs-video-recording:before {
  content: "\ed5f";
}

.bxs-videos:before {
  content: "\ed60";
}

.bxs-volume:before {
  content: "\ed61";
}

.bxs-volume-full:before {
  content: "\ed62";
}

.bxs-volume-low:before {
  content: "\ed63";
}

.bxs-volume-mute:before {
  content: "\ed64";
}

.bxs-wallet:before {
  content: "\ed65";
}

.bxs-wallet-alt:before {
  content: "\ed66";
}

.bxs-watch:before {
  content: "\ed67";
}

.bxs-watch-alt:before {
  content: "\ed68";
}

.bxs-widget:before {
  content: "\ed69";
}

.bxs-wine:before {
  content: "\ed6a";
}

.bxs-wink-smile:before {
  content: "\ed6b";
}

.bxs-wink-tongue:before {
  content: "\ed6c";
}

.bxs-wrench:before {
  content: "\ed6d";
}

.bxs-x-circle:before {
  content: "\ed6e";
}

.bxs-x-square:before {
  content: "\ed6f";
}

.bxs-yin-yang:before {
  content: "\ed70";
}

.bxs-zap:before {
  content: "\ed71";
}

.bxs-zoom-in:before {
  content: "\ed72";
}

.bxs-zoom-out:before {
  content: "\ed73";
}

html {
  position: relative;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  font-family: "Open Sans";
}

.backgroundLock {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
}

.plivoPanelWrapper {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 400;
}

.metismenu {
  padding: 0;
}

.metismenu li {
  list-style: none;
}

.metismenu li a[aria-expanded=true] {
  color: #3bafda !important;
}

.metismenu ul {
  padding: 0;
}

.metismenu ul li {
  width: 100%;
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

.report-wrapper .o-pag {
  position: absolute;
  top: 150px;
  right: 12px;
  font-size: 0.8rem;
}

.report-wrapper .o-pag__list {
  justify-content: flex-end !important;
}

.report-wrapper .o-pag__list li a {
  background-color: #3bafda;
  border-color: #3bafda;
  color: white !important;
}

.report-wrapper .o-pag__link--current {
  background-color: #9da2a3 !important;
  border-color: #9da2a3 !important;
}

.nav-second-level li a,
.nav-thrid-level li a {
  padding: 8px 20px;
  color: #6e768e;
  display: block;
  position: relative;
  transition: all 0.4s;
}

.nav-second-level li a:focus,
.nav-second-level li a:hover,
.nav-thrid-level li a:focus,
.nav-thrid-level li a:hover {
  color: #3bafda;
}

.nav-second-level li > a.active,
.nav-thrid-level li > a.active {
  color: #3bafda;
}

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.content-page {
  margin-left: 240px;
  overflow: hidden;
  padding: 0 15px 65px 15px;
  min-height: 80vh;
  margin-top: 70px;
}

.left-side-menu {
  width: 240px;
  background: #f5f5f5;
  padding: 0;
  position: fixed;
  transition: all 0.2s ease-out;
  top: 0;
  box-shadow: 2px 2px 5px 3px #dcdcdc;
  z-index: 1;
}

.logoWrapper {
  width: 240px;
  height: 72px;
  padding: 20px 12px;
  float: left;
}
.logoWrapper .logoImage {
  width: 36px;
  height: 36px;
  float: left;
  border-radius: 7.5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.logoWrapper .companyNameWrapper {
  width: 80%;
  height: 36px;
  float: left;
  padding-left: 8px;
}
.logoWrapper .companyName {
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}
.logoWrapper .userName {
  width: 100%;
  height: 18px;
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #777272;
}

#sidebar-menu .router-link-active,
#sidebar-menu .router-link-exact-active {
  color: #3bafda;
}

#sidebar-menu > ul > li > a {
  width: 100%;
  height: 44px;
  padding: 15px 12px;
  display: block;
  position: relative;
  transition: all 0.4s;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #6a6c71;
}

#sidebar-menu > ul > li > a:hover,
#sidebar-menu > ul > li > a:focus,
#sidebar-menu > ul > li > a:active {
  color: #3bafda;
  text-decoration: none;
}

#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}

#sidebar-menu > ul > li > a i {
  display: inline-block;
  line-height: 1.0625rem;
  font-size: 16px;
  margin: 0 10px 0 0;
  text-align: center;
  vertical-align: middle;
}

#sidebar-menu > ul > li > a .drop-arrow {
  float: right;
}

#sidebar-menu > ul > li > a .drop-arrow i {
  margin-right: 0;
}

#sidebar-menu > ul > li > a.active {
  color: #3bafda;
}

#sidebar-menu > ul > li > ul {
  padding-left: 15px;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #6a6c71;
}

#sidebar-menu > ul > li > ul ul {
  padding-left: 20px;
}

#sidebar-menu .menu-arrow {
  transition: transform 0.15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: "Material Design Icons";
  text-rendering: auto;
  line-height: 1.5rem;
  font-size: 1.1rem;
  transform: rotate(90deg);
}

#sidebar-menu .menu-arrow:before {
  content: "\f142";
}

#sidebar-menu .badge {
  margin-top: 4px;
}

#sidebar-menu li.mm-active > a > span.menu-arrow {
  transform: rotate(-90deg);
}

#sidebar-menu li.mm-active a > div > span.menu-arrow {
  transform: rotate(-90deg);
}

#sidebar-menu .menu-title {
  height: 14px;
  padding: 15px;
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.91px;
  color: rgba(119, 114, 114, 0.59);
  cursor: pointer;
}

#sidebar-menu .waves-ripple {
  background: rgba(59, 175, 218, 0.2);
}

.enlarged .logo-box {
  width: 70px !important;
}

.enlarged .logo span.logo-lg {
  display: none;
}

.enlarged .logo span.logo-sm {
  display: block;
}

.enlarged .left-side-menu {
  position: absolute;
  padding-top: 0;
  width: 70px !important;
  z-index: 5;
}

.enlarged .left-side-menu .slimScrollDiv,
.enlarged .left-side-menu .slimscroll-menu {
  overflow: inherit !important;
  height: auto !important;
}

.enlarged .left-side-menu .slimScrollBar {
  visibility: hidden;
}

.enlarged .left-side-menu #sidebar-menu .menu-title,
.enlarged .left-side-menu #sidebar-menu .menu-arrow,
.enlarged .left-side-menu #sidebar-menu .label,
.enlarged .left-side-menu #sidebar-menu .badge,
.enlarged .left-side-menu #sidebar-menu .collapse.in {
  display: none !important;
}

.enlarged .left-side-menu #sidebar-menu .nav.collapse {
  height: inherit !important;
}

.enlarged .left-side-menu #sidebar-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.enlarged .left-side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 54px;
}

.enlarged .left-side-menu #sidebar-menu > ul > li > a:hover,
.enlarged .left-side-menu #sidebar-menu > ul > li > a:active,
.enlarged .left-side-menu #sidebar-menu > ul > li > a:focus {
  color: #3bafda;
}

.enlarged .left-side-menu #sidebar-menu > ul > li > a i {
  font-size: 1.125rem;
  margin-right: 20px;
  margin-left: 5px;
}

.enlarged .left-side-menu #sidebar-menu > ul > li > a span {
  display: none;
  padding-left: 25px;
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > a {
  position: relative;
  width: 260px;
  color: #3bafda;
  background-color: #f1f5f7;
  box-shadow: inset 0 1px 10px 0 rgba(154, 161, 171, 0.2);
  transition: none;
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > a span {
  display: inline;
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover a.open :after,
.enlarged .left-side-menu #sidebar-menu > ul > li:hover a.mm-active :after {
  display: none;
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
  height: auto !important;
  box-shadow: 3px 5px 10px 0 rgba(154, 161, 171, 0.2);
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > ul ul {
  box-shadow: 3px 5px 10px 0 rgba(154, 161, 171, 0.2);
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > ul a {
  box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > ul a:hover {
  color: #3bafda;
}

.enlarged .left-side-menu #sidebar-menu > ul ul {
  padding: 5px 0;
  z-index: 9999;
  display: none;
  background-color: #ffffff;
}

.enlarged .left-side-menu #sidebar-menu > ul ul li:hover > ul {
  display: block;
  left: 190px;
  height: auto !important;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}

.enlarged .left-side-menu #sidebar-menu > ul ul li > a span.pull-right {
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}

.enlarged .left-side-menu #sidebar-menu > ul ul li.active a {
  color: #3bafda;
}

.enlarged .content-page {
  margin-left: 70px !important;
}

.enlarged .footer {
  left: 70px !important;
}

.enlarged .user-box {
  display: none;
}

body.enlarged {
  min-height: 1200px;
}

@media (max-width: 767.98px) {
  body {
    overflow-x: hidden;
    padding-bottom: 80px;
  }

  .left-side-menu {
    z-index: 10 !important;
  }

  .sidebar-enable .left-side-menu {
    display: block;
  }

  .content-page,
.enlarged .content-page {
    margin-left: 0 !important;
    padding: 0 10px;
  }

  .pro-user-name {
    display: none;
  }

  .logo-box {
    display: none;
  }
}
/* =============
  Small Menu
============= */
.left-side-menu-sm .logo-box {
  width: 160px;
}

.left-side-menu-sm .left-side-menu {
  width: 160px;
  text-align: center;
}

.left-side-menu-sm .left-side-menu #sidebar-menu > ul > li > a > i {
  display: block;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  margin: 0;
}

.left-side-menu-sm .left-side-menu #sidebar-menu > ul ul {
  padding-left: 0;
}

.left-side-menu-sm .left-side-menu #sidebar-menu > ul ul a {
  padding: 10px 20px;
}

.left-side-menu-sm .left-side-menu .menu-arrow,
.left-side-menu-sm .left-side-menu .badge {
  display: none !important;
}

.left-side-menu-sm .left-side-menu + .content-page {
  margin-left: 160px;
}

.left-side-menu-sm .left-side-menu + .content-page .footer {
  left: 160px;
}

.left-side-menu-sm .left-side-menu .menu-title {
  background-color: #f1f5f7;
}

.enlarged.left-side-menu-sm #wrapper .left-side-menu {
  text-align: left;
}

.enlarged.left-side-menu-sm #wrapper .left-side-menu ul li a i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}

.left-side-menu-dark .logo-box {
  background-color: #38414a;
}

.left-side-menu-dark .left-side-menu {
  background-color: #38414a;
  box-shadow: none;
  border-right: 2px solid #3c4650;
}

.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a {
  color: #9097a7;
}

.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a:hover,
.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a:focus,
.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a:active {
  color: #c8cddc;
}

.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a.active {
  color: #ffffff;
  background-color: #434e59;
  border-right-color: #ffffff;
}

.left-side-menu-dark .left-side-menu #sidebar-menu .menu-title {
  color: #adb5bd;
}

.left-side-menu-dark .left-side-menu .nav-second-level li a,
.left-side-menu-dark .left-side-menu .nav-thrid-level li a {
  color: #9097a7;
}

.left-side-menu-dark .left-side-menu .nav-second-level li a:focus,
.left-side-menu-dark .left-side-menu .nav-second-level li a:hover,
.left-side-menu-dark .left-side-menu .nav-thrid-level li a:focus,
.left-side-menu-dark .left-side-menu .nav-thrid-level li a:hover {
  background-color: transparent;
  color: #c8cddc;
}

.left-side-menu-dark .left-side-menu .nav-second-level li a.active,
.left-side-menu-dark .left-side-menu .nav-thrid-level li a.active {
  color: #ffffff;
}

.left-side-menu-dark .left-side-menu .nav-second-level li.active > a,
.left-side-menu-dark .left-side-menu .nav-third-level li.active > a {
  color: #ffffff;
}

.enlarged.left-side-menu-dark #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
  background-color: #434e59;
}

.enlarged.left-side-menu-dark #wrapper .left-side-menu #sidebar-menu .nav-second-level li a.active,
.enlarged.left-side-menu-dark #wrapper .left-side-menu #sidebar-menu .nav-thrid-level li a.active {
  color: #3bafda;
}

.user-pro-dropdown {
  background-color: #f1f5f7;
  box-shadow: none;
  padding: 15px 5px;
  width: 90%;
  margin-left: 5%;
  margin-top: 10px;
}

.user-pro-dropdown .dropdown-item {
  border-radius: 3px;
}

.user-pro-dropdown .dropdown-item:hover {
  background-color: #3bafda;
  color: #fff;
}

.logo {
  display: block;
  line-height: 70px;
}

.logo span.logo-lg {
  display: block;
}

.logo span.logo-sm {
  display: none;
}

.logo .logo-lg-text-dark {
  color: #323a46;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.logo .logo-lg-text-light {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.logo-box {
  height: 70px;
  width: 240px;
  float: left;
  background-color: #3bafda;
  transition: all 0.2s ease-out;
}

.navbar-custom {
  background-color: #ffffff;
  padding: 0 10px 0 0;
  position: fixed;
  left: 240px;
  right: 0;
  height: 72px;
  z-index: 100;
  border-bottom: 1px solid #e6e6e6;
  /* Search */
}
.navbar-custom .menuIcon {
  float: left;
  height: 72px;
  padding: 16px;
  font-size: 24px;
  color: #2a404c;
  cursor: pointer;
}
.navbar-custom .navbarBtnWrapper {
  height: 55px;
}
.navbar-custom .navbarBtn {
  min-width: 60px;
  height: 38px;
  padding: 10px;
  border: 1px solid transparent;
  text-align: center;
  vertical-align: middle;
  border-radius: 8px;
  background-color: #f7f7f7;
  cursor: pointer;
}
.navbar-custom .navbarBtnIcon {
  width: 20px;
  height: 16px;
  float: left;
  display: block;
  line-height: 0px;
  padding: 10px 0;
  font-size: 20px;
  color: #2a404c;
}
.navbar-custom .navbarBtnContent {
  float: left;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}

.navbar-custom .topnav-menu > li {
  float: left;
  margin: 17px 12px;
}

.navbar-custom .topnav-menu .nav-link {
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.75);
  min-width: 32px;
  display: block;
  line-height: 70px;
  text-align: center;
  max-height: 70px;
}

.navbar-custom .dropdown.show .nav-link {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.navbar-custom .app-search {
  overflow: hidden;
  height: 70px;
  display: table;
  max-width: 180px;
  margin-right: 20px;
}

.navbar-custom .app-search .app-search-box {
  display: table-cell;
  vertical-align: middle;
}

.navbar-custom .app-search .app-search-box input::-webkit-input-placeholder {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 20px;
  padding-right: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
  border-radius: 30px 0 0 30px;
}

.navbar-custom .app-search .input-group-append {
  margin-left: 0;
  z-index: 4;
}

.navbar-custom .app-search .btn {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0 30px 30px 0;
  box-shadow: none !important;
}

.navbar-custom .button-menu-mobile {
  border: none;
  color: #fff;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  width: 60px;
  background-color: transparent;
  font-size: 24px;
  cursor: pointer;
}

.navbar-custom .button-menu-mobile.disable-btn {
  display: none;
}

/* Notification */
.noti-scroll {
  max-height: 230px;
}

.notification-list {
  margin-left: 0;
}

.notification-list .noti-title {
  background-color: #fff;
  padding: 15px 20px;
}

.notification-list .noti-icon {
  font-size: 20px;
  line-height: 0px !important;
  display: block;
  vertical-align: middle;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  float: left;
  min-width: 20px;
  min-height: 17px;
  padding: 2px 5px;
  margin: 0 0 0 5px;
  border-radius: 6.5px !important;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.notification-list .notify-item {
  padding: 12px 20px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 5px;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #343a40;
  font-family: "Roboto", sans-serif;
}

.notification-list .notify-item .notify-details b {
  font-weight: 500;
}

.notification-list .notify-item .notify-details small {
  display: block;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.notification-list .notify-item .user-msg {
  margin-left: 45px;
  white-space: normal;
  line-height: 16px;
}

.notification-list .profile-dropdown .notify-item {
  padding: 7px 20px;
}

.notification-list .profile-dropdown .notify-item .badge {
  margin-top: 4px;
}

.profile-dropdown {
  width: 170px;
}

.profile-dropdown i {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 16px;
}

.nav-user {
  padding: 0 12px !important;
}

.nav-user img {
  height: 32px;
  width: 32px;
}

.topbar-light .navbar-custom {
  background-color: #ffffff !important;
  border-bottom: 1px solid #f1f5f7;
  /* Search */
}

.topbar-light .navbar-custom .topnav-menu .nav-link {
  color: #6c757d;
}

.topbar-light .navbar-custom .dropdown.show .nav-link {
  background-color: rgba(50, 58, 70, 0.03);
}

.topbar-light .navbar-custom .button-menu-mobile {
  color: #323a46;
}

.topbar-light .navbar-custom .app-search input::-webkit-input-placeholder {
  color: #adb5bd !important;
}

.topbar-light .navbar-custom .app-search .form-control {
  color: #323a46;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.topbar-light .navbar-custom .app-search .btn {
  background-color: #f1f5f7;
  color: #ced4da;
}

.page-title-box {
  background-color: #fff;
  margin: 0 -27px 30px;
  padding: 0 27px;
}

.page-title-box .page-title {
  font-size: 1.1rem;
  margin: 0;
  line-height: 60px;
  color: #323a46;
}

.page-title-box .page-title-right {
  float: right;
  margin-top: 15px;
}

.page-title-box .breadcrumb {
  padding-top: 5px;
}

@media (max-width: 767.98px) {
  .page-title-box .page-title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 70px;
  }

  .page-title-box .breadcrumb {
    display: none;
  }
}
@media (max-width: 640px) {
  .page-title-box .page-title-right {
    display: none;
  }
}
@media (max-width: 419px) {
  .page-title-box .breadcrumb {
    display: none;
  }
}
.footer {
  bottom: 0;
  padding: 19px 15px 20px;
  position: absolute;
  right: 0;
  color: #98a6ad;
  left: 240px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(50, 58, 70, 0.1);
}

.footer .footer-links a {
  color: #98a6ad;
  margin-left: 1.5rem;
  transition: all 0.4s;
}

.footer .footer-links a:hover {
  color: #323a46;
}

.footer .footer-links a:first-of-type {
  margin-left: 0;
}

.footer-alt {
  left: 0 !important;
  text-align: center;
  background-color: transparent;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .footer {
    left: 0 !important;
    text-align: center;
  }
}
.right-bar {
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  display: block;
  position: fixed;
  transition: all 200ms ease-out;
  width: 280px;
  z-index: 9999;
  float: right !important;
  right: -290px;
  top: 0;
  bottom: 0;
}

.right-bar .rightbar-title {
  background-color: #3bafda;
  padding: 25.5px 25px;
  color: #fff;
}

.right-bar .right-bar-toggle {
  background-color: #414b5b;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-top: -4px;
}

.right-bar .right-bar-toggle:hover {
  background-color: #475364;
}

.right-bar .user-box {
  padding: 25px;
  text-align: center;
}

.right-bar .user-box .user-img {
  position: relative;
  height: 64px;
  width: 64px;
  margin: 0 auto 15px auto;
}

.right-bar .user-box .user-img .user-edit {
  position: absolute;
  right: -5px;
  bottom: 0px;
  height: 24px;
  width: 24px;
  background-color: #fff;
  line-height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
}

.right-bar .user-box h5 {
  margin-bottom: 2px;
}

.right-bar .user-box h5 a {
  color: #323a46;
}

.rightbar-overlay {
  background-color: rgba(50, 58, 70, 0.55);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9998;
  transition: all 0.2s ease-out;
}

.right-bar-enabled .right-bar {
  right: 0;
}

.right-bar-enabled .rightbar-overlay {
  display: block;
}

@media (max-width: 767.98px) {
  .right-bar {
    overflow: auto;
  }

  .right-bar .slimscroll-menu {
    height: auto !important;
  }
}
body.boxed-layout #wrapper {
  max-width: 1300px;
  margin: 0 auto;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
}

body.boxed-layout .navbar-custom {
  max-width: 1300px;
  margin: 0 auto;
}

body.boxed-layout .footer {
  margin: 0 auto;
  max-width: 1060px;
}

body.boxed-layout.enlarged .footer {
  max-width: 1230px;
}

.width-xs {
  min-width: 80px;
}

.width-sm {
  min-width: 100px;
}

.width-md {
  min-width: 120px;
}

.width-lg {
  min-width: 140px;
}

.width-xl {
  min-width: 160px;
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-sm {
  height: 2.25rem;
  width: 2.25rem;
}

.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
}

.avatar-lg {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-xl {
  height: 6rem;
  width: 6rem;
}

.avatar-xxl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
}

.avatar-group .avatar-group-item {
  margin: 0 0 10px -12px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
}

.sp-line-1,
.sp-line-2,
.sp-line-3,
.sp-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sp-line-1 {
  -webkit-line-clamp: 1;
}

.sp-line-2 {
  -webkit-line-clamp: 2;
}

.sp-line-3 {
  -webkit-line-clamp: 3;
}

.sp-line-4 {
  -webkit-line-clamp: 4;
}

.social-list-item {
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 4px);
  display: block;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  color: #adb5bd;
}

.bg-icon-primary {
  border: 6px solid rgba(59, 175, 218, 0.3) !important;
  background-color: rgba(59, 175, 218, 0.75) !important;
}

.bg-icon-secondary {
  border: 6px solid rgba(108, 117, 125, 0.3) !important;
  background-color: rgba(108, 117, 125, 0.75) !important;
}

.bg-icon-success {
  border: 6px solid rgba(26, 188, 156, 0.3) !important;
  background-color: rgba(26, 188, 156, 0.75) !important;
}

.bg-icon-info {
  border: 6px solid rgba(55, 205, 230, 0.3) !important;
  background-color: rgba(55, 205, 230, 0.75) !important;
}

.bg-icon-warning {
  border: 6px solid rgba(247, 184, 75, 0.3) !important;
  background-color: rgba(247, 184, 75, 0.75) !important;
}

.bg-icon-danger {
  border: 6px solid rgba(241, 85, 108, 0.3) !important;
  background-color: rgba(241, 85, 108, 0.75) !important;
}

.bg-icon-light {
  border: 6px solid rgba(241, 245, 247, 0.3) !important;
  background-color: rgba(241, 245, 247, 0.75) !important;
}

.bg-icon-dark {
  border: 6px solid rgba(50, 58, 70, 0.3) !important;
  background-color: rgba(50, 58, 70, 0.75) !important;
}

.bg-icon-pink {
  border: 6px solid rgba(246, 114, 167, 0.3) !important;
  background-color: rgba(246, 114, 167, 0.75) !important;
}

.bg-icon-purple {
  border: 6px solid rgba(101, 89, 204, 0.3) !important;
  background-color: rgba(101, 89, 204, 0.75) !important;
}

.circliful-chart {
  margin-top: -5px;
}

.inbox-widget .inbox-item {
  overflow: hidden;
  padding: 0.7rem 0;
  position: relative;
}

.inbox-widget .inbox-item:last-of-type {
  border-bottom: none;
}

.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
  position: relative;
}

.inbox-widget .inbox-item .inbox-item-img img {
  width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
  color: #323a46;
  display: block;
  margin-bottom: 0;
}

.inbox-widget .inbox-item .inbox-item-text {
  color: #98a6ad;
  display: block;
  font-size: 0.8125rem;
  margin: 0;
  overflow: hidden;
}

.inbox-widget .inbox-item .inbox-item-date {
  color: #98a6ad;
  font-size: 0.6875rem;
  position: absolute;
  right: 5px;
  top: 10px;
}

.inbox-widget .user-status {
  height: 10px;
  width: 10px;
  background-color: #ced4da;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 2px;
  border: 2px solid #fff;
}

.inbox-widget .user-status.online {
  background-color: #1abc9c;
}

.inbox-widget .user-status.away {
  background-color: #f7b84b;
}

.inbox-widget .user-status.busy {
  background-color: #f1556c;
}

/* Chat widget */
.conversation-list {
  list-style: none;
  height: 332px;
  padding: 0 10px;
}

.conversation-list li {
  margin-bottom: 24px;
}

.conversation-list .chat-avatar {
  float: left;
  text-align: center;
  width: 42px;
}

.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}

.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}

.conversation-list .ctext-wrap {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f7f7f7;
  border-radius: 3px;
  display: inline-block;
  padding: 12px;
  position: relative;
}

.conversation-list .ctext-wrap i {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  position: relative;
}

.conversation-list .ctext-wrap p {
  margin: 0;
  padding-top: 3px;
}

.conversation-list .ctext-wrap:after {
  right: 99%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #f7f7f7;
  border-width: 8px;
  margin-left: -1px;
  border-right-color: #f7f7f7;
}

.conversation-list .conversation-text {
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}

.conversation-list .odd .chat-avatar {
  float: right !important;
}

.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}

.conversation-list .odd .ctext-wrap {
  background-color: #d5eef7;
}

.conversation-list .odd .ctext-wrap:after {
  border-color: transparent;
  border-left-color: #d5eef7;
  border-top-color: #d5eef7;
  left: 99% !important;
}

.checkbox label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  font-weight: normal;
  margin-bottom: 0;
}

.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-left: -18px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 18px;
  outline: none !important;
  top: 2px;
}

.checkbox label::after {
  color: #6c757d;
  display: inline-block;
  font-size: 11px;
  height: 18px;
  left: 0;
  margin-left: -18px;
  padding-left: 3px;
  padding-top: 2px;
  position: absolute;
  top: 0;
  width: 18px;
}

.checkbox input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type=checkbox]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}

.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  display: table;
  width: 4px;
  height: 8px;
  border: 2px solid #6c757d;
  border-top-width: 0;
  border-left-width: 0;
  transform: rotate(45deg);
}

.checkbox input[type=checkbox]:disabled + label::before {
  background-color: #f1f5f7;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-single input {
  height: 18px;
  width: 18px;
  position: absolute;
}

.checkbox.checkbox-single label {
  height: 18px;
  width: 18px;
}

.checkbox.checkbox-single label:before {
  margin-left: 0;
}

.checkbox.checkbox-single label:after {
  margin-left: 0;
}

.checkbox-primary input[type=checkbox]:checked + label::before {
  background-color: #3bafda;
  border-color: #3bafda;
}

.checkbox-primary input[type=checkbox]:checked + label::after {
  border-color: #fff;
}

.checkbox-secondary input[type=checkbox]:checked + label::before {
  background-color: #6c757d;
  border-color: #6c757d;
}

.checkbox-secondary input[type=checkbox]:checked + label::after {
  border-color: #fff;
}

.checkbox-success input[type=checkbox]:checked + label::before {
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.checkbox-success input[type=checkbox]:checked + label::after {
  border-color: #fff;
}

.checkbox-info input[type=checkbox]:checked + label::before {
  background-color: #37cde6;
  border-color: #37cde6;
}

.checkbox-info input[type=checkbox]:checked + label::after {
  border-color: #fff;
}

.checkbox-warning input[type=checkbox]:checked + label::before {
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.checkbox-warning input[type=checkbox]:checked + label::after {
  border-color: #fff;
}

.checkbox-danger input[type=checkbox]:checked + label::before {
  background-color: #f1556c;
  border-color: #f1556c;
}

.checkbox-danger input[type=checkbox]:checked + label::after {
  border-color: #fff;
}

.checkbox-light input[type=checkbox]:checked + label::before {
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.checkbox-light input[type=checkbox]:checked + label::after {
  border-color: #fff;
}

.checkbox-dark input[type=checkbox]:checked + label::before {
  background-color: #323a46;
  border-color: #323a46;
}

.checkbox-dark input[type=checkbox]:checked + label::after {
  border-color: #fff;
}

.checkbox-pink input[type=checkbox]:checked + label::before {
  background-color: #f672a7;
  border-color: #f672a7;
}

.checkbox-pink input[type=checkbox]:checked + label::after {
  border-color: #fff;
}

.checkbox-purple input[type=checkbox]:checked + label::before {
  background-color: #6559cc;
  border-color: #6559cc;
}

.checkbox-purple input[type=checkbox]:checked + label::after {
  border-color: #fff;
}

.radio label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  font-weight: normal;
  margin-bottom: 0;
}

.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-left: -18px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 18px;
  outline: none !important;
}

.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #6c757d;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 10px;
  left: 6px;
  margin-left: -20px;
  position: absolute;
  top: 4px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 10px;
}

.radio input[type=radio] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}

.radio input[type=radio]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}

.radio input[type=radio]:checked + label::after {
  transform: scale(1, 1);
}

.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio.radio-single label {
  height: 17px;
}

.radio-primary input[type=radio] + label::after {
  background-color: #3bafda;
}

.radio-primary input[type=radio]:checked + label::before {
  border-color: #3bafda;
}

.radio-primary input[type=radio]:checked + label::after {
  background-color: #3bafda;
}

.radio-secondary input[type=radio] + label::after {
  background-color: #6c757d;
}

.radio-secondary input[type=radio]:checked + label::before {
  border-color: #6c757d;
}

.radio-secondary input[type=radio]:checked + label::after {
  background-color: #6c757d;
}

.radio-success input[type=radio] + label::after {
  background-color: #1abc9c;
}

.radio-success input[type=radio]:checked + label::before {
  border-color: #1abc9c;
}

.radio-success input[type=radio]:checked + label::after {
  background-color: #1abc9c;
}

.radio-info input[type=radio] + label::after {
  background-color: #37cde6;
}

.radio-info input[type=radio]:checked + label::before {
  border-color: #37cde6;
}

.radio-info input[type=radio]:checked + label::after {
  background-color: #37cde6;
}

.radio-warning input[type=radio] + label::after {
  background-color: #f7b84b;
}

.radio-warning input[type=radio]:checked + label::before {
  border-color: #f7b84b;
}

.radio-warning input[type=radio]:checked + label::after {
  background-color: #f7b84b;
}

.radio-danger input[type=radio] + label::after {
  background-color: #f1556c;
}

.radio-danger input[type=radio]:checked + label::before {
  border-color: #f1556c;
}

.radio-danger input[type=radio]:checked + label::after {
  background-color: #f1556c;
}

.radio-light input[type=radio] + label::after {
  background-color: #f1f5f7;
}

.radio-light input[type=radio]:checked + label::before {
  border-color: #f1f5f7;
}

.radio-light input[type=radio]:checked + label::after {
  background-color: #f1f5f7;
}

.radio-dark input[type=radio] + label::after {
  background-color: #323a46;
}

.radio-dark input[type=radio]:checked + label::before {
  border-color: #323a46;
}

.radio-dark input[type=radio]:checked + label::after {
  background-color: #323a46;
}

.radio-pink input[type=radio] + label::after {
  background-color: #f672a7;
}

.radio-pink input[type=radio]:checked + label::before {
  border-color: #f672a7;
}

.radio-pink input[type=radio]:checked + label::after {
  background-color: #f672a7;
}

.radio-purple input[type=radio] + label::after {
  background-color: #6559cc;
}

.radio-purple input[type=radio]:checked + label::before {
  border-color: #6559cc;
}

.radio-purple input[type=radio]:checked + label::after {
  background-color: #6559cc;
}

.ribbon-box {
  position: relative;
  /* Ribbon two */
}

.ribbon-box .ribbon {
  position: relative;
  clear: both;
  padding: 5px 12px;
  margin-bottom: 15px;
  box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.ribbon-box .ribbon:before {
  content: " ";
  border-style: solid;
  border-width: 10px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  margin-bottom: -10px;
  z-index: -1;
}

.ribbon-box .ribbon.float-left {
  margin-left: -30px;
  border-radius: 0 3px 3px 0;
}

.ribbon-box .ribbon.float-right {
  margin-right: -30px;
  border-radius: 3px 0 0 3px;
}

.ribbon-box .ribbon.float-right:before {
  right: 0;
}

.ribbon-box .ribbon.float-right.shape {
  -webkit-clip-path: polygon(2% 0, 100% 1%, 100% 100%, 0 100%, 15% 50%);
  clip-path: polygon(2% 0, 100% 1%, 100% 100%, 0 100%, 15% 50%);
  padding-left: 25px;
  margin-right: -24px;
}

.ribbon-box .ribbon.float-center span {
  margin: 0 auto 20px auto;
}

.ribbon-box .ribbon-content {
  clear: both;
}

.ribbon-box .ribbon-primary {
  background: #3bafda;
}

.ribbon-box .ribbon-primary:before {
  border-color: #2494be transparent transparent;
}

.ribbon-box .ribbon-secondary {
  background: #6c757d;
}

.ribbon-box .ribbon-secondary:before {
  border-color: #545b62 transparent transparent;
}

.ribbon-box .ribbon-success {
  background: #1abc9c;
}

.ribbon-box .ribbon-success:before {
  border-color: #148f77 transparent transparent;
}

.ribbon-box .ribbon-info {
  background: #37cde6;
}

.ribbon-box .ribbon-info:before {
  border-color: #1ab6d0 transparent transparent;
}

.ribbon-box .ribbon-warning {
  background: #f7b84b;
}

.ribbon-box .ribbon-warning:before {
  border-color: #f5a51a transparent transparent;
}

.ribbon-box .ribbon-danger {
  background: #f1556c;
}

.ribbon-box .ribbon-danger:before {
  border-color: #ed2643 transparent transparent;
}

.ribbon-box .ribbon-light {
  background: #f1f5f7;
}

.ribbon-box .ribbon-light:before {
  border-color: #d1dee4 transparent transparent;
}

.ribbon-box .ribbon-dark {
  background: #323a46;
}

.ribbon-box .ribbon-dark:before {
  border-color: #1d2128 transparent transparent;
}

.ribbon-box .ribbon-pink {
  background: #f672a7;
}

.ribbon-box .ribbon-pink:before {
  border-color: #f34289 transparent transparent;
}

.ribbon-box .ribbon-purple {
  background: #6559cc;
}

.ribbon-box .ribbon-purple:before {
  border-color: #4639b9 transparent transparent;
}

.ribbon-box .ribbon-two {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon-box .ribbon-two span {
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 19px;
  left: -21px;
  font-weight: 600;
}

.ribbon-box .ribbon-two span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ribbon-box .ribbon-two span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ribbon-box .ribbon-two-primary span {
  background: #3bafda;
}

.ribbon-box .ribbon-two-primary span:before {
  border-left: 3px solid #2084a9;
  border-top: 3px solid #2084a9;
}

.ribbon-box .ribbon-two-primary span:after {
  border-right: 3px solid #2084a9;
  border-top: 3px solid #2084a9;
}

.ribbon-box .ribbon-two-secondary span {
  background: #6c757d;
}

.ribbon-box .ribbon-two-secondary span:before {
  border-left: 3px solid #494f54;
  border-top: 3px solid #494f54;
}

.ribbon-box .ribbon-two-secondary span:after {
  border-right: 3px solid #494f54;
  border-top: 3px solid #494f54;
}

.ribbon-box .ribbon-two-success span {
  background: #1abc9c;
}

.ribbon-box .ribbon-two-success span:before {
  border-left: 3px solid #117964;
  border-top: 3px solid #117964;
}

.ribbon-box .ribbon-two-success span:after {
  border-right: 3px solid #117964;
  border-top: 3px solid #117964;
}

.ribbon-box .ribbon-two-info span {
  background: #37cde6;
}

.ribbon-box .ribbon-two-info span:before {
  border-left: 3px solid #17a2b9;
  border-top: 3px solid #17a2b9;
}

.ribbon-box .ribbon-two-info span:after {
  border-right: 3px solid #17a2b9;
  border-top: 3px solid #17a2b9;
}

.ribbon-box .ribbon-two-warning span {
  background: #f7b84b;
}

.ribbon-box .ribbon-two-warning span:before {
  border-left: 3px solid #eb990a;
  border-top: 3px solid #eb990a;
}

.ribbon-box .ribbon-two-warning span:after {
  border-right: 3px solid #eb990a;
  border-top: 3px solid #eb990a;
}

.ribbon-box .ribbon-two-danger span {
  background: #f1556c;
}

.ribbon-box .ribbon-two-danger span:before {
  border-left: 3px solid #e71332;
  border-top: 3px solid #e71332;
}

.ribbon-box .ribbon-two-danger span:after {
  border-right: 3px solid #e71332;
  border-top: 3px solid #e71332;
}

.ribbon-box .ribbon-two-light span {
  background: #f1f5f7;
}

.ribbon-box .ribbon-two-light span:before {
  border-left: 3px solid #c0d2db;
  border-top: 3px solid #c0d2db;
}

.ribbon-box .ribbon-two-light span:after {
  border-right: 3px solid #c0d2db;
  border-top: 3px solid #c0d2db;
}

.ribbon-box .ribbon-two-dark span {
  background: #323a46;
}

.ribbon-box .ribbon-two-dark span:before {
  border-left: 3px solid #121519;
  border-top: 3px solid #121519;
}

.ribbon-box .ribbon-two-dark span:after {
  border-right: 3px solid #121519;
  border-top: 3px solid #121519;
}

.ribbon-box .ribbon-two-pink span {
  background: #f672a7;
}

.ribbon-box .ribbon-two-pink span:before {
  border-left: 3px solid #f12a7a;
  border-top: 3px solid #f12a7a;
}

.ribbon-box .ribbon-two-pink span:after {
  border-right: 3px solid #f12a7a;
  border-top: 3px solid #f12a7a;
}

.ribbon-box .ribbon-two-purple span {
  background: #6559cc;
}

.ribbon-box .ribbon-two-purple span:before {
  border-left: 3px solid #3f33a6;
  border-top: 3px solid #3f33a6;
}

.ribbon-box .ribbon-two-purple span:after {
  border-right: 3px solid #3f33a6;
  border-top: 3px solid #3f33a6;
}

@media print {
  .left-side-menu,
.right-bar,
.page-title-box,
.navbar-custom,
.footer {
    display: none !important;
  }

  .card-body,
.content-page,
.right-bar,
.content,
body {
    padding: 0 !important;
    margin: 0 !important;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

#status {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}
@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    transform: translate3d(0, -16px, 0);
  }
}
.bouncingLoader {
  display: flex;
  justify-content: center;
}

.bouncingLoader > div {
  width: 13px;
  height: 13px;
  margin: 32px 3px;
  background: #3bafda;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}

.bouncingLoader > div:nth-child(2) {
  animation-delay: 0.2s;
  background: #f1556c;
}

.bouncingLoader > div:nth-child(3) {
  animation-delay: 0.4s;
  background: #1abc9c;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.4s linear;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  transition: all 0.5s ease-out;
  transition-property: transform, opacity;
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  transition: none !important;
}

.waves-button,
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms;
}

.waves-float:active {
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

.slimScrollDiv {
  height: auto !important;
}

.jq-toast-single {
  padding: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #3bafda;
  font-size: 13px;
  line-height: 22px;
}

.jq-toast-single h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.jq-toast-single a {
  font-size: 0.9rem;
}

.jq-toast-single a:hover {
  color: #fff;
}

.jq-has-icon {
  padding: 10px 10px 10px 50px;
}

.close-jq-toast-single {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 20px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  background-color: #323a46;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}

.jq-toast-loader {
  height: 3px;
  top: 0;
  border-radius: 0;
}

.jq-icon-primary {
  background-color: #3bafda;
  color: #fff;
  border-color: #3bafda;
}

.jq-icon-secondary {
  background-color: #6c757d;
  color: #fff;
  border-color: #6c757d;
}

.jq-icon-success {
  background-color: #1abc9c;
  color: #fff;
  border-color: #1abc9c;
}

.jq-icon-info {
  background-color: #37cde6;
  color: #fff;
  border-color: #37cde6;
}

.jq-icon-warning {
  background-color: #f7b84b;
  color: #fff;
  border-color: #f7b84b;
}

.jq-icon-danger {
  background-color: #f1556c;
  color: #fff;
  border-color: #f1556c;
}

.jq-icon-light {
  background-color: #f1f5f7;
  color: #fff;
  border-color: #f1f5f7;
}

.jq-icon-dark {
  background-color: #323a46;
  color: #fff;
  border-color: #323a46;
}

.jq-icon-pink {
  background-color: #f672a7;
  color: #fff;
  border-color: #f672a7;
}

.jq-icon-purple {
  background-color: #6559cc;
  color: #fff;
  border-color: #6559cc;
}

.jq-icon-error {
  background-color: #f1556c;
  color: #fff;
  border-color: #f1556c;
}

.swal2-modal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}

.swal2-modal .swal2-title {
  font-size: 24px;
}

.swal2-modal .swal2-content {
  font-size: 16px;
}

.swal2-modal .swal2-spacer {
  margin: 10px 0;
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
  border: 2px solid #dee2e6;
  font-size: 16px;
  box-shadow: none;
}

.swal2-modal .swal2-confirm.btn-confirm {
  background-color: #3bafda !important;
  font-size: 0.9rem;
}

.swal2-modal .swal2-cancel.btn-cancel {
  background-color: #f1556c !important;
  font-size: 0.9rem;
}

.swal2-modal .swal2-styled:focus {
  box-shadow: none !important;
}

.swal2-icon.swal2-question {
  color: #3bafda;
  border-color: #3bafda;
}

.swal2-icon.swal2-success {
  border-color: #1abc9c;
}

.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long],
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #1abc9c;
}

.swal2-icon.swal2-success .placeholder,
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: #1abc9c;
}

.swal2-icon.swal2-warning {
  color: #f7b84b;
  border-color: #f7b84b;
}

.swal2-icon.swal2-error {
  border-color: #f1556c;
}

.swal2-icon.swal2-error .line {
  background-color: #f1556c;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #3bafda;
}

.swal2-container.swal2-shown {
  background-color: rgba(50, 58, 70, 0.9);
}

.dd-list .dd-item .dd-handle {
  background: #f1f5f7;
  border: none;
  padding: 8px 16px;
  height: auto;
  font-weight: 600;
  border-radius: 3px;
}

.dd-list .dd-item .dd-handle:hover {
  color: #3bafda;
}

.dd-list .dd-item button {
  height: 36px;
  font-size: 17px;
  margin: 0;
  color: #98a6ad;
  width: 36px;
}

.dd-list .dd3-item {
  margin: 5px 0;
}

.dd-list .dd3-item .dd-item button {
  width: 36px;
  height: 36px;
}

.dd-list .dd3-handle {
  margin: 0;
  height: 36px !important;
  float: left;
}

.dd-list .dd3-content {
  height: auto;
  border: none;
  padding: 8px 16px 8px 46px;
  background: #f1f5f7;
  font-weight: 600;
}

.dd-list .dd3-content:hover {
  color: #3bafda;
}

.dd-list .dd3-handle:before {
  content: "\f35c";
  font-family: "Material Design Icons";
  color: #adb5bd;
}

.dd-empty,
.dd-placeholder {
  background: rgba(206, 212, 218, 0.2);
}

.dd-dragel .dd-handle {
  box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
}

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAABgCAMAAABblVsaAAADAFBMVEWnpqhlvjzhp2mCzV/q2p2NAAC3IiK0BATnWVnUSUmoAABesUo2ohVmukl0wVkgkgMdjwRRqjw6nCatCQn5d3dasz4hgiQzjDPHLCxhuUHLLy+lBwe1AQG7EBCtBQXrZWXng4MfjwbBISHFCQl2d3wThAS/ExNYuC7xk5MDXBT3qan//v8PcRtzxU6R1XGoAADfm2R1d3wYgw41jS0CXhnfn2WpBgYAWxqmAQH5+fkIZhkEYhemAACqAABbolUDXBqpAAC5Fxd+fn7irGtaoVUAAAClpaUEBAQ5OTkECgIJAABqVT4AAACs1KDi1MbF1cSn2o+yuZiB11ClllTP9K+uzqScnFCqzKrC18TnEBDodXXvFBT/fHz/3t7/ycnV1distIv269mXsZ+98ZX69eezza4zmRaQym+D11CV416op6q1yLx2lXqGvm4/ohyi2Ie0nFjDwqRqv0lRozqguqSDlofG18vrCgrZCQnz3MNiuUP+dnb/o6PW1tnN9azU58fM18Bvzjiy55Oi34Ky6Y6o34plxDf58eMohx7wPT3/k5OzEhJ/f7hRvhwjihL37d5drkiv3JmMzWuc2HzHz7Z7x1rs7+ys73nW+Lp300A3lx76ior+Zmb19fb/srLgAACwxbVgxyxMvRPR97HR5sVozDEukBfFv5iR1nC90b/w1bnwAAD3KirYAAD46Nfy9PLl5eWe5W+B2UkilgSoyqJQwhRFvAivr+P24MssowDx8vDDAQHy8vKz74g8sgfm5+fV1NV0vFjrAADw8vF81ke38YxdxCoupQCI1GE3sQAyqQDQAQF0dnvh4uLe3t9brkHO48Oa5mf78ujlAAAzrgGluabw8O+AgolGbUP35NLOwJLq6+u3oWf67uD03cfJs3vp157v0rfdzKfz3Ls2rwQCNrChjFWYmZjf3+D37cbgyI3T09T78uno5+f39fbx8vFcY3D99tX35tX67uH9+O2op6kkmwBVV1venWMmJib8+/vs7O3////hq2mkpKQdHRuZEGh6AAAATXRSTlP/////////////////////////////////////////////////////////////////////////////////////////////////////ANNqEYAAAARZSURBVHja7Zo/b9pAGIcZ+lG6MWVkRSL8qT9JPgtzN6TuDB0jVZEYurIWKoJkN6hQgxQbJcby2XJ7Z2NDiu8O7nwhXN5fpFhw8IIfPbbvzFsxys1fxePnzsH3qxgQqVTAQDAQDAQDwUAwEAwEA89v4EOSyWRiftDQwEV8nQRv4nhRNE6SvkRkHPN73ma9nmpoYEx9sH3K6Y1Gn3FGo54Tn/5+AvDp6Tk10JzqZyAX4Lc4jyDA9frpIRHwBAUrBrfufwkkDIuPMJBW/5rzRW/CHcDwpmB8/803RZ8wweAeEny2LWhg7PH5BTIWSdTnAfTudwDvCz4nfwqPG14xQHs9eSb46AB5BoY8BwNfykCJ+mUBJPyoAG1ioS1hIAoXnP3zpQyUqC8PMEEX0wGaGJyZCmjPBQ1EaDBm7x/XwJd/RkF9+nhav3i8FIBxyo8C0J4lAGc4cyUGBknUGcisH58AMCw+hHN+hQBN2/o1Mwk/y7Lmqs6BklMRifpcgCEXoJHxKwDYMaY2BmeZa8taLpeiBnqGWoAS9csAaGz5FQBst6czDM6asgGWMA8sbTJc9kTa2QHsnT6RbjenljmZLKfr5VLcwIteiQyccBtncDrADgGIwwFoXC7ARezlodwsyIdFxjuNeRJtDXytpBgN/Qx8GwEDyw4ABAPBQDAQDISAgdoYqHlrAhgIBoKBYCAYCAaCgWAgGAgGXpiB6vsD0wy9sTse+/oZqL4/cAvaHa9839XPQPX9gW4S38cA8VbcQNaPt0EJBrLrU9+vvj/QjUhQOL71I5qCRxjoMXcwkDZJtL76/kA3+k0SsQDyDWS3rwTc7jaegcL11fcHHgOQa+AiROwd9OUcFK+vvj+wDAPHA8TbwYM9ZLcEvhwvqr8/zmhAVN8f+CoGynYIitdX3h/4KufAEmYjovUV9wfmV+EoGiq8CpcQ74wAGf2Bu4mgO7wN8D8188DSZ8QlTqTl+gNJ/pBgfrddfxG+v5WIXH9gHr/bHXa7vidu4Ju9maC2PzDLF3IQ++5COwPfaACg5M0mAAgGgoFgIBgIAQPBQDAQDISAgWAgGAgGQsBAMBAMfO8GbjZC1Ts4jOF2PUlLfwM3m0KC/f7L7QG/dqPRZhBsJb+69gZ13Q3cbAoJ9vspuWx7CLARhs1Ghw0QhauorreBDH6EXLYtOESb4Q8WwdRAZ+Wguo4GZswo/DJydH4E4E8WwRQgclarVVM/AzNqVH77BA0qQEKQdh5sVQnAKvoeOi3tDMy4MfjtCBoMgJhggwmQSIhaehqYhfpqJr/jAUaRfgbuE+TwYxvIOoRRAq96yQBZV+Gj+bHOgcyLCKqiJFFVRwM557/jrsIsfp9aNbSNngZSVyDHzgO5E+m73jZITwM5a2D+SoS3lBvd4Xx1HKenqYGc8NbCvJsJrVrtsfdYu+hD+Kz3A5vDq6uPH6+GOM13aaBsOu08HTAQAgDBQDAQDIQAQDDwvPkHJ3a2ZZFZ3o4AAAAASUVORK5CYII=);
}

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

.jstree-default .jstree-anchor {
  line-height: 28px;
  height: 28px;
}

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(data:image/gif;base64,R0lGODlhEAAQAPMAAP////Dw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL6+vhQUFJycnAQEBDY2NmhoaCH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAEcRBIEOg7dWow0AiGMVCbNBhI0IjBqA2jYAgrnEkBMYPNcXymzEDXULhwQFwg4TjiNAKCj1GiBK5RAoFaul6tisItqAkIFgRnyzgpIBhmAWyQoLA5o4FDkWAM5E8TAQcFAAxUA3AlAwUjhxIKYyUKClURACH5BAkKAAAALAAAAAAQABAAAARwEEgQaHm1zjnICIgxDEuySYPhgM0QKtsICAaDLIxBbMGBBwvHxWDIaAYHlQyg+HwmgUDCc9JIEo9CAXaiRAOMw+PBrX69A4ZVEuVNDwNe4CkREBLgxEg2P8YHDwMKeE1sPAUMTCaCa2xqiiiNJ0snEQAh+QQJCgAAACwAAAAAEAAQAAAEchBIECgTtc453ggEEgROsklDc4DiYSjbBzBGEiYGAQxwUJQkgkDgMAwEBuPusTgMBihaEkYJKB4aicIgmCiGDOhpRE4UztQxuTpIZCWjTSDxwMgDMgmjoLD213gaMkdPH3lvAQwwTxR5cm47YnEnMWInEQAh+QQJCgAAACwAAAAAEAAQAAAEcBBIEChjtc45SggH8R3KJg2OFwaPUU4fwCxKqBgPNVDCMwSEwoVgCDAMi0on9TspEAaX5KPwbAa4X0DBSCR2psdi0SBdGOBNK+qgBAYKDWdAzwwEmM2nKeH+6h92GjFbgW+Dego7hHx6TTFuJiaQJhEAIfkECQoAAAAsAAAAABAAEAAABGYQSBBoKbXOOU4IhvEZyiYNhhcGC7l9QEGGjLFQA3UsCuhcK5kI0EkNNANFyMCQfBSeDcpxDAwY2JzJseRdCtpNa0mxHjdK6tmK1UiUIe31OKjCyGXc53OGvup5Vm4TgnmGJoSDExEAIfkECQoAAAAsAAAAABAAEAAABHgQSBCoUrXOGVIIQvEVwyYFhScIIFJy1fAM67AIVBkoyQAyl4JjhyBkFAKMJjA4GByvz8CzCRAYH+nAZwIwDgeCYLvVbBgIxOJBYX42Awej3KZLpgYDIerLfhYGTQYLGRl9HQYHADxVXG8IBgpdWW0AAwYMXVVLGxEAIfkECQoAAAAsAAAAABAAEAAABHMQSBDoGLXOGVQIDPMxwyaBWCIyRMlVgxCoA5FYFjYrF/N0hJ+F9zkNHouD6xPAbAKPBHOq2SQej4NsagIkCA5HgdIsTgYHafFzqQ4UBoPQMi08EAaowZHJYBYGAgZjb086gAN4Lk9MDQYXDTddJwd8FBsRACH5BAkKAAAALAAAAAAQABAAAARxEEgQ6Bi1zhlwUEoQJMMmfRj4PSVXDSE4PAqVdeJ1JUV3CDePplNwFFqi5CYgCCWfJoCiQE08NRvF4/CzeZY0Za6DHCAMvZPHYBAICAimgXADCNAIBKMNgG0GbAMLCwEOBi0bCQYhgx0INVElAVwZGxEAIfkECQoAAAAsAAAAABAAEAAABHMQSBBouHTqe8e4SqVRX+CZjChhpvkJg2VxtJKYQmqV4sU8jNgMMwkEabQRYCBo3pKjQWGasCgQig2MsyQYDMHVgLAQVAINg2NgQDASD4IR8agwsgKDwOFIgJdCEmwIAXwBBw2BEwmJAQgOJgRZSmdTZxoRACH5BAkKAAAALAAAAAAQABAAAARzEEgQaLh06sv5qBr1dYMCSlgwXspgWav3DYwJc2iQCLalnpQW57EoPkKAQWKpcBieBCSNwVPRFq5JgLFKEp69y8PBqAQQhseZsBQcAopDoZJwCQyMA0GxSIg0AwYOAXoBBQ5ZGgoIHwQEKg+JGxQCAmYaEQAh+QQJCgAAACwAAAAAEAAQAAAEbxBIEGi4dOrLe9XU4AWiNgxhV2KBYQijGCil4hqlNdDfVRiJjezyQBgfIMBOQTs0FotCcpkQiRIE1CRQ5SgPrtxF8EhUAg5DIUA4MBmPWYFRoQEYwMJj4AiSTAsEAXoBDFlTWQEPBz5aIGcMdBkTEQAh+QQJCgAAACwAAAAAEAAQAAAEcxBIEGi4dGq1xv2YBigGAgaeNgzAYSRfigWIIQyGEV9eNdQGRkKyq1gYDYXmFBA4CASBiLJaFRBYqQhV/SgOrElA0asECoaO8ZIQKMwuQeBRWCUYKKGPxVEI6g8sIUQOD00FAQmIUwOBhxcMYVsUCTAZExEAOw==) center center no-repeat;
}

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
}

.jstree-default .jstree-clicked,
.jstree-default .jstree-wholerow-clicked {
  background: rgba(59, 175, 218, 0.1);
  box-shadow: none;
}

.jstree-default .jstree-hovered,
.jstree-default .jstree-wholerow-hovered {
  background: rgba(59, 175, 218, 0.15);
  box-shadow: none;
}

.jstree-default .jstree-last {
  background: transparent;
}

.jstree-default .jstree-wholerow {
  height: 28px;
}

.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--modern .irs-bar,
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  background-color: #3bafda;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child,
.irs--flat .irs-handle > i:first-child,
.irs--modern .irs-handle.state_hover > i:first-child,
.irs--modern .irs-handle:hover > i:first-child,
.irs--modern .irs-handle > i:first-child {
  background-color: #28a5d4;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before,
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  border-top-color: #3bafda;
}

.irs--modern .irs-line {
  border: none;
}

.irs--modern .irs-bar {
  background: #3bafda;
  background: linear-gradient(to bottom, #3bafda 0%, #2494be 100%);
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single,
.irs--sharp .irs-min,
.irs--sharp .irs-max,
.irs--sharp .irs-handle,
.irs--sharp .irs-bar {
  background-color: #3bafda;
}

.irs--sharp .irs-line {
  background-color: #dee2e6;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-handle > i:first-child {
  border-top-color: #3bafda;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: #2084a9;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: #2084a9;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single,
.irs--round .irs-bar {
  background-color: #3bafda;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-bar:before {
  border-top-color: #3bafda;
}

.irs--round .irs-handle {
  border: 4px solid #3bafda;
  box-shadow: 0 1px 3px rgba(59, 175, 218, 0.3);
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #6c757d;
  background-color: #dee2e6;
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single,
.irs--square .irs-bar {
  background-color: #343a40;
}

.irs--square .irs-handle {
  border: 3px solid #343a40;
}

/* Bootstrap tagsinput */
.bootstrap-tagsinput {
  box-shadow: none;
  padding: 4px 7px 4px;
  width: 100%;
}

.bootstrap-tagsinput .label-info {
  background-color: #3bafda;
  display: inline-block;
  font-size: 13px;
  margin: 3px 1px;
  padding: 0 5px;
  border-radius: 3px;
  font-weight: 500;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.bootstrap-select .dropdown-toggle:after {
  content: "\f140";
  display: inline-block;
  font-family: "Material Design Icons";
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0;
}

.bootstrap-select a {
  outline: none !important;
}

.bootstrap-select .inner {
  overflow-y: inherit !important;
}

.ms-container {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAAM1BMVEUAAAA+SFH///8+SFE+SFE+SFE+SFE+SFE+SFE+SFE+SFE+SFE+SFE+SFE+SFE+SFE+SFGgB9kVAAAAEXRSTlMAAAALFiItOENZWmRwhpGosxrQ6d0AAABmSURBVBjTrdA7FoAgDETRAQwKgsn+V2tBMHKg01feYvjAr8I/6qydnHOTJqau0SrCpCpDHJvyoDXMu1J0F0CAlgrQlbjrhkeJBa/aKyKLVOtoeo03y03DJZIt8npaWewCOGf99us3gD4HYVBdlXwAAAAASUVORK5CYII=) no-repeat 50% 50%;
  width: auto;
  max-width: 370px;
}

.ms-container .ms-list {
  box-shadow: none;
  border: 1px solid #ced4da;
}

.ms-container .ms-list.ms-focus {
  box-shadow: none;
  border: 1px solid #b1bbc4;
}

.ms-container .ms-selectable li.ms-elem-selectable {
  border: none;
  padding: 5px 10px;
}

.ms-container .ms-selectable li.ms-hover {
  background-color: #3bafda;
}

.ms-container .ms-selection li.ms-elem-selection {
  border: none;
  padding: 5px 10px;
}

.ms-container .ms-selection li.ms-hover {
  background-color: #3bafda;
}

.search-input {
  margin-bottom: 10px;
}

.ms-selectable {
  box-shadow: none;
  outline: none !important;
}

.ms-optgroup-label {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #323a46 !important;
  font-size: 13px;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  border: 1px solid #ced4da;
  height: 38px;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #c0d2db transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #c0d2db transparent !important;
  border-width: 0 6px 6px 6px !important;
}

.select2-results__option {
  padding: 6px 12px;
}

.select2-dropdown {
  border: 1px solid #e1e9ee;
  box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
}

.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e1e9ee;
  outline: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3bafda;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f1f5f7;
  color: #323a46;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #3bafda;
  color: #fff;
}

.select2-container .select2-selection--multiple {
  min-height: 38px;
  border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 1px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
  border: 0;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #3bafda;
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 0 7px;
  margin-top: 7px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}

.clockpicker-popover .popover-title {
  font-weight: 600;
}

.clockpicker-popover .btn-default {
  background-color: #3bafda;
  color: #fff;
}

.datepicker {
  padding: 10px !important;
}

.datepicker td,
.datepicker th {
  width: 30px;
  height: 30px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td .active.disabled:hover[disabled],
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active:hover.active,
.datepicker table tr td .active:hover.disabled,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active:hover[disabled],
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #3bafda !important;
  background-image: none !important;
  color: #fff;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #f7f7f7;
}

.datepicker table tr td.new,
.datepicker table tr td.old,
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #6c757d;
  opacity: 0.4;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #f7f7f7;
}

.datepicker .datepicker-switch:hover {
  background: none;
}

.datepicker-dropdown:after {
  border-bottom: 6px solid #fff;
}

.datepicker-dropdown:before {
  border-bottom-color: #e7eef1;
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #e7eef1;
}

.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #fff;
}

.datepicker-inline {
  border: 2px solid #f1f5f7;
}

.daterangepicker {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
  background-color: #3bafda;
}

.parsley-errors-list {
  margin: 0;
  padding: 0;
}

.parsley-errors-list > li {
  list-style: none;
  color: #f1556c;
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}

.parsley-errors-list > li:before {
  content: "\f159";
  font-family: "Material Design Icons";
  position: absolute;
  left: 2px;
  top: -1px;
}

.parsley-error {
  border-color: #f1556c;
}

.parsley-success {
  border-color: #1abc9c;
}

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/summernote.a52b483f.eot);
  src: url(../fonts/summernote.a52b483f.eot?#iefix) format("embedded-opentype"), url(../fonts/summernote.f9b5d834.woff) format("woff"), url(../fonts/summernote.ad2ecd48.ttf) format("truetype");
}
.note-editor.note-frame {
  border: 1px solid #ced4da;
  box-shadow: none;
  margin: 0;
}

.note-editor.note-frame .note-statusbar {
  background-color: #fcfcfc;
  border-top: 1px solid #f7f7f7;
}

.note-editor.note-frame .note-editable {
  border: none;
}

.note-status-output {
  display: none;
}

.note-editable {
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  padding: 0.45rem 0.9rem;
}

.note-editable p:last-of-type {
  margin-bottom: 0;
}

.note-popover .popover-content .note-color .dropdown-menu,
.card-header.note-toolbar .note-color .dropdown-menu {
  min-width: 344px;
}

.note-toolbar {
  z-index: 1;
}

.form-wizard-header .nav-item {
  margin: 0 0.5em;
  text-align: left;
}

.form-wizard-header .nav-item:first-child {
  margin-left: 0;
}

.form-wizard-header .nav-item:last-child {
  margin-right: 0;
}

.form-wizard-header .nav-item .nav-link {
  border-radius: 4px;
  background-color: rgba(59, 175, 218, 0.2);
  border: 1px solid rgba(59, 175, 218, 0.2);
}

.form-wizard-header .nav-item .nav-link .number {
  display: inline-block;
  line-height: 30px;
  margin-right: 10px;
  width: 30px;
  border-radius: 50%;
  color: #3bafda;
  background-color: rgba(59, 175, 218, 0.2);
  text-align: center;
}

.form-wizard-header .nav-item .nav-link.active {
  background-color: #3bafda;
}

.form-wizard-header .nav-item .nav-link.active .number {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.ql-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.ql-bubble {
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}

.ql-toolbar {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.ql-toolbar span {
  outline: none !important;
}

.dropzone {
  border: 2px dashed rgba(50, 58, 70, 0.3);
  background: #fff;
  border-radius: 6px;
}

.editable-clear-x {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAwUlEQVQY02NggAABBlMGTwZfBg8gzccAB8wM2gw+QGEY9GZQY2CESBmCBNihElBaByQhDmIuSnjbIOvH4KsZ8LF5SixYUoiBwYzBl9fvS9v/mW8bXII+tYJosE4jBrDlQNUgyf/T/8983wjSDYSuDDDLfYNBEn+nWgbCHQPTBTIKBCF2QnSB7QJJvG90CQIZ+7oeZhfYhcsSIXaAdM+Ig7mQgcEYi790EaHhiwR9GDQYmBCBJQwMO2+gsBeQFoAIAQD8h1BI8PxgmgAAAABJRU5ErkJggg==) center center no-repeat;
}

.editableform-loading {
  background: url(data:image/gif;base64,R0lGODlhEAAQAPMAAP////Dw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL6+vhQUFJycnAQEBDY2NmhoaCH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAEcRBIEOg7dWow0AiGMVCbNBhI0IjBqA2jYAgrnEkBMYPNcXymzEDXULhwQFwg4TjiNAKCj1GiBK5RAoFaul6tisItqAkIFgRnyzgpIBhmAWyQoLA5o4FDkWAM5E8TAQcFAAxUA3AlAwUjhxIKYyUKClURACH5BAkKAAAALAAAAAAQABAAAARwEEgQaHm1zjnICIgxDEuySYPhgM0QKtsICAaDLIxBbMGBBwvHxWDIaAYHlQyg+HwmgUDCc9JIEo9CAXaiRAOMw+PBrX69A4ZVEuVNDwNe4CkREBLgxEg2P8YHDwMKeE1sPAUMTCaCa2xqiiiNJ0snEQAh+QQJCgAAACwAAAAAEAAQAAAEchBIECgTtc453ggEEgROsklDc4DiYSjbBzBGEiYGAQxwUJQkgkDgMAwEBuPusTgMBihaEkYJKB4aicIgmCiGDOhpRE4UztQxuTpIZCWjTSDxwMgDMgmjoLD213gaMkdPH3lvAQwwTxR5cm47YnEnMWInEQAh+QQJCgAAACwAAAAAEAAQAAAEcBBIEChjtc45SggH8R3KJg2OFwaPUU4fwCxKqBgPNVDCMwSEwoVgCDAMi0on9TspEAaX5KPwbAa4X0DBSCR2psdi0SBdGOBNK+qgBAYKDWdAzwwEmM2nKeH+6h92GjFbgW+Dego7hHx6TTFuJiaQJhEAIfkECQoAAAAsAAAAABAAEAAABGYQSBBoKbXOOU4IhvEZyiYNhhcGC7l9QEGGjLFQA3UsCuhcK5kI0EkNNANFyMCQfBSeDcpxDAwY2JzJseRdCtpNa0mxHjdK6tmK1UiUIe31OKjCyGXc53OGvup5Vm4TgnmGJoSDExEAIfkECQoAAAAsAAAAABAAEAAABHgQSBCoUrXOGVIIQvEVwyYFhScIIFJy1fAM67AIVBkoyQAyl4JjhyBkFAKMJjA4GByvz8CzCRAYH+nAZwIwDgeCYLvVbBgIxOJBYX42Awej3KZLpgYDIerLfhYGTQYLGRl9HQYHADxVXG8IBgpdWW0AAwYMXVVLGxEAIfkECQoAAAAsAAAAABAAEAAABHMQSBDoGLXOGVQIDPMxwyaBWCIyRMlVgxCoA5FYFjYrF/N0hJ+F9zkNHouD6xPAbAKPBHOq2SQej4NsagIkCA5HgdIsTgYHafFzqQ4UBoPQMi08EAaowZHJYBYGAgZjb086gAN4Lk9MDQYXDTddJwd8FBsRACH5BAkKAAAALAAAAAAQABAAAARxEEgQ6Bi1zhlwUEoQJMMmfRj4PSVXDSE4PAqVdeJ1JUV3CDePplNwFFqi5CYgCCWfJoCiQE08NRvF4/CzeZY0Za6DHCAMvZPHYBAICAimgXADCNAIBKMNgG0GbAMLCwEOBi0bCQYhgx0INVElAVwZGxEAIfkECQoAAAAsAAAAABAAEAAABHMQSBBouHTqe8e4SqVRX+CZjChhpvkJg2VxtJKYQmqV4sU8jNgMMwkEabQRYCBo3pKjQWGasCgQig2MsyQYDMHVgLAQVAINg2NgQDASD4IR8agwsgKDwOFIgJdCEmwIAXwBBw2BEwmJAQgOJgRZSmdTZxoRACH5BAkKAAAALAAAAAAQABAAAARzEEgQaLh06sv5qBr1dYMCSlgwXspgWav3DYwJc2iQCLalnpQW57EoPkKAQWKpcBieBCSNwVPRFq5JgLFKEp69y8PBqAQQhseZsBQcAopDoZJwCQyMA0GxSIg0AwYOAXoBBQ5ZGgoIHwQEKg+JGxQCAmYaEQAh+QQJCgAAACwAAAAAEAAQAAAEbxBIEGi4dOrLe9XU4AWiNgxhV2KBYQijGCil4hqlNdDfVRiJjezyQBgfIMBOQTs0FotCcpkQiRIE1CRQ5SgPrtxF8EhUAg5DIUA4MBmPWYFRoQEYwMJj4AiSTAsEAXoBDFlTWQEPBz5aIGcMdBkTEQAh+QQJCgAAACwAAAAAEAAQAAAEcxBIEGi4dGq1xv2YBigGAgaeNgzAYSRfigWIIQyGEV9eNdQGRkKyq1gYDYXmFBA4CASBiLJaFRBYqQhV/SgOrElA0asECoaO8ZIQKMwuQeBRWCUYKKGPxVEI6g8sIUQOD00FAQmIUwOBhxcMYVsUCTAZExEAOw==) center center no-repeat;
}

.editable-checklist label {
  display: block;
}

.dataTables_wrapper.container-fluid {
  padding: 0;
}

table.dataTable {
  border-collapse: collapse !important;
  margin-bottom: 15px !important;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #3bafda;
}

table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected td {
  border-color: #3bafda;
}

table.dataTable tbody td:focus {
  outline: none !important;
}

table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
  outline: 2px solid #3bafda !important;
  outline-offset: -1px;
  color: #3bafda;
  background-color: rgba(59, 175, 218, 0.15);
}

.dataTables_info {
  font-weight: 500;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  background-color: #1abc9c;
  top: 0.85rem;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #f1556c;
  top: 0.85rem;
}

div.dt-button-info {
  background-color: #3bafda;
  border: none;
  color: #fff;
  box-shadow: none;
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

div.dt-button-info h2 {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

@media (max-width: 1024px) {
  .navbar-custom .menuIcon {
    float: left;
    height: 72px;
    padding: 16px;
    font-size: 24px;
    color: #2a404c;
    cursor: pointer;
    margin-left: -60px !important;
  }
}
@media (max-width: 767.98px) {
  li.paginate_button.previous,
li.paginate_button.next {
    display: inline-block;
    font-size: 1.5rem;
  }

  li.paginate_button {
    display: none;
  }

  .dataTables_paginate ul {
    text-align: center;
    display: block;
    margin: 1.5rem 0 0 !important;
  }

  div.dt-buttons {
    display: inline-table;
    margin-bottom: 1.5rem;
  }
}
.activate-select .sorting_1 {
  background-color: #f1f5f7;
}

.tablesaw thead {
  background: #f1f5f7;
  background-image: none;
  border: none;
}

.tablesaw thead th {
  text-shadow: none;
}

.tablesaw thead tr:first-child th {
  border: none;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.tablesaw td {
  border-top: 1px solid #f1f5f7 !important;
}

.tablesaw td,
.tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important;
}

.tablesaw-stack tbody tr,
.tablesaw tbody tr {
  border-bottom: none;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
  border-color: #f1f5f7;
}

.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none;
  text-transform: none;
  border: 1px solid #dee2e6;
  padding: 3px 10px;
  color: #323a46;
}

.tablesaw-enhanced .tablesaw-bar .btn:after {
  display: none;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
  background: #fff;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:active {
  color: #3bafda !important;
  background-color: #f1f5f7;
  outline: none !important;
  box-shadow: none !important;
  background-image: none;
}

.tablesaw-columntoggle-popup .btn-group {
  display: block;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #f1f5f7;
}

.tablesaw-sortable-btn {
  cursor: pointer;
}

.responsive-table-plugin .dropdown-menu li.checkbox-row {
  padding: 7px 15px;
}

.responsive-table-plugin .table-responsive {
  border: none;
  margin-bottom: 0;
}

.responsive-table-plugin .btn-toolbar {
  display: block;
}

.responsive-table-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}

.responsive-table-plugin .checkbox-row {
  padding-left: 40px;
}

.responsive-table-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  margin-bottom: 0;
}

.responsive-table-plugin .checkbox-row label::before {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ced4da;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none;
}

.responsive-table-plugin .checkbox-row label::after {
  color: #ced4da;
  display: inline-block;
  font-size: 9px;
  height: 16px;
  left: 0;
  margin-left: -16px;
  padding-left: 0;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}

.responsive-table-plugin .checkbox-row input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none;
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:disabled + label {
  opacity: 0.65;
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:checked + label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:disabled + label::before {
  background-color: #dee2e6;
  cursor: not-allowed;
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:checked + label::before {
  background-color: #fff;
  border-color: #3bafda;
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:checked + label::after {
  color: #3bafda;
}

.responsive-table-plugin table.focus-on tbody tr.focused th,
.responsive-table-plugin table.focus-on tbody tr.focused td,
.responsive-table-plugin .sticky-table-header {
  background: #3bafda;
  border-color: #3bafda;
  color: #fff;
}

.responsive-table-plugin table.focus-on tbody tr.focused th table,
.responsive-table-plugin table.focus-on tbody tr.focused td table,
.responsive-table-plugin .sticky-table-header table {
  color: #fff;
}

.responsive-table-plugin .fixed-solution .sticky-table-header {
  top: 70px !important;
}

.responsive-table-plugin .btn-default {
  background-color: #fff;
  color: #323a46;
  border: 1px solid rgba(50, 58, 70, 0.3);
}

.responsive-table-plugin .btn-default.btn-primary {
  background-color: #3bafda;
  border-color: #3bafda;
  color: #fff;
  box-shadow: 0 0 0 2px rgba(59, 175, 218, 0.5);
}

.responsive-table-plugin .btn-group.pull-right {
  float: right;
}

.responsive-table-plugin .btn-group.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}

@font-face {
  font-family: "footable";
  src: url(../fonts/footable.91c34385.eot);
  src: url(../fonts/footable.91c34385.eot?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAA+wAAsAAAAAKkAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAADFkAACTl73ep10ZGVE0AAA1kAAAAGgAAABxl9qSUR0RFRgAADYAAAAAdAAAAIABSAARPUy8yAAANoAAAAEsAAABgL9zb7mNtYXAAAA3sAAAAPQAAAVLgNPLNaGVhZAAADiwAAAAuAAAANv2Mdh9oaGVhAAAOXAAAAB4AAAAkBBEABmhtdHgAAA58AAAANwAAAJQ81AEtbWF4cAAADrQAAAAGAAAABgAlUABuYW1lAAAOvAAAAOYAAAGSftV6UHBvc3QAAA+kAAAADAAAACAAAwAAeJzVWXtwlNUVvzfsi7BZINmlWmMicXHGrmAWI0TIqDwkxkw705HYP2oHiFGLilJYncYpDxVp9UsU0/WBYEwt2hp0pmOZVRzBTg02GDqKqH8QB23/qHW2oDQdvoUN3J5zz733+3bzJfJwOtNk5nznPs499/zOufeee5czn49xzsffds89qWWtd93KeAnj7OrcNSW5a8flzvNZ4XFW2FdVys6/sVxYlmHCwUfvzKVzKX8l3zGxkrFJlfzk5EpWVjn1h+XsEhwjxCayKexCFmcJNpNdxa5ljewHrIXdzG5hd7CfsZ+zdWwj62RptoW9wF5mf2Cvs91sD9vHDrCD7G/sn+wrdoyd5H5edu/dyxfV1tbC5zrzSdJnJn2uoE8dfa6kzyz6zKZPPX2uos88+synzwL6LKTPdfRZJD9J0pckfUnSlyR9SdKXJH1J0pckfUnSlyR9SdKXJH1J0pckfUnSlyR9M0nfTNI3c6Z2jHEQY/yX/Ff8Ef4ot3gH7+SP8cf5Jv4E7+K/5mn+JH+KP82f4Zv5s3wL38qf4938ed7Df8Nf4L/l2/iL/CX+O/57/jLvZdPQTyWsjH3Mr+SL+W18A9/iWx94IvTa+F2lf57wl/C+sv1lRyJlkWmRqyfOnTR9cmV5RXm8vK58QfniildjgSlLvvPG+dHvrryg/8ILqwOR/KpcyjeczqWDkdwGe0dMsNAnPsGClw4LkQNO2JcOVyeC8qtqdHVVfmF+YcCzJeGuloPhsNU2CAQ9W7JBl2JTXWUvtEGDV0s24DlTGD9ib/N5iuRS3jKjWDec8jYiYsMSil1Uuj2/I2ZHB/JRO9qcj+ajzTaQgYButuugfSD/UXNQ1wwv9k0ttaN2XWwgkW1OJJqziYFsYSsMloo12+mBYOSYnRbsk8G2mCVYSW+vECK+FbjaN4U41TRbMJ7Zi1y94k6+v0gwNtgGXEuLFWoeCIwq956Re2+EnBCHM3sDWPiRRY1SXooCmeXmZAN0wY4tN4Wam4PILC6Sqzci9YqI+BZHroVUgvthjUi9OJ1b1cR4pr/Q3Nloyk5tVO92KzTQDNOVf6Bbm0KyDkD9ipMwoH6SFay8aXaAcJL6ZQepX4pLSc3tpcFRv4R2e2hgIKgxhj8t2+aWcEZRsm8qWcHiXTOE2NZ1d6ymFAt3T8EpXCbY5MwxIY6/Uy7YxPN+KsTQwycEC7cfdHNff/GMYIGGI0IcaZqFTps12BbAQpjGkB3kGGJo4zSSdHHH36mQXSwpT+JBNOFjqGj/FIc+DB2G9oG6+6FhaMUuNyendTxzCKfajyDujW8NyHlb1MgCTTU0UxbuWuDmcM5sYrgOOk7eGA9Fjgk+HjzJVzXVx/5vrZCiwbP3HrtgRZc4dQyWOkSC+BCX1quZfsDjxysOBL6NJdVyhktKsG1d072WxemGNqyq4FltWxH7LsFX4Jh/zeyNoTM/ESIfvgFEcIR85jMhhpd1I1mNpEdxefCj6hKuwgUBBkgi94YDhWMcQqHnkaQMt1oNfgqRUGMMSvjz4SYVjtiBcfQD9mfjulsNt5QGZ76mGrDbN/R3AAG8J6cQJO0wxnSPMZbRPIhTY0w1Y8RRHCQTWPE6SjbKDqQTSCfNgzjZgIOjtKWmAOTDgApO31BGd8DYRp1AOtzciDHiMhRQUnpDdqCJok7pDc31KNMAYkuiKB0xQ84jWDhGjRmjw4zRQd7QY3ymx2BNGEL3Db4Uu7j0WwqQfDpQ6JVDxisp45XVxis7vb1ymfHKIuOVVuOVpcYrNW5E7XTgW4Iil4ZkIV4qTn25pEGwp3r6IHkLr5sLZC1sNdEFFRaW58DWs74vZEeFWCfe9mNVA1Q9AAtUZHddLluR7HFz2V21FpVxRHBjpmcDKF+yBmq/P+96P2xdN4IFR1+5QRFZNHUsAhyb/MoNVTCF13a/gfJ7JPEbVe+ClreOWFSW8xbH//QgbIzXrAHjP58PyVbtNgtpK1HApXq3rKVOQH4RIhCmKRDE8iUNCgSwMOAGAc1GENh6Nl+BADgdh9bo/P2OqW7OAQHnqEAA8hAZ5ZcWugwuAsEAU0WgEQgA4ly/MXqOGwQiCAKQhwgEYb9/s4W0myiBgLUKKegZohTyklJpv0QipuwHO9DCBeUGBHAmQmBH/SpOJBLR+R9YOjLIfuJkjNQaEPocEDZIDCwFAtnvEQmmrlpiYKH9DSjfZyJx/buo5a3D7vhTIDxIlmokul1I3KyQQKQQiZDOo+VKUCBoCzUIMuxURK8TuxEEjVMDWjrDGrESHBBMeITkSlBIoFFjLAcHGMSpmkAzy6HPr1aCA4LWssf490GKeb0mWl1rYptaE7ASNAh1PsEZ+BcuD0LszqcTiXwdXEXg349rZUcsn4ZUlc3PU4dsFhtt+PdH7I/uhFZb/mcT+ToShPrFAKydzsv/RNauIxF/ZL/gmMSyDV3TY5ba1PQRZrbSzhDekPxmQ+1wH4KwBVuG0vn7ptm7UyApxHrGpXCjOrDNPq8OZdrEE+qgxgOSWt2b+FI1G2ezLdyK1QlLG3WjOROXGq7V2eTVKaCN51Mgb9N7uQuAmsK9vMeYfsiY7jqHPM13czp1sVyYOaetOYFTIbyE+k15tfu8hulZhppjXp1WnSBpk6S2XScK2uJbBMsMttn/KfZ1jdu3Z+XlPMWHtli72NPYzxzjHGMfw/L1xtidBW4l7jIPowsOaw9zIXuD00XlwCPCe7VXeGeKDDcpSpPmigHoNqb36PzT5E/5dNAxv9H4usNZXSayHcNfL/ZyozGzw/Fyp8r6iuNabqN2ajidT2XzqQQs/zRsCyk8ZxN2KgvllE8WZLufDmDZW3bw67RkuA0utKs+Z4L95CJNZNHUiReAE50XaSKLHnVGtkqwf+DBI1MdtXHDBo/7ptm4HwjIXUOmOq5j5JvP0rXYc557/9XJw1x9bsLRPTIJKtzhXcfhiCTI4+jb4z56taoGc2Q5mcnaEybVQWAlOA6IRcAWge2AOBrYClhKnySwRBxg5QzyOn3Smdra08nU1iJ52wHSDSwlVhLYEYlVIYheeYZOrCSwlFhp+OYU5TR7HK4w74V40enTcJvPK+rOJYqrKSUDdB9ygPXLo/6ICl5CAGCVW5mKw9M683crdLXJMsmp8ErbG0Yma0XAFmaxBckaEgfYBhmXHxTliSaDutzSZkKeZJ42AdhziE6vaK+mNI+AVUAaYIEN6Zwd0jx5upxJRjlP+UEn6QrYwq1gjVrPxQmgV8SaOlcC2KeANcGpgC3cBUx+vt8y8dIn382uwJtgp7oEnxKspP1TYMJ1+rEFX7D4F88ABPfj88zD8a1+p1Y/vAztA27jNMtQ+coEg8ieSJQ8Er9TqzqpFyc9gB5QPjOhEinPIvhWdTTT73dq9UusnG77oGWofGfCJzvsSfNnK/HdaCU+GSEnHh9jpE8tQ71GiuAgQPxOreqkXq/aBw22vAzf4ODoLxkL26P4FCFHHAXbuGWoF7aP4yOYIWjg2XrpKA4iUR7NS2oqo3jpYXxblF4+Oy+hPEWZrn22CNuDMqf6I2K7sGtGjOpGxXWvg+vyc4zZ2888ZgvQePrM0cCYHzvSDlqFcbXT2L9ZxkW/ifl6FRdj4WpfTS9isuLQmW0EjUWgUrA2GlBv9wwxT1DHDjE0RQd7v+SUe//nW8rIYPXYCPT19uX4Vq8b3tQRj5+SG+WGp36jGpH9F5Azv/ic4y1vZP4v2IpMv8/rhpeiC8S53ObVPa/oKn/I4ypfdOFxXslP4yr/Pfebq3OBH/1im0tH7VWxTeHSSlZWwYL4A/uN7EW+qWRdyf5xF4+7F87Z1k2Qdjy3ElIR4ITknKJHnexMYk5R11VPEOyO8cOCtRzzKSKLSESvbhBPGtKrG5w66tKrxKonAOQ5xPRky02QwmycKMQJ/PXlRO92w/ViwyTVBTo7PxxiARsj6jcblGJ+7Ka4FvUzUqD9KIAWhDBQP3rRL59BhLYEuwbav6b+UtzFBdr/rX5Qgs7Oz21YICk5La20182VqJmTiSEwlU3BKhvXa8WyR4X4CpfvJNxDHO5f3fdBuoxbypctN4HCU4cz/QEqUKOUB4HNJOUisgG6WLI7iSpTsUINKxUopZvd6iuWPaImB9MEzby8qT6g5izhwjnLMaRQMZENMAaZGZpAEeRE1djR50TpaNFXNeFcYtdrLYw14jfPx8u+6gn/BWATQeIAAAB4nGNgYGBkAIKTnfmGIPqc2ayNMBoAQxkGkgAAeJxjYGRgYOADYgkGEGBiYARCFSBmAfMYAAXWAFcAAAB4nGNgZlzHOIGBlYGD0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAMBBJMhIM01hcHhAcMHBsYH/x8w6DE+YFBoYGBghCtQAEJGAE8aDMwAeJxjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETCCJB0ofGP7/B7MYICwFJgFGqC4wYGRjQOaOSAAA8EgI0AAAAHicY2BkYGAAYqHTD7bH89t8ZeBmYgCBc2azNiLo/w+YGBgfALkcDGBpAEeOC40AAHicY2BkYGB88P8Bgx4TAwPDPwYgCRRBAaoAbgkEGAAAeJxjYoAAJhyY0ROKt0EwLnVA7ADECYwqQHVAzLCNQYgBol4BinGZLwbCQLU8QMwM0gsAoPQHOQAAAFAAACUAAHicfY4xTsNAEEWfEyeAQAhRpKHZgg7Z8prGygEsaor0jrSxIlleaeOUXIMDcAZajsEBOAMX4NssDUV2tZo3X//vDHDFKwnjSTjnNvKMMx4iz7nnJXIqz3vkBZd8Rl5K/5YzSS+k3EypkWdccxd5zhOPkVN53iIvWPEReSn9ix1ed6BhS4eDnfdDs+1Ez2pbjpIbglrXHrtGUCvQKzLWIIfDUJJTqK71/n/5q1oqsumVclqtR+37ofahdabMC7M2f6OFtsqqrCysXCc23KgNHNhPG40zxi3YuHDY+97YvDgV/wE8BDzzAAB4nGNgZsALAAB9AAQ=) format("woff"), url(../fonts/footable.2256ee07.ttf) format("truetype"), url(../img/footable.5ea4e6ad.svg#footable) format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "footable";
    src: url(../img/footable.5ea4e6ad.svg#footable) format("svg");
    font-weight: normal;
    font-style: normal;
  }
}
.footable-odd {
  background-color: #fff;
}

.footable-detail-show {
  background-color: #f1f5f7;
}

.footable-row-detail {
  background-color: #f0f4f7;
}

.footable-pagination li {
  margin-left: 5px;
  float: left;
}

.footable-pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #323a46;
  background-color: #fff;
  border: 1px solid #f1f5f7;
  border-radius: 2px;
}

.footable-pagination li.active a {
  color: #fff;
  background-color: #3bafda;
  border-color: #3bafda;
}

.footable > thead > tr > th > span.footable-sort-indicator {
  float: right;
}

.flotTip {
  padding: 8px 12px;
  background-color: #323a46;
  z-index: 100;
  color: #fff;
  opacity: 1;
  border-radius: 3px;
}

.legend tr {
  height: 30px;
  font-family: "Roboto", sans-serif;
}

.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #98a6ad;
  text-transform: uppercase;
}

.legendColorBox div div {
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .legendLabel {
    display: none;
  }
}
.apex-charts {
  min-height: 10px !important;
}

.apex-charts text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  fill: #adb5bd;
}

.apex-charts .apexcharts-canvas {
  margin: 0 auto;
}

.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.apexcharts-legend-series {
  font-weight: 600;
}

.apexcharts-gridline {
  pointer-events: none;
  stroke: #f1f5f7;
}

.apexcharts-legend-text {
  color: #98a6ad !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
}

.apexcharts-pie-label {
  fill: #fff !important;
}

.apexcharts-yaxis text,
.apexcharts-xaxis text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  fill: #adb5bd;
}

.morris-chart text {
  font-family: "Roboto", sans-serif !important;
}

.morris-hover {
  position: absolute;
  z-index: 10;
}

.morris-hover.morris-default-style {
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  padding: 10px 12px;
  background: #323a46;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
  font-family: "Roboto", sans-serif;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
  color: #fff;
}

.c3-tooltip {
  box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
  opacity: 1;
}

.c3-tooltip td {
  border-left: none;
  font-family: "Roboto", sans-serif;
}

.c3-tooltip td > span {
  background: #323a46;
}

.c3-tooltip tr {
  border: none !important;
}

.c3-tooltip th {
  background-color: #323a46;
}

.c3-chart-arcs-title {
  font-size: 18px;
  font-weight: 600;
}

.c3 text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #ced4da;
}

.c3-legend-item {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.c3 line,
.c3 path {
  stroke: #ced4da;
}

.c3-chart-arc.c3-target g path {
  stroke: #fff;
}

.ct-golden-section:before {
  float: none;
}

.ct-chart {
  max-height: 300px;
}

.ct-chart .ct-label {
  fill: #adb5bd;
  color: #adb5bd;
  font-size: 12px;
  line-height: 1;
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #fff;
  fill: #fff;
  font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #3bafda;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #1abc9c;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #f7b84b;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #f1556c;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #37cde6;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #f672a7;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #3bafda;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #3bafda;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #1abc9c;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #f7b84b;
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
  fill: #f1556c;
}

.ct-area {
  fill-opacity: 0.33;
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #323a46;
  color: #fff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.2s linear;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
}

.jqstooltip {
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
  background-color: #343a40 !important;
  box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
  padding: 5px 10px !important;
  border-radius: 3px;
  border-color: #343a40 !important;
}

.jqsfield {
  color: #f1f5f7 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 700 !important;
}

[data-plugin=knob] {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 600 !important;
}

.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #f1f5f7;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background: #3bafda;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #3bafda;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #3bafda;
}

.jvectormap-label {
  border: none;
  background: #323a46;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  padding: 5px 8px;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
  background: #323a46;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 13px;
}

.jvectormap-zoomout {
  top: 35px;
}

.mapael .map {
  position: relative;
}

.mapael .map .zoomIn {
  top: 25px;
}

.mapael .map .zoomOut {
  top: 50px;
}

.mapael .zoomIn,
.mapael .zoomOut,
.mapael .zoomReset {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  font-weight: 500;
  cursor: pointer;
  background-color: #3bafda;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.mapael .plotLegend text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.calendar {
  float: left;
  margin-bottom: 0;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin: 15px 0 5px 0;
}

.fc-toolbar h2 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

.fc-day {
  background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc th.fc-widget-header {
  background: #f1f5f7;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #dee2e6;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #f1f5f7;
  border-radius: 50%;
  margin: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

.fc-button {
  background: #f1f5f7;
  border: none;
  color: #6c757d;
  text-transform: capitalize;
  box-shadow: none;
  border-radius: 3px;
  margin: 0 3px;
  padding: 6px 12px;
  height: auto;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 1rem;
}

.fc-state-hover {
  background: #f1f5f7;
}

.fc-state-highlight {
  background: #dee2e6;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #3bafda;
  color: #fff;
  text-shadow: none;
}

.fc-cell-overlay {
  background: #dee2e6;
}

.fc-unthemed .fc-today {
  background: #fff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

.external-event {
  cursor: move;
  margin: 10px 0;
  padding: 8px 10px;
  color: #fff;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
}

.fc-basic-view td.fc-day-number {
  padding-right: 8px;
}

.fc-basic-view .fc-content {
  color: #fff;
}

.fc-time-grid-event .fc-content {
  color: #fff;
}

@media (max-width: 767.98px) {
  .fc-toolbar .fc-left,
.fc-toolbar .fc-right,
.fc-toolbar .fc-center {
    float: none;
    display: block;
    clear: both;
    margin: 10px 0;
  }

  .fc .fc-toolbar > * > * {
    float: none;
  }

  .fc-today-button {
    display: none;
  }
}
div.hopscotch-bubble {
  border: 3px solid #dee2e6;
  border-radius: 5px;
}

div.hopscotch-bubble .hopscotch-next,
div.hopscotch-bubble .hopscotch-prev {
  background-color: #3bafda !important;
  background-image: none !important;
  border-color: #3bafda !important;
  text-shadow: none !important;
  margin: 0 0 0 5px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #fff !important;
}

div.hopscotch-bubble .hopscotch-bubble-number {
  background: rgba(241, 85, 108, 0.2);
  padding: 0;
  border: 1px solid #f1556c;
  color: #f1556c;
  border-radius: 50%;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 19px solid #dee2e6;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border: none;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-left: 19px solid #dee2e6;
  left: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 0 solid #3bafda;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 19px solid #dee2e6;
  top: 0;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 0 solid rgba(0, 0, 0, 0.5);
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 19px solid #dee2e6;
  top: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 0 solid rgba(0, 0, 0, 0.5);
}

div.hopscotch-bubble h3 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

div.hopscotch-bubble .hopscotch-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.button-list .btn {
  margin-top: 7px;
  margin-right: 5px;
}

.icons-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.icons-list-demo div p {
  margin-bottom: 0;
  line-height: inherit;
}

.icons-list-demo i {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 12px;
  color: rgba(50, 58, 70, 0.7);
  border-radius: 3px;
  display: inline-block;
  transition: all 0.2s;
}

.icons-list-demo .col-md-4 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px;
}

.icons-list-demo .col-md-4:hover,
.icons-list-demo .col-md-4:hover i {
  color: #3bafda;
}

.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}

.grid-structure .grid-container {
  background-color: #f1f5f7;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 10px 20px;
}

.logout-checkmark {
  width: 120px;
  margin: 0 auto;
  padding: 20px 0;
}

.logout-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
}

.logout-spin {
  animation: spin 2s;
  transform-origin: 50% 50%;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.text-error {
  color: #3bafda;
  text-shadow: rgba(59, 175, 218, 0.3) 5px 1px, rgba(59, 175, 218, 0.2) 10px 3px;
  font-size: 84px;
  line-height: 90px;
  font-family: "Roboto", sans-serif;
}

.error-text-box {
  font-size: 8rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

.error-text-box .text {
  fill: none;
  stroke-width: 4;
  stroke-linejoin: round;
  stroke-dasharray: 30 100;
  stroke-dashoffset: 0;
  animation: stroke 9s infinite linear;
}

.error-text-box .text:nth-child(5n+1) {
  stroke: #f1556c;
  animation-delay: -1.2s;
}

.error-text-box .text:nth-child(5n+2) {
  stroke: #f7b84b;
  animation-delay: -2.4s;
}

.error-text-box .text:nth-child(5n+3) {
  stroke: #3bafda;
  animation-delay: -3.6s;
}

.error-text-box .text:nth-child(5n+4) {
  stroke: #37cde6;
  animation-delay: -4.8s;
}

.error-text-box .text:nth-child(5n+5) {
  stroke: #1abc9c;
  animation-delay: -6s;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .error-text-box .text {
    fill: #f1556c;
    stroke: #f1556c;
    stroke-width: 6;
    stroke-dasharray: 0 0;
    stroke-dashoffset: 0;
    animation: none;
  }
}
.inbox-leftbar {
  width: 240px;
  float: left;
  padding: 0 20px 20px 10px;
}

.inbox-rightbar {
  margin: -1.5rem 0 -1.5rem 250px;
  border-left: 5px solid #f5f6f8;
  padding: 1.5rem 0 1.5rem 25px;
}

.message-list {
  display: block;
  padding-left: 0;
}

.message-list li {
  position: relative;
  display: block;
  height: 51px;
  line-height: 50px;
  cursor: default;
  transition-duration: 0.3s;
}

.message-list li a {
  color: #6c757d;
}

.message-list li:hover {
  background: #f1f5f7;
  transition-duration: 0.05s;
}

.message-list li .col-mail {
  float: left;
  position: relative;
}

.message-list li .col-mail-1 {
  width: 320px;
}

.message-list li .col-mail-1 .star-toggle,
.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot {
  display: block;
  float: left;
}

.message-list li .col-mail-1 .dot {
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
  margin: 15px 10px 0 20px;
}

.message-list li .col-mail-1 .star-toggle {
  margin-top: 18px;
  color: #adb5bd;
  margin-left: 10px;
}

.message-list li .col-mail-1 .title {
  position: absolute;
  top: 0;
  left: 100px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 50px;
}

.message-list li .col-mail-2 {
  position: absolute;
  top: 0;
  left: 320px;
  right: 0;
  bottom: 0;
}

.message-list li .col-mail-2 .subject,
.message-list li .col-mail-2 .date {
  position: absolute;
  top: 0;
}

.message-list li .col-mail-2 .subject {
  left: 0;
  right: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.message-list li .col-mail-2 .date {
  right: 0;
  width: 100px;
  padding-left: 10px;
}

.message-list li.active,
.message-list li.mail-selected {
  background: #f1f5f7;
  transition-duration: 0.05s;
}

.message-list li.active,
.message-list li.active:hover {
  box-shadow: inset 3px 0 0 #37cde6;
}

.message-list li.unread a {
  font-weight: 600;
  color: #272e37;
}

.message-list .checkbox-wrapper-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  box-shadow: inset 0 0 0 2px #ced4da;
  border-radius: 3px;
}

.message-list .checkbox-wrapper-mail input {
  opacity: 0;
  cursor: pointer;
}

.message-list .checkbox-wrapper-mail input:checked ~ label {
  opacity: 1;
}

.message-list .checkbox-wrapper-mail label {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  cursor: pointer;
  background: #98a6ad;
  opacity: 0;
  margin-bottom: 0 !important;
  transition-duration: 0.05s;
}

.message-list .checkbox-wrapper-mail label:active {
  background: #87949b;
}

.mail-list a {
  color: #6c757d;
  padding: 7px 10px;
  display: block;
}

.mail-list a:hover {
  color: #3bafda;
}

.reply-box {
  border: 2px solid #f1f5f7;
}

@media (max-width: 648px) {
  .inbox-leftbar {
    width: 100%;
    float: none;
  }

  .inbox-rightbar {
    margin-left: 0;
    border: 0;
    padding-left: 0;
  }

  .message-list li .col-mail-1 .checkbox-wrapper-mail {
    margin-left: 0;
  }
}
@media (max-width: 520px) {
  .inbox-rightbar > .btn-group {
    margin-bottom: 10px;
  }

  .message-list li .col-mail-1 {
    width: 150px;
  }

  .message-list li .col-mail-1 .title {
    left: 80px;
  }

  .message-list li .col-mail-2 {
    left: 160px;
  }

  .message-list li .col-mail-2 .date {
    text-align: right;
    padding-right: 10px;
    padding-left: 20px;
  }
}
.tasklist {
  min-height: 40px;
  margin-bottom: 0;
}

.tasklist h5 {
  overflow: hidden;
}

.tasklist li {
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.tasklist li:last-of-type {
  margin-bottom: 0;
}

.tasklist li .btn-sm {
  padding: 2px 8px;
  font-size: 12px;
}

.tasklist li.task-low {
  border-left: 3px solid rgba(26, 188, 156, 0.5);
}

.tasklist li.task-medium {
  border-left: 3px solid rgba(247, 184, 75, 0.5);
}

.tasklist li.task-high {
  border-left: 3px solid rgba(241, 85, 108, 0.5);
}

.tasklist .checkbox {
  margin-left: 10px;
}

.task-placeholder {
  border: 1px dashed #dee2e6 !important;
  background-color: #f1f5f7 !important;
  padding: 20px;
}

.counter-number {
  font-size: 32px;
  font-weight: 700;
}

.counter-number span {
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.coming-box {
  float: left;
  width: 25%;
}

.svg-rocket {
  height: 80px;
}

.rocket-clouds__bubble,
.rocket-clouds__cloud,
.rocket-rocket,
.rocket-inner__rocket-and-lines {
  fill: #3bafda;
}

.timeline {
  margin-bottom: 50px;
  position: relative;
}

.timeline:before {
  background-color: #dee2e6;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 2px;
  z-index: 0;
}

.timeline .time-show {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}

.timeline .timeline-box {
  background: #fff;
  display: block;
  margin: 15px 0;
  position: relative;
  padding: 20px;
}

.timeline .timeline-album {
  margin-top: 12px;
}

.timeline .timeline-album a {
  display: inline-block;
  margin-right: 5px;
}

.timeline .timeline-album img {
  height: 36px;
  width: auto;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .timeline .time-show {
    margin-right: -69px;
    text-align: right;
  }

  .timeline .timeline-box {
    margin-left: 45px;
  }

  .timeline .timeline-icon {
    background: #dee2e6;
    border-radius: 50%;
    display: block;
    height: 20px;
    left: -54px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
  }

  .timeline .timeline-icon i {
    color: #98a6ad;
    font-size: 13px;
    position: absolute;
    left: 4px;
  }

  .timeline .timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }

  .timeline-item {
    display: table-row;
  }

  .timeline-item:before {
    content: "";
    display: block;
    width: 50%;
  }

  .timeline-item .timeline-desk .arrow {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 0;
  }

  .timeline-item.timeline-item-left:after {
    content: "";
    display: block;
    width: 50%;
  }

  .timeline-item.timeline-item-left .timeline-desk .arrow-alt {
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -12px;
    position: absolute;
    right: -12px;
    top: 50%;
    width: 0;
  }

  .timeline-item.timeline-item-left .timeline-desk .album {
    float: right;
    margin-top: 20px;
  }

  .timeline-item.timeline-item-left .timeline-desk .album a {
    float: right;
    margin-left: 5px;
  }

  .timeline-item.timeline-item-left .timeline-icon {
    left: auto;
    right: -56px;
  }

  .timeline-item.timeline-item-left:before {
    display: none;
  }

  .timeline-item.timeline-item-left .timeline-box {
    margin-right: 45px;
    margin-left: 0;
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .timeline .time-show {
    text-align: center;
    position: relative;
  }

  .timeline .timeline-icon {
    display: none;
  }
}
.timeline-sm {
  padding-left: 110px;
}

.timeline-sm .timeline-sm-item {
  position: relative;
  padding-bottom: 20px;
  padding-left: 40px;
  border-left: 2px solid #dee2e6;
}

.timeline-sm .timeline-sm-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #3bafda;
}

.timeline-sm .timeline-sm-item .timeline-sm-date {
  position: absolute;
  left: -104px;
}

@media (max-width: 420px) {
  .timeline-sm {
    padding-left: 0px;
  }

  .timeline-sm .timeline-sm-date {
    position: relative !important;
    display: block;
    left: 0px !important;
    margin-bottom: 10px;
  }
}
.faq-question-q-box {
  height: 30px;
  width: 30px;
  color: #3bafda;
  text-align: center;
  border-radius: 50%;
  float: left;
  font-weight: 700;
  line-height: 30px;
  background-color: rgba(59, 175, 218, 0.15);
}

.faq-question {
  margin-top: 0;
  margin-left: 50px;
  font-weight: 400;
  font-size: 16px;
}

.faq-answer {
  margin-left: 50px;
  color: #98a6ad;
}

.card-pricing {
  position: relative;
}

.card-pricing .card-pricing-plan-name {
  padding-bottom: 20px;
}

.card-pricing .card-pricing-icon {
  font-size: 22px;
  background-color: rgba(59, 175, 218, 0.1);
  height: 60px;
  display: inline-block;
  width: 60px;
  line-height: 62px;
  border-radius: 50%;
}

.card-pricing .card-pricing-price {
  padding: 30px 0 0;
}

.card-pricing .card-pricing-price span {
  font-size: 40%;
  color: #98a6ad;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.card-pricing .card-pricing-features {
  color: #98a6ad;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
}

.card-pricing .card-pricing-features li {
  padding: 10px;
}

.card-pricing-recommended {
  background-color: #3bafda;
  color: #fff;
}

.card-pricing-recommended .card-pricing-icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.card-pricing-recommended .card-pricing-features,
.card-pricing-recommended .card-pricing-price span {
  color: #dee2e6;
}

.filter-menu {
  margin-bottom: 20px;
}

.filter-menu a {
  transition: all 0.3s ease-out;
  color: #98a6ad;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}

.filter-menu a:hover {
  background-color: rgba(59, 175, 218, 0.2);
  color: #3bafda;
}

.filter-menu a.active {
  background-color: rgba(59, 175, 218, 0.2);
  color: #3bafda;
}

.gal-box {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #e7eaed;
  margin-bottom: 24px;
}

.gal-box .image-popup {
  padding: 10px;
  display: block;
}

.gal-box .image-popup img {
  cursor: zoom-in;
}

.gal-box .gall-info {
  padding: 15px;
  border-top: 1px solid #f7f7f7;
  position: relative;
}

.gal-box .gall-info h4 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gal-box .gall-info .gal-like-btn {
  position: absolute;
  right: 15px;
  font-size: 22px;
  top: 24px;
}

.readonlyInput {
  background: #f1efef !important;
}

.table--stripped td,
.table--stripped th {
  border: 1px solid #ddd;
  padding: 8px;
}
.table--stripped tr:nth-child(even) {
  background-color: #f2f2f2;
}
.table--stripped tr:nth-child(odd) {
  background-color: #f7f7f7;
}

body {
  font-family: "Open Sans";
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.tag-report-hyperlink:hover {
  color: #3bafda !important;
  text-decoration: underline;
  cursor: pointer;
}

.datepickerWrapper .vc-popover-content-wrapper {
  display: none !important;
}

.last5Table thead th {
  font-size: 12px !important;
  padding: 8px !important;
}

.last5Table tbody td {
  font-size: 12px !important;
  padding: 8px !important;
}

.creditorTable thead th {
  font-size: 13px !important;
}

.creditorTableGrt thead th {
  padding: 0 5px !important;
  font-size: 13px !important;
}

.creditorTable tbody td {
  font-size: 13px !important;
}

.creditorTableGrt tbody td {
  padding: 5px !important;
  font-size: 13px !important;
}

.creditorTableGrt .stickyColumns {
  text-align: right !important;
}

.creditorTable thead th select {
  font-size: 13px !important;
}

.creditorTable thead th input {
  font-size: 13px !important;
}

.creditorTableFontClass {
  font-size: 13px !important;
}

.creditorTable input {
  padding: 2px 4px !important;
  line-height: 13px !important;
  height: 28px !important;
}

.creditorTable select {
  padding: 2px !important;
  line-height: 13px !important;
  height: 28px !important;
}

.creditorTable input[type=checkbox] {
  height: 20px !important;
  padding: 2px !important;
  font-size: 13px !important;
}

.pPanelWrapper .row {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e4e4e4;
  height: 72px;
  display: flex;
  align-items: center;
}
.pPanelWrapper .button .icons {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #24d15f;
  padding: 0 !important;
  text-align: center;
}
.pPanelWrapper .button .icons i {
  color: var(--white);
  font-size: 25px;
  top: -4px;
  position: relative;
}
.pPanelWrapper .button .icons.keyboard-icon {
  background-color: var(--dark-gray);
}

.newLoading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1001;
}

.formWrapper {
  width: 100%;
  padding: 12px;
}

.noPadding {
  padding: 0 !important;
}

.roleChekbox {
  width: 32px;
  float: left;
  margin: 0 12px;
}

.roleLabel {
  width: 80%;
  float: left;
}

.roleHeadline {
  margin: 20px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}

.mt-12 {
  margin-top: 12px;
}

.p-12 {
  padding: 12px;
}

.labelMargin {
  margin: 8px 5px;
}

.employeeLoadingWrapper {
  margin: 0 5px;
  height: 10px;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1s;
}
.page-title-box {
  margin-bottom: 0;
}

.admin-page {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.admin-page .submit-button {
  margin: 20px 0 0 10px;
}
.admin-page .list {
  padding: 5px 16px;
  max-height: 500px;
  margin-top: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}
.admin-page .list .item {
  cursor: pointer;
  padding: 10px 5px;
  border-bottom: 1px solid #dcdcdc;
}
.admin-page .list .item .actions button {
  padding: 0 4px;
}
.admin-page .list .adminActiveMenuItem {
  color: #3bafda;
  font-weight: bold;
}
.admin-page .filter {
  margin: 10px 0;
  padding: 0;
}
.admin-page .image-upload-wrapper {
  margin: 10px;
  display: inline-block;
  cursor: pointer;
}
.admin-page .image-upload-wrapper .preview {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background-color: #41b883;
  box-shadow: 3px 2px 5px 4px #cccccc;
  overflow: hidden;
  text-align: center;
}
.admin-page .image-upload-wrapper .preview img {
  height: 100%;
}
.admin-page .image-upload-wrapper .preview span {
  width: 150px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);
  color: #41b883;
  font-weight: bold;
  text-align: center;
}
.admin-page .roles-list .col-sm-1 {
  padding-right: 0;
}
.admin-page .roles-list .col-form-label {
  padding-left: 0;
}
.admin-page .assigned-agent {
  line-height: 35px;
}
.admin-page .checkbox-input {
  width: 20px !important;
  display: inline !important;
  margin-right: 10px;
  vertical-align: middle;
}
.admin-page .checkbox-row {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  cursor: pointer;
}

.nav-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.15);
}

.navbar-icons {
  font-size: 24px;
}

.navbar-preview {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 14px 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #fff;
  overflow: hidden;
  text-align: center;
}
.navbar-preview img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.scroll-list {
  overflow-y: scroll;
  height: 300px;
}

.has-errors {
  border: 1px solid red;
}

.animated-btn i {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: rotate 2s infinite linear;
  /* IE 10+, Fx 29+ */
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#sidebar-menu .router-link-exact-active a,
#sidebar-menu .router-link-active a {
  color: #3bafda;
}
#sidebar-menu .router-link-exact-active span,
#sidebar-menu .router-link-active span {
  color: #3bafda;
}
#sidebar-menu .router-link-exact-active i,
#sidebar-menu .router-link-active i {
  color: #3bafda;
}

.checkbox-filter {
  padding-top: 18px;
  padding-left: 25px;
}

.edit-indicator {
  margin-left: 10px;
}

.name.active {
  font-weight: bold;
}

.v-notification {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}
.v-notification.position-left, .v-notification.position-right {
  top: 20px;
  width: 300px;
}
.v-notification.position-right {
  left: unset;
  right: 20px;
}
.v-notification.position-left {
  right: unset;
  left: 20px;
}
.v-notification .timer {
  width: 100%;
  position: absolute;
  left: 0;
  height: 1px;
  top: 0px;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.v-notification h4 {
  color: #fff;
}

.client-page .submit-button {
  float: right;
  margin: 10px;
  height: 30px;
  line-height: 0;
}
.client-page .policy-header {
  justify-content: space-between;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  border-top-right-radius: 8px !important;
}
.client-page .policy-header .header-actions {
  align-items: center;
  justify-content: flex-end;
}
.client-page .nav-tabs {
  width: 100%;
}

.mx-datepicker {
  width: 100%;
}

.driverLi {
  width: 100%;
  float: left;
  position: relative;
  padding: 12px 5px 12px 15px;
  list-style-type: none;
  cursor: pointer;
  color: #2a404c;
  font-size: 13px;
}

.policyWrapper {
  border-radius: 8px;
  padding: 16px;
  margin: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e4e4e4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  background-color: #ffffff;
}

.policy-form .driver-list-wrapper {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
.policy-form .driver-list-wrapper .driver-list {
  padding-left: 0;
  list-style-type: none;
}
.policy-form .driver-list-wrapper .driver-list .driver {
  width: 100%;
  float: left;
  position: relative;
  padding: 12px 15px;
  list-style-type: none;
  cursor: pointer;
}
.policy-form .driver-list-wrapper .driver-list button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.policy-form .driver-list-wrapper .driver-list button:disabled {
  opacity: 0.4;
}
.policy-form input {
  width: 100%;
}
.policy-form .checkbox-input {
  width: 20px !important;
  display: inline !important;
  margin-right: 10px;
  vertical-align: middle;
}
.policy-form .checkbox-row {
  margin-top: 0;
  margin-bottom: 0;
}

.no-padding input {
  padding: 0;
  padding-left: 5px;
}

.menu-title {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  text-align: left;
}

.tab-item .tab-link {
  display: block;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tab-item .active {
  background-color: #1abc9c;
  color: #efefef !important;
}
.tab-item .activeBlue {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .activeAllGrid {
  background-color: #ffffff;
  color: #2a404c !important;
}
.tab-item .activeGreen {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .customerActiveTab {
  background-color: #f4f9ff;
  color: #000000;
}

.tab-item .tab-link {
  display: block;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tab-item .active {
  background-color: #1abc9c;
  color: #efefef !important;
}
.tab-item .activeBlue {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .activeAllGrid {
  background-color: #ffffff;
  color: #2a404c !important;
}
.tab-item .activeGreen {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .customerActiveTab {
  background-color: #f4f9ff;
  color: #000000;
}

.customer-notes-tab-item .tab-link {
  display: block;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.customer-notes-tab-item .active {
  background-color: #f7f5f5;
  color: #37cde6 !important;
}

.tab-item-label {
  margin: 0 5px;
}

.panelWrapper {
  background-color: #ffffff;
  padding: 10px;
}

.newPanelWrapper {
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 2px 1px #e4e4e4;
  background-color: #f7f7f7;
}

.panelShadowBlue {
  box-shadow: 0 0 2px 2px #3bafda;
}

.panelHeader {
  width: 100%;
  margin: 5px 0 10px 0;
  border-bottom: 2px solid #3bafda;
}

.panelSubHeader {
  width: 100%;
  margin: 5px 0 0 0;
  padding: 5px 0;
  border-bottom: 2px solid #3bafda;
}

.panelSubHeaderGray {
  width: 100%;
  margin: 5px 0 10px 0;
  border-bottom: 2px solid #6c757d;
}
.panelSubHeaderGray label {
  color: #6c757d;
  font-size: 1.05rem;
  margin: 0;
}

.alignLeft {
  padding-left: 0;
}

.alignRight {
  padding-right: 0;
}

.panelContent {
  padding: 10px;
}

.officePage .form-label {
  line-height: 2;
}

.noMargin {
  margin: 0 !important;
}

.client-page .form-label {
  line-height: 2;
}

.numericInput {
  width: 80px !important;
  margin: 0 10px;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}

.textareaInput {
  resize: none;
}

.gridHeader {
  background-color: #eaeaea;
}

.gridHeight {
  max-height: 280px;
  overflow-y: auto;
}

.listActive {
  background-color: #3bafda !important;
  color: #ffffff;
}

.activeListItem {
  color: #3bafda;
  font-weight: bold;
}

.color-picker-container .vc-chrome-fields-wrap {
  display: none !important;
}

.color-picker-container .vc-chrome-hue-wrap {
  margin-top: 8px !important;
}

.color-picker-container .vc-chrome-alpha-wrap {
  display: none !important;
}

.panelWrapper {
  background-color: #ffffff;
  padding: 10px;
}

.panelContent {
  padding: 10px;
}

.officePage .form-label {
  line-height: 2;
}

.noMargin {
  margin: 0 !important;
}

.hr {
  width: 100%;
  height: 1px;
  background-color: #444;
  margin-bottom: 15px;
}

.color-picker input {
  width: 50%;
}

.legend {
  border: 1px solid var(--gray-dark);
  position: relative;
  padding-top: 30px;
}
.legend h4 {
  position: absolute;
  top: -30px;
  padding: 10px;
  left: 30px;
  background-color: #fff;
}
.legend h5 {
  position: absolute;
  top: -30px;
  padding: 10px;
  left: 10px;
  font-size: 13px;
}

.filter-text-info {
  font-size: 0.75rem;
  margin: 10px 0px;
}

.flex-end {
  display: flex;
  justify-content: flex-end !important;
  margin-right: 10px;
}

.flex-center {
  justify-content: space-between !important;
}

.full-width {
  display: inline-block;
  width: 100%;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.divider {
  height: 1px;
  background-color: var(--gray);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.filter-box {
  padding: 8px 8px 16px 8px;
  background-color: #f7f7f7;
  border-top: 1px solid #e4e4e4;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.is-sortable {
  cursor: pointer !important;
}

.is-sticky-header thead {
  background-color: #3bafda !important;
  color: #2a404c;
}
.is-sticky-header thead tr th {
  padding: 15px;
  border-top: 1px solid #3bafda !important;
  border-bottom: 1px solid #3bafda !important;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  position: sticky !important;
  left: 0 !important;
  top: -1px !important;
  z-index: 5 !important;
  background-color: #3bafda;
  color: #fff !important;
}

.datagrid-table {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
}
.datagrid-table thead {
  background-color: #ffffff;
  color: #2a404c;
}
.datagrid-table thead th {
  padding: 15px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.datagrid-table thead th.sortable {
  cursor: pointer;
}
.datagrid-table thead th.sortable i {
  font-size: 11px;
}
.datagrid-table thead th .title {
  margin-right: 5px;
}
.datagrid-table thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table thead th button:disabled {
  opacity: 0.4;
}
.datagrid-table thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.datagrid-table tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.datagrid-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.datagrid-table tbody td {
  padding: 11px 15px;
  border-top: none;
  vertical-align: middle;
}
.datagrid-table tbody tr:hover,
.datagrid-table tbody tr:active {
  background-color: #daffe3;
}
.datagrid-table tbody button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table tbody button.addNewButton {
  width: auto;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #58a56b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.datagrid-table tbody button.viewOffersButton {
  width: 200px;
  height: 44px;
  padding: 0px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #3bafda;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.datagrid-table tbody button.sendAddendumButton {
  width: 200px;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #5c4f7a;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.datagrid-table tbody button:disabled, .datagrid-table tbody button:disabled:hover {
  opacity: 0.4;
  cursor: auto;
}
.datagrid-table tbody button:disabled.docusignButtons, .datagrid-table tbody button:disabled:hover.docusignButtons {
  opacity: 0.4;
  color: white !important;
  transition: none;
}
.datagrid-table tbody button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}

.disposition-table-top-aligned tbody td {
  vertical-align: top !important;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.agentActivityDetailTable {
  border: none !important;
  border-collapse: collapse;
  border-radius: 8px;
}
.agentActivityDetailTable thead {
  background-color: #ffffff;
  color: #8a9197 !important;
  border: none !important;
}
.agentActivityDetailTable thead tr th {
  border-top: none !important;
  border-bottom: none !important;
}
.agentActivityDetailTable thead th {
  padding: 15px;
  border: none !important;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  background-color: #8a9197 !important;
  border-color: #8a9197 !important;
  border-top: none !important;
  border-bottom: none !important;
}
.agentActivityDetailTable thead th.sortable {
  cursor: pointer;
}
.agentActivityDetailTable thead th.sortable i {
  font-size: 11px;
}
.agentActivityDetailTable thead th .title {
  margin-right: 5px;
}
.agentActivityDetailTable thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.agentActivityDetailTable thead th button:disabled {
  opacity: 0.4;
}
.agentActivityDetailTable thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.agentActivityDetailTable tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.agentActivityDetailTable tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.agentActivityDetailTable tbody td {
  padding: 11px 15px;
  border-top: none;
  vertical-align: middle;
}
.agentActivityDetailTable tbody tr:hover,
.agentActivityDetailTable tbody tr:active {
  background-color: #daffe3;
}
.agentActivityDetailTable tbody button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.agentActivityDetailTable tbody button.addNewButton {
  width: auto;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #58a56b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.agentActivityDetailTable tbody button:disabled {
  opacity: 0.4;
}
.agentActivityDetailTable tbody button:disabled.docusignButtons {
  opacity: 0.4;
  color: white !important;
  transition: none;
}
.agentActivityDetailTable tbody button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}

.custom-table {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
}
.custom-table .custom-table-input {
  width: 96%;
  padding: 2px 2% !important;
  line-height: 13px !important;
  height: 28px !important;
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
}
.custom-table thead {
  background-color: #ffffff;
  color: #2a404c;
}
.custom-table thead th {
  padding: 8px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.custom-table thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.custom-table thead th button:disabled {
  opacity: 0.4;
}
.custom-table thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.custom-table tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.custom-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.custom-table tbody td {
  padding: 8px;
  border-top: none;
  vertical-align: middle;
}
.custom-table tbody button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.custom-table tbody button.addNewButton {
  width: auto;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #58a56b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.custom-table tbody button:disabled {
  opacity: 0.4;
}
.custom-table tbody button:disabled.docusignButtons {
  opacity: 0.4;
  color: white !important;
  transition: none;
}
.custom-table tbody button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.custom-table tfoot tr {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.custom-table tfoot tr:nth-child(even) {
  background-color: #fafafa;
}
.custom-table tfoot td {
  padding: 8px;
  border-top: none;
  vertical-align: middle;
}

.priority-wrapper {
  margin-top: 20px;
  height: 50px;
  overflow: hidden;
}
.priority-wrapper.expanded {
  height: auto;
  overflow: visible;
}
.priority-wrapper .priority-header {
  padding: 6px;
  cursor: pointer;
  background-color: var(--white);
  border: 1px solid #dddddd;
}
.priority-wrapper .priority-header i {
  margin: -2px 5px;
  font-size: 20px;
}
.priority-wrapper .priority-header .priorityText {
  margin: 10px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  color: #2a404c;
}

.widthFull {
  width: 100%;
}

.widthFull {
  width: 100%;
}

.pagination {
  display: block;
}
.pagination .pagination-num {
  margin: 0 0 0 10px;
  text-align: center;
  width: 70px;
}
.pagination .btn {
  margin-left: 10px;
}

.gridFonts {
  font-size: 12px;
}

.form-group {
  margin-bottom: 0 !important;
}

.pagingPanel {
  float: right;
}

.pagingTextBox {
  width: 36px !important;
  height: 24px !important;
  margin: 3px 0;
  padding: 0 !important;
  float: right;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #2a404c;
}

.pagingIcon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: solid 0.7px #e4e4e4;
  background-color: #eeecec;
  color: #2a404c;
  margin: 3px 5px;
}

.pagingIcon:disabled {
  opacity: 0.65;
}

.pagingText {
  width: auto;
  float: right;
  margin: 5px 5px;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #2a404c;
}

.pagingTotalRecords {
  width: auto;
  float: left;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #939393;
}

.policyLoader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
}

.badgeStatusPadding {
  padding: 7px;
  font-size: 10px;
}

.badge-gray {
  background-color: #d5d4d4;
}

.customer-tab-link {
  width: 95%;
  float: left;
  height: 44px;
  padding: 10px 5% !important;
  margin-right: 5%;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border: solid 1px #e4e4e4 !important;
  background-color: #eeecec;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #000000 !important;
}

.customer-tab-link:hover {
  background-color: #eeecec;
  opacity: 0.8;
  color: #2a404c !important;
}

.grayButton {
  border: solid 1px #e4e4e4;
  background-color: #fafafa;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
  color: #424242;
  border-radius: 8px;
}

.generalButton {
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(107, 85, 202, 0.2);
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}

.generalButton:disabled {
  opacity: 0.65;
}

.generalLabel {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.noSizeSelectBox {
  border-radius: 6px;
  padding: 7px 12px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}

.generalSelectBox {
  width: 100%;
  border-radius: 6px;
  padding: 7px 12px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}

.clearFilterButton {
  border-radius: 22px;
  padding: 7px 12px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #000000;
}

.generalSelectBox:disabled {
  opacity: 0.65;
}

.generalTextBox {
  border-radius: 6px;
  padding: 8px 12px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}

.generalTextBox:disabled {
  opacity: 0.65;
}

.generalCheckBox {
  width: 21px;
  height: 21px;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
}

.generalFont {
  font-family: "Open Sans";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
}

.content ul {
  margin: 0 !important;
  padding: 0 !important;
}

.policyTabItem {
  padding: 12px;
  display: block;
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  background-color: #f7f5f5;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
  cursor: pointer;
}

.policySubTabItem {
  padding: 12px;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: solid 1px #e6e6e6;
  background-color: #f7f5f5;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000 !important;
  cursor: pointer;
}

.policySubTabItemActive {
  background-color: #ffffff;
}

.policyTabActive {
  box-shadow: 0 0 2px 0 #6b55ca;
  border: solid 2px #8871ed;
}

.customerTabActive {
  background-color: #f4f9ff;
}

.editorWrapper strong {
  font-weight: 800 !important;
}

.pauseOptionItem {
  width: 100%;
  display: block;
  margin: 5px 0;
}

.pauseOptionItem:hover {
  color: #3bafda;
  transition: all 0.4s linear;
}

@media screen and (min-width: 1024px) {
  .customer-tab-header-icon {
    width: 15%;
    float: left;
  }

  .customer-tab-header {
    width: 70%;
    margin: 0 5%;
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .customer-tab-icons {
    width: 10%;
    color: #2a404c;
  }

  .customer-tab-text {
    width: 70%;
    float: left;
    margin: 0 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 1023px) {
  .customer-tab-link {
    width: 100%;
    float: left;
    height: 63px;
    padding: 5px 5% !important;
  }

  .customer-tab-header-icon {
    display: block;
    padding: 30% 25%;
  }

  .customer-tab-header {
    width: 100%;
    float: left;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .customer-tab-icons {
    width: 100%;
    padding: 0;
    margin: 5px 0;
    text-align: center;
  }

  .customer-tab-text {
    width: 0%;
    display: none;
    float: left;
    margin: 0 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .closeOtherTabs ul,
.closeOtherTabs li {
    padding: 0;
  }
}
.customerPageTitle {
  width: auto;
  float: left;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2a404c;
}

.ar-icon__lg {
  line-height: 35px !important;
}

.ar-icon__sm {
  line-height: 20px !important;
}

.ar-recorder__records-limit {
  top: 68px !important;
}

.popover {
  position: absolute;
  width: 276px;
  bottom: 50px;
  top: unset;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e4e4e4;
  left: -120px;
  z-index: 9999;
}
.popover .no-button {
  border: none;
  background-color: transparent;
  font-size: 12px;
  color: #939393;
  float: right;
}
.popover .send-code {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 3px;
}
.popover .send-code span {
  position: relative;
  top: -3px;
}
.popover .send-code i {
  font-size: 18px;
}
.popover .cold-transfer .contact {
  margin-bottom: 0;
}
.popover input {
  border-radius: 8px;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
}
.popover button {
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Open Sans";
}
.popover .popover-header {
  background-color: transparent;
  border-bottom: none;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}
.popover .popover-header .container {
  padding: 12px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.popover .popover-header .container .form-control {
  margin-top: 11px;
}
.popover .popover-body {
  overflow-y: auto;
  padding: 0;
}
.popover .popover-body .numPadRow {
  height: 40px;
  padding: 5px;
  display: flex;
  justify-content: center;
  font-family: "Open Sans";
  font-size: 13px;
}
.popover .popover-body .contact {
  height: 36px;
  padding: 9px 11px 8px 11px;
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans";
  font-size: 13px;
  color: #2a404c;
}
.popover .popover-body .contact i {
  border-radius: 4px;
  background-color: #24d15f;
  color: #fff;
  display: inline-block;
  width: 27px;
  height: 27px;
  position: relative;
  top: -4px;
}
.popover .popover-body .contact i::before {
  position: relative;
  left: 6px;
  top: 4px;
}
.popover .popover-body .contact:nth-child(2n) {
  background-color: #f9f9f9;
}
.popover .popover-body .contact:hover {
  background-color: #daffe3;
}
.popover.more-actions {
  width: 240px;
}
.popover.internal-call {
  width: 246px;
  bottom: 60px;
  left: -200px;
}
.popover.internal-call .arrow {
  left: 204px !important;
}
.popover.camapaign-leads {
  width: 300px;
  bottom: 60px;
  left: -200px;
}
.popover.camapaign-leads .arrow {
  left: 204px !important;
}
.popover.numpad {
  width: 267px;
  bottom: 60px;
  left: -211px;
}
.popover.numpad .arrow {
  left: 214px !important;
}
.popover.numpad .popover-body {
  height: 110px !important;
  display: flex;
  overflow-x: hidden;
}
.popover.hangupOptions {
  width: 200px;
  bottom: 60px;
  left: -120px;
}
.popover.hangupOptions .arrow {
  left: 125px !important;
}
.popover.hangupOptions .popover-body {
  height: 100px !important;
  display: flex;
  overflow-x: hidden;
  align-content: flex-end;
  flex-direction: column;
}

.datagrid-table-skyline {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
  background-color: #ffffff;
}
.datagrid-table-skyline thead {
  background-color: #ffffff;
  color: #2a404c;
}
.datagrid-table-skyline thead th {
  padding: 10px 7px 10px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.datagrid-table-skyline thead th.sortable {
  cursor: pointer;
}
.datagrid-table-skyline thead th.sortable i {
  font-size: 11px;
}
.datagrid-table-skyline thead th .title {
  margin-right: 5px;
}
.datagrid-table-skyline thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table-skyline thead th button:disabled {
  opacity: 0.4;
}
.datagrid-table-skyline thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.datagrid-table-skyline tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.datagrid-table-skyline tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.datagrid-table-skyline tbody td {
  padding: 8px 5px;
  border-top: none;
  vertical-align: middle;
}
.datagrid-table-skyline tbody tr:hover,
.datagrid-table-skyline tbody tr:active {
  background-color: #daffe3;
}

.datagrid-table-skyline-client-grid {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
  background-color: #ffffff;
  table-layout: fixed;
  width: 100%;
}
.datagrid-table-skyline-client-grid thead {
  background-color: #ffffff;
  color: #2a404c;
}
.datagrid-table-skyline-client-grid thead th {
  padding: 10px 7px 10px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 50px;
}
.datagrid-table-skyline-client-grid thead th.sortable {
  cursor: pointer;
}
.datagrid-table-skyline-client-grid thead th.sortable i {
  font-size: 11px;
}
.datagrid-table-skyline-client-grid thead th .title {
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: calc(100% - 20px);
  vertical-align: middle;
}
.datagrid-table-skyline-client-grid thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table-skyline-client-grid thead th button:disabled {
  opacity: 0.4;
}
.datagrid-table-skyline-client-grid thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.datagrid-table-skyline-client-grid tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.datagrid-table-skyline-client-grid tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.datagrid-table-skyline-client-grid tbody td {
  padding: 8px 5px;
  border-top: none;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 50px;
}
.datagrid-table-skyline-client-grid tbody td span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.datagrid-table-skyline-client-grid tbody tr:hover,
.datagrid-table-skyline-client-grid tbody tr:active {
  background-color: #daffe3;
}
.fc-scroller-clip{overflow:hidden;position:relative}.fc-no-scrollbars{background:rgba(255,255,255,0)}.fc-no-scrollbars::-webkit-scrollbar{width:0;height:0}.fc-scroller-canvas{position:relative;box-sizing:border-box;min-height:100%}.fc-scroller-canvas>.fc-bg{z-index:1}.fc-scroller-canvas>.fc-content{z-index:2;position:relative;border-style:solid;border-width:0}.fc-scroller-canvas.fc-gutter-left>.fc-content{border-left-width:1px;margin-left:-1px}.fc-scroller-canvas.fc-gutter-right>.fc-content{border-right-width:1px;margin-right:-1px}.fc-scroller-canvas.fc-gutter-top>.fc-content{border-top-width:1px;margin-top:-1px}.fc-rtl .fc-timeline{direction:rtl}.fc-scrolled .fc-head .fc-scroller{z-index:2}.fc-timeline.fc-scrolled .fc-head .fc-scroller{box-shadow:0 3px 4px rgba(0,0,0,.075)}.fc-timeline .fc-body .fc-scroller{z-index:1}.fc-timeline .fc-scroller-canvas>div>div>table,.fc-timeline .fc-scroller-canvas>div>table{border-style:hidden}.fc-timeline .fc-scroller-canvas>.fc-content>.fc-rows>table{border-bottom-style:none}.fc-timeline td,.fc-timeline th{white-space:nowrap}.fc-timeline .fc-cell-content{overflow:hidden}.fc-timeline .fc-cell-text{display:inline-block;padding-left:4px;padding-right:4px}.fc-timeline th{vertical-align:middle}.fc-timeline .fc-head .fc-cell-content{padding-top:3px;padding-bottom:3px}.fc-timeline .fc-head .fc-time-area .fc-cell-content{overflow:visible}.fc-time-area col{min-width:2.2em}.fc-ltr .fc-time-area .fc-chrono th{text-align:left}.fc-rtl .fc-time-area .fc-chrono th{text-align:right}.fc-time-area .fc-slats{position:absolute;z-index:1;top:0;left:0;right:0;bottom:0}.fc-time-area .fc-slats table{height:100%}.fc-time-area .fc-slats .fc-minor{border-style:dotted}.fc-time-area .fc-slats td{border-width:0 1px}.fc-ltr .fc-time-area .fc-slats td{border-right-width:0}.fc-rtl .fc-time-area .fc-slats td{border-left-width:0}.fc-time-area .fc-bgevent-container,.fc-time-area .fc-highlight-container{position:absolute;z-index:2;top:0;bottom:0;width:0}.fc-ltr .fc-time-area .fc-bgevent-container,.fc-ltr .fc-time-area .fc-highlight-container,.fc-ltr .fc-time-area .fc-mirror-container{left:0}.fc-rtl .fc-time-area .fc-bgevent-container,.fc-rtl .fc-time-area .fc-highlight-container,.fc-rtl .fc-time-area .fc-mirror-container{right:0}.fc-time-area .fc-bgevent,.fc-time-area .fc-highlight{position:absolute;top:0;bottom:0}.fc-timeline .fc-now-indicator{z-index:3;top:0}.fc-time-area .fc-now-indicator-arrow{margin:0 -6px;border-width:6px 5px 0;border-left-color:transparent;border-right-color:transparent}.fc-time-area .fc-now-indicator-line{margin:0 -1px;bottom:0;border-left-width:1px}.fc-time-area .fc-event-container{position:relative;z-index:2;width:0}.fc-time-area .fc-mirror-container{position:absolute;z-index:3;top:0}.fc-time-area .fc-event-container{padding-bottom:8px;top:-1px}.fc-time-area tr:first-child .fc-event-container{top:0}.fc-no-overlap .fc-time-area .fc-event-container{padding-bottom:0;top:0}.fc-timeline-event{position:absolute;display:flex;border-radius:0;padding:2px 1px;margin-bottom:1px}.fc-no-overlap .fc-timeline-event{padding-top:5px;padding-bottom:5px;margin-bottom:0}.fc-ltr .fc-timeline-event{flex-direction:row;margin-right:1px}.fc-rtl .fc-timeline-event{margin-left:1px}.fc-timeline-event .fc-time-wrap{flex-shrink:0;min-width:0}.fc-timeline-event .fc-title-wrap{flex-grow:1;min-width:0}.fc-timeline-event .fc-time,.fc-timeline-event .fc-title{display:inline-block;vertical-align:top;max-width:100%;padding:0 2px;box-sizing:border-box;white-space:nowrap;overflow:hidden}.fc-timeline-event .fc-time{font-weight:700}.fc-timeline-event.fc-not-end:after,.fc-timeline-event.fc-not-start:before{content:"";align-self:center;width:0;height:0;margin:0 1px;border:5px solid #000;border-top-color:transparent;border-bottom-color:transparent;opacity:.5}.fc-ltr .fc-timeline-event.fc-not-start:before,.fc-rtl .fc-timeline-event.fc-not-end:after{border-left:0}.fc-ltr .fc-timeline-event.fc-not-end:after,.fc-rtl .fc-timeline-event.fc-not-start:before{border-right:0}



#app[data-v-5fa79f5a] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: #f0f8ff;
  padding-bottom: 15vh;
}
p[data-v-5fa79f5a] {
  text-align: center;
  font-size: 25px;
  font-family: system-ui;
}
.textDiv[data-v-5fa79f5a] {
  border: 1px solid rgb(230, 230, 230);
  width: 503px;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  text-align: center;
}
.loader[data-v-5fa79f5a] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ddd;
  position: relative;
  border: 10px solid;
  border-color: rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.25)
    rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  animation: rotation-5fa79f5a 1s linear infinite;
}
@keyframes rotation-5fa79f5a {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}
.password-container {
  margin-bottom: 1rem;
}
.password-container label {
  display: block;
  margin-bottom: 0.5rem;
}
.password-strength-bar {
  height: 0.4rem;
  margin-top: 0.5rem;
  border-radius: 5px;
}
.password-strength-weak {
  background-color: #ff5a5a;
}
.password-strength-fair {
  background-color: #ffa500;
}
.password-strength-good {
  background-color: #ffd700;
}
.password-strength-strong {
  background-color: #90ee90;
}
.password-strength-text {
  margin-top: 0.25rem;
}
.checkText {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}
.spinnerIconPosition {
  z-index: 2;
  position: absolute;
  top: 270px;
}
.spinnerBackground {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #ffffffb0;
  position: absolute;
}


.documentationCloseButtonWrapper {
  width: 120px;
  height: 50px;
  background-color: #800080;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
.documentationCloseButton {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: purple;
  padding: 10px 20px 5px 10px;
  float: right;
  display: block;
  cursor: pointer;
}


.slide-content[data-v-4c976e80] {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height var(--4c976e80-transitionDurationCSS) ease-in-out, opacity var(--4c976e80-transitionDurationCSS) ease-in-out;
}
.slide-content--active[data-v-4c976e80] {
    max-height: 2000px;
    opacity: 1;
}
[data-v-4c976e80] .metric-card {
  min-height: 120px;
  height: 100%;
}
[data-v-4c976e80] .metric-card__value {
  line-height: 1.1;
}
[data-v-4c976e80] .cards-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
[data-v-4c976e80] .cards-grid {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
[data-v-4c976e80] .cards-grid {
    grid-template-columns: repeat(2, 1fr);
}
}

.pPanelWrapper {
  width: calc(100% - 240px);
  position: fixed;
  bottom: 0;
  padding: 16px 22px;
  left: 240px;
  z-index: 999;
}
.pPanelWrapper .border-2,
.pPanelWrapper .border-4 {
  box-shadow: 0 0 20px 0 #24d15f !important;
  border: solid 1px #24d15f !important;
}
.pPanelWrapper .border-3 {
  box-shadow: 0 0 20px 0 #ed3030 !important;
  border: solid 1px #ed3030 !important;
}
.pPanelWrapper .border-5 {
  box-shadow: 0 0 20px 0 #d7a505 !important;
  border: solid 1px #d7a505 !important;
}
.pPanelWrapper .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
.pPanelWrapper .row {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e4e4e4;
  height: 72px;
  display: flex;
  align-items: center;
}
.pPanelWrapper .active-row {
  padding: 16px;
  background-color: #f5f5f5;
  border: solid 1px #e4e4e4;
  border-radius: 8px;
}
.pPanelWrapper .active-row.disposition-enabled {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.pPanelWrapper .contact-wrapper .contact-details {
  display: flex;
  flex-flow: column;
  padding-left: 10px;
}
.pPanelWrapper .contact-wrapper .contact-details span {
  color: #676666;
  font-size: 14px;
}
.pPanelWrapper .contact-wrapper .contact-details .bold {
  font-weight: 600;
}
.pPanelWrapper .contact-wrapper > span {
  display: flex;
}
@media (max-width: 768px) {
.pPanelWrapper .contact-wrapper .float-left {
    margin-bottom: 5px;
}
}
.pPanelWrapper .active-duration {
  display: inline-block;
  border-radius: 18px;
  font-weight: bold;
  font-size: 14px;
  padding: 9px 16px;
  height: 40px;
  border: solid 1px #e4e4e4;
  background-color: #ffffff;
  white-space: nowrap;
}
.pPanelWrapper .duration {
  display: inline-block;
  border-radius: 18px;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 12px;
  min-height: 50px;
  border: solid 1px #e4e4e4;
  background-color: #ffffff;
  flex-direction: column;
  text-align: center;
}
.pPanelWrapper .duration .duration-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}
.pPanelWrapper .duration .duration-counter {
  display: flex;
  justify-content: center;
}
.pPanelWrapper .duration .duration-icon {
  font-size: 12px;
  color: #666;
  margin-right: 4px;
}
.pPanelWrapper .duration .duration-text {
  font-size: 12px;
}
.pPanelWrapper .duration .duration-value {
  font-weight: bold;
}
.pPanelWrapper .duration.duration-call .duration-icon {
  color: #24d15f;
}
.pPanelWrapper .duration.duration-hold .duration-icon {
  color: #d7a505;
}
.pPanelWrapper .duration.grt-small-counter .duration-value {
  font-size: 12px;
}
@media (min-width: 1501px) {
.pPanelWrapper .duration .duration-icon {
    display: none;
}
}
@media (max-width: 1500px) {
.pPanelWrapper .duration {
    padding: 4px 8px;
    min-height: 40px;
}
.pPanelWrapper .duration .duration-text {
    display: none;
}
.pPanelWrapper .duration .duration-header {
    margin-bottom: 1px;
}
.pPanelWrapper .duration .duration-icon {
    font-size: 14px;
    margin-right: 2px;
}
.pPanelWrapper .duration .duration-value {
    font-size: 14px;
}
}
.pPanelWrapper .no-calls {
  display: inline-block;
  height: 40px;
  border-radius: 6px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 14px;
  border: solid 1px #e6e6e6;
  color: #2a404c;
  background-color: #ffffff;
  cursor: pointer;
}
.pPanelWrapper .on-hold {
  display: inline-block;
  height: 40px;
  border-radius: 6px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #d7a505;
  cursor: pointer;
}
.pPanelWrapper .connected {
  display: inline-block;
  height: 40px;
  border-radius: 6px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #24d15f;
  cursor: pointer;
}
.pPanelWrapper .hung-up {
  display: inline-block;
  height: 40px;
  border-radius: 6px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #ed3030;
  cursor: pointer;
}
.pPanelWrapper .incoming {
  display: inline-block;
  height: 40px;
  border-radius: 6px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #6080f7;
}
.pPanelWrapper .infoRow {
  width: 100%;
  position: absolute;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  top: -15px;
  left: 0px;
  margin: 0 0;
  padding: 3px 12px;
  font-size: 0.8em;
  color: white !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.pPanelWrapper .errorInfo {
  background-color: #f1556c;
}
.pPanelWrapper .warningInfo {
  background-color: #f7b84b;
}
.pPanelWrapper .successInfo {
  background-color: #1abc9c;
}
.pPanelWrapper .row {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 0 0;
}
.pPanelWrapper .texts {
  width: 100%;
  float: left;
  font-size: 20px;
  margin: 15px 0;
}
.pPanelWrapper .texts .icons {
  float: left;
  padding: 0 10px;
}
.pPanelWrapper .button {
  float: right;
  margin: 0 5px;
  cursor: pointer;
}
.pPanelWrapper .button .icons {
  font-size: 32px;
  padding: 5px;
}
.pPanelWrapper .hangup .icons {
  background-color: #ed3030 !important;
  cursor: pointer !important;
}
.pPanelWrapper .hangup .icons i {
  color: #fff !important;
  font-size: 18px !important;
  position: relative !important;
  top: -8px !important;
}
.pPanelWrapper .muteButton .icons {
  background-color: #ea9807 !important;
  cursor: pointer !important;
}
.pPanelWrapper .muteButton .icons i {
  color: #fff !important;
  font-size: 18px !important;
  position: relative !important;
  top: -8px !important;
}
.pPanelWrapper .disabledMuteButton .icons {
  background-color: gray !important;
  opacity: 0.5;
  cursor: pointer !important;
}
.pPanelWrapper .disabledMuteButton .icons i {
  color: #fff !important;
  font-size: 18px !important;
  position: relative !important;
  top: -8px !important;
}
.pPanelWrapper .callline .icons i {
  color: #fff !important;
  font-size: 20px !important;
  position: relative !important;
  top: -8px !important;
}
.pPanelWrapper .pauseline .icons {
  background-color: #d7a505 !important;
}
.pPanelWrapper .pauseline .icons i {
  color: #fff !important;
  font-size: 20px !important;
  position: relative !important;
  top: -8px !important;
}
.pPanelWrapper .moreline .icons {
  background-color: #e4e4e4 !important;
}
.pPanelWrapper .moreline .icons i {
  color: #000 !important;
  font-size: 20px !important;
  position: relative !important;
  top: -8px !important;
}
.pPanelWrapper .recordline .icons {
  background-color: #e4e4e4 !important;
}
.pPanelWrapper .recordline .icons i {
  color: #000 !important;
  font-size: 20px !important;
  position: relative !important;
  top: -8px !important;
}
.pPanelWrapper .forwardline .icons {
  background-color: #e4e4e4 !important;
}
.pPanelWrapper .forwardline .icons i {
  color: #000 !important;
  font-size: 20px !important;
  position: relative !important;
  top: -8px !important;
  left: -1px !important;
}
.pPanelWrapper .userline .icons {
  background-color: #e4e4e4 !important;
}
.pPanelWrapper .userline .icons i {
  color: #000 !important;
  font-size: 20px !important;
  position: relative !important;
  top: -8px !important;
  left: -1px !important;
}
.pPanelWrapper .playline .icons {
  background-color: #24d15f !important;
}
.pPanelWrapper .playline .icons i {
  color: #fff !important;
  font-size: 20px !important;
  position: relative !important;
  top: -8px !important;
}
.pPanelWrapper .dialnext {
  height: 40px;
  border-radius: 6px;
  background-color: #3bafda;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 13px;
  padding: 0 16px;
}
.pPanelWrapper .action-button {
  position: relative;
}
.pPanelWrapper .disposition {
  display: flex;
  align-items: center;
  flex-grow: 2;
  justify-content: flex-start;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #e4e4e4;
  float: left;
  width: 100%;
  padding: 10px 10px;
  margin: 0 0 5px 0;
  clear: both;
}
.pPanelWrapper .disposition .align-right {
  display: flex;
  justify-content: flex-end;
}
.pPanelWrapper .disposition .green-button {
  background-color: #24d171;
  color: #fff;
  font-size: 13px;
  padding: 3px 7px;
  border-radius: 4px;
  cursor: pointer;
}
.pPanelWrapper .disposition .blue-button {
  background-color: #72afe1;
  color: #fff;
  font-size: 13px;
  padding: 3px 7px;
  border-radius: 4px;
  cursor: pointer;
}
.pPanelWrapper .disposition .col-md-2 {
  display: flex;
}
.pPanelWrapper .disposition .col-md-8 {
  display: flex;
}
.pPanelWrapper .disposition .col-md-2 {
  display: flex;
}
.pPanelWrapper .disposition button {
  margin-left: 16px;
  background-color: #ea9807;
  padding: 9px 16px;
  border-radius: 8px;
}
.pPanelWrapper .dispoLogPanel {
  position: absolute;
  width: 500px !important;
  bottom: 40px;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.pPanelWrapper .dispoButtons:hover {
  color: #007bff;
}
.pPanelWrapper .button .icons {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #24d15f;
  padding: 0 !important;
  text-align: center;
}
.pPanelWrapper .button .icons i {
  color: var(--white);
  font-size: 20px;
  top: -8px;
  position: relative;
}
.pPanelWrapper .button .icons.keyboard-icon {
  background-color: var(--dark-gray);
}
.pPanelWrapper .callPanelScroll {
  max-height: 300px;
  overflow: hidden auto;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #ffff;
  border-radius: 10px;
  padding-top: 15px;
  margin-bottom: 10px;
}
.tooltip-container {
  position: relative;
  display: inline-block;
}
.tooltip-container::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  background-color: #2c3e50;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}
.tooltip-container::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2c3e50 transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
}
.tooltip-container:hover::before,
.tooltip-container:hover::after {
  opacity: 1;
  visibility: visible;
}
.tooltip-container .ri-bank-line {
  cursor: pointer;
}

.small-input[data-v-06a1e6c3] {
  width: 125px;
  height: 23px;
  font-size: 12px;
  padding: 2px 5px;
}
.liveCallReportWrapper tbody tr[data-v-06a1e6c3] {
  color: #ffffff !important;
  text-shadow: 0 1px 1px #333;
}
.liveCallReportWrapper tbody tr td[data-v-06a1e6c3] {
  color: #ffffff !important;
  text-shadow: 0 1px 1px #333;
  padding: 10px !important;
}
.inbound-call-table thead th[data-v-06a1e6c3] {
  background-color: #fafafa;
}
.inbound-call-table tbody tr[data-v-06a1e6c3] {
  border-top: 1px solid #dbdbdb;
}
.inbound-call-table tbody tr td[data-v-06a1e6c3] {
  color: #6c757d !important;
  text-shadow: none;
  padding: 10px !important;
}
.liveCallReportWrapper thead th[data-v-06a1e6c3] {
  padding: 10px !important;
}
.liveCallReport[data-v-06a1e6c3] {
  width: 100%;
  height: 50px;
  position: absolute;
  top: -55px;
  left: 12px;
  background-color: white;
}
.pageHeader[data-v-06a1e6c3] {
  float: left;
  font-size: 1.1rem;
  margin: 0;
  line-height: 2.4rem;
  color: #323a46;
}
.timerWrapper[data-v-06a1e6c3] {
  width: auto;
  float: left;

  border-radius: 18px;
  font-weight: bold;
  font-size: 14px;
  padding: 9px 16px;
  height: 40px;
  border: solid 1px #e4e4e4;
  background-color: #ffffff;
}
.spinnerDiv[data-v-06a1e6c3] {
  float: left;
  color: #1abc9c;
  font-size: 24px;
}
.mapsDiv[data-v-06a1e6c3] {
  width: auto;
  float: left;
}
.activeCallRow .passiveButton[data-v-06a1e6c3] {
  color: #999999;
}
.activeCallRow .activeButton[data-v-06a1e6c3] {
  color: #ed3030;
}
.MyTeamButtonWrapper[data-v-06a1e6c3] {
  display: flex;
  align-items: center;
  margin: 15px 0px 20px 0px;
}
.MyTeamButtonInput[data-v-06a1e6c3] {
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  margin-right: 12px;
}
.agentSummaryWrapper[data-v-06a1e6c3] {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
}
.loader[data-v-06a1e6c3] {
  animation: rotation-06a1e6c3 1s linear infinite;
  position: relative;
  font-size: 60px;
  left: 40%;
  margin-top: 50px;
}
@keyframes rotation-06a1e6c3 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.pauseReasonSummaryWrapper[data-v-06a1e6c3] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-items: center;
  gap: 10px;
  grid-auto-rows: 1fr;
}
.pauseReasonLabel[data-v-06a1e6c3] {
  margin: 0px;
  padding: 5px;
  background-color: #a0e8ff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.agentStatusWrapper[data-v-06a1e6c3] {
  margin: 20px 0 20px 0;
  width: calc(100% - 46px);
}


.live-call-dashboard-overlay[data-v-227cd96c] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}
.live-call-dashboard-moveable[data-v-227cd96c] {
  pointer-events: auto;
  transition: all 0.3s ease;
  position: relative;
}
.live-call-dashboard-header[data-v-227cd96c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-bottom: 1px solid #ddd;
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1001;
}
.live-call-dashboard-header.not-draggable[data-v-227cd96c] {
  cursor: default;
}
.dashboard-title[data-v-227cd96c] {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.dashboard-controls[data-v-227cd96c] {
  display: flex;
  gap: 8px;
  position: relative;
  z-index: 1002;
}
.dashboard-controls-button[data-v-227cd96c] {
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1003;
  pointer-events: auto;
  cursor: pointer;
}
.dashboard-controls-button[data-v-227cd96c]:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
.dashboard-controls-button[data-v-227cd96c]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.live-call-dashboard-content[data-v-227cd96c] {
  height: calc(100% - 60px);
  overflow-x: hidden;
  overflow-y: auto;
}

/* Resize handles */
.resize-handle[data-v-227cd96c] {
  position: absolute;
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  z-index: 1001;
  cursor: pointer;
  transition: all 0.2s ease;
  pointer-events: auto;
  opacity: 0;
}
.live-call-dashboard-moveable.maximized .resize-handle[data-v-227cd96c] {
  display: none;
}
.resize-handle[data-v-227cd96c]:hover {
  opacity: 0.3;
  background: rgba(102, 126, 234, 0.3);
}
.resize-handle-nw[data-v-227cd96c] {
  top: -8px;
  left: -8px;
  cursor: nw-resize;
}
.resize-handle-n[data-v-227cd96c] {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  cursor: n-resize;
}
.resize-handle-ne[data-v-227cd96c] {
  top: -8px;
  right: -8px;
  cursor: ne-resize;
}
.resize-handle-w[data-v-227cd96c] {
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  cursor: w-resize;
}
.resize-handle-e[data-v-227cd96c] {
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  cursor: e-resize;
}
.resize-handle-sw[data-v-227cd96c] {
  bottom: -8px;
  left: -8px;
  cursor: sw-resize;
}
.resize-handle-s[data-v-227cd96c] {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  cursor: s-resize;
}
.resize-handle-se[data-v-227cd96c] {
  bottom: -8px;
  right: -8px;
  cursor: se-resize;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.live-call-dashboard-moveable[data-v-227cd96c] {
    width: 95% !important;
    height: 80% !important;
    top: 10% !important;
    right: 2.5% !important;
}
}


.portalTextEditor #textEditor-pu {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.closeButtons {
  position: absolute;
  right: 5px;
  z-index: 1000;
  font-size: 25px;
  cursor: pointer;
  color: rgb(228, 228, 228);
}
.closeButtons:hover {
  color: #ff3860;
}
.clientPortalBox {
  height: auto;

  background-color: #3bafda;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}


.generalLabel2[data-v-4b2321ee] {
  color: black;
  font-size: 12px;
  min-width: 150px;
}
.small-input[data-v-4b2321ee] {
  width: 150px;
  height: 23px;
  font-size: 12px;
  padding: 2px 5px;
}
.form-row[data-v-4b2321ee] {
  display: flex;
  align-items: center;
}





.datagrid-table strong {
  font-weight: 700 !important;
}
.textScroll {
  border: 1px solid #ccc;
  height: 213px !important;
}
.vueEditor {
  width: 100%;
  height: 200px;
  position: relative;
}
.o-table__td:hover {
  background: #f8f8f8;
  color: rgb(0, 0, 0);
  transform: scale(1.02);
}
.panel-heading {
  width: 100%;
  height: 50px;
  padding: 0.5em 1em !important;
  background-color: #f8f8f8 !important;
  border: 1px solid #ccc !important;
}
.ql-toolbar.ql-snow {
  background-color: #f8f8f8;
}
.bottomScreen {
  border: 1px solid #ccc !important;
  background-color: #f8f8f8;
}
.bottomHeaderText {
  color: #363636;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 10px;
}
.quickNotes {
  padding-right: 5px !important;
}
.quickNoteItem {
  width: 100%;

  padding: 10px 2%;
}
.notePanel #textEditor-cn {
  height: 268px;
  max-height: 268px;
}


.docusignESendButton {
  display: flex;
  justify-content: flex-end;
}
.has-error {
  border: 2px solid red !important;
}


.clientTaskPopUpBackground {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainPopUp {
  position: absolute;
  height: auto;
  border-radius: 5px;
  background-color: white;
}
.popUpButtons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.allButtons {
  display: flex;
  justify-content: space-evenly;
}
.CTactionSelect {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.allowedPostPonteRangeText {
  display: flex;
  justify-content: center;
  background-color: rgba(240, 240, 240, 0.123);
  width: auto;
  padding: 4px 8px;
}
.bottomButtons {
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
}
.exitButton {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 2em;
  color: #f1556c;
  cursor: pointer;
  z-index: 1001;
}


.popupNameLabel {
  margin: -10px 0 0 0px;
}
.headerLabel {
  width: 100%;
  padding: 4px;
  background: #ebebeb;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.valueLabel {
  width: 100%;
  padding: 0 4px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.has-error {
  border: 2px solid red !important;
}
.creditorsAddButton {
  height: 30px !important;
  margin-top: 2px;
  padding: 0 10px !important;
  background-color: #3bafda !important;
  font-size: 12px !important;
  color: #ffffff;
}
.addAllButton {
  height: 40px !important;
  margin-top:-4px;
  padding: 0 10px !important;
  background-color: #3bafda !important;
  font-size: 12px !important;
  color: #ffffff;
}
@media screen and (max-height: 742px) {
.cprp-mediaScreen {
    max-height: 600px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 637px) {
.cprp-mediaScreen {
    max-height: 400px !important;
    overflow-y: scroll;
}
}


.backgroundOdd[data-v-73c2638e] {
  background-color: #e9e9e9;
}
.backgroundEven[data-v-73c2638e] {
  background-color: #f9f9f9;
}
.notifyItemWrapper[data-v-73c2638e] {
  width: 100%;
  float: left;
  padding: 16px;
}
.notifyIcon[data-v-73c2638e] {
  width: 48px;
  height: 48px;
  font-size: 36px;
  float: left;
  margin: 0 0;
}
.notifySecondsWrapper[data-v-73c2638e] {
  width: 100px;
  float: left;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.notifyAutoCallHeader[data-v-73c2638e] {
  width: 254px;
  float: right;
  text-align: center;
}
.notifyRow[data-v-73c2638e] {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.notifyImage[data-v-73c2638e] {
  width: 48px;
  float: left;
}
.notifyDetails[data-v-73c2638e] {
  width: 300px;
  float: right;
}
.notifyHeader[data-v-73c2638e] {
  width: 100%;
  float: left;
}
.notifyName[data-v-73c2638e] {
  width: 60%;
  float: left;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notifyDate[data-v-73c2638e] {
  width: 40%;
  float: right;
  font-size: 0.75rem;
  line-height: 1.2rem;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notifyText[data-v-73c2638e] {
  width: 100%;
  display: block;
  float: left;
  max-height: 75px;
  margin: 10px 0;
  color: #6c757d;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notfiyButtonWrapper[data-v-73c2638e] {
  width: 100%;
  height: 32px;
  float: left;
  margin: 10px 0 0 0;
  text-align: right;
}
.autoCallReminderText[data-v-73c2638e] {
  width: 100%;
  max-height: 50px;
  float: left;
  margin: 10px 0 0 0;
  text-align: left;
}
.notifyButton[data-v-73c2638e] {
  display: inline-block;
  margin: 0 5px;
}
.notfiySoundWrapper[data-v-73c2638e] {
  width: 100%;
  height: 50px;
  float: left;
  margin: 10px 0 0 0;
  position: relative;
}
.base-timer[data-v-73c2638e] {
  position: relative;
  width: 100px;
  height: 100px;
}
.base-timer__svg[data-v-73c2638e] {
  transform: scaleX(-1);
}
.base-timer__circle[data-v-73c2638e] {
  fill: none;
  stroke: none;
}
.base-timer__path-elapsed[data-v-73c2638e] {
  stroke-width: 7px;
  stroke: grey;
}
.base-timer__path-remaining[data-v-73c2638e] {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}
.gray[data-v-73c2638e] {
  color: gray;
}
.green[data-v-73c2638e] {
  color: rgb(65, 184, 131);
}
.orange[data-v-73c2638e] {
  color: orange;
}
.red[data-v-73c2638e] {
  color: red;
}
.base-timer__label[data-v-73c2638e] {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}


.notifyBox[data-v-7e4b414a] {
  width: 400px;
  padding: 5px;
  margin: 10px 0;
  background-color: #999;
  float: left;
  box-shadow: 0 5px 10px #999;
}
.notifyTimer[data-v-7e4b414a] {
  height: 5px;
  background-color: #999;
}


.popupWrapper[data-v-2dcc247c] {
  width: 410px;
  max-height: 700px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}


.fc-today-button {
  padding: 3px 8px !important;
  background-color: #3bafda !important;
  border-color: #3bafda !important;
}
.fc-prev-button,
.fc-next-button {
  padding: 3px 0px !important;
  background-color: #3bafda !important;
  border-color: #3bafda !important;
}
.fc-daygrid-event:hover {
  background-color: #3a87ad !important;
}
.fc-daygrid-event {
  cursor: pointer !important;
}
.fc-content {
  color: #fff !important;
  cursor: pointer !important;
}
.fc-day-grid-event .fc-content {
  color: #fff !important;
  cursor: pointer !important;
  height: 30px;
}
.fc-day-grid-event .fc-title {
  width: 100%;
  white-space: pre-wrap;
  display: block;
}
.fc-event-container,
.fc-day-grid-event {
  cursor: pointer !important;
}
.fc-day-header {
  background: #f1f5f7 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 10px 0 !important;
  text-transform: uppercase !important;
}
.fc-day-number {
  float: right;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #f1f5f7;
  border-radius: 50%;
  margin: 5px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  cursor: pointer !important;
}
.fc button,
.fc table,
body .fc {
  font-size: 1em;
}
.fc .fc-axis,
.fc button,
.fc-day-grid-event .fc-content,
.fc-list-item-marker,
.fc-list-item-time,
.fc-time-grid-event .fc-time,
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.fc-event,
.fc-event:hover,
.fc-state-hover,
.fc.fc-bootstrap3 a,
.ui-widget .fc-event,
a.fc-more {
  text-decoration: none;
}
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
.fc th,
.fc-basic-view .fc-day-top .fc-week-number,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
  text-align: center;
}
.fc-highlight {
  background: #bce8f1;
  opacity: 0.3;
}
.fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
}
.fc-nonbusiness {
  background: #d7d7d7;
}
.fc button {
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  cursor: pointer;
}
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc button .fc-icon {
  position: relative;
  top: -0.05em;
  margin: 0 0.2em;
  vertical-align: middle;
}
.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
.fc-state-active,
.fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}
.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
  cursor: pointer;
}
.fc-button-group {
  display: inline-block;
}
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  margin-left: 0;
}
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}
.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
}
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
}
a[data-goto]:hover {
  text-decoration: underline;
}
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}
.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-day-grid-event .fc-content,
.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
  overflow: hidden;
}
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}
.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
}
.fc-event,
.fc-event:hover {
  color: #fff;
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}
.fc-day-grid-event .fc-time {
  font-weight: 700;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  display: none;
}
.fc-day-grid .fc-row {
  z-index: 1;
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
.fc-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: "Courier New", Courier, monospace;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: 0.9em;
  margin-top: 2px;
}
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
.ui-widget .fc-disabled-day {
  background-image: none;
}
.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}
.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}
.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}
.ui-widget td.fc-axis {
  font-weight: 400;
}
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}
.fc.fc-bootstrap4 a {
  text-decoration: none;
}
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}
.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}
.fc-toolbar h2 {
  margin: 0;
}
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}
.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px;
}
.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  background-color: #f2f2f2;
  color: grey;
}
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}
.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event.fc-selected {
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  padding: 0;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.fc-rtl .fc-list-view {
  direction: rtl;
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
.fc .fc-list-table {
  table-layout: auto;
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: 700;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
.fc-list-item.fc-has-url {
  cursor: pointer;
}
.fc-list-item-marker,
.fc-list-item-time {
  width: 1px;
}
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  background-color: #eee;
}
.fc-view {
  margin-top: 30px;
}
.none-border .modal-footer {
  border-top: none;
}
.fc-toolbar {
  margin: 15px 0 5px 0;
}
.fc-toolbar h2 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.fc-day-grid-event .fc-time {
  font-weight: 700;
}
.fc-day {
  background: #fff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc th.fc-widget-header {
  background: #f1f5f7;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #dee2e6;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #f1f5f7;
  border-radius: 50%;
  margin: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}
.fc-button {
  background: #f1f5f7;
  border: none;
  color: #6c757d;
  text-transform: capitalize;
  box-shadow: none;
  border-radius: 3px;
  margin: 0 3px;
  padding: 6px 12px;
  height: auto;
}
.fc-text-arrow {
  font-family: inherit;
  font-size: 1rem;
}
.fc-state-hover {
  background: #f1f5f7;
}
.fc-state-highlight {
  background: #dee2e6;
}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #3bafda;
  color: #fff;
  text-shadow: none;
}
.fc-cell-overlay {
  background: #dee2e6;
}
.fc-unthemed .fc-today {
  background: #fff;
}
.fc-event {
  border-radius: 2px;
  border: none;
  cursor: pointer;
  font-size: 0.8125rem;
  margin: 3px 7px;
  padding: 0px 5px 5px 0;
  text-align: center;
}
.external-event {
  cursor: pointer;
  margin: 10px 0;
  padding: 8px 10px;
  color: #fff;
}
.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
}
.fc-basic-view td.fc-day-number {
  padding-right: 8px;
}
.fc-basic-view .fc-content {
  color: #fff !important;
}
.fc-time-grid-event .fc-content {
  color: #fff !important;
}
@media (max-width: 767.98px) {
.fc-toolbar .fc-left,
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-center {
    float: none;
    display: block;
    clear: both;
    margin: 10px 0;
}
.fc .fc-toolbar > * > * {
    float: none;
}
.fc-today-button {
    display: none;
}
}


.editorWrapper p[data-v-7524bae6] {
  margin-bottom: 0 !important;
}
.optionWrapper[data-v-7524bae6] {
  width: 94%;
  height: auto;
  background-color: white;
  position: absolute;
  top: 35px;
  left: 3%;
  z-index: 920;
  border: 1px solid #7b9cd3;
}
.optionItem[data-v-7524bae6] {
  width: 100%;
  float: left;
  padding: 2px 16px;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
}
.optionItem[data-v-7524bae6]:hover {
  background-color: #1e90ff;
  color: white;
}
.selectedItem[data-v-7524bae6] {
  background-color: #1e90ff;
  color: white;
}
.closeButton[data-v-7524bae6] {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  cursor: pointer;
  z-index: 901;
}


.smsHistoryPanel[data-v-8c8dbcd6] {
  padding: 0 0 10px 0;
}
.smsRow[data-v-8c8dbcd6] {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.smsImageWrapper[data-v-8c8dbcd6] {
  width: 64px;
  float: left;
}
.outBound .smsImageWrapper[data-v-8c8dbcd6] {
  float: right;
}
.quickSmsPanel[data-v-8c8dbcd6] {
  width: 100%;
  margin: 0 24px;
  padding: 10px 12px;
  border: solid 1px #e6e6e6;
  background-color: #f9f9f9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.attachmentPanel[data-v-8c8dbcd6] {
  width: 100%;
  margin: 0 24px;
  padding: 5px 12px;
  border: solid 1px #e6e6e6;
  background-color: #f9f9f9;
}
.attachmentItem[data-v-8c8dbcd6] {
  width: 160px;
  float: right;
  margin: 2px 5px;
  padding: 5px 0 5px 0px;
  border-radius: 8px;
  background-color: #6c757d;
  font-size: 13px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: white;
}
.attachmentIcon[data-v-8c8dbcd6] {
  font-size: 13px;
  font-weight: 400;
  margin: 0 3px;
}
.attachmentCloseIcon[data-v-8c8dbcd6] {
  float: right;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 5px;
  cursor: pointer;
}
.messagingPanel[data-v-8c8dbcd6] {
  width: 100%;
  margin: 0 24px;
  padding: 10px 12px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: none;
}
.refreshButton[data-v-8c8dbcd6] {
  width: 40px;
  float: right;
}
.smsCustomerNameLabel[data-v-8c8dbcd6] {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #939393;
}
.smsCustomerNameText[data-v-8c8dbcd6] {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.smsPanelImage[data-v-8c8dbcd6] {
  width: 32px;
  margin-top: 12px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px #999;
}
.smsPanelDate[data-v-8c8dbcd6] {
  width: auto;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #606160;
  margin: 0 0 0 72px;
}
.outBound .smsPanelDate[data-v-8c8dbcd6] {
  width: auto;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #606160;
  margin: 0 72px 0 16px;
}
.smsTextWrapper[data-v-8c8dbcd6] {
  width: auto;
  min-width: 200px;
  max-width: 80%;
  float: left;
  padding: 12px 12px;
  position: relative;
  text-align: left;
  border-radius: 16px;
  background: #96d2e8;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.outBound .smsTextWrapper[data-v-8c8dbcd6] {
  float: right;
  background-color: #e6e6e6;
  position: relative;
}
.smsStatus[data-v-8c8dbcd6] {
  display: inline-block;
  text-align: right;
  font-size: 12px;
}
.quickSmsDropDown[data-v-8c8dbcd6] {
  border-radius: 8px;
  background-color: #24d171;
  font-size: 13px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #ffffff;
}
.attachmentButton[data-v-8c8dbcd6] {
  float: right;
  border-radius: 8px;
  background-color: #24d171;
  font-size: 13px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #ffffff;
}
.bubble[data-v-8c8dbcd6]:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #fefefe;
  border-top: 10px solid #fefefe;
  border-bottom: 10px solid transparent;
  left: -19px;
  top: 6px;
}
.bubbleRight[data-v-8c8dbcd6]:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #96d2e8;
  border-right: 10px solid transparent;
  border-top: 10px solid #96d2e8;
  border-bottom: 10px solid transparent;
  right: -19px !important;
  top: 6px;
}
.optOutPanel[data-v-8c8dbcd6] {
  width: 100%;
  padding: 10px;
  float: left;
  color: white;
  text-align: center;
}
.scrollPanel[data-v-8c8dbcd6] {
  float: left;
  margin: 5px 0;
  padding: 8px;
  border-top: 1px solid #e6e6e6;
}


.navigationCampaignLeadButton[data-v-453ad8cd] {
  position: relative;
}
.switch-container[data-v-453ad8cd] {
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.switch-label[data-v-453ad8cd] {
  margin-right: 10px;
  cursor: pointer;

  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
}
.switch[data-v-453ad8cd] {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.switch-input[data-v-453ad8cd] {
  opacity: 0;
  width: 40px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.switch-slider[data-v-453ad8cd] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 20px;
  cursor: pointer;
}
.switch-slider[data-v-453ad8cd]::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
.switch-input:checked + .switch-slider[data-v-453ad8cd] {
  background-color: var(--primary);
}
.switch-input:checked + .switch-slider[data-v-453ad8cd]::before {
  transform: translateX(20px);
}
.animate_collapseAnimation[data-v-453ad8cd] {
  animation-name: collapseAnimation-453ad8cd;
  animation-duration: 1s;
}
.animate_expandAnimation[data-v-453ad8cd] {
  animation-name: expandAnimation-453ad8cd;
  animation-duration: 1s;
}
@keyframes collapseAnimation-453ad8cd {
from {
    margin-left: 0;
}
to {
    margin-left: -250px;
}
}
@keyframes expandAnimation-453ad8cd {
from {
    margin-left: -250px;
}
to {
    margin-left: 0;
}
}
.searchIcon[data-v-453ad8cd] {
  position: absolute;
  left: 176px;
  top: 2px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0.3rem;
  height: 25px;
  color: #6c757d;
  cursor: default;
}
.filterReportInput[data-v-453ad8cd] {
  display: block;
  padding: 0.2rem 0.5rem;
  font-size: 14px;
  margin-left: 9px;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.navigationItemWrapper[data-v-453ad8cd] {
  width: 100%;
}
.navigationItemIcon[data-v-453ad8cd] {
  width: 8%;
  float: left;
}
.navigationItemDeleteIcon[data-v-453ad8cd]:hover {
  color: #ff3860;
}
.navigationItemText[data-v-453ad8cd] {
  width: 80%;
  float: left;
  margin-top: -1px;
}
.navigationReportsText[data-v-453ad8cd] {
  width: 90%;
  float: left;
  margin-top: -1px;
}
.valignTop[data-v-453ad8cd] {
  margin-top: -6px;
}
.left-side-menu[data-v-453ad8cd] {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-sidebar-menu[data-v-453ad8cd] {
  margin-top: 72px;
}
.reminderClose[data-v-453ad8cd] {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.backgroundLock[data-v-453ad8cd] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
}
.reminderCalendar[data-v-453ad8cd] {
  width: 50%;
  float: left;
  margin: 10px 25%;
  position: relative;
  padding: 0 10px 0 10px;
  z-index: 1000;
  background: #efefef;
  border: 3px solid #555;
  box-shadow: 0 2px 5px #000;
}
.smsHistoryPanel[data-v-453ad8cd] {
  z-index: 1000;
  border-radius: 10px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
}
.closeSmsHistory[data-v-453ad8cd] {
  width: 60px;
  float: right;
  display: block;
  margin: 10px 12px 0 0;
  padding: 8px 0;
  cursor: pointer;
  border-radius: 8px;
  border: solid 1px #3bafda;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #3bafda;
}
.calendarExit[data-v-453ad8cd] {
  width: 50px;
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  text-align: right;
  font-size: 32px;
  line-height: 24px;
  cursor: pointer;
  z-index: 1000;
}
.calendarExit[data-v-453ad8cd]:hover {
  color: #ff3860;
}
.hotLeadWrapper[data-v-453ad8cd] {
  margin: auto;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 28em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.noNotificationPanel[data-v-453ad8cd] {
  background-color: #f5f5f5;
  padding: 40px 0;
}
.statusIcon[data-v-453ad8cd] {
  font-size: 16px;
  line-height: 0px !important;
  display: block;
}
.onlineButton[data-v-453ad8cd] {
  background-color: #58a56b !important;
  color: #fff;
}
.awayButton[data-v-453ad8cd] {
  background-color: #f7b84b !important;
  color: #fff;
}
.buttonHover[data-v-453ad8cd] {
  color: #6a6c71;
}
.buttonHover[data-v-453ad8cd]:hover {
  color: #3bafda !important;
  transition-duration: 0.3s;
}
.navCategoryColor[data-v-453ad8cd] {
  color: #6a6c71;
}
.navCategoryColor[data-v-453ad8cd]:hover {
  color: #3bafda !important;
  transition-duration: 0.3s;
}
.scriptPopupMoveable[data-v-453ad8cd] {
  position: absolute;
  width: 480px;
  height: auto;
  margin: 0 auto;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 0 5px 2px #b7b3b3;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 2000;
}
.creditReportPopupMoveable[data-v-453ad8cd] {
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 0 5px 2px #b7b3b3;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 1050;
}
.moveable-control-box[data-v-453ad8cd] {
  display: none !important;
}
.pulse[data-v-453ad8cd] {
  animation: pulse-animation-453ad8cd 1s infinite;
}
.pulse-hold[data-v-453ad8cd] {
  animation: pulse-hold-animation-453ad8cd 1s infinite;
}
@keyframes pulse-animation-453ad8cd {
0% {
    box-shadow: 0 0 0 0px rgba(0, 255, 0, 0.863);
}
40% {
   box-shadow: 0 0 0 15px rgba(0, 255, 0, 0.5), 0 0 25px rgba(0, 255, 0, 0.3);
}
100% {
    box-shadow: 0 0 0 30px rgba(255, 193, 7, 0), 0 0 35px rgba(255, 193, 7, 0);
}
}
@keyframes pulse-hold-animation-453ad8cd {
0% {
    box-shadow: 0 0 0 0px rgba(255, 193, 7, 1), 0 0 15px rgba(255, 193, 7, 0.7);
}
40% {
    box-shadow: 0 0 0 15px rgba(255, 193, 7, 0.6), 0 0 25px rgba(255, 193, 7, 0.5);
}
100% {
    box-shadow: 0 0 0 30px rgba(255, 193, 7, 0), 0 0 35px rgba(255, 193, 7, 0);
}
}
.circle[data-v-453ad8cd] {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
}
.rightSidebar[data-v-453ad8cd] {
  position: fixed;
  top: 72px;
  right: 0px;
  height: 100%;
  width: 480px;
  background-color: #ffffff;
  transition: right 0.5s;
  z-index: 9000;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.bulkUpdateTagProgress[data-v-453ad8cd] {
  width: 100%;
  background-color: grey;
}
.bulkUpdateTagBar[data-v-453ad8cd] {
  width: 1%;
  height: 30px;
  background-color: green;
}


.quickEmailItem[data-v-b416beb8] {
  cursor: pointer;
  width: 100%;
  padding: 10px;
}
.quickEmailItem[data-v-b416beb8]:active,
.quickEmailItem[data-v-b416beb8]:hover {
  cursor: pointer;
  background: #daffe3 !important;
}


.has-error {
  border: 2px solid red !important;
}
.popupHeader {
  margin-left: 23px;
  margin-top: -5px;
  padding-bottom: 10px;
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
.closeButton_ada {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 500;
  font-size: 30px;
  cursor: pointer;
}


.modal-open[data-v-701ac82d] {
  overflow: hidden;
}
.modal-open .modal[data-v-701ac82d] {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal[data-v-701ac82d] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog[data-v-701ac82d] {
  position: relative;
  width: auto;
  margin: 0.5rem auto; /* center horizontally */
  pointer-events: none;
}
.modal.fade .modal-dialog[data-v-701ac82d] {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog[data-v-701ac82d] {
    transition: none;
}
}
.modal.show .modal-dialog[data-v-701ac82d] {
  transform: none;
}
.modal-dialog-scrollable[data-v-701ac82d] {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content[data-v-701ac82d] {
  max-height: 80vh; /* limit height but allow it to size to content */
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header[data-v-701ac82d],
.modal-dialog-scrollable .modal-footer[data-v-701ac82d] {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body[data-v-701ac82d] {
  overflow-y: auto;
}
.modal-dialog-centered[data-v-701ac82d] {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered[data-v-701ac82d]::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable[data-v-701ac82d] {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content[data-v-701ac82d] {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable[data-v-701ac82d]::before {
  content: none;
}
.modal-content[data-v-701ac82d] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0.2rem;
  outline: 0;
}
.modal-backdrop[data-v-701ac82d] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #323a46;
}
.modal-backdrop.fade[data-v-701ac82d] {
  opacity: 0;
}
.modal-backdrop.show[data-v-701ac82d] {
  opacity: 0.5;
}
.modal-header[data-v-701ac82d] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.modal-header .close[data-v-701ac82d] {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title[data-v-701ac82d] {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body[data-v-701ac82d] {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer[data-v-701ac82d] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.modal-footer[data-v-701ac82d] > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer[data-v-701ac82d] > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure[data-v-701ac82d] {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}


.envelopeHistoryClose {
  width: 100%;
  height: 20px;
}
@media screen and (max-height: 650px) {
.deh-mediaScreen {
    max-height: 400px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 400px) {
.deh-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}


.docusignESendButton {
  display: flex;
  justify-content: flex-end;
}
.has-error {
  border: 2px solid red !important;
}
@media screen and (max-height: 290px) {
.des-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}
@media screen and (max-height: 390px) {
.dcp-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}


.base-small-note[data-v-56d13e0d] {
  padding: 0.5em 1em;
  border-radius: 4px;
  font-size: 0.95em;
  margin: 0.5em 0;
}
.base-small-note--warning[data-v-56d13e0d] {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}
.base-small-note--info[data-v-56d13e0d] {
  background: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}
.base-small-note--success[data-v-56d13e0d] {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.base-small-note--error[data-v-56d13e0d] {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}


.closeButtonBulk {
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButtonBulk:hover {
  color: #ff3860;
}
.selectedDraft {
  color: #24d15f !important;
}
.editedDraft {
  color: #000 !important;
}
.miniTextBox {
  padding: 2px 4px !important;
  line-height: 13px !important;
  height: 28px !important;
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}
@media screen and (max-height: 390px) {
.dcp-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}


.closeButtonBulk {
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButtonBulk:hover {
  color: #ff3860;
}
.selectedDraft {
  color: #24d15f !important;
}
.editedDraft {
  color: #000 !important;
}
.miniTextBox {
  padding: 2px 4px !important;
  line-height: 13px !important;
  height: 28px !important;
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}
@media screen and (max-height: 390px) {
.dcp-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}


.closeButtonBulk {
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButtonBulk:hover {
  color: #ff3860;
}
.selectedDraft {
  color: #24d15f !important;
}
.editedDraft {
  color: #000 !important;
}
.miniTextBox {
  padding: 2px 4px !important;
  line-height: 13px !important;
  height: 28px !important;
}


.closeButton {
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}
.selectedDraft {
  color: #24d15f !important;
}
.editedDraft {
  color: #000 !important;
}
.miniTextBox {
  padding: 2px 4px !important;
  line-height: 13px !important;
  height: 28px !important;
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}
@media screen and (max-height: 390px) {
.dcp-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}


.closeButtonBulk {
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButtonBulk:hover {
  color: #ff3860;
}
.selectedDraft {
  color: #24d15f !important;
}
.editedDraft {
  color: #000 !important;
}
.miniTextBox {
  padding: 2px 4px !important;
  line-height: 13px !important;
  height: 28px !important;
}


.closeButton2 {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 999;
  font-size: 30px;
  cursor: pointer;
}
.closeButton2:hover {
  color: #ff3860;
}
@media screen and (max-height: 390px) {
.dcp-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}


thead[data-v-2f6e0150] {
  position: sticky;
  top: 0px;
  background: white;
}
.closeButton[data-v-2f6e0150] {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton[data-v-2f6e0150]:hover {
  color: #ff3860;
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}
@media screen and (max-height: 390px) {
.dcp-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}


.closeButton2 {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 999;
  font-size: 30px;
  cursor: pointer;
}
.closeButton2:hover {
  color: #ff3860;
}
@media screen and (max-height: 390px) {
.dcp-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}
@media screen and (max-height: 390px) {
.dcp-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}
@media screen and (max-height: 390px) {
.dcp-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}


.stickyColumns[data-v-ce242e4e] {
  background-color: #fafafa;
  position: sticky;
  right: 0;
}
@media (min-width: 768px) {
.space[data-v-ce242e4e] {
    flex: 0 0 8.33333%;
    max-width: 2.33333%;
}
}
.tab-item .active[data-v-ce242e4e] {
  background-color: #3bafda;
  color: #ffffff !important;
}
.blueBoxControl[data-v-ce242e4e] {
  width: 70%;
  border-radius: 6px;
  padding: 5px 4%;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}
.loading[data-v-ce242e4e] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
.cashflowMoveableDraft[data-v-ce242e4e] {
  position: absolute;
  min-width: 480px;
  height: auto;
  margin: 0 auto;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 0 5px 2px #b7b3b3;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 2000;
}


.has-error {
  border: 2px solid red !important;
}
.monevoPopupHeader {
  padding-left: 15px;
  margin-top: -10px;
}
.textLabel {
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666;
}
@media screen and (max-height: 730px) {
.smp-mediaScreen {
    max-height: 600px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 620px) {
.smp-mediaScreen {
    max-height: 400px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 420px) {
.smp-mediaScreen {
    max-height: 250px !important;
    overflow-y: scroll;
}
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
.monevoDisclaimerLabel {
  font-size: 0.72em;
  color: #999;
}
.monevoDisclaimerLabel p {
  margin: 5px 0;
  font-size: 0.72em;
  color: #999;
}

.gcsTabsTableScroll {
  overflow-y: auto;
  overflow-x: auto;
}
.textRed {
  color: red;
}

.has-error {
  border: 2px solid red !important;
}
.superMoneyPopUpHeader {
  padding-left: 24px;
  margin-top: -5px;
  padding-bottom: 10px;
}
@media screen and (max-height: 730px) {
.smp-mediaScreen {
    max-height: 600px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 620px) {
.smp-mediaScreen {
    max-height: 400px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 420px) {
.smp-mediaScreen {
    max-height: 250px !important;
    overflow-y: scroll;
}
}


.has-error {
  border: 2px solid red !important;
}
.monevoPopupHeader {
  padding-left: 15px;
  margin-top: -10px;
}
.textLabel {
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666;
}
@media screen and (max-height: 730px) {
.smp-mediaScreen {
    max-height: 600px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 620px) {
.smp-mediaScreen {
    max-height: 400px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 420px) {
.smp-mediaScreen {
    max-height: 250px !important;
    overflow-y: scroll;
}
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
.monevoDisclaimerLabel {
  font-size: 0.72em;
  color: #999;
}
.monevoDisclaimerLabel p {
  margin: 5px 0;
  font-size: 0.72em;
  color: #999;
}


.has-error {
  border: 2px solid red !important;
}
.monevoPopupHeader {
  padding-left: 15px;
  margin-top: -10px;
}
.textLabel {
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666;
}
@media screen and (max-height: 730px) {
.smp-mediaScreen {
    max-height: 600px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 620px) {
.smp-mediaScreen {
    max-height: 400px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 420px) {
.smp-mediaScreen {
    max-height: 250px !important;
    overflow-y: scroll;
}
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
.monevoDisclaimerLabel {
  font-size: 0.72em;
  color: #999;
}
.monevoDisclaimerLabel p {
  margin: 5px 0;
  font-size: 0.72em;
  color: #999;
}


.has-error[data-v-08253efe] {
  border: 2px solid red !important;
}
.header[data-v-08253efe] {
  font-size: 15px;
  padding-left: 24px;
  margin-top: -5px;
  padding-bottom: 10px;
}
[data-v-08253efe] .form-control:disabled {
  background: #f1efef;
}
[data-v-08253efe] .ps {
  width: 100%;
  max-height: 600px;
  overflow-x: hidden !important;
}
@media screen and (max-height: 730px) {
.smp-mediaScreen[data-v-08253efe] {
    max-height: 600px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 620px) {
.smp-mediaScreen[data-v-08253efe] {
    max-height: 400px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 420px) {
.smp-mediaScreen[data-v-08253efe] {
    max-height: 250px !important;
    overflow-y: scroll;
}
}


[data-v-0b009370] .p-divider .p-divider-content {
  background-color: #f5f6f8;
}


.backgroundLock[data-v-b1c747e2] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.modal-content[data-v-b1c747e2] {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 8px;
	position: relative;
}
.closeButton[data-v-b1c747e2] {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.reminderClose[data-v-b1c747e2] {
	position: absolute;
	top: -5px;
	right: 15px;
	z-index: 1000;
	font-size: 30px;
	cursor: pointer;
}
.reminderClose[data-v-b1c747e2]:focus {
	outline: none;
}


.container[data-v-489dffe3] {
  max-width: 90vw;
  width: 100%;
}
.table th[data-v-489dffe3] {
  vertical-align: middle;
  padding: 10px;
  text-align: center;
}
.payoff-scroll[data-v-489dffe3] {
  height: 25vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.option-group[data-v-489dffe3] {
  display: flex;
  gap: 10px;
}
.option[data-v-489dffe3] {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--surface-300);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.option.active[data-v-489dffe3] {
  border-color: var(--primary-color);
  background-color: var(--surface-100);
  color: var(--primary-color);
}
.option .icon[data-v-489dffe3] {
  margin-right: 5px;
}
.form-label[data-v-489dffe3] {
  margin-bottom: 0.5rem;
}
hr[data-v-489dffe3] {
  border-top: 1px solid var(--surface-300);
  margin-top: 20px;
  margin-bottom: 20px;
}
.apply-percentage-btn[data-v-489dffe3] {
  position: relative;
  top: 10px;
}
.settlement-summary[data-v-489dffe3] {
  border-radius: 10px;
  width: 200px;
  border-color: #ccc;
  background-color: #fff;
}
.settlement-summary h5[data-v-489dffe3] {
  color: #000;
  font-size: 1.25rem;
}
.settlement-summary p[data-v-489dffe3] {
  color: #555;
  font-size: 1rem;
  text-transform: capitalize;
}


.has-error {
  border: 2px solid red !important;
}
.historyPopUpHeader {
  margin-left: 23px;
  margin-top: -5px;
  padding-bottom: 10px;
}
@media screen and (max-height: 500px) {
.pchp-mediaScreen {
    max-height: 300px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 400px) {
.pchp-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
.generalLabel2 {
  color: black;
  font-size: 12px;
  min-width: 150px;
}


.has-error {
  border: 2px solid red !important;
}
.requestPopUpHeader {
  padding-left: 35px;
  margin-top: -5px;
  padding-bottom: 10px;
}
@media screen and (max-height: 540px) {
.pcrp-mediaScreen {
    max-height: 400px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 313px) {
.pcrp-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}


.has-error {
  border: 2px solid red !important;
}
.settlementFeePopupcloseButton {
  position: absolute;
  top: -25px;
  right: 5px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.settlementFeePopupcloseButton:hover {
  color: #ff3860;
}
.settlementFeeTable thead th {
  font-size: 14px !important;
  padding: 8px 10px !important;
}
.settlementFeeTable tbody td {
  font-size: 13px !important;
  padding: 8px 10px !important;
}
.settlementFeeTable .coloredColumn {
  background-color: #e3fcef !important;
}


.has-error {
  border: 2px solid red !important;
}
.popupHeader {
  margin-left: 23px;
  margin-top: -5px;
  padding-bottom: 10px;
}
.statusHeader {
  margin: 0 12px 0 12px;
  padding: 8px 10px 3px 10px;
  background-color: #3bafda;
  color: #fff;
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
.closeButton_ada {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 500;
  font-size: 30px;
  cursor: pointer;
}


.has-error {
  border: 2px solid red !important;
}
.superMoneyPopUpHeader {
  padding-left: 24px;
  margin-top: -5px;
  padding-bottom: 10px;
}
@media screen and (max-height: 730px) {
.smp-mediaScreen {
    max-height: 600px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 620px) {
.smp-mediaScreen {
    max-height: 400px !important;
    overflow-y: scroll;
}
}
@media screen and (max-height: 420px) {
.smp-mediaScreen {
    max-height: 250px !important;
    overflow-y: scroll;
}
}


.has-error {
  border: 2px solid red !important;
}


.ssnLabelPanel[data-v-bf859ddc] {
  width: auto;
  float: left;
}
.ssnTextBox[data-v-bf859ddc] {
  width: 150px !important;
  float: left;
}
.commandButtons[data-v-bf859ddc] {
  font-size: 24px;
  float: left;
  margin: 3px;
  font-weight: bold;
  cursor: pointer;
}
.ssnLabel[data-v-bf859ddc] {
  width: auto;
  float: left;
  font-size: 16px;
  line-height: 30px;
}
.pencilIcon[data-v-bf859ddc] {
  font-size: 20px;
  margin: 3px 5px;
  color: #3bafda;
  cursor: pointer;
}
.small-input[data-v-bf859ddc] {
  width: 150px;
  height: 23px;
  font-size: 12px;
  padding: 2px 5px;
}


.generalLabel2[data-v-252f944c] {
  color: black;
  font-size: 12px;
  min-width: 150px;
}
.blueHeader[data-v-252f944c] {
  width: 100%;
  float: left;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #222;
  display: block;
}
.small-input[data-v-252f944c] {
  width: 150px;
  height: 23px;
  font-size: 12px;
  padding: 2px 5px;
}


.activeContactItem {
  color: #3bafda;
  font-weight: bold;
}
.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}
.bankNameTable {
  height: 100px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}


.ps[data-v-1f9717ae] {
  max-height: 600px;
}


.closeButtonBulk[data-v-a17793a6] {
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButtonBulk[data-v-a17793a6]:hover {
  color: #ff3860;
}
.datagrid-table thead th[data-v-a17793a6] {
  padding: 2px;
}


.closeButton[data-v-ef943594] {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton[data-v-ef943594]:hover {
  color: #ff3860;
}
.table[data-v-ef943594] {
  width: 100%;
  border-collapse: collapse;
}
.table th[data-v-ef943594],
.table td[data-v-ef943594] {
  padding: 8px 12px;
  text-align: left;
  border: 1px solid #ddd;
  cursor: pointer;
}
.table tr[data-v-ef943594]:hover {
  background-color: #f1f1f1;
}
.matchedWith[data-v-ef943594] {
  display: flex;
  flex-direction: column;
  background: linear-gradient(331deg, #e6f1ff, #c2e1ff);
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.table-container[data-v-ef943594] {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%; /* Ensure the container takes up the full width */
}
.datagrid-table[data-v-ef943594] {
  width: 100%; /* Make the table take up the full width of the container */
  table-layout: fixed; /* Ensure columns are evenly spaced */
}
.datagrid-table th[data-v-ef943594],
.datagrid-table td[data-v-ef943594] {
  padding: 8px 12px;
  text-align: left;
  cursor: pointer;
  word-wrap: break-word; /* Prevent text overflow */
}
.datagrid-table th[data-v-ef943594] {
  background-color: #f9f9f9; /* Optional: Add a background color for headers */
}
.datagrid-table tr[data-v-ef943594]:hover {
  background-color: #f1f1f1;
}
.table-container[data-v-ef943594]::-webkit-scrollbar {
  width: 8px;
}
.table-container[data-v-ef943594]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.table-container[data-v-ef943594]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.table-container[data-v-ef943594]::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}


.creditorInfoHeader {
  color: #3bafda;
  font-weight: bold;
}
.creditorInfoText {
  font-weight: bold;
}
.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #bdbdbd;
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}
@media screen and (max-height: 390px) {
.dcp-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}


.base-indicator-label[data-v-86935d3e] {
  width: 14px;
  height: 14px;
  margin-left: 20px;
  border-radius: 2px;
}


.base-indicator-color[data-v-6f32f383] {
  width: 25px;
  height: 32%;
  display: block;
  border-radius: 2px;
  flex: auto;
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}
.noDataLabel {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-height: 390px) {
.dcp-mediaScreen {
    max-height: 200px !important;
    overflow-y: scroll;
}
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}


.closeButtonDR[data-v-20f2a242] {
  position: absolute;
  top: -0px;
  right: 10px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButtonDR[data-v-20f2a242]:hover {
  color: #ff3860;
}


.creditorInfoHeader[data-v-222c7e05] {
  color: #3bafda;
  font-weight: bold;
}
.creditorInfoText[data-v-222c7e05] {
  font-weight: bold;
}
.closeButton[data-v-222c7e05] {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton[data-v-222c7e05]:hover {
  color: #bdbdbd;
}
.editButton[data-v-222c7e05] {
  background-color: #24d171;
  margin-right: 16px;
}
.tableSection[data-v-222c7e05] th:nth-of-type(10) {
  text-align: center;
}

body {
  font-family: "Open Sans";
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.tag-report-hyperlink:hover {
  color: #3bafda !important;
  text-decoration: underline;
  cursor: pointer;
}
.datepickerWrapper .vc-popover-content-wrapper {
  display: none !important;
}
.last5Table thead th {
  font-size: 12px !important;
  padding: 8px !important;
}
.last5Table tbody td {
  font-size: 12px !important;
  padding: 8px !important;
}
.creditorTable thead th {
  font-size: 13px !important;
}
.creditorTableGrt thead th {
  padding: 0 5px !important;
  font-size: 13px !important;
}
.creditorTable tbody td {
  font-size: 13px !important;
}
.creditorTableGrt tbody td {
  padding: 5px !important;
  font-size: 13px !important;
}
.creditorTableGrt .stickyColumns {
  text-align: right !important;
}
.creditorTable thead th select {
  font-size: 13px !important;
}
.creditorTable thead th input {
  font-size: 13px !important;
}
.creditorTableFontClass {
  font-size: 13px !important;
}
.creditorTable input {
  padding: 2px 4px !important;
  line-height: 13px !important;
  height: 28px !important;
}
.creditorTable select {
  padding: 2px !important;
  line-height: 13px !important;
  height: 28px !important;
}
.creditorTable input[type=checkbox] {
  height: 20px !important;
  padding: 2px !important;
  font-size: 13px !important;
}
.pPanelWrapper .row {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e4e4e4;
  height: 72px;
  display: flex;
  align-items: center;
}
.pPanelWrapper .button .icons {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #24d15f;
  padding: 0 !important;
  text-align: center;
}
.pPanelWrapper .button .icons i {
  color: var(--white);
  font-size: 25px;
  top: -4px;
  position: relative;
}
.pPanelWrapper .button .icons.keyboard-icon {
  background-color: var(--dark-gray);
}
.newLoading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1001;
}
.formWrapper {
  width: 100%;
  padding: 12px;
}
.noPadding {
  padding: 0 !important;
}
.roleChekbox {
  width: 32px;
  float: left;
  margin: 0 12px;
}
.roleLabel {
  width: 80%;
  float: left;
}
.roleHeadline {
  margin: 20px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.mt-12 {
  margin-top: 12px;
}
.p-12 {
  padding: 12px;
}
.labelMargin {
  margin: 8px 5px;
}
.employeeLoadingWrapper {
  margin: 0 5px;
  height: 10px;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1s;
}
.page-title-box {
  margin-bottom: 0;
}
.admin-page {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.admin-page .submit-button {
  margin: 20px 0 0 10px;
}
.admin-page .list {
  padding: 5px 16px;
  max-height: 500px;
  margin-top: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}
.admin-page .list .item {
  cursor: pointer;
  padding: 10px 5px;
  border-bottom: 1px solid #dcdcdc;
}
.admin-page .list .item .actions button {
  padding: 0 4px;
}
.admin-page .list .adminActiveMenuItem {
  color: #3bafda;
  font-weight: bold;
}
.admin-page .filter {
  margin: 10px 0;
  padding: 0;
}
.admin-page .image-upload-wrapper {
  margin: 10px;
  display: inline-block;
  cursor: pointer;
}
.admin-page .image-upload-wrapper .preview {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background-color: #41b883;
  box-shadow: 3px 2px 5px 4px #cccccc;
  overflow: hidden;
  text-align: center;
}
.admin-page .image-upload-wrapper .preview img {
  height: 100%;
}
.admin-page .image-upload-wrapper .preview span {
  width: 150px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);
  color: #41b883;
  font-weight: bold;
  text-align: center;
}
.admin-page .roles-list .col-sm-1 {
  padding-right: 0;
}
.admin-page .roles-list .col-form-label {
  padding-left: 0;
}
.admin-page .assigned-agent {
  line-height: 35px;
}
.admin-page .checkbox-input {
  width: 20px !important;
  display: inline !important;
  margin-right: 10px;
  vertical-align: middle;
}
.admin-page .checkbox-row {
  margin-top: 0;
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  cursor: pointer;
}
.nav-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.15);
}
.navbar-icons {
  font-size: 24px;
}
.navbar-preview {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 14px 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #fff;
  overflow: hidden;
  text-align: center;
}
.navbar-preview img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.scroll-list {
  overflow-y: scroll;
  height: 300px;
}
.has-errors {
  border: 1px solid red;
}
.animated-btn i {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: rotate 2s infinite linear;
  /* IE 10+, Fx 29+ */
}
@keyframes rotate {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
#sidebar-menu .router-link-exact-active a,
#sidebar-menu .router-link-active a {
  color: #3bafda;
}
#sidebar-menu .router-link-exact-active span,
#sidebar-menu .router-link-active span {
  color: #3bafda;
}
#sidebar-menu .router-link-exact-active i,
#sidebar-menu .router-link-active i {
  color: #3bafda;
}
.checkbox-filter {
  padding-top: 18px;
  padding-left: 25px;
}
.edit-indicator {
  margin-left: 10px;
}
.name.active {
  font-weight: bold;
}
.v-notification {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}
.v-notification.position-left, .v-notification.position-right {
  top: 20px;
  width: 300px;
}
.v-notification.position-right {
  left: unset;
  right: 20px;
}
.v-notification.position-left {
  right: unset;
  left: 20px;
}
.v-notification .timer {
  width: 100%;
  position: absolute;
  left: 0;
  height: 1px;
  top: 0px;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.v-notification h4 {
  color: #fff;
}
.client-page .submit-button {
  float: right;
  margin: 10px;
  height: 30px;
  line-height: 0;
}
.client-page .policy-header {
  justify-content: space-between;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  border-top-right-radius: 8px !important;
}
.client-page .policy-header .header-actions {
  align-items: center;
  justify-content: flex-end;
}
.client-page .nav-tabs {
  width: 100%;
}
.mx-datepicker {
  width: 100%;
}
.driverLi {
  width: 100%;
  float: left;
  position: relative;
  padding: 12px 5px 12px 15px;
  list-style-type: none;
  cursor: pointer;
  color: #2a404c;
  font-size: 13px;
}
.policyWrapper {
  border-radius: 8px;
  padding: 16px;
  margin: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e4e4e4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  background-color: #ffffff;
}
.policy-form .driver-list-wrapper {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
.policy-form .driver-list-wrapper .driver-list {
  padding-left: 0;
  list-style-type: none;
}
.policy-form .driver-list-wrapper .driver-list .driver {
  width: 100%;
  float: left;
  position: relative;
  padding: 12px 15px;
  list-style-type: none;
  cursor: pointer;
}
.policy-form .driver-list-wrapper .driver-list button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.policy-form .driver-list-wrapper .driver-list button:disabled {
  opacity: 0.4;
}
.policy-form input {
  width: 100%;
}
.policy-form .checkbox-input {
  width: 20px !important;
  display: inline !important;
  margin-right: 10px;
  vertical-align: middle;
}
.policy-form .checkbox-row {
  margin-top: 0;
  margin-bottom: 0;
}
.no-padding input {
  padding: 0;
  padding-left: 5px;
}
.menu-title {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  text-align: left;
}
.tab-item .tab-link {
  display: block;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tab-item .active {
  background-color: #1abc9c;
  color: #efefef !important;
}
.tab-item .activeBlue {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .activeAllGrid {
  background-color: #ffffff;
  color: #2a404c !important;
}
.tab-item .activeGreen {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .customerActiveTab {
  background-color: #f4f9ff;
  color: #000000;
}
.tab-item .tab-link {
  display: block;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tab-item .active {
  background-color: #1abc9c;
  color: #efefef !important;
}
.tab-item .activeBlue {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .activeAllGrid {
  background-color: #ffffff;
  color: #2a404c !important;
}
.tab-item .activeGreen {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .customerActiveTab {
  background-color: #f4f9ff;
  color: #000000;
}
.customer-notes-tab-item .tab-link {
  display: block;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.customer-notes-tab-item .active {
  background-color: #f7f5f5;
  color: #37cde6 !important;
}
.tab-item-label {
  margin: 0 5px;
}
.panelWrapper {
  background-color: #ffffff;
  padding: 10px;
}
.newPanelWrapper {
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 2px 1px #e4e4e4;
  background-color: #f7f7f7;
}
.panelShadowBlue {
  box-shadow: 0 0 2px 2px #3bafda;
}
.panelHeader {
  width: 100%;
  margin: 5px 0 10px 0;
  border-bottom: 2px solid #3bafda;
}
.panelSubHeader {
  width: 100%;
  margin: 5px 0 0 0;
  padding: 5px 0;
  border-bottom: 2px solid #3bafda;
}
.panelSubHeaderGray {
  width: 100%;
  margin: 5px 0 10px 0;
  border-bottom: 2px solid #6c757d;
}
.panelSubHeaderGray label {
  color: #6c757d;
  font-size: 1.05rem;
  margin: 0;
}
.alignLeft {
  padding-left: 0;
}
.alignRight {
  padding-right: 0;
}
.panelContent {
  padding: 10px;
}
.officePage .form-label {
  line-height: 2;
}
.noMargin {
  margin: 0 !important;
}
.client-page .form-label {
  line-height: 2;
}
.numericInput {
  width: 80px !important;
  margin: 0 10px;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}
.textareaInput {
  resize: none;
}
.gridHeader {
  background-color: #eaeaea;
}
.gridHeight {
  max-height: 280px;
  overflow-y: auto;
}
.listActive {
  background-color: #3bafda !important;
  color: #ffffff;
}
.activeListItem {
  color: #3bafda;
  font-weight: bold;
}
.color-picker-container .vc-chrome-fields-wrap {
  display: none !important;
}
.color-picker-container .vc-chrome-hue-wrap {
  margin-top: 8px !important;
}
.color-picker-container .vc-chrome-alpha-wrap {
  display: none !important;
}
.panelWrapper {
  background-color: #ffffff;
  padding: 10px;
}
.panelContent {
  padding: 10px;
}
.officePage .form-label {
  line-height: 2;
}
.noMargin {
  margin: 0 !important;
}
.hr {
  width: 100%;
  height: 1px;
  background-color: #444;
  margin-bottom: 15px;
}
.color-picker input {
  width: 50%;
}
.legend {
  border: 1px solid var(--gray-dark);
  position: relative;
  padding-top: 30px;
}
.legend h4 {
  position: absolute;
  top: -30px;
  padding: 10px;
  left: 30px;
  background-color: #fff;
}
.legend h5 {
  position: absolute;
  top: -30px;
  padding: 10px;
  left: 10px;
  font-size: 13px;
}
.filter-text-info {
  font-size: 0.75rem;
  margin: 10px 0px;
}
.flex-end {
  display: flex;
  justify-content: flex-end !important;
  margin-right: 10px;
}
.flex-center {
  justify-content: space-between !important;
}
.full-width {
  display: inline-block;
  width: 100%;
}
.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.divider {
  height: 1px;
  background-color: var(--gray);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.filter-box {
  padding: 8px 8px 16px 8px;
  background-color: #f7f7f7;
  border-top: 1px solid #e4e4e4;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.is-sortable {
  cursor: pointer !important;
}
.is-sticky-header thead {
  background-color: #3bafda !important;
  color: #2a404c;
}
.is-sticky-header thead tr th {
  padding: 15px;
  border-top: 1px solid #3bafda !important;
  border-bottom: 1px solid #3bafda !important;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  position: sticky !important;
  left: 0 !important;
  top: -1px !important;
  z-index: 5 !important;
  background-color: #3bafda;
  color: #fff !important;
}
.datagrid-table {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
}
.datagrid-table thead {
  background-color: #ffffff;
  color: #2a404c;
}
.datagrid-table thead th {
  padding: 15px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.datagrid-table thead th.sortable {
  cursor: pointer;
}
.datagrid-table thead th.sortable i {
  font-size: 11px;
}
.datagrid-table thead th .title {
  margin-right: 5px;
}
.datagrid-table thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table thead th button:disabled {
  opacity: 0.4;
}
.datagrid-table thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.datagrid-table tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.datagrid-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.datagrid-table tbody td {
  padding: 11px 15px;
  border-top: none;
  vertical-align: middle;
}
.datagrid-table tbody tr:hover,
.datagrid-table tbody tr:active {
  background-color: #daffe3;
}
.datagrid-table tbody button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table tbody button.addNewButton {
  width: auto;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #58a56b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.datagrid-table tbody button.viewOffersButton {
  width: 200px;
  height: 44px;
  padding: 0px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #3bafda;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.datagrid-table tbody button.sendAddendumButton {
  width: 200px;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #5c4f7a;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.datagrid-table tbody button:disabled, .datagrid-table tbody button:disabled:hover {
  opacity: 0.4;
  cursor: auto;
}
.datagrid-table tbody button:disabled.docusignButtons, .datagrid-table tbody button:disabled:hover.docusignButtons {
  opacity: 0.4;
  color: white !important;
  transition: none;
}
.datagrid-table tbody button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.disposition-table-top-aligned tbody td {
  vertical-align: top !important;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.agentActivityDetailTable {
  border: none !important;
  border-collapse: collapse;
  border-radius: 8px;
}
.agentActivityDetailTable thead {
  background-color: #ffffff;
  color: #8a9197 !important;
  border: none !important;
}
.agentActivityDetailTable thead tr th {
  border-top: none !important;
  border-bottom: none !important;
}
.agentActivityDetailTable thead th {
  padding: 15px;
  border: none !important;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  background-color: #8a9197 !important;
  border-color: #8a9197 !important;
  border-top: none !important;
  border-bottom: none !important;
}
.agentActivityDetailTable thead th.sortable {
  cursor: pointer;
}
.agentActivityDetailTable thead th.sortable i {
  font-size: 11px;
}
.agentActivityDetailTable thead th .title {
  margin-right: 5px;
}
.agentActivityDetailTable thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.agentActivityDetailTable thead th button:disabled {
  opacity: 0.4;
}
.agentActivityDetailTable thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.agentActivityDetailTable tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.agentActivityDetailTable tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.agentActivityDetailTable tbody td {
  padding: 11px 15px;
  border-top: none;
  vertical-align: middle;
}
.agentActivityDetailTable tbody tr:hover,
.agentActivityDetailTable tbody tr:active {
  background-color: #daffe3;
}
.agentActivityDetailTable tbody button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.agentActivityDetailTable tbody button.addNewButton {
  width: auto;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #58a56b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.agentActivityDetailTable tbody button:disabled {
  opacity: 0.4;
}
.agentActivityDetailTable tbody button:disabled.docusignButtons {
  opacity: 0.4;
  color: white !important;
  transition: none;
}
.agentActivityDetailTable tbody button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.custom-table {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
}
.custom-table .custom-table-input {
  width: 96%;
  padding: 2px 2% !important;
  line-height: 13px !important;
  height: 28px !important;
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
}
.custom-table thead {
  background-color: #ffffff;
  color: #2a404c;
}
.custom-table thead th {
  padding: 8px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.custom-table thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.custom-table thead th button:disabled {
  opacity: 0.4;
}
.custom-table thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.custom-table tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.custom-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.custom-table tbody td {
  padding: 8px;
  border-top: none;
  vertical-align: middle;
}
.custom-table tbody button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.custom-table tbody button.addNewButton {
  width: auto;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #58a56b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.custom-table tbody button:disabled {
  opacity: 0.4;
}
.custom-table tbody button:disabled.docusignButtons {
  opacity: 0.4;
  color: white !important;
  transition: none;
}
.custom-table tbody button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.custom-table tfoot tr {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.custom-table tfoot tr:nth-child(even) {
  background-color: #fafafa;
}
.custom-table tfoot td {
  padding: 8px;
  border-top: none;
  vertical-align: middle;
}
.priority-wrapper {
  margin-top: 20px;
  height: 50px;
  overflow: hidden;
}
.priority-wrapper.expanded {
  height: auto;
  overflow: visible;
}
.priority-wrapper .priority-header {
  padding: 6px;
  cursor: pointer;
  background-color: var(--white);
  border: 1px solid #dddddd;
}
.priority-wrapper .priority-header i {
  margin: -2px 5px;
  font-size: 20px;
}
.priority-wrapper .priority-header .priorityText {
  margin: 10px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  color: #2a404c;
}
.widthFull {
  width: 100%;
}
.widthFull {
  width: 100%;
}
.pagination {
  display: block;
}
.pagination .pagination-num {
  margin: 0 0 0 10px;
  text-align: center;
  width: 70px;
}
.pagination .btn {
  margin-left: 10px;
}
.gridFonts {
  font-size: 12px;
}
.form-group {
  margin-bottom: 0 !important;
}
.pagingPanel {
  float: right;
}
.pagingTextBox {
  width: 36px !important;
  height: 24px !important;
  margin: 3px 0;
  padding: 0 !important;
  float: right;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #2a404c;
}
.pagingIcon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: solid 0.7px #e4e4e4;
  background-color: #eeecec;
  color: #2a404c;
  margin: 3px 5px;
}
.pagingIcon:disabled {
  opacity: 0.65;
}
.pagingText {
  width: auto;
  float: right;
  margin: 5px 5px;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #2a404c;
}
.pagingTotalRecords {
  width: auto;
  float: left;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #939393;
}
.policyLoader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
}
.badgeStatusPadding {
  padding: 7px;
  font-size: 10px;
}
.badge-gray {
  background-color: #d5d4d4;
}
.customer-tab-link {
  width: 95%;
  float: left;
  height: 44px;
  padding: 10px 5% !important;
  margin-right: 5%;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border: solid 1px #e4e4e4 !important;
  background-color: #eeecec;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #000000 !important;
}
.customer-tab-link:hover {
  background-color: #eeecec;
  opacity: 0.8;
  color: #2a404c !important;
}
.grayButton {
  border: solid 1px #e4e4e4;
  background-color: #fafafa;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
  color: #424242;
  border-radius: 8px;
}
.generalButton {
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(107, 85, 202, 0.2);
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.generalButton:disabled {
  opacity: 0.65;
}
.generalLabel {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.noSizeSelectBox {
  border-radius: 6px;
  padding: 7px 12px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}
.generalSelectBox {
  width: 100%;
  border-radius: 6px;
  padding: 7px 12px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}
.clearFilterButton {
  border-radius: 22px;
  padding: 7px 12px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #000000;
}
.generalSelectBox:disabled {
  opacity: 0.65;
}
.generalTextBox {
  border-radius: 6px;
  padding: 8px 12px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}
.generalTextBox:disabled {
  opacity: 0.65;
}
.generalCheckBox {
  width: 21px;
  height: 21px;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
}
.generalFont {
  font-family: "Open Sans";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
}
.content ul {
  margin: 0 !important;
  padding: 0 !important;
}
.policyTabItem {
  padding: 12px;
  display: block;
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  background-color: #f7f5f5;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
  cursor: pointer;
}
.policySubTabItem {
  padding: 12px;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: solid 1px #e6e6e6;
  background-color: #f7f5f5;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000 !important;
  cursor: pointer;
}
.policySubTabItemActive {
  background-color: #ffffff;
}
.policyTabActive {
  box-shadow: 0 0 2px 0 #6b55ca;
  border: solid 2px #8871ed;
}
.customerTabActive {
  background-color: #f4f9ff;
}
.editorWrapper strong {
  font-weight: 800 !important;
}
.pauseOptionItem {
  width: 100%;
  display: block;
  margin: 5px 0;
}
.pauseOptionItem:hover {
  color: #3bafda;
  transition: all 0.4s linear;
}
@media screen and (min-width: 1024px) {
.customer-tab-header-icon {
    width: 15%;
    float: left;
}
.customer-tab-header {
    width: 70%;
    margin: 0 5%;
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customer-tab-icons {
    width: 10%;
    color: #2a404c;
}
.customer-tab-text {
    width: 70%;
    float: left;
    margin: 0 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
@media screen and (max-width: 1023px) {
.customer-tab-link {
    width: 100%;
    float: left;
    height: 63px;
    padding: 5px 5% !important;
}
.customer-tab-header-icon {
    display: block;
    padding: 30% 25%;
}
.customer-tab-header {
    width: 100%;
    float: left;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customer-tab-icons {
    width: 100%;
    padding: 0;
    margin: 5px 0;
    text-align: center;
}
.customer-tab-text {
    width: 0%;
    display: none;
    float: left;
    margin: 0 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.closeOtherTabs ul,
.closeOtherTabs li {
    padding: 0;
}
}
.customerPageTitle {
  width: auto;
  float: left;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2a404c;
}
.ar-icon__lg {
  line-height: 35px !important;
}
.ar-icon__sm {
  line-height: 20px !important;
}
.ar-recorder__records-limit {
  top: 68px !important;
}
.popover {
  position: absolute;
  width: 276px;
  bottom: 50px;
  top: unset;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e4e4e4;
  left: -120px;
  z-index: 9999;
}
.popover .no-button {
  border: none;
  background-color: transparent;
  font-size: 12px;
  color: #939393;
  float: right;
}
.popover .send-code {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 3px;
}
.popover .send-code span {
  position: relative;
  top: -3px;
}
.popover .send-code i {
  font-size: 18px;
}
.popover .cold-transfer .contact {
  margin-bottom: 0;
}
.popover input {
  border-radius: 8px;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
}
.popover button {
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Open Sans";
}
.popover .popover-header {
  background-color: transparent;
  border-bottom: none;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}
.popover .popover-header .container {
  padding: 12px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.popover .popover-header .container .form-control {
  margin-top: 11px;
}
.popover .popover-body {
  overflow-y: auto;
  padding: 0;
}
.popover .popover-body .numPadRow {
  height: 40px;
  padding: 5px;
  display: flex;
  justify-content: center;
  font-family: "Open Sans";
  font-size: 13px;
}
.popover .popover-body .contact {
  height: 36px;
  padding: 9px 11px 8px 11px;
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans";
  font-size: 13px;
  color: #2a404c;
}
.popover .popover-body .contact i {
  border-radius: 4px;
  background-color: #24d15f;
  color: #fff;
  display: inline-block;
  width: 27px;
  height: 27px;
  position: relative;
  top: -4px;
}
.popover .popover-body .contact i::before {
  position: relative;
  left: 6px;
  top: 4px;
}
.popover .popover-body .contact:nth-child(2n) {
  background-color: #f9f9f9;
}
.popover .popover-body .contact:hover {
  background-color: #daffe3;
}
.popover.more-actions {
  width: 240px;
}
.popover.internal-call {
  width: 246px;
  bottom: 60px;
  left: -200px;
}
.popover.internal-call .arrow {
  left: 204px !important;
}
.popover.camapaign-leads {
  width: 300px;
  bottom: 60px;
  left: -200px;
}
.popover.camapaign-leads .arrow {
  left: 204px !important;
}
.popover.numpad {
  width: 267px;
  bottom: 60px;
  left: -211px;
}
.popover.numpad .arrow {
  left: 214px !important;
}
.popover.numpad .popover-body {
  height: 110px !important;
  display: flex;
  overflow-x: hidden;
}
.popover.hangupOptions {
  width: 200px;
  bottom: 60px;
  left: -120px;
}
.popover.hangupOptions .arrow {
  left: 125px !important;
}
.popover.hangupOptions .popover-body {
  height: 100px !important;
  display: flex;
  overflow-x: hidden;
  align-content: flex-end;
  flex-direction: column;
}
.datagrid-table-skyline {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
  background-color: #ffffff;
}
.datagrid-table-skyline thead {
  background-color: #ffffff;
  color: #2a404c;
}
.datagrid-table-skyline thead th {
  padding: 10px 7px 10px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.datagrid-table-skyline thead th.sortable {
  cursor: pointer;
}
.datagrid-table-skyline thead th.sortable i {
  font-size: 11px;
}
.datagrid-table-skyline thead th .title {
  margin-right: 5px;
}
.datagrid-table-skyline thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table-skyline thead th button:disabled {
  opacity: 0.4;
}
.datagrid-table-skyline thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.datagrid-table-skyline tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.datagrid-table-skyline tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.datagrid-table-skyline tbody td {
  padding: 8px 5px;
  border-top: none;
  vertical-align: middle;
}
.datagrid-table-skyline tbody tr:hover,
.datagrid-table-skyline tbody tr:active {
  background-color: #daffe3;
}
.datagrid-table-skyline-client-grid {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
  background-color: #ffffff;
  table-layout: fixed;
  width: 100%;
}
.datagrid-table-skyline-client-grid thead {
  background-color: #ffffff;
  color: #2a404c;
}
.datagrid-table-skyline-client-grid thead th {
  padding: 10px 7px 10px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 50px;
}
.datagrid-table-skyline-client-grid thead th.sortable {
  cursor: pointer;
}
.datagrid-table-skyline-client-grid thead th.sortable i {
  font-size: 11px;
}
.datagrid-table-skyline-client-grid thead th .title {
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: calc(100% - 20px);
  vertical-align: middle;
}
.datagrid-table-skyline-client-grid thead th button {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table-skyline-client-grid thead th button:disabled {
  opacity: 0.4;
}
.datagrid-table-skyline-client-grid thead th button:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.datagrid-table-skyline-client-grid tbody tr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.datagrid-table-skyline-client-grid tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.datagrid-table-skyline-client-grid tbody td {
  padding: 8px 5px;
  border-top: none;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 50px;
}
.datagrid-table-skyline-client-grid tbody td span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.datagrid-table-skyline-client-grid tbody tr:hover,
.datagrid-table-skyline-client-grid tbody tr:active {
  background-color: #daffe3;
}
.creditorInfoHeader {
  color: #3bafda;
  font-weight: bold;
}
.creditorInfoText {
  font-weight: bold;
}
.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #bdbdbd;
}
.sendAddendumButton {
  width: 200px;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #5c4f7a;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
  color: white;
}

.has-error[data-v-6e43fe9a] {
  border: 2px solid red !important;
}
.stickyColumns[data-v-6e43fe9a] {
  background-color: #fafafa;
  position: sticky;
  right: 0;
}
.stickyColumnsLeft[data-v-6e43fe9a],
.stickyColumnsRight[data-v-6e43fe9a] {
  background-color: #fafafa;
  position: sticky;
  left: 0;
  z-index: 2;
}
.stickyColumnsRight[data-v-6e43fe9a] {
  left: 3%;
}
.bothConditions[data-v-6e43fe9a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
  display: block;
  background: rgb(241, 191, 191);
  background: linear-gradient(
    338deg,
    rgba(241, 191, 191, 1) 49%,
    rgba(99, 210, 148, 1) 49%
  );
}
.highlighted-row[data-v-6e43fe9a] {
  text-decoration: line-through;
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
}
th[data-v-6e43fe9a] {
  background: white;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.thPosition[data-v-6e43fe9a] {
  position: relative;
  z-index: 8;
}
input[data-v-6e43fe9a]:-moz-read-only {
  opacity: 0.65;
}
input[data-v-6e43fe9a]:read-only {
  opacity: 0.65;
}
.status-container[data-v-6e43fe9a] {
  width: 100%;
  position: relative;
  height: 15px;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px rgb(241, 241, 241) solid;
}
.tabledit-span[data-v-6e43fe9a] {
  display: block;
  width: 100%;
}
.status-bar[data-v-6e43fe9a] {
  height: 100%;
  background-color: #8fefb9;
  display: inline-block;
  white-space: nowrap;
  padding: 2px 0px;
  box-sizing: border-box;
}
.percentage-label[data-v-6e43fe9a] {
  background: rgba(255, 255, 255, 0.479);
  border-radius: 3px;
  font-size: 10px;
  padding-right: 2px;
  padding-left: 2px;
}
.suggest-box[data-v-6e43fe9a] {
  position: absolute;
  left: calc(100% + 10px);
  top: 10px;
  z-index: 999;
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.suggest-box[data-v-6e43fe9a]::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}
.hoverPanel[data-v-6e43fe9a] {
  width: 600px;
  /*height:  dynamically set by last5DispoHoverPanelHeight  */
  position: fixed;
  /*top,right:  dynamically set by last5DispoHoverPanelPosition */
  z-index: 999;
  background: #ffffff;
  border: 1px solid #3bafda;
}
.creditor-name-suggest-box[data-v-6e43fe9a] {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1001;
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  max-width: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
}


.btn-close[data-v-3dccdcd6] {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
  border: none;
  background: transparent;
}
.btn-active[data-v-3dccdcd6]:hover {
  color: #ff3860;
}
.creditor-info[data-v-3dccdcd6] {
  display: flex;
  flex-direction: column;
  margin: 20px;
}
.info-item[data-v-3dccdcd6] {
  margin-bottom: 10px;
}
.info-header[data-v-3dccdcd6] {
  font-weight: bold;
  margin-right: 10px;
}
.ps[data-v-3dccdcd6] {
  max-height: 600px;
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}

.sync-button[data-v-7db55c66] {
  display: flex;
  gap: 0.2rem;
  justify-content: space-between;
  align-items: baseline;
  background-color: #e6e6e6;
  color: #424242;
  font-size: 0.8rem;
}
.sync-button__label[data-v-7db55c66] {
  margin-left: 0.4rem;
}
.sync-status__icon--loading[data-v-7db55c66] {
  animation: spin-7db55c66 1s linear infinite;
}
@keyframes spin-7db55c66 {
to {
    transform: rotate(360deg);
}
}
.sync-status__icon--success[data-v-7db55c66] {
  color: green;
}
.sync-status__icon--failed[data-v-7db55c66] {
  color: red;
}
.sync-status__icon[data-v-7db55c66] {
  vertical-align: middle;
  line-height: 1;
}
.sync-status__message[data-v-7db55c66] {
  display: block;
}
.sync-status[data-v-7db55c66] {
  margin-left: 0.2rem;
  font-size: 0.7rem;
  text-transform: capitalize;
}

.blueHeader[data-v-48182312] {
  width: 100%;
  float: left;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #222;
  display: block;
}
.document-table__general-actions[data-v-48182312] {
  padding: 1rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.o-drop__item--active[data-v-48182312] {
  background-color: transparent;
  color: #000000;
}
.o-drop__item--active[data-v-48182312]:hover {
  background-color: #d1d1d171;
  color: #000000;
}
.document-row__upload-drop[data-v-48182312] {
  display: inline-block;
}
.o-upl[data-v-48182312] {
  position: relative;
  display: inline-flex;
  width: 100%;
}
.folderIcon[data-v-48182312] {
  font-size: 30px;
  color: rgb(59, 175, 218);
  color: linear-gradient(
    243deg,
    rgba(59, 175, 218, 1) 4%,
    rgba(118, 240, 255, 1) 86%
  );
}
.o-upl__draggable[data-v-48182312] {
  cursor: pointer;
  width: 100%;
  padding: 0.25em;
  border: 1px dashed #78b5db !important;
  border-radius: 4px;
}
.loading[data-v-48182312] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
.upload-popup[data-v-48182312] {
  align-items: center;
  display: flex;
}
.checkButtonWrapper[data-v-48182312]{
  display: inline;
  white-space: nowrap;
}


.has-error[data-v-1798c540] {
  border: 2px solid red !important;
}


.ssnLabelPanel[data-v-0481134a] {
  width: auto;
  float: left;
}
.ssnTextBox[data-v-0481134a] {
  width: 150px !important;
  float: left;
}
.commandButtons[data-v-0481134a] {
  font-size: 24px;
  float: left;
  margin: 3px;
  font-weight: bold;
  cursor: pointer;
}
.skylineCommandButtons[data-v-0481134a] {
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 5px;
}
.ssnLabel[data-v-0481134a] {
  width: auto;
  float: left;
  font-size: 16px;
  line-height: 30px;
}
.skylineSsnLabel[data-v-0481134a] {
  width: auto;
  float: left;
  font-size: 12px;
  line-height: 30px;
}
.pencilIcon[data-v-0481134a] {
  font-size: 20px;
  margin: 3px 5px;
  color: #3bafda;
  cursor: pointer;
}
.small-input[data-v-0481134a] {
  width: 150px;
  height: 23px;
  font-size: 12px;
  padding: 2px 5px;
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}

.golden[data-v-9c20b1fe] {
  color: #d4aa22 !important;
}
.item > span[data-v-9c20b1fe] {
  cursor: pointer;
  transition: all ease-in-out 0.1s;
}

.dashboard-overlay[data-v-f3d9f8ac] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}
.dashboard-moveable[data-v-f3d9f8ac] {
  pointer-events: auto;
  transition: all 0.3s ease;
  position: relative;
}
.dashboard-header[data-v-f3d9f8ac] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: var(--f3d9f8ac-barColor);
  color: white;
  border-bottom: 1px solid #ddd;
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1001;
}
.dashboard-header.not-draggable[data-v-f3d9f8ac] {
  cursor: default;
}
.dashboard-title[data-v-f3d9f8ac] {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.dashboard-controls[data-v-f3d9f8ac] {
  display: flex;
  gap: 8px;
  position: relative;
  z-index: 1002;
}
.dashboard-controls-button[data-v-f3d9f8ac] {
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1003;
  pointer-events: auto;
  cursor: pointer;
}
.dashboard-controls-button[data-v-f3d9f8ac]:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
.dashboard-controls-button[data-v-f3d9f8ac]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.dashboard-content[data-v-f3d9f8ac] {
  height: calc(100% - 60px);
  overflow-x: hidden;
  overflow-y: auto;
}

/* Resize handles */
.resize-handle[data-v-f3d9f8ac] {
  position: absolute;
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  z-index: 1001;
  cursor: pointer;
  transition: all 0.2s ease;
  pointer-events: auto;
  opacity: 0;
}
.dashboard-moveable.maximized .resize-handle[data-v-f3d9f8ac] {
  display: none;
}
.resize-handle[data-v-f3d9f8ac]:hover {
  opacity: 0.3;
  background: rgba(102, 126, 234, 0.3);
}
.resize-handle-nw[data-v-f3d9f8ac] {
  top: -8px;
  left: -8px;
  cursor: nw-resize;
}
.resize-handle-n[data-v-f3d9f8ac] {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  cursor: n-resize;
}
.resize-handle-ne[data-v-f3d9f8ac] {
  top: -8px;
  right: -8px;
  cursor: ne-resize;
}
.resize-handle-w[data-v-f3d9f8ac] {
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  cursor: w-resize;
}
.resize-handle-e[data-v-f3d9f8ac] {
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  cursor: e-resize;
}
.resize-handle-sw[data-v-f3d9f8ac] {
  bottom: -8px;
  left: -8px;
  cursor: sw-resize;
}
.resize-handle-s[data-v-f3d9f8ac] {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  cursor: s-resize;
}
.resize-handle-se[data-v-f3d9f8ac] {
  bottom: -8px;
  right: -8px;
  cursor: se-resize;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.dashboard-moveable[data-v-f3d9f8ac] {
    width: 95% !important;
    height: 80% !important;
    top: 10% !important;
    right: 2.5% !important;
}
}


.speaker_1[data-v-60b4c67e] {
  background-color: #3bafda;
}
.speaker_2[data-v-60b4c67e] {
  background-color: #28a745;
}
[data-v-60b4c67e] .p-chip-text {
  font-size: small;
  color: white;
}
[data-v-60b4c67e] thead tr {
  background-color: #d0edf8;
}
.download-btn[data-v-60b4c67e] {
  background-color: #3bafda;
  color: #ffffff;
  min-width: 30%;
}
.download-btn[data-v-60b4c67e]:disabled {
  pointer-events: none;
  cursor: auto;
}
[data-v-60b4c67e] tr:has(.active) {
  background-color: #e2f9cd !important;
}
.audio-sticky[data-v-60b4c67e] {
  position: sticky;
  top: 0;
  z-index: 10;
  background: white;
  padding: 8px 0;
}
.transcript-line[data-v-60b4c67e] {
  cursor: pointer;
}
.chip--copy[data-v-60b4c67e] {
  background-color: #1abc9c;
  color: white;
  font-size: smaller;
}
.fade-enter-active[data-v-60b4c67e],
.fade-leave-active[data-v-60b4c67e] {
  transition: opacity 0.3s ease;
}
.table-empty[data-v-60b4c67e] {
  margin-left: 40%;
}


.budgetOddRow[data-v-6310f1fa] {
  background-color: #e9e9e9;
}


.commandButtons[data-v-00893ab0] {
  font-size: 24px;
  float: left;
  margin: 3px;
  font-weight: bold;
  cursor: pointer;
}
.closeColor[data-v-00893ab0] {
  color: #1abc9c;
}
.activeColor[data-v-00893ab0] {
  color: rgb(75, 75, 75);
}
.budgetOddRow[data-v-00893ab0] {
  background-color: #e9e9e9;
}


.popUpBackground {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.closeIcon {
  float: right;
  margin-top: 3px;
  cursor: pointer;
}
.employeeListScroll {
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.employeeItem {
  width: 100%;
  padding: 10px 2%;
  cursor: pointer;
}
.employeeItem:hover {
  background-color: #3bafda !important;
  color: white;
}
.employeePanel {
  background-color: #0985e3b6;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}


.selectButtons {
  width: 100%;
  bottom: 20px;
  text-align: center;
  z-index: 1;
  margin: 50px 0 20px 0;
}
#actionSelect:disabled, #slcTasks:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.callBar {
  background: #3bb0dace;
  height: 40px;
}
.background {
  background-image: url("https://images.unsplash.com/photo-1530293959042-0aac487c21e3?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1974&q=80");
  background-size: cover;
  display: flex;
  justify-content: center;
}
.firstBox {
  position: absolute;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255);
  overflow: hidden;
}
.firstBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  transform: skewX(345deg);
}
.textBackground {
  width: auto;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.062);
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 1em;
}
.state-active {
  stroke: #002868 !important;
  stroke-width: 2px;
  stroke-linejoin: round;
  fill: #002868 !important;
  cursor: pointer;
}
.taskName {
  padding-top: 10px;
}
.editableInput {
  border: 0px white solid;
  width: 100%;
  font-size: 1.2em;
  line-height: 170%;
  font-family: "Open Sans";
  color: #6c7b92;
}
.notePanel #textEditor-cn {
  height: 180px;
  max-height: 180px;
}
.taskDistroSpecific .vc-popover-content-wrapper{z-index: 1000 !important;}


.newItem[data-v-15f2b133] {
  opacity: 0.1;
  z-index: 1010;
}
.newItemButton[data-v-15f2b133] {
  position: absolute;
  width: 99%;
  height: 100%;
  margin-top: -1px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 1011;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.disabledForm[data-v-15f2b133] {
  opacity: 0.2;
  pointer-events: none;
}
.excludedLabel[data-v-15f2b133] {
  -webkit-text-decoration: line-through red;
          text-decoration: line-through red;
}


.form-container[data-v-299c60d7] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-container-loan-details[data-v-299c60d7] {
  display: flex;
}
.form-section[data-v-299c60d7] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form-row[data-v-299c60d7] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.loanDetailsRow[data-v-299c60d7] {
  display: flex;
  gap: 10px;
}
.generalLabel2[data-v-299c60d7] {
  color: black;
  font-size: 12px;
  min-width: 150px;
}
.small-input[data-v-299c60d7] {
  width: 150px;
  height: 23px;
  font-size: 12px;
  padding: 2px 5px;
}
.small-input2[data-v-299c60d7] {
  width: 115px;
  height: 23px;
  font-size: 12px;
  padding: 2px 5px;
}
.blueHeader[data-v-299c60d7] {
  width: 100%;
  float: left;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #222;
  display: block;
}
.phone-container[data-v-299c60d7] {
  display: flex;
  align-items: center;
}
.callButton[data-v-299c60d7] {
  height: 22px;
  width: 22px;
  background-color: #24d15f;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emailButton[data-v-299c60d7] {
  height: 22px;
  width: 22px;
  background-color: rgb(59, 175, 218);
  color: rgb(255, 255, 255);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.align-right[data-v-299c60d7] {
  text-align: right;
  display: inline-block;
}
.form-row2[data-v-299c60d7] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.form-container[data-v-35251363] {
  display: flex;
  justify-content: flex-start;
  gap: 90px;
}
.form-section[data-v-35251363] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form-row[data-v-35251363] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.generalLabel2[data-v-35251363] {
  color: black;
  font-size: 12px;
  min-width: 150px;
}
.excludeText[data-v-35251363] {
  color: black;
  font-size: 12px;
  min-width: 50px;
}
.small-input[data-v-35251363] {
  width: 150px;
  height: 23px;
  font-size: 12px;
  padding: 2px 5px;
}
.callButton[data-v-35251363] {
  height: 22px;
  width: 22px;
  background-color: #24d15f;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emailButton[data-v-35251363] {
  height: 22px;
  width: 22px;
  background-color: rgb(59, 175, 218);
  color: rgb(255, 255, 255);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blueHeader[data-v-35251363] {
  width: 100%;
  float: left;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #222;
  display: block;
}
.disabledForm[data-v-35251363] {
  opacity: 0.6;
  pointer-events: none;
}


.switch-container[data-v-bcc10584] {
  min-width: 180px;
  display: inline-block;
  flex-direction: column;
  align-items: center;
}
.switch-label[data-v-bcc10584] {
  margin-right: 10px;
  cursor: pointer;

  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-transform: capitalize;
}
.switch[data-v-bcc10584] {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.switch-input[data-v-bcc10584] {
  opacity: 0 !important;
  width: 40px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.switch-slider[data-v-bcc10584] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 20px;
  cursor: pointer;
}
.switch-slider[data-v-bcc10584]::before {
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
.switch-input:checked+.switch-slider[data-v-bcc10584] {
  background-color: var(--success);
}
.switch-input:checked+.switch-slider[data-v-bcc10584]::before {
  transform: translateX(20px);
}
.animate_collapseAnimation[data-v-bcc10584] {
  animation-name: collapseAnimation-bcc10584;
  animation-duration: 1s;
}
.animate_expandAnimation[data-v-bcc10584] {
  animation-name: expandAnimation-bcc10584;
  animation-duration: 1s;
}
@keyframes collapseAnimation-bcc10584 {
from {
    margin-left: 0;
}
to {
    margin-left: -250px;
}
}
@keyframes expandAnimation-bcc10584 {
from {
    margin-left: -250px;
}
to {
    margin-left: 0;
}
}
.form-container[data-v-bcc10584] {
  display: flex;
  justify-content: flex-start;
  gap: 90px;
}
.form-section[data-v-bcc10584] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form-row[data-v-bcc10584] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.generalLabel2[data-v-bcc10584] {
  color: black;
  font-size: 12px;
  min-width: 150px;
}
.small-input[data-v-bcc10584] {
  height: 23px;
  font-size: 12px;
  padding: 2px 5px;
}
.callButton[data-v-bcc10584] {
  height: 22px;
  width: 22px;
  background-color: #24d15f;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emailButton[data-v-bcc10584] {
  height: 22px;
  width: 22px;
  background-color: rgb(59, 175, 218);
  color: rgb(255, 255, 255);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blueHeader[data-v-bcc10584] {
  width: 100%;
  float: left;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #222;
  display: block;
}
.table-header[data-v-bcc10584] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.generalLabel2[data-v-bcc10584] {
  color: black;
  font-size: 12px;
  min-width: 150px;
}
.line-through-row[data-v-bcc10584] {
  text-decoration: line-through;
  -webkit-text-decoration-color:#f1556c;
          text-decoration-color:#f1556c;
  color:#f1556c;
}
.line-through-row-modified[data-v-bcc10584] {
  text-decoration: none;
  -webkit-text-decoration-color:#f1556c;
          text-decoration-color:#f1556c;
  color:#f1556c;
}


.form-container[data-v-7a59e03e] {
  display: flex;
  justify-content: flex-start;
  gap: 90px;
}
.form-section[data-v-7a59e03e] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form-row[data-v-7a59e03e] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.generalLabel2[data-v-7a59e03e] {
  color: black;
  font-size: 12px;
  min-width: 150px;
}
.small-input[data-v-7a59e03e] {
  width: 150px;
  height: 23px;
  font-size: 12px;
  padding: 2px 5px;
}
.callButton[data-v-7a59e03e] {
  height: 22px;
  width: 22px;
  background-color: #24d15f;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emailButton[data-v-7a59e03e] {
  height: 22px;
  width: 22px;
  background-color: rgb(59, 175, 218);
  color: rgb(255, 255, 255);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blueHeader[data-v-7a59e03e] {
  width: 100%;
  float: left;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #222;
  display: block;
}


.select-container[data-v-6d4ec46a] {
  display: flex;
  align-items: center;
}
.select-label[data-v-6d4ec46a] {
  width: 36%;
  float: left;
  margin: 5px 1%;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222;
  display: block;
}
select[data-v-6d4ec46a] {
  width: var(--6d4ec46a-inputWidth);
  float: left;
  border-radius: 6px;
  padding: 5px 2%;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}


.red-bg[data-v-659a501b] {
  background-color: var(--danger);
}
.green-bg[data-v-659a501b] {
  background-color: var(--success);
}
.notification-bar[data-v-659a501b] {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px rgba(255, 178, 178, 0.363) solid;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: white;
  border-radius: 0.25rem;
}
.headerSelectBox[data-v-659a501b] {
  width: 100%;
  border-radius: 6px;
  padding: 7px 12px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
  width: 100%;
}
.negotiatorSelectBox[data-v-659a501b] {
  width: 60%;
  border-radius: 6px;
  padding: 7px 12px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}
.assignNegButton[data-v-659a501b] {
  width: 35%;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgb(107 85 202 / 20%);
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}
.blueBoxPanel[data-v-659a501b] {
  width: 420px;
  position: absolute;
  top: -106px;
  right: 12px;
  z-index: 99;
  margin: 0;
  padding: 5px 6px 5px 14px;
  border-bottom-left-radius: 0.8em;
  border-bottom-right-radius: 0.8em;
  background-color: #bddbf5;
}
.blueBoxPanel--embedded[data-v-659a501b] {
  width: 420px;
  position: absolute;
  right: 12px;
  z-index: 99;
  margin: 0;
  padding: 5px 6px 5px 14px;
  border-bottom-left-radius: 0.8em;
  border-bottom-right-radius: 0.8em;
  background-color: #bddbf5;
}
.blueBoxPanel--skyline[data-v-659a501b] {
  top: -75px !important;
}
.blueBoxRow[data-v-659a501b] {
  margin: 5px 0;
}
@media screen and (max-width: 1023px) {
.blueBoxPanel[data-v-659a501b] {
    padding: 10px 12px 10px 40px;
    border: none;
}
}
.blueBoxControlWrapper[data-v-659a501b] {
  width: 100%;
  margin: 4px 0;
}
.blueBoxLabel[data-v-659a501b] {
  width: 36%;
  float: left;
  margin: 5px 1%;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222;
  display: block;
}
.blueBoxRedLabel[data-v-659a501b] {
  font-size: 13px;
  color: red;
  font-weight: 600;
  padding-left: 5px;
}
.blueBoxIconWrapper[data-v-659a501b] {
  width: 50px;
  padding: 5px;
  float: left;
}
.blueBoxIcon[data-v-659a501b] {
  cursor: pointer;
  color: black;
  font-size: 20px;
  font-weight: bold;
}
.blueBoxLabelAutoSize[data-v-659a501b] {
  width: auto;
  float: left;
  margin: 5px 1%;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222;
  display: block;
}
.blueBoxDaysInput[data-v-659a501b] {
  width: 45px;
  float: left;
  padding: 2px 5px;
  border-radius: 4px !important;
  border: solid 1px #d1d1d1 !important;
}
.blueBoxControl[data-v-659a501b] {
  width: 150px;
  float: left;
  border-radius: 6px;
  padding: 5px 2%;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}
.blueMaxMonthLabelPanel[data-v-659a501b] {
  width: 80px;
  position: absolute;
  top: 6px;
  left: 102px;
  font-size: 8px;
  font-weight: bold;
  color: red;
  line-height: 16px;
}
.blueBoxServiceFeeLabel[data-v-659a501b] {
  float: right;
  font-size: 12px;
  color: red;
}
.mouthsBlueBoxControl[data-v-659a501b] {
  width: 50px;
  border-radius: 6px;
  padding: 5px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}
.blueBoxHeader[data-v-659a501b] {
  width: 93%;
  font-size: 18px;
  padding: 3px 0;
  line-height: 24px;
  border-bottom: 1px solid #999;
}
.o-drop__item--active[data-v-659a501b] {
  background-color: transparent;
  color: #000000;
}
.o-drop__item--active[data-v-659a501b]:hover {
  background-color: #d1d1d171;
  color: #000000;
}
.o-drop__item[data-v-659a501b] {
  min-width: 17rem !important;
  font-size: revert !important;
}
.editCtextRed[data-v-659a501b] {
  color: #ff2525;
}
.dropdown[data-v-659a501b] {
  position: relative;
  display: inline-block;
}
.dropdown-content[data-v-659a501b] {
  display: none;
  position: absolute;
  left: 0px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  width: 200px;
  border-radius: 10px;
}
.dropdown-content a[data-v-659a501b] {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a[data-v-659a501b]:hover {
  background-color: #f8f8f8;
}
.dropdown:hover .dropdown-content[data-v-659a501b] {
  display: block;
}
.balanceSummary[data-v-659a501b] {
  background: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #d1d1d1;
  padding: 5px 4px 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 0.25rem;
}
.skylineButton[data-v-659a501b] {
  background-color: #3bafda;
  color: #fff;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.small-input[data-v-659a501b] {
  width: 170px;
  height: 30px;
  font-size: 12px;
  padding: 2px 5px;
}
.popup-centered[data-v-659a501b] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-container[data-v-659a501b] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
}
.dropdown-field[data-v-659a501b] {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
  gap: 4px;
}
.dropdown-field-double[data-v-659a501b] {
  display: flex;
  flex-direction: row;
  flex: 1;
  min-width: 300px;
  gap: 15px;
}
.field-group[data-v-659a501b] {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
}
.field-label[data-v-659a501b] {
  height: 20px;
  display: flex;
  align-items: center;
}
.field-input[data-v-659a501b] {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1200px) {
.dropdown-field[data-v-659a501b] {
    min-width: 180px;
}
.dropdown-field-double[data-v-659a501b] {
    min-width: 280px;
}
}
@media (max-width: 992px) {
.dropdown-field[data-v-659a501b],
  .dropdown-field-double[data-v-659a501b] {
    flex: 1 1 45%;
    min-width: 200px;
}
}
@media (max-width: 768px) {
.dropdown-field[data-v-659a501b],
  .dropdown-field-double[data-v-659a501b] {
    flex: 1 1 100%;
    min-width: 100%;
}
.dropdown-field-double[data-v-659a501b] {
    flex-direction: column;
}
}

body[data-v-66e54b0e] {
  font-family: "Open Sans";
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.tag-report-hyperlink[data-v-66e54b0e]:hover {
  color: #3bafda !important;
  text-decoration: underline;
  cursor: pointer;
}
.datepickerWrapper .vc-popover-content-wrapper[data-v-66e54b0e] {
  display: none !important;
}
.last5Table thead th[data-v-66e54b0e] {
  font-size: 12px !important;
  padding: 8px !important;
}
.last5Table tbody td[data-v-66e54b0e] {
  font-size: 12px !important;
  padding: 8px !important;
}
.creditorTable thead th[data-v-66e54b0e] {
  font-size: 13px !important;
}
.creditorTableGrt thead th[data-v-66e54b0e] {
  padding: 0 5px !important;
  font-size: 13px !important;
}
.creditorTable tbody td[data-v-66e54b0e] {
  font-size: 13px !important;
}
.creditorTableGrt tbody td[data-v-66e54b0e] {
  padding: 5px !important;
  font-size: 13px !important;
}
.creditorTableGrt .stickyColumns[data-v-66e54b0e] {
  text-align: right !important;
}
.creditorTable thead th select[data-v-66e54b0e] {
  font-size: 13px !important;
}
.creditorTable thead th input[data-v-66e54b0e] {
  font-size: 13px !important;
}
.creditorTableFontClass[data-v-66e54b0e] {
  font-size: 13px !important;
}
.creditorTable input[data-v-66e54b0e] {
  padding: 2px 4px !important;
  line-height: 13px !important;
  height: 28px !important;
}
.creditorTable select[data-v-66e54b0e] {
  padding: 2px !important;
  line-height: 13px !important;
  height: 28px !important;
}
.creditorTable input[type=checkbox][data-v-66e54b0e] {
  height: 20px !important;
  padding: 2px !important;
  font-size: 13px !important;
}
.pPanelWrapper .row[data-v-66e54b0e] {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e4e4e4;
  height: 72px;
  display: flex;
  align-items: center;
}
.pPanelWrapper .button .icons[data-v-66e54b0e] {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #24d15f;
  padding: 0 !important;
  text-align: center;
}
.pPanelWrapper .button .icons i[data-v-66e54b0e] {
  color: var(--white);
  font-size: 25px;
  top: -4px;
  position: relative;
}
.pPanelWrapper .button .icons.keyboard-icon[data-v-66e54b0e] {
  background-color: var(--dark-gray);
}
.newLoading[data-v-66e54b0e] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1001;
}
.formWrapper[data-v-66e54b0e] {
  width: 100%;
  padding: 12px;
}
.noPadding[data-v-66e54b0e] {
  padding: 0 !important;
}
.roleChekbox[data-v-66e54b0e] {
  width: 32px;
  float: left;
  margin: 0 12px;
}
.roleLabel[data-v-66e54b0e] {
  width: 80%;
  float: left;
}
.roleHeadline[data-v-66e54b0e] {
  margin: 20px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.mt-12[data-v-66e54b0e] {
  margin-top: 12px;
}
.p-12[data-v-66e54b0e] {
  padding: 12px;
}
.labelMargin[data-v-66e54b0e] {
  margin: 8px 5px;
}
.employeeLoadingWrapper[data-v-66e54b0e] {
  margin: 0 5px;
  height: 10px;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1s;
}
.page-title-box[data-v-66e54b0e] {
  margin-bottom: 0;
}
.admin-page[data-v-66e54b0e] {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.admin-page .submit-button[data-v-66e54b0e] {
  margin: 20px 0 0 10px;
}
.admin-page .list[data-v-66e54b0e] {
  padding: 5px 16px;
  max-height: 500px;
  margin-top: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}
.admin-page .list .item[data-v-66e54b0e] {
  cursor: pointer;
  padding: 10px 5px;
  border-bottom: 1px solid #dcdcdc;
}
.admin-page .list .item .actions button[data-v-66e54b0e] {
  padding: 0 4px;
}
.admin-page .list .adminActiveMenuItem[data-v-66e54b0e] {
  color: #3bafda;
  font-weight: bold;
}
.admin-page .filter[data-v-66e54b0e] {
  margin: 10px 0;
  padding: 0;
}
.admin-page .image-upload-wrapper[data-v-66e54b0e] {
  margin: 10px;
  display: inline-block;
  cursor: pointer;
}
.admin-page .image-upload-wrapper .preview[data-v-66e54b0e] {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background-color: #41b883;
  box-shadow: 3px 2px 5px 4px #cccccc;
  overflow: hidden;
  text-align: center;
}
.admin-page .image-upload-wrapper .preview img[data-v-66e54b0e] {
  height: 100%;
}
.admin-page .image-upload-wrapper .preview span[data-v-66e54b0e] {
  width: 150px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);
  color: #41b883;
  font-weight: bold;
  text-align: center;
}
.admin-page .roles-list .col-sm-1[data-v-66e54b0e] {
  padding-right: 0;
}
.admin-page .roles-list .col-form-label[data-v-66e54b0e] {
  padding-left: 0;
}
.admin-page .assigned-agent[data-v-66e54b0e] {
  line-height: 35px;
}
.admin-page .checkbox-input[data-v-66e54b0e] {
  width: 20px !important;
  display: inline !important;
  margin-right: 10px;
  vertical-align: middle;
}
.admin-page .checkbox-row[data-v-66e54b0e] {
  margin-top: 0;
  margin-bottom: 0;
}
.nav-tabs .nav-link[data-v-66e54b0e] {
  cursor: pointer;
}
.nav-link[data-v-66e54b0e]:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.15);
}
.navbar-icons[data-v-66e54b0e] {
  font-size: 24px;
}
.navbar-preview[data-v-66e54b0e] {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 14px 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px 2px #fff;
  overflow: hidden;
  text-align: center;
}
.navbar-preview img[data-v-66e54b0e] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.scroll-list[data-v-66e54b0e] {
  overflow-y: scroll;
  height: 300px;
}
.has-errors[data-v-66e54b0e] {
  border: 1px solid red;
}
.animated-btn i[data-v-66e54b0e] {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: rotate-66e54b0e 2s infinite linear;
  /* IE 10+, Fx 29+ */
}
@keyframes rotate-66e54b0e {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
#sidebar-menu .router-link-exact-active a[data-v-66e54b0e],
#sidebar-menu .router-link-active a[data-v-66e54b0e] {
  color: #3bafda;
}
#sidebar-menu .router-link-exact-active span[data-v-66e54b0e],
#sidebar-menu .router-link-active span[data-v-66e54b0e] {
  color: #3bafda;
}
#sidebar-menu .router-link-exact-active i[data-v-66e54b0e],
#sidebar-menu .router-link-active i[data-v-66e54b0e] {
  color: #3bafda;
}
.checkbox-filter[data-v-66e54b0e] {
  padding-top: 18px;
  padding-left: 25px;
}
.edit-indicator[data-v-66e54b0e] {
  margin-left: 10px;
}
.name.active[data-v-66e54b0e] {
  font-weight: bold;
}
.v-notification[data-v-66e54b0e] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}
.v-notification.position-left[data-v-66e54b0e], .v-notification.position-right[data-v-66e54b0e] {
  top: 20px;
  width: 300px;
}
.v-notification.position-right[data-v-66e54b0e] {
  left: unset;
  right: 20px;
}
.v-notification.position-left[data-v-66e54b0e] {
  right: unset;
  left: 20px;
}
.v-notification .timer[data-v-66e54b0e] {
  width: 100%;
  position: absolute;
  left: 0;
  height: 1px;
  top: 0px;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.v-notification h4[data-v-66e54b0e] {
  color: #fff;
}
.client-page .submit-button[data-v-66e54b0e] {
  float: right;
  margin: 10px;
  height: 30px;
  line-height: 0;
}
.client-page .policy-header[data-v-66e54b0e] {
  justify-content: space-between;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  border-top-right-radius: 8px !important;
}
.client-page .policy-header .header-actions[data-v-66e54b0e] {
  align-items: center;
  justify-content: flex-end;
}
.client-page .nav-tabs[data-v-66e54b0e] {
  width: 100%;
}
.mx-datepicker[data-v-66e54b0e] {
  width: 100%;
}
.driverLi[data-v-66e54b0e] {
  width: 100%;
  float: left;
  position: relative;
  padding: 12px 5px 12px 15px;
  list-style-type: none;
  cursor: pointer;
  color: #2a404c;
  font-size: 13px;
}
.policyWrapper[data-v-66e54b0e] {
  border-radius: 8px;
  padding: 16px;
  margin: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e4e4e4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  background-color: #ffffff;
}
.policy-form .driver-list-wrapper[data-v-66e54b0e] {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
.policy-form .driver-list-wrapper .driver-list[data-v-66e54b0e] {
  padding-left: 0;
  list-style-type: none;
}
.policy-form .driver-list-wrapper .driver-list .driver[data-v-66e54b0e] {
  width: 100%;
  float: left;
  position: relative;
  padding: 12px 15px;
  list-style-type: none;
  cursor: pointer;
}
.policy-form .driver-list-wrapper .driver-list button[data-v-66e54b0e] {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.policy-form .driver-list-wrapper .driver-list button[data-v-66e54b0e]:disabled {
  opacity: 0.4;
}
.policy-form input[data-v-66e54b0e] {
  width: 100%;
}
.policy-form .checkbox-input[data-v-66e54b0e] {
  width: 20px !important;
  display: inline !important;
  margin-right: 10px;
  vertical-align: middle;
}
.policy-form .checkbox-row[data-v-66e54b0e] {
  margin-top: 0;
  margin-bottom: 0;
}
.no-padding input[data-v-66e54b0e] {
  padding: 0;
  padding-left: 5px;
}
.menu-title[data-v-66e54b0e] {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  text-align: left;
}
.tab-item .tab-link[data-v-66e54b0e] {
  display: block;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tab-item .active[data-v-66e54b0e] {
  background-color: #1abc9c;
  color: #efefef !important;
}
.tab-item .activeBlue[data-v-66e54b0e] {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .activeAllGrid[data-v-66e54b0e] {
  background-color: #ffffff;
  color: #2a404c !important;
}
.tab-item .activeGreen[data-v-66e54b0e] {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .customerActiveTab[data-v-66e54b0e] {
  background-color: #f4f9ff;
  color: #000000;
}
.tab-item .tab-link[data-v-66e54b0e] {
  display: block;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tab-item .active[data-v-66e54b0e] {
  background-color: #1abc9c;
  color: #efefef !important;
}
.tab-item .activeBlue[data-v-66e54b0e] {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .activeAllGrid[data-v-66e54b0e] {
  background-color: #ffffff;
  color: #2a404c !important;
}
.tab-item .activeGreen[data-v-66e54b0e] {
  background-color: #58a56b;
  color: #ffffff !important;
}
.tab-item .customerActiveTab[data-v-66e54b0e] {
  background-color: #f4f9ff;
  color: #000000;
}
.customer-notes-tab-item .tab-link[data-v-66e54b0e] {
  display: block;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.customer-notes-tab-item .active[data-v-66e54b0e] {
  background-color: #f7f5f5;
  color: #37cde6 !important;
}
.tab-item-label[data-v-66e54b0e] {
  margin: 0 5px;
}
.panelWrapper[data-v-66e54b0e] {
  background-color: #ffffff;
  padding: 10px;
}
.newPanelWrapper[data-v-66e54b0e] {
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 2px 1px #e4e4e4;
  background-color: #f7f7f7;
}
.panelShadowBlue[data-v-66e54b0e] {
  box-shadow: 0 0 2px 2px #3bafda;
}
.panelHeader[data-v-66e54b0e] {
  width: 100%;
  margin: 5px 0 10px 0;
  border-bottom: 2px solid #3bafda;
}
.panelSubHeader[data-v-66e54b0e] {
  width: 100%;
  margin: 5px 0 0 0;
  padding: 5px 0;
  border-bottom: 2px solid #3bafda;
}
.panelSubHeaderGray[data-v-66e54b0e] {
  width: 100%;
  margin: 5px 0 10px 0;
  border-bottom: 2px solid #6c757d;
}
.panelSubHeaderGray label[data-v-66e54b0e] {
  color: #6c757d;
  font-size: 1.05rem;
  margin: 0;
}
.alignLeft[data-v-66e54b0e] {
  padding-left: 0;
}
.alignRight[data-v-66e54b0e] {
  padding-right: 0;
}
.panelContent[data-v-66e54b0e] {
  padding: 10px;
}
.officePage .form-label[data-v-66e54b0e] {
  line-height: 2;
}
.noMargin[data-v-66e54b0e] {
  margin: 0 !important;
}
.client-page .form-label[data-v-66e54b0e] {
  line-height: 2;
}
.numericInput[data-v-66e54b0e] {
  width: 80px !important;
  margin: 0 10px;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}
.textareaInput[data-v-66e54b0e] {
  resize: none;
}
.gridHeader[data-v-66e54b0e] {
  background-color: #eaeaea;
}
.gridHeight[data-v-66e54b0e] {
  max-height: 280px;
  overflow-y: auto;
}
.listActive[data-v-66e54b0e] {
  background-color: #3bafda !important;
  color: #ffffff;
}
.activeListItem[data-v-66e54b0e] {
  color: #3bafda;
  font-weight: bold;
}
.color-picker-container .vc-chrome-fields-wrap[data-v-66e54b0e] {
  display: none !important;
}
.color-picker-container .vc-chrome-hue-wrap[data-v-66e54b0e] {
  margin-top: 8px !important;
}
.color-picker-container .vc-chrome-alpha-wrap[data-v-66e54b0e] {
  display: none !important;
}
.panelWrapper[data-v-66e54b0e] {
  background-color: #ffffff;
  padding: 10px;
}
.panelContent[data-v-66e54b0e] {
  padding: 10px;
}
.officePage .form-label[data-v-66e54b0e] {
  line-height: 2;
}
.noMargin[data-v-66e54b0e] {
  margin: 0 !important;
}
.hr[data-v-66e54b0e] {
  width: 100%;
  height: 1px;
  background-color: #444;
  margin-bottom: 15px;
}
.color-picker input[data-v-66e54b0e] {
  width: 50%;
}
.legend[data-v-66e54b0e] {
  border: 1px solid var(--gray-dark);
  position: relative;
  padding-top: 30px;
}
.legend h4[data-v-66e54b0e] {
  position: absolute;
  top: -30px;
  padding: 10px;
  left: 30px;
  background-color: #fff;
}
.legend h5[data-v-66e54b0e] {
  position: absolute;
  top: -30px;
  padding: 10px;
  left: 10px;
  font-size: 13px;
}
.filter-text-info[data-v-66e54b0e] {
  font-size: 0.75rem;
  margin: 10px 0px;
}
.flex-end[data-v-66e54b0e] {
  display: flex;
  justify-content: flex-end !important;
  margin-right: 10px;
}
.flex-center[data-v-66e54b0e] {
  justify-content: space-between !important;
}
.full-width[data-v-66e54b0e] {
  display: inline-block;
  width: 100%;
}
.flex[data-v-66e54b0e] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.divider[data-v-66e54b0e] {
  height: 1px;
  background-color: var(--gray);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.filter-box[data-v-66e54b0e] {
  padding: 8px 8px 16px 8px;
  background-color: #f7f7f7;
  border-top: 1px solid #e4e4e4;
}
.fade-enter-active[data-v-66e54b0e],
.fade-leave-active[data-v-66e54b0e] {
  transition: opacity 0.5s;
}
.fade-enter[data-v-66e54b0e], .fade-leave-to[data-v-66e54b0e] {
  opacity: 0;
}
.is-sortable[data-v-66e54b0e] {
  cursor: pointer !important;
}
.is-sticky-header thead[data-v-66e54b0e] {
  background-color: #3bafda !important;
  color: #2a404c;
}
.is-sticky-header thead tr th[data-v-66e54b0e] {
  padding: 15px;
  border-top: 1px solid #3bafda !important;
  border-bottom: 1px solid #3bafda !important;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  position: sticky !important;
  left: 0 !important;
  top: -1px !important;
  z-index: 5 !important;
  background-color: #3bafda;
  color: #fff !important;
}
.datagrid-table[data-v-66e54b0e] {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
}
.datagrid-table thead[data-v-66e54b0e] {
  background-color: #ffffff;
  color: #2a404c;
}
.datagrid-table thead th[data-v-66e54b0e] {
  padding: 15px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.datagrid-table thead th.sortable[data-v-66e54b0e] {
  cursor: pointer;
}
.datagrid-table thead th.sortable i[data-v-66e54b0e] {
  font-size: 11px;
}
.datagrid-table thead th .title[data-v-66e54b0e] {
  margin-right: 5px;
}
.datagrid-table thead th button[data-v-66e54b0e] {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table thead th button[data-v-66e54b0e]:disabled {
  opacity: 0.4;
}
.datagrid-table thead th button[data-v-66e54b0e]:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.datagrid-table tbody tr[data-v-66e54b0e] {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.datagrid-table tbody tr[data-v-66e54b0e]:nth-child(even) {
  background-color: #fafafa;
}
.datagrid-table tbody td[data-v-66e54b0e] {
  padding: 11px 15px;
  border-top: none;
  vertical-align: middle;
}
.datagrid-table tbody tr[data-v-66e54b0e]:hover,
.datagrid-table tbody tr[data-v-66e54b0e]:active {
  background-color: #daffe3;
}
.datagrid-table tbody button[data-v-66e54b0e] {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table tbody button.addNewButton[data-v-66e54b0e] {
  width: auto;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #58a56b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.datagrid-table tbody button.viewOffersButton[data-v-66e54b0e] {
  width: 200px;
  height: 44px;
  padding: 0px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #3bafda;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.datagrid-table tbody button.sendAddendumButton[data-v-66e54b0e] {
  width: 200px;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #5c4f7a;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.datagrid-table tbody button[data-v-66e54b0e]:disabled, .datagrid-table tbody button[data-v-66e54b0e]:disabled:hover {
  opacity: 0.4;
  cursor: auto;
}
.datagrid-table tbody button:disabled.docusignButtons[data-v-66e54b0e], .datagrid-table tbody button:disabled:hover.docusignButtons[data-v-66e54b0e] {
  opacity: 0.4;
  color: white !important;
  transition: none;
}
.datagrid-table tbody button[data-v-66e54b0e]:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.disposition-table-top-aligned tbody td[data-v-66e54b0e] {
  vertical-align: top !important;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.agentActivityDetailTable[data-v-66e54b0e] {
  border: none !important;
  border-collapse: collapse;
  border-radius: 8px;
}
.agentActivityDetailTable thead[data-v-66e54b0e] {
  background-color: #ffffff;
  color: #8a9197 !important;
  border: none !important;
}
.agentActivityDetailTable thead tr th[data-v-66e54b0e] {
  border-top: none !important;
  border-bottom: none !important;
}
.agentActivityDetailTable thead th[data-v-66e54b0e] {
  padding: 15px;
  border: none !important;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  background-color: #8a9197 !important;
  border-color: #8a9197 !important;
  border-top: none !important;
  border-bottom: none !important;
}
.agentActivityDetailTable thead th.sortable[data-v-66e54b0e] {
  cursor: pointer;
}
.agentActivityDetailTable thead th.sortable i[data-v-66e54b0e] {
  font-size: 11px;
}
.agentActivityDetailTable thead th .title[data-v-66e54b0e] {
  margin-right: 5px;
}
.agentActivityDetailTable thead th button[data-v-66e54b0e] {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.agentActivityDetailTable thead th button[data-v-66e54b0e]:disabled {
  opacity: 0.4;
}
.agentActivityDetailTable thead th button[data-v-66e54b0e]:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.agentActivityDetailTable tbody tr[data-v-66e54b0e] {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.agentActivityDetailTable tbody tr[data-v-66e54b0e]:nth-child(even) {
  background-color: #fafafa;
}
.agentActivityDetailTable tbody td[data-v-66e54b0e] {
  padding: 11px 15px;
  border-top: none;
  vertical-align: middle;
}
.agentActivityDetailTable tbody tr[data-v-66e54b0e]:hover,
.agentActivityDetailTable tbody tr[data-v-66e54b0e]:active {
  background-color: #daffe3;
}
.agentActivityDetailTable tbody button[data-v-66e54b0e] {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.agentActivityDetailTable tbody button.addNewButton[data-v-66e54b0e] {
  width: auto;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #58a56b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.agentActivityDetailTable tbody button[data-v-66e54b0e]:disabled {
  opacity: 0.4;
}
.agentActivityDetailTable tbody button:disabled.docusignButtons[data-v-66e54b0e] {
  opacity: 0.4;
  color: white !important;
  transition: none;
}
.agentActivityDetailTable tbody button[data-v-66e54b0e]:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.custom-table[data-v-66e54b0e] {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
}
.custom-table .custom-table-input[data-v-66e54b0e] {
  width: 96%;
  padding: 2px 2% !important;
  line-height: 13px !important;
  height: 28px !important;
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
}
.custom-table thead[data-v-66e54b0e] {
  background-color: #ffffff;
  color: #2a404c;
}
.custom-table thead th[data-v-66e54b0e] {
  padding: 8px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.custom-table thead th button[data-v-66e54b0e] {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.custom-table thead th button[data-v-66e54b0e]:disabled {
  opacity: 0.4;
}
.custom-table thead th button[data-v-66e54b0e]:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.custom-table tbody tr[data-v-66e54b0e] {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.custom-table tbody tr[data-v-66e54b0e]:nth-child(even) {
  background-color: #fafafa;
}
.custom-table tbody td[data-v-66e54b0e] {
  padding: 8px;
  border-top: none;
  vertical-align: middle;
}
.custom-table tbody button[data-v-66e54b0e] {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.custom-table tbody button.addNewButton[data-v-66e54b0e] {
  width: auto;
  height: 44px;
  padding: 8px 12px;
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  background-color: #58a56b;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.custom-table tbody button[data-v-66e54b0e]:disabled {
  opacity: 0.4;
}
.custom-table tbody button:disabled.docusignButtons[data-v-66e54b0e] {
  opacity: 0.4;
  color: white !important;
  transition: none;
}
.custom-table tbody button[data-v-66e54b0e]:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.custom-table tfoot tr[data-v-66e54b0e] {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.custom-table tfoot tr[data-v-66e54b0e]:nth-child(even) {
  background-color: #fafafa;
}
.custom-table tfoot td[data-v-66e54b0e] {
  padding: 8px;
  border-top: none;
  vertical-align: middle;
}
.priority-wrapper[data-v-66e54b0e] {
  margin-top: 20px;
  height: 50px;
  overflow: hidden;
}
.priority-wrapper.expanded[data-v-66e54b0e] {
  height: auto;
  overflow: visible;
}
.priority-wrapper .priority-header[data-v-66e54b0e] {
  padding: 6px;
  cursor: pointer;
  background-color: var(--white);
  border: 1px solid #dddddd;
}
.priority-wrapper .priority-header i[data-v-66e54b0e] {
  margin: -2px 5px;
  font-size: 20px;
}
.priority-wrapper .priority-header .priorityText[data-v-66e54b0e] {
  margin: 10px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  color: #2a404c;
}
.widthFull[data-v-66e54b0e] {
  width: 100%;
}
.widthFull[data-v-66e54b0e] {
  width: 100%;
}
.pagination[data-v-66e54b0e] {
  display: block;
}
.pagination .pagination-num[data-v-66e54b0e] {
  margin: 0 0 0 10px;
  text-align: center;
  width: 70px;
}
.pagination .btn[data-v-66e54b0e] {
  margin-left: 10px;
}
.gridFonts[data-v-66e54b0e] {
  font-size: 12px;
}
.form-group[data-v-66e54b0e] {
  margin-bottom: 0 !important;
}
.pagingPanel[data-v-66e54b0e] {
  float: right;
}
.pagingTextBox[data-v-66e54b0e] {
  width: 36px !important;
  height: 24px !important;
  margin: 3px 0;
  padding: 0 !important;
  float: right;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #2a404c;
}
.pagingIcon[data-v-66e54b0e] {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: solid 0.7px #e4e4e4;
  background-color: #eeecec;
  color: #2a404c;
  margin: 3px 5px;
}
.pagingIcon[data-v-66e54b0e]:disabled {
  opacity: 0.65;
}
.pagingText[data-v-66e54b0e] {
  width: auto;
  float: right;
  margin: 5px 5px;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #2a404c;
}
.pagingTotalRecords[data-v-66e54b0e] {
  width: auto;
  float: left;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #939393;
}
.policyLoader[data-v-66e54b0e] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
}
.badgeStatusPadding[data-v-66e54b0e] {
  padding: 7px;
  font-size: 10px;
}
.badge-gray[data-v-66e54b0e] {
  background-color: #d5d4d4;
}
.customer-tab-link[data-v-66e54b0e] {
  width: 95%;
  float: left;
  height: 44px;
  padding: 10px 5% !important;
  margin-right: 5%;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border: solid 1px #e4e4e4 !important;
  background-color: #eeecec;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #000000 !important;
}
.customer-tab-link[data-v-66e54b0e]:hover {
  background-color: #eeecec;
  opacity: 0.8;
  color: #2a404c !important;
}
.grayButton[data-v-66e54b0e] {
  border: solid 1px #e4e4e4;
  background-color: #fafafa;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
  color: #424242;
  border-radius: 8px;
}
.generalButton[data-v-66e54b0e] {
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(107, 85, 202, 0.2);
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
}
.generalButton[data-v-66e54b0e]:disabled {
  opacity: 0.65;
}
.generalLabel[data-v-66e54b0e] {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.noSizeSelectBox[data-v-66e54b0e] {
  border-radius: 6px;
  padding: 7px 12px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}
.generalSelectBox[data-v-66e54b0e] {
  width: 100%;
  border-radius: 6px;
  padding: 7px 12px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}
.clearFilterButton[data-v-66e54b0e] {
  border-radius: 22px;
  padding: 7px 12px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #000000;
}
.generalSelectBox[data-v-66e54b0e]:disabled {
  opacity: 0.65;
}
.generalTextBox[data-v-66e54b0e] {
  border-radius: 6px;
  padding: 8px 12px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}
.generalTextBox[data-v-66e54b0e]:disabled {
  opacity: 0.65;
}
.generalCheckBox[data-v-66e54b0e] {
  width: 21px;
  height: 21px;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
}
.generalFont[data-v-66e54b0e] {
  font-family: "Open Sans";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
}
.content ul[data-v-66e54b0e] {
  margin: 0 !important;
  padding: 0 !important;
}
.policyTabItem[data-v-66e54b0e] {
  padding: 12px;
  display: block;
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  background-color: #f7f5f5;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
  cursor: pointer;
}
.policySubTabItem[data-v-66e54b0e] {
  padding: 12px;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: solid 1px #e6e6e6;
  background-color: #f7f5f5;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000 !important;
  cursor: pointer;
}
.policySubTabItemActive[data-v-66e54b0e] {
  background-color: #ffffff;
}
.policyTabActive[data-v-66e54b0e] {
  box-shadow: 0 0 2px 0 #6b55ca;
  border: solid 2px #8871ed;
}
.customerTabActive[data-v-66e54b0e] {
  background-color: #f4f9ff;
}
.editorWrapper strong[data-v-66e54b0e] {
  font-weight: 800 !important;
}
.pauseOptionItem[data-v-66e54b0e] {
  width: 100%;
  display: block;
  margin: 5px 0;
}
.pauseOptionItem[data-v-66e54b0e]:hover {
  color: #3bafda;
  transition: all 0.4s linear;
}
@media screen and (min-width: 1024px) {
.customer-tab-header-icon[data-v-66e54b0e] {
    width: 15%;
    float: left;
}
.customer-tab-header[data-v-66e54b0e] {
    width: 70%;
    margin: 0 5%;
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customer-tab-icons[data-v-66e54b0e] {
    width: 10%;
    color: #2a404c;
}
.customer-tab-text[data-v-66e54b0e] {
    width: 70%;
    float: left;
    margin: 0 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
@media screen and (max-width: 1023px) {
.customer-tab-link[data-v-66e54b0e] {
    width: 100%;
    float: left;
    height: 63px;
    padding: 5px 5% !important;
}
.customer-tab-header-icon[data-v-66e54b0e] {
    display: block;
    padding: 30% 25%;
}
.customer-tab-header[data-v-66e54b0e] {
    width: 100%;
    float: left;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customer-tab-icons[data-v-66e54b0e] {
    width: 100%;
    padding: 0;
    margin: 5px 0;
    text-align: center;
}
.customer-tab-text[data-v-66e54b0e] {
    width: 0%;
    display: none;
    float: left;
    margin: 0 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.closeOtherTabs ul[data-v-66e54b0e],
.closeOtherTabs li[data-v-66e54b0e] {
    padding: 0;
}
}
.customerPageTitle[data-v-66e54b0e] {
  width: auto;
  float: left;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2a404c;
}
.ar-icon__lg[data-v-66e54b0e] {
  line-height: 35px !important;
}
.ar-icon__sm[data-v-66e54b0e] {
  line-height: 20px !important;
}
.ar-recorder__records-limit[data-v-66e54b0e] {
  top: 68px !important;
}
.popover[data-v-66e54b0e] {
  position: absolute;
  width: 276px;
  bottom: 50px;
  top: unset;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e4e4e4;
  left: -120px;
  z-index: 9999;
}
.popover .no-button[data-v-66e54b0e] {
  border: none;
  background-color: transparent;
  font-size: 12px;
  color: #939393;
  float: right;
}
.popover .send-code[data-v-66e54b0e] {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 3px;
}
.popover .send-code span[data-v-66e54b0e] {
  position: relative;
  top: -3px;
}
.popover .send-code i[data-v-66e54b0e] {
  font-size: 18px;
}
.popover .cold-transfer .contact[data-v-66e54b0e] {
  margin-bottom: 0;
}
.popover input[data-v-66e54b0e] {
  border-radius: 8px;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
}
.popover button[data-v-66e54b0e] {
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Open Sans";
}
.popover .popover-header[data-v-66e54b0e] {
  background-color: transparent;
  border-bottom: none;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}
.popover .popover-header .container[data-v-66e54b0e] {
  padding: 12px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.popover .popover-header .container .form-control[data-v-66e54b0e] {
  margin-top: 11px;
}
.popover .popover-body[data-v-66e54b0e] {
  overflow-y: auto;
  padding: 0;
}
.popover .popover-body .numPadRow[data-v-66e54b0e] {
  height: 40px;
  padding: 5px;
  display: flex;
  justify-content: center;
  font-family: "Open Sans";
  font-size: 13px;
}
.popover .popover-body .contact[data-v-66e54b0e] {
  height: 36px;
  padding: 9px 11px 8px 11px;
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans";
  font-size: 13px;
  color: #2a404c;
}
.popover .popover-body .contact i[data-v-66e54b0e] {
  border-radius: 4px;
  background-color: #24d15f;
  color: #fff;
  display: inline-block;
  width: 27px;
  height: 27px;
  position: relative;
  top: -4px;
}
.popover .popover-body .contact i[data-v-66e54b0e]::before {
  position: relative;
  left: 6px;
  top: 4px;
}
.popover .popover-body .contact[data-v-66e54b0e]:nth-child(2n) {
  background-color: #f9f9f9;
}
.popover .popover-body .contact[data-v-66e54b0e]:hover {
  background-color: #daffe3;
}
.popover.more-actions[data-v-66e54b0e] {
  width: 240px;
}
.popover.internal-call[data-v-66e54b0e] {
  width: 246px;
  bottom: 60px;
  left: -200px;
}
.popover.internal-call .arrow[data-v-66e54b0e] {
  left: 204px !important;
}
.popover.camapaign-leads[data-v-66e54b0e] {
  width: 300px;
  bottom: 60px;
  left: -200px;
}
.popover.camapaign-leads .arrow[data-v-66e54b0e] {
  left: 204px !important;
}
.popover.numpad[data-v-66e54b0e] {
  width: 267px;
  bottom: 60px;
  left: -211px;
}
.popover.numpad .arrow[data-v-66e54b0e] {
  left: 214px !important;
}
.popover.numpad .popover-body[data-v-66e54b0e] {
  height: 110px !important;
  display: flex;
  overflow-x: hidden;
}
.popover.hangupOptions[data-v-66e54b0e] {
  width: 200px;
  bottom: 60px;
  left: -120px;
}
.popover.hangupOptions .arrow[data-v-66e54b0e] {
  left: 125px !important;
}
.popover.hangupOptions .popover-body[data-v-66e54b0e] {
  height: 100px !important;
  display: flex;
  overflow-x: hidden;
  align-content: flex-end;
  flex-direction: column;
}
.datagrid-table-skyline[data-v-66e54b0e] {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
  background-color: #ffffff;
}
.datagrid-table-skyline thead[data-v-66e54b0e] {
  background-color: #ffffff;
  color: #2a404c;
}
.datagrid-table-skyline thead th[data-v-66e54b0e] {
  padding: 10px 7px 10px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.datagrid-table-skyline thead th.sortable[data-v-66e54b0e] {
  cursor: pointer;
}
.datagrid-table-skyline thead th.sortable i[data-v-66e54b0e] {
  font-size: 11px;
}
.datagrid-table-skyline thead th .title[data-v-66e54b0e] {
  margin-right: 5px;
}
.datagrid-table-skyline thead th button[data-v-66e54b0e] {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table-skyline thead th button[data-v-66e54b0e]:disabled {
  opacity: 0.4;
}
.datagrid-table-skyline thead th button[data-v-66e54b0e]:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.datagrid-table-skyline tbody tr[data-v-66e54b0e] {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.datagrid-table-skyline tbody tr[data-v-66e54b0e]:nth-child(even) {
  background-color: #fafafa;
}
.datagrid-table-skyline tbody td[data-v-66e54b0e] {
  padding: 8px 5px;
  border-top: none;
  vertical-align: middle;
}
.datagrid-table-skyline tbody tr[data-v-66e54b0e]:hover,
.datagrid-table-skyline tbody tr[data-v-66e54b0e]:active {
  background-color: #daffe3;
}
.datagrid-table-skyline-client-grid[data-v-66e54b0e] {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
  background-color: #ffffff;
  table-layout: fixed;
  width: 100%;
}
.datagrid-table-skyline-client-grid thead[data-v-66e54b0e] {
  background-color: #ffffff;
  color: #2a404c;
}
.datagrid-table-skyline-client-grid thead th[data-v-66e54b0e] {
  padding: 10px 7px 10px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 50px;
}
.datagrid-table-skyline-client-grid thead th.sortable[data-v-66e54b0e] {
  cursor: pointer;
}
.datagrid-table-skyline-client-grid thead th.sortable i[data-v-66e54b0e] {
  font-size: 11px;
}
.datagrid-table-skyline-client-grid thead th .title[data-v-66e54b0e] {
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: calc(100% - 20px);
  vertical-align: middle;
}
.datagrid-table-skyline-client-grid thead th button[data-v-66e54b0e] {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.datagrid-table-skyline-client-grid thead th button[data-v-66e54b0e]:disabled {
  opacity: 0.4;
}
.datagrid-table-skyline-client-grid thead th button[data-v-66e54b0e]:hover {
  opacity: 0.8;
  color: white !important;
  transition: all 0.4s linear;
}
.datagrid-table-skyline-client-grid tbody tr[data-v-66e54b0e] {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.datagrid-table-skyline-client-grid tbody tr[data-v-66e54b0e]:nth-child(even) {
  background-color: #fafafa;
}
.datagrid-table-skyline-client-grid tbody td[data-v-66e54b0e] {
  padding: 8px 5px;
  border-top: none;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 50px;
}
.datagrid-table-skyline-client-grid tbody td span[data-v-66e54b0e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.datagrid-table-skyline-client-grid tbody tr[data-v-66e54b0e]:hover,
.datagrid-table-skyline-client-grid tbody tr[data-v-66e54b0e]:active {
  background-color: #daffe3;
}
.skyline-small-button[data-v-66e54b0e] {
  padding: 3px 8px !important;
  font-size: 11px !important;
  height: 28px !important;
  line-height: 1.1 !important;
  min-height: 28px !important;
}
.skyline-small-button i[data-v-66e54b0e] {
  font-size: 11px !important;
  margin: 1px !important;
}
.skyline-small-button span[data-v-66e54b0e] {
  font-size: 11px !important;
  margin: 0 1px !important;
}
.skyline-small-select[data-v-66e54b0e] {
  font-size: 11px !important;
  height: 30px !important;
  padding: 3px 8px !important;
  line-height: 1.2 !important;
}
.skyline-small-select option[data-v-66e54b0e] {
  font-size: 11px !important;
}
.orderAndAppyButton[data-v-66e54b0e] {
  display: flex;
  justify-content: center;
}
.reminderControl[data-v-66e54b0e] {
  margin: 20% auto;
  display: inline-block;
  padding: 0 10px 0 10px;
  z-index: 1000;
  background: #efefef;
  border: 3px solid #555;
  box-shadow: 0 2px 5px #000;
  text-align: left;
}
.reminderClose[data-v-66e54b0e] {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.reminderClose[data-v-66e54b0e]:hover {
  color: #ff3860;
}
.hoverPanel[data-v-66e54b0e] {
  width: 480px;
  /*height:  dynamically set by last5DispoHoverPanelHeight  */
  position: fixed;
  /*top,right:  dynamically set by last5DispoHoverPanelPosition */
  z-index: 999;
  background: #ffffff;
  border: 1px solid #3bafda;
}
.hoverPanelHeader[data-v-66e54b0e] {
  width: 98%;
  float: left;
  margin: 5px 1% 0 1%;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #343a40;
  border-bottom: 1px solid #3bafda;
}
.hoverPanelRow[data-v-66e54b0e] {
  width: 100%;
  float: left;
  margin: 0;
}
.campaignLeadButton[data-v-66e54b0e] {
  float: left;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.campaignLeadIcon[data-v-66e54b0e] {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #24d15f;
  padding: 0 !important;
  text-align: center;
}
.small-input[data-v-66e54b0e] {
  height: 23px;
  font-size: 10px;
  padding: 2px 5px;
}
.report-wrapper-skyline[data-v-66e54b0e] {
  overflow-x: auto;
  max-width: 100%;
  box-sizing: border-box;
}
.skyline-icons[data-v-66e54b0e] {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.skyline-phone-buttons[data-v-66e54b0e] {
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0 6px 0 0;
  border-radius: 4px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.skyline-priority-issortable[data-v-66e54b0e] {
  min-width: 196px;
}
.skyline-grids-container[data-v-66e54b0e] {
  font-size: 11px !important;
}
.skyline-grids-container table[data-v-66e54b0e] {
  font-size: 11px !important;
  table-layout: fixed;
  width: 100%;
}
.skyline-grids-container table td[data-v-66e54b0e] {
  padding: 2px 4px !important;
  font-size: 11px !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  min-width: 50px !important;
}
.skyline-grids-container table th[data-v-66e54b0e] {
  padding: 4px 6px !important;
  font-size: 11px !important;
  text-align: center !important;
  vertical-align: middle !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  min-width: 50px !important;
}
.skyline-grids-container table td span[data-v-66e54b0e] {
  font-size: 11px !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: block;
}
.skyline-grids-container table th span[data-v-66e54b0e] {
  font-size: 11px !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: inline-block;
  max-width: calc(100% - 20px);
  vertical-align: middle;
}
.skyline-grids-container table th .title[data-v-66e54b0e] {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  display: inline-block;
  max-width: calc(100% - 20px);
  vertical-align: middle;
}
.skyline-grids-container .skyline-icons[data-v-66e54b0e],
.skyline-grids-container .skyline-phone-buttons[data-v-66e54b0e] {
  width: 20px;
  height: 20px;
  font-size: 10px;
  margin: 0 2px 0 0;
  flex-shrink: 0;
}
.skyline-grids-container h5[data-v-66e54b0e] {
  font-size: 15px;
}
.skyline-grids-container .badge[data-v-66e54b0e] {
  font-size: 10px !important;
  padding: 2px 4px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: inline-block;
  max-width: 100%;
}
.skyline-grids-container .actions-container[data-v-66e54b0e] {
  white-space: nowrap !important;
  overflow: visible !important;
}
.skyline-grids-container table td.phone-cell[data-v-66e54b0e] {
  overflow: visible !important;
  white-space: normal !important;
  padding: 2px 4px !important;
}
.skyline-grids-container table td.phone-cell .phone-text[data-v-66e54b0e] {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  display: inline-block;
  max-width: 80px;
  vertical-align: middle;
}
.skyline-grids-container table td.actions-cell[data-v-66e54b0e] {
  overflow: visible !important;
  white-space: nowrap !important;
  padding-left: 8px !important;
}
.skyline-grids-container .report-wrapper-skyline[data-v-66e54b0e] {
  overflow-x: hidden !important;
  position: relative !important;
}

/* State column (12th column) */
.skyline-grids-container table td[data-v-66e54b0e]:nth-child(12),
.skyline-grids-container table th[data-v-66e54b0e]:nth-child(12) {
  max-width: 60px !important;
  width: 60px !important;
}

/* Timezone column (13th column) */
.skyline-grids-container table td[data-v-66e54b0e]:nth-child(13),
.skyline-grids-container table th[data-v-66e54b0e]:nth-child(13) {
  max-width: 80px !important;
  width: 80px !important;
}

/* Lead Age column (4th column) */
.skyline-grids-container table td[data-v-66e54b0e]:nth-child(4),
.skyline-grids-container table th[data-v-66e54b0e]:nth-child(4) {
  max-width: 80px !important;
  width: 80px !important;
}

/* Lead Age column (4th column) */
.skyline-grids-container table td[data-v-66e54b0e]:nth-child(5),
.skyline-grids-container table th[data-v-66e54b0e]:nth-child(5) {
  max-width: 80px !important;
  width: 80px !important;
}

/* Phone column (3rd column) */
.skyline-grids-container table td[data-v-66e54b0e]:nth-child(3),
.skyline-grids-container table th[data-v-66e54b0e]:nth-child(3) {
  min-width: 140px !important;
  width: 140px !important;
}

/* Alternating row colors for Skyline grids - more visible contrast */
.skyline-striped-table.o-table--striped[data-v-66e54b0e] tr:nth-child(even) {
  background-color: #ff0000 !important;
}
.skyline-grids-container[data-v-66e54b0e] .o-table--striped tr:nth-child(even) {
  background-color: #ff0000 !important;
}
.skyline-grids-container[data-v-66e54b0e] .o-table--striped tbody tr:nth-child(even) {
  background-color: #ff0000 !important;
}
.skyline-grids-container[data-v-66e54b0e] .o-table--striped tbody tr:nth-child(even) td {
  background-color: #ff0000 !important;
}
@media only screen and (min-width: 1030px) {
.iconView[data-v-66e54b0e] {
    color: rgba(255, 255, 255, 0);
}
}
[data-v-66e54b0e] .is-sticky-header thead tr th {
  background-color: #ffffff !important;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c !important;
  border-bottom: 1px solid #f3eded !important;
  border-color: #f3eded !important;
}
[data-v-66e54b0e] .is-sticky-header thead {
  background-color: #ffffff !important;
}
[data-v-66e54b0e] .report-wrapper .o-pag {
  position: relative;
}

/* Global unscoped styles for Skyline table row colors */
.skyline-row-odd {
  background-color: #ffffff !important;
}
.skyline-row-odd td {
  background-color: #ffffff !important;
}
.skyline-row-even {
  background-color: #e0e0e0 !important;
}
.skyline-row-even td {
  background-color: #e0e0e0 !important;
}

/* Hover effect for Skyline table rows */
.skyline-row-odd:hover,
.skyline-row-even:hover {
  background-color: #c8f7c5 !important;
}
.skyline-row-odd:hover td,
.skyline-row-even:hover td {
  background-color: #c8f7c5 !important;
}


.closeButtonDR[data-v-d9077c9a] {
  position: absolute;
  top: -0px;
  right: 10px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButtonDR[data-v-d9077c9a]:hover {
  color: #ff3860;
}


.closeButtonDR[data-v-015b3b54] {
  position: absolute;
  top: -0px;
  right: 10px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButtonDR[data-v-015b3b54]:hover {
  color: #ff3860;
}
.tab-item .active[data-v-015b3b54] {
  background-color: #3bb0db;
  color: #efefef !important;
}
.sub-info[data-v-015b3b54] {
  font-size: 10px;
  color: #999;
}
.loading[data-v-015b3b54] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}


.closeButtonDR[data-v-1fc1a8b8] {
  position: absolute;
  top: -0px;
  right: 10px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButtonDR[data-v-1fc1a8b8]:hover {
  color: #ff3860;
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}


.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}


.closeButtonDR[data-v-40830b26] {
  position: absolute;
  top: -0px;
  right: 10px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButtonDR[data-v-40830b26]:hover {
  color: #ff3860;
}


.paymentGrid input::-webkit-outer-spin-button,
.paymentGrid input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.paymentGridDecimalInputs {
  width: 85% !important;
  margin-left: 1%;
  display: inline-block !important;
}
.paymentGridCurrencyIcon {
  width: 12% !important;
  display: inline-block;
}
.narrowGrid td {
  padding: 11px 5px !important;
}
.taskButtonsWrapper {
  width: 50px;
  position: absolute;
  top: 40px;
  right: 5px;
  z-index: 100;
}
.taskButton {
  width: 44px;
  height: 36px;
  cursor: pointer;
  padding: 5px 5px;
  background-color: #3bafda !important;
}
.textLabel {
  color: #777;
}
.textLabelWhite {
  color: white;
}
.blockTaskEdit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: white;
  opacity: 0.8;
}
.bottomBoxCenter {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.closeButtonEnt {
  position: absolute;
  top: -15px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButtonEnt:hover {
  color: #ff3860;
}
.informationHeader {
  background-color: #3bafda;
}
.headerButtonsPosition {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blueBoxControl {
  width: 120px;
  float: left;
  border-radius: 6px;
  padding: 5px 4%;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #2a404c;
}
.contactInformation {
  background-color: white;
  border-radius: 100px;
  width: 200px;
  align-items: center;
}
.o-drop {
  display: flex !important;
  position: relative;
  vertical-align: top;
}
.headerTextColor {
  color: white;
}
.documentTaskPopupClose {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 1001;
  font-size: 2em;
  cursor: pointer;
}
.documentTaskPopupClose:hover {
  color: #ff3860;
}
.negotiatorDocumentPopup .datagrid-table tbody tr {
  cursor: pointer;
}
@media (min-width: 1200px) {
.NTmobilScreen {
    display: flex;
    justify-content: space-evenly;
}
}
.o-drop__item--active {
  background-color: #d1d1d171;
  color: #000000;
}
.o-drop__item {
  font-size: revert !important;
}
.NTblueBox {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255);
  overflow: hidden;
}
.NTblueBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: #45b6dff3;
  pointer-events: none;
  transform: skewX(-100deg);
}
.ent-border {
  background-color: #fafafa;
  border: 1px rgb(219, 219, 219) solid;
}
.closeColor {
  color: #1abc9c;
}
.activeColor {
  color: rgb(75, 75, 75);
}
.negativeCashFlowPanel {
  float: right;
  padding: 5px 12px 0 12px;
  background-color: #f1556c;
  color: #fff;
  text-align: center;
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.animation-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  margin-top: -5px;
}
.animation-container:hover i {
  opacity: 1;
  color: #3bafda;
}
.plannerWrapper {
  width: 100%;
  position: relative;
}
.loadingAbsoluteBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.loadingSpinner {
  display: flex;
  margin-top: 100px;
  justify-content: center;
  align-items: center;
}
.cashflowMoveable {
  position: absolute;
  min-width: 480px;
  height: auto;
  margin: 0 auto;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 0 5px 2px #b7b3b3;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 2000;
}
.moveable-control-box {
  display: none !important;
}
.calculate-loader {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-top: -30px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  transform-origin: 50% 116.5%;
  animation: l17 2s infinite linear;
}
.calculate-loader:before {
  content: "";
  min-width: 233%;
  height: 233%;
  background: radial-gradient(farthest-side, #00da3c 90%, #0000) top,
    radial-gradient(farthest-side, #00cbe7 90%, #0000) left,
    radial-gradient(farthest-side, #fd8603 90%, #0000) bottom,
    radial-gradient(farthest-side, #00cbe7 90%, #0000) right;
  background-size: 43% 43%;
  background-repeat: no-repeat;
  animation: inherit;
  animation-direction: reverse;
}
@keyframes l17 {
100% {
    transform: rotate(360deg);
}
}
.balanceTresholdSummary {
  background: #ffffff;
  padding: 8px 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 20%;
}
.offerDetailLabel {
  width: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  padding: 8px 12px;
  background-color: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

/* Tooltip Styles */
.tooltip-container {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}
.tooltip-icon {
  color: #007bff;
  cursor: pointer;
  font-size: 14px;
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.tooltip-icon:hover {
  opacity: 1;
  transform: scale(1.1);
}
.custom-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: #333;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  z-index: 1000;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.5;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  min-width: 320px;
  max-width: 400px;
}
.custom-tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: white;
}
.custom-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 9px solid transparent;
  border-top-color: #e0e0e0;
  z-index: -1;
}
.tooltip-container:hover .custom-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.tooltip-content {
  white-space: normal;
  text-align: left;
}
.tooltip-content strong {
  color: #2c3e50;
  font-weight: 600;
}
.tooltip-header {
  margin-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 8px;
}
.tooltip-header strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 4px;
}
.creditor-name {
  font-size: 12px;
  color: #666;
  font-style: italic;
}
.tooltip-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tooltip-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
}
.tooltip-item:last-child {
  border-bottom: none;
}
.tooltip-label {
  font-weight: 500;
  color: #555;
  flex: 1;
  font-size: 12px;
}
.tooltip-value {
  font-weight: 700;
  color: #2c3e50;
  margin-left: 8px;
  font-size: 12px;
  background-color: #f8f9fa;
  padding: 2px 6px;
  border-radius: 3px;
}
.refreshButton{
  padding: 5px;
  height: 20px;
  right: 15px;
  position: absolute;
}
.cashflow_slider {
  height: 10px;
  width: 50px;
}
.cashflow_slider::before {
  height: 10px !important;
  width: 10px !important;
  bottom: 0px !important;
}
.offer-view-toggle input:checked + .cashflow_slider::before {
  transform: translateX(35px) !important;
}


.negotiatorTasks {
  display: flex;
  align-items: center;
}
.o-pag--simple {
  padding-top: 10px !important;
  justify-content: right !important;
}
.negotiatorTableScroll {
  overflow-y: auto;
  overflow-x: auto;
}
.negotiatorTaskActiveTab {
  background-color: #f7f7f7 !important;
}
.gridName {
  position: absolute;
  top: 10px;
  left: 12px;
  font-family: "Open Sans";
  font-size: 1.2em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #000000 !important;
}
.centerBoxPosition {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}
.centerBox {
  width: 600px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.handShake {
  position: absolute;
  left: 0;
  top: -40px;
  font-size: 480px;
  z-index: 0;
  color: #3baedb4d;
}
.contentBox {
  position: relative;
  z-index: 1;
  text-align: center;
}
.detail td {
  padding: 0 !important;
}
.detail td table thead th {
  background-color: #ececec;
}
.detail td table td {
  padding: 8px 15px !important;
}
.offer-view-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  font-family: sans-serif;
}
.offer-view-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.slider::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* ON state */
.offer-view-toggle input:checked + .slider {
  background-color: #4cd964;
}
.offer-view-toggle input:checked + .slider::before {
  transform: translateX(30px);
}

/* ON / OFF labels */
.label-on,
.label-off {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: white;
  pointer-events: none;
}
.label-on {
  left: 8px;
  opacity: 0;
  transition: 0.2s ease;
}
.label-off {
  right: 8px;
  opacity: 1;
  transition: 0.2s ease;
}

/* Show/hide labels based on checked state */
.offer-view-toggle input:checked + .slider .label-on {
  opacity: 1;
}
.offer-view-toggle input:checked + .slider .label-off {
  opacity: 0;
}
option:disabled {
  background-color: lightgray;
}

.menuAnimationLeft[data-v-2380d2d8] {
  animation-name: marginLeftAnimation-2380d2d8;
  animation-duration: 1s;
}
@keyframes marginLeftAnimation-2380d2d8 {
from {
    margin-left: 240px;
}
to {
    margin-left: 0px;
}
}
.menuAnimationRight[data-v-2380d2d8] {
  animation-name: marginRightAnimation-2380d2d8;
  animation-duration: 1s;
}
@keyframes marginRightAnimation-2380d2d8 {
from {
    margin-left: 0;
}
to {
    margin-left: 240px;
}
}
@media only screen and (max-width: 430px) {
.content-page[data-v-2380d2d8] {
    padding-left: 6px;
    padding-right: 6px;
}
.container-fluid[data-v-2380d2d8] {
    padding-left: 0px;
    padding-right: 0px;
}
}
.pPanelWrapper[data-v-2380d2d8] {
  width: calc(100% - 240px);
  position: fixed;
  bottom: 0;
  padding: 16px 22px;
  left: 240px;
  z-index: 999;
}
.pPanelWrapper .row.active[data-v-2380d2d8] {
  background-color: #fff;
  box-shadow: none;
}
.pPanelWrapper .active-row[data-v-2380d2d8] {
  padding: 16px;
  background-color: #f5f5f5;
  border: solid 1px #e4e4e4;
  border-radius: 8px;
}
.pPanelWrapper .active-row.disposition-enabled[data-v-2380d2d8] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.pPanelWrapper .contact-wrapper .contact-details[data-v-2380d2d8] {
  display: flex;
  flex-flow: column;
  padding-left: 10px;
}
.pPanelWrapper .contact-wrapper .contact-details span[data-v-2380d2d8] {
  color: #676666;
  font-size: 14px;
}
.pPanelWrapper .contact-wrapper .contact-details .bold[data-v-2380d2d8] {
  font-weight: 600;
}
.pPanelWrapper .contact-wrapper > span[data-v-2380d2d8] {
  display: flex;
}
.pPanelWrapper .duration[data-v-2380d2d8] {
  display: block;
  border-radius: 18px;
  font-weight: bold;
  font-size: 14px;
  padding: 9px 16px;
  height: 40px;
  border: solid 1px #e4e4e4;
  background-color: #ffffff;
}
.pPanelWrapper .no-calls[data-v-2380d2d8] {
  display: inline-block;
  height: 40px;
  border-radius: 6px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 14px;
  border: solid 1px #e6e6e6;
  color: #2a404c;
  background-color: #ffffff;
  cursor: pointer;
}
.pPanelWrapper .on-hold[data-v-2380d2d8] {
  display: inline-block;
  height: 40px;
  border-radius: 6px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #d7a505;
  cursor: pointer;
}
.pPanelWrapper .connected[data-v-2380d2d8] {
  display: inline-block;
  height: 40px;
  border-radius: 6px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #24d15f;
  cursor: pointer;
}
.pPanelWrapper .hung-up[data-v-2380d2d8] {
  display: inline-block;
  height: 40px;
  border-radius: 6px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #ed3030;
  cursor: pointer;
}
.pPanelWrapper .incoming[data-v-2380d2d8] {
  display: inline-block;
  height: 40px;
  border-radius: 6px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #6080f7;
}
.pPanelWrapper .row[data-v-2380d2d8] {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 5px 0;
}
.pPanelWrapper .texts[data-v-2380d2d8] {
  width: 100%;
  float: left;
  font-size: 20px;
  margin: 15px 0;
}
.pPanelWrapper .texts .icons[data-v-2380d2d8] {
  float: left;
  padding: 0 10px;
}
.pPanelWrapper .button[data-v-2380d2d8] {
  float: right;
  margin: 0 5px;
  cursor: pointer;
}
.pPanelWrapper .button .icons[data-v-2380d2d8] {
  font-size: 32px;
  padding: 5px;
}
.pPanelWrapper .hangup .icons[data-v-2380d2d8] {
  background-color: #ed3030;
  cursor: pointer;
}
.pPanelWrapper .hangup .icons i[data-v-2380d2d8] {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: -8px;
}
.pPanelWrapper .callline .icons i[data-v-2380d2d8] {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: -8px;
}
.pPanelWrapper .pauseline .icons[data-v-2380d2d8] {
  background-color: #d7a505;
}
.pPanelWrapper .pauseline .icons i[data-v-2380d2d8] {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: -5px;
}
.pPanelWrapper .moreline .icons[data-v-2380d2d8] {
  background-color: #e4e4e4;
}
.pPanelWrapper .moreline .icons i[data-v-2380d2d8] {
  color: #000;
  font-size: 20px;
  position: relative;
  top: -5px;
}
.pPanelWrapper .recordline .icons[data-v-2380d2d8] {
  background-color: #e4e4e4;
}
.pPanelWrapper .recordline .icons i[data-v-2380d2d8] {
  color: #000;
  font-size: 20px;
  position: relative;
  top: -5px;
}
.pPanelWrapper .forwardline .icons[data-v-2380d2d8] {
  background-color: #e4e4e4;
}
.pPanelWrapper .forwardline .icons i[data-v-2380d2d8] {
  color: #000;
  font-size: 20px;
  position: relative;
  top: -8px;
  left: -1px;
}
.pPanelWrapper .userline .icons[data-v-2380d2d8] {
  background-color: #e4e4e4;
}
.pPanelWrapper .userline .icons i[data-v-2380d2d8] {
  color: #000;
  font-size: 20px;
  position: relative;
  top: -8px;
  left: -1px;
}
.pPanelWrapper .playline .icons[data-v-2380d2d8] {
  background-color: #24d15f;
}
.pPanelWrapper .playline .icons i[data-v-2380d2d8] {
  color: #fff;
  font-size: 25px;
  position: relative;
  top: -3px;
}
.pPanelWrapper .dialnext[data-v-2380d2d8] {
  height: 40px;
  border-radius: 6px;
  background-color: #3bafda;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 13px;
  padding: 0 16px;
}
.pPanelWrapper .action-button[data-v-2380d2d8] {
  position: relative;
}
.pPanelWrapper .disposition[data-v-2380d2d8] {
  display: flex;
  align-items: center;
  flex-grow: 2;
  justify-content: flex-start;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #e4e4e4;
  float: left;
  width: 100%;
  padding: 10px 10px;
  margin: 0 0 5px 0;
  clear: both;
}
.pPanelWrapper .disposition .align-right[data-v-2380d2d8] {
  display: flex;
  justify-content: flex-end;
}
.pPanelWrapper .disposition .green-button[data-v-2380d2d8] {
  background-color: #24d171;
  color: #fff;
  font-size: 13px;
  padding: 3px 7px;
  border-radius: 4px;
  cursor: pointer;
}
.pPanelWrapper .disposition .blue-button[data-v-2380d2d8] {
  background-color: #72afe1;
  color: #fff;
  font-size: 13px;
  padding: 3px 7px;
  border-radius: 4px;
  cursor: pointer;
}
.pPanelWrapper .disposition .col-md-2[data-v-2380d2d8] {
  display: flex;
}
.pPanelWrapper .disposition .col-md-8[data-v-2380d2d8] {
  display: flex;
}
.pPanelWrapper .disposition .col-md-2[data-v-2380d2d8] {
  display: flex;
}
.pPanelWrapper .disposition button[data-v-2380d2d8] {
  margin-left: 16px;
  background-color: #ea9807;
  padding: 9px 16px;
  border-radius: 8px;
}
.pPanelWrapper .dispoLogPanel[data-v-2380d2d8] {
  position: absolute;
  width: 500px !important;
  bottom: 40px;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.pPanelWrapper .dispoButtons[data-v-2380d2d8]:hover {
  color: #007bff;
}

.closeButton {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButton:hover {
  color: #ff3860;
}


.splitInputDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.splitInput {
  width: 40px;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  margin: 0 10px;
  text-align: center;
  font-size: 36px;
  cursor: not-allowed;
  pointer-events: none;
}
.splitInput:focus {
  border-bottom: 3px solid #3bafda;
  outline: none;
}
.splitInput:nth-child(1) {
  cursor: pointer;
  pointer-events: all;
}
.resendCodeText {
  font-size: 12px;
  color: #61b1f4;
  cursor: pointer;
}
.resendCodeText:hover {
  color: #a3cff3;
}


.errorText {
  margin: 5px;
  color: #f1556c;
  font-weight: 600;
}
.forgotPasswordText {
  font-size: 12px;
  color: #61b1f4;
  cursor: pointer;
}
.forgotPasswordText:hover {
  color: #a3cff3;
}


.errorText {
  margin: 5px;
  color: #f1556c;
  font-weight: 600;
}
.forgotPasswordText {
  font-size: 12px;
  color: #61b1f4;
  cursor: pointer;
}
.forgotPasswordText:hover {
  color: #a3cff3;
}


.tab-item .active[data-v-5d1677c5] {
  background-color: #3bafda;
  color: #ffffff !important;
}


.document-box {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 10px;
}
.document-default {
  background-color: #999;
}
.document-required {
  background-color: #33d078;
}
.document-not-required {
  background-color: #f1556c;
}
.document-checkBox {
  width: 24px;
  height: 24px;
}


.has-error {
  border: 2px solid red !important;
}


.newPanelWrapper {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.closeButtonBulk {
    cursor: pointer;
    font-size: 24px;
    color: #f1556c;
}


.has-error[data-v-dc5cb560] {
  border: 2px solid red !important;
}


.has-error {
  border: 2px solid red !important;
}
.rankBox {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0px solid #f8f8f8;
  background-color: #f7f7f7;
  cursor: pointer;
  color: #3ba7d5;
}
.rankBox.selected {
  background-color: #3ba7d5;
  color: white;
}


.has-error {
  border: 2px solid red !important;
}


.validSetting[data-v-20bb4619] {
  box-shadow: 0 0 2px 1px #24d15f;
}
.invalidSetting[data-v-20bb4619] {
  box-shadow: 0 0 2px 1px #ff3860;
}
.o-upl[data-v-20bb4619]{width: 100% !important;}


.textBox[data-v-6eeff8a8] {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 5px;
  max-height: 200px;
  padding: 8px;
  overflow-y: auto;
  overflow-x: hidden;
}


[data-v-731ddd9d] .o-tip__content--primary {
  background: #7fb0c2;
}
[data-v-731ddd9d] .o-tip__arrow--primary {
  color: #7fb0c2;
}
[data-v-731ddd9d] .o-tip__content--danger {
  background: #f1556ccc;
}
[data-v-731ddd9d] .o-tip__arrow--danger {
  color: #f1556ccc;
}


.ColorPickerBox {
  width: 50px;
  height: 37px;
  border: solid 1px #ced4da;
  cursor: pointer;
}
.activeTypes {
  color: #1abc9c;
}
.inactiveTypes {
  color: #727070;
}


.has-error[data-v-469dd636] {
  border: 2px solid red;
}


.editPanel {
  width: 100%;
  padding: 0;
  margin: 5px 2px;
  border: 2px solid #3bafda;
}
.editPanelRow {
  width: 100%;
  float: left;
}
.editPanelColumnHeader {
  float: left;
  padding: 5px;
  background-color: #3bafda;
  color: white;
  text-align: center;
}
.editPanelColumn {
  float: left;
  padding: 5px;
}
.phoneList {
  width: 300px;
  float: left;
  height: 400px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  margin: 5px 15px;
  border: 2px solid #3bafda;
}
.purchaseButtonWrapper {
  width: 80px;
  float: left;
  margin: 5px;
}
.phoneCheckBox {
  width: 16px;
  float: left;
  margin: 0 5px;
}


.editPanel[data-v-4e36ebcd] {
  width: 100%;

  padding: 0;
  margin: 5px 2px;
  border: 2px solid #3bafda;
}
.editPanelRow[data-v-4e36ebcd] {
  width: 100%;
  float: left;
}
.editPanelColumn[data-v-4e36ebcd] {
  float: left;
  padding: 5px;
}
.phoneList2[data-v-4e36ebcd] {
  width: 300px;
  float: left;
  height: 400px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  margin: 5px 15px;
}
.purchaseButtonWrapper[data-v-4e36ebcd] {
  width: 80px;
  float: left;
  margin: 5px;
}
.phoneCheckBox[data-v-4e36ebcd] {
  width: 16px;
  float: left;
  margin: 0 5px;
}


.placeHoldersScroll {
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.placeHoldersCloseButton {
  position: absolute;
  top: -5px;
  right: 23px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.placeHoldersCloseButton:hover {
  color: #ff3860;
}
.searchAndClosePanel {
  padding: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}





.has-error {
  border: 2px solid red !important;
}


.closeButtonAddNew {
  position: absolute;
  top: -5px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}


.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}


.error-message {
  color: red;
  font-size: 0.9em;
}


.bodyBorder {
  border: 1px solid rgb(235, 235, 235);
  padding-bottom: 10px;
  border-radius: 5px;
  box-shadow: #fafafa 0px 0px 0px;
}
.tabPosition-dem {
  position: relative;
  top: 10px;
  left: 5px;
}


.nav-tabs li[data-v-50d42465] {
  margin: 0 !important;
}
.multiselect__content-wrapper[data-v-50d42465] {
  overflow-x: hidden;
}
.has-error[data-v-50d42465] {
  border: 2px solid red;
}
.contryList[data-v-50d42465] {
  background-color: white;
}
.contryList[data-v-50d42465]:hover {
  background-color: #ececec71;
}


.item-group[data-v-4cfb6745] {
  width: 100%;
}
[data-v-4cfb6745] .form-control:disabled {
  background: #f1efef;
}


.form-container[data-v-6884beb6] {
  max-width: 100%;
  padding: 0 15px;
}
.form-group[data-v-6884beb6] {
  margin-bottom: 1rem;
  gap: 1rem;
}
.form-label[data-v-6884beb6] {
  font-weight: 600;
  color: #222;
  font-size: 14px;
  min-width: 140px;
  white-space: nowrap;
  flex-shrink: 0;
}
.checkbox-label-spacer[data-v-6884beb6] {
  min-width: 140px;
}
.form-control[data-v-6884beb6] {
  flex: 1;
}
.has-error[data-v-6884beb6] {
  border-color: #dc3545;
}
.button-group[data-v-6884beb6] {
  gap: 0.5rem;
}
[data-v-6884beb6] .form-control:disabled {
  background: #f1efef;
}
@media (max-width: 768px) {
.form-container[data-v-6884beb6] {
    padding: 0;
}
.form-group[data-v-6884beb6] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}
.form-label[data-v-6884beb6] {
    min-width: auto;
}
.button-group[data-v-6884beb6] {
    flex-direction: column;
    align-items: stretch;
}
.submit-button[data-v-6884beb6] {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
}
}


.has-error[data-v-5ee6f7e5] {
  border: 2px solid red !important;
}


.h-38[data-v-d90381b6] {
  height: 38px;
}


.moduleNameHeader[data-v-4f0ad257] {
  padding-top: 10px;
  cursor: pointer !important;
}
.collapsable-container[data-v-4f0ad257] {
  display: flex;
  justify-content: space-between;
}
.option-collapse-container[data-v-4f0ad257] {
  display: flex;
  font-size: 16px;
  align-items: center;
}
.office-label[data-v-4f0ad257] {
  font-size: 16px;
  margin-left: 10px;
  padding-top: 7px;
  cursor: pointer;
}
.checkbox[data-v-4f0ad257] {
  height: 50%;
}
.checkbox-container[data-v-4f0ad257] {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.checkbox-input[data-v-4f0ad257] {
  margin-right: 5px;
  margin-bottom: auto;
}
.icon[data-v-4f0ad257] {
  font-size: 17px;
  margin-right: 20px;
  margin-bottom: auto;
}
.btn[data-v-4f0ad257] {
  margin-right: 5px;
}
input[type="text"][data-v-4f0ad257] {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.error[data-v-4f0ad257] {
  border: 1px solid #ff4444ed;
  border-radius: 0.2rem;
}
.error-message[data-v-4f0ad257] {
  color: #ff4444ed;
}
.error-container[data-v-4f0ad257] {
  padding-left: 1%;
  color: #ff4444ed;
}
.add-new-range-button[data-v-4f0ad257] {
  z-index: 99;
  background-color: #58a56b;
}
.footer-container[data-v-4f0ad257] {
  display: flex;
  justify-content: space-between;
}
.add-new-range-button[data-v-4f0ad257]:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}


.vc-time-date {
  display: none !important;
}


.has-error[data-v-23b9fb22] {
  border: 2px solid red;
}
.activeMenuItem[data-v-23b9fb22] {
  color: #3bafda !important;
  font-weight: bold;
}
.enabledLeadSnapSetting[data-v-23b9fb22] {
  color: #1abc9c !important;
}
.disabledLeadSnapSetting[data-v-23b9fb22] {
  color: #eb5151 !important;
}


.has-error[data-v-37481807] {
  border: 2px solid red !important;
}


.has-error[data-v-8fdd5eb6] {
  border: 2px solid red;
}


.bodyBorder {
  border: 1px solid rgb(235, 235, 235);
  padding-bottom: 10px;
  border-radius: 5px;
  box-shadow: #fafafa 0px 0px 10px;
}
.tabPosition {
  position: relative;
  top: 5px;
  right: 7px;
}
.multiselect__content-wrapper {
  overflow-x: hidden;
}
.has-error {
  border: 2px solid red !important;
}
.adminRow {
  width: 96%;
  margin: 25px 2%;
}
.textScroll {
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
}
.subjectDiv {
  display: flex;
  justify-content: space-between;
}
.emailToDiv {
  display: flex;
  align-items: baseline;
}
.rolesDiv {
  display: flex;
  align-items: baseline;
}
.multiSelect {
  padding-left: 38px;
  padding-top: 20px;
}
.addCancelButton {
  display: flex;
  justify-content: flex-end;
}
.is-success {
  width: 175px;
}
.is-danger {
  width: 175px;
  margin-left: 15px;
}
.o-table__td {
  cursor: pointer;
}
.o-table__td:hover {
  background: #3bafda;
  color: #fff;
  transform: scale(1.05);
}
.maskContainer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.checkboxContainer {
  display: flex;
  margin-top: 20px;
  margin-right: auto;
  gap: 12px;
}
@media only screen and (max-width: 433px) {
.rolesDiv {
    display: flex;
    flex-direction: column;
}
.emailToDiv {
    display: flex;
    flex-direction: column;
}
.emailTo {
    margin-left: 40px;
    margin-bottom: 20px;
}
.addCancelButton {
    display: flex;
    justify-content: center;
    padding-left: 23px;
}
.o-table__td {
    font-family: "Open Sans";
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
}


.has-error {
  border: 2px solid red !important;
}
.subjectDiv {
  display: flex;
  justify-content: space-between;
}


.roles-management-scroll-list {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 500px;
}
.moduleNameHeader {
  padding-top: 10px;
  cursor: pointer !important;
}
.authDescriptionIcon{position: relative; cursor: pointer; padding: 8px 10px; color: #3bafda}
.authDescription{width:auto; min-width: 400px; max-width:400px; height: auto; max-height: 200px; padding:5px 10px;  display:none; position: absolute; top:3px; right:34px; background-color: #5f5f5f; border-radius: 5px; color:#fff; z-index: 999;}
.authDescriptionIcon:hover .authDescription{display: block;}
.arrow-right {
  width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #5f5f5f;
    right: 28px;
    top: 12px;
    position: absolute;
    display: none;
}
.authDescriptionIcon:hover .arrow-right {display: block;}


.item-group[data-v-5c98b036] {
  width: 100%;
}
[data-v-5c98b036] .form-control:disabled {
  background: #f1efef;
}


.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}


.buttons[data-v-059a44f6] {
  margin-top: 35px;
}
.ghost[data-v-059a44f6] {
  opacity: 0.5;
  background: #c8ebfb;
}
.not-draggable[data-v-059a44f6] {
  cursor: no-drop;
}
.sectionBg[data-v-059a44f6] {
  background-color: #3bafda;
  border-color: #3bafda;
  color: white;
}
.disabled-item[data-v-059a44f6] {
  pointer-events: none;
  opacity: 0.6;
}


.o-drop__item--active[data-v-c5621160] {
  background-color: #ffffff;
  color: #3bafda;
}


.data-upload-log__table[data-v-1ef252c5] {
  overflow: auto;
}
.viewRecordDetail[data-v-1ef252c5] {
  font-size: 12px;
  color: #005aa4e2;
  cursor: pointer;
}
.viewRecordDetail[data-v-1ef252c5]:hover {
  color: #a3cff3;
}


.mapping__wrapper[data-v-7e462051] {
  max-height: 380px;
}
.mapping__header[data-v-7e462051] {
  position: sticky;
  top: 0;
  background-color: white;
&[data-v-7e462051] th {
    border: none;
}
}
.mapping__file-name[data-v-7e462051] {
  font-size: 0.7rem;
  color: hsl(0, 0%, 50%);
}
.mapping__field--automapped[data-v-7e462051] {
  box-shadow: 0 2px 4px -2px var(--primary-color);
  border: 1px solid var(--primary-color);
}
.mapping__filter-header[data-v-7e462051] {
  padding: 8px 15px;
}
.mapping__filter-toggle[data-v-7e462051] {
  cursor: pointer;
  color: var(--blue);
  text-decoration: underline;
  font-weight: 400;
  font-size: 0.7rem;
}
.mapping__filter-toggle-wrapper[data-v-7e462051] {
  padding: 2px 15px;
}
.mapping__add-new-button[data-v-7e462051] {
  cursor: pointer;
  text-align: center;
  padding: 1rem;
  width: 100%;
  color: var(--dark);
&[data-v-7e462051]:disabled {
    cursor: default;
}
}
.mapping__add-new-row[data-v-7e462051] {
  position: sticky;
  bottom: 0;
  padding: 0;
  background-color: var(--bluegray-100) !important;
&[data-v-7e462051]:hover:enabled {
    background-color: var(--bluegray-200) !important;
}
}
.mapping__add-new-cell[data-v-7e462051] {
  padding: 0;
}


.o-upl[data-v-553461a9] {
    position: relative;
    display: inline-flex;
    width: 100%;
}
.mapping__field--error[data-v-553461a9] {
    border-color: red;
}
.mapping__errors[data-v-553461a9] {
    font-size: 0.8rem;
    color: red;
}
.mapping__name[data-v-553461a9] {
    padding-bottom: 1%;
}
.mapping__title[data-v-553461a9] {
    padding-top: 2%;
    padding-bottom: 2%;
}
.mapping__upload-button[data-v-553461a9] {
    margin-top: 1rem;
    display: block;
    margin-left: auto;
}
.mapping__files[data-v-553461a9] {
    padding: 2rem 0;
}
.mapping__create-button-wrapper[data-v-553461a9] {
    display: flex;
    padding: 2rem 0;
    justify-content: flex-end;
}
.mapping__empty-schema[data-v-553461a9] {
    padding: 3rem;
    margin: 1rem 0;
    text-align: center;
    border: dashed 1px #b5b5b5;
}


.mapping__filters[data-v-79c1dd76] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}


.upload-file-modal__close-button[data-v-4c061d04] {
  font-size: 30px;
}
.upload-file-modal__close-button[data-v-4c061d04]:hover {
  color: #ff3860;
  cursor: pointer;
}
.upload-file-modal__upload-section--dragging[data-v-4c061d04] {
  background-color: rgba(0, 0, 0, .1);
}


.upload-file__table-button[data-v-52a170a5] {
  font-size: 1.3rem;
}
.upload-file-modal__title[data-v-52a170a5] {
  font-weight: bold;
}


.upload-file__table-button::before {
  color: blue;
}


.recordingTimer {
  background-color: #f1f3f4;
  height: 61px;
  width: 170px;
  border-radius: 50px;
  margin-left: -61px;
  margin-top: 0px;
}
.recordingNumber {
  font-size: 20px;
  line-height: normal;
  color: #363636;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-left: 15px;
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}


.tab-item .active[data-v-fd0dc5c6] {
  background-color: #3bafda;
  color: #ffffff !important;
}


/* Add any specific styles for your button here */


.fileReview[data-v-29b80268] {
    width: 100%;
}


.activeItemShadow {
  box-shadow: 0 0 2px 0 #00bbff;
  border: solid 2px #3bb0dacc;
}
.cashflowMoveablePendingChanges {
  position: absolute;
  min-width: 480px;
  height: auto;
  margin: 0 auto;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 0 5px 2px #b7b3b3;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 2000;
}


.content-layout[data-v-35c4417b] {
  min-height: 70vh;
  margin: 0;
}
.requirements-section[data-v-35c4417b] {
  padding: 0;
  border-bottom: none;
}
.section-header[data-v-35c4417b] {
  margin-bottom: 2rem;
}
.section-title[data-v-35c4417b] {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.section-title[data-v-35c4417b]::before {
  content: "";
  width: 4px;
  height: 2rem;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  border-radius: 2px;
}
.requirement-item[data-v-35c4417b] {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #f8fafc;
  border-radius: 12px;
  border-left: 4px solid #3b82f6;
}
.requirement-number[data-v-35c4417b] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background: #3b82f6;
  color: white;
  border-radius: 50%;
  font-size: 0.7rem;
  flex-shrink: 0;
}
.requirement-text[data-v-35c4417b] {
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.6;
}
.columns-bullet-list[data-v-35c4417b] {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem;
}
.field-list[data-v-35c4417b] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.field-item[data-v-35c4417b] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  font-size: 0.875rem;
}
.field-item[data-v-35c4417b]::before {
  content: "•";
  color: #3b82f6;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.field-name[data-v-35c4417b] {
  font-weight: 600;
  color: #1e293b;
  flex-shrink: 0;
}
.field-type[data-v-35c4417b] {
  font-weight: 400;
  color: #64748b;
  font-size: 0.77rem;
  background: #f1f5f9;
  border-radius: 12px;
  margin-left: 0.25rem;
}
.field-description[data-v-35c4417b] {
  margin-left: 1.5rem;
  width: 100%;
}
.description-item[data-v-35c4417b] {
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.upload-section[data-v-35c4417b] {
  padding: 0;
  border-bottom: none;
}
.upload-area[data-v-35c4417b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: #f8fafc;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 2rem;
}
.upload-area[data-v-35c4417b]:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}
.upload-icon[data-v-35c4417b] {
  font-size: 3rem;
  color: #64748b;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}
.upload-area:hover .upload-icon[data-v-35c4417b] {
  color: #3b82f6;
}
.upload-text[data-v-35c4417b] {
  text-align: center;
}
.upload-main-text[data-v-35c4417b] {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 0.5rem 0;
}
.validation-section[data-v-35c4417b] {
  padding: 0;
  border-bottom: none;
}
.message-card[data-v-35c4417b] {
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid;
}
.error-card[data-v-35c4417b] {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}
.success-card[data-v-35c4417b] {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
}
.message-header[data-v-35c4417b] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.125rem;
}
.message-content[data-v-35c4417b] {
  line-height: 1.6;
  white-space: pre-line;
  margin-bottom: 1rem;
}
.message-actions[data-v-35c4417b] {
  margin-top: 1.5rem;
}
.file-ready-section[data-v-35c4417b] {
  padding: 0;
}
.file-info-card[data-v-35c4417b] {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}
.file-info-header[data-v-35c4417b] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #166534;
  font-weight: 600;
}
.file-name[data-v-35c4417b] {
  font-size: 1rem;
}
.progress-section[data-v-35c4417b] {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
}
.progress-card[data-v-35c4417b] {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 3rem;
  max-width: 1400px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.progress-header[data-v-35c4417b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.progress-title[data-v-35c4417b] {
  font-weight: 600;
  color: #1e293b;
  font-size: 1.25rem;
}
.progress-percentage[data-v-35c4417b] {
  font-weight: 700;
  color: #3b82f6;
  font-size: 1.375rem;
}
.progress-bar-container[data-v-35c4417b] {
  width: 100%;
  height: 12px;
  background: #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.progress-bar[data-v-35c4417b] {
  height: 100%;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  border-radius: 4px;
  transition: width 0.3s ease, background 0.3s ease;
}
.progress-bar.progress-completed[data-v-35c4417b] {
  background: linear-gradient(135deg, #10b981, #059669);
}
.progress-details[data-v-35c4417b] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.progress-stats[data-v-35c4417b] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.stat-item[data-v-35c4417b] {
  font-size: 0.875rem;
  color: #64748b;
}
.stat-item.stat-success[data-v-35c4417b] {
  color: #10b981;
  font-weight: 600;
}
.stat-item.stat-failed[data-v-35c4417b] {
  color: #dc2626;
  font-weight: 600;
}
.stat-item.stat-started-at[data-v-35c4417b] {
  margin-left: auto;
  text-align: right;
}
.progress-status[data-v-35c4417b] {
  font-size: 0.875rem;
  color: #64748b;
}
.status-badge[data-v-35c4417b] {
  background: #3b82f6;
  color: white;
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  transition: background 0.3s ease;
}
.status-badge.status-completed[data-v-35c4417b] {
  background: #10b981;
}
.progress-actions[data-v-35c4417b] {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.completed-actions-top[data-v-35c4417b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.left-actions[data-v-35c4417b] {
  display: flex;
  gap: 0.75rem;
}
.right-actions[data-v-35c4417b] {
  display: flex;
  gap: 0.75rem;
}
.center-action-container[data-v-35c4417b] {
  display: flex;
  justify-content: center;
}
.center-stop-container[data-v-35c4417b] {
  display: flex;
  justify-content: center;
}
.completed-actions[data-v-35c4417b] {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-outline-danger[data-v-35c4417b] {
  background: transparent;
  color: #dc2626;
  border: 2px solid #dc2626;
}
.action-buttons[data-v-35c4417b] {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.btn[data-v-35c4417b] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.75rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  min-width: 100px;
  justify-content: center;
}
.btn-primary[data-v-35c4417b] {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: white;
}
.btn-primary[data-v-35c4417b]:hover:not(:disabled) {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}
.btn-secondary[data-v-35c4417b] {
  background: #f1f5f9;
  color: #64748b;
  border: 1px solid #e2e8f0;
}
.btn-secondary[data-v-35c4417b]:hover:not(:disabled) {
  background: #e2e8f0;
  color: #475569;
  transform: translateY(-1px);
}
.btn-warning[data-v-35c4417b] {
  background: #f59e0b;
  color: white;
  border: 1px solid #f59e0b;
}
.btn-warning[data-v-35c4417b]:hover:not(:disabled) {
  background: #d97706;
  border-color: #d97706;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}
.btn-info[data-v-35c4417b] {
  background: #0ea5e9;
  color: white;
  border: 1px solid #0ea5e9;
}
.btn-info[data-v-35c4417b]:hover:not(:disabled) {
  background: #0284c7;
  border-color: #0284c7;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.4);
}
.btn-danger[data-v-35c4417b] {
  background: #ef4444;
  color: white;
  border: 1px solid #ef4444;
}
.btn-danger[data-v-35c4417b]:hover:not(:disabled) {
  background: #dc2626;
  border-color: #dc2626;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
}
.btn-success[data-v-35c4417b] {
  background: #22c55e;
  color: white;
  border: 1px solid #22c55e;
}
.btn-success[data-v-35c4417b]:hover:not(:disabled) {
  background: #16a34a;
  border-color: #16a34a;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}
.btn-outline[data-v-35c4417b] {
  background: transparent;
  color: #dc2626;
  border: 2px solid #dc2626;
}
.btn-outline[data-v-35c4417b]:hover:not(:disabled) {
  background: #dc2626;
  color: white;
  transform: translateY(-1px);
}
.btn[data-v-35c4417b]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}

/* CSV Preview Section Styles */
.csv-preview-section[data-v-35c4417b] {
  margin-top: 2rem;
}
.preview-header[data-v-35c4417b] {
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.preview-title[data-v-35c4417b] {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.preview-title i[data-v-35c4417b] {
  color: #64748b;
}
.table-container[data-v-35c4417b] {
  max-height: 400px;
  overflow: auto;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.preview-table[data-v-35c4417b] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.preview-table th[data-v-35c4417b] {
  background-color: #f8fafc;
  padding: 0.75rem 0.5rem;
  text-align: center;
  font-weight: 600;
  color: #374151;
  border-bottom: 2px solid #e5e7eb;
  position: sticky;
  top: 0;
  white-space: nowrap;
  font-size: 0.8rem;
}
.preview-table td[data-v-35c4417b] {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #e5e7eb;
  color: #374151;
  font-size: 0.8rem;
  white-space: nowrap;
  text-align: center;
}
.preview-table tr[data-v-35c4417b]:hover {
  background-color: #f9fafb;
}
.preview-table tr[data-v-35c4417b]:nth-child(even) {
  background-color: #fafafa;
}
.no-data[data-v-35c4417b] {
  text-align: center;
  padding: 2rem;
  color: #64748b;
}
.preview-footer[data-v-35c4417b] {
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #e2e8f0;
  background-color: #f8fafc;
}
.total-records[data-v-35c4417b] {
  margin: 0;
  color: #64748b;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 768px) {
.left-section[data-v-35c4417b],
  .right-section[data-v-35c4417b] {
    padding: 1.5rem 1rem;
    background: white;
    border-right: none;
}
.right-section[data-v-35c4417b] {
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}
.field-list[data-v-35c4417b] {
    gap: 0.3rem;
}
.field-item[data-v-35c4417b] {
    padding: 0.4rem 0;
    font-size: 0.8rem;
}
.columns-bullet-list[data-v-35c4417b] {
    padding: 1rem;
}
.action-buttons[data-v-35c4417b] {
    flex-direction: column;
}
.btn[data-v-35c4417b] {
    width: 100%;
}
.progress-stats[data-v-35c4417b] {
    flex-direction: column;
    gap: 0.5rem;
}
.progress-card[data-v-35c4417b] {
    padding: 1.5rem;
}
.completed-actions[data-v-35c4417b] {
    flex-direction: column;
    gap: 0.75rem;
}
.completed-actions .btn[data-v-35c4417b] {
    width: 100%;
}
.completed-actions-top[data-v-35c4417b] {
    flex-direction: column;
    gap: 1rem;
}
.left-actions[data-v-35c4417b],
  .right-actions[data-v-35c4417b] {
    width: 100%;
    justify-content: center;
}
.left-actions .btn[data-v-35c4417b],
  .right-actions .btn[data-v-35c4417b] {
    flex: 1;
    min-width: 0;
}
.center-action-container[data-v-35c4417b] {
    padding: 1rem 0;
}
}
.btn[data-v-35c4417b]:disabled {
  position: relative;
}
.btn[data-v-35c4417b]:disabled::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin-35c4417b 1s linear infinite;
}
@keyframes spin-35c4417b {
0% {
    transform: translate(-50%, -50%) rotate(0deg);
}
100% {
    transform: translate(-50%, -50%) rotate(360deg);
}
}


.pointCircle[data-v-0924a61b] {
  display: inline-block;
  min-width: 120px !important;
  max-width: 120px !important;
  max-height: 120px !important;
  overflow: hidden;
  border: 8px solid #3bafda;
  border-radius: 50%;
  padding: 35px 20px;
  font-size: 1.8em;
  font-weight: bold;
}
.pointCircleDue[data-v-0924a61b] {
  border: 8px solid #f1556c;
}
.pointLabel[data-v-0924a61b] {
  color: #333;
  font-size: 1.2em;
}
.dueColor[data-v-0924a61b] {
  color: #f1556c !important;
}
.ticketDashboardLoading[data-v-0924a61b] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
.filter[data-v-0924a61b] {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  justify-content: center;
}
.filterBulk[data-v-0924a61b] {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  justify-content: flex-start;
}
.filterSelect[data-v-0924a61b] {
  width: 12% !important;
}
@media (max-width: 992px) {
.filter[data-v-0924a61b] {
    display: flow;
}
.filterBulk[data-v-0924a61b] {
    display: flow;
}
.filterSelect[data-v-0924a61b] {
    width: 100% !important;
}
.refreshButton[data-v-0924a61b] {
    width: 100% !important;
    margin-top: 20px;
}
.mobilMargin[data-v-0924a61b] {
    margin-left: 5px;
}
}

.widget-table[data-v-6b5f4132] {
  width: 100%;
  display: table;
  background-color: #fff;
  margin-bottom: 0;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  text-align: left;
}
.widget-table .thead[data-v-6b5f4132] {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 5;
  color: #2a404c;
  border-radius: 7px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
.widget-table .thead .td[data-v-6b5f4132] {
  height: 53px;
  line-height: 53px;
}
.widget-table .tbody[data-v-6b5f4132] {
  position: relative;
  z-index: 4;
  height: 220px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.widget-table .tbody .tr[data-v-6b5f4132] {
  line-height: 49px;
  width: calc(100% + 1em);
}
.widget-table .tbody .tr[data-v-6b5f4132]:nth-child(odd) {
  background-color: #f9f9f9;
}
.widget-table .tfoot[data-v-6b5f4132] {
  height: 49px;
  position: relative;
  z-index: 5;
  border-radius: 8px;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.05);
}
.widget-table .tfoot .td[data-v-6b5f4132] {
  font-weight: bold;
  line-height: 49px;
}
.widget-table .td[data-v-6b5f4132] {
  float: left;
  padding-left: 15px;
  text-align: left;
  height: 49px;
}

.ribonBackground {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  margin: -6px -17px 0px -17px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}


.position[data-v-d5352368] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.headerText[data-v-d5352368] {
  font-size: 20px;
}
.middleText[data-v-d5352368] {
  font-size: 24px;
}
.bottomText[data-v-d5352368] {
  font-size: 10px;
}


.card[data-v-197539e1] {
  border-radius: 8px;
  background-color: #ffffff;
}
.list-group-item[data-v-197539e1] {
  font-size: 16px;
}
.form-select[data-v-197539e1] {
  border-radius: 6px;
  border: 1px solid #ced4da;
  padding: 8px;
}
.custom-container[data-v-197539e1] {
  white-space: normal;
}
[data-v-197539e1]::-webkit-scrollbar {
  width: 8px;
}
[data-v-197539e1]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
[data-v-197539e1]::-webkit-scrollbar-track {
  background-color: transparent;
}
.overlay[data-v-197539e1] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 99;
}
.attorneyWidget[data-v-197539e1] {
  position: relative;
  z-index: 1;
}
.add-button[data-v-197539e1] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  color: white;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.headerText[data-v-bcce7622] {
  font-size: 16px;
}
.subHeaderText[data-v-bcce7622] {
  font-size: 12px;
  color: #999;
}
.middleText[data-v-bcce7622] {
  font-size: 24px;
}
.bottomText[data-v-bcce7622] {
  font-size: 13px;
}

.widget.box[data-v-4ca18318] {
  border-radius: 10px;
  margin-top: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.widget .header[data-v-4ca18318] {
  padding: 16px;
  padding-bottom: 0;
  height: 59px;
}
.widget .header h4[data-v-4ca18318] {
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  float: left;
  margin: 0;
  color: #2a404c;
}
.widget .header h5[data-v-4ca18318] {
  line-height: 28px;
  font-size: 16px;
  font-weight: 600;
  float: left;
  margin: 0;
  color: #2a404c;
}
.widget .header .refresh[data-v-4ca18318] {
  height: 27px;
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #3bafda;
  cursor: pointer;
}
.widget .header .time[data-v-4ca18318] {
  height: 27px;
  float: right;
  border-radius: 8px;
  width: 100px;
  background-color: #f7f7f7;
  position: relative;
  cursor: pointer;
}
.widget .header .time .options[data-v-4ca18318] {
  width: auto;
  min-width: 100px;
  position: absolute;
  right: 0;
  padding: 5px;
  background-color: #f7f7f7;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #999;
  z-index: 999;
}
.widget .header .time .options .optionItem[data-v-4ca18318] {
  width: 100%;
  float: left;
  margin: 5px 0;
  text-align: center;
  cursor: pointer;
}
.widget .header .time .options .optionItem[data-v-4ca18318]:hover {
  color: #3bafda;
}
.widget .header .time .selected[data-v-4ca18318] {
  text-align: center;
  line-height: 27px;
  font-size: 12px;
  font-weight: 600;
  color: #3bafda;
}
.widget .header .time .selected .arrow[data-v-4ca18318] {
  font-size: 6px;
  display: inline-block;
  position: relative;
  left: 4px;
  top: -1px;
}
.widget .content[data-v-4ca18318] {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  clear: both;
}
.widget .loading[data-v-4ca18318] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
.time[data-v-525ab601] {
  height: 27px;
  float: right;
  border-radius: 8px;
  width: 100px;
  background-color: #f7f7f7;
  position: relative;
  cursor: pointer;
}
.time .options[data-v-525ab601] {
  width: auto;
  min-width: 100px;
  position: absolute;
  right: 0;
  padding: 5px;
  background-color: #f7f7f7;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #999;
  z-index: 999;
}
.time .options .optionItem[data-v-525ab601] {
  width: 100%;
  float: left;
  margin: 5px 0;
  text-align: center;
  cursor: pointer;
}
.time .options .optionItem[data-v-525ab601]:hover {
  color: #3bafda;
}
.time .selected[data-v-525ab601] {
  text-align: center;
  line-height: 27px;
  font-size: 12px;
  font-weight: 600;
  color: #3bafda;
}
.time .selected .arrow[data-v-525ab601] {
  font-size: 6px;
  display: inline-block;
  position: relative;
  left: 4px;
  top: -1px;
}
.dashboardWidgets[data-v-525ab601] {
  max-height: 80vh;
  background: white;
  margin: 10px;
  border-radius: 6px;
  padding: 12px 0px;
  position: relative;
}
.fit[data-v-525ab601] {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
h4[data-v-525ab601] {
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  float: left;
  margin: 0;
  color: #2a404c;
}
.refresh[data-v-525ab601] {
  position: absolute;
  right: 20px;
  top: 0;
  height: 27px;
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #3bafda;
  cursor: pointer;
}
.widgetContainer[data-v-7884d418] {
  width: 100%;
  clear: both;
}
.bordered[data-v-78ae901f] {
  border: 1px solid black;
}
.box[data-v-78ae901f] {
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  margin-top: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.parent[data-v-78ae901f] {
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 15px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 850px;
}
.left[data-v-78ae901f] {
  grid-row: span 5/span 5;
  grid-column: span 2/span 2;
}
.right[data-v-78ae901f] {
  grid-row: span 5/span 5;
  grid-column: span 2/span 2;
  grid-row-start: 1;
  grid-column-start: 5;
}
.mid[data-v-78ae901f] {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 2;
}
.title[data-v-78ae901f] {
  grid-column: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 1;
}
.loading--center[data-v-0de297b8] {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading--center[data-v-65e29d02] {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bgWrapper {
  position: fixed;
  top: 70px;
}
.gradientBg {
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center center; 
  background-attachment: fixed;
}
.dateWrapper {
  margin-left: 20px;
  width: 100%;
  font-size: 3em;
  color: white;
}
.timeAndGreetingWrapper {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.timeText {
  display: block;
  margin: 0 20px;
  font-size: 5em;
  line-height: 0.8em;
  color: white;
}
.greetingText {
  display: block;
  margin: 0px 28px;
  font-size: 2.5em;
  color: white;
}
.messageWrapper {
  width: 101%;
  position: absolute;
  bottom: -72px;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.messageText {
  display: block;
  padding: 5px 20px;
  font-size: 1.5em;
  color: #fdfdfd;
  font-style: italic;
}
.meessageSourceText {
  font-size: 0.6em;
  font-style: italic;
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
.refresh {
  height: 27px;
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #3bafda;
  cursor: pointer;
}
.slowAnimation {
  --animate-duration: 8s !important;
}
.dashboardWidgets {
  margin-bottom: 20px !important;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 99;
}
.attorneyWidget {
  position: relative;
  z-index: 1;
}
.add-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  color: white;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.closeButtonDR[data-v-9d859afe] {
  position: absolute;
  top: -0px;
  right: 10px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.closeButtonDR[data-v-9d859afe]:hover {
  color: #ff3860;
}


[data-v-d05c799a] .row-danger {
  background: #f8d7da !important;
}


.detail td[data-v-b18315b0]:hover {
  background-color: #fafafa !important;
}
.details-table tr[data-v-b18315b0]:hover {
  background-color: #fafafa !important;
}
.detail[data-v-b18315b0] {
  background: #fafafa !important;
}

.detail td:hover {
  background-color: #fafafa !important;
}
.details-table tr:hover {
  background-color: #fafafa !important;
}
.detail {
  background: #fafafa !important;
}

.detail td[data-v-7e4b7cb6]:hover {
  background-color: #fafafa !important;
}
.details-table tr[data-v-7e4b7cb6]:hover {
  background-color: #fafafa !important;
}
.detail[data-v-7e4b7cb6] {
  background: #fafafa !important;
}


.detail td[data-v-2245d4f0]:hover {
  background-color: #fafafa !important;
}
.details-table tr[data-v-2245d4f0]:hover {
  background-color: #fafafa !important;
}
.detail[data-v-2245d4f0] {
  background: #fafafa !important;
}

.detail td:hover {
  background-color: #fafafa !important;
}
.details-table tr:hover {
  background-color: #fafafa !important;
}
.detail {
  background: #fafafa !important;
}
.detail td:hover {
  background-color: #fafafa !important;
}
.details-table tr:hover {
  background-color: #fafafa !important;
}
.detail {
  background: #fafafa !important;
}
.detail td:hover {
  background-color: #fafafa !important;
}
.details-table tr:hover {
  background-color: #fafafa !important;
}
.detail {
  background: #fafafa !important;
}
.detail td:hover {
  background-color: #fafafa !important;
}
.details-table tr:hover {
  background-color: #fafafa !important;
}
.detail {
  background: #fafafa !important;
}
.detail td:hover {
  background-color: #fafafa !important;
}
.details-table tr:hover {
  background-color: #fafafa !important;
}
.detail {
  background: #fafafa !important;
}

.activeItemShadow {
  box-shadow: 0 0 2px 0 #00bbff;
  border: solid 2px #3bb0dacc;
}
.cashflowMoveablePendingChanges {
  position: absolute;
  min-width: 480px;
  height: auto;
  margin: 0 auto;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 0 5px 2px #b7b3b3;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 2000;
}


.o-drop__item--active[data-v-52aa5cb8] {
  background-color: #ffffff;
  color: #3bafda;
}


.closeButton {
    position: absolute;
    top: -5px;
    right: 15px;
    z-index: 1000;
    font-size: 30px;
    cursor: pointer;
}
.closeButton:hover {
    color: #ff3860;
}
.noDataLabel {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
@media screen and (max-height: 390px) {
.dcp-mediaScreen {
      max-height: 200px !important;
      overflow-y: scroll;
}
}
.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1000;
}
  

.reminderClose[data-v-cfed7224] {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}
.hoverPanel[data-v-cfed7224] {
  width: 480px;
  position: fixed;
  z-index: 999;
  background: #ffffff;
  border: 1px solid #3bafda;
}
/* pagination styles start*/
[data-v-cfed7224] .o-pag {
  font-size: 0.8rem;
}
[data-v-cfed7224] .o-pag__list {
  justify-content: flex-end !important;
}
[data-v-cfed7224] .o-pag__list li a {
  background-color: #3bafda;
  border-color: #3bafda;
  color: white !important;
}
[data-v-cfed7224] .o-pag__link--current {
  background-color: #9da2a3 !important;
  border-color: #9da2a3 !important;
}
[data-v-cfed7224] .report-wrapper .o-pag {
  display: none;
}
/* pagination styles end */


.stickyColumns {
  background-color: #fafafa;
  position: sticky;
  right: 0;
}
.stickyColumnsLeft,
.stickyColumnsRight {
  background-color: #fafafa;
  position: sticky;
  left: 0;
  z-index: 1;
}
.stickyColumnsRight {
  left: 3%;
}


.status-0[data-v-20c45e36] {
  background-color: #ea2027;
}
.status-1[data-v-20c45e36] {
  background-color: #1cbf64;
}
.status-2[data-v-20c45e36] {
  background-color: #f9bb42;
}
.status-3[data-v-20c45e36] {
  background-color: #68c1e3;
}
.status-4[data-v-20c45e36] {
  background-color: #108042;
}
td[data-v-20c45e36] {
  border: 1px solid white;
}


.numberCentered[data-v-d8b9658c] {
  margin-left: 30px;
}


.base-button[data-v-416b8501] {
  width: 100%;
  background-color: #3bafda;
  color: #ffffff;
}


.tab-item-label[data-v-7b6fa96a] {
	position: relative;
	cursor: pointer;
}
.tab-item-label .fa-file-invoice[data-v-7b6fa96a] {
	font-size: 14px;
}
.tab-item-label .badge[data-v-7b6fa96a] {
	position: absolute;
	top: -50%;
	right: -50%;
	font-size: 12px;
	transform: translate(0, 20%);
	padding: 0.25em 0.5em;
	background-color: var(--danger);
	color: var(--white);
}


.closeButton[data-v-4f083c9e] {
	position: absolute;
	top: -5px;
	right: 15px;
	z-index: 1000;
	font-size: 30px;
	cursor: pointer;
}
.closeButton[data-v-4f083c9e]:hover {
	color: #ff3860;
}
.noDataLabel[data-v-4f083c9e] {
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* pagination styles start*/
[data-v-e5a7d1be] .o-pag {
  font-size: 0.8rem;
}
[data-v-e5a7d1be] .o-pag__list {
  justify-content: flex-end !important;
}
[data-v-e5a7d1be] .o-pag__list li a {
  background-color: #3bafda;
  border-color: #3bafda;
  color: white !important;
}
[data-v-e5a7d1be] .o-pag__link--current {
  background-color: #9da2a3 !important;
  border-color: #9da2a3 !important;
}
[data-v-e5a7d1be] .report-wrapper .o-pag {
  display: none;
}
/* pagination styles end */


.col-customer-id-link[data-v-c54c83d4]:hover {
  text-decoration: underline;
  cursor: pointer;
}


.detailsDiv {
  font-size: 13px !important;
  margin-left: 54px;
  font-weight: normal !important;
  color: #2a404c;
}
.detailsHeader {
  color: #3bafda;
  font-size: 13px;
  font-weight: 600;
}
.idColumn {
  width: 4% !important;
  min-width: 4% !important;
  max-width: 4% !important;
  display: block;
}
.column6Percent {
  width: 6% !important;
  min-width: 6% !important;
  max-width: 6% !important;
  text-align: left;
}
.column7Percent {
  width: 7% !important;
  min-width: 7% !important;
  max-width: 7% !important;
  text-align: left;
}
.column8Percent {
  width: 8% !important;
  min-width: 8% !important;
  max-width: 8% !important;
  text-align: left;
}
.column9Percent {
  width: 9% !important;
  min-width: 9% !important;
  max-width: 9% !important;
  text-align: left;
}
.column10Percent {
  width: 10% !important;
  min-width: 10% !important;
  max-width: 10% !important;
  text-align: left;
}
.column11Percent {
  width: 11% !important;
  min-width: 11% !important;
  max-width: 11% !important;
  text-align: left;
}
.column11Percent {
  width: 11% !important;
  min-width: 11% !important;
  max-width: 11% !important;
  text-align: left;
}
.column11Percent {
  width: 11% !important;
  min-width: 11% !important;
  max-width: 11% !important;
  text-align: left;
}
.column12Percent {
  width: 12% !important;
  min-width: 12% !important;
  max-width: 12% !important;
  text-align: left;
}
.column13Percent {
  width: 13% !important;
  min-width: 13% !important;
  max-width: 13% !important;
  text-align: left;
}
.column14Percent {
  width: 14% !important;
  min-width: 14% !important;
  max-width: 14% !important;
  text-align: left;
}
.column15Percent {
  width: 15% !important;
  min-width: 15% !important;
  max-width: 15% !important;
  text-align: left;
}
.column16Percent {
  width: 16% !important;
  min-width: 16% !important;
  max-width: 16% !important;
  text-align: left;
}
.column17Percent {
  width: 17% !important;
  min-width: 17% !important;
  max-width: 17% !important;
  text-align: left;
}
.column18Percent {
  width: 18% !important;
  min-width: 18% !important;
  max-width: 18% !important;
  text-align: left;
}
.column19Percent {
  width: 19% !important;
  min-width: 19% !important;
  max-width: 19% !important;
  text-align: left;
}
.column20Percent {
  width: 20% !important;
  min-width: 20% !important;
  max-width: 20% !important;
  text-align: left;
}
.columnCentered {
  text-align: center;
}


.document-box {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 10px;
}
.document-not-available {
  background-color: #d7d4d4;
}
.document-present {
  background-color: #33d078;
}
.document-missing {
  background-color: #f1556c;
}


[data-v-0910c238] .is-sortable
  {
      min-width: 196px;
}


.detailsDiv[data-v-d1bd85ec] {
  font-size: 12px !important;
  margin-left: 54px;
  font-weight: 400;
}
.detailsHeader[data-v-d1bd85ec] {
  color: #3bafda;
  font-size: 13px;
  font-weight: 600;
}
[data-v-d1bd85ec] .o-pag {
  font-size: 0.8rem;
}
[data-v-d1bd85ec] .o-pag__list {
  justify-content: flex-end !important;
}
[data-v-d1bd85ec] .o-pag__list li a {
  background-color: #3bafda;
  border-color: #3bafda;
  color: white !important;
}
[data-v-d1bd85ec] .o-pag__link--current {
  background-color: #9da2a3 !important;
  border-color: #9da2a3 !important;
}
[data-v-d1bd85ec] .report-wrapper .o-pag {
  display: none;
}


[data-v-6fff5c16] .is-sortable {
      width: 196px !important;
}


.hoverPanel[data-v-5c10d45c] {
  width: 480px;
  position: fixed;
  z-index: 999;
  background: #ffffff;
  border: 1px solid #3bafda;
}
.reminderClose[data-v-5c10d45c] {
  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1000;
  font-size: 30px;
  cursor: pointer;
}


.datagrid-wrapper[data-v-4bbcdb6b] {
  display: flex;
  flex-direction: column;
}
.datagrid-header[data-v-4bbcdb6b] {
  background-color: #cde5f1;
  padding: 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
  border-bottom: 1px #f7f7f7 solid;
  cursor: pointer;
  width: 100%;
}
.gcsTabsTableScroll[data-v-4bbcdb6b] {
  overflow-y: auto;
  overflow-x: auto;
  width: 100%;
}
.datagrid-table[data-v-4bbcdb6b] {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-radius: 8px;
}
.datagrid-table thead[data-v-4bbcdb6b] {
  background-color: #ffffff;
  color: #2a404c;
}
.datagrid-table th[data-v-4bbcdb6b] {
  padding: 15px;
  border-top-color: #ffffff;
  border-bottom: 1px solid #f3eded;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.datagrid-table tbody tr[data-v-4bbcdb6b] {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a404c;
}
.datagrid-table tbody td[data-v-4bbcdb6b] {
  padding: 11px 15px;
  border-top: none;
  vertical-align: middle;
}
.datagrid-table tbody tr[data-v-4bbcdb6b]:hover,
.datagrid-table tbody tr[data-v-4bbcdb6b]:active {
  background-color: #daffe3;
}


.otable__infoSpan[data-v-db81cd8e] {
  margin-left: 5px;
}


[data-v-9d957c86] .o-upl, audio[data-v-9d957c86] {
  width: 100%;
}
.delete-icon[data-v-9d957c86] {
  background-color: transparent;
  border-color: transparent;
}


.working-day-item[data-v-c2964b76] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border-bottom: 1px solid #f1f3f5;
  transition: background 0.2s ease;
}
.day-control[data-v-c2964b76] {
  flex: 0 0 180px;
}
.day-label[data-v-c2964b76] {
  font-weight: 500;
  color: #212529;
  font-size: 1rem;
}
.checkmark[data-v-c2964b76] {
  height: 22px;
  width: 22px;
  background-color: #e9ecef;
  border-radius: 6px;
  margin-right: 12px;
  transition: all 0.3s ease;
  position: relative;
}
.time-control[data-v-c2964b76] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: opacity 0.3s ease;
}
.time-range[data-v-c2964b76] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.time-separator[data-v-c2964b76] {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
.day-row[data-v-c2964b76] {
    grid-template-columns: 1fr;
    gap: 15px;
}
.day-total[data-v-c2964b76] {
    text-align: left;
}
}
.calendar-header[data-v-c2964b76] {
  text-align: center;
  margin-bottom: 20px;
}
.year-controls[data-v-c2964b76] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
.year-title[data-v-c2964b76] {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(45deg, #3eadd8, #88c1d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  min-width: 150px;
}
.months-grid[data-v-c2964b76] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}
@media (max-width: 1200px) {
.months-grid[data-v-c2964b76] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
.months-grid[data-v-c2964b76] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 480px) {
.months-grid[data-v-c2964b76] {
    grid-template-columns: 1fr;
}
}
.month-container[data-v-c2964b76] {
  background: white;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 0;
}
.month-container[data-v-c2964b76]:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.month-header[data-v-c2964b76] {
  text-align: center;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #4a5568;
  padding-bottom: 6px;
  border-bottom: 2px solid #e2e8f0;
}
.days-grid[data-v-c2964b76] {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  align-items: center;
}
.day-header[data-v-c2964b76] {
  background: #f7fafc;
  padding: 4px 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.65rem;
  color: #718096;
  border-radius: 2px;
}
.day[data-v-c2964b76] {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  font-size: 0.75rem;
  font-weight: 500;
  transition: all 0.2s ease;
  min-height: 28px;
  padding: 1px;
}
.day-number[data-v-c2964b76] {
  font-size: 0.7rem;
}
.day[data-v-c2964b76]:hover {
  background: #e0f2fe;
  transform: scale(1.08);
}
.day.other-month[data-v-c2964b76] {
  color: #cbd5e0;
  cursor: default;
  pointer-events: none;
}
.day.other-month[data-v-c2964b76]:hover {
  background: transparent;
  transform: none;
}
.day.today[data-v-c2964b76] {
  background: linear-gradient(45deg, #3eadd8, #88c1d6);
  color: white;
  font-weight: 700;
}
.day.holiday[data-v-c2964b76] {
  background: #d1fae5;
  color: #065f46;
  font-weight: 600;
}
.day.half-holiday[data-v-c2964b76] {
  background: linear-gradient(to right, #fef3c7 50%, #f8f8f5 50%);
  color: #92400e;
  font-weight: 600;
  border: 1px #ffefc6d1 solid;
}
.day.holiday[data-v-c2964b76]:hover {
  background: #a7f3d0;
}
.day.half-holiday[data-v-c2964b76]:hover {
  background: linear-gradient(to right, #fde68a 50%, #f8f8c9 50%);
}
.day.selected[data-v-c2964b76] {
  border: 2px solid #667eea;
  box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2);
}
.holiday-indicator[data-v-c2964b76] {
  font-size: 0.5rem;
  margin-top: 0px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.time-picker-wrapper[data-v-c2964b76] {
  position: relative;
  display: flex;
  align-items: center;
}
.time-picker-wrapper i[data-v-c2964b76] {
  position: absolute;
  left: 12px;
  color: #6c757d;
  font-size: 1.1rem;
}
.holiday-indicator-hover[data-v-c2964b76] {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.65rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 10;
  margin-bottom: 3px;
}
.day:hover .holiday-indicator-hover[data-v-c2964b76] {
  opacity: 1;
  visibility: visible;
}
.holiday-list-container[data-v-c2964b76] {
  margin-top: 30px;
  padding: 20px 0;
}
.time-divider[data-v-c2964b76] {
  color: #adb5bd;
  font-weight: 500;
}
.holiday-list-title[data-v-c2964b76] {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #e2e8f0;
}
.holiday-list[data-v-c2964b76] {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 3px solid #e2e8f0;
  padding-left: 20px;
}
.holiday-item[data-v-c2964b76] {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #f1f3f5;
}
.holiday-item[data-v-c2964b76]:last-child {
  border-bottom: none;
}
.holiday-date-box[data-v-c2964b76] {
  text-align: center;
  min-width: 50px;
}
.date-month[data-v-c2964b76] {
  font-size: 0.75rem;
  color: #868e96;
  margin-top: 2px;
  letter-spacing: 0.5px;
}
.holiday-info[data-v-c2964b76] {
  flex: 1;
  padding-top: 5px;
}
.holiday-name[data-v-c2964b76] {
  font-size: 1rem;
  color: #212529;
  margin-bottom: 4px;
}
.holiday-time[data-v-c2964b76] {
  font-size: 0.875rem;
  color: #6c757d;
}
.no-holidays[data-v-c2964b76] {
  text-align: center;
  color: #868e96;
  padding: 40px 20px;
  font-style: italic;
}
.date-day[data-v-c2964b76] {
  font-size: 1.75rem;
  font-weight: 300;
  color: #495057;
  line-height: 1;
}
.no-holidays[data-v-c2964b76] {
  text-align: center;
  color: #718096;
  font-style: italic;
  padding: 20px;
}
.popup-overlay[data-v-c2964b76] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn-c2964b76 0.2s ease;
  overflow-y: auto;
  padding: 20px;
}
@keyframes fadeIn-c2964b76 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.hours-badge[data-v-c2964b76] {
  background: #e7f5ff;
  color: #1971c2;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  min-width: 80px;
  text-align: center;
}
.hours-badge.closed[data-v-c2964b76] {
  background: #f8f9fa;
  color: #868e96;
}
.popup-modal[data-v-c2964b76] {
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  padding: 24px;
  width: 90%;
  max-width: 400px;
  animation: slideIn-c2964b76 0.3s ease;
  margin: auto;
  max-height: 90vh;
  overflow-y: auto;
}
@keyframes slideIn-c2964b76 {
from {
    transform: scale(0.9);
    opacity: 0;
}
to {
    transform: scale(1);
    opacity: 1;
}
}
.popup-header[data-v-c2964b76] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}
.radio-group-label[data-v-c2964b76],
.time-label[data-v-c2964b76] {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: #4a5568;
  margin-bottom: 8px;
}
.radio-group[data-v-c2964b76] {
  display: flex;
  gap: 20px;
}
.radio-label[data-v-c2964b76] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: #4a5568;
  cursor: pointer;
}
.radio-label input[type="radio"][data-v-c2964b76] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.form-group[data-v-c2964b76] {
  margin-bottom: 15px;
}
.popup-input[data-v-c2964b76] {
  width: 100%;
  padding: 8px 12px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: border-color 0.2s ease;
}
.popup-input[data-v-c2964b76]:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.time-inputs[data-v-c2964b76] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.time-input[data-v-c2964b76] {
  flex: 1;
  padding: 8px 12px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: border-color 0.2s ease;
}
.time-separator[data-v-c2964b76] {
  font-size: 0.9rem;
  color: #718096;
  font-weight: 500;
}
.popup-buttons[data-v-c2964b76] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 20px;
}


/*# sourceMappingURL=app.e3d12fea.css.map*/